body {
    font-size: 13px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1050;
}
.countrycode {
    width: 32%;
}
.form-group input.form-control.mobilephone {
    width: 66%;
}
.login-content .nav-tabs li.active {
    background: #fff;
    border-bottom: none;
}
.login-desc h1 {
    font-size: 25px;
}

/*HEADER v5*/
/*SEARCH*/
.autocomplete-suggestions {
    box-sizing: border-box;
    border-top: 1px solid #f5f5f5;
    background: #fff;
    width: 100% !important;
    cursor: default;
    overflow: auto;
    box-shadow: none;
    padding: 20px 0;
}

.autocomplete-suggestion {
    padding: 12px 5px;
    white-space: normal;
    overflow: hidden;
    font-size: 13px;
    line-height: 36px;
    max-width: 1400px;
    margin: 0 auto;
}

    .autocomplete-suggestion img {
        max-width: 70px;
        float: left;
        margin-right: 5px;
    }

.prd-name {
    text-align: left;
    float: left;
}

.autocomplete-suggestion .prd-price {
    font-weight: 700;
    display: block;
    font-size: 15px;
}

.quick-search-result {
    padding-top: 0px;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 9999;
    cursor: pointer;
}

.search-input-box.input-group .search-input.form-control {
    background: #f7f7f7;
    border: none;
    text-align: left;
    line-height: 5.9;
    color: #454545;
    font-size: 15px;
    padding: 6px 10px;
    max-width: 87%;
    width: 94%;
    float: right;
    height: 98px;
}

.search-input-box {
    width: 100%;
    float: right;
    font-size: 14px;
    color: #454545;
    background: #f7f7f7;
    border-radius: 0px;
    max-width: 90%;
    width: 86%;
}

.search-full {
    top: 0;
    min-height: 100px;
    bottom: auto;
    background: #f7f7f7 !important;
    z-index: 99999;
    position: fixed;
}

.search-close {
    background: rgb(247 247 247);
    font-size: 32px;
    height: 100px;
    padding: 0;
    margin-right: 6.4%;
    width: 5%;
    text-align: center;
    color: #000 !important;
}

span.input-group-btn {
    line-height: 0;
}

.search-new .input-group .getFullSearch {
    padding: 4px 0px 4px 26px;
    margin: 27px 0 28px;
    line-height: 1;
    border-radius: 0;
    border-left: 1px solid #d7d7d7;
}
    .search-new .input-group .getFullSearch i {
        font-size: 25px;
        transform: rotate(280deg);
    }

.search-input-box .search-btn i {
    font-size: 26px;
    padding: 37px 20px;
    line-height: 0px;
    transform: rotate(280deg);
    border-radius: 0;
}

.search-input::-webkit-input-placeholder {
    color: #454545;
}

.search-input:-moz-placeholder  {
    color: #454545;
}


@media (max-width:1300px) and (min-width: 991px) {

    .search-new .input-group .getFullSearch {
        margin: 21px 0 22px;
        padding: 4px 0px 4px 20px;
    }
}

@media(max-width:1300px) {

    .search-close {
        margin-right: 4.4%;
    }
}

@media (max-width:991px) {
    .search-input-box.input-group .search-input.form-control {
        float: left;
        margin: 0;
        position: relative;
        width: 100%;
        z-index: 2;
        box-shadow: none;
        border-radius: 0;
        height: 52px;
        background: #161619;
        padding: 10px 0;
        border: none;
        opacity: 1;
        font-size: 12px;
        color: #ffffff;
        text-indent: 27px;
        line-height: normal;
    }

    span.input-group-btn {
        line-height: 0;
        display: table-cell;
    }

    .search-input-box {
        border-bottom: 1px solid #2c2c2c;
        border-radius: 0px;
        padding: 0;
        background: #161619;
        width: 100%;
        display: table;
        max-width: 100% !important;
    }
    .search-input {
        background: none;
        text-align: left;
        font-size: 15px;
        color: #fff;
        padding: 0;
        line-height: 2.5;
    }

    .search-input-box .search-btn {
        background-color: #161619;
        border: none;
        color: #fff !important;
        border-radius: 0 10px 10px 0;
        font-size: 22px;
        padding: 15px 14px;
        right: 5px;
        top: 1px;
        z-index: 9;
    }
        .search-input-box .search-btn i {
            padding: 0;
            font-size: 18px;
        }
    .search-new .input-group .getFullSearch {
        padding: 18px 10px;
        margin: 0;
        border: none;
    }

    .search-input::-webkit-input-placeholder {
        color: #a8a8a8;
    }

    .search-input:-moz-placeholder  {
        color: #a8a8a8;
    }
}

@media (max-width: 600px) {
    .search-input-box .search-input {
        max-width: 80%;
    }
}

/*SEARCH*/

/*CART HEADER*/
.navbar.cart-header .navbar-top {
    height: 80px;
    background: #ffffff;
}

.navbar.cart-header.stuck .navbar-top {
    margin-top: 0px;
}

.navbar.cart-header .navbar-brand {
    display: block;
    height: 80px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 24px 0;
    position: absolute;
    right: 0;
    width: 230px;
    margin-top: 0px;
}

.step-address.header-offset {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .navbar.cart-header .navbar-top {
        height: 60px;
    }

    .navbar.cart-header .navbar-brand {
        height: 60px;
        padding: 5px 0;
        width: 180px;
    }

    .step-address.header-offset {
        padding-top: 80px;
    }
}
/*CART HEADER*/
/*CART MENU*/

.cart-menu > a {
    padding: 2px 30px 3px 24px;
    margin: 29px 0 29px;
}
.cart-menu a .cart-quantity {
    background: #74e0ff;
    top: 0px;
    bottom: inherit;
    right: 24px;
    font-size: 10px;
    width: 14px;
    height: 14px;
}
@media (max-width:1300px) and (min-width: 991px) {
    .cart-menu > a {
        margin: 21px 0 21px;
        padding: 2px 20px 3px 10px;
    }
    .cart-menu a .cart-quantity {
        right: 15px;
    }
}
@media (max-width:991px) {
    .cart-menu > a {
        margin: 15px 0 15px;
        padding: 2px 10px 3px 15px;
    }
    .cart-menu a .cart-quantity {
        right: 6px;
    }
}

/*CART MENU*/
.main-container {
    min-height: 635px;
}

.container {
    margin: 0 auto;
    max-width: 1680px;
    width: 100%;
}

.navbar-km {
    background: #fff;
    border-width: 0;
    box-shadow: inset 0 -1px 0 0 #f3f3f3;
}

.home-header-offset {
    padding-top: 118px;
}
.header-offset {
    padding-top: 160px;
}

.cat-header-offset {
    padding-top: 0px;
}

.pd-header-offset {
    padding-top: 0px;
}

.login-container.header-offset {
    padding-top: 150px;
}

.navbar.stuck .km-menu {
    margin-top: 0px;
}

.free-delivery {
    background: #161619;
    height: 30px;
    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;
}

.navbar.stuck .free-delivery {
    margin-top: -30px;
}

.header-bottom {
    position: relative;
}

.hb-right {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    right: 20px;
    top: 0;
}

.navbar .navbar-brand {
    display: block;
    padding: 28px 0px 28px;
    width: 220px;
    height: 88px;
    position: absolute;
    left: 20px;
    top: 0;
}

    .navbar .navbar-brand img {
        max-width: 220px;
    }

@media (max-width:1400px) and (min-width:1300px) {
    .navbar .navbar-brand {
        padding: 30px 0px;
    }

        .navbar .navbar-brand img {
            max-width: 170px;
        }
}

@media (max-width:1300px) and (min-width:991px) {
    .navbar .navbar-brand {
        padding: 22px 0px;
        height: 72px;
    }
        .navbar .navbar-brand img {
            max-width: 140px;
        }
}

/*KM MENU*/
.navbar-nav.km-menu > li > a {
    font-weight: 500;
    font-size: 13px;
    position: relative;
    padding: 34px 18px;
    transition: none;
}

.navbar-nav.km-menu .dropdown-menu {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    background: #161619;
}
.km-menu.navbar-nav .dropdown-menu > li > a:hover, .km-menu.navbar-nav .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background: none;
}

    .km-menu.navbar-nav .dropdown-menu > li > a {
        font-size: 13px;
        padding: 10px 20px;
        display: inline-block;
        color: #a8a8a8;
        position: relative;
        line-height: 1;
    }

@media (min-width:992px) {

    .km-menu.navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        width: auto;
    }
        .km-menu.navbar-nav .dropdown-menu {
            transition-delay: 0s;
            transition-duration: 200ms;
            transition-property: top,opacity,visibility;
            transition-timing-function: linear;
            padding: 20px 10px;
        }
        .km-menu.navbar-nav .dropdown-submenu {
            position: relative;
        }

            .km-menu.navbar-nav .dropdown-submenu .dropdown-menu {
                top: 0;
                left: 100%;
            }

    .navbar-km ul.nav li.dropdown-submenu:hover > ul.dropdown-menu {
        display: block;
        filter: none;
        opacity: 1;
    }

    .km-menu.navbar-nav .dropdown-menu > li > a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

}
@media (max-width:1300px) and (min-width: 1099px) {

    .navbar-nav.km-menu > li > a {
        padding: 26px 10px;
    }
}

@media (max-width:1098px) and (min-width: 991px) {

    .navbar-nav.km-menu > li > a {
        padding: 26px 6px;
        font-size: 12px;
    }
}



/*KM MENU*/
/*USER MENU*/
.user-menu {
    float: right;
}

    .user-menu > li > a {
        font-weight: 500;
        font-size: 13px;
        line-height: 1;
        padding: 4px 24px;
        margin: 27px 0 27px;
        border-left: 1px solid #d7d7d7;
    }
        .user-menu > li > a i {
            font-size: 26px;
        }
.hasUserMenu > .dropdown-menu {
    background: #161619;
    left: auto !important;
    right: 0 !important;
    width: 230px;
    border-radius: 0px;
    padding: 20px 30px 0px 30px;
    margin-top: 0;
}
.dropdown.dropdown-hover.hasUserMenu {
    position: relative;
}
.hasUserMenu > .dropdown-menu > li > a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 0;
    line-height: 1;
    color: #a8a8a8;
}
    .hasUserMenu > .dropdown-menu > li > a:hover {
        color: #fff;
    }

.user-menu .dropdown-menu > li > a:hover, .user-menu .dropdown-menu > li > a:focus {
    
    background: none;
}

.hasUserMenu > .dropdown-menu > li.user-logoff {
    border-top: 1px solid #3f3f3f;
    padding: 5px 0 0 0;
    margin: 15px 0px 15px 0px;
}

    .hasUserMenu > .dropdown-menu > li.user-logoff a {
        padding: 14px 0 9px 0;
        font-size: 14px;
    }


@media (max-width:1300px) and (min-width: 991px) {
    .user-menu > li > a {
        margin: 19px 0;
        border: none;
        padding: 4px 10px;
    }
}


@media (max-width:991px) {
    .user-menu > li {
        box-shadow: none;
    }

        .user-menu > li > a {
            margin: 14px 0;
            border: none;
            padding: 4px 15px;
        }

}
/*USER MENU*/

.owl-carousel.header-free {
    text-align: center;
}

    .owl-carousel.header-free .items {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
        text-transform: none;
        padding: 6px 0;
    }

        .owl-carousel.header-free .items span span {
            font-size: 12px;
            color: #777;
            font-weight: 400;
        }

        .owl-carousel.header-free .items span {
            display: block;
        }




@media (max-width: 991px) {
    .navbar-km {
        box-shadow: none;
    }

    .navbar .navbar-top {
        height: 60px;
        box-shadow: none;
    }

    .header-offset {
        padding-top: 112px;
    }
    .home-header-offset {
        padding-top: 92px;
    }

    .cat-header-offset {
        padding-top: 0px;
    }

    .login-container.header-offset {
        padding-top: 100px;
    }


    .navbar .navbar-brand {
        width: 165px;
        height: 60px;
        padding: 17px 0;
        position: relative;
    }
        .navbar .navbar-brand img {
            max-width: 165px;
        }

    .navbar-nav.km-menu > li > .dropdown-menu {
        box-shadow: none;
    }

    .navbar-toggle {
        background: none !important;
        padding: 16px 10px;
        line-height: 0;
        margin: 0;
    }

        .navbar-toggle.menu-togg {
            margin-top: 3px;
            padding-right: 0;
            float: left;
        }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }

    .navbar-toggle .icon-bar {
        width: 26px;
        height: 2px;
    }

    .navbar-toggle .icon-bar {
        border: solid 1px #000;
    }

    .menu-cat li:first-child a, .menu-cat li:nth-child(2) a {
        border-right: 0;
    }

    .menu-cat li a {
        border: 2px solid #3a3a3a;
        padding: 9px 16px 8px;
    }

    .menu-cat {
        display: flow-root;
        margin: 20px 0;
    }

    .brandWrap .navbar-collapse {
        background: #f3f3f2;
    }

    .megamenu-content ul li:before {
        background: #3a3a3a;
    }

    .megamenu-content ul li span {
        
    }

    .navbar-nav.km-menu {
        margin: 0 -10px;
    }

    .mobil-menu-title {
        color: #a8a8a8;
        font-size: 14px;
        font-weight: 600;
        padding: 25px 0px 25px 13px;
        background: #161619;
        z-index: -1;
        border-bottom: 1px solid #2c2c2c;
    }

    .megamenu-content ul {
        margin: 10px 0;
    }

        .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
            color: #000;
        }

            .megamenu-content ul li a {
                padding: 8px 15px 8px 10px;
            }

                .megamenu-content ul li a:hover {
                    padding: 8px 15px 8px 10px;
                }

                .megamenu-content ul li a.menu-title:hover {
                    padding-bottom: 15px;
                }
    /*SIDE MENU*/
    #side-menu {
        z-index: 1051;
        background: #161619;
        color: #a8a8a8;
    }
        #side-menu .navbar-nav > li > a {
            padding-top: 16px;
            padding-bottom: 16px;
            line-height: 20px;
            color: #a8a8a8;
            font-weight: 500;
            border-bottom: 1px solid #2c2c2c !important;
        }

            #side-menu .navbar-nav > li > a i {
                font-size: 14px;
                color: #a8a8a8;
                float: right;
                margin-top: 2px;
            }

    #side-menu {
        padding: 0px 10px 30px 10px;
    }

        #side-menu .close {
            color: #a8a8a8;
            opacity: 1;
        }

        #side-menu .contents {
            margin-top: 0;
        }

        #side-menu .navbar-nav {
            margin: 0px -10px;
        }

        #side-menu .nav.navbar-nav.navbar-right {
            border-top: 2px solid #e1e1e1;
            padding: 13px 0;
            margin: 10px 0;
        }
    /*SIDE MENU*/
        #side-menu .navbar-nav > li.active, #side-menu .navbar-nav > li > a:hover, #side-menu .navbar-nav > li > a:focus, #side-menu .navbar-nav > li:hover > a {
            background: #161619;
            color: #fff;
        }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.slideDown {
        -webkit-animation-name: slideDown;
        -moz-animation-name: slideDown;
        -o-animation-name: slideDown;
        animation-name: slideDown;
    }

    .animated.slideUp {
        -webkit-animation-name: slideUp;
        -moz-animation-name: slideUp;
        -o-animation-name: slideUp;
        animation-name: slideUp;
    }
/*HEADER v5 END*/

/*FOOTER*/
.footer {
    padding-bottom: 0;
    border: none;
    background:#fff;
}
    .footer .container {
        max-width: 1200px;
    }
    .footer .footer-top {
        background: #f5f5f5;
        padding: 60px 0px;
        border-bottom: none;
    }
    .footer .footer-center {
        padding: 60px 0;
    }
    .footer .footer-bottom {
        background: #fff;
        border-color: #e7e7e8;
        padding: 25px 0px;
    }
    .footer .footer-title {
        border-bottom: none;
        font-size: 16px;
        line-height: 1;
        padding: 0 0 10px;
        font-weight: 500;
    }
    .footer .flogo img {
        margin-bottom: 30px;
    }
    .footer .flogo p {
        margin-bottom: 15px;
    }
    .footer .subscribe {
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .footer .subscribe p {
            font-size: 72px;
            width: 50%;
            line-height: 50px;
            font-family: 'Holimount';
        }
        .footer .subscribe ul {
            width: 50%;
            margin: 0;
        }
        .footer .subscribe .cnt-subscribe {
            display: flex;
            align-items: center;
            flex-direction: row;
        }
        .footer .subscribe .news-letter-box input {
            height: 60px;
            padding: 5px 0px;
            background: #fff;
            border: none;
            margin-bottom: 0;
            text-indent: 30px;
            box-shadow: none;
            width: 64%;
            margin-right: 10px;
            border-radius: 0;
        }
                .footer .subscribe .news-letter-box input::-moz-placeholder {
                    color: #000;
                }

                .footer .subscribe .news-letter-box input::-webkit-input-placeholder {
                    color: #000;
                }
        .footer .subscribe .news-letter-box .btn {
            padding: 0;
            font-size: 14px;
            height: 60px;
            box-shadow: none;
            color: #ffffff;
            font-weight: 500;
            width: 34%;
            border-radius: 0;
        }

        .footer .social span {
            border: none;
            border-radius: 0;
            height: auto;
            width: auto;
            margin: 0 8px;
        }

            .footer .social span a i {
                font-size: 18px;
                margin-left: 0;
                margin-right: 10px;
            }

            .footer .social span:hover {
                background: none;
            }
                .footer .social span:hover a {
                    color: #000000;
                }

    .footer .credit-cards {
        margin-top: 45px;
    }
        .footer .credit-cards img {
            margin-right: 15px;
            margin-bottom: 10px;
        }
.footer .bottom-menu {
    text-align: left;
    padding: 16px 0 0;
}

    .footer .bottom-menu ul li a {
        font-size: 13px;
        padding: 5px 0 5px 0;
    }

.footer .km-sign {
    color: #82858f;
    text-align: right;
}
    .footer .footer-free {
        color: #82858f;
        text-align: left;
    }
.footer .footer-free span {
    font-weight:600;
    color:#000;
}
@media (max-width: 979px) and (min-width: 768px) {
    .footer .km-sign {
        text-align: right !important;
    }
}
@media (min-width:992px) {
    .footer .subscribe {
        flex-direction: row;
    }
}
@media (max-width:991px) {
    .footer .footer-top {
        padding: 30px 0px 0px;
    }
    .footer .footer-bottom {
        padding: 20px 0;
    }
    .footer .footer-center {
        padding: 40px 0;
    }
    .footer .subscribe .news-letter-box input {
        height: 50px;
        text-indent: 20px;
    }
    .footer .subscribe .news-letter-box .btn {
        font-size: 13px;
        height: 50px;
    }
    .footer .subscribe {
        flex-direction: column;
    }
        .footer .subscribe p {
            font-size: 46px;
            width: 100%;
            line-height: 38px;
            margin-bottom: 30px;
            text-align: center;
        }
        .footer .subscribe ul {
            width: 100%;
        }
    .footer .flogo img {
        max-width: 60%;
    }
    .footer .bottom-menu {
        padding: 30px 0 0;
    }
    .footer .footer-free {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer .km-sign {
        text-align: center;
    }
    .footer .credit-cards {
        text-align: center;
    }
        .footer .credit-cards img {
            max-width: 24%;
        }
    .footer .subscribe {
        padding-bottom: 34px;
    }

    .footer .bottom-menu ul li a {
        line-height: 20px;
    }
}
/*FOOTER END */
/*PRODUCT LIST v2*/
.product-show-case .item {
    margin: 0 6px 15px;
}
.item .promotion-first {
    display: block;
    overflow: hidden;
}

    .item .promotion-first span.list-icon {
        color: #f3584a;
        display: block;
        font-size: 13px;
        font-weight: 500;
        height: 35px;
        border: 1px solid #f3584a;
        background: #fff;
        padding: 7px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 10px;
        left: 10px;
        width: 82px;
        border-radius: 0;
    }

.item .fast-shipping {
    position: absolute;
    border-radius: 4px 0 0 4px;
    right: 0px;
    top: 40%;
}

.item .free-ship {
    position: absolute;
    border-radius: 4px 0 0 4px;
    right: 0px;
    top: 50%;
}

.item .product .product-status {
    height: 0px;
    padding-top: 0px;
}
.item .product {
    background: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
    border-radius: 0;
    border: none;
}
    .item .product:hover {
        box-shadow: 0 0 10px 3px rgb(185 185 185 / 20%);
    }
        .item .product:hover .image-hover a img {
            opacity: 1;
        }

.item .description {
    min-height: 38px;
}

.item .product-name a {
    text-decoration: none;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-shopping-list {
    border: none;
    background: none;
    padding: 0;
    box-shadow: none;
    font-weight: 500;
    line-height: 1.3;
    font-size: 13px;
}
    .btn-shopping-list.btn-default:active:focus, .btn-shopping-list.btn-default.active, .btn-shopping-list.btn-default.active:focus, .btn-shopping-list.btn-default:focus, .btn-shopping-list.btn-default:hover, .btn-shopping-list.btn-default:active:hover, .btn-shopping-list.btn-default.active:hover {
        background: none;
        border: none;
        outline-offset: 0;
        padding: 0;
    }
    .btn-shopping-list:before {
        font-size: 16px;
        font-family: 'FontAwesome';
        margin-right: 5px;
    }

    .btn-shopping-list:before {
        content: "\f08a";
    }

    .btn-shopping-list.active:before {
        content: "\f004";
        color: #d91d29;
    }
@media (min-width:890px) {
    .product .price {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product .campaign-prbox {
        border-left: 1px solid #e5e5e5;
        margin: 0 0 0 8px;
        padding: 0 0 0 8px;
    }
}

.product .price {
    min-height: 56px;
    padding: 0 10px 10px;
}

.product .price-box {
    min-height: auto;
    margin: 0;
}
.product .product-discount {
    position: absolute;
    top: 10px;
    right: 10px;
}

.product .discount {
    background: #74e0ff;
    font-size: 13px;
    font-weight: 500;
    padding: 6px;
    color:#fff;
    height:35px;
    border-radius: 0;
}

.product .campaign-prbox {
    font-size: 12px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 16px;
}

    .product .campaign-prbox .camp-price {
        color: #D62631;
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
    }

@media (max-width:889px) {

    .product .price {
        min-height: 98px;
    }

    .product .product-discount {
        display: inline-block;
        vertical-align: super;
    }

    .product .price-box {
        display: inline-block;
    }

    .product .campaign-prbox {
        margin-top: 5px;
    }
}
.action-control {
    position: absolute;
    width: 90px;
    bottom: 0px;
    height: 100%;
    right: 0;
}
.buy-action {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.buy-action.add-cart {
    width: 90px;
    height: 100%;
    background: transparent;
    right: 0;
    bottom: auto;
    top: 30px;
    text-align: center;
}
.buy-action.shp-list {
    width: 120px;
    height: 100%;
    background: transparent;
    right: 0;
    text-align: center;
    bottom: auto;
    top: 110px;
}
.item .btn-shopping-list {
    padding: 10px 10px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: block;
    font-size: 28px;
    height: 50px;
    line-height: 1;
    width: 50px;
    box-shadow: 0 0 8px 0px rgb(149 149 149 / 18%);
}
    .item .btn-shopping-list:before {
        font-size: 20px;
        margin-right: 0px;
    }
.item .btn-buy {
    padding: 9px 10px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 24px;
    box-shadow: 0 0 8px 0px rgb(149 149 149 / 18%);
}



/*PRODUCT LIST v2 END*/
/*product detail*/
.prop-wrap {
    padding: 20px 0;
}
.prop-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.prop-title {
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}
.prop-item img {
    max-width: 80px;
    margin: 0 10px 0 0;
}
.pdetail div#Detail {
    overflow: auto;
    max-height: 246px;
}
    .pdetail div#Detail::-webkit-scrollbar {
        width: 4px;
        border-radius: 3px;
        background-color: #00000033;
    }

    .pdetail div#Detail::-webkit-scrollbar-thumb {
        background-color: #000;
        border-radius: 3px;
    }
.product-icon div {
    width: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3px 4px 2px 4px;
}	
.list-buttons {
    margin: 0px 0 30px;
}
.prd-container {
    max-width: 1260px;
}

#prd-thumb-images .prd-thumb-item img {
    max-width: 90px;
}
.product-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.icon-new {
    position: absolute;
    top: 0;
    left: 11px;
    z-index: 1;
    height: 35px;
    border: 1px solid #f3584a;
    width: 82px;
    text-align: center;
    background: #fff;
}
span.pdetail-icon-text {
    color: #f3584a;
    font-size: 13px;
    font-weight: 500;
    padding: 6px;
    display: block;
}
.product-price {
    margin-top: 20px;
}
.product-price .price-sales {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #f3584a;
}
.product-price .price-standard {
    font-size: 14px;
}
.applied-campaigns span {
    font-size: 14px;
    color: #999999;
}
.product-price-rate {
    font-size: 14px;
    background-color: #f3584a;
    height: 36px;
    width: 46px;
}
.cart-actions {
    margin: 18px 0 20px;
}
.campaign {
    background-color: #f7f7f7;
    border: 1px solid #efefef;
}
.campaign-title {
    font-size: 14px;
}
.campaign span {
    font-size: 12px;
}
.rating .rating-number {
    margin-left: 5px;
    font-size: 12px;
}
.rating .show-review span {
    font-size: 12px
}
.tab-content {
    margin-top: 30px;
}
.prd-properties {
    background-color: #f7f7f7;
    padding:20px 20px 20px 40px;
}
    .prd-properties > table:first-child > thead > tr > th {
        display: none;
    }
    .prd-properties .table-striped > tbody > tr {
        background-color: #f7f7f7;
        display: list-item;
        list-style: disc;
        padding: 10px;
    }
    .prd-properties > .table > tbody > tr > td {
        padding: 0;
        line-height: 1;
    }
    .prd-properties > .table-striped > tbody > tr > td:nth-of-type(odd) {
        font-weight: 600;
        min-width: 140px;
    }
        .prd-properties > .table-striped > tbody > tr > td:nth-of-type(odd) span {
            float: right;
        }
    .prd-properties > .table-striped > tbody > tr > td:nth-of-type(even) {
        padding-left: 30px;
    }
.section-review .review-header {
    font-size: 14px;
    font-weight: 500;
}
.review-none .title {
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0 20px;
}
.product-tab .block-title-2 {
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin: 0 0 30px;
}
@media (min-width:767px) {
    .pdetail {
        padding-left: 50px;
    }

    .product-images {
        padding-right: 50px;
    }
}
/*product detail*/
/*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;
}



@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: #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;
        }


.nav-tabs:after {
    box-shadow: none;
    height: 0;
    position: relative;
    width: 100%;
}
.nav-tabs > li {
    float: left;
    margin: 0 50px 0 0;
    display: block;
}
    .nav-tabs > li.active {
        border-bottom: 1px solid #f5796e;
    }
.nav-tabs li a {
    color: #7a7a7b;
    font-weight:500;
}
    .nav-tabs li a, .nav-tabs > li:hover > a {
        font-size: 16px;
        margin: 0;
        background: #fff;
        padding: 8px 5px;
        border-radius: 0;
        font-weight: 500;
    }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a, .nav > li > a:hover, .nav > li > a:focus {
    border-radius: 0;
    box-shadow: none;
    color: #000;
    background: #fff;
}
@media screen and (max-width: 991px) {

    .nav-tabs > li {
        margin: 0 36px 0 0;
    }
        .nav-tabs li a, .nav-tabs > li:hover > a {
            font-size: 14px;
        }
}

/* The Masonry Container */
.masonry {
    margin: 0 auto;
    max-width: 1680px;
    display: grid;
    justify-content: center;
}

.items {
    width: 100%;
    height: 100%;
    padding: 0px 15px 30px;
}
.masonry .items:first-child, .masonry .items:nth-child(5) {
    grid-column-end: span 2;
}

/* Masonry on large screens */
@media only screen and (min-width: 1380px) {
    .masonry {
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1379px) and (min-width: 1110px) {
    .masonry {
        grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
    }
}

/* Masonry on small screens */
@media only screen and (max-width: 1109px) and (min-width: 895px) {
    .masonry {
        grid-template-columns: repeat(auto-fill, minmax(219px, 1fr));
    }
    .items {
        padding: 0px 8px 16px;
    }
}
/* Masonry on small screens */
@media only screen and (max-width: 894px) and (min-width: 768px) {
    .masonry {
        grid-template-columns: repeat(auto-fill, minmax(177px, 1fr));
    }
    .items {
        padding: 0px 8px 16px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 616px) {
    .masonry {
        grid-template-columns: repeat(auto-fill, minmax(199px, 1fr));
    }
        .masonry .items:nth-child(3) {
            grid-column-end: span 2;
        }
    .items {
        padding: 0px 5px 10px;
    }
}
@media only screen and (max-width: 615px) and (min-width: 468px) {
    .masonry {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

        .masonry .items:nth-child(3) {
            grid-column-end: span 2;
        }

    .items {
        padding: 0px 5px 10px;
    }
}
@media only screen and (max-width: 467px) and (min-width: 360px) {
    .masonry {
        grid-template-columns: repeat(auto-fill, minmax(114px, 1fr));
    }

        .masonry .items:nth-child(3) {
            grid-column-end: span 2;
        }

    .items {
        padding: 0px 5px 10px;
    }
}
@media only screen and (max-width: 359px) {
    .masonry {
        grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
    }

        .masonry .items {
            grid-column-end: span 2;
        }

    .items {
        padding: 0px 5px 10px;
    }
}
.masonry .items a:hover img {
    opacity: 0.7;
}
.markalar .content-slide {
    margin: 0 6px;
    border: 1px solid #e5e5e5;
}
.temp-title {
    text-align: center;
    padding: 20px 0 0;
    font-size: 14px;
    font-weight: 500;
}
.module-title {
    margin-bottom: 10px;
}
.module-title h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'EB Garamond';
    line-height: 20px;
}
.module-title-v4 {
    margin-bottom: 50px;
}
    .module-title-v4 p {
        font-size: 38px;
        font-weight: 400;
        font-family: 'EB Garamond';
        line-height: 38px;
        display: inline-block;
        margin: 0;
        padding: 0 25px;
        background-color: #fff;
    }
.module-title-v4:before {
    border-top: 1px solid #e7e7e8;
}
br.module-separator {
    display: block;
    content: " ";
}
@media (min-width: 992px) {
    br.module-separator {
        padding: 30px 0;
    }
}
@media (max-width: 991px) {
    br.module-separator {
        padding: 20px 0;
    }
}
.category-panel .panel-heading .panel-title {
    font-weight: 500;
    font-size: 20px;
    font-family: 'EB Garamond';
    line-height: 20px;
}
.collapseMaxHeight {
    max-height: 190px;
}
.category-panel .panel-heading {
    border-bottom: none;
}
.category-panel.filter-panel ul > li > a {
    font-size: 13px;
    color: #737375;
}
.category-panel.filter-panel .filter-item a {
    font-size: 13px;
    color: #737375;
}
.filter-square-box .filter-square:before {
    border: 1px solid #737375;
}
.filter-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px 0 18px;
}
.filter-search input.prp-search {
    width: 85%;
    font-size: 13px;
    text-indent: 20px;
}
    .filter-search .prp-search-btn {
        width: 15%;
        height: 48px;
        background: #161619;
        color:#fff;
    }
@media screen and (max-width: 991px) {
    .filter-top .title {
        font-size: 16px;
    }
    .category-panel .panel-heading .panel-title {
        font-size: 16px;
    }
    .cat-top-bar .psort-list .dropdown-menu {
        right: 0;
        left: auto;
    }

}
.cat-top-bar .psort-list a {
    font-size: 12px;
}
.cat-top-bar .psort-list span {
    font-size: 14px;
}
.cat-top-bar .change-view {
    display: none;
}
.cat-top-bar .psort-list {
    margin-right: 10px;
}
.cat-top-bar .cat-top-bar-inner {
    float: left;
}
.btn.btn-lg {
    font-size: 14px;
}
.btn {
    border-radius: 0px;
}
.category-footer p {
    font-size: 13px;
}
.breadcrumb {
    border-bottom: none;
    padding: 0;
    margin-bottom: 30px;
}
    .breadcrumb a {
        font-size: 12px;
    }
.category-image {
    position: relative;
}
    .category-image .box-content-overly.box-content-overly-white {
        opacity: 1;
        visibility: visible;
        max-width: 1660px;
        margin: 0 auto;
    }
.box-content-overly {
    right: 0;
    left: 0;
}
.box-text-flex {
    align-items: flex-start;
    max-width: 400px;
    text-align: left;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
    .box-text-flex p {
        font-size: 14px;
    }

@media (max-width:767px) {
    .box-text-flex {
        max-width: 210px;
        padding-left: 10px;
    }
        .box-text-flex h1 {
            font-size: 18px;
        }
        .box-text-flex p {
            font-size: 12px;
        }
    .module-title-v4 {
        margin-bottom: 30px;
    }
    .module-title-v4 h2 {
        font-size: 20px;
        line-height: 20px;
    }
}
.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: 12px;
}
.empty-minicart p {
    font-size: 18px;
    margin-top: 40px;
    font-weight: 500;
}
.empty-cart h2 {
    font-size: 26px;
    line-height: 22px;
    margin: 36px 0 50px;
}
.modal.left .modal-title, .modal.right .modal-title, .modal .modal-title {
    font-size: 18px;
}
.checkbox label, .form-group label {
    font-size: 12px;
}
.ps-nav {
    font-size: 30px;
}
.login-header h1.section-title-inner i {
    display: none;
}
.login-container .login-panel {
    position: relative;
}
.login-container .login-banner img {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
.list-group-item {
    transition: none;
    border: none;
}
.sidebar-nav > li.active, .sidebar-nav > li.active:hover, .sidebar-nav > li.active:focus {
    font-weight: 600;
    transition: none;
    text-decoration: underline;
}
.sidebar-nav li, .sidebar-nav > li > a {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
.ptype-tab .nav-tabs > li {
    margin: 0 20px 0 0;
}
.ptype-tab .nav-tabs li a, .ptype-tab .nav-tabs > li:hover > a {
    font-size: 13px;
}
.incaps {
    font-size: 14px;
}
.err-logo img {
    max-width: 300px;
    margin: 0;
}
.erorpage .search-input-box.input-group {
    display: table;
}
.erorpage .search-input-box .search-btn {
    padding: 12px 18px;
}
.erorpage .search-input-box .search-btn i {
    font-size: 20px;
    padding: 10px 20px;
    transform: none;
}
.category-name {
    font-size: 20px;
}