﻿@charset "utf-8";
/*
color-chema:

dark blue   :     #3f4443;
light blue  :     #e0e1e5;
gray        :     #f8f8f8;

*/
/*Font Family*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Caveat+Brush|Alegreya Sans|Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Futura');

@font-face {
    font-family: lucaida;
    src: url('../../fonts/lucida.ttf');
}
/* font-family: 'KGWhoTellsYourStory', monospace; */



/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
}

/* iphone 6+, 6s+, 7+, 8+ */ 4115 @media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
}

/* iphone X */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
}

@supports (-webkit-overflow-scrolling: touch) {
}

/*
font-family: 'Futura', sans-serif;
font-family: 'Futura', sans-serif;
*/


.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#Index #Content {
    padding-top: 0% !important;
    /*display: table;*/
}






#Header .user-opener {
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    /*line-height: 35px;*/
    height: 35px;
    width: 35px;
    text-align: center;
}


#Header .search-opener {
    cursor: pointer;
    color: #2d3a4b;
    vertical-align: middle;
    margin-left: 10px;
    /*line-height: 35px;
    height: 35px;
    width: 35px;*/
    text-align: center;
}




.mainbanner #dik {
    min-height: 634px;
}

.pop-up {
    padding: 0 30px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

    .pop-up img {
        max-width: 100%;
    }

    .pop-up .announce {
        position: relative;
    }

    .pop-up .close {
        font-size: 22px;
        color: #fff;
        position: absolute;
        top: -20px;
        right: -20px;
    }
/*General Sets*/
html, body {
    min-height: 100% !important;
    min-width: 250px;
    height: auto;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
}

#Container {
    left: 0;
    position: relative;
    /*min-height: 100%;*/
    transition: all .3s;
}

    #Container.slided {
        left: 550px;
    }

    #Container.cart-op {
        left: -250px;
    }

#Content {
    padding-top: 2% !important;
    position: relative;
    min-height: 100%;
    /*height: 100%;*/
    width: 100%;
    background: #fff;
    padding-bottom: 50px;
    margin-bottom: -20px;
}

.stc-top .stc-attention p, .stc-top .stc-page-title p {
    letter-spacing: 1px;
    font-size: 14px;
}

#stc-content { /* padding-bottom: 150px */
}

body {
    background: #fff;
    /*height: 100%;*/
    overflow-x: hidden;
    /*font-family: 'Futura', sans-serif;*/
    font-family: 'Tahoma';
}

.download-link a {
    font-size: 22px !important;
    font-family: 'Futura', sans-serif;
    color: #cd9898 !important;
    vertical-align: middle;
}

    .download-link a i {
        font-size: 40px !important;
        vertical-align: middle;
    }


i {
    font-family: "fontello";
    line-height: 100%;
}

a, a:focus, a:hover, a:active {
    text-decoration: none;
}

.stc-btn, .discount-tools button {
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 0;
    font-weight: normal;
    color: #fff !important;
    background-color: #3f4443;
}

.discount-tools button {
    font-size: 13px;
}

.form-title, .personel-menu ul .menu-title, {
    color: #3f4443;
}

.radio-link-small.active span {
    background: none !important;
}

.i-b {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

a:hover {
    text-decoration: none;
}

a, i {
    outline: none !important;
}
/* checkbox options   */
.check-link {
    position: relative;
    text-align: left;
    font-size: 11px;
    font-weight: 400;
    display: block;
    text-indent: 0px;
    color: #888;
    cursor: pointer;
    text-align: inherit;
}

    .check-link:before {
        content: "\e83d";
        font-family: "fontello";
        line-height: 45px;
        text-indent: 0;
        color: inherit;
        font-size: 16px;
        margin-right: 5px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
        left: -3px;
    }

    .check-link.active:before {
        content: "\e83c";
    }

input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    left: 0;
    top: 0;
}

textarea {
    width: 100%;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
}


.no-position {
    position: inherit;
}

.align-right {
    text-align: right;
}

.pad-none {
    padding: 0;
}

.pad-left {
    padding: 0 0 0 15px;
}

.pad-right {
    padding: 0 15px 0 0;
}

.pad-top-bottom {
    padding: 15px 0 5px;
}

    .pad-none:after, .pad-left:after, .pad-right:after, .pad-top-bottom:after, .pad-all:after {
        content: "";
        display: table;
        width: 100%;
    }

.pad-left-right {
    padding: 0 15px 0;
}

.pad-all {
    padding: 15px;
}

.vertical-middle {
    vertical-align: middle;
}

.no-indent {
    text-indent: 0;
}

.no-width {
    width: auto;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin {
    margin: 0;
}

input::-webkit-input-placeholder {
    font-size: inherit;
    letter-spacing: inherit;
    color: inherit !important;
    opacity: 1;
}

input:-moz-placeholder {
    font-size: inherit;
    letter-spacing: inherit;
    color: inherit !important;
    opacity: 1;
}

input:-ms-input-placeholder {
    font-size: inherit;
    letter-spacing: inherit;
    color: inherit !important;
    opacity: 1;
}

* {
    letter-spacing: 1px;
}

.spacer {
    display: table;
    width: 100%;
    height: 40px;
}

.footer-banner {
    position: relative;
}

    .footer-banner img {
        width: 100%;
    }

.white-top:after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-bottom: -1px;
    left: 0;
    height: 12px;
    width: 100%;
    background: transparent url("../assests/rectangle-white-top.png") top;
    z-index: 10;
}

.white-bottom:after {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: -1px;
    left: 0;
    height: 12px;
    width: 100%;
    background: transparent url("../assests/rectangle-white.png") top;
    z-index: 10;
}

.newsletter.white-bottom:after {
    content: "";
    position: absolute;
    top: 0;
    margin-top: -1px;
    left: 0;
    height: 12px;
    width: 100%;
    background: transparent url("../assests/rectangle-white.png") top;
    z-index: 10;
}

.newsletter.white-top:before {
    content: "";
    position: absolute;
    bottom: 0;
    margin-top: -1px;
    left: 0;
    height: 12px;
    width: 100%;
    background: transparent url("../assests/rectangle-white-top.png") top;
    z-index: 10;
}

.dark-top:after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-bottom: -1px;
    left: 0;
    height: 12px;
    width: 100%;
    background: transparent url("../assests/rectangle-dark.png") bottom;
    z-index: 10;
}

.green-top:after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-bottom: -1px;
    left: 0;
    height: 12px;
    width: 100%;
    background: transparent url("../assests/rectangle-green.png") top;
    z-index: 10;
}

.green-bottom:before {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: -1px;
    left: 0;
    height: 12px;
    width: 100%;
    background: transparent url("../assests/rectangle-green-down.png") top;
    z-index: 10;
}

.grey-top:after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-bottom: -1px;
    left: 0;
    height: 12px;
    width: 100%;
    background: transparent url("../assests/rectangle-grey-up.png")top;
    z-index: 10;
}

.grey2-top:after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-bottom: -1px;
    left: 0;
    height: 12px;
    width: 100%;
    background: transparent url("../assests/rectangle-grey2-up.png")top;
    z-index: 10;
}

.grey-bottom:before {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: -1px;
    left: 0;
    height: 12px;
    width: 100%;
    background: transparent url("../assests/rectangle-grey-down.png") top;
    z-index: 10;
}

.footer-banner.grey-bottom:before {
    content: "";
    top: 0;
}

.header-bottom {
    position: relative;
}

    .header-bottom:before {
        content: "";
        position: absolute;
        bottom: 100%;
        margin-bottom: -1px;
        left: 0;
        height: 20px;
        width: 100%;
        background: transparent url("../assests/header-top.png") center repeat-x;
        z-index: 10;
    }

    .header-bottom:after {
        content: "";
        position: absolute;
        top: 100%;
        margin-top: -1px;
        left: 0;
        height: 20px;
        width: 100%;
        background: transparent url("../assests/header-bottom.png") center repeat-x;
        z-index: 10;
    }

.footer-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -1px;
    height: 15px;
    width: 100%;
    background: transparent url("../assests/footer-wt.png") center repeat-x;
    z-index: 10;
}

.footer-top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 100%;
    background: transparent url("../assests/footer-wb.png") center repeat-x;
    z-index: 10;
}

.header-top-top:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 100%;
    background: transparent url("../assests/footer-wb.png") center repeat-x;
    z-index: 10;
}

.announces:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 100%;
    background: transparent url("../assests/ann-wb.png") center repeat-x;
    z-index: 0;
}

.header-top-top {
    position: relative;
    padding-bottom: 10px !important;
}

#Header .header-top-top a {
    padding: 0 5px;
}

#Banner.grey-top:after {
    content: "";
    bottom: 0;
}

/* GENEL
   ================================================== */
/* HEADER
   ================================================== */
/*#Header {
    position: absolute;
    min-width: 250px;
    top: 0;
    z-index: 100;
    padding: 20px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.3) 100%);

}*/

#Header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
}

.fixed #Header #headercommon .col-lg-12 {
    opacity: 0;
}

#Header #headercommon .col-lg-12 {
    opacity: 1;
    line-height: 0;
}

#Container.fixed #menucont img {
    /*width: 120px;*/
    /*padding: 10px;*/
}

#Header .header-top {
    padding: 10px 0 30px;
}

#Header .header-bottom {
}

/*#Header .container {
	display: flex;
	align-items: center;
}*/
/* site wishlist */
#shopbar-flyout-wishlist .res-title {
    text-indent: 0;
    font-size: 18px;
    color: #3f4443;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
    margin-top: 10px;
}

    #shopbar-flyout-wishlist .res-title span {
        font-size: 80%;
        font-weight: 300;
        color: #444;
    }

#shopbar-flyout-wishlist .item {
    display: list-item;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: none;
    padding: 15px 0;
    border-right: none !important;
    line-height: 2;
}

    #shopbar-flyout-wishlist .item .quantity {
        font-weight: 500;
        font-size: 13px;
        margin-right: 5px;
        color: #444;
    }

    #shopbar-flyout-wishlist .item .remove {
        position: absolute;
        top: auto;
        bottom: 10px;
        opacity: 1 !important;
        border: none;
        color: #444 !important;
        text-align: center;
        right: 0;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }

        #shopbar-flyout-wishlist .item .remove i {
            font-size: 12px !important;
            color: #212121;
        }

    #shopbar-flyout-wishlist .item .price {
        text-align: left;
        font-weight: 700;
        font-size: 14px;
        color: #444;
    }

    #shopbar-flyout-wishlist .item figure {
        margin-bottom: 10px;
        width: 100%;
    }

        #shopbar-flyout-wishlist .item figure img {
            max-width: 64%;
            width: 100%;
            height: auto !important;
            max-height: 100%;
            min-height: 0 !important;
        }

        #shopbar-flyout-wishlist .item figure a {
            display: block;
        }

    #shopbar-flyout-wishlist .item > * {
        float: left;
    }

    #shopbar-flyout-wishlist .item .data, #shopbar-flyout-wishlist .item .data a {
        display: block;
        width: 100%;
        margin: 0;
        font-size: 14px;
        color: #444 !important;
        font-weight: 600;
    }

#shopbar-flyout-wishlist .summary {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
    background: none;
    border: none;
    box-shadow: none;
}

#shopbar-flyout-wishlist .item .data .attributes {
    margin-bottom: 10px;
    display: block;
}

#shopbar-flyout-wishlist .summary > div.buttons {
    width: 100%;
}

#shopbar-flyout-wishlist .summary > div.price {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
}

#shopbar-flyout-wishlist .item .data span {
    font-weight: 300;
    font-size: 12px;
}

#shopbar-flyout-wishlist .summary > div {
    float: left;
    width: 50%;
    line-height: 35px;
    color: #444;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

#shopbar-flyout-wishlist .summary {
    width: 220px;
    position: fixed;
    bottom: 0;
    padding-bottom: 70px;
    background: #f8f8f8;
}

#shopbar-flyout-wishlist .buttons a {
    display: block;
    font-weight: 500;
    background: transparent;
    text-transform: uppercase;
    background: #3f4443;
    line-height: 35px;
    text-align: center;
    border: none;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 0;
    margin-top: 15px;
}

    #shopbar-flyout-wishlist .buttons a i {
        display: none;
    }

.shopbar-flyout-inner .buttons {
    padding: 0;
}

#Header .shopbar-tool.open .shopbar-flyout {
    right: 0 !important;
    top: 0 !important;
    background: #f8f8f8;
    z-index: 9999;
}

#Header .cart a #item-quantity {
    /* padding: 0 10px 0 15px; */
    top: -8px;
    text-align: center;
    font-size: 16px;
    left: 13px;
    background: #454545;
    color: white !important;
    width: 18px;
    height: 18px !important;
    line-height: 1.7 !important;
}

#Header .site-logo.lets-search {
    opacity: 0;
}

#Header .cart.lets-search {
    opacity: 0;
}

#Header .shopbar-flyout {
    position: fixed;
    height: 100%;
    text-align: left;
    padding: 15px 30px 200px 15px;
    opacity: 1 !important;
    width: 250px;
    overflow-y: auto;
    min-width: 250px;
    height: 100px;
    min-height: 100%;
    top: 0;
    left: auto;
    right: -250px !important;
    border-radius: 0;
    border: none;
    box-shadow: none;
    transition: all .3s;
}

#Header .cart > div > a {
    position: relative;
    text-align: left;
}

    #Header .cart > div > a span {
        /*display: block;*/
    }

#Header .cart a:hover {
    color: #3f4443;
}

#Header .header-right > div {
    text-align: right;
    padding: 0 18px;
}

    #Header .header-right > div:last-child {
        border-right: none;
    }

#Header .header-right {
    width: 100%;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#Header .header-left {
    width: 100%;
    border-right: none;
    display: flex;
    align-items: center;
}

#Header .header-right i {
    font-size: 50px !important;
}

#Header .header-right a,
#Header .header-left a {
    color: #3f4443;
}

.social-links {
    padding: 0;
}

    .social-links a {
        padding: 0px;
        font-size: 21px;
        display: block;
        color: #fff;
        transition: all .2s;
    }

    .social-links .facebook a {
        color: #3b5999 !important;
    }

    .social-links .twitter a {
        color: #55acee !important;
    }

    .social-links .youtube a {
        color: #cd201f !important;
    }

    .social-links .pinterest a {
        color: #bd081c !important;
    }

#Header .site-logo {
    position: relative;
    z-index: 1;
    text-align: center;
}

#Header .user-account {
    display: flex;
    align-items: center;
    text-align: center;
}

.user-account span {
    display: block;
    font-size: 19px;
    letter-spacing: 2px;
    font-family: 'Futura', sans-serif;
}

.user-account a {
    font-size: 19px;
    padding: 0 10px;
}

    .user-account a.login {
        border-right: 1px solid #aaa;
    }

.user-account a, .facebook-login a {
    font-size: 19px;
}

#Header .facebook-login {
    background: none;
}

    #Header .facebook-login a {
        color: #3b5998;
        background-color: transparent !important;
        font-family: 'Futura', sans-serif;
        letter-spacing: 2px;
        padding: 10px 10px;
        display: block;
    }

.user-account a.my-account {
    display: flex;
    align-items: center;
}

.user-account > a {
    display: flex !important;
    align-items: center;
}

.user-account .user-tit {
    text-transform: lowercase;
    color: #000 !important;
    font-weight: bold;
}

.user-account i {
    margin-left: 7px;
}


#Header .header-top-top {
    padding: 10px 0 0;
    background: transparent url("../assests/footer-bg.png") repeat top;
}

    #Header .header-top-top a, #Header .header-top-top p {
        color: #fff;
    }

#Header .header-bottom {
    clear: both;
    background: transparent url("../assests/header.png") repeat top;
}

    #Header .header-bottom .container > div {
        width: 100%;
    }

    #Header .header-bottom .site-navigation.lets-search {
        opacity: 0;
    }

    #Header .header-bottom .site-navigation {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }





        #Header .header-bottom .site-navigation > ul > li > a.sebza-yesillikler:before {
            content: "\f108";
            font-family: "Flaticon";
            font-size: 34px;
        }

        #Header .header-bottom .site-navigation > ul > li > a.meyve:before {
            content: "\f10d";
            font-family: "Flaticon";
            font-size: 34px;
        }

        #Header .header-bottom .site-navigation > ul > li > a.bal-recel:before {
            content: "\f107";
            font-family: "Flaticon";
            font-size: 34px;
        }

        #Header .header-bottom .site-navigation > ul > li > a.kuru-gida-bakliyat:before {
            content: "\f109";
            font-family: "Flaticon";
            font-size: 34px;
        }

        #Header .header-bottom .site-navigation > ul > li > a.peynir-yumurta:before {
            content: "\f103";
            font-family: "Flaticon";
            font-size: 34px;
        }

        #Header .header-bottom .site-navigation > ul > li > a.un-unlu-gidalar:before {
            content: "\f105";
            font-family: "Flaticon";
            font-size: 34px;
        }

        #Header .header-bottom .site-navigation > ul > li > a.sos-salca:before {
            content: "\f118";
            font-family: "Flaticon";
            font-size: 34px;
        }

        #Header .header-bottom .site-navigation > ul > li > a.gurme-urunler:before {
            content: "\f104";
            font-family: "Flaticon";
            font-size: 34px;
        }

        #Header .header-bottom .site-navigation > ul > li > a.baharatlar:before {
            content: "\f115";
            font-family: "Flaticon";
            font-size: 34px;
        }

        #Header .header-bottom .site-navigation > ul > li > a.indirimli-urunler:before {
            content: "\f117";
            font-family: "Flaticon";
            font-size: 34px;
        }

        #Header .header-bottom .site-navigation > ul > li > a.indirimli-urunler {
            color: #cd252a !important;
        }

.ban-title {
    color: #cd252a !important;
    font-size: 18px;
}

.ban-desc {
    color: #212121;
    font-size: 13px;
}



#Header .header-bottom .site-navigation > ul > li > a {
    display: flex;
    letter-spacing: 1px;
    font-family: 'Futura', sans-serif;
    background: #fff url(../assests/menubg.png);
    text-transform: lowercase;
    font-size: 22px;
    padding: 15px 10px;
    color: #222;
    height: 75px;
    line-height: 22px;
    align-items: center;
    max-width: 170px;
}

#Header .header-bottom .site-navigation > ul > li:hover > a {
    position: relative;
    z-index: 1;
    color: #000;
}

#Header .header-bottom .site-navigation > ul:hover {
    overflow: visible;
}

#Header .header-bottom .site-navigation li {
    transition: all .3s;
    position: relative;
    margin: 5px 5px 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

    #Header .header-bottom .site-navigation li:before {
        content: "";
        width: 8px;
        height: 20px;
        background: rgba(255,255,255,.5);
        position: absolute;
        left: 50%;
        margin-left: -4px;
        top: 0;
        margin-top: -12px;
        z-index: 10;
    }

    #Header .header-bottom .site-navigation li > ul {
        display: none !important;
        top: 100%;
        left: 0;
        background: #fff;
        z-index: 100;
    }

#Header .header-bottom .site-navigation > ul > li:nth-child(5n+2) {
    transform: rotate(2deg);
}

#Header .header-bottom .site-navigation > ul > li:nth-child(4n+1) {
    transform: rotate(-1deg);
}

#Header .header-bottom .site-navigation > ul > li:nth-child(7n+4) {
    transform: rotate(3deg);
}

#Header .header-bottom .site-navigation > ul > li:nth-child(6n+3) {
    transform: rotate(-2deg);
}

#Header .header-bottom .site-navigation > ul > li:nth-child(8n+5) {
    transform: rotate(1deg);
}

#Header .header-bottom .site-navigation > ul > li:hover {
    transform: rotate(0deg);
}

    #Header .header-bottom .site-navigation > ul > li:hover a {
        color:;
    }


#Header .header-bottom .site-navigation li > ul > li {
    display: inline-block;
}

    #Header .header-bottom .site-navigation li > ul > li > a {
        display: block;
        text-align: left;
        letter-spacing: 1px;
        color: #555;
        text-transform: capitalize;
        font-size: 12px;
        line-height: 40px;
        padding: 0 20px;
    }

        #Header .header-bottom .site-navigation li > ul > li > a:hover {
            color: #000;
        }


.bant {
    position: absolute;
    width: 6px;
    height: 20px;
    background: rgba(185,163,62,.5);
}

    .bant.b {
        left: 0;
        top: 0;
        margin-top: -8px;
        transform: rotate(45deg);
    }

    .bant.i {
        right: 0;
        top: 0;
        margin-top: -5px;
        transform: rotate(-45deg);
    }

    .bant.u {
        left: 0;
        bottom: 0;
        margin-bottom: -6px;
        transform: rotate(-45deg);
    }

    .bant.d {
        right: 0;
        bottom: 0;
        margin-bottom: -6px;
        transform: rotate(45deg);
    }

#Header .search-opener {
    cursor: pointer;
    /*color: #3f4443;*/
    margin: 0;
    text-align: center;
}

    #Header .search-opener a {
        padding-bottom: 0;
        color: #3f4443 !important;
    }

    #Header .search-opener i {
        font-size: 22px;
        display: inline-block;
        vertical-align: middle;
    }

    #Header .search-opener span {
        vertical-align: middle;
        margin-left: 15px;
    }

#Header .site-logo a {
    display: block;
    text-align: center;
}

    #Header .site-logo a img {
        max-height: 130px;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

#Header .cart a i {
    /*background: #ddf1ee !important;
    border-radius: 25rem !important;
    border: 2px dotted #b7e3dc;
    padding: 10px !important;*/
    /*line-height: 45px !important;*/
}

#Header #h-t {
    position: relative;
}

#Header #h-b {
    position: relative;
    z-index: 3;
}

.user-drop h3,
.user-drop h4 {
    font-size: 29px;
    font-weight: 800;
}


#Header .site-search input::-webkit-input-placeholder {
    font-size: 12px;
    font-style: italic;
    color: inherit;
}

#Header .site-search input:-ms-input-placeholder {
    font-size: 12px;
    font-style: italic;
    color: inherit;
}

#Header .site-search input:-moz-placeholder {
    font-size: 12px;
    font-style: italic;
    color: inherit;
}

#Header .site-search {
    background: transparent url("../assests/border-w.png") no-repeat bottom;
    padding-bottom: 2px;
}

    #Header .site-search input {
        height: 40px;
        font-size: 22px;
        color: #fff;
    }

    #Header .site-search form {
        display: flex;
        align-items: center;
    }

    #Header .site-search #search {
        background: none;
        width: 100%;
        text-align: right;
        border: none;
        outline: none;
        height: 45px;
        color: #fff;
    }

        #Header .site-search #search i:before {
            font-size: 30px;
        }

.menu-opener {
    display: flex;
    align-items: center;
}

    .menu-opener > div {
        vertical-align: middle;
        position: relative;
        display: inline-block;
        width: 31px;
        height: 21px;
    }

        .menu-opener > div.menu-text {
            font-size: 18px;
            font-weight: 500;
            line-height: 21px;
            position: relative;
            top: -1px;
            margin-left: 20px;
        }

    .menu-opener .t, .menu-opener .m, .menu-opener .b {
        width: 22px;
        height: 1px;
        background: #3f4443;
        position: absolute;
        left: 0;
        transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
    }

    .menu-opener .t {
        top: 0;
    }

    .menu-opener .m {
        top: 8px;
    }

    .menu-opener .b {
        top: 16px;
    }

    .menu-opener.active span {
        background: #3f4443;
        top: 6px;
    }

        .menu-opener.active span.m {
            opacity: 0;
        }

        .menu-opener.active span.t {
            -ms-transform: rotate(45deg); /* IE 9 */
            -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
            transform: rotate(45deg);
        }

        .menu-opener.active span.b {
            -ms-transform: rotate(-45deg); /* IE 9 */
            -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
            transform: rotate(-45deg);
        }
/* ===[ Navigation ]=== */
.user-drop .wishlist {
    padding: 0;
}

.site-navigation.ress > ul > li a {
    padding-bottom: 0 !important;
    border-bottom: 2px solid transparent;
}

    .site-navigation.ress > ul > li a.thiss {
        position: relative;
        z-index: 1;
        color: #77818e !important;
        font-weight: 600;
    }

.social-message {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #e0e1e5;
    border-left: none;
    border-right: none;
}

    .social-message h4 {
        font-size: 60px;
        color: #fff;
        margin-bottom: 30px;
    }

    .social-message p {
        font-size: 12px;
        color: #e0e1e5;
        line-height: 24px;
        font-weight: 300;
    }

.socials {
    text-align: center;
    padding: 60px 0;
}

    .socials li a {
        font-size: 32px;
        padding: 15px;
        color: #e0e1e5;
        top: 0;
        border: 1px solid transparent;
        text-align: center;
        position: relative;
        transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
    }

        .socials li a:hover {
            color: #fff;
            border-color: #fff;
            top: -10px;
        }


.side-social {
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 100%;
    top: 0;
    background: transparent url("../assests/bgside.jpg") no-repeat center;
    background-size: cover;
}

    .side-social .frames {
        text-align: center;
        width: 100%;
    }

        .side-social .frames img {
            opacity: .7;
            max-width: 70%;
            margin: 0 auto 30px;
        }

    .side-social ul {
        width: 100%;
        text-align: center;
    }

        .side-social ul li {
            display: inline-block !important;
        }

    .side-social h4 {
        font-size: 11px;
        font-weight: 800;
        color: #fff;
        opacity: .7;
        letter-spacing: 2px;
    }

    .side-social ul li a {
        padding: 0 5px;
        font-size: 24px;
        opacity: .7;
    }

        .side-social ul li a i {
            color: #fff;
        }

.side-links li {
    padding: 0 15px;
}

    .side-links li.wishlist {
        padding: 0 15px;
    }

    .side-links li.welcome {
        padding: 15px;
    }

.trust-bar {
    background-color: #efefef;
    padding: 14px 0;
}

.trust-item {
    border-right: 1px solid #ccc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .trust-item i {
        font-size: 37px;
        margin-right: 15px;
        color: #3f4443;
    }

    .trust-item div {
        font-size: 15px;
        font-weight: 700;
        color: #3f4443;
        letter-spacing: 1px;
    }

    .trust-item p {
        font-size: 11px;
        font-weight: 500;
        margin: 0;
        color: #666;
        letter-spacing: 1px;
    }



/* site cart */
#shopbar-flyout-cart .res-title {
    text-indent: 0;
    font-size: 18px;
    color: #3f4443;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
    margin-top: 10px;
}

    #shopbar-flyout-cart .res-title span {
        font-size: 80%;
        font-weight: 300;
        color: #444;
    }

#shopbar-flyout-cart .item {
    display: list-item;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: none;
    padding: 15px 0;
    border-right: none !important;
    line-height: 2;
}

    #shopbar-flyout-cart .item .quantity {
        font-weight: 500;
        font-size: 13px;
        margin-right: 5px;
        color: #444;
    }

    #shopbar-flyout-cart .item .remove {
        position: absolute;
        top: auto;
        bottom: 10px;
        opacity: 1 !important;
        border: none;
        color: #444 !important;
        text-align: center;
        right: 0;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }

        #shopbar-flyout-cart .item .remove i {
            font-size: 12px !important;
            color: #212121;
        }

    #shopbar-flyout-cart .item .price {
        text-align: left;
        font-weight: 700;
        font-size: 14px;
        color: #444;
    }

    #shopbar-flyout-cart .item figure {
        margin-bottom: 10px;
        width: 100%;
    }

        #shopbar-flyout-cart .item figure img {
            max-width: 64%;
            width: 100%;
            height: auto !important;
            max-height: 100%;
            min-height: 0 !important;
        }

        #shopbar-flyout-cart .item figure a {
            display: block;
        }

    #shopbar-flyout-cart .item > * {
        float: left;
    }

    #shopbar-flyout-cart .item .data, #shopbar-flyout-cart .item .data a {
        display: block;
        width: 100%;
        margin: 0;
        font-size: 14px;
        color: #444 !important;
        font-weight: 600;
    }

#shopbar-flyout-cart .summary {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
    background: none;
    border: none;
    box-shadow: none;
}

#shopbar-flyout-cart .item .data .attributes {
    margin-bottom: 10px;
    display: block;
}

#shopbar-flyout-cart .summary > div.buttons {
    width: 100%;
}

#shopbar-flyout-cart .summary > div.price {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
}

#shopbar-flyout-cart .item .data span {
    font-weight: 300;
    font-size: 12px;
}

#shopbar-flyout-cart .summary > div {
    float: left;
    width: 50%;
    line-height: 35px;
    color: #444;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

#shopbar-flyout-cart .summary {
    width: 220px;
    position: fixed;
    bottom: 0;
    padding-bottom: 70px;
    background: #f8f8f8;
}

#shopbar-flyout-cart .buttons a {
    display: block;
    font-weight: 500;
    background: transparent;
    text-transform: uppercase;
    background: #3f4443;
    line-height: 35px;
    text-align: center;
    border: none;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 0;
    margin-top: 15px;
}

    #shopbar-flyout-cart .buttons a i {
        display: none;
    }

.shopbar-flyout-inner .buttons {
    padding: 0;
}

#header .open #shopbar-flyout-cart {
    right: 0;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

    .owl-theme .owl-controls .owl-page span {
        background: none repeat scroll 0 0 #869791;
        border-radius: 20px;
        display: block;
        height: 12px;
        margin: 5px 7px;
        opacity: 0.5;
        width: 12px;
    }


/*Product slider*/

.owl-controls {
    width: 100%;
    z-index: 10;
}

.owl-item {
    padding: 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    height: 40px;
    top: 45%;
    /* margin-top: -60px; */
    height: 40px;
    width: 40px;
    /* background-color: #8c7c7f; */
    border-radius: 20px;
    line-height: 40px;
    display: block;
    color: #000;
}

    .owl-prev i,
    .owl-next i {
        position: relative;
        z-index: 2;
        font-size: 50px;
        top: 2px;
    }

.owl-prev {
    text-align: right;
    left: -40px;
    display: block !important;
}

.owl-next {
    text-align: left;
    right: -40px;
    display: block !important; /*background-image:url('/next.png');background-color:#8c7c7f;*/
    border-radius: 20px;
}
/*.owl-next:after {content: ""; border-top: 40px solid transparent; border-bottom: 40px solid transparent; border-left: 50px solid #fff; position: absolute; left: 0; top: 50%; margin-top: -40px; text-align:right; } 
.owl-prev:after {content: ""; border-top: 40px solid transparent; border-bottom: 40px solid transparent; border-right: 50px solid #fff; position: absolute; right: 0; top: 50%; margin-top: -40px; text-align: left;}*/
.owl-item li {
    width: 100%;
    margin-bottom: 0 !important;
}

/* BANNER
   ================================================== */
#Banner {
    z-index: 1;
    position: relative;
    background: #f8f8f8;
}

.main-block-slider {
    position: relative;
}

    .main-block-slider .flex-control-nav {
        position: absolute;
        width: 100%;
        bottom: 20px;
        right: 0;
        left: 0;
        text-align: center;
        z-index: 10;
    }

        .main-block-slider .flex-control-nav li {
            display: inline-block;
            zoom: 1;
            *display: inline;
            margin: 0 3px;
        }

            .main-block-slider .flex-control-nav li a {
                box-shadow: 0 0 10px rgba(0,0,0,.5);
                display: block;
                width: 18px;
                cursor: pointer;
                height: 18px;
                border-radius: 50%;
                background: #fff;
                text-indent: -9999em;
                border: 1px solid transparent;
            }

                .main-block-slider .flex-control-nav li a.flex-active {
                    background-color: #ede5e3;
                    border: 1px solid #ede5e3;
                }

    .main-block-slider .container {
        width: 100%;
    }

    .main-block-slider .flex-direction-nav {
        position: absolute;
        height: 40px;
        left: 0;
        top: 50%;
        margin-top: -20px;
        width: 100%;
        z-index: 10;
        /*display: none;*/
    }

        .main-block-slider .flex-direction-nav a {
            position: absolute;
            height: 40px;
            width: 40px;
            line-height: 40px;
            display: block;
            color: #000;
            opacity: 1 !important;
        }

            .main-block-slider .flex-direction-nav a.flex-prev {
                left: 40px;
                text-align: right;
            }

            .main-block-slider .flex-direction-nav a.flex-next {
                right: 40px;
                text-align: left;
            }

            .main-block-slider .flex-direction-nav a i {
                font-size: 55px;
                top: 3px;
                color: #fff;
                position: relative;
                z-index: 2;
                color: #1c1c1c;
            }

    .main-block-slider .slides li {
        margin: 0 auto;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

    .main-block-slider .slides li {
        text-align: center;
    }

        .main-block-slider .slides li img {
            width: 100%;
        }

.main-block-banner {
    text-align: center;
}

    .main-block-banner li:nth-child(3n+0) {
        margin-right: 0;
    }

    .main-block-banner li img {
        max-width: 100%;
        transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
    }


.cat-banner img {
    max-width: 100%;
}

/* CONTENT
   ================================================== */

.content-title {
    text-align: center;
    position: relative;
    /* margin-bottom: 48px; */
    display: table;
    margin: 0 auto;
    /*margin-bottom: 40px;*/
}

    .content-title h3 {
        padding: 10px;
        zoom: 2;
        /*font-family: gardengrown;*/
        z-index: 2;
        line-height: 1;
        margin: 0;
        /*text-transform: lowercase;*/
        color: #57585a;
        display: inline-block;
        position: relative;
    }

/*.content-title h3:before {
			content: '';
			position: absolute;
			background: #57585a;
			color: #57585a;
			width: 20px;
			height: 2px;
			top: 50%;
			right: -10%;
		}

		.content-title h3:after {
			content: '';
			position: absolute;
			background: black;
			color: black;
			width: 20px;
			height: 2px;
			top: 50%;
			left: -10%;
		}*/

.pd-tab.index .content-title h3 {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    left: 20px;
    right: auto;
    z-index: 2;
}
/* .pd-tab.index .content-title:after			{ content: ""; position: absolute; top: 20px; height: 1px; left: 0;  width: 100%; background: #ccc;  } */


.side-categories ul li {
    display: list-item !important;
    border-bottom: 1px solid #ddd;
}

    .side-categories ul li:last-child {
        border: none;
    }

    .side-categories ul li a {
        display: block;
        font-size: 14px;
        text-transform: capitalize;
        line-height: 35px;
        color: #3f4443;
    }

    .side-categories ul li ul {
        display: none;
    }

.side-title {
    position: relative;
}

    .side-title h4 {
        font-size: 16px;
        z-index: 2;
        padding-right: 15px;
        position: relative;
        font-weight: 600;
        color: #3f4443;
        line-height: 35px;
        display: inline-block;
        background-color: #f8f8f8;
    }

    .side-title:after {
        content: "";
        left: 0;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #ccc;
        top: 50%;
    }


.flex {
    display: flex !important;
    align-items: center;
}


.product-list {
    vertical-align: top;
    width: 100%;
}

    .product-list .pl-product-image img {
        width: 100%;
        display: block;
        margin: 0 auto;
        transition: all 6s;
        -o-transition: all 6s;
        -moz-transition: all 6s;
        -webkit-transition: all 6s;
    }

    .product-list li {
        position: relative;
        float: left;
        vertical-align: top;
        margin-bottom: 30px;
        /*border: 1px solid #bdbdbd;*/
        border-radius: 5px;
        /*padding: 5px;*/
    }

        .product-list li .pl-product-action {
            opacity: 0;
            transition: all .3s;
            -o-transition: all .3s;
            -moz-transition: all .3s;
            -webkit-transition: all .3s;
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(234, 185, 58, 0.6);
            top: 0;
            left: 0;
            z-index: 6;
        }

            .product-list li .pl-product-action a {
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
            }

                .product-list li .pl-product-action a > div {
                    transition: all .3s;
                    -o-transition: all .3s;
                    -moz-transition: all .3s;
                    -webkit-transition: all .3s;
                    position: absolute;
                    height: 35px;
                    width: 160px;
                    top: 49.9%;
                    left: 49.9%;
                    margin: -17px 0 0 -80px;
                    border: 2px solid #fff;
                    color: #fff;
                    line-height: 35px;
                    text-align: center;
                    font-size: 12px;
                    font-weight: 800;
                }

        .product-list li .pl-product-image {
            margin-right: 0;
            background: none;
            overflow: hidden;
            outline: 0;
            outline-offset: 10px;
            outline-style: double;
            padding: 10px;
            min-height: 250px;
        }

            /*.product-list li .pl-product-image:hover {
				margin-right: 0;
				background: #fff;
				overflow: hidden;
				outline: #dbdbdb;
				outline-offset: 10px;
				outline-style: double;
				padding: 10px;
			}*/

            .product-list li .pl-product-image a {
                display: block;
            }

        .product-list li .pl-product-links {
            width: 100%;
            text-align: center;
            vertical-align: middle;
        }

            .product-list li .pl-product-links img {
                max-width: 100%;
            }

            .product-list li .pl-product-links a {
                font-size: 14px;
                color: #3f4443;
            }

                .product-list li .pl-product-links a:hover {
                    color: #3f4443;
                }

        .product-list li .pl-product-info {
            color: #3f4443;
            text-align: center;
            /*margin-top: 15px;*/
        }

            .product-list li .pl-product-info .pl-product-name h2 {
                line-height: 10px;
            }

            .product-list li .pl-product-info .pl-product-name .p-stock-code {
                font-size: 9px;
                color: #e0e1e5;
                font-weight: 400;
                display: none;
            }

.bohca-bag:before {
    margin-left: 0;
}


.product-list li .pl-product-info .pl-product-name .p-brand {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #212121;
    display: block;
    line-height: 1;
    background: none;
    /* min-height: 50px; */
    /* margin-bottom: 2rem; */
    max-height: 55px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    min-height: 55px;
    text-overflow: ellipsis;
    white-space: normal;
}

.product-list li .pl-product-info .pl-product-name span {
    display: block;
    font-size: 24px;
    line-height: 15px;
    /*font-family: 'Futura', sans-serif;*/
}

.product-list li .pl-product-info .pl-product-name .p-shortdesc {
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    color: #555;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.product-list li .pl-product-info .pl-product-price {
    margin-top: 5px;
}

    .product-list li .pl-product-info .pl-product-price .p-normal-price {
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }

        .product-list li .pl-product-info .pl-product-price .p-normal-price::after {
            content: "";
            width: 20%;
            height: 2px;
            position: absolute;
            background: #26a4ca;
            top: 45%;
            right: 18px;
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .product-list li .pl-product-info .pl-product-price .p-normal-price::before {
            content: "";
            width: 20%;
            height: 2px;
            position: absolute;
            background: #26a4ca;
            top: 45%;
            left: 22px;
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

    .product-list li .pl-product-info .pl-product-price .p-old-price {
        font-size: 16px;
        padding: 0 3px;
        color: #999;
        margin-left: -4px;
        font-weight: 300;
        font-weight: 400;
    }

        .product-list li .pl-product-info .pl-product-price .p-old-price:after {
            content: "";
            width: 105%;
            height: 1px;
            position: absolute;
            background: #1c1c1c;
            top: 45%;
            right: 0px;
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

    .product-list li .pl-product-info .pl-product-price .p-old-price {
        position: absolute;
        margin-top: -21px;
    }

    .product-list li .pl-product-info .pl-product-price > div {
        width: auto;
        position: relative;
    }

        .product-list li .pl-product-info .pl-product-price > div sub {
            font-size: 80%;
        }

.product-list li .pl-product-info .pl-product-name * {
    margin: 0;
    margin: 0;
    /*font-weight: 600;*/
    color: #1c1c1c !important;
    font-size: 16px !important;
}

.product-list li:hover {
    /*border: 3px solid #f2b29b;*/
    transition: all .3s ease-in-out;
}

    /*ürünün üzerine geldiğinde büyüme yapıyor*/
    /*.product-list li:hover .pl-product-image img {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }*/

    .product-list li:hover .pl-product-action {
        opacity: 1;
    }

.errors-wishlist-product {
    display: none;
}

.share-list {
    margin: 0;
}

.list-btn {
    margin-bottom: 10px;
}

.discounted-product.green {
    position: relative;
    padding: 17px 0;
}

.share-list p {
    margin-bottom: 28px;
}

.share-list a {
    color: #555;
}
/*.ui-pnotify     {position: fixed; display: none!important; top: auto!important; right: 32px!important; left:12px!important; margin-bottom: 0!important; bottom: 45px!important; z-index: 400; }
.alert-success          { background-color: #3f4443; color: #fff; border: none; }
.alert {
    margin-bottom: 0;
}
.alert-success a          {  color: #fff; border: none; }*/

/* content banner */
/* #c-m > .corset      { width: 100%; }_NO__DOTCOMMA__AFTER__
   ================================================== */




.announce-slider h4 {
    font-family: 'Futura', sans-serif;
    font-size: 33px;
    color: #8e3033;
    letter-spacing: 0;
    font-family: 'Caveat Brush', sans-serif !important;
}

.announce-slider .flex-direction-nav {
    position: absolute;
    top: 10px;
    right: 0;
}

    .announce-slider .flex-direction-nav a {
        position: absolute;
        font-size: 30px;
        color: #212121;
    }

        .announce-slider .flex-direction-nav a.flex-next {
            right: 0;
        }

        .announce-slider .flex-direction-nav a.flex-prev {
            right: 40px;
        }

.main-block-slider {
    /*margin-bottom: -20px;*/
    float: left;
    width: 100%;
}

.announces {
    position: relative;
    padding: 20px 0 0px 0;
    margin-bottom: 30px;
    background: transparent url("../assests/paper.jpg");
    background-size: cover;
    background-attachment: fixed;
}

    .announces img {
        max-width: 100%;
        position: relative;
        top: -20px;
    }

.content-block-banner li {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .content-block-banner li a {
        display: block;
    }

.content-block-banner img {
}

.content-banners ul li img {
    max-width: 100%;
    width: 100%;
}

.content-banners ul li.banner-2, .content-banners ul li.banner-3 {
    width: 49.9%;
}
/* side bar  */
.side-actions {
    width: 24.8%;
    vertical-align: top;
}

.modules {
    padding: 0 15px;
}

    .modules .ps .flex-direction-nav {
        position: absolute;
        z-index: 2;
        top: 25px;
        right: -10px;
    }

        .modules .ps .flex-direction-nav li {
            display: inline-block;
            zoom: 1;
            *display: inline;
            width: auto;
            margin-bottom: 0;
        }

            .modules .ps .flex-direction-nav li a {
                font-size: 20px;
                color: #3f4443;
            }

    .modules .ps .module-title {
        margin-bottom: 30px;
    }

    .modules .product-list li {
        margin: 0 0 15px 0;
    }

        .modules .product-list li .pl-product-image {
            margin: 0 0 15px 0;
        }

.module {
    /* margin-bottom: 20px; */
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
    display: table;
    border-bottom: 1px solid #dbdbdb;
}

    .module .module-content.two-column ul li {
        min-width: 49.9%;
        max-width: 49.9%;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

    .module .module-content ul li {
        font-size: 12px;
        line-height: 25px;
        display: list-item;
    }

        .module .module-content ul li input {
            display: none;
        }

        .module .module-content ul li a:after {
            display: none !important;
        }

        .module .module-content ul li a, .module .module-content ul li label {
            color: #525252;
            display: block;
            font-size: 12px;
            font-weight: 800;
            line-height: 25px;
            color: #575757;
        }

            .module .module-content ul li a:hover, .module .module-content ul li label.selected, .module .module-content ul li label:hover {
                color: #3f4443;
            }

    .module .module-title {
        font-size: 18px;
        font-weight: 400;
        font-family: 'Futura', sans-serif;
        line-height: 40px;
        border-bottom: 1px solid transparent;
        margin-bottom: 20px;
        cursor: pointer;
    }

        .module .module-title:after {
            content: '\e8eb';
            font-family: 'fontello';
            float: right;
            font-size: 20px;
            /* right: 0; */
            position: absolute;
            right: 10px;
            /* display: none; */
            top: 0;
        }

        .module .module-title.close_module:after {
            content: '\e8eb' !important;
        }

    .module .module-content {
        text-indent: 30px;
    }

    .module .product-list {
        border: 1px solid #555;
        background: #FAFBFD;
        overflow: hidden;
    }
/* sort-bar */
.sort-bar {
    margin: 30px 0;
    padding: 0 15px;
}

    .sort-bar .sort-bar-right {
        text-align: right;
        vertical-align: top;
    }

    .sort-bar .sort-bar-left, .sort-bar .sort-bar-right {
        vertical-align: top;
        width: 49.87%;
    }

    .sort-bar .data-view li {
        margin-left: 15px;
    }

    .sort-bar .data-view a {
        display: block;
        text-align: center;
        width: 38px;
        height: 38px;
        line-height: 38px;
        color: #3f4443;
        border: 1px solid #3f4443;
        font-size: 14px;
    }

    .sort-bar .as-number {
        padding: 0 10px 0 5px;
        position: relative;
        border: 1px solid #3f4443;
        width: 106px;
        height: 40px;
        background: transparent;
        overflow: hidden;
    }

        .sort-bar .as-number select {
            width: 135px;
            height: 40px;
            background: transparent;
            border: transparent;
        }

        .sort-bar .as-number:after {
            content: "\e8db";
            position: absolute;
            right: 15px;
            top: 13px;
            font-size: 16px;
            color: #3f4443;
            font-family: "fontello";
        }

    .sort-bar .as-value {
        padding: 0 10px 0 5px;
        position: relative;
        width: 176px;
        height: 40px;
        border: 1px solid #3f4443;
        background: transparent;
        overflow: hidden;
        margin-right: 15px;
    }

        .sort-bar .as-value select {
            width: 205px;
            height: 40px;
            background: transparent;
            border: transparent;
        }

        .sort-bar .as-value:after {
            content: "\e8d7";
            position: absolute;
            right: 15px;
            top: 13px;
            font-size: 16px;
            color: #3f4443;
            font-family: "fontello";
        }
/* category-top  */
.cc-top {
    padding: 40px 0 20px;
    position: relative;
    clear: both;
}

    .cc-top .category-list select {
        max-width: 100%;
        height: 40px;
        background-color: #eee;
        border-color: #e0e0e0;
    }

.breadcrumb {
    margin: 0;
    padding: 0 10px;
    /*background: white !important;*/
    background: none !important;
    text-align: left;
}

    .breadcrumb li a {
        font-size: 13px;
        line-height: 40px;
        color: #888;
        font-weight: 300;
    }

.breadcrumb1 {
    margin: 0;
    padding: 0 10px;
    background: transparent;
    text-align: center;
    margin-top: 10px;
}

    .breadcrumb1 li a {
        font-size: 12px !important;
        line-height: 40px;
        color: #888;
        font-weight: 300;
        display: inline-block;
    }

.category-name h2 {
    font-size: 26px;
    margin: 0;
    line-height: 40px;
    letter-spacing: 2px;
    color: #1c1c1c;
    font-family: 'Futura', sans-serif;
    text-transform: lowercase;
}

.category-name p {
    font-size: 16px;
    margin: 0;
    color: #888;
    width: 100%;
    font-weight: 300;
    margin: 0 auto;
    max-width: 500px;
}

.category-picture {
    display: block;
    height: 150px;
}

/* product detail */

#side-bar {
    text-align: left;
}

.breadcrumb li {
    display: inline-block;
}

#side-bar .breadcrumb {
    text-align: left;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}

.product-detail-top {
    /*padding: 10px 0 80px;*/
    min-height: 500px;
    width: 100%;
    /*position: relative;*/
}

    .product-detail-top:after {
        content: "";
        display: table;
        width: 100%;
    }

.flex-viewport img {
    /* width: 100%; */
    /* width: 100%; */
    object-fit: cover;
    margin: 0 auto;
    display: block;
    padding: 2px;
    height: unset;
    max-height: 600px;
    min-height: 600px;
    width: 100%;
}
/* main image */
.pd-image {
    /*position: absolute!important;
	left: 0!important;
	width: 100%!important;*/
    /* top: 0; */
    height: 100% !important;
    /*max-height: 580px !important;*/
}

.pd-main-image {
    margin-bottom: 20px;
    padding: 0 30px;
    vertical-align: top;
    max-width: 5100%;
    height: 600px;
    padding-left: 0px !important;
    /* height: 400px; */
    /* background: #ebebeb; */
    background: white;
    overflow: hidden;
}

    .pd-main-image slides img {
        max-width: 100%;
        max-height: 450px !important;
    }

    .pd-main-image img {
        max-width: 100%;
        /*max-height: 350px !important;
		max-width: 390px;*/
        object-fit: cover;
    }

    .pd-main-image .flex-direction-nav {
        position: absolute;
        height: 40px;
        left: 0%;
        top: 50%;
        margin-top: -20px;
        width: 100%;
        z-index: 0;
    }

        .pd-main-image .flex-direction-nav a.flex-prev {
            left: 0;
        }

        .pd-main-image .flex-direction-nav a.flex-next {
            right: 0;
        }

.flex-direction-nav a:before {
    font-size: 20px !important;
}

.pd-main-image .flex-direction-nav a {
    position: absolute;
    /*height: 40px;*/
    font-size: 20px;
    line-height: 30px;
    display: block;
    color: #1b1b1b;
    /*border: 1px solid #e8e8e8;*/
    transition: .3s ease-in-out;
    background: transparent;
    opacity: 1 !important;
}

    .pd-main-image .flex-direction-nav a:hover {
        color: white;
        /*background: #63676a;*/
        transition: .3s ease-in-out;
    }

    .pd-main-image .flex-direction-nav a i {
        /*color: #1b1b1b;*/
    }


.pd-thumb-image {
    vertical-align: top;
    position: relative;
}

    .pd-thumb-image .bx-controls-direction a.bx-prev {
        top: 0;
    }

    .pd-thumb-image .bx-controls-direction a.bx-next {
        bottom: 0;
    }

#product-full-picture > div.col-lg-3.col-xs-12 > div > ul > li.flex-nav-prev > a {
    opacity: 1;
    top: -11%;
    right: unset;
    left: 51%;
    transform: rotate(90deg);
    font-size: 32px;
}

#product-full-picture > div.col-lg-3.col-xs-12 > div > ul > li.flex-nav-next > a {
    opacity: 1;
    top: 105%;
    right: unset;
    left: 51%;
    transform: rotate(90deg);
    font-size: 32px;
}

#product-full-picture > div.col-lg-3.col-xs-12 > div > ul > li.flex-nav-prev > a:before {
    display: none;
}

#product-full-picture > div.col-lg-3.col-xs-12 > div > ul > li.flex-nav-next > a:before {
    display: none;
}

.pd-thumb-image .bx-controls-direction a {
    position: absolute;
    font-size: 34px;
    color: #212121;
    left: 0;
    text-align: center;
    width: 80px;
    height: 40px;
    line-height: 40px;
}

.pd-thumb-image {
    padding: 0 !important;
}

    .pd-thumb-image ul {
        margin-left: 0%;
        max-width: 600px !important;
        max-height: 750px;
        /*overflow: hidden;*/
    }

.tab-content *:not(.fal):not(.fas):not(.fab):not(.fa) {
    font-weight: 100;
    font-family: Futura, sans-serif !important;
}


.pd-thumb-image li {
    float: none !important;
    margin-bottom: 10px;
    opacity: 1 !important;
    display: block !important;
    margin-right: -10px !important;
    width: auto !important;
    margin-bottom: -4px !important;
}

    .pd-thumb-image li a {
        display: inline-block;
    }

        .pd-thumb-image li a img {
            /* width: 115px; */
            height: 200px;
            object-fit: cover;
            min-height: unset;
            max-height: unset;
            /* border: 1px solid #ebebeb; */
            /* background: #ebebeb;*/
        }

.pd-info {
    position: relative;
}

    .pd-info .pd-variation {
    }

        .pd-info .pd-variation .f-row {
            margin-bottom: 15px;
        }

        .pd-info .pd-variation .side-title {
            margin-bottom: 20px;
        }

            .pd-info .pd-variation .side-title h4 {
                font-size: 13px;
                margin: 0;
                line-height: 1;
            }

        .pd-info .pd-variation .oinac.label-show span {
            top: 6px;
            left: 14px;
            font-size: 11px;
            font-weight: 700;
            color: #3f4443;
        }

        .pd-info .pd-variation li.selected {
            border-color: #e0e0e0;
        }

        .pd-info .pd-variation .pd-title {
            font-size: 10px;
            font-weight: 600;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .pd-info .pd-variation select {
            outline: none;
            height: 35px;
            border-color: black;
            /*border-radius: 15px;*/
            background-color: transparent;
            font-weight: 300;
            font-size: 13px;
            text-indent: 5px;
            padding-top: 0px;
        }
.colors {
    position: absolute;
    width: 100%;
    min-height: 20px;
    bottom: 4px;
    z-index: 131;
    padding: 5px;
}

    .colors span {
        width: 20px;
        height: 20px;
        opacity: 1;
        display: inline-flex;
        text-indent: -9999999999999999px;
    }

        .pd-info .pd-variation label {
            /*border: 1px solid #ccc;*/
            /*padding: 0 5px;*/
            cursor: pointer;
        }
            .pd-info .pd-variation label.checkbox {
                height: 45px;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #ebebeb;
                min-width: 45px;
                transition: all .3s ease-in-out;
            }

            .pd-info .pd-variation label.checkbox.active {
                background: #ebebeb;
                transition: all .3s ease-in-out;
            }
        .pd-info .pd-variation li {
            padding: 2px;
            /*border: 1px solid #efefef;*/
            margin-right: 5px;
            display: inline-flex;
            border-radius: 50%;
        }

            .pd-info .pd-variation li.boyutradio {
                padding: 2px;
                /*border: 1px solid #efefef;*/
                margin-right: 5px;
                display: inline-flex;
            }
ul#boyutradios {
    display: flex;
    align-items: center;
}
                .pd-info .pd-variation li.boyutradio label {
                    cursor: pointer;
                    width: 55px;
                    height: 55px;
                    background: #ececec;
                    color: black;
                    text-align: center;
                    padding: 11px;
                    transition: .3s ease-in-out;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .pd-info .pd-variation li.boyutradio label:hover {
                        background: #3f3f3f;
                        color: white;
                        transition: .3s ease-in-out;
                    }

                    .pd-info .pd-variation li.boyutradio label.active {
                        background: #656563;
                        color: white;
                        transition: .3s ease-in-out;
                        border-radius: 50%;
                    }

            .pd-info .pd-variation li.selected-value {
                border: 1px solid #000;
                border-radius: 50%;
            }

            .pd-info .pd-variation li.color-title {
                /*width: 70px;*/
                width: 100%;
            }

    .pd-info .pd-attention {
        padding-bottom: 20px;
        border-bottom: 1px solid #e0e1e5;
        margin-bottom: 20px;
    }

        .pd-info .pd-attention p {
            font-size: 10px;
            line-height: 15px;
            color: #555;
            text-align: justify;
        }

    .pd-info .pd-variation {
        padding-top: 25px;
        padding-bottom: 25px;
        float: left;
        width: 100%;
        /*border-bottom: 1px solid #ececec;*/
    }

.shordesc {
    margin-top: 20px;
    /*border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;*/
    padding: 20px;
    font-family: 'Futura', sans-serif;
    /*font-weight: 800;*/
    /*color: #575757;*/
}

    .shordesc * {
        font-family: 'Futura', sans-serif;
    }

.pd-info .pd-action {
    vertical-align: middle;
    clear: both;
}

    .pd-info .pd-action .pd-buttons {
        vertical-align: bottom;
    }

        .pd-info .pd-action .pd-buttons a.add-wishlist {
            line-height: 42px;
            background: #e0e0e0;
            padding: 0 10px;
            font-size: 16px;
            color: #fff;
            margin-right: 10px;
        }

            .pd-info .pd-action .pd-buttons a.add-wishlist:hover {
                background: #3f4443;
                color: #fff;
            }

        .pd-info .pd-action .pd-buttons a.add-compare {
            line-height: 42px;
            background: #e0e0e0;
            padding: 0 10px;
            font-size: 16px;
            color: #fff;
        }

            .pd-info .pd-action .pd-buttons a.add-compare:hover {
                background: #3f4443;
                color: #fff;
            }

    .pd-info .pd-action .action-cart i {
    }

    .pd-info .pd-action .action-cart input {
        /*border: 2px solid #ececec;*/
        background-color: transparent;
        width: 100% !important;
        text-align: center;
        font-size: 20px;
        /*font-family: 'Futura', sans-serif;*/
        color: #676767;
    }
/*.pd-info .pd-action .action-cart input.qty-input.number{
             border: 2px solid #9aa7af;
            background-color: #fff;
            width: 100% !important;
            text-align: center;
            font-size: 20px;
            font-family: 'Futura', sans-serif;
        }*/
#banner-ust:first-child {
    position: absolute;
    bottom: 20px;
    background: white;
    width: 50%;
    text-align: center;
    padding: 20px;
}

#banner-ust a {
    color: #474a4a;
    font-size: 18px;
}

    #banner-ust a i {
        padding-right: 10px;
        padding-left: 10px;
    }

#banner-ust:last-child {
    position: absolute;
    bottom: 20px;
    background: white;
    width: 55%;
    text-align: center;
    padding: 20px;
}

.subscribe-for-back-in-stock {
    border-radius: 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    background-color: #e58888;
    /* border-radius: 15px; */
    letter-spacing: 2px;
    /* height: 40px; */
    line-height: 35px;
    text-transform: uppercase;
    font-family: 'Futura', sans-serif;
    color: #fff;
    /* font-size: 13px !important; */
    transition: .3s ease-in-out;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#popup-content {
    padding: 30px;
}

    #popup-content #back-in-stock-notify-me {
        padding: 15px;
        margin-top: 20px;
        border: 0;
        outline: 0;
    }

.pd-info .pd-action .pd-buttons a.add-cart {
    line-height: 47px;
    height: 47px;
    text-align: left;
    /*width: 100%;*/
    font-size: 16px;
    color: #3f4443;
    font-weight: 600;
}

    .pd-info .pd-action .pd-buttons a.add-cart:hover {
        background: #3f4443;
        color: #fff;
    }

    .pd-info .pd-action .pd-buttons a.add-cart i {
        font-size: 17px;
        font-weight: normal;
        text-indent: 0;
    }

.pd-info .pd-action label span {
    font-weight: 800;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
}

.pd-info .pd-action #add-cart {
    /* border-radius: 10px; */
    /* border: 2px solid #c6d4bd; */
    /* margin-bottom: 10px; */
    margin-top: 23px;
    padding: 7px;
    text-align: center;
    background-color: #c6a992;
    letter-spacing: 2px;
    /* height: 45px; */
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 12px !important;
    transition: .3s ease-in-out;
}

    .pd-info .pd-action #add-cart:hover {
        color: white;
        transition: .3s ease-in-out;
    }

.pd-info .pd-action .counter {
    position: relative;
    /*background: #f7f7f7;*/
    width: 100%;
    line-height: 30px;
    padding: 10px;
    height: auto !important;
    vertical-align: middle;
    font-size: 21px;
    font-weight: 700;
    color: black;
}

.pd-info .pd-action .wishlist a {
    display: block;
    text-align: center;
    line-height: 39px;
    color: #3f4443;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    margin-top: 10px;
    border: 3px solid #555;
}

.delivery-time {
    display: table;
    width: 100%;
    text-indent: 30px;
}

.delivery-time-value:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #f59fbc;
    border-radius: 50%;
    left: 15px;
}

.delivery-time-value {
    text-indent: 30px;
}

.wishlist-link {
    display: block;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #333;
    color: #3f4443;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

    .wishlist-link i {
        font-size: 25px;
        vertical-align: middle;
    }

    .wishlist-link span {
        display: inline-block;
        text-transform: none;
        vertical-align: middle;
        padding: 0 0 0 5px;
        line-height: 45px;
        font-size: 15px;
        font-family: 'Futura', sans-serif;
    }

.pd-info .pd-action .wishlist {
    font-size: 13px !important;
    /*display: table;
	width: 100%;*/
}

    .pd-info .pd-action .wishlist a {
        color: #555;
        margin-bottom: 10px;
    }

        .pd-info .pd-action .wishlist a:hover {
            color: #B35A5A;
        }

    .pd-info .pd-action .wishlist .ajax-cart-link span {
        display: inline-block;
        vertical-align: middle;
        font-weight: 800;
        padding: 0 0 0 5px;
        line-height: 15px;
        font-size: 12px;
        font-family: 'Futura', sans-serif;
    }

    .pd-info .pd-action .wishlist .ajax-cart-link i {
        font-size: 15px;
        vertical-align: middle;
    }

.sss-accordion li {
    cursor: pointer;
}

.sss-accordion {
    background-color: #f9fbfb;
    margin-bottom: 50px;
}

    .sss-accordion > ul > li {
        border-bottom: 1px solid #eee;
        text-indent: 10px;
        line-height: 48px;
    }

        .sss-accordion > ul > li:last-child {
            border-bottom: none;
        }

        .sss-accordion > ul > li > span {
            font-size: 17px;
            line-height: 1;
        }

        .sss-accordion > ul > li > i {
            font-size: 22px;
            line-height: 48px;
            margin-right: 10px;
        }

        .sss-accordion > ul > li > ul {
            display: none;
            padding: 20px;
        }

            .sss-accordion > ul > li > ul * {
                font-size: 17px;
            }

.pd-accordion {
    text-align: left;
}

    .pd-accordion li {
        position: relative;
        padding: 10px 0;
    }

        .pd-accordion li a {
            display: block;
            font-size: 13px;
            position: relative;
            color: #3f4443;
        }

            .pd-accordion li a:after {
                content: "";
                position: absolute;
                height: 1px;
                background-color: #e0e0e0;
                z-index: 0;
                width: 100%;
                left: 0;
                top: 50%;
            }

        .pd-accordion li span {
            display: inline-block;
            padding-right: 15px;
            background-color: #f8f8f8;
            position: relative;
            z-index: 2;
            text-indent: 5px;
            line-height: 1;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 700;
            color: #3f4443;
            cursor: pointer;
        }

        .pd-accordion li i {
            padding-left: 15px;
            top: 50%;
            margin-top: -7px;
            z-index: 2;
            background-color: #f8f8f8;
            position: absolute;
            right: -7px;
        }

        .pd-accordion li.open {
        }

        .pd-accordion li ul {
            padding: 15px;
            font-size: 12px !important;
            line-height: 20px !important;
            display: none;
            max-height: 126px;
        }

#side-bar {
    /*border: 1px solid #eeeeee;
	padding: 20px;
	outline: #eee;
	outline-style: solid;
	outline-offset: 10px;*/
}

.product-detail-top {
    padding-top: 20px;
}

    .product-detail-top .ui-spinner-down {
        /*top: 40%;
        margin-top: -10px;
       */
        /*border-right: 1px solid #ececec;*/
        /*color: #fff;*/
        left: 0px;
        width: 50px;
    }

    .product-detail-top .ui-spinner-up, .product-detail-top .ui-spinner-down {
        font-weight: bold;
        position: absolute;
        right: 0;
        color: #676767;
        font-size: 20px;
    }

    .product-detail-top .ui-spinner-up {
        /*top: 45%;
        margin-top: -10px;*/
        /*border-left: 1px solid #ececec;*/
    }

.icon-angle-up::before {
    content: "+";
}

.icon-angle-down::before {
    content: "-";
}





.pruduct-detail-tab {
}

    .pruduct-detail-tab .tab-navigation {
        margin: 0;
    }

        .pruduct-detail-tab .tab-navigation ul {
            text-align: left;
            font-size: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .pruduct-detail-tab .tab-navigation ul li {
                display: inline-block;
                text-align: left;
                border: none;
                position: relative;
            }

.arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #e6e6e6 !important;
    position: absolute;
    top: -10px;
    left: 20px;
    display: none;
}

/*.pruduct-detail-tab .tab-navigation ul li::after {
	right: -15px;
	top: 10px;
	position: absolute;
	content: "\f078";
	font-size: 12px;
	font-family: 'FontAwesome';
	color: #575757;
}*/

/*.pruduct-detail-tab .tab-navigation ul li.actived::after {
	right: -15px;
	top: 10px;
	position: absolute;
	content: "\f077" !important;
	font-size: 12px;
	font-family: 'FontAwesome';
	color: #575757;
}*/
/*.pruduct-detail-tab .tab-navigation ul li:last-child        { border-right: none; }*/
.pruduct-detail-tab .tab-navigation ul li:first-child a {
}

.pruduct-detail-tab .tab-navigation ul li a {
    letter-spacing: 0;
    font-size: 16px;
    color: #000 !important;
    padding: 5px;
    display: block;
    line-height: 30px;
    text-align: center;
    text-transform: UPPERCASE;
}

.pruduct-detail-tab .tab-navigation ul li.actived {
    border-bottom: 1px solid #686868;
}

    .pruduct-detail-tab .tab-navigation ul li.actived a {
        color: #575757;
        background: none;
    }

.pruduct-detail-tab .tab-content > div {
    display: none;
    /*max-height: 150px;*/
    overflow-x: auto;
    padding: 20px;
    border: 1px solid #f9f9f9;
}

    .pruduct-detail-tab .tab-content > div * {
        font-size: 16px !important;
        font-family: 'Futura', sans-serif;
    }

    .pruduct-detail-tab .tab-content > div.active-detail {
        display: block;
        /*background: #f9f9f9;*/
        font-size: 12px;
        position: relative;
    }



.pd-short-desc {
    margin: 20px 0 25px;
    color: #888;
}

.pd-d-info {
}

.pd-price {
    /*text-align: center;*/
}

.pd-info .pd-price .normal-price {
    position: relative;
    font-size: 22px;
    color: #000000;
    /* font-weight: 800; */
    /*font-family: initial;*/
    letter-spacing: 1px;
}

.pd-info .pd-price .old-price {
    font-size: 24px;
    letter-spacing: -2px;
    color: black;
    position: relative;
    font-weight: 800;
}

    .pd-info .pd-price .old-price:after {
        content: "";
        width: 115%;
        height: 3px;
        position: absolute;
        background: #f2b298;
        top: 46.9%;
        right: -3px;
        -ms-transform: rotate(350deg);
        -webkit-transform: rotate(350deg);
        transform: rotate(0deg);
    }

.pd-info .pd-price > div {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 15px;
    list-style: none;
}

    .pd-info .pd-price > div span {
        position: relative;
    }

    .pd-info .pd-price > div sub {
        font-size: 60%;
    }

.pd-info .pd-atts {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .pd-info .pd-atts ul li span.att-label {
        width: 100px;
    }

    .pd-info .pd-atts .pd-title {
        font-size: 10px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .pd-info .pd-atts ul li * {
        font-size: 10px;
        color: #555;
        vertical-align: text-bottom;
        font-style: normal;
        line-height: 15px;
    }

.pd-info .pd-name {
    margin-top: 30px;
    /*text-align: center;*/
}

    .pd-info .pd-name .pn-brand {
        vertical-align: middle;
    }

    .pd-info .pd-name h2 {
        font-size: 22px;
        margin: 0 0 10px;
        line-height: 1;
        /*font-family: 'Futura', sans-serif;*/
        color: #1c1c1c;
        letter-spacing: 1px;
        /*font-weight: bold;*/
        /*text-transform: uppercase;
        font-weight: 800;*/
    }

    .pd-info .pd-name p {
        font-size: 16px;
        font-family: 'Futura', sans-serif;
        font-weight: bold;
        opacity: .5;
    }

.oinac {
    text-indent: 0;
    position: relative;
    display: block;
}

    .oinac span {
        position: absolute;
        opacity: 0;
        top: 11px;
        line-height: 15px;
        font-size: 8px;
        left: 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
    }

    .oinac.label-show span {
        top: 4px;
        opacity: 1;
    }

    .oinac.label-show input {
        height: 45px;
        text-indent: 10px;
        font-size: 13px;
        font-weight: 400;
        padding-top: 12px;
        width: 100%;
        background-color: transparent;
    }

select, input[typr=text], input[typr=email], input[typr=password], textarea {
    padding-left: 10px;
}

.form-accordion .fa-section .fa-inner {
    overflow: visible;
}

/* product-tab  */

.product-detail-bottom {
    margin: 0 0 -30px;
    clear: both;
}

    .product-detail-bottom .outlet {
        margin-top: 30px;
    }

        .product-detail-bottom .outlet li {
            padding: 0 15px;
        }

.outlet .product-list li .pl-product-image {
    background-color: #f4f4f4;
    border-bottom: none;
}

.product-detail-bottom .tab-navigation {
    width: 25%;
    position: relative;
    z-index: 1;
    margin-right: -1px;
    vertical-align: top;
}

    .product-detail-bottom .tab-navigation ul {
        padding: 0;
    }

        .product-detail-bottom .tab-navigation ul li.actived a {
            font-size: 14px;
            color: #3f4443;
            border-color: #ddd;
            border-right-color: #fff;
        }

        .product-detail-bottom .tab-navigation ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: -1px;
        }

            .product-detail-bottom .tab-navigation ul li a {
                padding: 0 20px;
                font-size: 14px;
                color: #000;
                display: block;
                line-height: 60px;
                font-weight: 400;
                border: 1px solid #ddd;
            }

.product-detail-bottom .tab-content {
    border: none;
    width: 74%;
    margin-bottom: 60px;
    vertical-align: top;
    position: relative;
}

    .product-detail-bottom .tab-content > div.active-detail {
        display: block;
    }

    .product-detail-bottom .tab-content > div {
        font-size: 12px;
        display: none;
        padding: 20px;
        min-height: 100px;
        border: 1px solid #ddd;
    }

.product-detail-bottom .pd-tab {
    vertical-align: top;
}

.pd-tab.index {
}

.index-product {
    margin-top: 30px;
}

    .index-product .content-title {
        display: none;
    }

.pd-tab.index .tab-navigation {
    display: none;
}

    .pd-tab.index .tab-navigation ul {
        text-align: center;
    }

        .pd-tab.index .tab-navigation ul li.actived a {
            color: #3f4443;
        }

        .pd-tab.index .tab-navigation ul li a {
            color: #bababa;
            font-size: 14px;
            border: 1px solid #c1c1c1;
        }

.pd-tab.index .tab-content {
    border: none;
    padding: 0;
}

.producd-description, .producd-description * {
    font-size: 12px;
    font-weight: 300;
    color: #888;
    font-family: 'Futura', sans-serif !important;
}

.pl-product-name {
    display: inline-block;
    margin-top: 1rem;
}

.tab-main-title {
    text-align: center;
}

    .tab-main-title h3 {
        font-size: 20px;
        color: #000;
        letter-spacing: 3px;
        line-height: 40px;
        font-weight: normal;
    }

        .tab-main-title h3:before, .tab-main-title h3:after {
            content: "";
            width: 10px;
            height: 2px;
            display: inline-block;
            zoom: 1;
            *display: inline-block;
            vertical-align: middle;
            background: #000;
            margin: 0 20px;
        }

    .tab-main-title p {
        font-size: 18px;
        color: #e0e0e0;
        font-style: italic;
        font-weight: 400;
        line-height: 18px;
    }

/*.zoomWindowContainer > div {
	background-color: #f2f2f2;
}*/
/* related product */
.pd-related-product {
    position: relative;
}

    .pd-related-product .bx-controls-direction a.bx-prev {
        left: 0;
    }

    .pd-related-product .bx-controls-direction a.bx-next {
        right: 0;
    }

    .pd-related-product:hover .bx-controls-direction a {
        opacity: 1;
        top: 60%;
    }

    .pd-related-product .bx-controls-direction a {
        opacity: 0;
        position: absolute;
        top: 49.9%;
        margin-top: -40px;
        font-size: 34px;
        border: 1px solid #111;
        color: #3f4443;
        text-align: center;
        width: 80px;
        height: 80px;
        line-height: 80px;
        transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
    }

        .pd-related-product .bx-controls-direction a:hover {
            background: rgba(255, 255, 255, .7);
        }


.pager-nav {
    /*display: none !important;*/
}
/* FOOTER
   ================================================== */
#Footer .social-links {
    text-align: right;
}

.footer-top .container {
}

.social-case {
    border-top: 1px solid #ddd;
    padding: 50px 0;
}

#Footer {
    position: relative;
    clear: both;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
}

    #Footer .footer-top {
        background: transparent url("../assests/footer-bg.png");
        background-attachment: fixed;
        background-size: cover;
        padding: 40px 0;
        position: relative;
    }

    #Footer > div {
        width: 100%;
    }

.footer-logo img {
    max-width: 100px;
    width: 100%;
    padding: 20px 0;
}

.newsletter-subcription .content-title {
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}

.newsletter-subcription .nw {
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.newsletter-subcription .content-title h3:after,
.newsletter-subcription .content-title h3:before {
    content: "";
    display: none;
}

.newsletter-subcription .content-title h3 {
    color: #fff;
    text-transform: none;
    line-height: 1;
    text-align: right;
    font-family: 'Futura', sans-serif;
}

    .newsletter-subcription .content-title h3 p {
        color: #fff;
        letter-spacing: 1px;
        width: 100%;
        margin-top: 10px;
        font-family: 'Futura', sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 18px;
        width: 60%;
        text-transform: none;
        display: inline-block;
    }

.newsletter-subcription input {
    background: transparent;
    font-style: normal;
    border: none;
    color: #fff;
    font-family: 'Futura', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
}

.newsletter-subcription input, .newsletter-subcription button {
    border: none;
    text-indent: 0;
    line-height: 50px;
    height: 50px;
    font-size: 13px;
    outline: none;
}

.newsletter-subcription button {
    font-size: 28px;
    text-align: right;
    color: #fff;
    background: transparent;
    border: none;
}

.unsubcribtion {
    margin-top: 5px;
    /*margin-left: 15px;*/
}

    .unsubcribtion label {
        font-size: 11px;
        font-weight: normal;
        color: #1c1c1c;
        font-family: 'Futura', sans-serif;
        vertical-align: middle;
        text-align: left;
    }

.social-links h5 {
    color: #3f4443;
    font-size: 25px;
    margin: 25px 0 10px;
}

s a:hover {
    color: #3f4443;
}

.fixed .lang {
    display: none;
}



.address-info p {
    font-size: 13px;
    ;
    color: #f8f8f8;
}

.address-info img {
    margin-bottom: 30px;
}

.address-info p:last-child {
    margin-bottom: 0;
}

.newsletter {
    padding: 40px;
    position: relative;
    /*border-top: 1px solid #393f4a;*/
}

.footer-links { /*overflow: hidden*/
}

    .footer-links .f-links {
        text-align: center;
    }

        .footer-links .f-links ul {
            text-align: left;
        }

    .footer-links ul i {
        color: #000;
        padding: 0 5px;
        background: transparent;
        border-radius: 50%;
        padding: 2px;
        font-size: 20px;
    }

#Headerlang .social-icons i {
    color: #ffffff !important;
}

.social-icons i {
    color: #e2c9bd !important;
}

.footer-links ul .footer-title {
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    letter-spacing: 0px;
    color: white;
    line-height: 40px;
    margin-bottom: 25px;
    /* font-family: "Alegreya Sans"; */
}

.footer-title:after {
    content: '';
    position: absolute;
    background: #ffffff;
    height: 1px;
    width: 10%;
    left: 0;
    bottom: 5px;
    display: none;
}

.footer-links h3, .nw h3 {
    /*font-family: 'Caveat Brush', sans-serif !important;*/
    font-size: 18px !important;
    color: #fff !important;
    margin-bottom: 15px;
    margin-left: 15px;
}

.listbox .module {
    background: white !important;
    border: 1px solid #4e4e4e !important;
}

.footer-links li, .footer-links li a {
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;
    /*font-family: 'Futura', sans-serif;*/
    /*font-weight: 600;*/
}

#footerNavigation {
    padding: 0;
}

.footer-links p a {
    color: #b93e42;
}

.stores {
    width: 400px;
    margin-right: 50px;
}

    .stores ul {
        height: 338px;
        overflow: hidden;
        overflow-y: auto;
    }

        .stores ul li {
            display: list-item;
            margin-bottom: 15px;
            text-align: left;
        }

            .stores ul li p.store-name {
                font-size: 16px;
                text-transform: uppercase;
                font-weight: 600;
            }

            .stores ul li p {
                font-size: 12px;
                text-align: left;
            }

.cms-content {
    padding: 50px 15px;
}

#pagination-bottom ul {
    text-align: right;
}

    #pagination-bottom ul li.active a {
        color: #000;
        border-color: #444;
        border-left: none;
        border-right: none;
    }

    #pagination-bottom ul li {
        display: inline-block;
        width: auto;
        zoom: 1;
        *display: inline;
        padding: 0 3px;
    }

        #pagination-bottom ul li a {
            display: block;
            text-align: center;
            font-family: 'Futura', sans-serif;
            font-size: 23px;
            line-height: 35px;
            color: #888;
            min-width: 15px;
            margin: 0 5px;
            border: 1px solid transparent;
        }

.pagination {
    width: 100%;
    text-align: center;
    width: 100%;
    display: flex !important;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    justify-content: center;
}

#pagination-bottom ul {
    text-align: center;
    width: 100%;
}

    #pagination-bottom ul li {
        float: none;
    }

.iletisima {
    color: white;
}

.provider {
    text-align: center;
    padding: 10px 0;
    display: block;
}

    .provider img {
        max-height: 25px;
    }

.welcome {
    padding: 0 0 10px !important;
    margin-bottom: 10px;
    padding: 15px 15px 0 15px !important;
}

    .welcome a i {
        font-size: 22px;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .welcome h4, .welcome p {
        margin: 0;
    }

.owner-text {
    color: #aaa;
    font-size: 12px;
    margin-top: 30px;
}

.store-closed-page {
    padding: 30px 15px 0;
    text-align: center;
}

    .store-closed-page h1 {
        font-family: 'Futura', sans-serif;
        text-transform: lowercase;
        font-size: 24px;
        color: #9fc3b2;
    }

    .store-closed-page .page-body {
        letter-spacing: 0;
    }








.blog {
}

.res-menu .user-drop {
    overflow-y: auto;
}

.our-stores p {
    margin-bottom: 0;
}

.our-stores li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

    .our-stores li:last-child {
        border-bottom: none;
    }

.store-info {
    /*max-height: 200px;*/
    overflow-y: auto;
}

.store-name {
    font-size: 14px;
    color: #555 !important;
    font-weight: 600;
}

.address, .phone {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

.form-title {
    font-size: 18px;
}

    .form-title p {
        text-transform: inherit;
    }

.error-msj {
    font-family: inherit !important;
    font-size: 13px;
}

.stc-cart-top {
    font-size: 10px !important;
    color: #3f4443 !important;
}

.stc-top .stc-page-title h3 {
    font-size: 30px !important;
    letter-spacing: 0;
    font-weight: normal !important;
    color: #3f4443 !important;
    margin: 0 0 2px;
}

.table > tbody > tr > td, .table > tbody > tr > th {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.owl-buttons > div {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    font-size: 30px;
}

    .owl-buttons > div i {
        position: relative;
    }

    .owl-buttons > div.owl-prev {
        left: -30px;
    }

    .owl-buttons > div.owl-next {
        right: -30px;
    }

.btn-edit-product {
    font-size: 30px;
    position: fixed;
    top: 100px;
    left: 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    z-index: 500;
    background-color: transparent;
}

    .btn-edit-product i {
        line-height: 45px;
    }

.downlaod-catalog > a {
    color: #212121;
    font-size: 17px;
    display: block;
}

    .downlaod-catalog > a img {
        max-width: 100%;
    }

.f-row label {
    font-size: 11px;
}



/*lookbook*/

.grid-item {
}

    .grid-item img {
        max-width: 100%;
        margin-bottom: 1px;
        -webkit-transition: all .1s;
    }

    .grid-item.bigger {
        width: 100% !important;
    }

        .grid-item.bigger img {
            width: 100% !important;
        }


.side-categories > ul > li {
    position: relative;
}

.side-categories .hasSub:after {
    content: '\e82d';
    font-family: "fontello";
    font-size: 16px;
    position: absolute;
    padding: 0 10px;
    right: 0;
    line-height: 35px;
    top: 0;
}

.side-categories > ul > li > ul li {
    border: none;
    position: relative;
}

.side-categories > ul > li > ul a {
    font-size: 90%;
    text-indent: 10px;
}

/*RESPONSIVE*/


/*.icon-search {
	color: #4a4a4a !important;
	right: 10px;
	position: absolute;
	top: 8px;
	font-size: 20px;
}*/

#headercommon input {
    border: 0;
    outline: 0;
    width: 75%;
    float: left;
    border-radius: 60px;
    background: white;
}

.aboutclass {
    display: block;
    margin-top: 3rem;
/*    margin-bottom: 3rem;*/
    padding: 50px 0 0 0 !important;
    /*background: url(/Themes/Default/Content/images/1anasayfa.png);*/
    background-repeat: repeat-y;
    background-position: right;
}

.logos {
    display: block !important;
}

.logosMobil {
    display: none !important;
}

@media (max-width: 767px) {
    #secilenslider {
        padding: 30px;
    }

    .icon-angle-down::before {
        /*margin-left: -235px !important;*/
    }

    .fixed #Header {
        padding: 0 !important;
    }

    #Header {
        position: absolute;
        min-width: 250px;
        top: 0;
        z-index: 100;
        width: 100%;
        max-height: 150px;
        padding: 0 !important;
        padding-bottom: 20px;
    }

    .tophead {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .fixed #Header #headercommon .col-lg-12 {
        opacity: 1;
    }

    .fixed #header .active span.t {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #000;
    }

    .fixed #Header .active span {
        /* top: 25px; */
        background: #231f20;
        color: #000;
        transition: all .3s;
    }

    #Header .cart a i {
        font-size: 20px;
        position: relative;
        top: 0;
        margin-left: 0;
        color: #fff;
    }

    #Container.fixed #menucont img {
        width: 100% !important;
        padding: 0 !important;
    }

    .user-opener {
        /*position: absolute;
		top: 0px;
		right: 80px;*/
        margin: 0 -15px;
    }

    #headercommon .col-lg-12 {
        /*position: absolute;
		right: 0;
		top: 100%;*/
        /*width: 100%;
        display: block;
           margin-top: 100%;*/
    }

    #headercommon form {
        border: none !important;
        position: relative;
        /*margin-top: 100%;*/
    }

    #headercommon input {
        border: 1px solid #ebebeb !important;
        padding-left: 10px;
        border-radius: 15px;
        width: 70%;
        float: left;
    }

    #headercommon button {
        float: right !important;
        position: absolute;
        right: 0;
    }

    .pd-info .pd-variation li.color-title {
        display: none !important;
    }

    .pd-main-image {
        height: auto !important;
        padding-left: 5px !important;
    }

        .pd-main-image ul li img {
            width: 100% !important;
        }

    .owl-prev {
        left: -10px;
    }

    .owl-next {
        right: 10px;
    }

    .res-accout {
        background: transparent url(../assests/ttbg.png);
    }

    .product-list li .pl-product-info {
        margin-top: 5px;
    }

    .tabsProduct {
        padding-bottom: 30px;
        margin-top: 3rem !important;
    }

    .product-detail-top {
        padding-top: 20px;
    }

    .header-top:after {
        content: "";
        position: absolute;
        top: 100%;
        margin-top: -1px;
        left: 0;
        height: 15px;
        width: 100%;
        background: transparent url("../assests/menu-wt.png") center repeat-x;
        z-index: 10;
    }

    .res-accout {
        position: relative;
    }

        .res-accout:before {
            content: "";
            position: absolute;
            top: 100%;
            margin-top: -1px;
            left: 0;
            height: 15px;
            width: 100%;
            background: transparent url("../assests/ht.png") center repeat-x;
            z-index: 10;
        }

    .header-bottom {
        padding-top: 25px;
    }

        .header-bottom:before {
            content: "";
            position: absolute;
            top: 0;
            margin-top: -1px;
            left: 0;
            height: 15px;
            width: 100%;
            background: transparent url(../assests/menu-wt.png) center repeat-x;
            z-index: 10;
        }

    #side-bar {
        text-align: center;
    }

    .pd-price {
        margin-bottom: 10px;
    }

    .pd-info .pd-name {
        margin: 15px 0;
    }

    .pruduct-detail-tab .tab-navigation ul li a {
        font-size: 18px !important;
    }

    .announces {
        padding: 20px 0 10px 0;
    }

    .main-block-slider {
        margin-bottom: -5px;
    }

    .social-share {
        justify-content: center !important;
    }

    #Header #shopbar > div.cart .shopbar-button i:before {
        margin-left: 0;
    }

    #Header #shopbar > div.cart .shopbar-button {
        /*padding: 10px;*/
    }

    #Header #shopbar > div {
        padding: 0 10px;
    }
    /* site-search */

    .site-search.lets-search {
        visibility: visible;
        z-index: 1000;
        opacity: 1;
        transform: scale(1);
    }

    .ab-search {
        position: absolute;
        left: 0;
        top: 40%;
        height: 100px;
        width: 100%;
    }

    .close-s {
        position: absolute;
        left: 50%;
        top: 39px;
        margin-left: -25px;
        font-size: 50px;
        color: #3f4443;
    }

    .no-items {
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        color: #423F3F;
    }

    .site-search input {
        font-family: 'Futura', sans-serif;
        font-style: italic;
        text-indent: 0;
        padding: 0;
        width: 100%;
        border-radius: 0;
        background: transparent;
        font-size: 40px;
        color: #1b1b1b !important;
        font-weight: 400;
    }

    .footer-links li, .footer-links p, .footer-links li a {
        text-align: center;
    }

    #Header .header-bottom .site-navigation li > ul {
        position: relative;
        background: transparent;
    }

        #Header .header-bottom .site-navigation li > ul > li > a {
            text-align: center;
            color: #aaa;
        }

        #Header .header-bottom .site-navigation li > ul > li {
            display: list-item;
        }

    .pd-info .pd-action .wishlist a {
        text-align: center;
    }

    #Footer .social-links {
        text-align: center;
    }

    .footer-links li a {
        line-height: 35px;
    }

    .footer-links p a {
        display: inline;
    }

    #Header .header-bottom .site-navigation > ul > span {
        display: none;
    }

    .newsletter-subcription {
        margin-top: 30px;
    }

        .newsletter-subcription .content-title {
            text-align: center;
        }

    .footer-top .container {
        display: block;
    }

    .trust-item {
        padding: 0 18px;
    }

    .nw {
        text-align: center;
    }

    #Header .site-search #search {
        height: auto;
    }

    .bohca-interface:before {
        margin-right: 0 !important;
    }

    .header-top-top * {
        text-align: center;
    }

    .announce-slider {
        margin-top: -30px;
        position: relative;
    }

        .announce-slider .flex-direction-nav {
            top: 0;
        }

        .announce-slider h4 {
            font-size: 25px;
            line-height: 40px;
        }

    .res-accout {
        margin-top: -25px;
        padding-top: 15px;
    }

        .res-accout div > a {
            display: block;
            line-height: 50px;
        }

    .header-bottom .user-login {
        color: #fff !important;
        letter-spacing: 0;
        font-size: 22px;
        border-right: 2px solid rgba(0,0,0,.1);
    }

    .header-bottom .user-register {
        color: #fff !important;
        letter-spacing: 0;
        font-size: 22px;
    }

    .header-bottom .my-account {
        color: #fff !important;
        letter-spacing: 0;
        font-size: 22px;
        border-right: 2px solid rgba(0,0,0,.1);
    }

    .header-bottom .exit {
        color: #fff !important;
        letter-spacing: 0;
        font-size: 22px;
    }

    .header-bottom .user-login a {
    }

    .res-accout div a {
        padding: 0 10px;
    }

    .res-accout a.my-account {
        display: inline-block !important;
        font-size: 28px;
        vertical-align: middle;
    }

    .res-accout a.exit {
    }

    .res-accout a.my-account span {
        font-size: 22px;
        display: block;
    }

    .side-categories > ul {
        padding-bottom: 30px;
    }

    .side-categories ul {
        display: none;
    }

    .side-title:after {
        content: "";
        left: 0;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #0e324a;
        top: 50%;
        display: none;
    }

    .side-categories .side-title h4 {
        background-color: #ddd;
        padding: 0 15px;
    }

    .side-categories .side-title {
        margin: 0 -20px 30px;
        padding: 0 15px;
        background-color: #ddd;
    }

        .side-categories .side-title i {
            position: absolute;
            right: 15px;
            font-size: 22px;
            padding: 0 10px;
            top: 12px;
            line-height: 30px;
            z-index: 1;
            height: 30px;
            background-color: #ddd;
        }

    .side-categories > ul > li {
        position: relative;
    }

    .side-categories .hasSub:after {
        content: '\e82d';
        font-family: "fontello";
        font-size: 16px;
        position: absolute;
        padding: 0 10px;
        right: 0;
        line-height: 35px;
        top: 0;
    }

    .side-categories > ul > li > ul a {
        font-size: 90%;
        text-indent: 10px;
    }

    #Header .header-bottom .site-navigation > ul > li > a {
        max-width: none;
        justify-content: center;
        height: 65px;
    }

    .header-bottom {
        background-color: #3f4443;
    }

        .header-bottom a {
            font-weight: 300 !important;
        }

    #Header .site-logo {
        padding: 0;
    }

    #Footer .footer-top > div > div {
        display: block;
    }

    .footer-links {
        text-align: center;
        margin-top: 30px;
    }

        .footer-links i {
            /*display: none;*/
        }

        .footer-links li {
            display: list-item;
        }

        .footer-links a,
        .footer-title {
            text-align: center !important;
            display: block;
        }

    .pd-info .pd-price {
        text-align: center;
    }

    .pd-info .pd-name h2 {
        font-size: 22px !important;
        display: block;
        text-align: center;
    }

    #Header .container {
        display: flex;
        align-items: center;
    }

    #Header .header-top .container {
        display: flex;
    }

    .site-navigation {
        width: 100%;
    }

    #Header .header-top {
        padding: 0 0;
    }

        #Header .header-top .header-right > div {
            padding: 0 0px 0 13px !important;
        }

    .category-name h2 {
        line-height: 1;
    }

    #Container.slided {
        left: 250px;
    }

    .side-social {
        display: none;
    }

    #Header .menu-opener {
        width: 88px;
    }

        #Header .menu-opener div {
            position: relative;
            width: 25px;
            height: 16px;
            margin-left: 5px;
        }

    .footer-links,
    .category-name, .breadcrumb {
        text-align: center;
    }

    #Header .header-right > div {
        border: none;
    }

    #Header .header-right a i, #Header .search-opener i {
        /*font-size: 28px !important;*/
        color: black;
    }

    #Header .search-opener {
        /*margin: 0 0 0 20px;*/
    }

    #Header .cart a span {
        display: none;
    }

    .product-list li {
        margin-bottom: 13px;
        padding: 0 6px;
        min-height: unset;
        /*width: 100%;*/
        min-height: 450px !important;
    }

        .product-list li .pl-product-info .pl-product-name .p-brand,
        .product-list li .pl-product-info .pl-product-name span,
        .product-list .owl-carousel li .pl-product-info .pl-product-name .p-brand {
            font-size: 10px;
        }

    #Header .header-top {
        padding-bottom: 7px;
    }

    .product-list li .pl-product-info .pl-product-price .p-normal-price {
        font-size: 13px;
    }

    .product-list li .pl-product-info .pl-product-price .p-old-price {
        font-size: 11px;
    }

    .product-list li .pl-product-info .pl-product-name .p-brand {
        /*white-space: nowrap;
		display: inline-block;
		width: 100%;
		line-height: 1;
		overflow: hidden !important;
		text-overflow: ellipsis;*/
        /*white-space: nowrap;
		*/ display: inline-block;
        width: 100%;
        line-height: 1;
        overflow: hidden !important;
        text-overflow: unset;
        max-height: 60px;
    }

    .cat-banner {
        margin-bottom: 20px;
    }

    .header-bottom {
        display: none;
    }

    .site-navigation {
        width: 100%;
        padding: 20px 0;
    }

        .site-navigation li {
            width: 46%;
        }

    .breadcrumb li a {
        font-size: 12px;
        padding: 0;
        line-height: 24px;
        color: #888;
        font-weight: 300;
    }


    .secilen {
        padding: 0;
    }

    .sadakat {
        font-size: 65px;
    }

    .kargomnerede {
        font-size: 65px;
        color: #b8b3b4;
        /*font-family: none;*/
    }

    .kargomneredeContent {
        font-size: 18px;
        text-align: left;
    }

    @media (max-width: 767px) {
        .kargomneredeContent {
            text-align: center;
        }

        .kargomnerede {
            font-size: 50px;
        }

        .sadakat {
            font-size: 38px;
        }

        .secilen {
          /*  padding: 75px;*/
            padding-left: 0;
            padding-right: 0;
        }

        .home_row {
            flex-direction: column;
        }

            .home_row .row_right {
                padding-top: 70px !important;
                padding-top: 30px;
            }

            .home_row h1 * {
                margin-top: 5rem;
                font-size: 5rem !important;
            }

        .row_right a {
            width: 42% !important;
            font-size: 16px !important;
            margin-bottom: 20px !important;
        }

        .logosMobil {
            display: block !important;
        }

        .logos {
            display: none !important;
        }

        .aboutclass {
            /*display: none;*/
        }

            .aboutclass:after {
                content: '';
                background: url(/Content/bg1.jpg);
                width: 235px;
                height: 630px;
                background-size: contain;
                position: absolute;
                right: 0;
                top: 0;
                z-index: -1;
            }

        .videoplay22 {
            left: 5% !important;
        }

        .mainbanner #dik {
            min-height: unset !important;
        }

        .tab-navigation ul, .tab-content > div {
            text-align: center !important;
        }

        .category-list {
            text-align: center;
        }

        .trust-bar {
            padding: 20px 0 0;
        }

        .trust-bar {
            padding: 20px 0 0;
        }

        .trust-item {
            margin-bottom: 20px;
        }

            .trust-item:nth-child(2),
            .trust-item:nth-child(4) {
                border: none;
            }

        .producd-description {
            margin: 20px 0;
        }

            .producd-description, .producd-description * {
                text-align: center !important;
            }

        #shopbar-flyout-cart .item figure img {
            max-width: 100%;
        }

        .main-block-slider .flex-direction-nav {
            display: none;
        }

        #Container {
            margin-bottom: 0px;
            padding-top: 0;
        }

        #Footer {
            position: relative;
            background: #383838;
            margin-top: 4rem;
        }

            #Footer img {
                display: block;
                margin: 0 auto;
            }

        .footer-logo img {
            max-width: 80px;
        }

        .provider {
            text-align: center;
            padding: 10px 0;
            display: block;
        }

        .owner-text {
            text-align: center;
            display: block;
        }

        .pd-info {
            text-align: center;
            margin-bottom: 30px;
        }

            .pd-info .pd-action {
                margin-bottom: 0;
            }

            .pd-info .pd-name h2 {
                font-size: 32px;
            }

        .normal-price {
            margin-right: 0 !important;
        }

        #Header .cart a #item-quantity {
            display: none;
        }

        .border-left {
            display: none;
        }

        .border-right {
            display: none;
        }

        .border-bottom {
            display: none;
        }

        .site-search input {
            font-size: 25px;
            height: 60px;
            width: 100%;
        }

        .site-search button {
            font-size: 50px;
        }

        .close-s {
            right: 0;
        }

        #Header .site-navigation li > ul {
            position: relative;
        }
        /*.user-drop li a { text-align: left; color: #3f4443; line-height: 30px; }*/
        #Header .site-navigation > ul > li > a {
            line-height: 35px;
            height: auto;
        }

        #Header .site-navigation > ul > li > ul {
            display: none;
            z-index: 100;
            opacity: 1;
            top: 0;
        }

        .search-info {
            text-align: center;
        }

        .grid {
            margin: 0 !important;
        }
    }

    @media (max-width: 990px) {
        #Header .header-bottom .site-navigation > ul > li > a {
            padding: 0 12px;
        }

        #Header .site-navigation > ul > li > ul {
            display: none;
            opacity: 1;
            top: 0;
            padding: 10px 0 !important;
        }

        #Header .site-navigation > ul > li > a {
            line-height: 35px;
            height: auto;
        }

        #Header .site-navigation li > ul {
            position: relative;
            top: 0 !important;
        }

        #Header .site-logo a img {
            max-width: 100%;
        }

        #Header .shopbar-flyout {
            padding: 15px 15px 200px 15px;
        }

        #Header .shopbar-flyout {
            top: 0px;
        }

        .border-left {
            width: 15px;
        }

        .border-right {
            width: 15px;
        }
        /*.user-drop { height: 100%; width: 250px; }
    .user-drop { right: auto; left: -550px; }
    .user-drop li a {  text-align: left; color: #8c8d8e; }
    .user-drop li {display:list-item!important;}*/
        .user-drop {
            position: fixed !important;
        }

            .user-drop.opened {
                top: 100px !important;
                width: 100% !important;
                bottom: 0;
                opacity: 1;
                position: fixed !important;
                background: rgba(255, 255, 255, 0.9);
            }

            .user-drop li a {
                text-align: center !important;
                color: #5b8d91;
            }

        .site-logo {
            text-align: center;
        }

        .grid {
            margin: 0 15px;
        }

        .pd-main-image ul li img {
            margin-top: 0;
        }
    }

    @media (min-width:1024px) {
        .urunlerbg {
            display: table;
            width: 100%;
        }
    }

    @media (min-width:768px) and (max-width:1024px) {
        .menu-opener {
            position: absolute;
            top: 20px;
            margin-left: -25px;
        }


        .fixed .menu-button {
            top: 30px;
        }

        .user-drop.opened {
            top: 85px !important;
        }

        #site-navigation li {
            position: relative !important;
        }

            #site-navigation li:hover > ul.child-menu {
                right: 0 !important;
            }

            #site-navigation li ul li ul.child-menu2 {
                left: 0 !important;
            }

            #site-navigation li ul li:hover > ul.child-menu2 {
                top: -2px;
                right: 0;
                left: -225px !important;
            }

        .pd-info .pd-action .counter {
            margin-bottom: 10px;
        }

        .menu-button {
            width: 40px;
            margin-top: -5px !important;
            margin-left: -25px !important;
            position: absolute !important;
            right: unset;
            top: 18px;
        }

        .fixed .menu-button {
            width: 40px;
            margin-top: -5px !important;
            margin-left: 0px !important;
            position: absolute !important;
            right: -38px;
            top: 30px !important;
        }
    }

    @media (min-width: 1200px) {
        #Header .header-right > div {
            padding: 0 20px;
        }
    }

    @media (max-width: 1199px) {
        .trust-item div {
            font-size: 12px;
        }

        .trust-item p {
            font-size: 9px;
        }
    }

    @media (min-width: 768px) {


        #Header .header-bottom .site-navigation li > ul {
            position: absolute;
        }

        #Footer .footer-top {
            padding: 40px 0;
        }

        #Header .header-bottom .site-navigation > ul > span {
            font-size: 31px;
            opacity: .2;
        }

            #Header .header-bottom .site-navigation > ul > span:last-child {
                display: none;
            }

        #side-bar {
            padding-top: 0;
        }

        .product-list li .pl-product-info {
            width: 100%;
            bottom: 0;
            left: 0;
            text-align: center;
        }

            .product-list li .pl-product-info > div {
                width: 100%;
                background-color:;
                color: #000;
            }

        .side-title h4 {
            font-size: 13px;
        }

        .side-categories ul li a {
            font-size: 12px;
            line-height: 30px;
        }

        #shopbar-flyout-cart .item figure img {
            max-width: 64%;
        }

        .grid {
            margin: 0 15px;
        }


        #Header .header-bottom .site-navigation li:hover > ul {
            display: block;
        }

        #Header .header-bottom .site-navigation li > ul:after {
            content: "";
            position: absolute;
            top: 100%;
            margin-top: -1px;
            left: 0;
            height: 12px;
            width: 100%;
            background: transparent url("../assests/rectangle-white.png") top;
            z-index: 10;
        }

        #Header .header-bottom .site-navigation li > ul > li > a {
            width: 200px;
        }


        /* site-search */
        .ab-search form {
            display: flex;
            align-items: center;
        }

        .close-s:hover, .site-search button:hover {
            color: #000;
        }

        .site-search input {
            font-family: 'Futura', sans-serif;
            font-style: italic;
            text-indent: 0;
            padding: 0;
            width: 100%;
            border-radius: 0;
            background: transparent;
        }

        .site-search.lets-search {
            visibility: visible;
            z-index: 1000;
            opacity: 1;
            transform: scale(1);
        }

        .ab-search {
            position: absolute;
            left: 0;
            top: 40%;
            height: 100px;
            width: 100%;
        }

        .close-s {
            position: absolute;
            left: 50%;
            top: 39px;
            margin-left: -25px;
            font-size: 50px;
            color: #3f4443;
        }

        .no-items {
            font-size: 14px;
            text-align: center;
            line-height: 50px;
            color: #423F3F;
        }
    }

    @media (min-width: 1000px) {
        #Header .exit {
            line-height: 30px !important;
            font-size: 13px !important;
            margin-top: 0px;
        }

            #Header .exit i {
                font-size: 14px !important;
                width: auto;
                height: auto;
            }

        #Header .user-account {
            position: relative;
        }

            #Header .user-account:hover .exit {
                display: block !important;
            }

        .pd-main-image ul li .close span {
            width: 35px;
            height: 1px;
            background: #000;
            opacity: 1;
            position: absolute;
        }

            .pd-main-image ul li .close span.t {
                top: 11px;
                -ms-transform: rotate(45deg); /* IE 9 */
                -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
                transform: rotate(45deg);
            }

            .pd-main-image ul li .close span.b {
                -ms-transform: rotate(-45deg); /* IE 9 */
                -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
                transform: rotate(-45deg);
            }

        .pd-main-image ul li.bigger .close {
            display: none;
        }

        .pd-main-image ul.zoom-active li:not(.bigger) {
            display: none;
        }

        .border-left {
            width: 30px;
        }

        .border-right {
            width: 30px;
        }

        .side-title h4 {
            font-size: 16px;
        }

        .side-categories ul li a {
            font-size: 14px;
            line-height: 35px;
        }

        .trust-item:last-child {
            border: none;
        }
    }

    @media (min-width: 1200px) {
        #Header .site-logo a img {
            position: relative;
            top: -4px;
        }

        #Header .container {
            max-width: 100%;
        }
    }

    @media (min-width: 1700px) {
        #Header .site-logo a img {
            position: relative;
            top: -4px;
        }

        .container {
            width: 100%;
            max-width: 1700px;
        }

        #Header .container {
            max-width: 100%;
        }
    }



    /*stc-p.css ' e taşınacak*/
    .search-top {
        margin: 30px 0;
    }

    .search-info {
        font-size: 15px;
    }

    .result-title {
        line-height: 45px;
    }

        .result-title span {
            font-weight: 700;
        }

    .s-title {
        position: relative;
        padding: 0 15px;
        text-transform: uppercase;
        cursor: pointer;
        border: 1px solid #222;
        font-weight: 500;
        background-color: #444;
        color: #fff;
        font-size: 15px;
        line-height: 45px;
    }

        .s-title:after {
            content: "\f141";
            position: absolute;
            right: 10px;
            top: 0;
            font-size: 30px;
            font-family: 'FontAwesome';
        }

        .s-title ul {
            display: none;
            z-index: 300;
            width: 100%;
            margin: 0;
            text-align: right;
            position: absolute;
            padding: 15px;
            top: 100%;
            left: 0;
            background-color: #f8f8f8;
            border: 1px solid #ccc;
        }

            .s-title ul li {
                display: list-item;
                border-bottom: 1px solid #cfcfcf;
            }

                .s-title ul li:last-child {
                    border: none;
                }

                .s-title ul li a {
                    display: block;
                    line-height: 35px;
                    font-size: 13px;
                    color: #555;
                }

    .stack-topcenter.ui-pnotify {
        width: auto !important;
        max-width: 320px;
        margin-left: 15px;
    }

    #stc-content .container {
        padding: 0 10px;
    }

    #stc-content {
        padding: 50px 0;
        /*margin-top: 7% !important;*/
        background-color: #fff;
    }

    .option-group, select, .option-group label select {
        background-color: transparent;
    }

    .seperator-vertical span {
        background-color: #f8f8f8;
    }


    .no-product {
        text-align: center;
        padding: 50px 0;
    }

    .addthis_button_compact, .addthis_counter {
        display: none !important;
    }

    .at-icon-wrapper,
    .at-icon-wrapper svg {
        width: 25px !important;
        height: 25px !important;
    }

    .social-share {
        display: flex;
        align-items: center;
        justify-content: left;
        width: 100%;
        padding-top: 20px;
        padding-right: 15px;
    }

    .addthis_toolbox a {
        margin-bottom: 0 !important;
    }

    .sop {
        margin-right: 5px;
    }


    .list-by select {
        height: 45px;
        color: #323232;
        border: 1px solid #eaeaea;
    }

        .list-by select option {
            color: #323232;
            padding: 10px;
        }



    .loader {
        top: 30%;
        font-size: 8px;
        position: relative;
        text-indent: -9999em;
        border-top: 1.1em solid rgb(44, 94, 123);
        border-right: 1.1em solid rgba(238, 238, 238, 0.1);
        border-bottom: 1.1em solid rgb(44, 94, 123);
        border-left: 1.1em solid rgba(238, 238, 238, 0.1);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
        border-top-left-radius: 5em !important;
        border-top-right-radius: 5em !important;
        border-bottom-right-radius: 5em !important;
        border-bottom-left-radius: 5em !important;
    }

        .loader,
        .loader:after {
            border-radius: 50%;
            width: 10em;
            height: 10em;
            margin: 0 auto;
        }

    @-webkit-keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }


    @media (min-width:1024px) and (max-width:1360px) {
        /*#side-bar {
        left: 65.50% !important;
    }*/

        .owl-dots {
            text-indent: 400px !important;
            bottom: 20px;
            position: absolute;
        }

        .pd-main-image .owl-carousel .owl-nav .owl-prev {
            left: 0 !important;
        }

        .pd-main-image .owl-carousel .owl-nav .owl-next {
            right: 36% !important;
        }
    }

    /*@media (min-width:1361px) and (max-width:1440px) {
    #side-bar {
        left: 63.75% !important;
    }

    .owl-dots {
        text-indent: 400px;
        bottom: 20px;
        position: absolute;
    }

    .pd-main-image .owl-carousel .owl-nav .owl-prev {
        left: 0 !important;
    }

    .pd-main-image .owl-carousel .owl-nav .owl-next {
        right: 36% !important;
    }
}*/

    .stc-psd ul {
        margin-left: 15px;
    }

    .stc-psd li {
        list-style: circle !important;
    }

    #product-detail-tabs .nav-tabs > li.active > a {
        text-transform: uppercase !important;
        color: black !important;
        border: none !important;
    }

    #product-detail-tabs .nav-tabs > li > a {
        text-transform: uppercase !important;
        color: black !important;
        border: none !important;
    }

    #product-detail-tabs .nav-tabs > li {
        /*border-bottom: 1px solid transparent;*/
        /*border: 1px solid #000;*/
        margin: 5px;
        border-radius: 5px;
        z-index: 99;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: transparent !important;
    }

    .nav-tabs > li > a {
        font-size: 2rem;
    }

    #product-detail-tabs .nav-tabs > li.active {
        border-bottom: 1px solid black;
        border-radius: 0;
    }

    #product-detail-tabs .nav-tabs {
        display: flex;
        border-bottom: none !important;
        display: flex;
        justify-content: center;
    }

    #product-detail-tabs .tab-content {
        padding: 3rem;
        border-left: 1px solid #303030;
        z-index: 1;
        position: relative;
    }

        #product-detail-tabs .tab-content:after {
            content: '';
            position: absolute;
            bottom: 8%;
            right: -31%;
            width: 80%;
            height: 80%;
            background: #f2f2f2;
            z-index: -1;
        }

        #product-detail-tabs .tab-content:before {
            content: '';
            position: absolute;
            bottom: 78%;
            left: -51%;
            width: 700px;
            height: 700px;
            background: #fdefec;
            border-radius: 50%;
            z-index: -1;
        }

    .tabsProduct {
        padding-bottom: 30px;
        margin-top: 10rem;
    }

 