@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author:  Erhan Sayim
@URL: https://global-v1.sayim.com.tr
@Template Name: Sayim - Ecommerce Full Website
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the theme.
----------------------------------------------------*/
/*=====================================================
CSS Table of content:
1. Global Area 
2. All=====================================================*/
/*----------------------------------------------------*/
/* 1. Global Area */
/*----------------------------------------------------*/



#sync1 img{
/* border-radius: 10px; */
}

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body{
background: url(../images/bg.jpg);
margin: 0;
padding: 0;
overflow-x: hidden;
font-size: 13px;
line-height: 1.5;
font-family: 'Poppins', sans-serif;
color: #202020;
-moz-osx-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}

ul{
margin: 0px;
padding: 0px;
list-style: none;
}
ul li{
float: left;
}

a, a:hover, a:focus, a:visited{
text-decoration: none;
color: #202020;
}

.p-5{padding: 5px;}
.p-10{padding: 10px;}
.p-15{padding: 15px !important;}
.p-20{padding: 20px !important;}
.p-25{padding: 25px;}

.pt-5{padding-top: 5px;}
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-25{padding-top: 25px;}

.pb-5{padding-bottom: 5px;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px !important;}
.pb-25{padding-bottom: 25px;}

.m-5{margin: 5px;}
.m-10{margin: 10px;}
.m-15{margin: 15px;}
.m-20{margin: 20px;}
.m-25{margin: 25px;}

.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}

.mb-0{margin-bottom: 0px !important;}
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}

.br-10{
border-radius: 10px;
}

#loading{
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 99;
background: #fff;
justify-content: center;
align-items: center;
display: flex;
}

#info *{max-width: 100%;}
#info ul{width: 100%;display: grid;list-style: circle;margin-left: 20px;}

.border-c1{border: .05rem solid #e8e8e8;}
.border-t-c1{border-top: .05rem solid #e8e8e8;}
.border-b-c1{border-bottom: .05rem solid #e8e8e8;}
.border-l-c1{border-left: .05rem solid #e8e8e8;}
.border-r-c1{border-right: .05rem solid #e8e8e8;}

.table>tbody>tr>td, .table>tfoot>tr>td{
vertical-align: middle;
}
.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #f2f2f2;
}

.btn{
color: #fff !important;
}
.btn-1{
background: #009238;
border: 1px solid #009238;
color: #fff;
outline: none;
}
.btn-1:hover{
color: #fff;
background: #0eaf4c;
}

.color_line{
float: left;
width: 100%;
}
.color_line div{
float: left;
height: 3px;
}
.color_line div:nth-child(1){
width: 15%;
background: #6ca43b;
}
.color_line div:nth-child(2){
width: 25%;
background: #69944f;
}
.color_line div:nth-child(3){
width: 25%;
background: #69954f;
}
.color_line div:nth-child(4){
width: 15%;
background: #69954f;
}
.color_line div:nth-child(5){
width: 20%;
background: #6ca43b;
}
.line-header{
position: relative;
width: 100%;
float: left;
text-align: center;
margin-bottom: 20px;
}
.line-header span{
	font-size: 21px;
	background-image: linear-gradient(to left, #6e934d, #6ca43b);
	padding: 5px 15px;color: #fff;
	border-radius: 7px;
}
.line-header:after{
content: '';
position: absolute;
left: 0px;
top: 16px;
width: 100%;
z-index: -1;
height: 2px;
background: #7ebc7c;
}

.area-line{
float: left;
width: 100%;
border: 2px solid #ecb686;
border-radius: 7px;
margin-top: 20px;
padding: 0px 10px;
background: #fff;
}
.area-line .area-title{
font-size: 21px;
background-image: linear-gradient(to left, #f9c99e, #bd8d62);
padding: 5px 15px;
color: #fff;
border-radius: 7px;
margin: 0 auto;
display: table;
margin-top: -22px;
margin-bottom: 10px;
}.timer-line{
padding: 40px 30px;
border: 2px solid #ff7711;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
background: #fff;
position: relative;
margin-top: 30px;
}
.timer-line .timer-area{
position: absolute;
border: 2px solid #e9e9e9;
padding: 5px 20px;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
top: -25px;
background: #fff;
}
.timer-line .timer-area .timer-header{
float: left;
font-size: 20px;
text-transform: uppercase;
font-weight: 600;
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #ddd;
margin-top: 2px;
}
.timer-line .timer-area .timer{
float: left;
}
.timer-line .timer-area .timer span{
float: left;
padding: 5px 8px;
font-weight: bold;
font-size: 16px;
}
.timer-line .timer-area .timer span span{
float: left;
padding: 0px;
background: #fe5353;
padding: 0px 10px;
color: #fff;
}
.timer-line .timer-area .timer span div{
float: left;
background: #ce3838;
padding: 0px 5px;
color: #fff;
}
.timer-line .timer-area .timer .end{
color: #ff1717;
}

.company .col-md-6{
margin-bottom: 25px;
}
.company a{
float: left;
width: 100%;
background: #fff;
border-radius: 10px;
padding: 3px;
}

.company-out{}
.company-out a{
float: left;
width: 100%;
border: 2px solid #ddd;
padding: 10px;
background: #fff;
-webkit-transition: background 1s;
transition: background 1s;
}
.company-out a img{
transition: transform .2s;
}
.company-out a:hover{
background: #088296;
}
.company-out a:hover img{
transform: scale(1.03);
}

.timer_product_slider .item, .clasic_product_slider .item, .clasic_product_slider_2 .item{
margin: 0px 10px;
}

#story .item{
margin: 0px 5px;
}

#sync1{
float: left;
width: 85%;
}

#sync2::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px #f3f1f1;
background-color: #f3f1f1;
border-radius: 10px;
}

#sync2::-webkit-scrollbar{
width: 2px;
background-color: #f3f1f1;
}
#sync2::-webkit-scrollbar-thumb{
border-radius: 10px;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.44, #f3f1f1),color-stop(0.72, #f3f1f1),color-stop(0.86, #f3f1f1));
}

#sync2{
float: left;
width: 15%;
height: 450px;
overflow-y: scroll;
}

#sync2 li{
margin: 5px 13px 0px 0px;
}
#sync2 li img{
border: 2px solid #ddd;
border-radius: 10px;
}
#sync2 li.synced img{
border: 2px solid #56d81b;
}

.product{
float: left;
width: 100%;
}
.product .video-out{
border-radius: 10px;
overflow: hidden;
float: left;
}
.product .images-area{
background: #fff;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
overflow: hidden;
border: 1px solid #e7e7e7;
position: relative;
margin-bottom: 10px;
}
.product .images-area a{
height: 270px;
justify-content: center;
align-items: center;
display: flex;
}
.product .images-area a div{
position: absolute;
left: 0px;
bottom: 34px;
width: 100%;
display: none;
}
.product .images-area a div span{
float: left;
height: 5px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
.product .images-area .control{
position: absolute;
left: 0px;
bottom: 0px;
background: #f9f6f6;
border-top: 1px solid #dbd8d8;
width: 100%;
padding: 1px 0px;
text-align: center;
display: none;
}
.product .images-area .control a{
height: auto;
display: revert;
font-size: 21px;
padding-right: 5px;
margin-right: 5px;
border-right: 1px solid #ddd;
}
.product .images-area .control a:last-child{border-right:0px}
.product .images-area .control a:hover{
color: red;
}
.product .images-area .control a i{}
.product:hover > .images-area a div, .product:hover > .images-area .control{
display: block;
}
.product .product-info{
float: left;
width: 100%;
}
.product .product-info a:nth-child(1){
float: left;
width: 100%;
color: #636363;
overflow: hidden;
display: -webkit-box;
height: 37px;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;
}
.product .product-info a:nth-child(2){
float: left;
width: 100%;
color: #435570;
font-size: 14px;
font-weight: bold;
overflow: hidden;
line-height: 18px;
white-space: nowrap;
text-overflow: ellipsis;
}
.product .product-info a:hover{
color: #f03333;
}
.product .product-info .price{
float: left;
width: 100%;
position: relative;
}
.product .product-info .price .old-price{}
.product .product-info .price .old-price span{
color: #ff4545;
text-decoration: line-through;
}
.product .product-info .price .new-price{
color: #0cab2d;
font-size: 18px;
}
.product .product-info .price .percent{
border: 1px solid #ddd;
padding: 4px 7px;
position: absolute;
right: 0px;
top: -21px;
color: #000;
font-size: 12px;
border-radius: 50%;
min-width: 43px;
text-align: center;
background: #ddd;
}

.grid .col-md-2, .grid .col-md-4{
padding: 5px;
}
.grid .col-md-2 .product .images-area a{
height: 140px;
}
.grid .col-md-4 .product .images-area a{
height: 387px;
}

.star{
float: left;
width: 100%;
position: relative;
}
.star div:nth-child(1){
color: #e1e1e1;
}
.star div:nth-child(2){
color: #e8ac0c;
position: absolute;
overflow: hidden;
height: 20px;
top: 0px;
}

#opactiy_bg{
position: fixed;
left: 0px;
top: 0px;
z-index: 2;
width: 100%;
height: 100%;
background: #000;
opacity: 0.7;
display: none;
}

.clear_area{
float: left;
width: 100%;
background: #fff;
border: 1px solid #ddd;
padding: 0px 20px;
position: relative;
box-shadow: 0px 0px 12px #f3f1f1;
}
.clear_area .title{
background: #72a433;
color: #fff;
padding: 3px 25px;
clear: right;
display: table;
border-radius: 10px;
font-size: 21px;
margin: 0 auto;
position: relative;
top: -18px;
}

.bread_crumb  li a {
background: #1f922c;
color: #fff;
padding: 2px 13px;
border-radius: 4px;
float: left;
}
.bread_crumb  li span{
background: #fff;
color: #80a4f2;
padding: 1px 13px;
border-radius: 4px;
float: left;
margin: 0 10px;
border: 1px solid #ddd;
}
/*----------------------------------------------------*/



/* All */



/*----------------------------------------------------*/



#area-1 ul li{
padding-right: 10px;
margin-right: 10px;
}
#area-1 ul li:last-child{
border-right: 0px;
}

#area-2{}
#area-2-1{
display: flex;
justify-content: space-between;
align-items: center;
align-content: flex-start;
}
#area-2-1 #logo{}
#area-2-1 #search{
position: relative;
}
#area-2-1 #search input{
min-width: 350px;
box-shadow: none;
border: 1px solid #dfdfdf;
padding: 16px;
min-height: 44px;
border-radius: 0px;
background: none;
}

#area-2-1 #search button{
	position: absolute;
	right: 0px;
	border: none;
	font-size: 14px;
	border-left: 1px solid #f3f2f2;
	padding: 0px 6px;
}

#area-2-1 #area-2-2{
padding: 3px 5px;
border: 1px solid #ddd;
background: #fff;
}
#area-2-1 #area-2-2 a{float: left;}
#area-2-1 #area-2-2 a i{
float: left;
font-size: 30px;
line-height: 38px;
color: #72a433;
}
#area-2-1 #area-2-2 a div{
float: left;
text-align: center;
}
#area-2-1 #area-2-3{}
#area-2-1 #area-2-3 li{
margin-right: 10px;
border: 1px solid #ddd;
position: relative;
background: #fff;
}
#area-2-1 #area-2-3 li a{
float: left;
width: 100%;
padding: 3px 10px;
}
#area-2-1 #area-2-3 li a i{
font-size: 30px;
line-height: 36px;
float: left;
color: #72a433;
}
#area-2-1 #area-2-3 li:nth-child(1) a span{
float: left;
font-size: 12px;
}
#area-2-1 #area-2-3 li:nth-child(2) a span{
float: left;
margin-top: 8px;
}
#area-2-1 #area-2-3 li:nth-child(2) a span div{
position: absolute;
min-width: 25px;
text-align: center;
font-size: 14px;
left: 14px;
top: -16px;
border: 1px solid #ddd;
background: #fff;
}
#area-2-1 #area-2-3 li:nth-child(3) a span{
margin-top: 8px;
float: left;
}
#area-2-1 #area-2-3 li:nth-child(3) a span div{
position: absolute;
min-width: 25px;
text-align: center;
font-size: 14px;
left: 14px;
top: -16px;
border: 1px solid #ddd;
background: #fff;
}

#area-3{
background: #fff;
}
#area-3 ul{
margin-top: 5px;
position: relative;
margin: 0 auto;
display: table;
}
#area-3 ul li{
padding: 5px 0px;
}
#area-3 ul li a{
font-size: 14px;
float: left;
border-right: 1px solid #ececec;
padding-right: 13px;
margin-right: 13px;
color: #000;
padding-top: 7px;
padding-bottom: 7px;
}
#area-3 ul li a:hover{color: orange;}
#area-3 ul li:hover > ul {
display: block;
}
#area-3 ul li:last-child a{
border-right: 0px;
}

#area-3 ul li ul{
position: absolute;
width: 100%;
background: url(../images/bg.jpg);
border: 1px solid #ddd;
top: 46px;
z-index: 1;
padding: 5px 10px 15px 10px;
border-radius: 0px 0px 20px 20px;
display: none;
}
#area-3 ul li ul li{margin-right: 30px;text-align: center;}
#area-3 ul li ul li a{
float: left;
border: none;
color: #7c1368;
font-weight: bold;
font-size: 17px;
width: 100%;
margin-right: 0px;
padding-right: 0px;
}
#area-3 ul li ul li a:hover{
color: orange;
}
#area-3 ul li ul li ul{
position: relative;
top: 0px;
padding: 0px;
border: none;
float: left;
display: contents !important;
}
#area-3 ul li ul li ul li{float: initial;width: 100%;}
#area-3 ul li ul li ul li a{



  



font-size: 13px;



  



color: #868686;



  



font-weight: normal;



  



width: 100%;



  



padding-right: 0px;



  



margin-right: 0px;



  



border-top: 1px solid #f5f5f5;



  



padding-top: 5px;



  



margin-top: 5px;



  



padding-bottom: 0px;
}
#area-3 ul li ul li ul li a:hover{}
/*----------------------------------------------------*/



/* 3. hikaye alanı */



/*----------------------------------------------------*/



#area-4{
-moz-box-shadow: inset 0 0 20px #000000;
-webkit-box-shadow: inset 0 0 20px #000000;
box-shadow: inset 0 0 20px #000000;
}
#story .item img{
border-radius: 50%;
padding: 4px;
background: url(../images/story-border.gif);
background-size: 100%;
display: block;
max-width: 100%;
}
#story .owl-prev{
left: -65px;
}
#story .owl-next{
right: -65px;
}
/*----------------------------------------------------*/



/* 4. anasayfa sol menü */

/*----------------------------------------------------*/

#left_menu_header{
font-size: 17px;
line-height: 37px;
color: #fff;
margin: 0;
background: #72a433;
position: relative;
font-weight: 500;
padding: 0 50px;
border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
-ms-border-radius: 6px 6px 0 0;
-o-border-radius: 6px 6px 0 0;
}
#left_menu_header span{
position: absolute;
height: 2px;
left: 8px;
background: #fff;
}
#left_menu_header span:nth-child(1){
width: 25px;
top: 11px;
}
#left_menu_header span:nth-child(2){
width: 16px;
top: 17px;
}
#left_menu_header span:nth-child(3){
width: 33px;
top: 23px;
}

#left_menu li ul::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
border-radius: 10px;
}

#left_menu li ul::-webkit-scrollbar{
width: 10px;
background-color: #F5F5F5;
}
#left_menu li ul::-webkit-scrollbar-thumb{
border-radius: 10px;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.44, #ababab),color-stop(0.72, #ccc9c9),color-stop(0.86, #ececec));
}

#left_menu{
border: 1px solid #dfdbdb;
float: left;
width: 100%;
background: #fff;
border-radius: 0px 0px 10px 10px;
}
#left_menu li{
width: 100%;
}
#left_menu li:hover > ul{
display:block
}
#left_menu li a{
float: left;
width: 100%;
padding: 3px 0px;
font-size: 15px;
margin-bottom: 3px;
border-bottom: 1px solid #e9e9e9;
position: relative;
padding: 4px 5px 4px 5px;
}
#left_menu li a:after{
content: '';
position: absolute;
left: 8px;
top: 12px;
border-radius: 50%;
width: 5px;
height: 5px;
}

#left_menu li:last-child a{
border-bottom: 0px;
}

#left_menu li ul{
position: absolute;
z-index: 1;
background: url(../images/bg.jpg);
border: 1px solid #ddd;
padding: 5px 10px 15px 10px;
overflow-y: scroll;
top: 0px;
display: none;
}
#left_menu li ul li{width: auto;margin-right: 12px;margin-left: 12px;margin-bottom: 10px;}
#left_menu li ul li a{width: 100%;font-size: 18px;color: #7c1368;font-weight: bold;text-align: center;padding: 2px 0px;}
#left_menu li ul li a:hover{color:orange}
#left_menu li ul li a:after{
background: none !important;
}
#left_menu li ul li ul{
width: 100%;
text-align: center;
position: relative;
float: left;
background: none;
border: none;
padding: 0px;
border-radius: 0px;
clear: left;
overflow: auto;
display: block !important;
}
#left_menu li ul li ul li{
width: 100%;
float: initial;
margin: 0px;
}
#left_menu li ul li ul li a{width: 100%;font-size: 14px;color: #868686;font-weight: normal;}
/*----------------------------------------------------*/



/* 5. bilgilendirme alanı */



/*----------------------------------------------------*/



#area-5{
float: left;
width: 100%;
background: url(../images/area-5-bg.jpg);
border: 1px solid #ddd;
border-radius: 5px;
padding: 20px;
display: flex;
align-content: space-around;
justify-content: space-between;
}
#area-5 li{text-align: center;}
#area-5 li i{
float: left;
font-size: 40px;
margin-right: 10px;
color: #f03333;
}
#area-5 li div{
float: left;
display: grid;
}
#area-5 li div b{
float: left;
width: 100%;
}
#area-5 li div span{
float: left;
width: 100%;
color: #636363;
}

/*----------------------------------------------------*/



/* 6. footer alanı */



/*----------------------------------------------------*/



footer{
background: #ffffff;
padding: 25px;
padding-bottom: 15px;
float: left;
width: 100%;
position: relative;
margin-top: 50px;
border-top: 10px dashed#6ca43b;
}
footer #area-6{
float: left;
width: 100%;
background: url(../images/sub.png) no-repeat center;
background-size: 100%;
color: #fff;
position: relative;
margin-top: -75px;
}
footer #area-6 #area-6-1{
float: left;
width: 100%;
padding: 20px 35px;
}
footer #area-6 #area-6-1 div{
float: left;
}
footer #area-6 #area-6-1 div i{
float: left;
font-size: 51px;
}
footer #area-6 #area-6-1 div span{
float: left;
font-size: 22px;
margin-left: 5px;
}
footer #area-6 #area-6-1 div span small{
float: left;
width: 100%;
font-size: 14px;
}
footer #area-6 #area-6-1 form{
float: right;
position: absolute;
border-radius: 40px;
overflow: hidden;
right: 15px;
top: 25px;
}
footer #area-6 #area-6-1 form input{
min-width: 400px;
padding: 20px;
}
footer #area-6 #area-6-1 form button{
position: absolute;
right: 5px;
top: 6px;
background: #72a433;
outline: none;
border: none;
padding: 5px 15px;
border-radius: 40px;
}

#tags ul{
float: left;
border-bottom: 2px dashed #6912693b;
padding-bottom: 10px;
}
#tags ul li{
margin: 5px 5px;
}
#tags ul li a{
color: #000;
float: left;
padding: 3px 7px;
border: 1px solid #dbdce0;
background: #fff;
border-radius: 10px;
font-size: 12px;
transition-duration: .4s;
}
#tags ul li a:hover{
background: #f7e6f6;
}

#area-7{
margin-top: 25px;
float: left;
width: 100%;
}
#area-7 a{}
#area-7 a img{}
#area-7 p{
color: #636363;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
.info{
float: left;
width: 100%;
}
.info li{
width: 100%;
margin-bottom: 10px;
}
.info li i{
font-size: 30px;
float: left;
}
.info li span{
font-size: 14px;
float: left;
width: 88%;
margin-top: 4px;
padding-left: 10px;
}
.info li a{}
.info li a i{}
.info li a span{}
.social{
float: left;
width: 100%;
border-top: 1px solid #ddd;
padding-top: 10px;
}
.social li{
margin-right: 10px;
}
.social li a{
float: left;
width: 100%;
font-size: 25px;
color: #fff;
background: #72a433;
padding: 0px 7px;
border-radius: 50%;
}
.social li a i{}
.footer_menu_head{
font-size: 21px;
color: #72a433;
font-weight: bold;
}
.footer_menu{
float: left;
width: 100%;
list-style: circle;
padding-left: 18px;
}
.footer_menu li{
width: 100%;
padding-bottom: 5px;
margin-bottom: 5px;
}
.footer_menu li a{
font-size: 14px;
}
.footer_menu li a:hover{
color: #f03333;
}
.copyright{
float: left;
width: 100%;
padding: 10px 40px;
background: #e9e9e9;
font-size: 13px;
line-height: 32px;
border-top: 1px solid #c6c6c6;
}

#story_watch{
position: fixed;
z-index: 3;
top: 90px;
left: calc(50% - 200px);
max-width: 400px;
display: none;
}
#story_watch div:nth-child(1){
float: left;
height: 10px;
background: #00ff16;
width: 0.1%;
}
#story_watch div:nth-child(2){
float: left;
width: 100%;
}
#story_watch div:nth-child(2) span{
float: left;
height: 10px;
margin: 3px 0px;
margin-right: 3px;
border-radius: 5px;
background: #fff;
}
#story_watch div:nth-child(2) span.active{
background: #00ff16;
}
#story_watch div:nth-child(3){}
#story_watch div:nth-child(3) img{
width: 400px;
float: left;
}
#story_watch i{position: absolute;top: 50%;font-size: 40px;background: #00000033;border-radius: 50%;color: #ffffff;padding: 10px;cursor: pointer;}
#story_watch i:hover{
background: #3c3939;
}
#story_watch i[data-left=""]{left: 30px}
#story_watch i[data-right=""]{right: 30px}
#story_watch i[data-stroy-close=""]{
background: #9016169e;
left: 43%;
top: -75px;
color: red;
}

.cart_summary{
float: left;
width: 100%;
}
.cart_summary li{
width: 100%;
border-bottom: 1px solid #f0ecec;
padding: 8px 0px;
}
.cart_summary li b{
float: left;
}
.cart_summary li span{
float: right;
}
.cart_summary li:last-child{
border: none;
color: green;
font-size: 17px;
}
.category_menu{
float: left;
width: 100%;
padding-top: 10px;
}
.category_menu li{
width: 100%;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #e8e8e8;
}
.category_menu li a.up_category{
color: green;
font-weight: bold;
}
.category_menu li a.up_category:hover{}
.category_menu li a{
font-size: 14px;
width: 100%;
}
.category_menu li a i{margin-right: 5px;}
.category_menu li a:hover{
color: orange;
font-weight: bold;
}
.category_menu li:last-child{
border: none;
}#product_detail_area_1{}
#product_detail_area_1 h1{
color: #000000;
font-size: 24px;
margin: 0px;
}
#product_detail_area_1 small{
color: #828282;
font-size: 13px;
float: left;
width: 100%;
text-align: center;
}
#product_detail_area_1 small span{}
#product_detail_area_1 small b{}
#product_detail_area_1 .old_price{
float: left;
width: 100%;
}
#product_detail_area_1 .old_price b{
padding: 4px 0px;
float: left;
}
#product_detail_area_1 .old_price span{
padding: 4px 0px;
}
#product_detail_area_1 .old_price .col-md-7 div{font-size: 20px;text-decoration: line-through;}
#product_detail_area_1 .price{
float: left;
width: 100%;
}
#product_detail_area_1 .price b{
padding: 4px 0px;
font-size: 21px;
}
#product_detail_area_1 .price span{
padding: 8px 0px;
}
#product_detail_area_1 .price .col-md-7 div{
font-size: 25px;
font-weight: bold;
color: #0dc570;
}

#product_detail_area_2{}
#product_detail_area_2 b{}
#product_detail_area_2 ul{
float: left;
width: 100%;
margin-top: 5px;
}
#product_detail_area_2 ul li{
border-radius: 3px;
border: solid 2px #999999;
font-size: 13px;
color: #333333;
padding: 5px 10px 4px;
cursor: pointer;
margin-right: 10px;
margin-bottom: 2.5px;
margin-top: 2.5px;
}

#product_detail_area_2 ul li.active{
border: solid 2px #5cb85c;
}
#product_detail_area_2 ul li:hover{
border: solid 2px #e19f1d;
}#product_detail_area_3{}
#product_detail_area_3 .btn-primary, #product_detail_area_3 .btn-success{
width: 100%;
}
#product_detail_area_3 .quantity{
position: relative;
overflow: hidden;
}
#product_detail_area_3 .quantity .up{
font-size: 12px;
font-weight: bold;
padding: 0px;
width: auto;
position: absolute;
right: 5px;
top: 1px;
background: none;
outline: none;
color: #000 !important;
}
#product_detail_area_3 .quantity .down{
font-size: 12px;
font-weight: bold;
padding: 0px;
width: auto;
position: absolute;
right: 5px;
bottom: 1px;
background: none;
outline: none;
color: #000 !important;
}.product_share{}
.product_share a{
font-size: 13px;
margin-right: 5px;
}
.product_share a i{}
.tab-pane{
background: #fff;
padding: 10px;
border: 1px solid #ddd;
border-top: 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background: #00803e;
	color: #fff;
	padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover{

background-color: #5cb85c;

color: #fff;
}
.nav>li>a:focus, .nav>li>a{

background: #ebebeb;
}

/* Profile sidebar */



.profile-sidebar {



  padding: 20px 0 10px 0;



  background: #fff;



  border: 1px solid #e9e9e9;
}

.profile-userpic img {



  float: none;



  margin: 0 auto;



  width: 50%;



  height: 50%;



  -webkit-border-radius: 50% !important;



  -moz-border-radius: 50% !important;



  border-radius: 50% !important;



  border: 1px solid #ddd;
}

.profile-usertitle {



  text-align: center;



  margin-top: 20px;
}

.profile-usertitle-name {



  color: #5a7391;



  font-size: 16px;



  font-weight: 600;



  margin-bottom: 7px;
}.profile-userbuttons {



  text-align: center;



  margin-top: 10px;
}

.profile-userbuttons .btn {



  text-transform: uppercase;



  font-size: 11px;



  font-weight: 600;



  padding: 6px 15px;



  margin-right: 5px;
}

.profile-usermenu {



  margin-top: 30px;
}

.profile-usermenu ul li {



  border-bottom: 1px solid #f0f4f7;



  width: calc(100% - 20px);



  margin: 5px 10px;
}

.profile-usermenu ul li:last-child {



  border-bottom: none;
}

.profile-usermenu ul li a {



  color: #93a3b5;



  font-size: 14px;



  font-weight: 400;



  background: #fff;
}

.profile-usermenu ul li a i {



  margin-right: 8px;



  font-size: 14px;
}

.profile-usermenu ul li a:hover {



  background-color: #fafcfd;



  color: #5b9bd1;
}

.profile-usermenu ul li.active {



  border-bottom: none;
}

.profile-usermenu ul li.active a {



  color: #5b9bd1;



  background-color: #f6f9fb;



  border-left: 2px solid #5b9bd1;



  margin-left: -2px;
}#cart_status{
display: none;
font-weight: bold;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}

#cart_status.error{color: red}
#cart_status.success{color: green}
#cart{
display: none;
position: fixed;
top: 0px;
right: 0px;
width: 300px;
height: 100%;
z-index: 999999999;
background: #fff;
}
#cart .title{
color: #fff;
float: left;
width: 100%;
padding: 10px 20px;
border-bottom: 1px solid #ddd;
background: #72a433;
font-size: 15px;
position: relative;
}
#cart .title i{
float: right;
background: #570e40;
padding: 2px 3px;
border-radius: 8px;
cursor: pointer;
}
#cart .car_products{
width: 100%;
height: 70%;
overflow-y: scroll;
}
#cart .car_products li{border-bottom: 1px solid #ddd;margin-bottom: 10px;padding: 5px 0px;}
#cart .car_products li:last-child{border-bottom: 0px solid #ddd}
#cart .car_products a{
float: left;
width: 100%;
color: #8cb0ff;
}
#cart .car_products a img{
border: 1px solid #ddd;
}
#cart .car_products .col-md-9 div{
float: left;
width: 100%;
}
#cart .car_products .col-md-9 div span:first-child{
font-weight: bold;
}
#cart .car_products .col-md-9 div span:last-child{}
#cart .car_products .col-md-9 [data-cart-delete]{
cursor: pointer;
position: absolute;
right: 0px;
width: 20px;
top: 0px;
color: #b73f3f;
}
#cart .car_product_footer{
float: left;
width: 100%;
}
#cart .car_product_footer .total{
color: #fff;
float: left;
width: 100%;
padding: 10px 20px;
border-bottom: 1px solid #ddd;
background: #960869;
font-size: 15px;
position: relative;
}
#cart .car_product_footer .total span:first-child{}
#cart .car_product_footer .total span:last-child{}
#cart .car_product_footer a{float: left;width: 100%}
#cart .empty{
text-align: center;
width: 100%;
margin-top: 30px;
}
#fav-add-succes{
display: none;
position: fixed;
top: 20%;
z-index: 2;
background: #fff;
width: 40%;
left: 30%;
padding: 20px;
border-radius: 10px;
}
#fav-add-succes div{
float: left;
width: 100%;
position: relative;
}
#fav-add-succes div img{}
#fav-add-succes div h2{
font-size: 20px;
}
#fav-add-succes div i{
position: absolute;
top: -36px;
right: -34px;
background: #db1515;
color: #fff;
padding: 4px;
font-size: 25px;
border-radius: 50%;
cursor: pointer;
}
.whatsapp {

  text-align: center;

  display: block;

  width: 65px;

  height: 65px;

  border-radius: 50%;

  background: #3cca22;

  cursor: pointer;

  animation: pulse 2s infinite;

  position: fixed;

  z-index: 2;

 bottom: 50px;
left: 25px;

  font-size: 45px;

  color: #ffff !important;

}

.whatsapp span{

    background: #3cca22;

    font-size: 17px;

    width: 145px;

    float: left;

    position: absolute;

    top: 20px;

    left: 54px;

    border-radius: 20px;

}

@-webkit-keyframes pulse {

  0% {

    -webkit-box-shadow: 0 0 0 0 rgb(44 204 132 / 40%);

  }

  70% {

      -webkit-box-shadow: 0 0 0 10px rgb(44 204 88 / 0%);

  }

  100% {

      -webkit-box-shadow: 0 0 0 0 rgb(44 204 89 / 0%);

  }

}

@keyframes pulse {

  0% {

    -moz-box-shadow: 0 0 0 0 rgb(44 204 104 / 40%);

    box-shadow: 0 0 0 0 rgb(44 204 104 / 40%);

  }

  70% {

      -moz-box-shadow: 0 0 0 30px rgb(44 204 126 / 57%));

      box-shadow: 0 0 0 30px rgb(44 204 111 / 0%);

  }

  100% {

      -moz-box-shadow: 0 0 0 0 rgb(44 204 120 / 0%);

      box-shadow: 0 0 0 0 rgb(44 204 128 / 0%);

  }

}
@media only screen and (max-width: 600px){
#area-2-1 #area-2-3{
    display: flex;
    justify-content: center;
    width: 100%;
}
#area-2-1 #area-2-3 li a i{font-size: 22px;}
}

@media only screen and (max-width: 800px){
.company a img, #sync1 img{
    width: 100%;
}
.hidden-xs{
    display: none;
}
#area-2{
    padding-top: 10px
}
#area-2-1{
    display: block;
}
    #area-2-1 #logo{margin: 0 120px;display: table;margin-bottom: 10px;}
    #area-2-1 #search{}
    #area-2-1 #area-2-2{
    margin: 0 auto;
    display: table;
    margin-top: 10px;
    margin-bottom: 20px;
}
 #area-2-1 #area-2-2 a{}
    #area-2-1 #area-2-3{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
#mobile_menu i{
    color: #fff !important;
}
.company .col-md-6{
    margin-top: 15px;
    margin-bottom: 0px;
}

#area-5 li i{
    width: 100%;
}

.grid .col-md-4 .product .images-area a{height: auto;}

.product .images-area a{
    height: 175px !important;
}
.timer-line{}
.timer-line .timer-area .timer-header{
    font-size: 13px;
    width: 100%;
    text-align: center;
    border: none;
}
.timer-line .timer-area .timer span{
    font-size: 10px;
    padding: 0px;
}
.timer-line .timer-area .timer{float: inherit;margin: 0 auto;}
footer{
    padding-top: 0px;
    margin-top: 10px;
}
#area-7{
    margin-top: 10px
}
.grid-item{
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
}
#product_detail_area_3 .btn{
    margin-top: 10px;
}
#mobile_menu{display: block !important;background: #72a433;width: 104px;text-align: center;padding: 2px 6px;line-height: 37px;top: 113px;left: 27px;border-radius: 12px;color: #fff;font-size: 17px;width: auto !important;}
body.theme-default .hc-offcanvas-nav li{
    width: 100%;
}
}

:root {
    --fontSize-l: 25px;
    --fontSize: 15px;
    --fontSize-s: 13px;
    --fontSize-xs: 11px;
    --fontFamily: 'Roboto',sans-serif;
    --fontFamily-second: "Monument Extended",sans-serif;
    --gutter-xl: 132px;
    --gutter-l: 64px;
    --gutter: 32px;
    --gutter-s: 16px;
    --gutter-xs: 8px;
    --gutter-xxs: 4px;
    --gradient: linear-gradient(330deg,#abd904 0%,#9ccb0f 10%,#85b523 31%,#76a82e 50%,#72a433 67%);
    --radius: 3px;
    --orange: #f05a29;
    --green: #72a433;
    --gray: #58595b;
}

@font-face {
  font-family: 'citir2';
  src: url("/assets/fonts/citir2.eot?skult9");
  src: url("/assets/fonts/citir2.eot?skult9#iefix") format("embedded-opentype"), url("/assets/fonts/citir2.ttf?skult9") format("truetype"), url("/assets/fonts/citir2.woff?skult9") format("woff"), url("/assets/fonts/citir2.svg?skult9#citir2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block
}
[class^="new-"], [class*=" new-"] {
font-family:'citir2' !important;
speak:never;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.new-basket:before {
  content: ""
}
.new-box:before {
  content: ""
}
.new-emp:before {
  content: ""
}
.new-hand:before {
  content: ""
}
.new-hbook:before {
  content: ""
}
.new-hphone:before {
  content: ""
}
.new-hshake:before {
  content: ""
}
.new-kchain:before {
  content: ""
}
.new-man:before {
  content: ""
}
.new-motob:before {
  content: ""
}
.new-paper:before {
  content: ""
}
.new-wp:before {
  content: ""
}

.footer-line {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  background: #f0f1f1 0% 0% no-repeat padding-box;
  box-shadow: 0 0 5px rgba(0,0,0,.2)
}
.footer-line-item {
  z-index: 1;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 100%;
  max-width: 100%;
  padding: var(--gutter);
  color: var(--green);
  font-size: var(--fontSize);
  font-weight: 500
}
@media(min-width:768px) {
.footer-line-item {
  flex: 1 1 50%;
  max-width: 50%
}
}
@media(min-width:992px) {
.footer-line-item {
  font-size: var(--fontSize-l);
  flex: 1 1 25%;
  max-width: 25%
}
.footer-line-item:not(:last-of-type):after {
  z-index: -2;
  content: '';
  position: absolute;
  right: 0;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background-color: rgba(0,0,0,.2)
}
}
.footer-line-item:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: var(--gradient);
  transition: all 250ms;
  border-radius: var(--radius);
  opacity: 0;
  box-shadow: 0 0 5px rgba(0,0,0,.2)
}
.footer-line-item i {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: var(--gutter-s);
  font-size: 40px
}
@media(min-width:992px) {
.footer-line-item i {
  font-size: 50px
}
}
.footer-line-item:hover {
  color: #fff
}
.footer-line-item:hover:before {
  opacity: 1
}
@media(min-width:576px) {
.footer-line-item:hover:before {
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px
}
}
.footer-line-item:hover i {
  -webkit-text-fill-color: #fff
}

@media(max-width:767px) {
  .footer-line-item {
    flex: 1 1 50%
  }
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #c07531 !important;
    border-color: #c07531 !important;
}

.btn-primary {
    color: #fff;
    background-color: #09803b!important;
    border-color: #09803b!important;
}

#left_menu li a:hover {
	color: #c07531!important;
}

body.theme-default .hc-offcanvas-nav .nav-container, body.theme-default .hc-offcanvas-nav .nav-wrapper, body.theme-default .hc-offcanvas-nav ul {
    background: #58595b!important;
}

@media (min-width: 992px)
  #searchbtn {
    width: 90px;
}

#searchbtn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--green);
    color: #fff;
    border: none;
    height: 100%;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    transition: color .3s;
    cursor: pointer;
}

#searchbtn:hover{background-image:var(--gradient)}

@font-face {
	font-family: "citir";
	src: url("/assets/fonts/citir.eot?");
	src: url("/assets/fonts/citir.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/citir.woff") format("woff"), url("/assets/fonts/citir.ttf") format("truetype"), url("/assets/fonts/citir.svg#citir") format("svg");
	font-weight: normal;
	font-style: normal
}
[data-icon]:before {
	font-family: "citir" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "citir" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-basket-18:before {
	content: "a"
}
.icon-dilediginkadaral-button-20:before {
	content: "b"
}
.icon-organic-21:before {
	content: "c"
}
.icon-wallet-19:before {
	content: "d"
}
.icon-yerliuretim-22:before {
	content: "e"
}
.icon-banner-14:before {
	content: "f"
}
.icon-banner-15:before {
	content: "g"
}
.icon-menu-16:before {
	content: "h"
}
.icon-menu-17:before {
	content: "i"
}
.icon-facebook-04:before {
	content: "j"
}
.icon-headphone-02:before {
	content: "k"
}
.icon-instagram:before {
	content: "l"
}
.icon-instagram-05:before {
	content: "m"
}
.icon-mail-03:before {
	content: "n"
}
.icon-search-06:before {
	content: "o"
}
.icon-whatsapp-01:before {
	content: "p"
}
.icon-menu-01-07:before {
	content: "q"
}
.icon-menu-08:before {
	content: "r"
}
.icon-menu-09:before {
	content: "s"
}
.icon-menu-10:before {
	content: "t"
}
.icon-menu-11:before {
	content: "u"
}
.icon-menu-12:before {
	content: "v"
}
.icon-menu-13:before {
	content: "w"
}
.icon-check-26:before {
	content: "x"
}
.icon-favorite-25:before {
	content: "y"
}
.icon-favorite-choose-30:before {
	content: "z"
}
.icon-information-27:before {
	content: "A"
}
.icon-kg-23:before {
	content: "B"
}
.icon-minus-28:before {
	content: "C"
}
.icon-money-24:before {
	content: "D"
}
.icon-plus-29:before {
	content: "E"
}
.icon-arrow-04:before {
	content: "F"
}
.icon-evyasamurunleri:before {
	content: "G"
}
.icon-saglikliyasamurunleri:before {
	content: "H"
}
.icon-sofralik:before {
	content: "I"
}
.icon-unlarvepastalar:before {
	content: "J"
}
.icon-gluten-free-01:before {
	content: "K"
}
.icon-yerliuretim:before {
	content: "L"
}
.icon-yuksek-protein-01:before {
	content: "M"
}
.icon-yukseklif-01:before {
	content: "N"
}
.icon-iadekargoyaverildi-01:before {
	content: "O"
}
.icon-iadetalebiolusturuldu-01:before {
	content: "P"
}
.icon-iadetalebionaylandi-01-01:before {
	content: "Q"
}
.icon-uruniadetalebionaylandi:before {
	content: "R"
}
.icon-gram-04:before {
	content: "Z"
}
.icon-calendar:before {
	content: "1"
}
.icon-cancel:before {
	content: "0"
}
.icon-edit:before {
	content: "2"
}
.icon-feedback:before {
	content: "3"
}
.icon-dusuksodyum:before {
	content: "S"
}
.icon-glutensiz:before {
	content: "T"
}
.icon-omega:before {
	content: "U"
}
.icon-yuksek-protein-01-1:before {
	content: "V"
}
.icon-vegan:before {
	content: "W"
}
.icon-yerliuretim-1:before {
	content: "X"
}
.icon-yukseklif-01-1:before {
	content: "Y"
}
.icon-exchange:before {
	content: "4"
}
.icon-inside:before {
	content: "5"
}
.icon-outside:before {
	content: "6"
}
.icon-navigation:before {
	content: "7"
}
.icon-returned-product:before {
	content: "8"
}
.icon-tic-product:before {
	content: "9"
}
.icon-returned-payment:before {
	content: "!"
}
.icon-kg:before {
	content: "$"
}
.icon-tl:before {
	content: "B"
}
.icon-tl-circle:before {
	content: "\""
}

          #area-2-1 #area-2-3 li:nth-child(1) a span {
            margin-top: 8px;
            float: left;
          }

          #area-2-1 #area-2-3 li:nth-child(1) a span div {
            position: absolute;
            min-width: 25px;
            text-align: center;
            font-size: 14px;
            left: 14px;
            top: -16px;
            border: 1px solid #ddd;
            background: #fff;
          }

.header-search {
    display: flex;
    position: relative;
    height: 38px;
    margin-right: var(--gutter-xxs);
    margin-left: var(--gutter-xs);
    border: 1px solid var(--green);
    border-radius: 6px;
    order: 1;
    flex: 1 1 calc(100% - 12px - 110px);
    max-width: calc(100% - 12px - 110px);
    margin-top: var(--gutter-s);
  }

  .header-search i {
    color: var(--gray);
    align-self: center;
    margin-left: var(--gutter-xs);
}

.header-search input {
    border: none;
    border-radius: 5px;
    font-size: var(--fontSize-s);
}

@font-face {
  font-family: "Flaticon";
  src: url("/assets/fonts/Flaticon.eot?");
  src: url("/assets/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Flaticon.woff2") format("woff2"), url("/assets/fonts/Flaticon.woff") format("woff"), url("/assets/fonts/Flaticon.ttf") format("truetype"), url("/assets/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
  font-family: "Flaticon";
  src: url("/assets/fonts/Flaticon.svg#Flaticon") format("svg");
  font-display: swap
}
}

.flaticon-search:before {
    content: "";
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
}

.header-block {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    min-height: 48px;
    color: #fff;
}

.header-block .login a+a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    margin-left: calc(-1*var(--gutter-xs));
    background-color: var(--gray);
    height: 12px;
}

.header-block .login {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-self: stretch;
    min-height: 37px;
    font-size: var(--fontSize-xs);
    order: 2;
    flex: 1 1 110px;
    max-width: 110px;
    margin-top: var(--gutter-s);
}

.header-block .login a {
    display: flex;
    align-items: center;
    position: relative;
    color: var(--gray);
    margin-right: var(--gutter-xs);
    padding-right: var(--gutter-xxs);
    font-weight: 600;
    white-space: nowrap;
}

.product-item {
	position: relative;
	color: #58595b;
	font-weight: 500;
	box-shadow: 0 0 7px -2px black;
	border-radius: 5px;
	padding: var(--gutter-s)
}
@media(max-width:575px) {
.product-item {
	width: 100%
}
}
.product-item img {
	width: 100%;
	transform: scale(1);
	transition: transform 250ms ease-out
}
@media(min-width:576px) {
.product-item img {
	height: 230px;
	object-fit: cover
}
}
.product-item>a {
	overflow: hidden;
	display: block
}
.product-item .discount {
	position: absolute;
	top: var(--gutter-s);
	left: 0;
	z-index: 5;
	background-color: #ec0f0f;
	color: #fff;
	padding: var(--gutter-xxs) var(--gutter-xs);
	border-top-right-radius: var(--radius);
	border-bottom-right-radius: var(--radius);
	transition: opacity 250ms ease-out;
	font-size: var(--fontSize-s)
}
@media(min-width:992px) {
.product-item .discount {
	font-size: var(--fontSize)
}
}
.product-item .caption {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	margin-top: var(--gutter-s);
	padding-left: var(--gutter-xs);
	padding-right: var(--gutter-xs);
	min-height: 51px;
	text-align: center
}
.product-item .caption h5 {
	font-size: var(--fontSize);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 216px
}
@media(min-width:992px) {
.product-item .caption h5 {
	max-width: 216px
}
}
.product-item .caption .icons {
	flex: 1 1 100%;
	text-align: right;
	display: flex;
	justify-content: center;
	margin-left: auto;
margin-right:calc(-1*var(--gutter-xs));
	margin-bottom: var(--gutter-xxs);
	min-height: 22px
}
.product-item .caption .icons [data-title] {
	z-index: 1;
	position: relative;
	margin-left: var(--gutter-xs);
	margin-right: var(--gutter-xs)
}
.product-item .caption .icons [data-title]:before {
	content: attr(data-title);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	white-space: nowrap;
	background: #414042 0% 0% no-repeat padding-box;
	padding: var(--gutter-xxs);
	border-radius: var(--radius);
	color: #fff;
	font-size: var(--fontSize-xs);
	transition: 250ms bottom ease-in-out, opacity 250ms;
	opacity: 0;
	pointer-events: none
}
.product-item .caption .icons [data-title]:hover {
	color: var(--green)
}
.product-item .caption .icons [data-title]:hover:before {
	bottom: 100%;
	opacity: 1
}
.product-item .caption .icons i {
	font-size: 22px
}
.product-item .bottom {
	display: flex;
	flex-wrap: wrap
}
.product-item .bottom>* {
	flex-wrap: wrap;
	padding-left: var(--gutter-xxs);
	padding-right: var(--gutter-xxs);
	text-align: center;
	font-size: var(--fontSize-s)
}
.product-item .bottom>*:nth-child(1) {
	margin-left: auto;
	margin-right: auto
}
.product-item .bottom>*:nth-child(2) {
	flex: 1 1 calc(100% - var(--gutter-s));
	max-width: calc(100% - var(--gutter-s));
	margin: var(--gutter-xs)
}
@media(min-width:992px) {
.product-item .bottom>* {
	font-size: var(--fontSize)
}
}
.product-item .bottom .old {
	text-decoration: line-through;
	color: #bd1e2d
}
.product-item:hover img {
	transform: scale(1.15)
}
.product-item:hover .discount {
	opacity: .3
}
.product-item-button {
	border-radius: 0;
	min-height: 38px
}

.bg-green {
    background: var(--green);
    color: #fff;
}

.product-buy {
	background-color: #f0f1f1;
	color: #575a59;
	width: 100%;
	padding: var(--gutter-xs);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}
@media(min-width:0) {
.product-buy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}
}
.product-buy-close {
	position: absolute;
	right: var(--gutter-xxs);
	top: var(--gutter-xxs);
	color: var(--gray)
}
.product-buy-name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	text-align: center;
	padding: var(--gutter-xs);
	-webkit-text-stroke: 1.25px black;
	font-weight: 900;
	font-size: 21px;
	letter-spacing: -.06em;
	color: #fff;
	pointer-events: none
}
.product-buy-title {
	font-size: var(--fontSize-s);
	font-weight: 500;
	margin-left: 45px;
	margin-bottom: var(--gutter-xs)
}
.product-buy-line {
--gap:8px;
	display: inline-flex;
margin:calc(-1*var(--gap)) 0 0 calc(-1*var(--gap));
	width: calc(100% + var(--gap));
	align-items: center
}
.product-buy-line:not(:last-of-type) {
	margin-bottom: var(--gutter-s)
}
.product-buy-line>* {
	margin: var(--gap) 0 0 var(--gap)
}
.product-buy-line-right {
	justify-content: flex-end
}
.product-buy-line>i {
	margin-right: 4px;
	font-size: 22px
}
.product-buy-line .outer {
	position: relative
}
.product-buy-line .outer input[type="text"] {
	width: 90px;
	border: none;
	border-radius: var(--radius);
	border: 1px solid var(--green);
	height: 32px;
	padding-left: var(--gutter-xxs);
	padding-right: 25px;
	font-weight: 500;
	text-align: right;
	font-size: var(--fontSize-s)
}
.product-buy-line .outer input[type="text"]::placeholder {
font-size:9px
}
.product-buy-line .outer label {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding-left: var(--gutter-xxs);
	padding-right: var(--gutter-xxs);
	border-left: 1px solid var(--green);
	font-size: var(--fontSize-xs)
}
.product-buy-line .irs {
	width: 100%;
	background-color: #fff;
	border-radius: 32px;
	padding-right: 8px;
	margin-left: 8px;
	margin-right: 8px;
	height: 32px;
	position: relative
}
.product-buy-line .irs:before {
	content: '';
	left: -8px;
	right: -8px;
	top: 0;
	bottom: 0;
	position: absolute;
	border-radius: 32px;
	background-color: #fff
}
.product-buy-line .irs-hidden-input {
	opacity: 0
}
.product-buy-line .irs--square .irs-line {
	top: 16px;
	height: 2px
}
.product-buy-line .irs--square .irs-bar {
	display: none
}
.product-buy-line .irs--square .irs-handle {
	transform: none;
	border: none;
	background-color: transparent;
	font-size: 23px
}
.product-buy-line .irs--square .irs-handle:before {
	position: absolute;
	left: 0;
	top: -22px;
	font-family: "citir" !important;
	content: "\"";
	color: var(--green);
	margin-top: -4px!important;
}
.product-buy-line:nth-of-type(3) .irs--square .irs-handle:before {
	content: "$";
	margin-left: -2px;
	color: var(--green);
	margin-top: -4px!important;
}
.product-buy-radio {
	flex-grow: 1
}
.product-buy-radio input {
	opacity: 0
}
.product-buy-radio input:checked+label {
	background-color: var(--orange);
	border-color: var(--orange);
	color: #fff
}
.product-buy-radio input:checked+label small {
	color: #fff;
	font-weight: 400
}
.product-buy-radio input:checked+label:after {
	display: block
}
.product-buy-radio label {
	position: relative;
	display: block;
	text-align: center;
	color: var(--green);
	background-color: #fff;
	border: 1px solid var(--green);
	padding: var(--gutter-xs) var(--gutter-xxs);
	border-radius: var(--radius);
	cursor: pointer
}
.product-buy-radio label:after {
	content: '';
	display: none;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
	transform: translate(50%, -50%);
	border-radius: 50%;
	background-image: url("../img/svg/check.svg");
	background-repeat: no-repeat;
	background-size: contain
}
.product-buy-radio label small {
	color: #b4b6b7;
	display: block;
	font-weight: 500
}
.product-buy #productaddfavorite {
	color: var(--gray);
	margin-right: var(--gutter-s)
}
.product-buy #productaddfavorite:hover {
	color: var(--gray)
}
.product-buy .add-chart {
	display: flex;
	align-items: center;
	color: #fff;
	background-color: var(--green);
	border-radius: var(--radius);
	padding: var(--gutter-xs);
	white-space: nowrap;
	min-height: 38px
}
.product-buy .add-chart:hover {
	background-color: rgba(114,164,51,.8)
}
.product-buy-single {
	text-align: center;
	padding: var(--gutter) var(--gutter-s)
}
.product-buy-single .counter {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	color: var(--orange);
	font-weight: 700;
	font-size: 20px;
	margin-bottom: var(--gutter)
}
.product-buy-single .counter button {
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 31px;
	color: var(--green);
	margin: 5px 1px -8px 3px;
}


.product-buy-single .counter button:hover {
	color: var(--orange)
}
.product-buy-single .counter input {
	flex: 1;
	border: none;
	width: 16px;
	margin: 5px 5px;
	text-align: right;
	color: var(--orange);
	font-weight: 700;
	background-color: transparent;
	appearance: none;
	-moz-appearance: none;
	padding: 0
}

@media(min-width:992px) {
.product-buy-single .counter input {
    width: 24px;
    margin: 5px -2px;
	}
}

.product-buy-single a.add-chart {
	display: inline-flex
}
.product-buy-single-bottom {
	display: flex;
	align-items: center;
	justify-content: center
}
.product-buy-single-bottom .favorite {
	margin-right: var(--gutter-xs)
}
.product-buy-single-bottom .favorite i {
	font-size: 25px
}

.btn_close {
	border: none!important;
    font-size: 20px!important;
}

.whole-check {
    z-index: 1;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    flex: 1 1 30px;
    margin: 2px!important;
}

.header-block-sticky.isSticky,.header-block-sticky.full{
    max-width:100%;
    padding:0;
    background-color:#fff
}
@media(min-width:992px){
    .header-block-sticky.isSticky,.header-block-sticky.full{
        background-color:#fff
    }
}
.header-block-sticky.isSticky .menu-title,.header-block-sticky.full .menu-title{
    cursor:pointer
}
.header-block-sticky.isSticky .cart:before,.header-block-sticky.full .cart:before{
    left:0;
    right:0
}
@media(max-width:991.99px){
    .header-block-sticky.isSticky .header-block,.header-block-sticky.full .header-block{
        max-width:100%;
        padding-bottom:0
    }
    .header-block-sticky.isSticky .login,.header-block-sticky.isSticky .header-search,.header-block-sticky.full .login,.header-block-sticky.full .header-search{
        display:none
    }
}
@media(min-width:992px){
    .header-block-sticky.isSticky .menu,.header-block-sticky.full .menu{
        width:378px
    }
}
.header-block-sticky.isSticky .menu-title.hover .menu-toggler-icon,.header-block-sticky.full .menu-title.hover .menu-toggler-icon{
    width:30px
}
.header-block-sticky.isSticky .menu-title.hover .menu-toggler-icon:nth-child(1),.header-block-sticky.full .menu-title.hover .menu-toggler-icon:nth-child(1){
    transform:rotateZ(135deg) translate(4px,-7px)
}
.header-block-sticky.isSticky .menu-title.hover .menu-toggler-icon:nth-child(2),.header-block-sticky.full .menu-title.hover .menu-toggler-icon:nth-child(2){
    transform:translateX(-100px);
    opacity:0
}
.header-block-sticky.isSticky .menu-title.hover .menu-toggler-icon:nth-child(3),.header-block-sticky.full .menu-title.hover .menu-toggler-icon:nth-child(3){
    transform:rotateZ(-135deg) translate(4px,7px)
}
.header-block-sticky.isSticky .menu-title.hover .menu-toggler-icon+.header-toggler-icon,.header-block-sticky.full .menu-title.hover .menu-toggler-icon+.header-toggler-icon{
    margin-top:0
}

.addcartout{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    position:relative;
    background-color:#f0f1f1;
    padding:var(--gutter-s)
}
@media(min-width:992px){
    .addcartout{
        padding:var(--gutter)
    }
}
.addcartout .addbasket{
    display:flex;
    align-items:center;
    background-color:var(--green);
    color:#fff;
    font-size:var(--fontSize-s);
    font-weight:500;
    height:45px;
    padding:0 26px;
    margin-left:var(--gutter-s);
    border-radius:var(--radius);
    transition:background-color .3s
}
@media(max-width:575px){
    .addcartout .addbasket{
        padding:0 16px
    }
}
@media(min-width:992px){
    .addcartout .addbasket{
        font-size:16px
    }
}
.addcartout .addbasket i{
    padding-right:16px;
    margin-right:16px;
    border-right:1px solid #fff
}
@media(max-width:575px){
    .addcartout .addbasket i{
        display:none
    }
}
@media(min-width:992px){
    .addcartout .addbasket i{
        padding-right:25px;
        margin-right:25px
    }
}
.addcartout .addbasket.added,.addcartout .addbasket:hover{
    background-color:#29a338
}
.addcartout .passive{
    display:block;
    float:left;
    background-color:#f20000;
    color:#212121;
    font-size:20px;
    font-weight:500;
    height:100%;
    line-height:48px;
    padding:0 40px;
    border-radius:5px 24px 24px 5px
}
.addcartout .box{
    background-color:#f0f1f1;
    color:#575a59;
    width:100%
}
.addcartout .box-title{
    font-weight:600;
    margin-left:45px;
    margin-bottom:var(--gutter-s)
}
.addcartout .box-line{
    --gap:8px;
    display:inline-flex;
    margin:calc(-1*var(--gap)) 0 0 calc(-1*var(--gap));
    width:calc(100% + var(--gap));
    align-items:center;
    margin-bottom:var(--gutter-s)
}
.addcartout .box-line>*{
    margin:var(--gap) 0 0 var(--gap)
}
.addcartout .box-line-right{
    justify-content:flex-end
}
.addcartout .box-line>i{
    margin-right:8px
}
.addcartout .box-line i{
    font-size:25px
}
@media(min-width:992px){
    .addcartout .box-line i{
        font-size:25px
    }
}
.addcartout .box-line .outer{
    position:relative
}
.addcartout .box-line .outer>div{
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    padding-left:var(--gutter-s);
    padding-right:var(--gutter-s);
    border-left:1px solid var(--green)
}
.addcartout .box-line .outer>div>span{
    position:absolute;
    right:100%;
    top:50%;
    transform:translateY(-50%);
    padding-right:var(--gutter-s);
    font-weight:500
}
.addcartout .box-line .outer>div i{
    font-size:15px;
    color:var(--green);
    position:relative;
    font-style:normal
}
.addcartout .box-line .outer>div i span{
    position:absolute;
    right:100%;
    bottom:100%;
    background-color:#414042;
    font-size:var(--fontSize-xs);
    color:#fff;
    white-space:nowrap;
    border-radius:var(--radius);
    padding:4px
}
@media(min-width:992px){
    .addcartout .box-line .outer>div i span{
        right:auto;
        left:50%;
        transform:translateX(-50%)
    }
}
.addcartout .box-line input[type="text"]{
    width:120px;
    border:none;
    border-radius:var(--radius);
    border:1px solid var(--green);
    height:32px;
    padding-left:var(--gutter-xs);
    padding-right:56px;
    font-weight:500;
    text-align:right;
    font-size:var(--fontSize-s)
}
.addcartout .box-line input[type="text"]::placeholder{
    font-size:var(--fontSize-xs)
}
@media(min-width:992px){
    .addcartout .box-line input[type="text"]{
        width:140px;
        font-size:var(--fontSize)
    }
}
.addcartout .box-line .irs{
    width:100%;
    background-color:#fff;
    border-radius:32px;
    padding-right:8px;
    margin-left:8px;
    margin-right:8px;
    height:32px;
    position:relative
}
.addcartout .box-line .irs:before{
    content:'';
    left:-8px;
    right:-8px;
    top:0;
    bottom:0;
    position:absolute;
    border-radius:32px;
    background-color:#fff
}
.addcartout .box-line .irs-single,.addcartout .box-line .irs-max,.addcartout .box-line .irs-min{
    display:none
}
.addcartout .box-line .irs--square .irs-line{
    top:16px;
    height:2px
}
.addcartout .box-line .irs--square .irs-bar{
    display:none
}
.addcartout .box-line .irs--square .irs-handle{
    transform:none;
    border:none;
    background-color:transparent;
    font-size:23px;
    content:"g"
}
.addcartout .box-line .irs--square .irs-handle:before{
    position:absolute;
    left:0;
    top:-22px;
    font-family:"citir" !important;
    content:"\"";
    color:var(--green);
    filter:drop-shadow(0 0 1px var(--green))
}
.addcartout .box-line:nth-child(2) .irs--square .irs-handle:before{
    content:"Z";
    margin-left:-2px;
    color:var(--green);
    filter:drop-shadow(0 0 1px var(--green))
}
.addcartout .box-line.gram:nth-child(2) .irs--square .irs-handle:before{
    content:"$"
}
.addcartout .box-line-weight{
    margin-right:var(--gutter-xs)
}
.addcartout .box-line-weight>div{
    position:relative
}
.addcartout .box-line-weight label{
    display:block;
    cursor:pointer;
    margin-bottom:var(--gutter-xs)
}
.addcartout .box-line-weight input{
    position:absolute;
    opacity:0
}
.addcartout .box-radio{
    flex-grow:1
}
.addcartout .box-radio input{
    opacity:0
}
.addcartout .box-radio input:checked+label{
    background-color:var(--orange);
    border-color:var(--orange);
    color:#fff
}
.addcartout .box-radio input:checked+label small{
    color:#fff;
    font-weight:400
}
.addcartout .box-radio input:checked+label:after{
    display:block
}
.addcartout .box-radio label{
    position:relative;
    display:block;
    text-align:center;
    color:var(--green);
    background-color:#fff;
    border:1px solid var(--green);
    padding:var(--gutter-s) var(--gutter-xxs);
    border-radius:var(--radius);
    cursor:pointer
}
.addcartout .box-radio label:after{
    content:'';
    display:none;
    z-index:1;
    position:absolute;
    right:0;
    top:0;
    width:16px;
    height:16px;
    transform:translate(50%,-50%);
    border-radius:50%;
    background-image:url("../img/svg/check.svg");
    background-repeat:no-repeat;
    background-size:contain
}
.addcartout .box-radio label small{
    color:#b4b6b7;
    display:block;
    font-weight:500
}
.addcartout .box .showcase__mark{
    display:block;
    position:absolute;
    top:45px;
    background:#f00;
    transform:rotate(-45deg);
    padding:1px 3px;
    border-radius:3px;
    color:#fff;
    margin-left:-10px
}

#addcart{
    display:flex;
    align-items:center;
    position:relative;
    margin-right:auto;
    background-color:#fff;
    border-radius:44px;
    color:var(--orange);
    font-size:22px;
    font-weight:700;
    font-size:var(--fontSize-l);

}
@media(max-width:575px){
    #addcart{
        font-size:20px
    }
}
#addcart button{
	margin: 0px 2px -10px 2px!important;
    background-color:transparent;
    border:none;
    -webkit-appearance:none;
    cursor:pointer;
    font-size:31px;
    color:var(--green)
}
#addcart button:hover{
    color:var(--orange)
}
#addcart button:last-of-type{
    margin-left:20px
}
@media(max-width:575px){
    #addcart button:last-of-type{
        margin-left:0
    }
}
#addcart #number{
    border:none;
    width:48px;
    margin:5px 0;
    text-align:right;
    color:var(--orange);
    font-size:22px;
    font-weight:700;
    font-size:var(--fontSize-l);
    background-color:transparent
}
@media(max-width:575px){
    #addcart #number{
        font-size:20px;
        width:26px;
    }
}

@media(max-width:767px){

    #addcart{
        float:none
    }
    #addcart button{
        float:none;
        display:inline-block;
        height:45px
    }
    #addcart #number{
        float:none;
        display:inline-block;
        height:45px;
        padding:0;
        appearance:none
    }
}


.piece{display:inline-flex;align-items:center;line-height:1;width: 90px;}
.piece button{border:none;font-family:Flaticon;font-size:18px;color:#fa4616;-webkit-appearance:none;background-color:transparent;cursor:pointer;transition:color .3s;    margin: 0px;padding: 0px;margin: 0px;}
.piece button:hover{color:var(--gray)}
.piece .min:before{content:""}
.piece .max:before{content:""}
.piece input{width:42px;text-align:center;border:none;background-color:transparent;height:22px}

.product-table-total{position:relative;display:flex;align-items:center}
.product-table-total input{border:none;border-radius:var(--radius);height:32px;width:60px;padding-left:var(--gutter-xs);padding-right:var(--gutter-xs);margin-right:var(--gutter-xxs);text-align:right}
@media(
	min-width:768px){
	.product-table-total input{width:100px}
}
.product-table-total .buttons{margin-left:auto}
.product1 .product-item{padding:var(--gutter-s);border-radius:5px;box-shadow:rgba(0,0,0,.1) 0 0 5px}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

