@font-face {
	font-family:'SolaimanLipiNormal-Regular';
	src: url('../font-slipi/SolaimanLipiNormal_gdi.eot');
	src: url('../font-slipi/SolaimanLipiNormal_gdi.eot?#iefix') format('embedded-opentype'),
		url('../font-slipi/SolaimanLipiNormal_gdi.woff') format('woff'),
		url('../font-slipi/SolaimanLipiNormal_gdi.ttf') format('truetype'),
		url('../font-slipi/SolaimanLipiNormal_gdi.svg#SolaimanLipiNormal-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000C-25CC;
}
body{
	font-family:'SolaimanLipiNormal-Regular';
}
a{
	text-decoration:none!important;
} 

/************* index **************/

.section_1 {
	padding: 50px 0;
}
.box14{position:relative;cursor:pointer;}
.box14 img{width:100%;height:auto}
.box14 .box-content .text_ty{ 
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
} 
.buton_sm {
	color: #ffffff;
	background-color: #ffc800;
	border-color: #ffc800;
	border-radius: 50px;
	padding: 9px 20px;
	min-width: 150px;
}
.text_ty a{color:#fff!important;}
.text_ty h1{
	font-size:30px;
	font-weight:bold;
	color:#fff;
}
.box14 .box-content {width: 92%;height: 90%;position: absolute;top: 5%;left: 4%;}
.box14 .box-content:after,.box14 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.box14 .box-content:before{border-bottom:1px solid rgba(255,255,255,1);border-top:1px solid rgba(255,255,255,1);transform:scale(0,1);transform-origin:0 0 0}
.box14 .box-content:after{border-left:1px solid rgba(255,255,255,1);border-right:1px solid rgba(255,255,255,1);transform:scale(1,0);transform-origin:100% 0 0}
.box14:hover .box-content:after,.box14:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	border-color: #ffc800;
	color: #ffc800;
	background: rgba(0,0,0,0);
}
.nav-pills .nav-link:focus, .nav-pills .nav-link:hover{
	border-color: #ffc800;
	color: #ffc800;
	background: rgba(0,0,0,0);
}
.nav-pills .nav-link {
	padding: 5px 20px;
	display: block;
	border-radius: 30px;
	text-decoration: none;
	color: #9c9c9c;
	font-size:16px;
	font-weight:bold;
	background: rgba(0,0,0,0);
	border: 2px solid #e9eaec;
	transition: all 500ms ease;
	position: relative;
	text-transform: uppercase;
}
.nav-pills .nav-item {
	margin: 0 10px 0 10px;
}

.item {
	width: calc(100% / 5 - 20px);
	margin-bottom: 20px;
	margin-right: 20px;
	height: 100%;
}
.product_back {
	background: #fff;
	position: relative;
	padding: 15px;
	min-height: 401px;
}
.product_back12 {
	background: #fff;
	position: relative;
	padding: 25px 20px 50px;
	margin: 0 8px 0 0;
	min-height: 368px;
}
.middle_SM a i{color:#ffc800;}
.middle_SM a{ 
	border:1px solid #ffc800;
	border-color:#ffc800;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50px;
	padding: 9px; 
	background:#fff;
}
.middle_SM a:hover{background:#ffc800;border-color:#ffc800;}
.middle_SM a:hover i{color:#fff;}
.middle_SM {
	text-align: center;
	position: absolute;
	top: -moz-calc((100% - 41px)/23);
	top: -webkit-calc((100% - 41px)/3 );
	top: -o-calc((100% - 41px)/3 );
	top: calc((100% - 41px)/3 );
	left: 0;
	right: 0;
	transform: scale(0);  
	transition: all 500ms ease;
}

.product_back12:hover .image {
  opacity: 1;
}

.product_back12:hover .middle_SM {
  opacity: 1;
 transform: scale(1);
}
.product-item-link{font-size: 17px;}
.image { 
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.overlay {
  position: absolute;
  top:0; 
  left: 100%;
  right: 0;
  overflow: hidden;
  width: 0;
  height:auto;
  transition: .5s ease;
}
.product_2 {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
.product_2:hover .overlay {
  width: 100%;
  left: 0;
}
.qty .count {
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	padding: 0 2px;
	min-width: 35px;
	text-align: center;
	background: none;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #252525;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center; 
}
.qty .minus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: #252525;
	width: 30px;
	height: 30px;
	font: 30px/1 Arial,sans-serif;
	text-align: center;
	line-height: 24px;
}
.input_wid{  
    border: 0;
    width: 2%;
}
.btn-cart {
	color: #252525;
	border-color: #e9eaec;
	border-radius: 50px;
	min-width: 185px;
	padding: 6px 25px;
	border: 0px solid #e9eaec;
	background: #0f6347;
	transition: .5s;
	color: #fff;
} 
.qty {
	border-bottom: 1px solid #e9eaec;
	width: 110px;
	margin: 0 auto 9px;
}
.product_back .product-item-link {
	font-size: 20px;
	color:#252525;
}
.product_back .price {
	font-size: 16px !important;
	font-weight: bold;
	margin-top: 15px;
	color: #252525;
	height: 38px;
}
.style_2 {
	margin-right: -35px;
}
.btn-view-all:hover {
color: #fff;
border-color: #ffc800;
background: #ffc800;
text-decoration: none;
}
.btn-view-all {
	width: 300px;
	padding: 7px 20px;
	font-size: 17px;
	border: 2px solid;
	display: inline-block;
	cursor: pointer; 
	color: #ffc800;
	border-color: #b9bed1;
	background: #f6f7f9;
	transition: all 500ms ease;
	border-radius: 50px;
}
.section_3{
	padding: 20px 0;
}
.week_tit {
	color: #ffc800;
	font-size: 16px;
	font-weight: 600;
}
 .head_tit {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
}
 
.reat_tit{
	font-size: 14px; 
	color: #fff;
	margin: 10px 0;
}
.buton_sHop {
	color: #ffffff;
	background-color: #006346;
	border-color: #006346;
	padding: 7px 20px;
	min-width: 150px;
	border-radius: 23px;
	margin-top: 10px;
}
.home_blockbodeer {
	margin: 20px 0;
	border-bottom: 1px solid #e9eaec;
}
.title_link {
	color: #414b56;
	font-size: 20px;
	font-weight: bold;
	margin: 6px 0 0;
	display: block;
}
 .item_content { 
	text-align: center;
	font-size: 14px;
	color: #414b56;
} 
 /******** slider **********/
 
.all_pagepadding {
	padding-top: 50px;
}

 .bbb_main_container {
     background-color: ;
     padding: 11px
 }
  
 .bbb_viewed_title {
     margin-bottom: 16px;
     margin-top: 8px
 }

.bbb_viewed_nav_container {
	position: absolute;
	right: 22px;
	top: 28px;
}

 .bbb_viewed_nav {
     display: inline-block;
     cursor: pointer
 }

 .bbb_viewed_nav i {
     color: #dadada;
     font-size: 18px;
     padding: 5px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_nav:hover i {
     color: #606264
 }

 .bbb_viewed_prev {
     margin-right: 15px
 }

 .bbb_viewed_slider_container {
     padding-top: 13px
 }

 .bbb_viewed_item {
     width: 100%;
     background: #FFFFFF;
     border-radius: 2px;
     padding-top: 25px;
     padding-bottom: 25px;
     padding-left: 30px;
     padding-right: 30px
 }

 .bbb_viewed_image {
     width: 150px;
     height: 150px
 }

 .bbb_viewed_image img {
     display: block;
     max-width: 100%
 }

 .bbb_viewed_content {
     width: 100%;
     margin-top: 25px
 }

 .bbb_viewed_price {
     font-size: 16px;
     color: #000000;
     font-weight: 500
 }

 .bbb_viewed_item.discount .bbb_viewed_price {
     color: #df3b3b
 }

 .bbb_viewed_price span {
     position: relative;
     font-size: 12px;
     font-weight: 400;
     color: rgba(0, 0, 0, 0.6);
     margin-left: 8px
 }

 .bbb_viewed_price span::after {
     display: block;
     position: absolute;
     top: 6px;
     left: -2px;
     width: calc(100% + 4px);
     height: 1px;
     background: #8d8d8d;
     content: ''
 }

 .bbb_viewed_name {
     margin-top: 3px
 }

 .bbb_viewed_name a {
     font-size: 14px;
     color: #000000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_name a:hover {
     color: #0e8ce4
 }

 .item_marks {
     position: absolute;
     top: 18px;
     left: 18px
 }

 .item_mark {
     display: none;
     width: 36px;
     height: 36px;
     border-radius: 50%;
     color: #FFFFFF;
     font-size: 10px;
     font-weight: 500;
     line-height: 36px;
     text-align: center
 }

 .item_discount {
     background: #df3b3b;
     margin-right: 5px
 }

 .item_new {
     background: #0e8ce4
 }

 .bbb_viewed_item.discount .item_discount {
     display: inline-block
 }

 .bbb_viewed_item.is_new .item_new {
     display: inline-block
 }
 .padd_5{padding:0 5px;}
 

.overlay_fixed {
	position: relative;  
	overflow: hidden;
} 
.box_content12 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; 
  transition: .5s ease;
}
.text_main { 
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width:100%;
} 
.overlay_fixed img {
  display: block;
  width: 100%;
  height: auto; 
  transition: transform .25s, visibility .25s ease-in;
}
.overlay_fixed:hover img {
  transform: scale(1.1);
}
.head_top {
	font-size: 14px;
	color: #fff;
	margin: 0;
	line-height: 24px;
}
.head_title{
	font-size:30px;
	color:#fff;margin:0;
	line-height: 24px;
} 
.padd_none{ 
	padding: 0 !important;
} 
.padd_none_5 {
	padding: 0 5px !important;
}
.bbb__top39 { 
	top: -39px!important;
} 
.section_6{
	padding:20px 0;
}

.bb_contuner {
	background: #fff;
	padding-top: 0!important;
}
.section_brand{
	padding:0 0 30px;
}







 /******************/


/*************************/
.footer{
	background:#006346;
	padding:40px 0;
}
.footer p{margin:0;color:#fff;}
 
 
.footer_bottom{
	background:#006346;
	border-top: 1px solid #888888 !important;
}
.copY_rtight {
	color: #fff;
	margin: 0;
	font-size: 14px;
	padding: 10px 0;
}
.footer h3 {
	color: #ffffff;
	margin-bottom: 15px;
	font-size: 19px;
	font-weight: 600;
}
.ma_spTop {
	margin-top: 38px;
}

@media only screen
and (min-width : 180px)
and (max-width : 767px) {
	.box14 { 
		margin: 0 0 19px;
	}
	.item {
		width: calc(100% / 2 - 20px); 
	}
	.product_back { 
		padding: 0 5px 50px;
	}.product_back .product-item-link {font-size: 17px;}
	.btn-cart { 
		min-width: 112px;
		padding: 2px 10px; 
		font-size: 14px;
	}.section_4, .section_2, .section_5, .section_7{padding:0;}
	.mar_remtop{margin-top:20px;}
	.ma_spTop{margin-top:1px;}
}

