.header6-link > ul > li{
text-align:center;
width:auto !important;
}

.header6-link > ul > li > a{
height: 45px;
display:block;
align-items: center;
font-size: 14px;
text-transform: capitalize;
padding: 0 10px;
line-height: 45px;
box-sizing: border-box;
}
.header6-link > ul > li > a strong{

font-size:14px;
font-weight:500;
margin-top:8px;
}
.header6-link > ul > li > a i{
font-size: 18px;
padding-right: 5px;

}
.header6-link > ul > li > a p{
font-size:14px;
line-height:14px;
color:#000;
font-weight:500;

}
.header6-link > ul > li > a p span{
font-size:12px;

}
.header6-link > ul > li > a:hover p,
.header6-link > ul > li > a:hover{
color:#297d49;

}
.header6-search{

width: 210px;
background: #ffffff;
padding: 0;
position: absolute;
z-index: 111;
top: 50px;
right: 0;
}
.header6-search input::placeholder{
color: #000;
}
.header6-search input{
width: 100%;
background: #fff;
border: 1px solid #e5e5e5;
height: 45px;
color: #000;
padding-left: 15px;
padding-right: 40px;
font-size: 12px;
}

.header6-search  button{
position: absolute;
right: 0;
top: 0;
height: 45px;
line-height: 45px;
background: transparent;
border: none;
color: #000;
font-size: 24px;
cursor: pointer;
padding: 0;
width: 40px;
}


.solafis > a{
position: relative;
display: block;
overflow: hidden;
margin-bottom:12px;
}

.header2-link > li >a{
display: block;
width: 70px;
height: 65px;
line-height: 65px;
text-align: center;
color: black;
border-right: 1px solid #e5e5e5;
}
.header2-link > li{margin:0 !important;width:auto !important;}
.header2-link > li >a >i{font-size:28px !important;}
.header2-link .header-toolbar__btn.mini-cart-btn .mini-cart-count {
right: 22px;
top: 0px;
font-size: 16px;
background:transparent !important;
color:#000 !important;

}
.header2-search{

width: 100%;
float: left;
background: transparent;
padding: 0;
position: relative;
border-left:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
}

.header2-search input{
width:100%;
background:#fff;
border:none;
height:66px;
color:#000;
padding-left:15px;
padding-right:50px;
}

.header2-search  button{
position:absolute;
right:0;
top:0;
margin:4px;
background:transparent;
border:none;
color:#000;
font-size:30px;
cursor:pointer;
border-left:1px solid #e5e5e5;
}





@-webkit-keyframes ring {
0% { -webkit-transform: rotateZ(0); }
1% { -webkit-transform: rotateZ(30deg); }
3% { -webkit-transform: rotateZ(-28deg); }
5% { -webkit-transform: rotateZ(34deg); }
7% { -webkit-transform: rotateZ(-32deg); }
9% { -webkit-transform: rotateZ(30deg); }
11% { -webkit-transform: rotateZ(-28deg); }
13% { -webkit-transform: rotateZ(26deg); }
15% { -webkit-transform: rotateZ(-24deg); }
17% { -webkit-transform: rotateZ(22deg); }
19% { -webkit-transform: rotateZ(-20deg); }
21% { -webkit-transform: rotateZ(18deg); }
23% { -webkit-transform: rotateZ(-16deg); }
25% { -webkit-transform: rotateZ(14deg); }
27% { -webkit-transform: rotateZ(-12deg); }
29% { -webkit-transform: rotateZ(10deg); }
31% { -webkit-transform: rotateZ(-8deg); }
33% { -webkit-transform: rotateZ(6deg); }
35% { -webkit-transform: rotateZ(-4deg); }
37% { -webkit-transform: rotateZ(2deg); }
39% { -webkit-transform: rotateZ(-1deg); }
41% { -webkit-transform: rotateZ(1deg); }

43% { -webkit-transform: rotateZ(0); }
100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
0% { -moz-transform: rotate(0); }
1% { -moz-transform: rotate(30deg); }
3% { -moz-transform: rotate(-28deg); }
5% { -moz-transform: rotate(34deg); }
7% { -moz-transform: rotate(-32deg); }
9% { -moz-transform: rotate(30deg); }
11% { -moz-transform: rotate(-28deg); }
13% { -moz-transform: rotate(26deg); }
15% { -moz-transform: rotate(-24deg); }
17% { -moz-transform: rotate(22deg); }
19% { -moz-transform: rotate(-20deg); }
21% { -moz-transform: rotate(18deg); }
23% { -moz-transform: rotate(-16deg); }
25% { -moz-transform: rotate(14deg); }
27% { -moz-transform: rotate(-12deg); }
29% { -moz-transform: rotate(10deg); }
31% { -moz-transform: rotate(-8deg); }
33% { -moz-transform: rotate(6deg); }
35% { -moz-transform: rotate(-4deg); }
37% { -moz-transform: rotate(2deg); }
39% { -moz-transform: rotate(-1deg); }
41% { -moz-transform: rotate(1deg); }

43% { -moz-transform: rotate(0); }
100% { -moz-transform: rotate(0); }
}

@keyframes ring {
0% { transform: rotate(0); }
1% { transform: rotate(30deg); }
3% { transform: rotate(-28deg); }
5% { transform: rotate(34deg); }
7% { transform: rotate(-32deg); }
9% { transform: rotate(30deg); }
11% { transform: rotate(-28deg); }
13% { transform: rotate(26deg); }
15% { transform: rotate(-24deg); }
17% { transform: rotate(22deg); }
19% { transform: rotate(-20deg); }
21% { transform: rotate(18deg); }
23% { transform: rotate(-16deg); }
25% { transform: rotate(14deg); }
27% { transform: rotate(-12deg); }
29% { transform: rotate(10deg); }
31% { transform: rotate(-8deg); }
33% { transform: rotate(6deg); }
35% { transform: rotate(-4deg); }
37% { transform: rotate(2deg); }
39% { transform: rotate(-1deg); }
41% { transform: rotate(1deg); }

43% { transform: rotate(0); }
100% { transform: rotate(0); }
}


.sepet-cart.cart{display:block;position:relative;text-align:left;}
.sepet-cart.cart:hover{
cursor:pointer;
}
.sepet-cart.cart  .cart-total{
font-size:20px;
padding:6px 5px;
background:#297d49;
color:#fff;
}
.sepet-cart.cart .badge{
position: absolute;
top: 15px;
left: 20px;
width: 17px;
height: 15px;
line-height: 15px;
text-align: center;
font-size: 14px;
font-weight:600;
background: transparent;
color: #297d49;
-webkit-animation: ring 4s .7s ease-in-out infinite;
-webkit-transform-origin: 50% 4px;
-moz-animation: ring 4s .7s ease-in-out infinite;
-moz-transform-origin: 50% 4px;
animation: ring 4s .7s ease-in-out infinite;
}
.sepet-cart.cart  .cart-total i{
font-size:40px;

}

.sepet-cart.cart  .cart-total strong{
font-size:14px;

}
.favori .badge{
position: absolute;
top: -5px;
left: -5px;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
font-size: 14px;
font-weight:600;
background: #297d49;;
color: #fff;
border-radius:50%;
border:1px solid #fff;
-webkit-animation: ring 4s .7s ease-in-out infinite;
-webkit-transform-origin: 50% 4px;
-moz-animation: ring 4s .7s ease-in-out infinite;
-moz-transform-origin: 50% 4px;
animation: ring 4s .7s ease-in-out infinite;
}

.header-link > li > a{
display:block;
width: 50px;
height: 58px;
line-height: 62px;
text-align:center;
background: #297d49;
color: #fff;
}
.header-link > li > a i{
font-size:30px;

}
.header-topbar  .header-contact-list li{
position:relative;
}

.zakas-product .product-price-wrapper{
font-size:14px;
}
.mobile-header{

display:none;}


.accordion-slider__item,
.single-slide{position:relative;}

.slider-link{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.indirim{
width:max-content;
background:#c20000;
margin-bottom: 10px;
font-size: 18px;
padding:5px 10px;
color:#fff;
}
@media (max-width: 897px) {
.mobile-header{

display:block;}
.desktop-header{

display:none;}
.modal { z-index:9999999 !important;}



.mobilfixbtn {
position: fixed !important;
bottom: 50px;
right: 9px;
z-index: 999999 !important;
}
.modal .modal-dialog {


position: fixed;
left: 0px;
z-index: 999999;
top: 0px;
margin: 0px;
width: 100%;
}}

.header-search{

width:477px;
float:left;

background:#297d49;
padding:3px;
position:relative;
}
.header-search .header-search_form{
background:#fff;
float:left;}
.header-search input{
width:424px;
background:#fff;
border:none;
height:45px;
color:#000;
padding-left:15px;
}
.header-search .submit{
position:absolute;
right:0;
top:0;

}
.header-search .submit button{
background: transparent;
border: none;
color: #fff;
font-size: 30px;
cursor: pointer;
line-height: 50px;
height: 50px;
width: 50px;
}



.header5-search{

width:477px;
float:left;

background:#297d49;
padding:3px;
position:relative;
}
.header5-search .header5-search_form{
background:#fff;
float:left;}
.header5-search input{
width:424px;
background:#fff;
border:none;
height:35px;
color:#000;
padding-left:15px;
}
.header5-search .submit{
position:absolute;
right:0;
top:-10px;
margin:4px;
}
.header5-search .submit button{
background:transparent;
border:none;
color:#fff;
font-size:30px;
cursor:pointer;
}


.header-container{

width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;

}
._rating, .product .rating, .rating {
color: #fc0;
vertical-align: text-top;
white-space: nowrap;
line-height: 0;
font-size: 0;
}

._rating span, .product .rating span, .rating span {
display: inline;
margin: 0 0px;
font-size: 18px;
line-height: 21px;
}

._rating .empty-star, .rating .empty-star {
color: #d6d6d6;
}




.tukendi{
position:absolute;
left:35%;
top:45%;
padding:10px 15px;
background: #297d49;
color: #fff;
z-index: 1;
}
.zakas-product-list .tukendi{
top:10%;
}
.vitrin .tukendi{
top: 1%;
left: 39%;
padding:0 10px;
font-size:14px;

}
.vitrin .product-info{
z-index:1;
}
.zakas-product-list .rgba-white::before,
.zakas-product .rgba-white::before{
background: rgba(255,255,255,0.7);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.rgba-white .product-thumbnail-action,
.rgba-white .zakas-product-action{
z-index:1;
}

.header-7 .main-navigation .mainmenu__item.active > a,
.header-7 .main-navigation .mainmenu__link{
color:#fff;
}
@media (max-width:768px){
.header-7 .header-toolbar > li >  a:hover,
.header-7 .header-toolbar > li >  a {
color:#fff;

}}

.anasayfa-kategori .banner-title-2{
font-size:22px !important;
}

  .details{
font-size:12px;
text-align:left;
}
.cart-sepetim  .details{
text-align:center;
}
/* checkbox-group */
.checkbox-group {
position: relative;
display: inline-block;
margin-bottom: 10px;
}

.checkbox-group input[type=checkbox] {
display: none;
}

.checkbox-group label {
padding-left: 28px;
cursor: pointer;
font-size: 16px;
color: #342f28;
transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}

.checkbox-group label span {
display: block;
position: absolute;
left: 0;
-webkit-transition-duration: 0.12s;
-moz-transition-duration: 0.12s;
transition-duration: 0.12s;
}

.checkbox-group label .box {
background: #f6f6f8;
height: 20px;
width: 20px;
z-index: 4;
margin-top: 1px;
}

.checkbox-group label .check {
top: 2px;
left: 0px;
opacity: 0;
z-index: 10;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
background: #297d49;
width: 20px;
height: 20px;
}

.checkbox-group label .check:before {
content: "\e876";
color: #ffffff;
font-size: 18px;
line-height: 1em;
position: relative;
left: 1px;
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
}

.checkbox-group:hover label {
color: #297d49;
}

input[type=checkbox]:checked ~ label .check {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}

.shop-sidebar .collapse-block_title{

font-weight: 500;
text-transform: uppercase;
font-size: 16px;
line-height: 1;
padding-bottom: 20px;
margin-bottom: 15px;
border-bottom: 1px solid #f0f0f0;
}


@media (max-width:768px){
.zakas-product .zakas-product-action .product-action > *{
opacity:1;
}

}

.owl-nav{
display:none;
}
.owl-carousel:hover .owl-nav{
display:block;
}
.owl-prev{
position:absolute;
top:34%;
left:2%;

}
.owl-next{
position:absolute;
top:34%;
right:2%;

}

.owl-banner{
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
color: #fff;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 0 rgba(0,0,0,.75);
-webkit-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-ms-transform: translate3d(-50%,-50%,0);
-o-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);

}
.owl-banner .owl-title{
font-size: 3em;
font-weight: bold;
margin: 0;
padding: 0;
}
.owl-carousel .owl-item .owl-banner{
opacity: 0;
-webkit-transition: 2s all ease-in-out .1s;
-moz-transition: 2s all ease-in-out .1s;
-ms-transition: 2s all ease-in-out .1s;
-o-transition: 2s all ease-in-out .1s;
transition: 2s all ease-in-out .1s;
}
.owl-carousel .owl-item.active .owl-banner{
opacity: 1;
-webkit-transition: 2s all ease-in-out .1s;
-moz-transition: 2s all ease-in-out .1s;
-ms-transition: 2s all ease-in-out .1s;
-o-transition: 2s all ease-in-out .1s;
transition: 2s all ease-in-out .1s;
}
.owl-banner .btn {padding: 5px 20px;}
.owl-banner .btn,
.owl-banner .btn:hover,
.owl-banner .btn:focus {
color: #f5f5f5;
background-color:#297d49;
border-color: #297d49;
outline: none;
margin: 5px auto;

}
@media screen and (min-width: 980px){
.owl-banner { width: 980px; }
}
@media screen and (max-width: 640px){
.owl-banner .owl-title { font-size: 16px; }
.owl-banner p {
font-size: 13px;
}
}
@media (max-width:768px){
.owl-banner .btn {
padding: 0 5px;
min-width: fit-content;
font-size: 14px;
height: auto;
min-height: auto;
}
.owl-prev{

top:0;


}
.owl-next{

top:0;


}

}
.owl-next:hover,
.owl-prev:hover{
color:#fff !important;
}

.kayitol .form__input--2 {
height: 50px;
padding: 15px 0 2px 20px;}

.vitrin{
background: transparent;
height:auto !important;
}
.vitrin .product-info{
opacity:0;
background:rgba(0,0,0,0.6);
padding:25px;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
}
.vitrin .product-price-wrapper span,
.vitrin .product-price-wrapper del{
color:#fff !important;
}
.vitrin:hover .product-info{
opacity:1;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.vitrin .product-badge{

background-color:#c20000;
z-index:1;
top:1%;
left:2px;
}
.vitrin .product-badge:after {
content: "";
height: 1px;
width: 1px;
border-style: solid;
border-width: 5px;
position: absolute;
bottom: -10px;
left: 0;
border-color: #980101  #980101  transparent transparent;
}
.vitrin .product-title a{
color: #fff !important;
}
.vitrin .product-title a:hover{
color:#297d49 !important;
}
.vitrin .new-price .money{
font-size:22px;

}
.vitrin .product-price-wrapper{
height:55px;
overflow:hidden;
}
.vitrin .product-title {
height:48px;
overflow:hidden;
}


@media (max-width:768px){

.vitrin .product-info{
opacity:1;
width:100%;
padding:10px;
}
.vitrin .product-price-wrapper{
margin-bottom:10px;
}
}


/*secenek*/
.secenek .wrapper{
margin-bottom:15px;
}
.options-swatch-color li span {
display: block;
width: 100%;
height: 100%;
}
.options-swatch-color li.active a:before {
background-color: none;
border: 6px solid #ffffff;
}
.options-swatch-color li a:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0px solid #ffffff;
-webkit-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
-webkit-transition: 0.1s 0.3s 0s ease;
-moz-transition: 0.1s 0.3s 0s ease;
-ms-transition: 0.1s 0.3s 0s ease;
-o-transition: 0.1s 0.3s 0s ease;
transition: 0.1s 0.3s 0s ease;
}
.options-swatch-color li.active a {
text-decoration: none;
}
.options-swatch-color li a {
display: block;
position: relative;
text-align: center;
width: 50px;
height: 50px;
font-size: 13px;
line-height: 50px;
text-decoration: none;
background-color: transparent;
}
.product-info .options-swatch-color li {
margin: 0 5px 5px 0;
}
.options-swatch-color li {
display: inline-block;}
.product-info .options-swatch-color {
font-size: 0;
line-height: 0;
margin-bottom: 7px;
}
.options-swatch-color {

padding: 0;
list-style: none;
}
.required {
font-size: 14px;
font-weight: normal;
text-transform: capitalize;
color: #fe4135;
}
.color-required {
color: #fe4135;
}
.product-info .title-options {
color: #333333;
margin: 0 0 22px 0;
font-weight: bold;
font-size: 20px;
line-height: 26px;
letter-spacing: 0.02em;
}
.tags-list {
margin-top: 28px;
margin-left: -5px;
}
.tags-list li {
display: inline-block;
margin: 0 0 5px 5px;
}
.tags-list li.active a {
background: #333333;
border-color: #333333;
color: #ffffff;
cursor: default;
}
.tags-list li a {
min-width: 50px;
min-height: 50px;
font-size: 14px;
line-height: 22px;
padding: 14px 15px 12px;
display: inline-block;
border: 1px solid #e9e9e9;
color: #777;
background: transparent;
text-align: center;
transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}


/*secenek*/





[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button{
height:auto}
.cart-sepetim .input-counter input,
.mini-cart-wrapper .input-counter input{
width: 65px;
padding-left: 15px;
height:35px;
margin-left:2px;
}
.product-summary .input-counter input{
width: 90px;
padding-left: 15px;
height:40px;
margin-left:2px;
padding-right:15px;
text-align:center;
}
.breadcrumb li{
font-size:12px;

}
.ustciz  { text-decoration: line-through;}
.checkout-box-03 {
padding-bottom: 12px;
}

.checkout-box-03 .item {
overflow: hidden;
}

.checkout-box-03 .item .img {
width: 27%;
float: left;
margin-top: 6px;
max-width: 96px;
}

.checkout-box-03 .item .img img {
max-width: 100%;
height: auto;
}

.checkout-box-03 .item .description {
width: 73%;
float: left;
padding: 0 0 0 14px;
}

.checkout-box-03 .item .description .title {
color: #333333;
font-size: 14px;
line-height: 21px;
transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}

.checkout-box-03 .item .description .title:hover {
color: #297d49;
}

.checkout-box-03 .item .description p {
margin: 9px 0 0 0;
padding: 0;
font-size: 12px;
line-height: 15px;
}

.checkout-box-03 .item .description .price {
color: #297d49;
font-weight: 500;
font-size: 18px;
line-height: 26px;
margin-top: 16px;
}

.checkout-box-03 .item:not(:first-child) {
margin-top: 29px;
}

.checkout-box-03 .price{

color: #297d49 !important;
}
.old-price{
color: #297d49 !important;

}
#style-1::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
}

.adresekleform .sehir label , .adresekleform .ulke label ,.adresekleform .ilce label {
position: absolute;
color: #443f3f;
font-size: 11px;
top: -1px;
line-height: 24px;
left: 18px;
}
/*altmenu start*/
#altmenu{
display:none;}
@media (max-width: 500px){
#altmenu{
display:block;
position: fixed;
bottom: 0;
width: 100%;
z-index: 11111111111;
}
.alticon{
background-color: #297d49;

}
.alticon a span{
color:#fff !important;
}
.alticon a h6{
color:#fff !important;
font-size:12px;
font-weight:bold;
}
}
/*altmenu end*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");



label{
position: relative;
cursor: pointer;
color: #666;
font-size: 18px;
}

input[type="checkbox"], input[type="radio"]{
position: absolute;
right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before{
content: "\f096";
font-family: "FontAwesome";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing:antialiased;
width: 1em;
display: inline-block;
margin-right: 5px;
}

input[type="checkbox"]:checked + .label-text:before{
content: "\f14a";
color: #297d49;
animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
content: "\f0c8";
color: #ccc;
}




@keyframes effect{
0%{transform: scale(0);}
25%{transform: scale(1.3);}
75%{transform: scale(1.4);}
100%{transform: scale(1);}
}
.defaultWhatsApp .whatsAppOrderButton.right {
right: 140px;
}

.defaultWhatsApp .whatsAppOrderButton {
position: fixed;
bottom: 10px;
z-index: 999999999999;
}
.whatsAppOrderButton {

width: 125px;
height: 36px;
display: block;
}

.adresekleform .form__input{
background: #f6f6f8;
}
@media (max-width:500px){
.defaultWhatsApp .whatsAppOrderButton.right {
right: 230px;
bottom:50px;
}

.siparis-urunler h4 {
font-size:11px;
font-weight:400;
}}
/*top header */

#close{
color:#fff;
position:absolute;
top:-3px;
right:3px;
}


#toplink{
text-align:center;
width:100%;
padding:6px;
color:#fff;
background: #297d49;

font-weight:bold;
}
#toplink p { padding:0px !important; margin:0px !important; width:100%; display:block;}
/*top header */







#uyariModal{
background:rgba(0,0,0,0.97);

}
#uyariModal .modal-body{
text-align:center;

}
#uyariModal .modal-header button{
display:none !important;

}


.radio {
display: block;
cursor: pointer;
margin: 0 0 8px;
transition: all 0.15s linear;
-ms-transition: all 0.15s linear;
-webkit-transition: all 0.15s linear;
-o-transition: all 0.15s linear;
}

.radio input {
width: 1px;
height: 1px;
opacity: 0;
}

.radio input:focus + .outer .inner {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
background-color: #297d49;
}

.radio .outer {
width: 16px;
height: 16px;
display: block;
float: left;
margin: 3px 9px 0 0;
background-color: #ffffff;
border: 2px solid #aaa;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}

.radio .inner {
width: 10px;
height: 10px;
top: 1px;
left: 1px;
display: block;
background-color: #297d49;
opacity: 0;
position: relative;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}

.radio input:checked + .outer .inner {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}

.radio:hover {
color: #297d49;
}

.radio:hover .inner {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}


.adres {
padding: 0;
margin: 0
}

.adres li {
position: relative;
padding: 10px;
border: 2px solid #dedede;
border-radius: 5px;
cursor: pointer;
margin-bottom:10px;
}

.title-checkout {
position: relative
}

.kargo li {
padding: 0;
overflow: hidden
}

.kargo li .box {
padding: 10px
}

.adres li .text {
height: 100%
}

.kargo li .text {
min-height: 35px;
line-height: 35px
}

.kargo li .dark {
height: 100%;
background-color: #dedede
}

.kargo li .radio {
margin-top: 5px;
padding-left: 24px
}

.adres li:hover {
background-color: rgba(200, 200, 200, 0.1)
}

.adres li .radio {
float: left
}

.adres li strong {
float: left;
width: 100%
}

.adres .button,
.adresekle {
position: absolute;
right: 0;
top: 0;
padding: 5px;
margin-right: 2px;
margin-top: 2px
}

.adres .button a,
.adresekle {
font-size: 12px;
color: #062d53;
z-index: 7;
background-color: rgba(200, 200, 200, 0.2);
padding: 6px;
border-radius: 4px
}

.adresekle {
margin: 0;
right: 23px;
padding: 5px 8px;
top: -4px;
color: #fff;
background-color: #297d49;
}

.adresekle:hover {
color: #fff;
background-color: #062d53
}

#havale ul li , #kapidaodeme ul li{
padding: 10px;
border: 1px solid #dedede;
width: 100%;
border-radius: 6px;
line-height: 22px;
cursor: pointer
}

#kapidaodeme ul li:hover , #kapidaodeme ul li.selected {
background-color: rgba(90, 203, 66, 0.1)
}

#sozlesmeform * {
font-size: 13px;
line-height: 16px
}

#sozlesmeform h4.modal-title {
font-size: 30px;
line-height: 27px
}

.btn-facebook {
text-align: center;
background-color: #3b5998;
border: 1px solid #3b5998;
color: #fff
}

.btn-facebook:before {
display: inline-block;
margin-right: 10px;
width: 14px;
height: 14px;
background-image: url('../images/icon.png');
background-size: 534px 524px;
background-position: -48px -495px
}

.insta-default {
margin: auto
}

.insta-default a {
padding: 15px 30px;
display: block;
background-color: #E33E5C;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
color: #FFF;
border-radius: 4px;
font-weight: bold;
text-decoration: none;
transition: all .3s;
text-align: center;
margin-top: 10px
}

.insta-default a:hover {
box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.15);
transition: all .3s
}

.insta-default a i {
color: #FFF;
font-size: 18px
}

.googlebtn {
display: inline-block;
background: white;
color: #444 !important;
width: 100%;
border-radius: 5px;
border: thin solid #888;
white-space: nowrap;
line-height: 40px
}

.googlebtn:hover {
cursor: pointer
}

.product .title a {
min-height: 65px !important
}

.kategori li {
line-height: 50px;
color: #fff;
margin-bottom: 1px
}


.kategori li a {
padding-left: 16px;
color: #fff;
background-color: #297d49;
display: block;
}

.kategori li a:hover {
color: #fff;
background-color: #062d53;

}

input[type=checkbox] {
width: 20px;
height: 20px;
border: 1px solid #dedede;
display: inline-block
}

.bilgilerim-tarih {
margin-top: 100px
}

.siparis-urunler {
margin-bottom: 50px
}

.nopadding {
padding: 0 !important;
padding-left: 15px !important;
margin: 0 !important
}

ul.siparis-kutsu {
display: table;
width: 100%;
margin: 0;
padding: 0;
border: 1px solid #e9e9e9;
border-width: 1px 1px 0 1px
}

li.siparis-kutsu {
display: table-row;
list-style: none
}

strong.siparis-kutsu {
display: table-cell;
width: 15%;
background: #f6f6f8;
padding: 7px 15px;
border-bottom: 1px solid #e9e9e9;
vertical-align: top;
font-size: 15px
}

span.siparis-kutsu {
display: table-cell;
width: 50%;
padding: 7px 10px;
border-bottom: 1px solid #e9e9e9
}

.siparis-detay-stil {
background: #f8f8f8;
border: 1px solid #e9e9e9
}

.siparis-detay-stil th {
text-align: center !important
}

.siparis-detay-stil th span {
font-size: 12px
}

.kargo-icon {
color: #062d53;
font-size: 35px;
line-height: 26px;
margin-top: -1px
}

.siparis-teslimat {
border: 1px solid #e9e9e9;
padding: 10px 30px 10px 30px
}

.tes-fat {
border: 1px solid #e9e9e9
}

.sp-detay {
border: none !important
}

.sp-detay td {
border-top: none;
text-align: left;
padding-left: 15px !important
}

.ikon-sag {
margin-left: 15px;
margin-right: 10px;
color: #062d53;
font-size: 20px
}

.s-baslik {
font-size: 15px !important;
margin-top: 10px;
color: black
}

.s-alt-baslik {
margin-bottom: 10px
}

.alt-madde {
margin: 20px
}

.sozlesme-tablo {
margin: 10px;
margin-left: 25px
}

.alt-madde-alan {
margin-top: 20px
}

.alt-baslik-1 {
margin-left: 20px
}

.alt-baslik-alt-2 {
margin-left: 30px
}

.modal .modal-body {
overflow: auto;
max-height: 430px;
overflow-y: scroll;
overflow-x:hidden;
}

.header-03 .box-info .telephone {
font-size: 26px;
font-weight: 600;
float: right;
position: relative;
padding-left: 10px;
margin-top: -38px
}

.revolution-default,
.revolution-default .tp-banner-container,
.revolution-default .tp-banner {}

.padding10 {
padding: 20px !important
}

li.dropdown {
position: relative !important
}

li.dropdown ul {
display: none;
position: absolute;
z-index: 9999999;
width: 250px;
top: 70px;
left: 0;
background-color: #c20000
}

li.dropdown ul li {
clear: both;
width: 100%;
display: block;
position: relative
}

li.dropdown ul li a {
display: block;
padding: 1em;
text-decoration: none;
white-space: nowrap;
color: #fff;
height: 45px;
font-size: 15px;
width: 100%;
clear: both
}

li.dropdown ul li a:hover {
background: #2c3e50
}

li.dropdown:hover>ul {
display: block;
position: absolute
}

li.dropdown ul li:hover>ul {
display: block;
position: absolute
}

.main-navigation li ul li {
border-top: 0
}

li.dropdown ul ul {
left: 100%;
top: 0
}

li.dropdown ul:before,
li.dropdown ul:after {
content: " ";
display: table
}

li.dropdown ul:after {
clear: both
}

.iframe {
display: block;
width: 100%
}

.stuck li.dropdown>ul {
top: 32px !important;
border-top: 15px solid #fff
}


.yorumlar .form-group {

margin-bottom: 0px !important;
display: inline-block !important;
width: 100% !important;
margin-top: 5px !important;
}


.wrapper .error { font-size:12px;  color:#c20000; line-height:30px;}

.header5 , .header5 .sticky-header { background:  #297d49 !important;margin-top:35px;}

.header5 .sticky-header { background:  #297d49 !important; }
.header5 .main-navigation .mainmenu__item > a {
padding-right: 10px ;
padding-left: 10px;
font-size: 16px;
line-height: 34px;
}


.header5  .header-inner {

padding: 15px 0 !important;
}
#OzelPopup.modal .modal-body {
overflow: hidden;
max-height: max-content;
overflow-y: hidden;
}
#OzelPopup.modal .modal-body img { max-width:100%; height:auto; max-height:auto;}

.header5 .sticky-header .main-navigation .mainmenu.white-color .mainmenu__link , .header5 .sticky-header .header-toolbar.white-color .header-toolbar__btn{
  color:#fff;
}


.gateway-content div p {

margin-bottom: .2rem;
align-items: baseline;
font-weight: 300;
}


.gateway-content div p span {
border: 2px solid #bdbdbd;
border-top-color: rgba(189,189,189,.5);
border-right-color: rgba(189,189,189,.3);
border-bottom-color: rgba(189,189,189,.1);
border-left-color: rgba(189,189,189,.7);
color: #bdbdbd;
flex: 0 0 2.6rem;
height: 2.6rem;
margin-right: 1rem;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
text-align: center;
line-height: 2.2rem;
font-weight: 600;
padding-left: 5px;
padding-right: 5px;
width: 2.6rem;
display: block;
float: left;
}


.gateway-content div p { border:0px !important;}



.taksitbank { list-style:none;}
.taksitbank li {    float: left;
border: 1px solid #dedede;
padding: 3px;
margin-right: 2px;
}
.taksitbank li.active{    background-color: #dedede;
padding: 3px;}
.taksitlist { font-size:12px;}
.taksitlist tbody tr { height:20px; line-height:20px; }
.taksitlist tbody tr td { padding-left:10px;}
.taksitlist tbody tr:nth-child(even) { background-color:#dedede;}


.kredikartitab  .material .material-input :focus~label,.kredikartitab .material .material-input .filled~label,
{ left:10px !important; font-size:10px !important}

.kredikartitab .material .error:focus , .kredikartitab .material .error {
right: 0px!important;
left: auto !important;
font-size: 9px  !important;
width: 46%  !important;
line-height: 9px  !important;
bottom: 4px  !important;
top: auto  !important;

}

.misafiradresekleform .alert-info,  .adresekleform .alert-info {
background: transparent;
color: #fe4135;
text-align: left;
padding: 0px;
margin: 0px;
position: absolute;
right: 43px;
top: 28%;
max-width: 200px;
font-size: 11px;
}

.misafiradresekleform  .has-error .form-control:focus ,.misafiradresekleform  .has-error .form-control,
.adresekleform  .has-error .form-control:focus ,.adresekleform  .has-error .form-control {
border:0px !important;
border-color: none !important;
-webkit-box-shadow:  none !important;
box-shadow: none !important;

}
.misafiradresekleform .sehirteslim label , .misafiradresekleform .ilceteslim label,.misafiradresekleform .ulketeslim label,
.misafiradresekleform .sehirfatura label , .misafiradresekleform .ilcefatura label,.misafiradresekleform .ulkefatura label,
.adresekleform .sehir label , .adresekleform .ilce label,.adresekleform .ulke label  {
position: absolute;
color: #443f3f;
font-size: 11px;
top: -5px;
line-height: 24px;
left: 18px;
}
.misafiradresekleform .sehirteslim.has-error label , .misafiradresekleform .ilceteslim.has-error label,.misafiradresekleform .ulketeslim.has-error label,
.misafiradresekleform .sehirfatura.has-error label , .misafiradresekleform .ilcefatura.has-error label,.misafiradresekleform .ulkefatura.has-error label
{
left: 17px;
}
.misafiradresekleform .has-error .form-control,
.adresekleform .has-error .form-control {  border:0px !important; border-radius:6px !important;}



.nlk__stt_offline{pointer-events:none}.nlk__button_text_only_me .nlk__btn_txt{padding-top:16px !important;padding-bottom:15px !important}.nlk__popup_content_item .nlk__cs_img_wrap{width:48px;height:48px}.nlk__popup_chat_box .nlk__popup_heading{background:#2db742}.nlk__btn_popup .nlk__btn_popup_icon{background:#2db742}.nlk__popup_chat_box .nlk__stt{border-left:2px solid #2db742}.nlk__popup_chat_box .nlk__popup_heading .nlk__popup_title{color:#fff}.nlk__popup_chat_box .nlk__popup_heading .nlk__popup_intro{color:#fff;opacity:.8}


.nlk__popup_chat_box {
font-family: Arial, Helvetica, sans-serif;
width: 351px;
border-radius: 5px 5px 8px 8px;
-webkit-border-radius: 5px 5px 8px 8px;
-moz-border-radius: 5px 5px 8px 8px;
position: fixed;
overflow: hidden;
box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
-webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
-moz-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
bottom: 102px;
right: 25px;
z-index: 998;
opacity: 0;
visibility: hidden;
-ms-transform: translate(0, 50px);
transform: translate(0, 50px);
-webkit-transform: translate(0, 50px);
-moz-transform: translate(0, 50px);
transition: .4s ease all;
-webkit-transition: .4s ease all;
-moz-transition: .4s ease all;
will-change: transform, visibility, opacity;
max-width: calc(100% - 50px)
}

.nlk__popup_chat_box:hover,
.nlk__popup_chat_box:focus,
.nlk__popup_chat_box:active {
box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
-webkit-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
-moz-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23)
}

.nlk__popup_chat_box.nlk__active {
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
visibility: visible;
opacity: 1
}

.nlk__popup_chat_box .nlk__popup_heading {
position: relative;
padding: 15px 43px 17px 74px;
color: #d9ebc6;
background: #2db742
}

.nlk__popup_chat_box .nlk__popup_heading_sm {
padding: 12px 15px 17px 74px
}

.nlk__popup_chat_box .nlk__popup_heading:before {
content: '';
background: url('../images/whatsapp_logo.svg') center top no-repeat;
background-size: 33px;
display: block;
width: 55px;
height: 33px;
position: absolute;
top: 20px;
left: 12px
}

.nlk__popup_chat_box .nlk__popup_heading_sm:before {
top: 19px;
left: 11px
}

.nlk__popup_chat_box .nlk__popup_heading .nlk__popup_title {
padding-top: 2px;
padding-bottom: 3;
color: #fff;
font-size: 18px;
line-height: 24px
}

.nlk__popup_chat_box .nlk__popup_heading .nlk__popup_intro {
padding-top: 4px;
font-size: 12px;
line-height: 20px
}

.nlk__popup_chat_box .nlk__popup_heading_sm .nlk__popup_intro {
padding-top: 0
}

.nlk__popup_chat_box .nlk__popup_heading .nlk__popup_intro a {
display: inline-block;
color: #fff;
text-decoration: none
}

.nlk__popup_chat_box .nlk__popup_heading .nlk__popup_intro a:hover,
.nlk__popup_chat_box .nlk__popup_heading .nlk__popup_intro a:focus,
.nlk__popup_chat_box .nlk__popup_heading .nlk__popup_intro a:active {
text-decoration: underline
}

.nlk__popup_chat_box .nlk__popup_notice {
font-size: 11px;
color: #a5abb7;
font-weight: 500;
padding: 0 3px
}

.nlk__popup_chat_box .nlk__popup_content {
background: #fff;
padding: 13px 20px 21px 19px;
text-align: center
}

.nlk__popup_chat_box .nlk__popup_content_left {
text-align: left
}

.nlk__popup_chat_box .nlk__popup_avatar {
position: absolute;
overflow: hidden;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
left: 12px;
top: 12px
}

.nlk__popup_chat_box .nlk__popup_avatar.nta-default-avt {
border-radius: unset;
-webkit-border-radius: unset;
-moz-border-radius: unset
}

.nlk__popup_chat_box .nlk__stt {
padding: 13px 40px 12px 74px;
position: relative;
text-decoration: none;
display: table;
width: 100%;
border-left: 2px solid #2db742;
background: #f5f7f9;
border-radius: 2px 4px;
-webkit-border-radius: 2px 4px;
-moz-border-radius: 2px 4px
}

.nlk__popup_chat_box .nlk__stt:after {
content: '';
background: url('../images/whatsapp_logo_green.svg') 0 0 no-repeat;
position: absolute;
right: 14px;
top: 26px;
width: 20px;
height: 20px;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%
}

.nlk__popup_chat_box .nlk__stt.nlk__stt_offline:after {
background-image: url('../images/whatsapp_logo_gray_sm.svg')
}

.nlk__popup_chat_box .nlk__stt.nlk__stt_online {
transition: .2s ease all;
-webkit-transition: .2s ease all;
-moz-transition: .2s ease all
}

.nlk__popup_chat_box .nlk__stt.nlk__stt_online:hover,
.nlk__popup_chat_box .nlk__stt.nlk__stt_online:active,
.nlk__popup_chat_box .nlk__stt.nlk__stt_online:focus {
background: #fff;
box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07);
-webkit-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07);
-moz-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07)
}

.nlk__popup_content_list .nlk__popup_content_item {
margin: 14px 0 0;
transform: translate(0, 20px);
-webkit-transform: translate(0, 20px);
-moz-transform: translate(0, 20px);
will-change: opacity, transform;
opacity: 0
}

.nlk__popup_chat_box.nlk__pending .nlk__popup_content_list .nlk__popup_content_item {
transition: .4s ease all;
-webkit-transition: .4s ease all;
-moz-transition: .4s ease all;
transition-delay: 2.1s;
-webkit-transition-delay: 2.1s;
-moz-transition-delay: 2.1s
}

.nlk__popup_chat_box.nlk__pending .nlk__popup_content_list .nlk__popup_content_item:nth-child(1) {
transition-delay: .3s;
-webkit-transition-delay: .3s;
-moz-transition-delay: .3s
}

.nlk__popup_chat_box.nlk__pending .nlk__popup_content_list .nlk__popup_content_item:nth-child(2) {
transition-delay: .5s;
-webkit-transition-delay: .5s;
-moz-transition-delay: .5s
}

.nlk__popup_chat_box.nlk__pending .nlk__popup_content_list .nlk__popup_content_item:nth-child(3) {
transition-delay: .7s;
-webkit-transition-delay: .7s;
-moz-transition-delay: .7s
}

.nlk__popup_chat_box.nlk__pending .nlk__popup_content_list .nlk__popup_content_item:nth-child(4) {
transition-delay: .9s;
-webkit-transition-delay: .9s;
-moz-transition-delay: .9s
}

.nlk__popup_chat_box.nlk__pending .nlk__popup_content_list .nlk__popup_content_item:nth-child(5) {
transition-delay: 1.1s;
-webkit-transition-delay: 1.1s;
-moz-transition-delay: 1.1s
}

.nlk__popup_chat_box.nlk__pending .nlk__popup_content_list .nlk__popup_content_item:nth-child(6) {
transition-delay: 1.3s;
-webkit-transition-delay: 1.3s;
-moz-transition-delay: 1.3s
}

.nlk__popup_chat_box.nlk__pending .nlk__popup_content_list .nlk__popup_content_item:nth-child(7) {
transition-delay: 1.5s;
-webkit-transition-delay: 1.5s;
-moz-transition-delay: 1.5s
}

.nlk__popup_chat_box.nlk__pending .nlk__popup_content_list .nlk__popup_content_item:nth-child(8) {
transition-delay: 1.7s;
-webkit-transition-delay: 1.7s;
-moz-transition-delay: 1.7s
}

.nlk__popup_chat_box.nlk__pending .nlk__popup_content_list .nlk__popup_content_item:nth-child(9) {
transition-delay: 1.9s;
-webkit-transition-delay: 1.9s;
-moz-transition-delay: 1.9s
}

.nlk__popup_chat_box.nlk__lauch .nlk__popup_content_list .nlk__popup_content_item {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0)
}

.nlk__popup_content_list .nlk__popup_content_item .nlk__member_name {
font-size: 14px;
color: #363c47;
line-height: 1.188em!important
}

.nlk__popup_content_list .nlk__popup_content_item .nlk__member_duty {
font-size: 11px;
color: #989b9f;
padding: 2px 0 0;
line-height: 1.125em!important
}

.nlk__popup_content_list .nlk__popup_content_item .nlk__member_status {
color: #f5a623;
font-size: 10px;
padding: 5px 0 0;
line-height: 1.125em!important
}

.nlk__popup_content_list .nlk__popup_content_item .nlk__popup_txt {
display: table-cell;
vertical-align: middle;
min-height: 48px;
height: 48px
}

.nlk__popup_content_list .nlk__popup_content_item .nlk__stt_offline {
border-left-color: #c0c5ca
}

.nlk__popup_avt_list {
font-size: 0;
margin: 7px 0 24px
}

.nlk__popup_avt_list .nlk__popup_avt_item {
display: inline-block;
position: relative;
width: 46px
}

.nlk__popup_avt_list .nlk__popup_avt_img {
width: 60px;
height: 60px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
position: relative;
overflow: hidden;
border: 2px solid #fff;
left: -7px
}

.nlk__popup_call_btn {
background: #2db742;
color: #fff;
text-decoration: none;
display: inline-block;
width: 275px;
max-width: 100%;
font-size: 16px;
padding: 14px 10px;
border-radius: 24px;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
margin: 25px 0 15px;
box-shadow: 0 8px 17px 2px rgba(13, 15, 18, .2);
-webkit-box-shadow: 0 8px 17px 2px rgba(13, 15, 18, .2);
-moz-box-shadow: 0 8px 17px 2px rgba(13, 15, 18, .2)
}

.nlk__popup_call_btn.nlk__popup_call_btn_lg:before {
content: '';
display: inline-block;
width: 20px;
height: 20px;
position: relative;
background: url('../images/whatsapp_logo_green_sm.svg') 0 0 no-repeat;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
vertical-align: top;
top: 0;
margin-right: -19px;
left: -31px;
transition: .2s ease background-image;
-webkit-transition: .2s ease background-image;
-moz-transition: .2s ease background-image
}

.nlk__popup_call_btn.nlk__popup_call_btn_lg:hover:before,
.nlk__popup_call_btn.nlk__popup_call_btn_lg:focus:before,
.nlk__popup_call_btn.nlk__popup_call_btn_lg:active:before {
background-image: url('../images/whatsapp_logo.svg')
}

.nlk__popup_chat_box_gray {
border-radius: 2px 2px 8px 8px
}

.nlk__popup_chat_box_gray .nlk__popup_heading_gray {
background: #f8f8f8;
border-top: 3px solid #2db742;
color: #868c9a;
font-weight: 500
}

.nlk__popup_chat_box_gray .nlk__popup_heading_gray .nlk__popup_title {
color: #595b60
}

.nlk__popup_chat_box_gray .nlk__popup_heading_gray:before {
content: '';
background: url('../images/whatsapp_logo_green.svg') center top no-repeat;
background-size: 33px;
display: block;
width: 55px;
height: 33px;
position: absolute;
top: 20px;
left: 12px
}

.nlk__popup_chat_box_gray .nlk__popup_heading_gray .nlk__popup_intro a {
color: #595b60
}

.nlk__popup_chat_box_ct {
width: 384px;
text-align: center
}

.nlk__popup_chat_box_ct .nlk__popup_heading_ct {
text-align: center;
padding: 18px 0
}

.nlk__popup_chat_box_ct .nlk__popup_heading_ct:before {
content: '';
background: url('../images/whatsapp_logo.svg') center top no-repeat;
background-size: 30px;
display: block;
width: 30px;
height: 31px;
position: absolute;
top: 15px;
left: 72px
}

.nlk__popup_chat_box_ct .nlk__popup_heading_ct .nlk__popup_title {
padding-left: 22px;
padding-bottom: 14px
}

.nlk__popup_chat_box_ct .nlk__popup_heading_ct .nlk__popup_intro {
margin-top: -5px;
line-height: 12px
}

.nlk__popup_chat_box_ct .nlk__popup_ct_avt_list:after {
content: '';
clear: both;
display: block
}

.nlk__popup_chat_box_ct .nlk__popup_ct_content {
background: #fff;
padding: 0 0 14px
}

.nlk__popup_chat_box_ct .nlk__popup_ct_content .nlk__popup_notice {
padding-top: 18px;
padding-bottom: 15px
}

.nlk__popup_chat_box_ct .nlk__popup_ct_content_item {
width: 33%;
float: left;
font-size: 10px
}

.nlk__popup_chat_box_ct .nlk__popup_ct_content_item a {
text-decoration: none;
color: #989b9f
}

.nlk__popup_chat_box_ct .nlk__popup_ct_content_item .nlk__popup_ct_txt {
padding-top: 8px
}

.nlk__popup_chat_box_ct .nlk__popup_ct_content_item .nlk__member_name {
color: #363c47;
font-size: 13px
}

.nlk__popup_chat_box_ct .nlk__popup_ct_content_item .nlk__member_duty {
color: #989b9f;
padding: 3px 0 0
}

.nlk__popup_chat_box_ct .nlk__popup_ct_content_item .nlk__member_stt_online {
color: #2db742;
font-size: 9px;
line-height: 12px;
display: inline-block;
padding: 3px 0 0 16px;
background: url('../images/whatsapp_logo_green.svg') 0 3px no-repeat;
background-size: 12px auto;
-webkit-background-size: 12px auto;
-moz-background-size: 12px auto
}

.nlk__popup_chat_box_ct .nlk__popup_ct_content_item .nlk__member_stt_offline {
color: #f5a623;
font-size: 9px;
line-height: 12px;
padding: 2px 0 0
}

.nlk__popup_chat_box_ct .nlk__popup_ct_avatar img {
border-radius: 50%
}

.nlk__popup_chat_box_ct .nlk__popup_ct_call_btn {
width: 97px;
font-size: 11px;
padding: 9px 10px 11px;
margin: 15px 0
}

.nlk__btn_popup {
position: fixed;
right: 30px;
bottom: 30px;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
z-index: 999
}

.nlk__btn_popup .nlk__btn_popup_icon {
width: 56px;
height: 56px;
background: #2db742;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
-webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
-moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14)
}

.nlk__btn_popup .nlk__btn_popup_icon:before {
content: '';
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: transparent url('../images/whatsapp_logo.svg') center center no-repeat;
background-size: 30px auto;
-webkit-background-size: 30px auto;
-moz-background-size: 30px auto;
transition: .4s ease all;
-webkit-transition: .4s ease all;
-moz-transition: .4s ease all
}

.nlk__btn_popup .nlk__btn_popup_icon:after {
content: '';
opacity: 0;
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: transparent url('../images/x_icon.svg') center center no-repeat;
background-size: 14px auto;
-webkit-background-size: 14px auto;
-moz-background-size: 14px auto;
transition: .4s ease all;
-webkit-transition: .4s ease all;
-moz-transition: .4s ease all;
-ms-transform: scale(0) rotate(-360deg);
transform: scale(0) rotate(-360deg);
-webkit-transform: scale(0) rotate(-360deg);
-moz-transform: scale(0) rotate(-360deg)
}

.nlk__btn_popup.nlk__active .nlk__btn_popup_icon:before {
opacity: 0;
-ms-transform: scale(0) rotate(360deg);
transform: scale(0) rotate(360deg);
-webkit-transform: scale(0) rotate(360deg);
-moz-transform: scale(0) rotate(360deg)
}

.nlk__btn_popup.nlk__active .nlk__btn_popup_icon:after {
opacity: 1;
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg)
}

.nlk__btn_popup .nlk__btn_popup_txt {
position: absolute;
width: 156px;
right: 100%;
background-color: #f5f7f9;
font-size: 12px;
color: #43474e;
top: 15px;
padding: 7px 0 7px 12px;
margin-right: 7px;
letter-spacing: -.03em;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
transition: .4s ease all;
-webkit-transition: .4s ease all;
-moz-transition: .4s ease all
}

.nlk__btn_popup.nlk__active .nlk__btn_popup_txt {
-ms-transform: translate(0, 15px);
transform: translate(0, 15px);
-webkit-transform: translate(0, 15px);
-moz-transform: translate(0, 15px);
opacity: 0;
visibility: hidden
}
.misafiradresekleform  .form-control{
height:45px;
border-radius:0;
border: 1px solid #ced4da !important;
}
.misafiradresekleform  textarea.form-control,
.misafiradresekleform  input.form-control{
padding-top:20px !important;
}
.misafiradresekleform .material .material-bar {

left: 0;

width: 100%;
}
#kargotakip .form__input{
height:50px;
}
.header3-search{
display:block;
position:relative;

}
.header3-search input{
width:100%;
background:transparent;
border:none;
border-bottom:1px solid #ccc;
height:35px;
color:#858585;
padding-right:40px;
font-size:12px;
font-weight:400;
}
.header3-search button{
position:absolute;
height:35px;
width:35px;
background:transparent;
top:0;
right:0;
text-align:center;
color:#222;
border:none;
font-size:20px;
font-weight:300;
}
.header3-list {
list-inline:none;
display:block;
width:100%;
}
.header3-list li{
display:inline-block;
position:relative;
margin-right:20px;
padding-right:20px;


}
.header3-list li:before{
content:"";
position:absolute;
right:0;
width: 2px;
height: 16px;
background: #d7d7d7;
top: 6px;

}
.header3-list li a{

font-weight:400;

color: #222;
font-size: 14px;
}
.header3-list li:last-child:before {
display:none;
}

.header3-list >  li > ul.sub-menu{
position: absolute;

display:block;
top: 150%;
background: #fff;
margin-top: 30px;

z-index: 9;
pointer-events: none;

white-space: -moz-nowrap;
white-space: nowrap;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
visibility: hidden;
opacity: 0;
text-align: left;

-webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
-ms-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
-o-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
padding: 10px 35px;
z-index: 99999;

width: auto;
min-width: auto;
left: -35px;
}
.header3-list >  li:hover > ul.sub-menu{
pointer-events: visible;
top: 100%;
visibility: visible;
opacity: 1;

}

.header3-list >  li:hover > ul.sub-menu li a {
padding: 5px 0;
text-transform: capitalize;
font-size: 13px;
line-height: 20px;
}
.method-box p{
font-size: 12px;
color: #000;
font-weight: 400;
line-height: 1.75;
}

.main-content-wrapper >  section.method-area {
padding:30px 0 !important;
background-color:#fff !important;
}
.method-box{
height: 95px;
overflow: hidden;
padding-left: 75px !important;
padding: 15px;
border: 1px solid #ccc;
border-radius: 12px;

}
.method-box h4{
font-size: 20px;
font-weight: 600;
color: #6b6c6d;
margin-bottom: 5px;
}
.method-box i {
position: absolute;
font-size: 34px;
left: 0;
top: 50%;
display: block;
width: 70px;
line-height: 70px;
color: #000000;
height: 70px;
text-align: center;
}
@media (max-width: 768px){
.login-form-box h2 {
font-size: 24px;
}
}
.counter1,
.counter2 {
position: relative;
width: 90px;
margin: 0 auto;
}
.counter1 input,
.counter2 input{
width: 90px;
}
.counter1 span.minus-btn,
.counter2 span.minus-btn {
top:40px
}
.counter1 span.plus-btn,
.counter2 span.plus-btn {
top:22px
}
.counter1 span,
.counter2 span {
display: inline-block;
font-size: 18px;
line-height: 1em;
cursor: pointer;
position: absolute;
right:9px;
margin-top: -20px;
color: #333;
}
.counter1 .minus-btn:before,
.counter2 .minus-btn:before {
content: "\f104";
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.counter1 .plus-btn:before,
.counter2 .plus-btn:before {
content: "\f104";
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.counter1 .minus-btn:before, .counter1 .plus-btn:before,
.counter2 .minus-btn:before, .counter2 .plus-btn:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.header-6 .header-topbar{
padding:4px 0;
background-color: #297d49;

}
.header-6 .header-topbar .header-contact-list > li > i,
.header-6 .header-topbar .header-contact-list > li > span,
.header-6 .header-topbar .header-contact-list > li > a,
.header-6 .header-topbar .header-contact-list > li > a >i,
.header-6 .header-topbar .header-contact-list > li > a > span{
color:#fff;
}
.header-6  .main-navigation .mainmenu__link{
color:#000;
font-size: 14px;
font-weight: 700;
}
.header6-link > ul > li.arama > a{
border:1px solid #000;
color:#000;
border-radius:5px;
}
.header6-link > ul > li.hesap > a{
border:1px solid #297d49;
color:#297d49;
border-radius:5px;
}
.header6-link > ul > li.cart > a{
border:1px solid #297d49;
color:#fff;

background:#297d49;
border-radius:5px;
}


.header-6 .header-toolbar__btn.mini-cart-btn .mini-cart-count {
right: auto;
top: 0;
width:15px;
height:15px;
line-height:15px;
left: 28px;
font-size: 11px;
font-weight: 300;
color: #297d49;
background:#fff;
}
.header-6 .hesap .user-info-menu{
padding:0;

}
.header-6 .hesap .user-info-menu li a i{
font-size: 20px;
padding-right: 10px;
color: #297d49;
}
.header-6 .hesap .user-info-menu li a{

text-transform: capitalize;
font-size: 16px;
display: block;
padding: 15px 10px;
text-align: left;
color: #333;
border-bottom:1px solid #eee;

}
.header-6 .hesap .user-info-menu li:last-child a{
border:none;
}
.header-6 .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu{
left:5px;
}
.header-6  .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu li a {

font-weight: 700;
color: #000;
}
@media (max-width:768px){
.header6-link > ul > li {
margin:0 !important;
margin-right:5px !important;
}

.header6-link > ul > li > a {
height: 38px;
font-size: 13px;
padding: 0 10px;
line-height: 38px;
}
.header6-link > ul > li > a i {
font-size: 16px;

}
.header6-link > ul > li > a strong{
display:none;
}
.header-6 .user-info-menu{
left:auto;
right:0;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.header-6 .row div[class^="col-"],
.header-6 .row{
margin:0;
padding:0;
}

}




/* Mobil menu */
.mobile6-menu{
display:none;
}
@media (max-width:768px){

.header-6 .mobile-nav-toggler{
width: 38px;
display: block;
height: 38px;
line-height: 38px;
text-align: center;
border: 1px solid #000;
color: #000;
border-radius: 5px;
margin-left:5px;
}
.mobile6-menu{
display:block;
position: fixed;
right: 0;
left: 0;
top: 0;
max-width:100%;
height: 100%;
margin: 0 auto;
overflow-y: auto;
opacity: 0;
visibility: hidden;
z-index: 999999;
}

.mobile6-menu .nav-logo{
position:relative;
padding:0;
text-align:left;
}

.mobile6-menu .nav-logo img{
max-width:200px;
height: 50px;
}

.mobile-menu-visible{
overflow: hidden;
}

.mobile-menu-visible .mobile6-menu{
opacity: 1;
visibility: visible;
}

.mobile6-menu .menu-box{
position: relative;
left: 0px;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow-y: auto;
background: rgb(19, 28, 39);
padding: 0px 0px;
z-index: 5;
opacity: 0;
visibility: hidden;
-webkit-transform:  scale(0);
-moz-transform:  scale(0);
-ms-transform:  scale(0);
-o-transform:  scale(0);
transform:  scale(0);
-webkit-transform-origin: top right;
-moz-transform-origin: top right;
-ms-transform-origin: top right;
-o-transform-origin: top right;
transform-origin: top right;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.mobile-menu-visible .mobile6-menu .menu-box{
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
padding:20px;
}

.mobile6-menu .close-btn{
position: absolute;
right: 20px;
top: 30px;
line-height: 30px;
width: 30px;
text-align: center;
font-size: 12px;
color: #ffffff;
background-color: #cb212a;
cursor: pointer;
z-index: 10;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}

.mobile-menu-visible .mobile6-menu .close-btn{
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.mobile6-menu .close-btn:hover{
opacity: 0.50;
}

.mobile6-menu .navigation{
position: relative;
display: block;
padding: 0 ;
}

.mobile6-menu .navigation > li{
position: relative;
display: block;

border-bottom:1px dashed #eee;
}

.mobile6-menu .navigation > li > a{
font-weight: 500;

}

.mobile6-menu .navigation li > a{
position: relative;
display: block;
line-height: 20px;
padding: 15px 10px 15px 15px;
font-size: 16px;
color:#297d49;
text-transform: uppercase;
}

.mobile6-menu .navigation li:hover > a,
.mobile6-menu .navigation li.current > a{
color:#cb212a;
}

.mobile6-menu .navigation li.menu-item-has-children .dropdown-btn{
position:absolute;
right:0px;
top:0px;
width:50px;
height:50px;
text-align:center;
font-size:14px;
font-weight:400;
line-height:50px;
border:none;
color:#999;
cursor:pointer;
z-index:5;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.mobile6-menu .navigation li.menu-item-has-children .dropdown-btn.active .fa:before{
display: inline-block;
position: relative;
content: "\f068";
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.mobile6-menu .navigation li > ul,
.mobile6-menu .navigation li > ul > li > ul{
display: none;
position: relative;
border: none;
border-radius: 0;
float: none;
width: 100%;
padding-left: 10px;
}
}

/* Mobil Menü*/
.footer4 .container-fluid,
.footer4 .container,
.index4 .container-fluid,
.index4 .container{
width:100%;
max-width:100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.liste4 .item.slick-slide{
padding:10px 5px;

}

.liste4 .item .product-info{
position:relative;
}
.liste4 .item .sepet-hover{
position:absolute;
bottom:-10px;
transition: opacity .2s linear, bottom .2s linear;

min-width: 100%;
min-height: 100%;
z-index: 999;
opacity: 0;
visibility: hidden;
background-color: #fff;
padding:15px;
}
.liste4 .item .zakas-product:hover .sepet-hover{
opacity: 1;
visibility: visible;
bottom:0;
}
.liste4 .item .zakas-product{
border:1px solid #d5d5d5;
border-radius:10px;
}

.liste4 .item .zakas-product:hover{
border-radius:0px;
box-shadow:0 0 10px 0 rgba(40, 40, 40, 0.3);
}
@media (min-width:768px){
.nav-right-center.liste4 .slick-next{
margin:0;
right:10px;

}
.nav-right-center.liste4 .slick-prev{
margin:0;
right:auto;
left:10px;

}
}
.bulten3 {
margin-top: 15px;
position: relative;
}
.bulten3 input::placeholder{
color: #000;
}
.bulten3 input {
border: 1px solid #000;
background-color: transparent;
padding: 10px 60px 10px 10px;
width: 100%;
color: #000;
font-size:14px;
height:60px;
border-radius: 4px;
}
.bulten3 button {
position: absolute;
background-color: #297d49;
width: 90px;
height: 60px;
display: flex;
top: 0;
right: 0;
align-items: center;
justify-content: center;
font-size: 20px;
color: #fff;
border: none;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
min-width:auto;
}
.bulten3 button span{
display: block;
font-size: 16px;
padding-top: 22px;
}
.bulten3 button i{
display: block;
font-size: 22px;
position: absolute;
top: 7px;
}
.footer-serit .social li{
padding:10px 0 10px 10px;
}
.footer-serit .social li a i{
width:40px;
height:40px;
line-height:40px;
text-align:center;
border-radius:50%;
font-size:16px;

}
.footer-serit .iletisim{
padding:10px 0;
}
.footer-serit .iletisim i{
font-size:25px;
color: #297d49;
margin-right:5px;
}
.footer-serit .iletisim span{
font-size:20px;
color: #000;
font-weight:700;
}
.f-widget-heading{
margin-bottom:15px;
text-transform:uppercase;
}
.footer-serit{
padding:10px 0;
text-align:left;
background:#f6f6f6;
}

.footer4 .footer-top ul li a{
font-size:14px;
color:#000;
padding:8px 0;
}
.footer4 .footer-bottom p{
font-size:12px;
color:#000;
}
.footer-bulten p{
color: #393939;
font-size:14px;
}
.footer-adres h4 *{
color: #393939;
font-size:14px;
}
.footer-bottom-ust p{
color:#939393;
font-size:13px;
margin:0;
}
.footer-bottom-ust p a{
color:#000;
}


.mini-cart__list  .new-price {     font-size: 14px;
line-height: 40px;}
.mini-cart__list  .old-price {     font-size: 13px;
line-height: 40px;}


.form-control {

line-height: 40px !important;
width:100% !important;

}

.form-control-hint { color:#c20000; font-size:13px !important;}

#sanalpos li a { padding:8px !important; background-color: #f7f5f5;}
#sanalpos li a.active { background:#dedede;}
#sanalpos li a.active { background:#dedede;}
.pagination>li>span , .pagination>li>a {
width: 33px!important;
height: 48px!important;
font-size: 19px!important;
padding: 10px;
color: #fff;
background-color: #000!important;
border-color: #000!important;
display: inline-block;
}


.pagination>.active>span {
background-color: #99979d !important;
border-color: #99979d !important;
}

.story-slider .story-item {
display: flex !important;
flex-direction: column;
align-items: center;

}

.story-slider  > * {
flex: 0 0 auto;
}


.story-slider .story-item img {
border: 1px solid #e6e6e6;
border-radius: 50%;
box-sizing: border-box;
display: block;
width: 85px;
height: 85px;
margin: 0;
transition: all ease 0.2s;
padding:5px;
}
.story-slider .story-item strong {
font-family: 'source_sans_prosemibold', sans-serif;
text-align: center;
margin-top: 10px;
color: #333;
font-size: 14px;
display: block;
transition: all ease 0.2s;
line-height: 14px;
height: 42px;
}
.owl-carousel.story-slider .owl-nav button{

position: absolute;
top: 15%;

background: rgba(255,255,255,.7) !important;
border-radius: 50%;
font-size:50px;
color:#000 !important;
}
.owl-carousel.story-slider .owl-nav button.owl-next{
right:0;}
.owl-carousel.story-slider .owl-nav button.owl-prev{
left:0;
}
.story-section{
padding:10px 0;
}










.headertozel{
background: rgb(22,25,30);
background: -moz-linear-gradient(180deg, rgba(22,25,30,0.9) 65%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(
180deg, rgba(22,25,30,0.9) 65%, rgba(255,255,255,0) 100%);
background: linear-gradient(
180deg, rgba(22,25,30,0.9) 65%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16191e",endColorstr="#ffffff",GradientType=1);
padding-bottom: 82px;
}
.headertozel .sticky-header {
background: rgb(19, 28, 39);
}
.headertozel .text-center >ul > .mainmenu__item{
float:none;
}
.headertozel .header-contact-list li:not(:last-child) {
margin-right: 10px;
}
.headertozel .header-contact-list li span, .headertozel .header-contact-list li a {
font-size: 12px;
font-weight: 300;
}
.headertozel .header-contact-list li span, .headertozel .header-contact-list li a {
font-size: 12px;
font-weight: 300;
color: #bababa;
line-height: 30px;
}
.headertozel .header-contact-list  li a i,
.headertozel .header-contact-list li a i{
font-size: 13px;
color: #297d49;
}
.headertozel-link{
margin:25px 0;
}
.headertozel .header-topbar {
padding: 0;
}
.headertozel .header6-search{
top:0;
right:100%;
width:310px;
background:transparent;
}
.headertozel .header6-search input{
height:34px;
border-radius: 50px 0 0  50px;

}
.headertozel .header6-search button{
font-size:12px;
height:34px;
line-height:34px;
font-weight:600;
}
.headertozel .headertozel-setting > li >a{
line-height: 25px;
display:block;
width: 45px;
background: #297d49;
border-radius: 0 0 50px 50px;
position: relative;
font-size: 15px;
text-align: center;
padding: 5px;
color: #fff;
transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.headertozel .headertozel-setting > li >a > i{

font-size:15px;
}
.headertozel .headertozel-setting > li:hover >a{
border-radius:0;
}
.headertozel .headertozel-setting > li >a > img{
position:absolute;
top:3px;
right:3px;
width:20px !important;
height:12px !important;
}
.headertwrapper ~ .wrapper > .breadcrumb-area{
padding-top:225px !important;
background-color:#131C27 !important;
}
.headertwrapper  ~  .wrapper > .breadcrumb-area ul li a{
color: #297d49;
}
.headertwrapper  ~ .wrapper > .breadcrumb-area ul li:after,
.headertwrapper  ~  .wrapper > .breadcrumb-area ul li span,
.headertwrapper  ~  .wrapper > .breadcrumb-area ul li {
color:#fff;
}
.headertwrapper .main-navigation{
display:block;
border-bottom:1px dashed #999;
border-top:1px dashed #999;
}
.headertwrapper .main-navigation .mainmenu > li > a{
display:block;
text-transform:uppercase;
color: #297d49;
padding:15px 10px;
}
@media (min-width: 1200px){
.headertwrapper .col-xl-5.desk-sol,
.headertwrapper .col-xl-5.desk-ana {
-ms-flex: 0 0 44%;
flex: 0 0 44%;
max-width: 44%;
}
.headertwrapper .col-xl-2.desk-logo {
-ms-flex: 0 0 12%;
flex: 0 0 12%;
max-width: 12%;
}
}
.headertwrapper .header-toolbar__btn.mini-cart-btn .mini-cart-count{
right:-9px;
top:5px;
}

@media (min-width: 1200px){
.headertwrapper  .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu {
width: 1140px;
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
background-color: rgba(249,249,249,.95);
padding-right:600px;
min-height:300px;
}
}
@media (min-width: 992px){
.headertwrapper  nav.mainmenu .nav .top-nav>ul>li>.sub-nav {
width: 940px;
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
background-color: rgba(249,249,249,.95);
padding-right:400px;
min-height:300px;
}
}
.headertwrapper  .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu li{
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid-column;
border-bottom: 1px dashed #ccc;
}
.headertwrapper  .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu a {
font-size: 16px;
line-height: 20px;
padding: 14px 0;
color:#333;
}
.headertwrapper  .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu > img{
position: absolute;
top: 15px;
right: 15px;
display:block!important;
}
@media(max-width:768px){
.headertozel.header-transparent{
position:relative;
top:0;
left:0;
background: rgb(19, 28, 39);
padding: 15px 0;
}
.headertwrapper .col-xl-2.desk-logo .logo{
position:relative;
top:0;
}
.headertozel .header6-search {
top: 50px;
right: 0;
width: 310px;
background: transparent;
}
.headertozel .header6-link > ul > li.hesap{
display:none;
}
.headertozel .header6-link > ul > li.arama > a {
border: 1px solid  #297d49;
color: #297d49;
border-radius: 5px;
}
.headertozel .row{
align-items:center;
}
.headertwrapper ~ .wrapper > .breadcrumb-area{
padding:0;
}
.mobile-nav-toggler{
color:#fff !important;
padding:5px 10px;
background: #297d49;
border-radius:5px;
font-size:20px;
}


.mobile6-menu .mobile-dil{
display: flex;
flex-wrap:wrap;
align-items: center;
justify-content: center;
margin-bottom:10px;
padding:5px 0;

}
.mobile6-menu .mobile-dil li{
margin-left:15px !important;

}
.mobile6-menu .mobile-btn{
background: #297d49;
color:#fff;
width:100%;
font-size:16px;
display:block;
text-align:center;
padding:10px 0;
}
.mobile6-menu .mobile-btn i{
margin-right:5px;

}
.headertozel .header6-search input{
height:40px;
border-radius: 0;

}
.mobile-search{
position:relative;
width: 100%;
background: #ffffff;
padding: 0;
z-index: 111;

}
.mobile-search input::placeholder{
color: #000;
}
.mobile-search input{
width: 100%;
background: #fff;
border: 1px solid #e5e5e5;
height: 45px;
color: #000;
padding-left: 15px;
padding-right: 40px;
font-size: 12px;
}

.mobile-search  button{
position: absolute;
right: 0;
top: 0;
height: 45px;
line-height: 45px;
background: transparent;
border: none;
color: #000;
font-size: 24px;
cursor: pointer;
padding: 0;
width: 40px;
}
.mobile-link{
position:relative;
display:block;
width:100%;
margin-top:25px;
}
.mobile-link li{
position:relative;
display:block;
width:100%;
}
.mobile-link li a span,
.mobile-link li a{
display: block;
font-size: 14px;
color: #bababa;
line-height: 18px;
padding: 6px;
}
.mobile-link li a i{
margin-right:5px;
font-size:15px;
color: #297d49;
}
}


.kategori-slider .kategori-item {
display: flex !important;
flex-direction: column;
align-items: center;

}

.kategori-slider  > * {
flex: 0 0 auto;
}


.kategori-slider .kategori-item img {
border: 1px solid #e6e6e6;
border-radius: 50%;
box-sizing: border-box;
display: block;
width: 85px;
height: 85px;
margin: 0;
transition: all ease 0.2s;
padding:5px;
}
.kategori-slider .kategori-item strong {
font-family: 'source_sans_prosemibold', sans-serif;
text-align: center;
margin-top: 10px;
color: #fff;
font-size: 14px;
display: block;
transition: all ease 0.2s;
line-height: 14px;
height: 42px;
}
.owl-carousel.kategori-slider .owl-nav button{

position: absolute;
top: 15%;

background: rgba(255,255,255,.7) !important;
border-radius: 50%;
font-size:50px;
color:#000 !important;
}
.owl-carousel.kategori-slider .owl-nav button.owl-next{
right:0;}
.owl-carousel.kategori-slider .owl-nav button.owl-prev{
left:0;
}

.kategoriler6 .container-fluid,
.kategoriler6 .row,
.kategoriler6 div[class^="col-"]{
padding:0;
margin:0;

}
.kategoriler6 div[class^="col-"].solafis,
.kategoriler6 div[class^="col-"].kategori-col {
background-color:#131C27 !important;
}
.kategoriler6 div[class^="col-"].solafis > div{
padding-top: 40px;
padding-left: 78px;
margin: 0 !important;
padding-bottom: 40px;
}

.kategoriler6 div[class^="col-"].solafis p{
color:#fff;
}

.kategoriler6 div[class^="col-"].solafis h1,
.kategoriler6 div[class^="col-"].solafis h2,
.kategoriler6 div[class^="col-"].solafis h3,
.kategoriler6 div[class^="col-"].solafis h4,
.kategoriler6 div[class^="col-"].solafis h5,
.kategoriler6 div[class^="col-"].solafis h6{
color:#297d49;
}
.kategoriler6 div[class^="col-"].kategori-col > *{
padding-top:50px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
display: none;
}

.homepage-slider  .slick-dots li button {
width: 15px;
height: 13px;
border-radius: 0;
border: 1px solid #ddd;
-moz-transform: rotate(150deg) skew(31deg, 0deg);
-webkit-transform: rotate(150deg) skew(31deg,0deg);
-o-transform: rotate(150deg) skew(31deg, 0deg);
-ms-transform: rotate(150deg) skew(31deg, 0deg);
transform: rotate(150deg) skew(31deg,0deg);
font-size: 0;
line-height: 0;
display: block;
padding: 0;
cursor: pointer;
color: transparent;
outline: none;
background: #eee;
}
.homepage-slider  .slick-dots li{
position: relative;
display: inline-block;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.homepage-slider  .slick-dots {
position: absolute;
bottom: 20px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li.slick-active button {
background-color: #297d49;
border-color: #297d49;
}
@media (min-width:768px){
.headertozel .sticky-header .container-fluid > .row > .col-xl-5,
.headertozel .sticky-header .container-fluid > .row,
.headertozel .sticky-header .container-fluid,
.headertozel .header-inner .container-fluid > .row > .col-xl-5,
.headertozel .header-inner .container-fluid > .row,
.headertozel .header-inner .container-fluid{
padding-right:0 !important;
padding-left:0 !important;
margin:0;
}
}
@media (max-width:768px){
.footer-serit .iletisim span{
font-size:16px;
}
.footer-serit .iletisim i {
font-size: 22px;
}
.method-box i{
display:none;
}
.method-box{
padding-left:15px !important;
}
.headertwrapper~.wrapper>.breadcrumb-area {
padding-top: 35px!important;

}
}
.stokyok * { color: #dedede !important;}

ul.slick-dots{
display:block;
text-align: center;
margin-top: 20px;
}
.slick-dots li{
display: inline-block;
margin: 0 4px;
}

.slick-dots li button{
font-size:0;
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border:none;
width: 14px;
height: 14px;
background-color: #f5f5f5;
border-radius: 100%;

}

.slick-dots li.slick-active button{
background-color: #297d49;
}


.anakategori .banner-overlay{
position: relative;
width: auto;
height: auto;
display: block;
text-align: center;
background: #f5f5f5;
color: #000;
padding:20px 10px;

}
.anakategori .banner-overlay p{
color:#333;
font-weight:700 !important;
font-size: 16px;
}
.anakategori .banner-item .banner-img{
position:relative;
}
.anakategori .banner-item .banner-img a{
position:absolute;
top:40%;
left:0;
right:0;
margin:0 auto;
opacity:0;
visibility:hidden;
width:100%;
height:100%;
display:block;
color:#fff;
font-size:16px;
font-weight:600;
text-align:center;
z-index:11;
}
.anakategori .banner-item:hover .banner-img   a{
opacity:1;
visibility: visible;
}

.anakategori .banner-item .banner-img:after{
content:"";
position: absolute;
left: 0;
top: 100%;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.80) none repeat scroll 0 0;
z-index: 1;
opacity: 0;
visibility:hidden;
transition: 0.4s;
}
.anakategori .banner-item:hover .banner-img:after{
position: absolute;
left: 0;
top: 0;
transition: 0.4s;
opacity:1;
visibility: visible;
}
.giris-list > li{
display:inline-block;
margin-right: 10px !important;
margin-left: 0 !important;
}
.giris-list > li > a{
display: block;
text-align: center;
font-size: 13px;
font-weight: 600;
color: #788990;
text-transform:uppercase;
line-height: 24px;
}
.giris-list > li > a:hover{
color: #297d49;
}
.giris-list > li > a > i{
display: block;
float: none;
color: #7f8f96;
font-size: 18px;
padding: 10px 0;
border: 1px solid #ced9dd;
font-weight: 400;
border-radius: 6px;
max-width: 50px;
text-align: center;
margin: 0 auto;
width: 50px;
}
.altkategori-list > li{
display:inline-block;
margin-left:15px;
margin-bottom:15px;
position:relative;
}
.altkategori-list > li:first-child{
margin-left:0;
}
.altkategori-list > li > a{
color:#000;
font-size:14px;
cursor:pointer;
padding:5px 10px;
border-radius:40px;
background:#fff;
}

.altkategori-list > li > a:hover{
background:#eee;
}
.altkategori-list  li > ul{
position:absolute;
left:0;
top: 0;
min-width: 200px;
width:max-content;
margin-top: 0;
background: #fff;
padding:  0;
pointer-events: none;
z-index: 111;
-webkit-box-shadow: 0 2px 12px 2px rgb(0 0 0 / 10%);
-moz-box-shadow: 0 2px 12px 2px rgba(0,0,0,.1);
-ms-box-shadow: 0 2px 12px 2px rgba(0,0,0,.1);
-o-box-shadow: 0 2px 12px 2px rgba(0,0,0,.1);
box-shadow: 0 2px 12px 2px rgb(0 0 0 / 10%);
border:1px solid #f9f9f9;
}
.altkategori-list  li > ul li {
display:block;
padding:10px 10px;
border-bottom:1px solid #f9f9f9;
}
.altkategori-list  li > ul li a{
display:block;
font-size:14px;
color:#000;
}
.altkategori-list  li > ul li a:hover{
background:#eee;
}


.select2-container { width: 100% !important;
background-color: #dfdfdf33;
background-clip: padding-box;
border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single {

border: 0px;

position: relative;
padding-top: 18px;
margin-bottom: 2px;
background: #f6f6f8;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 50px;
color: #1f1e1e;
font-size: 16px;
font-weight: 300;
}

.is-invalid .select2-container--default .select2-selection--single {
border-bottom: 2px solid red;

}

.is-invalid  .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: red;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {     color: #1f1e1e;}

.account-tab ul{
display:flex;
flex-wrap:nowrap;
border:none;
}

.account-tab ul li{
flex:1;
}

.account-tab ul li a {
padding: 14px 20px 10px;
color: #c4c4c4;
border-bottom: 2px solid;
text-align: center;
font-size: 22px;
line-height: 24px;
font-weight: 600;
display: block;
}
.account-tab ul li a.active{
color:#000;
}



.counter1,.counter2 {
position: relative;
width: 90px;
margin: 0 auto;
margin: 0px;
padding: 0px;

}







.product-action .quantity-label {

position: absolute;
top: -16px;

}


.counter1 input, .counter2 input {
width: 90px;
height: 40px;
line-height: 40px;
}

.btn-product_addtocart { margin-top:4px !important;}
