/*div#basicsCollapseOne {
    max-height: 520px;
    overflow-x: hidden;
    overflow-y: scroll;
}
*/

.btn-success {
    background-color: #21bf80;
    border-color: #0ede8a;
}

img.logo-footer { height: 55px; }
.row.u-header__mega-menu-wrapper {
    background-color: white;
}
.f16px {
   font-size:16px;
}
.wrapno {white-space: normal;}
.wrapno:hover { font-weight: 700 !important; }
.slick-track {
    float: left;
}



img.slideurun { width: 100%; height: 450px; object-fit: contain; }
img.slideurun_alt { width: 100%;height: 60px; }



@media (max-width: 768px) {
.mhide {display:none;}
ol.breadcrumb {/*margin-left: -55px;*/}
img.slideurun { width: 100%; height: 200px; object-fit: contain; }
img.slideurun_alt { width: 100%;height: 40px; }
}

address.iletisimli a {
	width: 100%;
    display: block;
    border-bottom: solid 1px #dddddd;
    padding: 10px 5px;
    color: black;
    cursor: pointer;
}


address.iletisimli a i {
    font-size: 18px;
    background-color: black;
    color: white;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 50%;
    text-align: center;
}

div address.iletisimli a:hover, address.iletisimli a i {
    background-color: black;
    color: white;
}
address.iletisimli a:hover {
    padding-left: 10px;
}
.bg-white { background-color: white; }
footer { border-top: 1px solid #e4e4e4; }



.border-rb {
    border-right: solid 1px #e4e6e8;
    border-bottom: solid 1px #e4e6e8;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #ffffff; 
}
 
::-webkit-scrollbar-thumb {
  background: #d8d8d8; 
}
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}

/*Small */
@media (min-width: 576px) {
.hidden-sm {
display:none;
}
}

@media (max-width: 576px) {
.hidden-xs {
display:none;
}


.col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}


.card.max-w500 {max-width: 500px;width: 100%;}
.card.max-w600 {max-width: 600px;width: 100%;}
.btn.btn-max { width: 100%; }

.solcizgi:before {
    content: '';
    width: 10px;
    height: 30px;
    margin-left: 5px;
    border-left: 1px solid #dedede;
}


.dropdown-menu.eleskamenu {
    padding-top: 5px;
    padding-bottom: 5px;
}

.eleskamenu .dropdown-item {
    padding: 5px 10px 5px 10px;
    border-bottom: solid 1px #eaeaea;
}

.eleskamenu .dropdown-item:hover {
    color: #ffffff;
    background-color: black;
	padding-left: 15px;
}

.eleskamenu a.dropdown-item {
    text-align: left;
}

.eleskamenu a.dropdown-item i {
    margin-right: 3px;
    text-align: center;
}

.cursor-pointer {cursor: pointer !important;}
.bg-red {background-color: #ea222f !important;}
.bg-black {background-color: black !important;}
.color-white { color: white; }
.eleska_urun_cerceve { border: solid 1px #e2e2e2; }
.u-slick__arrow-classic.urunsagsol {
    background-color: #00000033;
}

.u-slick__arrow-classic.urunsagsol:hover {
    background-color: #000000;
}
h6.urunfname { width: 60px; }

.bg-header {
    background: #fafafa;
    background: -moz-linear-gradient(top,#fafafa 1%,#fafafa 80%,#f9f9f9 84%,#f8f8f8 89%,#f7f7f7 93%,#f6f6f6 97%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fafafa),color-stop(80%,#fafafa),color-stop(84%,#f9f9f9),color-stop(89%,#f8f8f8),color-stop(93%,#f7f7f7),color-stop(97%,#f6f6f6),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#fafafa 1%,#fafafa 80%,#f9f9f9 84%,#f8f8f8 89%,#f7f7f7 93%,#f6f6f6 97%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#fafafa 1%,#fafafa 80%,#f9f9f9 84%,#f8f8f8 89%,#f7f7f7 93%,#f6f6f6 97%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#fafafa 1%,#fafafa 80%,#f9f9f9 84%,#f8f8f8 89%,#f7f7f7 93%,#f6f6f6 97%,#f5f5f5 100%);
    background: linear-gradient(to bottom,#fafafa 1%,#fafafa 80%,#f9f9f9 84%,#f8f8f8 89%,#f7f7f7 93%,#f6f6f6 97%,#f5f5f5 100%);
    zoom: 1;
    border-bottom: 1px solid #dedede;
}

.katbtn_nopad { padding: 0; }

a.btn.btn-black.sepetegitbtn {
    width: 100%;
    padding: 7px 5px;
    background-color: #353535;
    display: block;
}


.sepeteklendi {
    font-size: 16px;
    color: #2ca71f;
    font-weight: 600;
}

.sepeteklendi i {
    font-size: 20px;
}

div#urunkathover {width: 355px;}

img.sepetuimg {
    width: 75px;
    max-height: 100px;
    height: 75px;
    object-fit: contain;
}

a.sepetadd { min-width: 148px; display: inline-block; width: 182px; margin-bottom: 5px; padding: 7px 0px; }

.cardsm {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaf3;
    border-radius: 0.3125rem;
    padding: 0;
}
.zoom.opaque { opacity: 1; }
.breadcrumb-item+.breadcrumb-item a {
    text-transform: capitalize;
}



.hesabimleft ul {
    width: 100%;
    padding: 0;
    display: block;
    margin-top: 20px;
}

.hesabimleft ul li {
    list-style: none;
    color: black;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 2px 1px;
}

.hesabimleft ul li a {
    width: 90%;
    text-align: left;
    display: block;
    padding: 10px 0;
    font-size: 15px;
    padding-left: 10px;
    line-height: 15px;
    color: inherit;
}

.hesabimleft ul li i.left-icon {
    width: 5%;
    font-size: 18px;
    color: inherit;
}

i.right-icon.fa.fa-angle-right {
    width: 5%;
    font-size: 17px;
    color: inherit;
}


.hesabimleft ul li:hover {
    background-color: black;
    color: white;
    padding-left: 15px;
    border-radius: 5px;
}

a.btn.fright {
    width: 100px;
    padding: 7px 5px;
    border-radius: 2px;
}

a.btn.fright i {
    padding-right: 5px;
}

.fright {
    float: right;
}


.cardadres {
    width: 100%;
    height: 200px;
    border: solid 1px #e2e2e2;
	margin-bottom: 50px;
    display: inline-block;
}


.cardadres .atitle {
    background-color: #fafafa;
    border-bottom: solid 1px #e2e2e2;
    height: 40px;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
}

.cardadres .abody {
    margin: 10px 15px;
}

.cardadres .abody .ausername {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.cardadres .abody .tekline {
    width: 100%;
    display: block;
    word-break: keep-all;
    line-height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.afooter {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.aeditbtn, .aeditbtn:hover, .asilbtn, .asilbtn:hover {
    display: inline-block;
    background-color: #1d1c1c;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: white;
    text-align:center;
    border-radius:5px;
	margin-bottom: 5px;
}

a.asilbtn {
    float: left;
}
a.asilbtn.ok {
    background-color: #21bf80;
}
a.aeditbtn {
    float: right;
}

a.asilbtn i, a.aeditbtn i {
    padding-right: 3px;
}

.col-auto.adetpaddiv {
    padding-left: 0;
    padding-right: 0;
}

.js-quantity.row.align-items-center {
    width: 127px;
    text-align:center;
}

a.nav-link { color: #77838f;}
div.nopad { padding: 0; }
th.product-total { min-width: 60px; }

.orderHead {
    border-top: 1px solid #dedede;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dedede;
}

.sipli {
    font-size: 13px;
    border: 1px solid #dedede;
    border-top: 0 solid #dedede;
    margin-bottom: 15px;
}

.orderHead p {
    padding: 0px;
    margin: 10px;
}

.orderBody img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    text-align:center;
    display:block;
}

.orderBody p {
    margin: 3px 10px;
    padding: 0;
}

.orderBody .btn, .orderHead .btn {
    width: 100%;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #171717;
    max-width: 200px;
    float: right;
}

.orderBody .name {
    color: #646464;
    font-weight: bold;
    font-size: 15px;
}

.orderBody {
    padding: 10px;
}

@media (min-width: 992px) {
.u-header-left-aligned-nav .u-header__navbar-brand {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    display: block;
}
}


.navbar-expand-xl .navbar-collapse {
    max-height: 420px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 0px;
}


@media (max-width: 1580px) {
.navbar-expand-xl .navbar-collapse {
    max-height:  420px;
	padding-top:0px;
}

}

a.nav-link.u-header__nav-link.slidernava { position:relative;justify-content: inherit; }
a.nav-link.u-header__nav-link.slidernava i.fa { padding-right:10px; }
a.nav-link.u-header__nav-link.slidernava:after {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
    margin-right: 8px;
    width: 12px;
    height: 10px;
    right: 2px;
    float:right;
    padding-left:5px;
    position: absolute;
	color:black;
}



.yatay_div img {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.orta_dik_div img {
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.product-item__body {
    border-bottom: solid 1px #e6e6e6;
}


.mini_yatay_div img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

img.listimg {
    width: 100%;
    height: 175px;
    object-fit: contain;
}

img.listimgmini {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

img.imgsepet {
    height: 100px;
    width: 100%;
    object-fit: contain;
	min-width: 100px;
}

a.inline-block {
    display: inline-block;
}

img.footerpay {
   max-width: 100%; height: 30px; object-fit: contain;
}

.cookie {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: #3a3939;
    z-index: 9999;
    padding: 10px;
}

.cookie span {color: white;}

a.hrefterms {
    text-decoration: underline;
    color: white;
}

a.btn.btn-white.btn-block.cookiebtn {
    padding: 5px;
}

.sslbtnfooter img {
    width: 50%;
}

.sslbtnfooter {
    width: 100%;
    text-align: right;
    padding-top: 7px;
}

.pbody p {
    margin: 5px;
}

span.avarageText {
    font-size: 18px;
    color: black;
}

legend {
    width: auto;
}

.urunsoldetay {
    position: relative;
}

img.img-fluid.sliderimg {
    max-height: 420px;
}

span.favoricikar {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c70000;
    color: white;
    font-size: 20px;
    padding: 0px 10px;
    cursor:pointer;
}



/* CARD */
.uruncard {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    overflow: hidden;
    padding: 5px;
}

.uruncard .urunfooter a {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 36px;
    line-height: 1.34;
    display: inline-block;
    width: 100%;
    word-break: break-word;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
    max-height: 36px;
    overflow: hidden;
    margin-top: 10px;
}

.uruncard .urunimg img {
    width: 100%;
    height: 240px;
    object-fit: fill;
    background-color:white;
}
@media (max-width: 768px) {
.uruncard .urunimg img {height: 125px;}


}
.uruncard .urunfooter  .fiyat {
    color: #202020;
    border-radius: 0.375em;
}

.border-left-sepet {
    position: absolute;
    float: right;
    height: 100%;
    width: 1px;
    background-color: #e7eaf3;
    right: 15px;
}


.fiyat ins {
    font-size: 18px;
}


.fiyat del {
    font-size: 13px;
}

th.product-total {
    min-width: 80px;
}

.urunimg {
    position: relative;
	border-left: solid 1px #f3f3f3;
    border-right: solid 1px #f3f3f3;
    border-top: solid 1px #f3f3f3;
}

.urunimg span.kargoucretsiz {
    position: absolute;
    top: 10px;
    left: 0px;
    border-radius: 2px;
    font-size: 10px;
    width: 62px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    padding: 4px 0;
    background-color: #535353;
    font-weight: 700;
}

.indirimvar {
    position: absolute;
    top: 8px;
    right: 0;
    background-color: #ff0a20b8;
    color: white;
    font-size: 11px;
    padding: 0px 0px;
    font-weight: 700;
    width: 63px;
    text-align: center;
}

span.indirimvar i {
    width: 100%;
    display: block;
    font-size: 14px;
    font-style: normal;
}

.urunfooter {
    border: solid 1px #f3f3f3;
    padding: 0px 10px;
}


@media (max-width: 576px) {
.uruncard .urunimg img {
    height: 150px;
}
}
/* CARD */

label.kupon_msg {
    display: block;
    width: 100%;
    font-size: 15px;
    color: red;
}

/* SOCİAL SHARE */
.post-shares {
    width: 100%;
}

.post-shares ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.post-shares ul li {
    display: inline-block;
}

.post-shares ul li a.btn {
    padding: 5px 10px;
    border-radius: 0;
    margin: 3px 3px;
    width: 105px;
    color: white;
    font-size: 12px;
}

.post-shares ul li a.btn i.fa {
    padding-right: 5px;
}

.bg-color-facebook {
	background-color: #3B5997;
}

.bg-color-twitter {
	background-color: #1BA1F2;
}

.bg-color-youtube {
	background-color: #ED4141;
}

.bg-color-whatsapp {
	background-color: #1ebea5;
}

.bg-color-linkedin {
	background-color: #0077B5;
}

.bg-color-instagram {
	background-color: #C231A1;
}

.bg-color-telegram {
	background-color: #1e94d0;
}
/* SOCİAL SHARE */


.phonewidget { position: fixed; right: 15px; bottom: 12px; min-width: 240px; max-width: 300px; height: 230px; } 
.kapatbtn { bottom: 2px; } .widgetpage { width: 100%; height: 100%; position: relative; z-index: 1; } 
a.wkapat { right: 0; bottom: 0px; position: absolute; width: 45px; height: 45px; line-height: 13px; background-color: #25d366; background-color: #242d3b; text-align: center; padding: 14px; border-radius: 50%; color: white; box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.36); } 
.wmain {height: 180px; border-radius: 5px; background-color: rgb(33, 189, 170); padding: 10px; color: white; box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.36);} 
svg.eactc-button-closeIcon.eactc-button-show { color: white; } 
.wtitle { width: 100%; text-align: center; font-size: 17px; font-weight: bold; } 
.wdec { font-size: 15px; margin-top: 15px;line-height: 25px; } 
.wno { text-align: center; margin-top: 15px; font-size: 20px; background-color: rgba(255, 255, 255, 0.098); padding: 10px; border-radius: 5px; color: white; display: block; }
.whatsapp { position: fixed; width: 47px; height: 47px; bottom: 12px; left: 20px; background-color: #25d366; color: #fff; border-radius: 50px; text-align: center; font-size: 30px; z-index: 100; transition: all .3s; }
.whatsapp:hover { transform: scale(1.1); box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08); color: #fff; }
.whatsapp_icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }