.scrollup {
    background: url("/Skins/shared/images/scrollup.png") no-repeat scroll 0 0 transparent;
    bottom: 40px;
    display: none;
    height: 44px;
    position: fixed;
    right: 20px;
    width: 44px;
    z-index: 9;
}
.countrycode {
    width: 31%;
}
.form-group input.form-control.mobilephone {
    width: 67%;
}

/*SEARCH*/
.search-input-box .search-input {
    background-color: #fff;
    border: none;
    max-width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}

.input-group .search-input.form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 38px;
    box-shadow: none;
    border-radius: 30px 0 0 30px;
    text-indent: 16px;
    border-right: none;
    letter-spacing: 0.5px;
}

.search-input-box .input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.search-input {
    color: #000;
    font-size: 13px;
    padding: 6px 10px;
    font-weight: 500;
}

.search-input-box {
    display: table;
    width: 100%;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 30px;
}

.search-input::-webkit-input-placeholder {
    color: #000;
}

.search-input:-moz-placeholder {
    color: #000;
}

.search-input-box span.input-group-btn {
    line-height: 0;
}

.search-input-box .search-btn {
    font-size: 22px;
    padding: 8px 12px;
    line-height: 0;
    border-radius: 0 30px 30px 0;
}
@media (min-width:1300px) {
    .search-input-box {
        max-width: 300px;
    }
}
@media (max-width:1299px) and (min-width:1100px) {
    .search-input-box {
        max-width: 260px;
    }
}
@media (max-width:1100px) and (min-width:900px) {
    .search-input-box {
        max-width: 240px;
    }
}
@media (max-width:900px) and (min-width:767px) {
    .search-input-box {
        max-width: 180px;
    }
}
@media (min-width:768px) {
    .search-new {
        float: right;
        margin: 18px 0px;
    }
}
@media (max-width:767px) {
    .search-new-mobile {
        text-align: center;
        margin: 60px 0 0px;
    }

    .search-input-box {
        border-radius: 0;
        max-width: 100%;
        margin: auto;
        border-width: 0 0 1px 0;
    }

    .input-group .search-input.form-control {
        height: 50px;
        background: #fff;
        text-indent: 15px;
        font-size: 13px;
        box-shadow: none;
        text-align: left;
        padding: 0;
        max-width: 100%;
    }

    .search-input-box .search-btn {
        padding: 11px 18px;
        font-size: 18px;
        background: #fff;
        color: #000;
    }
}

.autocomplete-suggestions {
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-top: none;
    cursor: default;
    overflow: auto;
    box-shadow: 1px 2px 5px rgba(148,148,148,.64);
}

.autocomplete-suggestion {
    padding: 10px 5px 10px 15px;
    white-space: normal;
    overflow: hidden;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    line-height: 36px;
}

    .autocomplete-suggestion img {
        max-width: 60px;
        float: left;
        margin-right: 15px;
    }

    .autocomplete-suggestion .prd-price {
        font-weight: 700;
        display: block;
        font-size: 15px;
    }

.prd-name {
    text-align: left;
    float: left;
    max-width: 150px;
    line-height: 15px;
    font-size: 12px;
}

.autocomplete-suggestion .prd-price {
    font-weight: 700;
    display: block;
    font-size: 15px;
    padding-top: 6px;
}
/*SEARCH*/

body {
    font-size: 13px;
    color: #000;
}

a {
    letter-spacing: 0.5px;
}
b, strong {
    font-weight: 600;
}
.container {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}

.header-offset {
    padding-top: 179px;
}

.prd-header-offset {
    padding-top: 168px;
}

.step-address.header-offset {
    padding-top: 90px;
}

.home-header-offset {
    padding-top: 159px;
}

.main-container {
    min-height: 825px;
}

.cat-header-offset {
    padding-top: 168px;
}
/*HEADER v4*/

.headerv4 .navbar-top {
    background: #fff none repeat scroll 0 0;
    height: 60px;
    border-bottom: 1px solid #efefef;
}

.navbar.stuck .navbar-top {
    margin-top: -40px;
}

.headerv4.header-cart .navbar-top {
    height: 80px;
}

.headerv4.navbar-km {
    background: #fff;
    box-shadow: none;
    min-height: auto;
    border: none;
}

.headerv4 .brandWrap {
    background: none;
    height: 78px;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
}

.headerv4.stuck .brandWrap {
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
}

.headerv4 .header-free {
    text-align: center;
    background: #000;
    height: 40px;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
}

.headerv4.stuck .header-free {
    margin-top: -40px;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
}

.top-secret {
    background: #000;
    padding: 0;
}

    .top-secret a {
        color: #000;
        font-size: 11px;
        letter-spacing: 0.5px;
        font-weight: 600;
        display: block;
        padding: 10px 20px 9px;
        line-height: 1;
        background: #fff;
    }

.top-slider span {
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    display: block;
}

.headerv4.header-cart .navbar-menu {
    border-top: none;
}

.headerv4 .navbar-brand {
    display: block;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 10px 0;
    position: absolute;
    right: 0;
    width: 110px;
    height: 76px;
}

.headerv4.header-cart .navbar-brand {
    padding: 20px 0;
    height: 80px;
}

.headerv4.header-cart .navbar-brand {
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 121px;
    display: block;
    padding: 10px 0;
}

.headerv4 .user-menu > li > a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding: 23px 0px 21px 24px;
    line-height: 1;
}

    .headerv4 .user-menu > li > a i {
        font-size: 31px;
    }

.megamenu .dropdown-menu > li.megamenu-content {
    padding: 25px 10px;
}
.headerv4 .megamenu-content ul li a, .headerv4 .megamenu-content ul li p, .headerv4 .megamenu-content ul li {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 15px;
    display:inline-block;
}
.headerv4 .megamenu-content ul.resim li a {
    padding-bottom: 0;
}
.headerv4 .megamenu-content ul li .menu-title {
    font-weight: 600;
    padding: 0 10px 20px;
    display: none;
}
.headerv4 .navbar-nav > li > a {
    color: #000;
    padding: 15px 35px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 0 #000;
    letter-spacing: 1.3px;
}

    .headerv4 .navbar-nav > li > a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        height: 3px;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .headerv4 .navbar-nav > li > a:hover:before, .headerv4 .navbar-nav > li > a:focus:before, .headerv4 .navbar-nav > li > al:active:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.headerv4 .megamenu-content ul li {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    .headerv4 .megamenu-content ul li span a {
        border-bottom: none;
        margin-bottom: 5px;
        margin-top: 5px;
        text-transform: uppercase;
        font-weight: 500;
    }
    .headerv4 .megamenu-content ul li a.tissot, .headerv4 .megamenu-content ul li a.hamilton, .headerv4 .megamenu-content ul li a.eterna, .headerv4 .megamenu-content ul li a.swatch {
        background: url(/skins/shared/images/swiss-made.png) no-repeat right 4px;
        padding-right: 18px;
    }
.headerv4 .navbar-nav > li > .dropdown-menu {
    box-shadow: 0 3px 10px rgba(103, 103, 103, 0.5);
    transition-delay: 0s;
    transition-duration: 200ms;
    transition-property: top, opacity, visibility;
    transition-timing-function: linear;
    border: medium none;
    border-radius: 0;
}


.headerv4 .cart-menu {
    float: right;
}


.headerv4 .search-input {
    font-size: 11px;
    letter-spacing: 1px;
}

.headerv4 .cart-menu > a {
    color: #000 !important;
    padding: 26px 0px 22px 20px;
    font-weight: 400;
    font-size: 13px;
}

    .headerv4 .cart-menu > a > i {
        font-size: 25px;
    }
.headerv4 .cart-menu > a .cart-quantity {
    bottom: 20px;
    right: -7px;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 17px;
}
.headerv4 .user-menu {
    float: right;
}


/*HEADER POPUP*/
.hdr-ppup {
    line-height: 16px;
    padding: 22px 0;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.5px;
    cursor: pointer;
    align-items: center;
    display: flex;
}

    .hdr-ppup i {
        flex: 0 1 auto;
        font-size: 28px;
        color: #6f6f6f;
    }

    .hdr-ppup div {
        flex: 1 0 auto;
        margin-left: 10px;
    }

    .hdr-ppup p {
        margin: 0;
    }

    .hdr-ppup span {
        color: rgba(0,0,0,.55);
    }

.hdrp-modal .modal-dialog {
    max-width: 800px;
}

.hdrp-modal .modal-header {
    border: none;
    padding: 0;
    margin: 0;
}

.hdrp-modal .modal-body {
    padding: 40px;
}

.hdrp-modal .hdrppup-desc {
    text-align: center;
}

    .hdrp-modal .hdrppup-desc > img {
        margin: 0 auto 30px;
    }

    .hdrp-modal .hdrppup-desc .btn {
        max-width: 225px;
        margin-top: 30px;
        font-weight: 500;
        text-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .hdrp-modal .hdrppup-desc .hdrppup-brnd {
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        padding: 30px 0;
    }

        .hdrp-modal .hdrppup-desc .hdrppup-brnd ul {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -1% -1% 0;
            align-items: center;
            justify-content: center;
        }

            .hdrp-modal .hdrppup-desc .hdrppup-brnd ul li {
                display: block;
                flex: 0 auto;
                max-width: 15%;
                width: 100%;
                padding: 0 1% 1% 0;
                list-style: none;
                margin-bottom: 0;
            }
/*HEADER POPUP*/
@media(max-width: 991px) and (min-width: 768px) {
    .headerv4 .navbar-brand {
        width: 140px;
    }

    .headerv4 .navbar-nav > li > a {
        padding: 15px 20px;
    }
}

@media (min-width:768px) {
    .megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
        max-width: 1460px;
        margin: 0 auto;
    }
.headerv4 .hasUserMenu > .dropdown-menu {
    left: auto;
    margin-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

    .headerv4 .user-menu > li > a span {
        display: none;
    }

    .headerv4 .navbar-menu {
        background: #fff;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }

    .header-user-menu {
        margin-top: 18px;
    }

    .headerv4 .center-menu.navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        width: auto;
    }
}

@media (max-width: 767px) {
    .home-header-offset {
        padding-top: 20px;
    }

    .header-offset {
        padding-top: 80px;
    }

    .cat-header-offset {
        padding-top: 60px;
    }

    .prd-header-offset {
        padding-top: 60px;
    }

    .headerv4 .navbar-brand.mobile-logo {
        display: block;
        height: 60px;
        left: 0;
        margin-left: auto !important;
        margin-right: auto;
        padding: 5px 0;
        position: absolute;
        right: 0;
        width: 100px;
        margin-top: 0px;
    }

    .headerv4 .navbar-top {
        height: 60px;
        background: #fff;
    }
.headerv4.header-cart .navbar-top {
    height: 60px;
}
    .headerv4 .navbar-nav > li > .dropdown-menu {
        box-shadow: none;
    }

    .navbar-toggle {
        margin-right: 0px;
        margin-top: 10px;
        background: none;
    }
.user-menu {
    float: none;
}
    .user-menu > li {
        width: 100%;
    }

        .user-menu > li > a i {
            display: none;
        }

        .user-menu > li > a {
            margin-top: 0;
            padding: 20px 20px;
            line-height: 20px;
            color: #000;
            font-weight: 600;
            border-bottom: 1px solid #ececec;
            font-size: 13px;
            width: 100%;
        }

    .megamenu .megamenu-content {
        padding: 0px;
    }

    li.megamenu-content {
        background: #f5f5f5;
    }

    .megamenu-content ul {
        margin-bottom: 0;
        padding: 0;
    }

    li.megamenu-content > div {
        padding: 15px 0;
    }

    .megamenu-content ul li {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .megamenu-content ul li a {
            font-size: 14px;
            display: block;
            padding: 8px 20px 8px 30px;
            font-weight: 400;
        }

        .megamenu-content ul li span.menu-title {
            font-weight: 500;
            font-size: 14px;
            display: block;
            padding: 8px 20px 8px 30px;
            color: #000;
        }

        .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
            clear: both
        }
            .megamenu-content ul li a.tissot {
                background: url(/skins/shared/images/swiss-made.png) no-repeat 87px center;
            }

            .megamenu-content ul li a.hamilton {
                background: url(/skins/shared/images/swiss-made.png) no-repeat 112px center;
            }

            .megamenu-content ul li a.eterna {
                background: url(/skins/shared/images/swiss-made.png) no-repeat 94px center;
            }
            .megamenu-content ul li a.swatch {
                background: url(/skins/shared/images/swiss-made.png) no-repeat 97px center;
            }
    .headerv4 .megamenu-content ul li span a {
        border-bottom: none;
        margin-bottom: 3px;
        margin-top: 5px;
        text-transform: uppercase;
    }

    .side-menu-left .navbar-nav > li > a {
        padding: 20px 30px;
        line-height: 20px;
        color: #000;
        font-weight: 600;
        border-bottom: 1px solid #ececec;
        font-size: 13px;
    }

        .side-menu-left .navbar-nav > li > a i {
            font-size: 16px;
            color: #000;
            float: right;
            margin-top: 2px;
        }

    .side-menu-left .navbar-nav .open .dropdown-menu {
        padding: 0;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        border-color: #ececec;
    }
#side-menu {
    padding: 0px 10px 0px 0px;
    z-index: 1051;
}
.side-menu-overlay {
    z-index: 1050;
}
        #side-menu .close {
            color: #000;
            opacity: 1;
            font-size: 25px;
            float: none;
            display: block;
            padding: 15px 0px 15px 20px;
            border-bottom: 1px solid #ececec;
            width: 100%;
            text-align: left;
        }

        #side-menu .contents {
            margin-top: 0;
        }

    .side-menu-left .navbar-nav {
        margin: 0px -10px;
    }

    .side-menu-left .nav.navbar-nav.navbar-right {
        border-top: 2px solid #e1e1e1;
        padding: 13px 0;
        margin: 10px 0;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }

    .navbar-toggle .icon-bar {
        border: 1px solid #000 !important;
    }

    .headerv4 .cart-menu > a {
        padding: 17px 15px 17px 10px;
    }

.headerv4 .cart-menu > a .cart-quantity {
    bottom: 17px;
    right: 14px;
    font-size: 8px;
    width: 12px;
    height: 12px;
    line-height: 14px;
}

    .headerv4 .user-menu > li > a i {
        font-size: 22px;
    }

    .headerv4 .hasUserMenu > .dropdown-menu {
        left: auto !important;
        right: 0 !important;
        margin-top: 0px;
        margin-right: 60px;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }

    #hm-menu {
        position: relative;
        cursor: pointer;
    }

        #hm-menu.navbar-toggle {
            margin: 22px 0 18px 15px;
        }

        #hm-menu span {
            display: block;
            position: absolute;
            height: 2px;
            width: 20px;
            background: #000;
            left: 0;
            border-radius: 30px;
        }

            #hm-menu span:nth-child(1) {
                top: 0px;
            }

            #hm-menu span:nth-child(2) {
                top: 6px;
            }

            #hm-menu span:nth-child(3) {
                top: 12px;
            }
}

@media (max-width: 420px) {
    .headerv4 .navbar-brand.mobile-logo {
        padding: 5px 0;
        width: 100px;
    }

    .headerv4 .navbar-brand img {
        max-width: 100px;
    }

    .headerv4 .user-menu > li > a {
        padding-right: 5px;
    }
}

/*HEADER v4 END*/
/*FOOTER v5*/
.footer {
    padding-bottom: 0px;
    background: #fff;
    border: none;
}

    .footer .footer-center {
        border-top: 3px solid #222;
        margin: 0 30px;
        padding: 30px 0;
    }

    .footer .footer-bottom {
        padding-top: 0px;
        background: none;
        border-top: none;
        padding-bottom: 14px;
    }

    .footer ul {
        font-size: 13px;
        color: #000;
        margin-top: 0;
    }

    .footer h3 {
        border-bottom: none;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 1px;
        padding: 0px 0 5px 0;
        color: #000;
        text-align: left;
        text-shadow: 0 0 #000;
    }

    .footer ul li a {
        color: #000;
        line-height: 2;
        padding: 0;
    }

    .footer .newsletter {
        margin-bottom: 20px;
    }

    .footer .news-letter-box input {
        border: 1px solid rgb(180, 187, 195);
        border-radius: 0;
        height: 36px;
        margin-bottom: 0;
        padding: 5px 10px;
        width: 66%;
        margin-right: 7px;
        font-size: 13px;
        letter-spacing: 0.5px;
        text-indent: 10px;
    }

    .footer .news-letter-box .btn {
        box-shadow: none;
        color: #fff;
        float: right;
        font-size: 12px;
        height: 36px;
        width: 30%;
        border-radius: 0;
        letter-spacing: 0.5px;
        padding: 0;
        font-weight: 600;
    }

    .footer .newsletter p {
        padding-bottom: 8px;
        font-size: 12.5px;
        letter-spacing: 0.5px;
    }

    .footer .social {
        margin-top: 16px;
        text-align: left;
    }

        .footer .social span {
            border-radius: 0;
            height: auto;
            padding: 0;
            width: auto;
            margin: 0 10px 0 0;
            border: none;
            background: none;
        }

            .footer .social span a {
                color: #000;
            }

            .footer .social span:hover a {
                color: #595959;
            }

    .footer .footer-info {
        margin-right: 30px;
    }

        .footer .footer-info h3 {
            font-size: 19px;
            font-weight: 600;
            letter-spacing: 2px;
        }

        .footer .footer-info p {
            color: #000;
            text-align: justify;
            line-height: 2;
            letter-spacing: 0.5px;
        }

    .footer .footer-free {
        text-align: right;
        margin-top: 10px;
    }

        .footer .footer-free span {
            color: #000;
        }

    .footer .support {
        font-size: 13px;
        margin: 0;
    }

        .footer .support a, .footer .support p {
            display: block;
            margin-left: 0px;
            color: #000;
            line-height: 2;
            letter-spacing: 0.5px;
        }

    .footer .credit-cards {
        opacity: 1;
        filter: none;
        text-align: right;
    }

        .footer .credit-cards img {
            margin: 0;
        }

    .footer .km-sign {
        padding-top: 5px;
    }

        .footer .km-sign a {
            letter-spacing: 1px;
            font-weight: 400;
            padding-left: 30px;
            color: #000;
            line-height: 1;
            display: inline-block;
        }

        .footer .km-sign span {
            letter-spacing: 1px;
            font-weight: 400;
            padding-right: 30px;
            color: #000;
            line-height: 1;
            border-right: 1px solid #000;
            display: inline-block;
        }
/*FOOTER-BREAKER*/
.footer-breaker {
    position: relative;
    height: 297px;
}

    .footer-breaker .breaker-bg {
        height: 100%;
        position: relative;
        width: 100%;
        z-index: 1;
    }

        .footer-breaker .breaker-bg img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .footer-breaker .breaker-text {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: 800px;
        padding: 0 40px;
        z-index: 2;
        transform: translate(-50%,-50%);
    }

        .footer-breaker .breaker-text h3 {
            text-transform: uppercase;
            font-size: 16px;
            letter-spacing: 1px;
            margin: 0 0 15px;
        }

        .footer-breaker .breaker-text h2 {
            font-size: 30px;
            line-height: 36px;
            font-weight: 500;
        }

        .footer-breaker .breaker-text a {
            display: inline-block;
            padding: 0 40px;
            font-size: 12px;
            background: #222;
            color: #fff;
            line-height: 40px;
            text-transform: uppercase;
            margin: 10px 0 0;
        }

            .footer-breaker .breaker-text a:hover {
                color: #fff;
                text-shadow: 0 0 #fff;
            }

@media(max-width:767px) {
    .footer-breaker .breaker-text {
        padding: 0 20px;
    }

        .footer-breaker .breaker-text h3 {
            font-size: 14px;
            margin: 0 0 5px;
        }

        .footer-breaker .breaker-text h2 {
            font-size: 24px;
            line-height: 28px;
        }

        .footer-breaker .breaker-text a {
            padding: 0 14px;
            line-height: 30px;
        }
}
/*FOOTER-BREAKER*/
/*FOOTER-MARKT*/
.footer .marketing {
    text-align: center;
    padding: 40px 0;
}

    .footer .marketing li:not(:last-child) {
        border-right: .0625rem solid #e5e5e5;
    }

    .footer .marketing .card-box {
        padding: 0 2.5rem;
    }

.footer .marketing {
    text-align: center;
}

    .footer .marketing span {
        font-size: 13px;
        color: #383838;
        letter-spacing: 1.2px;
        display: block;
        padding-bottom: 8px;
        font-weight: 400;
        text-shadow: 0 0 black;
    }

    .footer .marketing p {
        font-size: 12px;
        color: #444;
        letter-spacing: 1px;
        display: block;
        line-height: 16px;
    }

    .footer .marketing i {
        font-size: 46px;
        color: #383838;
        display: block;
        padding-bottom: 15px;
    }

.footer-cart {
    background: #f8f8f8
}

@media(max-width:767px) {
    .footer .marketing {
        text-align: left;
    }

        .footer .marketing .card-box {
            padding: 0;
        }

        .footer .marketing i {
            font-size: 42px;
            float: left;
            margin: 0 30px 0 10px;
        }

        .footer .marketing span {
            display: inline-block;
            padding-bottom: 3px;
        }

        .footer .marketing ul li {
            margin-bottom: 15px;
        }

            .footer .marketing ul li:last-child {
                margin-bottom: 0px;
            }

        .footer .marketing li:not(:last-child) {
            border: none;
        }
}

@media(max-width:767px) {
    .footer .footer-center {
        margin: 0 15px;
        padding: 30px 0 10px;
    }

    .footer .footer-info {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer .bottommenu-child {
        margin-bottom: 20px;
        padding: 0;
    }

    .footer .support {
        margin-bottom: 20px;
    }

    .footer .credit-cards {
        text-align: center;
        margin: 20px 0 0;
    }
}
/*FOOTER-MARKT*/

/*FOOTER v5 END*/
/*PRODUCT LIST v2*/
.product-show-case .item {
    margin: 0 5px 15px;
}

.item .product .product-status {
    height: 0px;
    padding-top: 0px;
}

.item .product {
    background: #fff;
    border: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 0;
    border-radius: 0;
}

    .item .product:hover .image-hover a img {
        opacity: 1;
        transform: none;
    }
.item.list-view {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}
.item.list-view:last-child {
    border-bottom: none;
}
    .item .product .new-product {
        position: absolute;
        top: 8px;
        right: 8px;
        height: 46px;
        border-radius: 50%;
        width: 46px;
        padding: 9px 0;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        color: #fff;
    }

    .item .product:hover .new-product {
        opacity: 1;
    }
.item.list-view .product .new-product {
    left: 8px;
    top: 60px;
}
    .item .product .discount {
        position: absolute;
        top: 8px;
        left: 8px;
        height: 46px;
        border-radius: 50%;
        width: 46px;
        padding: 16px 0;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 15px;
        text-shadow: 0 0 white;
        background: linear-gradient( 76.3deg, rgb(149 20 23) 12.6%, rgb(230 43 47) 82.8% );
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        color: #fff;
    }

    .item .product:hover .discount {
        opacity: 1;
    }
.promotion-first {
    margin-bottom: 0;
}
.item .free-ship {
    border-radius: 15px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 15px;
    color: #000;
    text-shadow: 0 0 black;
    background: #f1f1f1;
    margin-right: 5px;
    letter-spacing: 0.3px;
}

.promotion-third .preorder-img {
    position: absolute;
    bottom: 113px;
    left: 8px;
    z-index: 1;
}

.item .camp-list {
    border-radius: 15px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 15px;
    color: #000;
    text-shadow: 0 0 black;
    background: #f1f1f1;
    letter-spacing: 0.3px;
}

.list-bottom {
    height: 30px;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.item .item-name a {
    font-size: 14px;
    color: #000000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item .price {
    color: #000000;
    min-height: 35px;
    margin-left: 10px;
}

.item .price-standard {
    font-size: 16px;
    display: inline;
    color: #757575;
}

.item .product .price-sales {
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
    color: #000;
}

.item .no-stock {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 0;
    background-color: #000000c4;
    color: #fff;
    line-height: 1;
    position: absolute;
    bottom: 0;
    width: 140px;
    text-align: center;
    display: block;
    top: 28px;
    left: -28px;
    z-index: 1;
    -webkit-transform: rotate( 315deg );
    -ms-transform: rotate(315deg);
    transform: rotate( 315deg );
    height: 26px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item .product:hover .no-stock {
    opacity: 1;
}

.item .btn-buy {
    margin-top: 15px;
    padding: 4px 10px;
}

.item .description {
    margin: 10px 0 0 10px;
    text-align: left;
    padding: 0;
    min-height: 30px;
}

.item .product .image-hover a {
    display: block;
    border: 1px solid transparent;
}

.item .product:hover .image-hover a {
    border-color: #efefef;
}
.item.list-view .product:hover .image-hover a {
    border-color: transparent;
}
.item .product .image-hover, .item .product .image-hover img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: inherit;
}
.item .product:hover .image-hover img {
    transform: scale(1.2);
}
.item.list-view .image-hover {
    padding: 0;
}
.item.list-view .product .promotion-first {
    position: absolute;
    top: 0;
    left: 0;
}
.item.list-view .product .discount, .item.list-view .product .new-product {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: auto;
    right: auto;
    left: auto;
    margin: 5px 0;
}
.item.list-view .btn-shopping-list {
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
}

.item .btn-shopping-list {
    bottom: 8px;
    top: auto;
    right: 8px;
}
.buy-action {
    background-color: #f8f8f8;
}

.product-status .preorder-img {
    position: absolute;
    left: 6px;
    bottom: 114px;
}

.product:hover .buy-action {
    animation: 300ms linear 0s normal none 1 running fadeInUp;
}
.product .campaign-prbox {
    font-size: 11px;
    font-weight: 400;
    color: #757575;
    line-height: 12px;
}
.product .campaign-prbox .camp-price {
    font-size: 13px;
    line-height: 18px;
}
@media (min-width: 890px) {
.product .campaign-prbox {
    border-left: none;
    margin: 0;
    padding: 0;
}
}
@media (min-width:767px) {
    .item {
        margin-bottom: 40px
    }
}
@media (max-width:767px) {
    .item .description {
        min-height: 25px;
    }
    .item .item-name a {
        font-size: 12px;
    }

    .item .price {
        min-height: 32px;
    }

    .item .product .price-sales {
        font-size: 13px;
        margin-right: 6px;
    }

    .item .price-standard {
        font-size: 11px;
    }

    .item .free-ship {
        display: none;
    }
    .item .product .new-product {
        top: 4px;
        right: 4px;
        height: 36px;
        width: 36px;
        padding: 8px 0;
        font-size: 10px;
        letter-spacing: 0.5px;
        line-height: 11px;
        opacity: 1;
    }

    .item .product .discount {
        top: 4px;
        left: 4px;
        height: 36px;
        width: 36px;
        padding: 11px 0;
        font-size: 13px;
        opacity: 1;
    }

    .list-bottom {
        height: 25px;
    }

    .item .camp-list {
        font-size: 12px;
        padding: 2px 15px;
        letter-spacing: 0.6px;
    }
}

@media (max-width:414px) {
    .item .price-box {
        min-height: 38px;
    }
}
/*PRODUCT LIST v2 END*/

/*PRODUCT LIST*/
.product-sort .form-control {
    box-shadow: none;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #efefef;
    border-radius: 30px;
}

    .product-sort .form-control option {
        color: #000;
        font-weight: 400;
        font-size: 14px;
    }

.catgory-name .breadcrumb > li + li:before {
    content: none;
}

.ctgry-path {
    padding: 0px 0 20px;
    display: flow-root;
}



.breadcrumb a, .product-count span {
    font-size: 14px;
    color: #000;
}

.product-count a {
    font-size: 15px;
    color: #a5a5a5;
    margin-left: 15px;
}

.cat-top-count {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

.category-footer {
    margin-bottom: 60px;
}

@media(min-width:767px) {
    .left-panel {
        padding-right: 40px;
    }
}

@media(max-width:991px) {
    .ctgry-path {
        padding: 0 10px;
    }

}

.content-parallax {
    position: relative;
}
    /*
.content-parallax{
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.content-parallax .img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}*/
    .content-parallax .inner:after {
        content: '';
        background: url(/Skins/shared/images/list_bnr_bg.png) no-repeat;
        width: 100%;
        height: 29px;
        background-size: cover;
        -moz-background-size: cover;
        position: absolute;
        bottom: 0px;
        left: 0;
    }

    .content-parallax .title {
        position: absolute;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        left: 0;
        right: 0;
        top: 50%;
        padding-left: 20px;
    }

        .content-parallax .title h1 {
            font-size: 110px;
            font-weight: 800;
            color: #fff;
            letter-spacing: 3px !important;
            margin: 0;
            text-transform: uppercase;
        }

.brand-banner .content-parallax .title {
    display: none;
}

@media (max-width:767px) {
    .content-parallax {
        display: none;
    }

    .product-sort .form-control option {
        font-size: 12px;
        line-height: 1;
        height: 34px;
        text-align: center;
        margin: 0 auto;
        width: 170px;
    }
}
/*PRODUCT LIST END*/
/*PRODUCT-DEAIL*/

.prd-container.container {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}
.transitionfx {
    margin-bottom: 40px;
}
.pdetail {
    padding-top: 10px;
}

.breadcrumb {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

    .breadcrumb.pd-breadc {
        padding: 22px 0;
    }

    .breadcrumb a {
        font-size: 13px;
        color: #000;
    }

.category-path {
    border-bottom: 0px solid #fff;
    margin-bottom: 0px;
}

hr.hr-base {
    border-color: #efefef;
}

h1.product-title {
    padding-top: 7px;
    font-size: 23px;
    font-weight: 600;

}

.brand-img img {
    max-width: 120px;
}

.pdetail .product-code {
    font-size: 12px;
    display: inline-block;
    margin: 5px 3px 5px;
    font-weight: 400;
    text-shadow: 0 0 black;
    letter-spacing: 0.5px;
}

    .pdetail .product-code:before {
        content: '/';
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: 0px;
    }

    .pdetail .product-code.codesku {
        margin-left: 0;
    }

        .pdetail .product-code.codesku:before {
            display: none
        }


.pd-discount {
    font-size: 15px;
    text-align: center;
    background: linear-gradient( 76.3deg, rgb(149 20 23) 12.6%, rgb(230 43 47) 82.8% );
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    letter-spacing: 0.5px;
    width: 50px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: text-bottom;
}

    .pd-discount span {
        padding-top: 15px;
        display: block;
    }

.icon-new {
    z-index: 1;
    text-align: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 12px;
    right: 28px;
    background: linear-gradient( 65.5deg, rgba(23,205,205,1) -15.1%, rgba(23,25,95,1) 71.5% );
}

    .icon-new .pdetail-icon-text {
        font-size: 12.5px;
        font-weight: 400;
        color: #fff;
        line-height: 14px;
        padding-top: 12px;
    }

.pre-order-desc {
    background: #f1f1f1;
    padding: 4px 15px;
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 0 black;
}

.product-default-image {
    border: 1px solid #efefef;
}

.product-image-list a {
    width: 70px;
    margin-bottom: 0;
    border: 1px solid #efefef;
    display: inline-block;
    margin: 8px 8px 0 0;
    padding: 2px;
}

    .product-image-list a:last-child {
        margin-right: 0;
    }

    .product-image-list a img {
        max-width: 100%;
    }

.product-image-list {
    margin-top: 10px;
}

.product-images {
    margin-bottom: 0px;
}

.camp-box {
    padding: 14px 0 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

div#Campaigns {
    display: inline-block;
}

.campaign {
    border: none;
    color: #000000;
    background-color: #f1f1f1;
    padding: 4px 15px;
    border-radius: 15px;
    margin-bottom: 0;
}
.prd-campaign.available-campaigns {
    margin-right: 10px;
}
.campaign-title {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 0 black;
    text-transform: none;
}

.product-subtitle {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 10px;
    text-align: right;
    font-weight: 700;
}

    .product-subtitle a {
        text-decoration: underline;
        font-weight: 400;
        line-height: 13px;
        display: block;
        font-size: 13px;
        padding-top: 7px;
    }


.pdetail .price-box {
    display: inline-block;
}

.pdetail .price-standard {
    font-weight: 500;
    font-size: 18px;
    color: #989898;
}

.pdetail .product-price .price-sales {
    font-size: 26px;
    font-weight: 600;
    margin-right: 10px;
}
.pd-installment {
    padding-bottom: 25px;
}
.pdetail .installment-price {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
}
.applied-campaigns {
    color: #989898;
}
.pdetail .product-price .pd-campaigns .price-sales {
    color: #ce2428;
}
.cnt-quantity {
    width: auto;
}

    .cnt-quantity .quantity {
        width: 100px;
    }

    .cnt-quantity .quantity-title {
        display: none;
    }

    .cnt-quantity .form-control {
        height: 54px;
        text-align: center;
        padding: 1px;
        border: 1px solid #9e9e9e;
        box-shadow: none;
        border-right: none;
        border-left: none;
        font-weight: 700;
        font-size: 18px;
    }

        .cnt-quantity .form-control:focus {
            border-color: #9e9e9e !important;
        }

.cart-actions .btn-quanity, .cart-actions .btn-quanity:hover {
    border: 1px solid #9e9e9e;
    line-height: 0;
    padding: 25px 13px 27px;
    background: none !important;
    color: #000;
}

.btn-quanity.bootstrap-touchspin-down, .btn-quanity.bootstrap-touchspin-down:hover,
.btn-quanity.bootstrap-touchspin-down:active, .btn-quanity.bootstrap-touchspin-down:focus {
    border-right: none;
    box-shadow: none;
}

.btn-quanity.bootstrap-touchspin-up, .btn-quanity.bootstrap-touchspin-up:hover,
.btn-quanity.bootstrap-touchspin-up:active, .btn-quanity.bootstrap-touchspin-up:focus {
    border-left: none;
    box-shadow: none;
}


.cart-actions button, .cart-actions .btn-cart {
    border: none;
    letter-spacing: 0;
    background: #000;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 15px;
    color: #fff;
}

    .cart-actions .btn-cart:hover {
        background: #000 !important;
        border: none;
        color: #fff;
    }

.cart-actions .btn-expressbuy {
    background: #4dc247;
    text-decoration: none;
    border: none;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 15px;
}

    .cart-actions .btn-expressbuy:hover {
        background: #34922f;
        color: #fff;
        border: none;
    }

.offer-box {
    padding-top: 10px;
    display: flow-root;
}

.pd-preorder-img {
    position: absolute;
    left: 10px;
    z-index: 1;
    bottom: 10px;
}

.prd-social {
    float: left;
}

    .prd-social div {
        display: inline-block;
        vertical-align: text-top;
        padding-right: 12px;
        font-weight: 600;
    }

        .prd-social div span {
            display: block;
            font-size: 13px;
            font-weight: 400;
            line-height: 1;
            padding-top: 1px;
        }

        .prd-social div a {
            padding: 0 3px;
            display: inline-block;
        }

            .prd-social div a.wpweb i, .prd-social div a.wpmobile i {
                color: #0dc143;
            }

            .prd-social div a i {
                font-size: 36px;
                color: #000;
            }



.offer-form {
    float: right;
    padding: 6px 20px;
    border: 1px solid #efefef;
    background-color: #000;
}

    .offer-form a, .offer-form a:hover {
        color: #ffffff;
        text-shadow: 0 0 black;
    }

    .offer-form i {
        font-size: 25px;
        vertical-align: sub;
    }
    .offer-modal .modal-body {
        padding: 20px 40px;
    }
label {
    font-weight: 500;
}
h2.block-title-2, .formBox h3, .block-title-2 {
    border-bottom: none;
    font-weight: 600;
}

.form-control {
    box-shadow: none;
}

.prd-trust {
    padding: 8px 10px;
    border: 1px solid #efefef;
    color: #000;
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.prd-trust.trust-red {
    border: 1px solid #efefef;
    color: #fff;
    background-color: #8e1818;
}
    .prd-trust i {
        font-size: 36px;
        margin-right: 10px;
    }
.prd-trust.trust-red img {
    max-width: 30px;
    margin: 0 12px 0 4px;
}

    .prd-trust span {
        letter-spacing: 0.5px;
    }

.pdetail_info, .btn-shopping-list, .btn-compare-list {
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    padding-left: 0;
}

    .pdetail_info i, .btn-shopping-list i, .btn-compare-list i {
        padding-right: 5px;
        font-size: 16px;
        float: left;
        line-height: 26px;
    }

.pdetail_installmentopt {
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin-top: 12px;
    color: #000000;
    font-weight: 600;
}

    .pdetail_installmentopt i {
        font-size: 25px;
        margin-right: 6px;
        vertical-align: sub;
    }

.product-icon a {
    border: 1px solid #efefef;
    padding: 10px 8px 4px;
    vertical-align: middle;
    width: 108px;
    box-shadow: 3px 3px 0px rgba(219, 219, 219, 0.5);
}

.prd-group-container .prd-group-title {
    font-size: 12px;
    font-weight: 600;
}

.prd-group-container {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}
.prd-group-container .item .product {
    border-color: #efefef;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
}
.prd-group-container .owl-item:first-child .item .product {
    border-color: #c1c1c1;
}
.pd-chapps {
    margin: 10px 0;
    padding: 0;
}

.pd-chapps-box {
    padding: 10px 0;
    display: inline-block;
    text-align: center;
}

    .pd-chapps-box i {
        font-size: 36px;
        color: #363636;
        display: block;
        margin-bottom: 5px;
    }

    .pd-chapps-box span {
        display: block;
        color: #000;
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
        text-shadow: 0 0 #000
    }

    .pd-chapps-box p {
        color: #000;
        font-size: 13px;
        margin-bottom: 0;
        font-weight: 500;
        line-height: 14px;
        text-shadow: 0 0 #000
    }

.detaysosyalmedya {
    display: inline-block;
    float: right;
}

.social-title {
    float: left;
    padding: 3px 10px 0 0;
}

.addthis_toolbox.addthis_default_style {
    float: left;
}

    .addthis_toolbox.addthis_default_style a.at300b .at-icon-wrapper {
        background-color: #000 !important;
        width: 20px !important;
        height: 20px !important;
        line-height: 20px !important;
        border-radius: 50%;
    }

    .addthis_toolbox.addthis_default_style a span svg.at-icon {
        height: 20px !important;
        width: 20px !important;
        padding: 2px;
    }

.icon-free-shipping {
    background: #f1f1f1;
    padding: 4px 15px;
    border-radius: 15px;
    display: inline-block;
    margin-right: 10px;
}

.pdetail-icon-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 0 black;
}

.product-icon-new > span {
    padding: 1px 15px 0 0px;
    vertical-align: middle;
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

.product-icon-new .icon-instock {
    color: #4dc247;
}

.product-icon-new .icon-sold-out {
    color: #d71920;
}
span.icon-instock {
    font-size: 20px;
    padding: 5px 0px 0;
    display: inline-block;
    vertical-align: text-top;
    color: #0dc143;
}
    span.icon-instock i {
        font-size: 25px;
        margin-right: 8px;
        vertical-align: bottom;
    }

.alert-box div {
    padding: 8px 20px 5px;
}
.incaps {
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    text-shadow: 0 0 black;
}
.prd-promotion {
    margin-top: 20px;
    margin-bottom: 0px;
}

.prd-promotion-title {
    font-size: 22px;
    font-weight: 600;
}
.prd-promotion .item {
    margin-bottom: 0px;
}
.prd-promotion .product-image img {
    width: 100px;
    margin: 0;
}
.prd-promotion .product-name {
    font-size: 15px;
}
.prd-promotion .item .price {
    margin-left: 0;
	font-size: 15px;
}
div#Detail {
    text-align: justify;
}
.product-part-title {
    font-size: 22px;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    font-weight: 600;
}

.tab-content {
    padding: 10px 20px;
}

.tab-content .table > tbody > tr > td {
    font-size: 13px;
    line-height: 1;
}

.table > thead > tr > td.light-tbl, .table > tbody > tr > td.light-tbl, .table > tfoot > tr > td.light-tbl, .table > thead > tr > th.light-tbl, .table > tbody > tr > th.light-tbl, .table > tfoot > tr > th.light-tbl, .table > thead > tr.light-tbl > td, .table > tbody > tr.light-tbl > td, .table > tfoot > tr.light-tbl > td, .table > thead > tr.light-tbl > th, .table > tbody > tr.light-tbl > th, .table > tfoot > tr.light-tbl > th {
    background-color: #fff;
}

.tab-content .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.prd-properties .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.properties-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.properties-box > div {
    padding-left: 0;
}
.properties-item {
    color: #71717A;
    margin-bottom: 12px;
    font-size: 14px;
}
.properties-box .properties-item span {
    display: block;
	color:#000;
}
@media screen and (max-width: 991px){
	.product-tab .panel-group {
		border-top: none;
	}
}
@media (min-width:767px) {
    .product-image-list {
        margin-top: 0px;
    }
    .pdetail .product-price {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .prd-social div a.wpmobile {
        display: none;
    }
	.tab-right {
		padding-left:50px;
	}
div#prd-promotion {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
}
	.pdetail {
		padding-left: 50px;
	}
}

@media (max-width:767px) {
    h1.product-title {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .category-path {
        padding-left: 10px;
    }

    .pdetail {
        clear: both;
    }

    .product-default-image {
        border: none;
    }
    .offer-form {
        margin-top: 20px;
        float: left;
        clear: both;
    }
    .detaysosyalmedya {
        float: left !important;
        margin-top: 20px;
        margin-left: 10px;
    }

    .product-image-list a {
        width: 86px !important;
    }
    .pdetail .product-code {
        font-size: 11px;
        letter-spacing: 0;
    }
    .cart-actions button, .cart-actions .btn-cart, .cart-actions .btn-custom-form {
        padding: 20px 0 !important;
        font-size: 15px !important;
        letter-spacing: 1.5px;
    }
    .pdetail .product-price {
        margin-bottom: 12px;
    margin-top: 5px;
    }
    .pdetail_installmentopt {
        font-size: 12px;
        margin-top: 0;
        color: #000000;
    }
.offer-box {
    padding-top: 0px;
}
    /*.pdetail .cart-actions {
        position: fixed;
        bottom: 0;
        margin: 0;
        z-index: 9;
        box-shadow: 0 13px 15px 6px black;
        background: #fff;
        transition: all 1s cubic-bezier(1, 0, 0, 1);
        -webkit-transition: all 1s cubic-bezier(1, 0, 0, 1);
        -moz-transition: all 1s cubic-bezier(1, 0, 0, 1);
        -o-transition: all 1s cubic-bezier(1, 0, 0, 1);
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        left: 0;
    }*/
    .prd-social div a.wpweb {
        display: none;
    }
    .prd-trust span {
        letter-spacing: 0.5px;
        font-size: 12px;
    }

    .prd-trust i {
        margin-top: 12px;
    }


    .pdetail_info, .btn-shopping-list, .btn-compare-list {
        font-size: 17px !important;
        font-weight: 700;
    }

        .pdetail_info i, .btn-shopping-list i, .btn-compare-list i {
            font-size: 21px !important;
        }
	.prd-promotion {
		margin-top: 10px;
	}
	.prd-promotion-title {
		font-size: 18px;
	}
	.prd-promotion .product-image img {
		width: 80px;
	}
.product-part-title {
    font-size: 18px;
}
}

@media(max-width:916px) {
    .cnt-quantity .quantity {
        width: 100px;
    }
}

@media (max-width: 480px) {
    .cnt-quantity .form-control {
        height: 37px;
    }

    .cart-actions .btn-quanity, .cart-actions .btn-quanity:hover {
        padding: 17px 9px 18px !important;
    }

    .product-subtitle {
        font-size: 13px;
        text-align: left;
        margin-top: 20px;
        padding: 0;
    }

        .product-subtitle a {
            font-size: 12px;
            display: inline-block;
        }
}
/*product tab*/
.tab-title {
    width: 100%;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
    .tab-title ul {
        margin: 0 auto;
        border-bottom: 1px solid #efefef;
    }
.tab-title li {
    display: inline-block;
}
.tab-title li a {
    display: block;
    line-height: 59px;
    color: #ababab;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
    .tab-title li a.active {
        color: #000;
        text-shadow: 0 0 #000;
    }
.title-h2 {
    font-size: 23px;
    line-height: 1.21em;
    color: #222;
    padding: 40px 0;
}

.product-tab {
    margin-bottom: 0;
}

    .product-tab .panel-group {
        margin-bottom: 0px;
    }

        .product-tab .panel-group .panel {
            box-shadow: none;
            border: none;
            margin-top: 0;
        }

    .product-tab .nav-tabs {
        border: none;
    }

        .product-tab .nav-tabs > li > a {
            font-size: 12px;
            border-bottom: 2px solid transparent;
            text-align: center;
        }

        .product-tab .nav-tabs > li.active > a {
            color: #000 !important;
            background: #fff;
            border-bottom: 2px solid #000;
        }

            .product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:hover, .product-tab .nav-tabs > li.active > a:focus {
                border-bottom: 2px solid #000;
                background: #fff;
            }

    .product-tab .panel-body {
        padding: 15px 10px;
        color: #000;
    }

    .product-tab #accordion .panel .panel-heading h4 {
        color: #000;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        text-shadow: 0 0 black;
    }

.product-tab .panel-default > .panel-heading {
    padding: 16px 5px !important;
    padding-left: 0;
    border-width: 1px 0 0;
    background: #fff;
    box-shadow: none;
    border-style: solid;
    border-color: #efefef;
}

.product-tab #accordion .panel:last-child .panel-heading {
    border-bottom: solid 1px #efefef;
}



.product-tab #Instalments .table {
    margin-top: 15px;
    margin-bottom: 0;
}

.product-tab .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.product-tab .table > thead > tr > th, .product-tab .table > tbody > tr > th, .product-tab .table > tfoot > tr > th, .product-tab .table > thead > tr > td, .product-tab .table > tbody > tr > td, .product-tab .table > tfoot > tr > td {
    border-top: none;
}

.prd-properties > table > thead > tr > th {
    display: none;
}



div#Instalments {
    font-size: 11px;
    letter-spacing: 0;
}
.collapse.in#Instalments {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
    div#Instalments .inst-box {
        padding: 0 3px;
    }

.installment-bank {
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
}
.tab-content .table > tbody > tr > td {
    font-size: 13px;
    line-height: 1;
}

.table > thead > tr > td.light-tbl, .table > tbody > tr > td.light-tbl, .table > tfoot > tr > td.light-tbl, .table > thead > tr > th.light-tbl, .table > tbody > tr > th.light-tbl, .table > tfoot > tr > th.light-tbl, .table > thead > tr.light-tbl > td, .table > tbody > tr.light-tbl > td, .table > tfoot > tr.light-tbl > td, .table > thead > tr.light-tbl > th, .table > tbody > tr.light-tbl > th, .table > tfoot > tr.light-tbl > th {
    background-color: #fff;
}

.tab-content .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

/*product tab*/


/*PRODUCT-DEAIL END*/

.category-detail {
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 8%);
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 4px;
    border: none;
}
.category-info {
    overflow: auto;
    max-height: 300px;
}
    .category-detail h1 {
        font-size: 22px !important;
        font-weight: 600;
    }
    .category-detail h2 {
        font-size: 16px !important;
        font-weight: 600;
    }
    .category-info::-webkit-scrollbar {
        width: 4px;
        border-radius: 0 5px 5px 0;
        background-color: #00000033;
    }

    .category-info::-webkit-scrollbar-thumb {
        background-color: #000;
        border-radius: 5px;
    }
.content-temp2 .inner .img-block img, .content-temp2 .inner:hover .img-block img {
    transform: none;
    transition: none;
    border: none;
    border-color: transparent;
    background: #fff;
}

.content-temp2 .inner .img-block, .content-temp2 .inner {
    border: none;
    border-color: transparent;
    background: #fff;
    margin-bottom: 0;
}

.brands-home .owl-carousel .owl-item img {
    aspect-ratio: auto 198 / 110;
}

.box-text-cell-inner.dark {
    color: #000000;
    text-align: center;
    padding-top: 20px;
}

.image-look .inner .box-text-cell-inner h1 {
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-inverse {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #d0d0d0;
    padding: 4px 20px;
}


.greybg {
    background-color: #f8f8f8;
    background-image: linear-gradient(#f3f3f3, #e8e8e8);
    padding: 50px 0;
    margin: 50px 0;
}

.f-brnds {
    margin: 0 auto;
    text-align: center;
    float: none;
}

.featured-brands .content-slide {
    margin: 0 10px;
}

.featured-title {
    margin-bottom: 20px;
}

    .featured-title h2 {
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 8px;
    }

.blog-slider .blog-item h2 {
    padding: 8px 0;
    border-bottom: none;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 19px;
}

.blog-item a.readmore {
    color: #000000;
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
    padding: 10px 20px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-top: 15px;
    letter-spacing: 0.5px;
    display: inline-block;
}

.blog-slider .blog-short-desc {
    min-height: 45px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
}

.module-title {
    background: transparent;
    padding: 30px 0;
    margin-bottom: 10px;
    text-align: center;
}

    .module-title h2 {
        font-size: 20px;
        font-weight: 500;
    }

@media (max-width:767px) {
    .box-text-cell-inner.dark {
        padding-bottom: 20px;
    }

    .greybg {
        margin: -15px 0 42px;
    }

    .btn-inverse {
        font-size: 12px;
    }
}


.brand-alphabet-list a {
    color: #000000;
    font-size: 13px;
    min-width: 40px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
}

.br-list .inner {
    display: block;
    position: relative;
    margin: 0 0 14px;
    background: #f2f2f2;
}

    .br-list .inner .br-border:hover {
        background: #f2f2f2;
        box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
        -moz-box-shadow: 5px 5px 15px rgba(0,0,0,.15);
        -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
    }
/*Filter*/
.filter-square-box .filter-square:before {
    width: 14px;
    height: 14px;
    border: 1px solid #979797;
    margin: 3px 6px 0 0;
    border-radius: 0;
}
.filter-square-box .filter-square.selected:after {
    content: "";
    font-family: "Jost", serif;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 0px;
    top: 9px;
    left: 2px;
    z-index: 0;
    color: #000;
    background: #000;
}
.category-panel.filter-panel .filter-item a, .category-panel.filter-panel ul > li > a {
    font-size: 13px;
    color: #454545;
}
.category-panel .panel-heading .panel-title {
    font-size: 13px;
    letter-spacing: 1px;
    text-shadow: 0 0 #000;
    font-weight: 400;
}
.cat-top-bar .psort-list span {
    font-size: 13px;
    letter-spacing: 1px;
    text-shadow: 0 0 #000;
    cursor: pointer;
}
.cat-top-bar .psort-list i {
    font-size: 20px;
}
.change-view span {
    font-size: 13px;
    margin-right: 5px;
    letter-spacing: 1px;
    text-shadow: 0 0 #000;
}
.cat-top-bar .change-view i {
    font-size: 20px;
}
.cat-top-bar .psort-list a {
    font-size: 13px;
}

@media (max-width: 991px) {
.filter-top .title {
    font-size: 14px;
    padding: 13px 20px;
    font-weight: 600;
}
.category-panel .panel-heading .panel-title {
    font-size: 12px;
}
.cat-top-bar {
    position: absolute;
    top: -33px;
    right: 10px;
}
.cat-top-bar .cat-top-bar-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.cat-top-bar .psort-list {
    margin-right: 0;
}

.cat-top-bar .psort-list span {
    font-size: 12px;
    font-weight: 400;
    text-shadow: 0 0 black;
    letter-spacing: 1px;
    border: 1px solid #cbcbcb;
    padding: 5px 20px;
}
.cat-top-bar .psort-list i {
    display: none;
}
.cat-top-bar .change-view {
    display: none;
}
.cat-top-bar .psort-list .dropdown-menu {
    min-width: 160px;
    right: 0;
    left: auto;
    margin: 0;
}
.filter-click {
    text-align: center;
}
.filter-click span {
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #cbcbcb;
    width: 170px;
    padding: 5px 10px;
    text-shadow: 0 0 black;
    letter-spacing: 1px;
justify-content: center;
}
.filter-click span::after {
    display: none;
}
}
/*Filter*/
/*buttons*/ 
.btn.btn-lg {
    font-size: 14px;
}
.btn.btn-sm {
    padding: 4px 15px;
    font-size: 12px;
}
.mini-cart-footer .btn {
    font-size: 13px;
    letter-spacing: 0;
}
.btn-success {
    background-color: #30CFD0;
    color: #ffffff;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
        background-color: #64aba4;
        border-color: #64aba4;
        color: #ffffff;
    }

.btn-info {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
        color: #ffffff;
        background-color: #566069;
        border-color: #566069;
    }
.text-success {
    color: #30cfd0;
}
/*buttons*/ 
/*new version*/
.account-wrap .panel-default > .panel-heading div {
    font-size: 14px;
}
@media (min-width: 992px) {
.km-sidebar .sidebar-navigation ul li a {
    font-size: 13px;
}
.km-sidebar .sidebar-navigation ul li.active a {
    font-size: 15px;
}
}
.hero-section-header {
    margin-top: 20px;
}
.section-review .review-header {
    font-size: 16px;
}
.section-review .rating-info {
    font-size: 14px;
}
.review-none .title {
    font-size: 20px;
}
.review-head .rating-number {
    font-size: 36px;
    line-height: 36px;
}
#Instalments .table > thead > tr > th, .table > tbody > tr > th, #Instalments .table > tfoot > tr > th, #Instalments .table > thead > tr > td, #Instalments .table > tbody > tr > td, #Instalments .table > tfoot > tr > td {
    font-size: 11px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
.modal-popup .modal-dialog {
    max-width: 390px;
}

/*new version*/

/*BEST SELLER*/

.best-seller.item {
    margin-bottom: 0px;
}

.best-seller .product-list {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}


.best-seller .description {
    text-align: left;
    border: none;
    min-height: initial;
    margin: auto;
}

    .best-seller .description h4 {
        margin: auto;
        padding: 10px 0 4px 0;
    }

        .best-seller .description h4 a {
            font-weight: 400;
            font-size: 18px;
        }

.best-seller .price {
    text-align: left;
    font-weight: 400;
}

.best-seller .price-standard, .best-seller .price-sales {
    display: inline !important;
    margin-right: 6px;
}

.best-seller .discount {
    margin-top: 0;
    padding: 3px 5px;
}

.best-seller .list-image-hover {
    min-height: 80px;
}

.best-seller .product-number {
    padding-top: 20px;
}

    .best-seller .product-number span {
        background: #f8f8f8;
        border: 2px solid #eee;
        border-radius: 5px;
        display: inline-block;
        font-size: 17px;
        height: 38px;
        line-height: 32px;
        margin-left: 10px;
        text-align: center;
        width: 38px;
    }

.best-seller .km-percentage {
    margin-top: 36px;
}

.best-seller .km-percentage-bar {
    width: 130px;
    background: #f8f8f8;
    border: 2px solid #eee;
    margin-right: 5px;
    padding: 3px 6px;
    border-radius: 5px;
    display: inline-block;
}

    .best-seller .km-percentage-bar span {
        display: block;
        width: 2px;
        height: 8px;
        background: #91dc5a;
        border-radius: 3px;
    }

.best-seller .km-percentage-text {
    font-size: 13px;
    color: #000;
    vertical-align: top;
    line-height: 16px;
    display: inline-block;
}



@media (max-width: 767px) {
    .best-seller .description h4 {
        margin: 15px 0 8px;
    }

    .best-seller .km-percentage {
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    .best-seller .description h4 {
        margin: 5px 0 8px;
        text-align: left !important;
        padding: 6px 0 4px 0;
    }

    .best-seller .km-percentage {
        margin-top: 8px;
    }

    .best-seller .description h4 a {
        font-size: 15px;
    }

    .best-seller .price {
        font-size: 20px;
    }

    .best-seller .km-percentage-bar {
        padding: 2px 6px;
    }

        .best-seller .km-percentage-bar span {
            height: 5px;
        }
}

@media (max-width: 414px) {
    .best-seller .description h4 {
        margin: 0;
        text-align: left !important;
        padding: 4px 0 2px 0;
    }

    .best-seller .km-percentage {
        margin-top: 5px;
    }

    .best-seller .description h4 a {
        font-size: 14px;
    }

    .best-seller .price {
        font-size: 16px;
        min-height: 30px;
    }

    .best-seller .discount {
        margin-top: 0;
        padding: 1px 3px;
        font-size: 14px;
    }
}
/*BEST SELLER*/


/*Blog Menu*/

.blog-panel {
    background: none;
    box-shadow: none;
}

    .blog-panel .panel-heading {
        padding-left: 0;
    }

        .blog-panel .panel-heading .panel-title {
            padding-left: 10px;
        }

            .blog-panel .panel-heading .panel-title a {
                display: block;
                width: 100%;
            }

    .blog-panel .panel-body {
        color: #2b2b2b;
        margin-bottom: 16px;
        padding: 0px;
        padding-top: 4px;
        font-size: 15px;
        line-height: 28px;
    }

.panel.blog-panel {
    background: #fff;
    box-shadow: 0 0 18px 5px rgba(240,240,240,.4);
}


.blog-panel .badge {
    background: none;
    color: #d6d6d6;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}

.blog-panel .blog-tags a {
    border: 1px solid #eeeeee;
    margin: 0px 3px 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 4px;
}



/* Tag Cloud */
.tag {
    position: relative;
    display: inline-block;
    margin: 0 6px 3px 0;
    line-height: 16px;
    font-size: 12px;
}

    .tag > span {
        font-weight: 400;
        display: inline-block;
        border: 1px solid #e3e3e3;
    }

    .tag.selected > span {
        border: 1px solid #c4c4c6;
    }

    .tag > span.txt {
        color: #000;
        letter-spacing: 1px;
        padding: 6px 8px;
        text-transform: uppercase;
        float: left;
    }

    .tag > span.num {
        background: rgba(0,0,0,0.01);
        padding: 6px 8px 6px 11px;
        border-left: 1px solid #e3e3e3;
        color: #aaa;
        position: relative;
        margin-left: -1px;
        float: left;
    }

        .tag > span.num:before {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #C6C6C6;
            border-style: solid;
            border-width: 4px;
            content: "";
            display: block;
            left: 0px;
            position: absolute;
            top: 12px;
        }

        .tag > span.num:after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
            border-style: solid;
            border-width: 4px;
            content: "";
            display: block;
            left: -1px;
            position: absolute;
            top: 12px;
        }
