
/*===================================================================================*/
/*  17. Slide Block
/*===================================================================================*/
.sort-order-1 {
	top:210px;
	z-index:10000;
}
.sort-order-2 {
	top:270px;
	z-index:9999;
}
.sort-order-3 {
	top:330px;
	z-index:9998;
}
.sort-order-4 {
	top:390px;
	z-index:9997;
}
/**===== 17.1. Facebook =====**/
#facebook {
	position:fixed;
	width:241px;
	background:#fff;
	border:3px solid #3b5998;
	padding:0px;
}
#facebook.fb-left { left:-241px; }
#facebook.fb-right { right:-241px; }
.facebook_icon {
	width:30px;
	height:50px;
	text-align:center;
	line-height:54px;
	cursor:pointer;
	display:block;
	position:absolute;
	top:-3px;
	background-color:#3b5998;
}
.fb-left .facebook_icon { right:-33px; }
.fb-right .facebook_icon { left:-33px; }
/**===== 17.2. Twitter =====**/
#twitter_footer {
	position:fixed;
	width:215px;
	background:#fff;
	border:3px solid #2daae1;
	padding:5px 10px;
}
#twitter_footer.twit-left { left:-215px; }
#twitter_footer.twit-right { right:-215px; }
.twitter_icon {
	width:30px;
	height:50px;
	text-align:center;
	line-height:54px;
	cursor:pointer;
	display:block;
	position:absolute;
	top:-3px;
	background-color:#2daae1;
}
.twitter_icon .fa-twitter, .facebook_icon .fa-facebook {
	font-size:19px;
	color:#FFF;
}
.twit-left .twitter_icon { right:-33px; }
.twit-right .twitter_icon { left:-33px; }
/**===== 17.3. Custom Side block =====**/
#custom_side_block {
	position:fixed;
	width:215px;
	background:#fff;
	border:3px solid #ed5f01;
	padding:5px 10px;
}
#custom_side_block.custom_side_block_left { left:-215px; }
#custom_side_block.custom_side_block_right { right:-215px; }
#custom_side_block img {
	width:100%!important;
	height:auto!important;
}
.custom_side_block_icon {
	width:30px;
	height:50px;
	cursor:pointer;
	display:block;
	text-align:center;
	line-height:54px;
	position:absolute;
	top:-3px;
	background-color:#ed5f01;
}
.custom_side_block_icon .fa-chevron-right, .custom_side_block_icon .fa-chevron-left {
	font-size:20px;
	color:#FFF;
}
.custom_side_block_left .custom_side_block_icon { right:-33px; }
.custom_side_block_right .custom_side_block_icon { left:-33px; }
/**===== 17.4. Video Box =====**/
#video_box {
	position:fixed;
	width:566px;
	background:#fff;
	border:3px solid #ff679a;
	padding:0px;
}
#video_box iframe { border-width: 0px; }
#video_box.vb-left { left:-566px; }
#video_box.vb-right { right:-566px; }
#video_box p {
	margin-bottom:0px;
	line-height:0px;
}
#video_box_icon {
	width:30px;
	height:50px;
	text-align:center;
	line-height:50px;
	cursor:pointer;
	display:block;
	position:absolute;
	top:-3px;
	background-color:#ff679a;
}
#video_box .fa-play {
	font-size:16px;
	color:#FFF;
}
.vb-left #video_box_icon { right:-33px; }
.vb-right #video_box_icon { left:-33px; }
/*===================================================================================*/
/*  18. Five Grid Columns
/*===================================================================================*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-5ths {
	width: 20%;
	float: left;
}
/*===================================================================================*/
/*  19. Shortcodes
/*===================================================================================*/
.alert { border-radius:0px }
.divider {
	clear:both;
	height:40px;
}
.dropcap {
	display: block;
	float: left;
	font-size:40px;
	line-height: 1em;
	margin:0px 5px 0 0;
}
blockquote { font-size:12px; }
h4.panel-title { padding:0 }
.alert {
	padding-left:50px;
	position:relative;
}
.alert .fa {
	font-size:20px;
	left:18px;
	position:absolute;
}
.simple-ul {
	margin:0 0 15px 0;
	padding: 0;
	list-style: none;
}
.simple-ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
.simple-ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	font-family: fontawesome;
}
.simple-ul ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}
.simple-ul ul li:after {
	content: "•";
	font-size: 1em;
}
.decimal-list {
	margin:0px 0 15px 20px;
	padding: 0;
	list-style: decimal outside;
}
.decimal-list li {
	padding-left: 0;
	margin-bottom: 5px;
	text-indent: 0;
}
.decimal-list ul {
	margin: 5px 0 5px 17px;
	padding: 0;
	list-style: decimal outside;
}
/*===================================================================================*/
/*  20. Extra
/*===================================================================================*/
/* Fix some bootstrap improvment */
.form-control { border-radius:0px; }
.img-thumbnail { border-radius:0px; }
.well { border-radius:0px }
.panel, .panel-heading { border-radius:0px; }
.panel-group .panel { border-radius:0px; }
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg { display: inline; }
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}



.cat-search{
	display: inline-block;
	width: 35%;
    float: left;
    border:none;
    border-radius: 50px 0 0 50px;
}
.cat-search select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 3px 15px 0;
  height: 46px;
  line-height: 46px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  background: url(../icon-search-product.png) no-repeat center right #fff;
  border-radius: 50px 0 0 50px;
 }

.input-search{
  height: 46px;
  line-height: 46px;
  width: 75% !important;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 600;
  border:none;
  padding-left: 10px;
}
.search-button{
  height: 46px;
  width: 25%;
  background: #000;
  color: #FFF;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;
}
*:focus {
    outline: none;
}

.num_not{
    position: absolute;
    display: inline-block !important;
    background: #F00;
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    border-radius: 20px;
    margin-left: -10px;
    margin-top: 5px;
}

.facebook{
	color: #4267B2;
}

.instagram{
	color: #C13584;
}

.youtube{
	color: #FF0000;
}

.product_div{
	width:18.5%;
	display: inline-block;
	margin-left: 1%;
	background: #FFF;
	text-align: center;
}

.left-banner{
	display: inline-block;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 0 !important;
}

.right-banner{
	display: inline-block;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 0 !important;	
}
.middle-banner{
	display: inline-block;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 0 !important;	
}

.bottom-banner{
	margin-bottom: 0 !important;	
}
.top-banner{
	margin-bottom: 15px !important;	
}




/*  ///////////////////////////// */


.block-text-index {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 0;
  margin-bottom: 15px !important;
}
.block-text-index .item-block .item-content {
  text-align: center;
  cursor: pointer;
}
.block-text-index .item-block .item-content .item-wrap {
  display: inline-block;
  height: 98px;
  width: 98px;
  border: 1px solid #3e4233;
  padding: 9px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.block-text-index .item-block .item-content .item-wrap .item-detail {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 1px solid #3e4233;
}
.block-text-index .item-block .item-content h4 {
  font-family: 'Cairo' !important;
  font-size: 16px;
  color: #222;
}
.block-text-index .item-block .item-content p {
  font-size: 13px;
  color: #777;
}
.block-text-index .item-block .item-content:hover .item-wrap {
  background-color: #3f4720;
  border: 1px solid #3f4720;
}
.block-text-index .item-block .item-content:hover .item-wrap .item-detail {
  background-color: #fff;
  border: 1px solid #fff;
}
.block-text-index .item-block .item-content:hover h4 {
  color: #3f4720;
}

.block-text-index2 .item-block {
  width: 280px;
  height: 124px;
  display: inline-block;
  float: left;
  margin-right: 15px;
  border-radius: 4px;
}
.rtl .block-text-index2 .item-block {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.rtl .block-text-index2 .item-block:first-child {
  margin-right: 0;
}
.rtl .block-text-index2 .item-block:last-child {
  margin: 0;
}
.block-text-index2 .item-block .item-content {
  text-align: center;
  padding: 25px 0 8px;
  cursor: pointer;
}
.block-text-index2 .item-block .item-content h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.block-text-index2 .item-block .item-content p {
  font-size: 13px;
  color: #fff;
  margin: 0 0 5px;
}
.block-text-index2 .item-block.free-shipping {
  background-color: #86bc76;
}
.block-text-index2 .item-block.free-shipping .item-icon {
  display: inline-block;
  width: 38px;
  height: 30px;
  background: url(/assets/img/icon-free-shipping2.png) no-repeat top center;
}
.block-text-index2 .item-block.free-shipping:hover {
  background-color: #68ab54;
}
.block-text-index2 .item-block.money-guarantee {
  background-color: #eb7b4e;
}
.block-text-index2 .item-block.money-guarantee .item-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(/assets/img/icon-money2.png) no-repeat top center;
}
.block-text-index2 .item-block.money-guarantee:hover {
  background-color: #e65920;
}
.block-text-index2 .item-block.online-support {
  background-color: #6c96c6;
}
.block-text-index2 .item-block.online-support .item-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(/assets/img/icon-support2.png) no-repeat top center;
}
.block-text-index2 .item-block.online-support:hover {
  background-color: #477cb8;
}
.block-text-index2 .item-block:last-child {
  margin: 0;
}
.image-block a {
  float: left;
  display: inline-block;
  margin-bottom: 30px;
}
.image-block a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image-block a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.image-block a.banner-second {
  margin-right: 29px;
}

/* Slow-motion Zoom Container */
.img-hover-zoom img {
  transform-origin: 50% 50%;
  transition: transform 5s, filter 3s ease-in-out;
}

/* The Transformation */
.img-hover-zoom:hover img {
  filter: brightness(100%);
  transform: scale(1.1);
}

.img-hover-zoom  {
   overflow: hidden;
}
/* The Transformation */
.img-hover-zoom:hover  {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.level1_menu{
	background: #96a177 !important;
}

.product-thumb .caption h4{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#content .product-layout.col-lg-3{
	width: 23% !important;
	margin:1%;
}
#content{
	margin-bottom:10px;
}

.toggle_info{
	text-align: center;
	background: #82b108;
	color: #fff;
	width:95%;
	border-radius:10px;
	padding:15px;
	margin: auto;
}
.panel-collapse{
	text-align: center;
	background: #00649a;
	color: #fff;
	width:90%;
	border-radius:0 0 10px 10px;
	padding:20px;
	margin: auto;
	margin-top: -5px;
}

.billing_form input[type=text] ,.billing_form input[type=password] ,.billing_form select ,.billing_form textarea {
	font-size: 16px;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #ccc;
}

.different_address{
	display: none;
}


.menu-container{
	padding-left: 180px;
}

.user-info {
    border: 1px solid #d7d9db;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 13px;
}
#cart_summary{
    font-size: 13px;	
}

#cart_summary thead tr th{
    font-size: 16px;
    padding: 15px 5px;	
}

.user-info .wellcome {
    padding-top: 37px;
    padding-bottom: 40px;
}
.user-info .picture {
    text-align: center;
    width: 145px;
    min-width: 145px;
    max-width: 145px;
}
.user-info .last {
    border-left: 1px solid #d7d9db;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 8px;
}

h6.account-table-head {
    margin-top: 0;
    border-bottom: 1px solid #d7d9db;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
}
.left-menu div {
    width: 145px;
    height: 125px;
    background-color: #659427;
    text-align: center;
    font-size: 14px;
    padding-top: 40px;
    position: relative;
    color: #212224;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.left-menu div.active {
    background-color: #00649a;
    color: #fff;
}

.left-menu .fa {
   font-size: 28px;
   margin-bottom: 10px;
}

.left-menu a div {
  color:#00649a;
}
.left-menu a:hover div {
  color:#c4a131;
}


.left-menu div.active:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-left-color: #00649a;
    right: -20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prod_div{
background-color: #f4f9f3;
border-radius: 10px;
}
.prod_div:hover
{
background-color: #fff;
}
.prod_div h4{
text-align: center;
padding: 0 10px;
}
.prod_div h4 a{
font-size: 15px;
}
.mid_prod h4 a{
font-size: 13px;
}
.prod_div img{
border-radius: 10px 10px 0 0;
}
.prod_short_desc{
padding: 5px 20px;
text-align: center;
height: 60px;
overflow: hidden;
color: #666;
font-size: 13px;
}
.mid_prod .prod_short_desc{
padding: 0px 20px;
text-align: center;
height: 32px;
line-height: 16px;
overflow: hidden;
font-size: 12px;
color: #000;
}
.favorite_icon{
position: absolute;
top: 15px;
left: 15px;
z-index: 999;
color: #fff;
}
.circle-btn{
border-radius: 50%;
border:1px solid #333;
display: flex;
height: 20px;
width: 20px;
margin-bottom: 0;
float: right;
justify-content: center;
align-items: center;
}
.circle2-btn{
border-radius: 50%;
border:1px solid #333;
display: flex;
height: 40px;
width: 40px;
margin-bottom: 0;
float: right;
justify-content: center;
align-items: center;
}
.mid_prod .prod_hover a
{
height: 35px !important;
width: 35px !important;
font-size: 12px;
}
.mid_prod .prod_hover
{
bottom: 63% !important;
transform: translate(26%, 50%) !important;
}
.mid_prod .prod_hover:hover
{
bottom: 65% !important;
}
.circle-btn i{
font-size: 12px;
}

.description b{
	color:#82878b;
	font-weight: normal;
	line-height: 35px;
}
.quantity_span{
line-height: 20px;
font-size: 20px;
padding:0 5px;
display: inline-block;
margin-bottom: 0;
float: right;
text-align: center;
}
.button-group{
margin:0px auto;
text-align: center;
}

.btn-addd{
	font-size: 16px;
	padding-left:0px;
	padding-right: 8px;
	padding-top:0;
}
.prod_div .prod_hover {
	position: absolute;
	bottom: 40%;
	right: 50%;
	transform: translate(20%, 50%);
	visibility: visible;
	opacity: 0.1;
	transition: all ease-in-out 0.5s;
	bottom: 68%;
	width: 50%;
}

.prod_hover a{
	display: inline-block;
	margin-bottom: 10px;
}
.paly_overlay {
position: absolute;
bottom: 40%;
right: 50%;
transform: translate(50%, 50%);
visibility: visible;
opacity: 1;
transition: all ease-in-out 0.5s;
bottom: 50%;
}

.video_overlay{
position: absolute;
right: 50%;
transform: translate(50%, 50%);
visibility: visible;
background-color: rgba(0,0,0,0.4);
transition: all ease-in-out 0.5s;
bottom: 16%;
width: 100%;
color: #fff;
text-align: center;
border-radius: 0 0 15px 15px;
}
@media (max-width: 767px) {
	.video_overlay.w95 {
		width: 91% !important;
		bottom: 14%;
	}
}

@media (min-width: 767px) {
	.video_overlay.w95 {
		width: 95% !important;
		bottom: 9%;
	}
	.video_overlay.w95 h3{
		line-height: 20px;
		height: 40px;
		font-size: 18px;
		width: 95% !important;
		margin: 20px auto 10px;
	}
}
.video-src iframe{
	width: 70%;
	display: block;
	margin: 20px auto;
}
.videos-list .col-md-4 .f-div,.videos-list .col-md-3 .f-div{
	position: relative;
}
.videos-list .col-md-4,.videos-list .col-md-3 {
	margin-bottom: 20px;
}
.video_overlay.inside{
width: 100% !important;
bottom: 20px;
padding:0 10px;
}

.video_overlay h3{
line-height: 20px;
height: 40px;
font-size: 14px;
overflow: hidden;
margin-bottom: 0;
}
.prod_div .prod_hover a
{
color: #fff;
transition: all ease-in-out 0.5s;
background-color: rgba(62 ,71 ,28 ,0.7);
height: 40px;
width: 40px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.prod_div .prod_hover a:hover
{
background-color: rgba(62 ,71 ,28 ,1);
}
.prod_div:hover .prod_hover
{
bottom: 70%;
visibility: visible;
opacity: 1;
}
.product_carousel  .item{
margin-right:10px;
margin-left:10px;
}

.prod_div{
	border:1px solid #efefef;
}
.prod_div:hover{
	border:1px solid #e5be52;
}

.ads-banners img{
	border-radius: 15px;
}

.banner-item{
	margin-left: 17px;
	margin-right: 17px;
}

.product_ads_carousel .owl-buttons img{
    width: 100%
}
.product_ads_carousel .owl-controls .owl-buttons div {
    top: 150px !important;
}

.product_ads_carousel .owl-controls .owl-buttons div.owl-prev{
    right: auto !important;
    left: -15px !important;
}
.product_ads_carousel .owl-controls .owl-buttons div.owl-next{
    right: -18px !important;
}
.toggle_info a {
	font-size: 16px  !important;
	font-weight: bold !important;
	color: #fff !important;
}

.login_footer   a {
	color: #fff !important;
}