video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-play-button {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

video::-webkit-media-controls-current-time-display {
    display: none;
}

video::-webkit-media-controls-time-remaining-display {
    display: none;
}

video::-webkit-media-text-track-region-container {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}


.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1050;
}

@media (min-width: 992px) {
    .account-offset {
        padding-top: 160px;
    }
}

@media (max-width: 991px) {
    .account-offset {
        padding-top: 80px;
    }
}

.button-preview a.incaps.btn-send-inform {
    margin: 0;
    float: none;
    font-size: 16px;
    letter-spacing: 1px;
}

.alert-form-detail .product-variants a {
    margin-top: 5px;
}


a:hover, a:focus {
    color: #231f20;
}

.grid-view img, .list-view img {
    vertical-align: text-bottom;
}
/*SEARCH*/
.autocomplete-suggestions {
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-top: none;
    width: 330px !important;
    cursor: default;
    overflow: auto;
    box-shadow: 1px 2px 5px rgb(148 148 148 / 64%);
    padding: 0 10px;
}

.autocomplete-group {
    font-weight: 600;
    padding: 10px 0px 5px;
}

.autocomplete-suggestion {
    padding: 7px 5px 5px;
    white-space: normal;
    overflow: hidden;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    line-height: 36px;
}

    .autocomplete-suggestion img {
        max-width: 45px;
        float: left;
        margin-right: 5px;
    }

    .autocomplete-suggestion .prd-price {
        font-weight: 700;
        display: block;
        font-size: 15px;
    }

.quick-search-result {
    float: right;
    padding-top: 35px;
}

.search-full {
    top: 91px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0px 9px 10px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 9px 10px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 9px 10px 4px rgba(0,0,0,0.2);
    min-height: 57px;
}

    .search-full.text-right.active {
        border: 1px solid #dedede;
    }

.button.btn-nobg.search-btn i {
    display: none;
}

.button.btn.btn-nobg.getFullSearch i {
    color: #000;
    font-size: 20px;
}

.search-input::-webkit-input-placeholder {
    color: #999;
}

.search-input:-moz-placeholder� {
    color: #999;
}

.input-group-btn {
    line-height: 0;
}

.search-input-box .search-btn {
    color: #000;
    font-size: 16px;
    padding: 5px 3px 5px;
}

.input-group .search-input.form-control {
    color: #000;
    box-shadow: none;
    width: 180px;
    padding: 0;
    font-size: 14px;
    height: 28px;
    text-indent: 15px;
    text-align: left;
    background: #fff;
}

.search-box .input-group {
    margin-top: 0px;
}

    .search-box .input-group .getFullSearch {
        padding: 12px 10px;
    }

.search-close {
    color: #b2b2b2;
    background: none;
    height: 65px;
}

.search-input-box {
    display: block;
    float: right;
    width: 220px;
    max-width: 100%;
    border-bottom: 1px solid #000;
}

@media (max-width:1310px) {
    .search-input-box {
        width: 180px;
    }

    .input-group .search-input.form-control {
        width: 140px;
    }
}

@media (max-width:767px) {
    .search-input-box {
        padding: 4px;
        width: 80%;
        border-radius: 4px;
        border: none;
    }

    .search-close {
        background: none;
        height: 56px;
    }

    input.search-input {
        text-align: left;
        color: #b2b2b2;
        width: 100%;
        font-size: 13px;
    }

    .search-input-box .search-btn {
        padding: 14px 12px;
        font-size: 19px;
        color: #000;
    }

    .input-group .search-input.form-control {
        height: 30px;
    }

    .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
        color: #000;
    }
}
/*SEARCH*/

/*HEADER v5*/
.header-offset {
    padding-top: 118px;
}

.home-header-offset {
    padding-top: 118px;
}

.login-container.header-offset {
    padding-top: 165px;
}

.step-address.header-offset {
    padding-top: 116px;
}

.free-delivery {
    padding: 5px 0;
    height: 30px;
    text-align: center;
    background: #000000;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
}

.navbar.stuck .free-delivery {
    margin-top: -30px;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
}

@media(max-width: 1200px) and (min-width: 768px) {
    .free-delivery {
        height: 46px;
        font-size: 13px;
    }
}

@media(max-width: 1250px) {
    .free-delivery {
        height: 30px;
        line-height: 20px;
    }
}

.header-left-menu {
    width: 37.5%;
}

.user-menu {
    float: right;
}

.header-link {
    color: #fff;
    padding-left: 11px;
    padding-top: 4px;
}

    .header-link span {
        color: #fff;
        font-size: 10px;
        line-height: 24px;
    }



.navbar-km {
    background: #ffffff;
    border: none;
}

.navbar .navbar-top {
    height: 30px;
    background: #000;
    text-transform: none;
}

.navbar.stuck .navbar-top {
    margin-top: -30px;
}

.navbar.stuck .search-full {
    top: 59px;
}

.header-bottom .nav.navbar-nav > li:last-child > a {
    color: #d40000;
}

.cart-menu > a {
    padding: 7px 0px 35px 20px;
    font-size: 14px;
    font-weight: 600;
}

.user-menu > li > a {
    line-height: 1;
    font-weight: 600;
    text-transform: none;
    color: #000;
    padding: 7px 0px 33px 30px;
    font-size: 14px;
}

    .user-menu > li > a i {
        font-size: 24px;
    }

.search-close:hover {
    color: #fff;
}

.user-menu.header-link > li:first-child > a {
    background: #fff;
    border: none;
}

.container {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}

.dropdown-menu {
    box-shadow: 0px 5px 20px rgba(103,103,103,.6);
    border: medium none;
    border-radius: 0 !important;
    background: #fff;
}

.cart-menu > a i {
    font-size: 22px;
    color: #000;
    margin-right: 3px;
}

.megamenu-content > div > ul:first-child > li > a {
    color: #000;
    font-size: 16px;
}

.header-bottom ul.nav.navbar-nav > li:last-child > a:hover {
    color: red !important;
}

.header-bottom .nav > li > a {
    padding: 34px 13px 34px 0px;
    font-size: 15px;
}

.header-bottom .navbar-nav > li > a i {
    font-size: 13px;
    margin-left: 2px;
}

.megamenu-content ul li a {
    font-size: 16px;
}

.megamenu-content ul li:first-child {
    padding-bottom: 14px;
}

    .megamenu-content ul li:first-child a {
        font-size: 16px;
        font-weight: 600;
    }

        .megamenu-content ul li:first-child a:hover {
            padding-left: 0;
        }

.hasUserMenu > .dropdown-menu > li > a {
    font-size: 13px;
}

.hasUserMenu > .dropdown-menu {
    margin-top: 0px;
    left: auto !important;
    right: auto !important;
}

.nav.navbar-nav.navbar-right {
    padding-top: 24px;
}

@media(max-width: 1200px) and (min-width: 768px) {
    .cart-response, .user-menu > li > a span {
        display: none;
    }

    .header-left-menu {
        width: 45.83333333%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-toggle {
        background: none !important;
        padding-top: 22px;
        font-size: 20px;
    }

    .search-box .input-group .getFullSearch {
        padding: 4px 10px;
        font-size: 20px;
    }

    .search-input-box {
        width: 90%;
        border-bottom: none;
        text-align: left;
    }

    .search-input {
        text-align: left;
        color: #000;
    }

    input#search-input {
        width: 110px;
    }

    .header-bottom .nav > li > a {
        padding: 28px 7px 23px;
        font-size: 14px;
    }

    .nav.navbar-nav.navbar-right {
        padding-top: 16px;
    }

    .navbar-brand {
        height: 47px !important;
        width: 90px !important;
    }

        .navbar-brand > img {
            width: 90px !important;
            height: auto;
        }

    .user-menu > li > a {
        padding: 7px 0px 23px 20px;
    }

    .cart-menu > a {
        padding: 7px 0px 25px 20px;
    }

    .header-bottom .navbar-nav > li > a i {
        display: none;
    }
}

@media (max-width: 992px) and (min-width: 836px) {
    .megamenu-content ul li a {
        font-size: 14px;
    }

    .megamenu-content ul li strong {
        font-size: 14px;
    }

    .megamenu-content > div > ul:first-child > li > a {
        font-size: 14px;
    }
}

@media (max-width: 836px) and (min-width: 768px) {
    .megamenu-content ul li a {
        font-size: 12px;
    }

    .megamenu-content ul li strong {
        font-size: 12px;
    }

    .megamenu-content > div > ul:first-child > li > a {
        font-size: 12px;
    }
}

@media(min-width:767px) {
    .megamenu-content ul li {
        border-bottom: none;
        padding-bottom: 8px;
        margin-bottom: 0;
    }

    .header-bottom {
        height: 88px;
        border-bottom: 1px solid #eee;
    }

    .preview.col {
        padding-left: 0;
    }

        .preview.col a {
            line-height: 0;
        }

    .navbar-brand {
        display: block;
        height: 87px;
        padding: 0px 0;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
    }

        .navbar-brand > img {
            display: block;
            margin: 16px auto;
        }

    .cart-menu {
        float: right;
    }

    .megamenu .megamenu-content {
        padding: 20px 0px;
    }
}

.free-delivery p {
    margin: 0;
}

@media(max-width:767px) {
    .step-address.header-offset {
        padding-top: 90px;
    }

    .home-header-offset {
        padding-top: 90px;
    }

    .header-bottom {
        height: 0px;
        border-bottom: 1px solid #eee;
    }

    .user-menu-mobil > li a {
        padding: 8px 10px;
        font-weight: 600;
        color: #000;
        display: block;
        font-size: 15px;
    }

        .user-menu-mobil > li a i {
            display: none;
        }

    .free-delivery {
        font-size: 12px;
    }

    .header-link {
        display: none;
    }

    li.dropdown.megamenu-fullwidth img {
        display: inline-block;
        margin-left: -8px;
    }

    .cart-menu > a {
        padding: 19px 0px 19px 20px;
    }

    .cart-menu a .cart-quantity {
        bottom: 17px;
        right: 2px;
    }

    .user-menu {
        float: right;
    }

        .user-menu > li > a span {
            display: none;
        }

        .user-menu > li > a {
            color: #000;
            padding: 18px 13px 12px;
            line-height: 30px;
        }

    .side-menu-left .navbar-nav > li > a {
        padding-top: 16px;
        padding-bottom: 16px;
        line-height: 20px;
    }

        .side-menu-left .navbar-nav > li > a i {
            font-size: 14px;
            margin-left: 5px;
            float: right;
        }

    .megamenu-content ul li:first-child a, .megamenu-content > div > ul:first-child > li > a {
        font-size: 14px;
        font-weight: 600;
    }

    #side-menu {
        padding: 0px 10px 30px 10px;
    }

        #side-menu .close {
            color: #000;
            opacity: 1;
        }

    li.mobil-menu-header {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        padding: 30px 0px 30px 13px;
        background: #f5f5f5;
        border-bottom: solid 1px #99999938;
        margin-bottom: 10px;
        z-index: -1;
    }

    #side-menu .contents {
        margin-top: 0;
    }

    .side-menu-left .navbar-nav {
        margin: 0px -10px;
    }

    ul.user-menu-mobil {
        border-top: 2px solid #7d7d7d;
        padding-top: 11px;
    }

    .header-bottom .nav > li > a {
        padding: 12px 15px;
        font-size: 13px;
    }

    .megamenu .megamenu-content {
        padding: 0px 0px;
    }

    .header-left-menu {
        width: 100%;
    }

    .navbar-brand {
        height: 62px;
        left: 0;
        margin-left: auto !important;
        margin-right: auto;
        padding: 12px 0;
        position: absolute;
        right: 0;
        width: 160px;
        margin-top: -1px;
    }

    .search-box .input-group .getFullSearch {
        padding: 20px 16px;
    }

    .search-box .input-group {
        margin-top: 0;
    }

    .search-box {
        height: auto;
        width: auto;
    }

    .navbar-brand img {
        max-width: 100%;
        height: auto;
    }

    .navbar .navbar-top {
        height: 60px;
        background: #fff;
        text-transform: none;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }

    .navbar-toggle .icon-bar {
        border: solid 1px #fff;
    }

    button.btn.btn-nobg.getFullSearch i {
        font-size: 16px;
    }


    .navbar-toggle.navbar-mini-cart {
        padding: 19px 12px;
        margin: 0;
    }
}
/*HEADER v5 END*/
/*FOOTERV3*/

.footerv3 {
    background: #212121;
}

    .footerv3 .footer-top {
        background: #212121;
        padding: 36px 0px 0;
        border-bottom: none;
    }

    .footerv3 .footer-bottom {
        background: #212121;
        border-top: none;
        padding: 16px 0;
    }

    .footerv3 .footer-subscribe {
        background: #fff;
        padding: 16px 0;
    }

    .footerv3 .subscribe center {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .footerv3 .subscribe {
        margin: 0 auto;
        float: none;
        clear: both;
        padding-bottom: 16px;
    }

        .footerv3 .subscribe .news-letter-box {
            overflow: hidden;
            display: table;
            margin: 0 auto;
            width: 100%;
            text-align: center;
            max-width: 300px;
        }


            .footerv3 .subscribe .news-letter-box input {
                width: 100%;
                height: 40px;
                padding: 5px 0px;
                background: none;
                margin-bottom: 25px;
                text-align: left;
                text-indent: 0;
                color: #000;
                font-size: 15px;
                border-color: #b2b0b0;
                border-width: 0 0 1px 0;
                border-style: solid;
                border-radius: 0;
                letter-spacing: 0.5px;
            }

                .footerv3 .subscribe .news-letter-box input::-moz-placeholder {
                    color: #000;
                }

                .footerv3 .subscribe .news-letter-box input::-webkit-input-placeholder {
                    color: #000;
                }

            .footerv3 .subscribe .news-letter-box .btn {
                width: 100%;
                padding: 0;
                font-size: 16px;
                height: 36px;
                background: #212121;
                box-shadow: none;
                margin-top: 0;
                border-radius: 0;
            }

    .footerv3 .social {
        margin-top: 0;
        border-bottom: 1px solid #666666;
        padding: 20px 0 24px;
        margin: 0 auto;
        float: none;
        clear: both;
    }

        .footerv3 .social > div {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

        .footerv3 .social span {
            border: none;
            border-radius: 0;
            height: auto;
            width: auto;
            margin: 0 18px;
        }

            .footerv3 .social span a i {
                font-size: 24px;
                margin-left: 0px;
            }

            .footerv3 .social span:hover {
                background: none;
            }

                .footerv3 .social span:hover a, .footerv3 .bottom-menu ul li a:hover {
                    color: #a5a5a5;
                }

            .footerv3 .social span a {
                color: #fff
            }

    .footerv3 .bottom-menu {
        text-align: center;
        margin: 0 auto;
        float: none;
        clear: both;
        padding: 10px 0;
    }

        .footerv3 .bottom-menu ul li {
            display: inline-block;
            margin: 0 5px;
        }

            .footerv3 .bottom-menu ul li a {
                color: #fff;
                line-height: 32px;
                font-size: 15px;
                letter-spacing: 1px;
            }

    .footerv3 .km-sign {
        color: #fff;
        text-align: right;
        font-size: 14px;
    }

        .footerv3 .km-sign strong {
            color: #fff !important;
        }

.footer-bottom .credit-cards {
    opacity: 1;
    text-align: left;
}


@media (max-width: 979px) {
    .footer-bottom .credit-cards {
        text-align: center !important;
    }
}

@media(min-width:767px) {
    .footerv3 .footer-bottom {
        max-width: 1090px;
        margin: 0 auto;
    }
}
/*FOOTERV3 END*/
/*FOOTER*/
.footerv2-free a:hover {
    color: #fff;
}

.footer {
    background: #fff;
}

.footer-top {
    background: #f3f3f3;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.footer .footer-top h3 {
    display: none;
}

.footer-bottom {
    background: #fff;
    border-top: none;
}

.news-letter-box .btn {
    width: auto;
    padding: 0 15px;
    font-size: 12px;
    height: 30px;
    margin-top: -3px;
}

.news-letter-box input {
    width: auto;
    height: 32px;
    padding: 5px 20px;
}


.footer h3 {
    font-size: 16px;
    color: #000;
}

.footer a {
    color: #666;
    font-size: 13px;
}
/*FOOTERV2*/
@media(min-width:767px) {
    .footerv2-top .social {
        margin-top: 7px;
        float: right;
    }
}

@media (max-width:767px) {
    .footerv2-top .social span {
        width: 26px;
    }

        .footerv2-top .social span a i {
            margin-left: 0;
            font-size: 18px;
        }

    .footerv2-top {
        padding: 8px;
    }

        .footerv2-top .social {
            margin-top: 9px;
        }

    .footerv2-free {
        text-align: center;
        padding-bottom: 20px;
    }

    .text-right {
        text-align: center;
    }

    .footerv2-free a {
        padding: 0px 7px;
        font-size: 12px;
        color: #fff;
    }

    .km-sign {
        text-align: center !important;
        font-size: 12px;
        color: #fff;
    }
}

.social span:hover {
    background: #000000;
}

.footerv2-top .social span {
    border: none;
}

    .footerv2-top .social span a i {
        color: #fff;
    }

.footerv2-top .contact li a {
    color: #fff;
    font-size: 13px;
    line-height: 10px;
}

.footerv2-top .logo {
    text-align: center;
}

.footerv2-top {
    background: #000;
    padding: 36px 0px;
    border-bottom: 1px solid #272727;
}

.footerv2-bottom {
    background: #000;
    border-top: none;
    padding: 13px 0px;
}

    .footerv2-bottom .float-leftright.text-right > div > a > strong {
        color: #fff !important;
    }

    .footerv2-bottom .float-leftright.text-right > div {
        color: #cdcdcd;
    }

.footerv2-free.float-left a {
    color: #cdcdcd;
    padding-right: 11px;
}

.km-sign {
    color: #fff;
    text-align: right;
}

.footerv2-free a {
    color: #fff;
}

/*FOOTERV2 END */
/*PRODUCT LIST v2*/
@media (max-width:767px) {
    .pdetail h4.panel-title {
        color: #a6a6a8;
        text-transform: uppercase;
        padding: 10px 0px;
        font-size: 16px;
        font-weight: 600;
    }

    .cart-actions button, .cart-actions .btn-cart, .cart-actions .btn-expressbuy {
        font-size: 20px;
        padding: 13px 20px 15px;
    }

    .breadcrumb {
        border: none;
        margin-bottom: 0px;
        padding: 10px 0 20px;
    }

    .mobilbread .breadcrumb {
        padding: 0px 0px 0px 13px;
    }
}

.description .product-adv {
    display: block;
    color: red;
    font-size: 14px;
    margin-bottom: 0;
}

.shop {
    padding: 15px 9px 16px;
    background: #cccccc;
    text-align: center;
    border: 1px solid #e2e2e2;
}

.image-hover div.quickview {
    display: none;
    margin-top: 50%;
    max-height: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.image-hover a {
    line-height: 0;
}

.modal fade in {
    display: none;
}

.btn-quickview {
    border-radius: 10px !important;
    letter-spacing: 2px;
    color: #000 !important;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #fff;
    left: auto;
    min-width: 100px;
    max-height: 40px;
    height: 40px !important;
    padding: 10px;
    width: auto;
    display: inline-block !important;
    -webkit-transition: all 0.3s ease 0s;
}

.product .image-hover {
    max-height: inherit;
}

.product:hover .image-hover a img {
    opacity: 1;
}

.item .promotion-first {
    display: block;
    overflow: hidden;
}

    .item .promotion-first span.list-icon {
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 400;
        height: 84px;
        line-height: 8px;
        padding: 65px 10px 0;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 0;
        transform-origin: center center 0;
        transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        width: 200px;
        z-index: 100;
    }

    .item .promotion-first span.new-product {
        left: 0;
        transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    }

.item .product-discount {
    border-bottom: 15px solid transparent;
    border-radius: 0;
    height: 55px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 0;
}

    .item .product-discount .discount {
        background: none !important;
        border-radius: 0;
        padding: 0;
        position: absolute;
        right: -14px;
        top: 9px;
    }

.item .fast-shipping {
    position: absolute;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    right: 0px;
    top: 40%;
    height: 28px;
}

.item .free-ship i {
    font-size: 15px;
}

.item .free-ship {
    position: absolute;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    right: 0px;
    top: 50%;
    height: 28px;
}

.item .fast-shipping i {
    font-size: 15px;
    color: #fff;
}

.item .product .product-status {
    height: 0px;
    padding-top: 0px;
}

.item .item-name {
    overflow: hidden;
    display: block;
    line-height: 18px;
}

    .item .item-name a {
        font-size: 16px;
        text-align: left;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        overflow: hidden;
        color: #3a3a3a;
        text-decoration: none;
    }


.product .price-box {
    min-height: 25px;
    margin-bottom: 25px;
}

.item .price-standard {
    font-size: 18px;
    text-align: center;
    color: #676767;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 17px 0px 0px;
}

.item .product .price-sales {
    font-size: 18px;
    font-weight: bold;
    color: #383f52;
    display: table-cell;
    vertical-align: middle;
}

.product .campaign-prbox {
    font-size: 13px;
    color: #888;
    display: inline-block;
    padding: 0 0 0 9px;
    line-height: 19px;
    border-left: 1px solid #ddd;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 3px 0 3px 10px;
}

.camp-price {
    font-size: 18px;
    font-weight: 600;
    color: #d40000;
    letter-spacing: 0.5px;
}



.item .btn-buy {
    margin-top: 15px;
    padding: 4px 10px;
}

.item .description {
    margin: 10px auto 0;
    min-height: 25px;
    padding: 0px;
}

.item-review {
    line-height: 1.2;
}

    .item-review span {
        font-size: 12px;
    }

.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;
}

    .item .product .image-hover .imageInn {
        display: none;
    }

/*.item .product:hover .image-hover .imageOut{
		display: none;
	}*/

.item .product:hover .image-hover .imageInn {
    display: block;
}

.product.relative {
    border: none;
    border-radius: 0;
    padding: 0;
}

.buy-action {
    background-color: #f9f9f9;
}

.product:hover .buy-action {
    animation: 300ms linear 0s normal none 1 running fadeInUp;
}

.product-show-case {
    padding-top: 10px;
}

.ps-prev {
    right: 50px;
    left: auto;
}

.ps-nav {
    color: #000;
    top: -24px;
    font-size: 30px;
}

.ps-next {
    right: 5px;
    left: auto;
}




.item.double-first:nth-child(3n+0) {
    width: 100%;
}

    .item.double-first:nth-child(3n+0) .product {
        text-align: center;
    }

.item.single-first:nth-child(3n+1) {
    width: 100%;
}

    .item.single-first:nth-child(3n+1) .product {
        text-align: center;
        max-width: 922px;
        margin: auto;
    }

.item.list-view .product {
    padding-right: 0;
}

.item.list-view .image-hover {
    float: none;
    max-height: none;
    max-width: none;
    padding: 0;
}

@media (min-width:1200px) {
    .item.list-view {
        width: 16.666666%;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .item.list-view {
        width: 25%;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .item.list-view {
        width: 33.33333333%;
    }
}

@media (max-width:767px) {
    .item.list-view {
        width: 50%;
    }
}

@media (max-width:890px) {
    .product .price-box {
        min-height: 46px;
        display: flex;
        align-items: center;
    }
}

@media (max-width:540px) {
    .item .item-name a {
        font-size: 14px;
    }

    .price-box {
        min-height: 39px;
    }

    .item .price-standard {
        font-size: 14px;
    }

    .item .product .price-sales {
        font-size: 14px;
        width: 94px;
    }

    .product .campaign-prbox {
        font-size: 11px;
        letter-spacing: 0.4px;
        padding: 0 0 0 6px;
        margin: 0 0 0 0px;
    }

    .camp-price {
        font-size: 14px;
        letter-spacing: 0px;
    }
}
/*PRODUCT LIST v2 END*/
/*PRODUCT LIST*/
@media (min-width:768px) {
    .button-preview {
        padding: 25px 0px 20px;
        border-bottom: solid 1px #ddd;
    }

    .pdetail h4.panel-title {
        color: #a6a6a8;
        text-transform: uppercase;
        padding: 10px 0px;
        font-size: 16px;
        font-weight: 600;
    }
}

@media(max-width:767px) {
    .button-preview {
        padding: 25px 8px 20px;
        border-bottom: solid 1px #ddd;
    }

    .user-menu-mobil ul.dropdown-menu {
        margin-right: 115px;
    }

    a.product-slide-img {
        margin-right: 0%;
    }
}

.cat-top-count {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

span.tabs-details {
    display: inherit;
}


    span.tabs-details i {
        float: right;
    }

.panel-group {
    background: #fff;
    margin-bottom: 0 !important;
}



    .panel-group .panel-heading {
        background: #fff;
    }

.category-panel .panel-heading .panel-title a {
    padding-left: 10px;
}

.panel-group #collapseCategory .panel-body {
    border-top: none;
}

.image-hover.hover-nav div.imageOut:nth-child(2) {
    display: none;
}

.item-count {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 20px;
}

.category-detail {
    box-shadow: none;
    padding: 0;
    border: none;
}
/*PRODUCT LIST END*/
/*PRODUCT-DEAIL*/



.columns-3 a {
    margin-right: 5px;
    margin-top: 5px;
}

.columns-2 a {
    margin-right: 5px;
}

.third.columns-3 > a {
    width: 100%;
}

.fancybox-button {
    color: #b7b7b7;
    border: 1px solid #dadada;
    background: #fff;
}

.fancybox-navigation .fancybox-button--arrow_right, .fancybox-navigation .fancybox-button--arrow_left {
    background: #fff;
}

.fancybox-button:hover {
    color: #888;
}




.img-col-1 a {
    width: 100%
}

.img-col-2 a {
    width: 50%
}

.img-col-3 a {
    width: 33.33333333%%
}

@media (max-width:991px) {
    .columns-2 > a > img {
        width: 100%;
    }

    .columns-2 a:nth-child(2) {
        display: none;
    }

    .columns-2 {
        width: 100%;
        display: block;
    }

    .columns-3 {
        width: 100% !important;
        display: none !important;
    }

    .columns-2 {
        width: 100% !important;
    }
}


@media(min-width:992px) {
    .columns-3 {
        width: 100% !important;
    }

    .columns-2 {
        width: 100%;
        display: inline-flex;
    }

    .columns-2 {
        width: 100% !important;
    }
}

@media (min-width:1440px) and (max-width:1840px) {
    .columns-3 {
        width: 98% !important;
    }

    .columns-2 {
        width: 98% !important;
    }
}




.fancybox-is-open .fancybox-stage {
    background: #fff;
}

.columns-2 > a > img {
    margin-right: 10px;
    width: 100%;
}

.columns-3 > a > img {
    margin-right: 10px;
    width: 100%;
}



/*PRODUCT-DETAIL END*/


/*SLIDE-DETAIL*/


.pdheader-offset {
    padding-top: 91px;
}

.pd-container {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .pdheader-offset {
        padding-top: 140px;
    }

    .product-box {
        display: table;
        clear: both;
        margin-bottom: 100px;
    }

        .product-box > * {
            display: table-cell;
        }

        .product-box #pd-fixwrap {
            width: 43%;
            position: relative;
            max-width: 600px;
        }

    #pd-fix {
        margin: 0 0px 0 120px;
        min-height: 12em;
        position: sticky;
        top: 140px;
        /* Where it stops */
    }
}

@media (max-width:1920px) and (min-width:1650px) {
    .product-default-image img {
        max-width: 1000px;
    }
}

@media (max-width:1780px) and (min-width:1400px) {
    #pd-fix {
        margin: 0 20px 0 80px;
        min-height: 12em;
        position: sticky;
        top: 140px;
    }

    .product-box #pd-fixwrap {
        position: relative;
        max-width: 600px;
        width: 43%;
    }
}

@media (max-width:1400px) and (min-width:979px) {
    #pd-fix {
        margin: 0 20px 0 50px;
        min-height: 12em;
        position: sticky;
        top: 140px;
    }

    .product-box #pd-fixwrap {
        width: 46%;
    }
}

@media (max-width:979px) and (min-width:767px) {
    #pd-fix {
        margin: 0 30px 0 50px;
        min-height: 12em;
        position: sticky;
        top: 140px;
    }

    .product-box #pd-fixwrap {
        width: 50%;
    }

    .prd-group-container {
        max-width: 70%;
    }
}

@media (max-width: 979px) {
    .pd-container {
        width: 100% !important;
        max-width: 1000px !important;
    }

    h1.product-title {
        font-size: 23px !important;
        padding-top: 20px;
    }

    .button.btn-cart.first {
        font-size: 21px !important;
    }

    .product-variants a {
        min-width: 60px !important;
    }

    .price-info {
        margin-top: 0;
    }

    .product-price .price-sales {
        padding: 0;
    }
}

@media (max-width:767px) {
    #pd-fixwrap {
        padding: 0 10px;
    }

    .product-box .icon-new {
        padding: 15px 0;
        text-align: left !important;
    }

    .product-box {
        padding: 0px 0px;
    }

    .pd-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-price {
        padding: 14px 0px 14px;
    }
}

.pd-crumb {
    margin-top: 30px;
    padding: 0;
}

.breadcrumb {
    border: none;
    margin-bottom: 0px;
    padding: 0px 0 0px;
}

    .breadcrumb a {
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
    }

    .breadcrumb > li:last-child a {
        color: #000000;
        font-weight: 600;
    }

    .breadcrumb > li + li::before {
        color: #aaaaaa;
        padding: 0 3px;
        content: "/ ";
    }

.product {
    position: relative;
    border: none;
}

.product-box .icon-new {
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: right;
}

h1.product-title {
    font-size: 27px;
    font-weight: 500;
    color: #000;
}

#Detail {
    font-size: 13px;
    padding: 10px 0 20px;
    color: #000;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.product-code {
    font-size: 14px;
    padding: 2px 0px 0px;
    margin: 0 0 0;
    text-transform: none;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #000;
}

.product-price {
    padding-top: 10px;
}

.price-info {
    display: flex;
}

.product-price .price-sales {
    font-size: 22px;
    font-weight: 600;
    color: #d40000;
    line-height: 1;
}

.product-price .price-standard {
    color: #454545;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-right: 14px;
    padding: 0;
    display: flex;
    align-items: center;
}

.installment-price {
    color: #000;
}

.product-price .seperator {
    margin: -6px 10px -6px 0px;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    display: block;
}

.applied-campaigns span {
    font-weight: 600;
    font-size: 13px;
}

.product-subtitle {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.6px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 7px;
    display: block;
}

.cart-actions {
    margin: 25px 0;
}

.cart-add {
    padding-left: 0;
}

.button.btn-cart.first {
    border-radius: 0;
    font-weight: 400;
    font-size: 24px;
    padding: 12px 0;
    margin: 0;
}

.promotion-view {
    margin-top: 0;
    bottom: 10px;
}

.btn-promotion-view {
    letter-spacing: 1px;
    padding: 2px;
    width: 100%;
    border-radius: 0 !important;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -moz-o-shadow: none;
}

    .btn-promotion-view.btn:active, .btn-promotion-view.btn.active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-promotion-view.btn:hover, .btn-promotion-view.btn:focus, .btn-promotion-view.btn.focus {
        color: #fff !important;
        background: #00000091;
    }


.productAdded {
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 20px;
    background: #eeeff3;
    display: none;
}

.addedText {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 10px;
}

.noproductInStock {
    position: absolute;
    z-index: 1;
    line-height: 19px;
    font-size: 12px;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    opacity: 0.7;
}

.button-preview {
    padding: 0;
    border-bottom: none;
}

    .button-preview a.incaps.btn-send-inform {
        float: none;
        padding: 20px 0 18px 0;
        border-bottom: solid 1px #ddd;
        margin: 0;
        letter-spacing: 0;
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        letter-spacing: 1px;
        outline: none !important;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

        .button-preview a.incaps.btn-send-inform:hover {
            color: #000;
        }

        .button-preview a.incaps.btn-send-inform img {
            float: right;
            padding-right: 15px;
        }

        .button-preview a.incaps.btn-send-inform span {
            color: #555;
        }

.shoppinglist-box {
    float: right;
}

.shopping-list {
    padding-bottom: 15px;
    clear: both;
}

.btn-shopping-list {
    display: block;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px !important;
    background: none !important;
    border: none !important;
    text-align: right;
    margin-bottom: 10px;
}

    .btn-shopping-list:before {
        font-size: 18px;
    }

.prd-group-container .prd-group-title, .vprp-title {
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 10px;
}

.prd-group-container .item {
    margin: 0 6px 0 0;
}

.product-variants {
    margin-bottom: 12px;
}

    .product-variants a {
        font-size: 13px;
        font-weight: 400;
        padding: 5px 0px;
        background-color: #ffffff;
        display: inline-block;
        margin: 0;
        width: auto;
        min-width: 90px;
        border: 1px solid #000;
        margin-right: 5px;
    }

        .product-variants a:hover:not(.nostock) {
            border: 1px solid #000000;
            background-color: #000;
            color: #fff;
        }

        .product-variants a.vselected.vprp-enabled {
            border: 1px solid #000000;
            background-color: #000;
            color: #fff;
        }

.variants-container {
    margin-top: 20px;
}

.vprp-title span {
    font-weight: 400;
}

.campaign-title {
    color: #000;
    font-size: 13px;
    letter-spacing: 0.6px;
}

.campaign p {
    margin: 0;
    font-size: 13px;
}

.campaign {
    background-color: #fee0b5;
    text-align: center;
    border-radius: 0px;
    color: #000;
    border: 1px solid #727272;
    height: 56px;
    margin: 0px 10px 0 0;
    width: auto;
    padding: 6px 20px;
    display: inline-grid;
    align-items: flex-end;
}

@media (min-width:768px) {
    .prd-campaign {
        display: flex;
    }
}

@media (max-width:767px) {
    .campaign {
        margin: 0px 0px 10px 0;
        width: 100%;
    }
}

.prd-campaign {
    padding: 0px 0px 50px;
}

#Detail button {
    border: none;
    background: none;
    font-size: 11px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.3px;
    padding: 0;
}

div#Detail p {
    color: #000;
    font-size: 13px;
}

#more {
    display: none;
}

.product-tab {
    margin: 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 !important;
        color: #000;
    }

    .product-tab #accordion .panel .panel-heading {
        background: #fff;
        padding: 20px 0 18px 0 !important;
        border-top: solid 1px #ddd;
        border-top: none;
    }

    .product-tab #accordion .panel:first-child .panel-heading {
        border-top: solid 1px #ddd;
    }

    .product-tab #accordion .panel .panel-heading .panel-title {
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }


.panel-default > .panel-heading > .panel-title > a:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #000;
    padding-right: 15px;
}

.panel-default > .panel-heading > .panel-title > a.collapsed:after {
    content: "\f067"; /* Minus */
}

.morecontent span {
    display: none;
}

.prd-promotion .description {
    display: none;
}

.cart-actions button {
    background: #000;
    border: 2px solid #000;
}

button.button.btn-block.btn-cart.first {
    padding: 13px;
    border-radius: 0;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-icon {
    display: none;
}

hr.hr-base {
    border: none;
}

#accordion .panel .panel-heading {
    border-bottom: solid 1px #ddd;
}
/*SLIDE-DETAIL END*/




.no-stock {
    background: #ffffff4a;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 0;
    bottom: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    left: 0;
    right: 0;
}

    .no-stock span {
        color: #000000;
        padding: 6px 20px 5px;
        letter-spacing: 1px;
        font-weight: 600;
        font-size: 14px;
        background: #fff;
        width: 100%;
        display: block;
        line-height: 21px;
    }

span.incaps {
    margin-top: 29px;
}

/*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: 300;
            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: #f9f9f9;
        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: #f9f9f9;
    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: #666;
    vertical-align: top;
    line-height: 16px;
    display: inline-block;
}

.product-subtitle {
    color: red;
}

@media (max-width: 767px) {

    .best-seller .description h4 {
        margin: 15px 0 8px;
    }

    .product-price {
        padding: 0px 10px 10px;
    }

    .product-subtitle {
        font-size: 14px;
    }

    .best-seller .km-percentage {
        margin-top: 15px;
    }

    .compare {
        margin-top: 8px;
        padding: 8px 10px;
    }

    h1.product-title {
        font-size: 18px;
        padding-bottom: 10px;
    }
}

@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: #666;
        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;
        }

/*Trial css*/
.columns-3 {
    display: inline-flex;
    width: 100%;
}

.row.transitionfx {
    margin: 0 auto;
}

.imgmap {
    position: relative;
    padding: 0 0 20px;
}

.item .product:hover {
    border: none;
}

.module-title-v5 {
    clear: both;
}

    .module-title-v5 h2 {
        font-size: 24px;
        text-align: center;
        color: #000;
        padding-bottom: 25px;
        padding-top: 20px;
        font-weight: 700;
    }

.module-title-v6 h2 {
    font-size: 24px;
    text-align: center;
    color: #000;
    padding-bottom: 16px;
    padding-top: 16px;
    font-weight: 700;
}
/*.module-title-v5 h2:after {
    content: "";
    display: block;
    margin: 8px auto 0px;
    height: 4px;
    width: 160px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}*/
.product-show-case .btn-stroke-dark {
    color: #fff !important;
    letter-spacing: 3px;
    padding: 12px 10px;
    background: #000;
    font-size: 27px;
    border: none;
    width: 100%;
}

.tekli-slider {
    background: #fff;
    padding: 20px;
    margin: 40px 12% 20px;
    z-index: 1;
}

    .tekli-slider .owl-theme .owl-dots {
        display: none
    }

.product-show-case .btn-shopping-list {
    padding: 20px 0px 19px;
    background: #cccccc;
    text-align: center;
    display: block;
}

.product:hover .buy-action {
    animation: 300ms linear 0s normal none 1 running fadeInUp;
    display: none;
}

.product-slide-inner {
    margin-top: 10%;
}

.pslider-detail {
    display: inline-block;
    width: 100%;
    margin-top: 37px;
    font-size: 14px;
    letter-spacing: 1px;
    max-height: 162px;
    overflow: hidden;
}

.grey-bg {
    margin-bottom: 18px;
    background: #f9f9f9;
    position: relative;
    width: 100%;
}

    .grey-bg:after {
        position: absolute;
        content: '';
        bottom: 0px;
        height: 206px;
        right: 0;
        background-size: cover;
        width: 144px;
        background: url(../shared/images/shape-2.png) no-repeat;
    }

    .grey-bg:before {
        position: absolute;
        content: '';
        top: 0px;
        left: 0;
        height: 206px;
        background-size: cover;
        width: 137px;
        background: url(../shared/images/shape-1.png) no-repeat;
    }

.product-slide-inner {
    text-align: left;
    background: #fff;
    padding: 0px 0px 0px 20px;
}

.tekli-slider .ps-prev {
    right: 70px;
    left: auto;
}

.tekli-slider .ps-nav {
    color: #ccc;
    font-size: 30px;
    bottom: 4%;
    top: auto;
}

.tekli-slider .ps-next {
    right: 30px;
    left: auto;
}

.product-show-case .item {
    margin: 0;
}

.product-show-case .product-title {
    font-size: 34px;
    margin-bottom: 6px;
}

.pslider-addto {
    padding-left: 0;
}

.product-slide-inner .product-status {
    margin-top: 0px;
    margin-bottom: 0px;
}

.product-show-case .details-description {
    font-size: 17px;
    margin-bottom: 17px;
}

.product-show-case .product-price {
    padding: 10px 0px 25px;
}

.tekli-slider .product-show-case .price-standard {
    color: #777777;
    padding: 5px 0px 20px 0px;
    font-size: 30px;
    font-weight: 500;
}

.product-slide-inner .product-price > span.price-sales {
    font-size: 38px;
}

@media (max-width:1200px) {
    .product-show-case .product-title {
        font-size: 27px;
        margin-bottom: 0;
    }

    .product-slide-inner .product-status {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .product-show-case .btn-stroke-dark {
        padding: 10px 0px;
        font-size: 23px;
    }

    .product-show-case .btn-shopping-list {
        padding: 15px 0px 15px;
    }

    .product-show-case .price-standard {
        padding: 5px 0px 10px 0px;
        font-size: 24px;
    }

    .product-slide-inner .product-price > span.price-sales {
        font-size: 34px;
    }

    .tekli-slider {
        margin: 40px 2% 20px;
    }
}

@media (max-width:850px) {
    .product-show-case .product-title {
        font-size: 20px;
        margin-bottom: 0;
    }

    .product-slide-inner .product-status {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .product-show-case .btn-stroke-dark {
        padding: 10px 0px;
        font-size: 20px;
    }

    .product-show-case .btn-shopping-list {
        padding: 15px 0px 15px;
    }

    .product-show-case .price-standard {
        padding: 5px 0px 10px 0px;
        font-size: 20px;
    }

    .product-slide-inner .product-price > span.price-sales {
        font-size: 28px;
    }

    .tekli-slider {
        margin: 40px 2% 20px;
    }

    .product-show-case .product-price {
        padding: 0px 10px 10px;
    }
}

.psldr-no-stock {
    background: #757575;
    color: white;
    padding: 22px 0 19px;
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
}

@media (max-width:767px) {
    .product-show-case .btn-shopping-list {
        padding: 14px 0px 14px;
    }

    .product-show-case .price-standard {
        padding: 5px 10px 10px 0px;
        font-size: 20px;
        display: inline-block;
    }

    .pslider-detail {
        display: none;
    }
}

.module-title {
    clear: both;
}

.btn-success, .btn-success.focus, .btn-success:focus, .btn-success:hover, .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: #000;
}

.quickLook a.closepopup {
    float: right;
    background: url(../shared/images/close.html) no-repeat center;
    width: 35px;
    height: 35px;
}

.quickLook .productPrices {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 20px 0px;
    border-top: 1px solid #eee;
    margin: 38px 0px;
}

.quickLook .sizeInfo {
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

.quickLook .size {
    display: inline-block;
    padding-top: 14px;
}

.quickLook ul.sizeOptions {
    padding: 10px 35px;
    display: inline-block;
    text-align: center;
}

    .quickLook ul.sizeOptions li {
        display: inline-block;
        border: 1px solid #adadad;
        padding: 5px 7px;
        margin-right: 10px;
        font-size: 13px;
    }

.quickLook .addList {
    display: inline-block;
    padding: 9px;
    width: 50%;
    border: 1px solid #eaeaea;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.quickLook .favoriteLists {
    display: block;
}

.quickLook .compareList {
    display: inline-block;
    float: right;
    width: 50%;
    border-top: 1px solid #eaeaea;
    padding: 9px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.quickLook .addToBasket {
    padding: 0px 0px 0;
}

.productHeader h4 {
    font-weight: 600;
    border-bottom: 2px solid #909090;
    padding-bottom: 1px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 16px;
}

.productHeader {
    text-align: center;
}

.quickLook button.button.btn-block.btn-cart.first {
    padding-bottom: 12px;
    font-size: 20px !important;
    padding-top: 10px;
    background: #000;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

.quickLook .productPrices .price-standard {
    color: #797979;
    font-size: 23px;
    display: inline-block;
    font-weight: 300;
    padding: 0 0px 0px 30px;
}

.quickLook .addToBasket .addTo {
    padding-top: 20px;
}

.quickLook span.price-sales {
    font-size: 27px;
    line-height: 27px;
}

.productInfo h3 {
    font-size: 22px;
}

.quickLook .sizeInfo {
    display: block;
    padding: 24px 0;
}

.suggestedItemInfo {
    text-align: center;
    padding-top: 10px;
}

    .suggestedItemInfo span {
        font-size: 13px;
    }

span.suggestedPrice {
    display: block;
    font-size: 19px;
    padding-top: 4px;
}

.productOffer {
    padding-top: 6px;
}

.quickLook {
    max-width: 1000px;
}

    .quickLook .productInfo h4 {
        padding-bottom: 10px;
        font-size: 19px;
    }

    .quickLook .productInfo p {
        font-size: 13px;
        color: #797979;
    }

.km-steps {
    overflow: hidden;
    position: relative;
    max-width: 500px;
    margin: 20px auto 60px auto;
    width: 100%;
}

.steps-box {
    position: relative;
    float: left;
    width: 33.333333%;
    padding: 0 5px;
    text-align: center;
}

    .steps-box.active .stp-nmbr {
        background: url(../shared/images/step.png) no-repeat center center;
        vertical-align: middle;
        color: #fff;
        font-size: 17px;
        font-style: normal;
        padding: 3px 0px;
        height: 26px;
        width: 26px;
        display: inline-block;
        margin-right: 2px;
    }

    .steps-box.active .stp-txt {
        font-size: 20px;
        vertical-align: middle;
        font-weight: 600;
        color: #000;
    }

    .steps-box .stp-nmbr {
        background: 0;
        vertical-align: middle;
        color: #afafaf;
        font-size: 20px;
        font-weight: 600;
        padding: 4px 0;
        height: 26px;
        width: 26px;
        display: inline-block;
        margin-right: 2px;
    }

    .steps-box .stp-txt {
        font-size: 20px;
        vertical-align: middle;
        font-weight: 600;
        color: #afafaf;
    }

@media (max-width:500px) {
    .steps-box.active .stp-txt, .steps-box .stp-txt {
        font-size: 15px;
    }
}

.module-title-v4 {
    clear: both;
}

.third.columns-3 > a {
    width: 100%;
}

.mini-cart-description .price {
    display: inline-block;
}

.mini-cart-description .old-price {
    display: inline-block;
}

.breadcrumbDiv {
    padding-bottom: 20px;
}



/*Quick Look*/
.item .product .button-preview {
    position: absolute;
    top: 42%;
    left: 0;
    padding: 12px;
    right: 0;
    width: 36%;
    background: #00000087;
    margin-left: auto !important;
    margin-right: auto;
    display: none;
}

.item .product:hover .button-preview {
    display: block;
}

span.quick-preview {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

    span.quick-preview i {
        margin-right: 10px;
    }

.quickLook h3.productName {
    padding-left: 0;
    font-weight: 600;
    padding-bottom: 8px;
}

.path {
    padding-left: 0;
    padding-top: 32px;
    padding-bottom: 25px;
}

.productSlider {
    padding-left: 0;
    padding-top: 10px;
}


span.preview-path {
    color: #a6a6a8;
}

img.products-line-pop {
    display: inline-block;
    margin-left: 14px;
}

a.otherImg:first-child > img {
    margin-left: 0;
}

.productGroup {
    padding-top: 5px;
}
/*End Quick Look*/


/*Kombin Reyon*/
.overlay-container:not(.text-slide):hover .overlay-link {
    opacity: 0;
}

.overlay-bottom, .overlay-top {
    background: none;
    color: #231f20;
}

.overlay-container .text {
    padding: 0 10px;
    min-height: 80px;
    text-align: center;
}

    .overlay-container .text h3 {
        font-size: 19px;
        width: 100%;
        padding: 8px 0px 10px;
        color: #000;
        font-weight: 500;
        background: #ffffff;
        line-height: 1;
    }

    .overlay-container .text:hover h3 {
        color: #fff;
        background: #000;
    }

/*End Kombin Reyon*/

/*Kombin Detay*/
@media(min-width:768px) {
    a.combine-item {
        text-align: center;
    }

    .combine-products {
        padding: 0px 0px 20px;
    }
}

.container.com {
    margin: 0 auto !important;
    max-width: 1240px !important;
    width: 100% !important;
}

.combine-cat-image img {
    margin: 0 auto;
}

.combine-product-name h4 {
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0px 10px;
}

.combine-desc {
    padding-top: 20px;
}

.combine-price span.price-sales {
    font-weight: 600;
    font-size: 18px;
    display: block;
}

.combine-sizes {
    padding: 20px 0px;
}

    .combine-sizes span {
        color: #454545;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        padding: 6px 15px;
        margin-right: 10px;
        margin-bottom: 10px;
        text-align: center;
        min-width: 50px;
        border: 1px solid #ddd;
        background-color: #f5f5f5;
    }

.combine-buttons .cart-add button {
    border: none;
    color: #fff;
    background: #000;
}

.combine-buttons button.button.btn-block.btn-cart.first {
    padding: 11px;
    font-size: 19px;
    letter-spacing: 1px;
}

.shop.combine-shop {
    padding: 12px 0px 11px;
    border: none;
}

a.list-item-fav.btn-shopping-productlist {
    color: #fff;
    font-size: 20px;
}

a.combine-item img {
    width: 170px;
}

.combine-buttons .cart-add {
    text-align: center;
    padding-left: 0;
}

@media(max-width:768px) {
    a.combine-item {
        text-align: left;
        padding-left: 0;
    }

    .combine-products {
        padding: 15px 0px;
    }
}

@media(max-width:500px) {



    .combine-buttons a.btn.btn-primary.btn-buy {
        padding: 5px !important;
        font-size: 16px !important;
    }

    .shop.combine-shop {
        padding: 7px 0px 6px !important;
    }

    .combine-product-name h4 {
        font-weight: 500;
        font-size: 15px;
        padding: 10px 0px 10px !important;
    }

    .combine-sizes span {
        font-size: 15px !important;
        padding: 3px 8px !important;
        margin-left: 10px;
        display: inline !important;
        margin-right: 0px !important;
    }

        .combine-sizes span:first-child {
            margin-left: 0px !important;
        }

    .combine-buttons button.button.btn-block.btn-cart.first {
        padding: 5px;
        font-size: 14px;
        letter-spacing: 1px;
    }
}

.combine-img-hover {
    overflow: unset !important;
}

.combine-buttons a.btn.btn-primary.btn-buy {
    border: none;
    margin: 0;
    background: #000;
    width: 100%;
    font-weight: 600 !important;
    font-size: 19px !important;
    border-radius: 0;
    padding: 10px;
    box-shadow: none;
}



@media(max-width:400px) {
    .combine-buttons a.btn.btn-primary.btn-buy {
        font-size: 14px !important;
        padding: 8px !important;
    }

    a.list-item-fav.btn-shopping-productlist {
        font-size: 18px !important;
    }

    .combine-sizes {
        padding: 15px 0px !important;
    }

        .combine-sizes span {
            font-size: 13px !important;
            padding: 5px 5px !important;
            margin-left: 10px;
            display: inline !important;
            margin-right: 0px !important;
        }

    .combine-product-name h4 {
        font-weight: 500;
        font-size: 12px !important;
        padding: 0px 0px 10px !important;
    }

    .combine-buttons button.button.btn-block.btn-cart.first {
        padding: 5px !important;
        font-size: 12px;
        letter-spacing: 1px;
    }

    a.combine-item img {
        width: 140px !important;
    }
}
/*End Kombin Detay*/

.content-temp5 img {
    text-align: center;
    margin: 0 auto;
}
/*order-steps*/
.order-ex span {
    color: #777;
}

table > tbody > tr.order-grid > td {
    padding: 15px 8px;
}

    table > tbody > tr.order-grid > td > div:nth-child(3), table > tbody > tr.order-grid > td > div:nth-child(4) {
        padding-top: 27px;
    }

    table > tbody > tr.order-grid > td > div:nth-child(5) {
        padding-top: 14px;
    }

.lh-28 {
    line-height: 28px;
}

.lh-35 {
    line-height: 35px;
}

.light-grey {
    background: #f9f9f9
}

h1.section-title-inner {
    padding-top: 15px;
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .status-top {
        display: grid;
    }

        .status-top .btn-track {
            width: 100%;
        }

    .order-box {
        clear: both;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .cart-campaign .campaign {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .cart-campaign {
        display: flex;
    }

        .cart-campaign .campaign {
            width: 30%;
        }
}


.cartcamp-title {
    font-size: 15px;
    color: #454545;
    font-weight: 600;
}

.cart-campaign .campaign div {
    font-size: 14px;
}

.cart-campaign .campaign-title {
    color: #000;
    font-size: 14px;
}

.cart-campaign .campaign {
    height: 64px;
    padding: 10px 0;
    border: 1px solid #727272;
    box-sizing: border-box;
    margin: 0px 12px 20px 0;
    transition: 0.5s;
    background: #fee0b5;
    text-align: center;
    display: inline-grid;
    align-items: end;
}

.fwmulti .content-temp5:first-child {
    padding-left: 0;
}

.fwmulti .content-temp5:last-child {
    padding-right: 0;
}

.category-panel .panel-heading .panel-title {
    font-weight: 600;
}

.category-panel.filter-panel ul > li > a, .category-panel.filter-panel .filter-item a {
}

.filter-square-box .filter-square:before {
    margin: 3px 10px 0 0;
}

.filter-square-box .filter-square.selected:after {
    top: 8px;
}

@media (min-width: 992px) {
    .horizontal-filter {
        background: #ffffff;
        border-radius: 0;
        height: 60px;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 20px;
    }

        .horizontal-filter .filter-content {
            padding: 0;
        }

        .horizontal-filter .category-panel .panel-heading .panel-title {
            padding: 18px 16px;
            background: #fff;
        }

        .horizontal-filter .category-panel.open .panel-heading .panel-title:after {
            display: none;
        }

        .horizontal-filter .category-panel .panel-body {
            padding: 10px 20px;
            min-width: 200px;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 1px solid #e2e2e2;
            border-top: 1px solid #ffffff;
        }
}

.mini-cart-footer {
    margin-bottom: 42px;
}

@media (max-width: 991px) {
    .ctsum-total {
        padding: 20px 20px 55px;
    }
}

@media (min-width: 992px) {
    .favorites-btn {
        text-align: right;
        display: flex;
        align-items: center;
    }

        .favorites-btn .km-submit {
            margin-right: 10px;
        }
}

.order-products .discount {
    font-size: 14px;
    padding: 11px 6px;
    color: #fff;
}

.btn {
    border-radius: 0;
}

.inform-product {
    display: flex;
    margin-bottom: 30px;
}

    .inform-product .inform-prdimg {
        max-width: 65px;
        margin-right: 15px;
    }

.inform-prddesc .price {
    display: flex;
    align-items: center;
}

.inform-prddesc .product-name {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.inform-prddesc .product-brnd {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 16px;
}

.inform-prddesc .product-adv {
    margin-bottom: 5px;
    font-size: 12px;
}

.inform-prddesc .product-discount {
    margin-right: 10px;
    display: inline-block;
    vertical-align: super;
}

.inform-prddesc .discount {
    background: #D62631;
    font-size: 12px;
    font-weight: 600;
    padding: 6px;
    border-radius: 0;
    line-height: 14px;
    height: auto;
}

.inform-prddesc .price-standard {
    color: #999999;
    font-size: 12px;
    text-decoration: line-through;
    display: block;
    line-height: 14px;
}

.inform-prddesc .price-sales {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    line-height: 18px;
    display: block;
}

.panel-default {
    border-radius: 0;
}

.panel-group.usecoupon .panel-body .input-group-btn .btn {
    font-weight: 600;
    padding: 12px 0;
}

.content-temp5 {
    padding: 1px;
}

.image-look .content-temp5 .inner {
    margin-bottom: 0px;
}

.content-temp5 img {
    width: 100%;
}


.review-container {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
}

.reviews {
    margin-top: 60px;
}

.review-head {
    align-items: center;
}

.hero-section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.review-header {
    font-weight: 600;
}

.pd-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 0px;
}
/*region AI summary*/
.ai-summary-box {
    background-color: #f9fbfd;
    border-radius: 10px;
    padding: 16px;
    font-size: 14px;
    color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    margin: 20px 0;
}

    .ai-summary-box strong {
        color: #2f2f2f
    }

.ai-summary-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #043f74;
    /*margin-bottom: 10px;*/
}

    .ai-summary-header span {
        font-weight: 600;
        font-size: 16px;
    }

.feedback {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: #555;
    justify-content: flex-end;
}

    .feedback button {
        background: none;
        border: none;
        font-size: 16px;
        cursor: pointer;
        line-height: 1;
    }

        .feedback button img {
            max-width: 18px;
        }
/*endregion AI summary*/
