﻿@charset "UTF-8";
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
    margin: 0 !important;
}

.marginbottom__3x {
    margin-bottom: 30px;
}

@-webkit-keyframes animLoadedLogo {
    to {
        -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    }
}

@keyframes animLoadedLogo {
    to {
        -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
        transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    }
}

@-webkit-keyframes animLoadedLoader {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    }
}

@keyframes animLoadedLoader {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
        transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    }
}

@-webkit-keyframes animLoadedHeader {
    to {
        -webkit-transform: translate3d(0, -100%, 0);
    }
}

@keyframes animLoadedHeader {
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes animInitialHeader {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 800px, 0);
    }
}

@keyframes animInitialHeader {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 800px, 0);
        transform: translate3d(0, 800px, 0);
    }
}
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
    border: none;
}

    .lib-list-item-product2 .image-dev .list-button-dev {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
    }

        .lib-list-item-product2 .image-dev .list-button-dev li {
            display: inline-block;
            float: left;
            height: 40px;
            width: 40px;
            background: #fff;
            position: relative;
            border-width: 0 1px 0 0;
            border-style: solid;
            border-color: #ddd;
            opacity: 0;
            transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
        }

            .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
                transform: translateX(40px);
                -moz-transform: translateX(40px);
                -webkit-transform: translateX(40px);
                -ms-transform: translateX(40px);
                z-index: 1;
                transition-delay: 0s;
            }

            .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
                transition-delay: 0.2s;
                z-index: 2;
            }

            .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
                transition-delay: 0.2s;
                z-index: 2;
            }

            .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
                transform: translateX(-40px);
                -moz-transform: translateX(-40px);
                -webkit-transform: translateX(-40px);
                -ms-transform: translateX(-40px);
                z-index: 1;
                transition-delay: 0s;
            }

            .lib-list-item-product2 .image-dev .list-button-dev li:first-child {
                border-left: 1px solid #ddd;
            }

            .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
                background: none;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                line-height: 40px;
                text-align: center;
                box-shadow: none;
                border: none;
                color: #555;
                width: 40px;
                padding: 0;
            }

            .lib-list-item-product2 .image-dev .list-button-dev li:hover {
                background: #ff9600;
            }

                .lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
                    color: #fff;
                }

    .lib-list-item-product2 .caption-dev {
        text-align: center;
        padding: 0 15px;
    }

        .lib-list-item-product2 .caption-dev .rating-dev {
            margin: 5px 0;
        }

            .lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
                font-size: 11px;
            }

        .lib-list-item-product2 .caption-dev .title-dev {
            color: #444;
            font-size: 13px;
        }

        .lib-list-item-product2 .caption-dev .price-dev .price.product-price {
            font-size: 16px;
        }

        .lib-list-item-product2 .caption-dev .price-dev .price-new {
            font-size: 16px;
        }

        .lib-list-item-product2 .caption-dev .price-dev .price-old {
            font-size: 12px;
        }

        .lib-list-item-product2 .caption-dev .add-cart-dev {
            background: #fff;
            border: 1px solid #ddd;
            font-size: 12px;
            text-transform: uppercase;
            color: #999;
            font-weight: bold;
            box-shadow: none;
            border-radius: 0;
            padding: 6px 20px;
            margin: 0 0 30px;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
        }

.lib-list-item-product-over2 .image-dev .list-button-dev li {
    opacity: 1;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

    .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transition-delay: 0.2s;
    }

    .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
        transition-delay: 0s;
    }

    .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
        transition-delay: 0s;
    }

    .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transition-delay: 0.2s;
    }
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
    position: relative;
    display: block;
}

    .lib-two-img .img-1 {
        opacity: 1;
        position: relative;
        transition: all 0.5s ease-in-out;
    }

    .lib-two-img .img-2 {
        position: absolute;
        z-index: 0;
        top: 0;
        opacity: 0;
        display: block;
        transition: all 0.5s ease-in-out;
        left: 50%;
        transform: translateX(-50%);
    }

.lib-two-img-over .img-1 {
    opacity: 0;
    transform-style: inherit;
    transition: all 0.5s ease-in-out;
}

.lib-two-img-over .img-2 {
    opacity: 1;
    transform-style: inherit;
    transition: all 0.5s ease-in-out;
}
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-webkit-keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-moz-keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
/*===============================================
 [SASS DIRECTORY ]
 [1] BLOCK HEADER
 ==============================================*/
.typeheader-2 {
    background-color: #fff;
    /*=====SEARCH ======*/
    /*BLOCK CART*/
    /*MENU MEGA*/
    /*-- MEGA MENU VERTICAL --*/
}

    .typeheader-2.navbar-compact .header-middle {
        padding: 10px 0;
    }

    .typeheader-2.navbar-compact #cart {
        margin-top: 3px;
    }

    .typeheader-2 .header-top {
        font-size: 13px;
        min-height: 40px;
        background-color: #ed6524;
        /* color: white; */
    }

        .typeheader-2 .header-top .module {
            display: table-cell;
            margin-bottom: 0;
        }

        .typeheader-2 .header-top .header-top-right {
            text-align: right;
        }

        .typeheader-2 .header-top .dropdown-menu li {
            line-height: 22px;
        }

        .typeheader-2 .header-top .header-top-right {
            display: inline-block;
        }

    .typeheader-2 .header-middle {
        clear: both;
        background: #ffffff;
        padding: 0px 0 0px 0;
        /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); */
    }

        .typeheader-2 .header-middle .middle2 {
            padding-right: 40px;
            margin: 14px 0 0;
        }

    .typeheader-2 .header-bottom {
        clear: both;
        padding-bottom: 0px;
        border-bottom: 1px solid #e5e5e500;
        background: #ffffff;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 36%);
    }

        .typeheader-2 .header-bottom .bottom2 {
            margin-top: 13px;
        }

    .typeheader-2 .telephone {
        float: right;
    }

        .typeheader-2 .telephone ul li {
            display: inline-block;
            position: relative;
            list-style: outside none none;
            padding-left: 18px;
            margin-left: 18px;
            padding-right: 0;
        }

            .typeheader-2 .telephone ul li:after {
                background-color: rgba(255, 255, 255, 0.4);
                content: "";
                height: 11px;
                position: absolute;
                left: 0;
                top: 9px;
                width: 1px;
            }

            .typeheader-2 .telephone ul li a {
                text-transform: capitalize;
            }

                .typeheader-2 .telephone ul li a i {
                    margin-right: 5px;
                    color: #666;
                }

    .typeheader-2 .lang-curr {
        float: right;
    }

    .typeheader-2 .signin-w {
        padding-left: 30px;
        float: right;
    }

        .typeheader-2 .signin-w ul li {
            float: left;
        }

    .typeheader-2 .welcome-msg {
        font-size: 12px;
        line-height: 60px;
        clear: both;
    }

        .typeheader-2 .welcome-msg b {
            color: #000;
            font-size: 15px;
            font-weight: 600;
        }

    .typeheader-2 .wishlist-comp {
        float: right;
        margin-right: 20px;
    }

        .typeheader-2 .wishlist-comp li {
            /* width: 40px; */
            /* height: 40px; */
            /* list-style: none; */
            /* float: left; */
            /* position: absolute; */
            /* right: 100%; */
            /* top: 32%; */
        }

            .typeheader-2 .wishlist-comp li a i {
                font-size: 26px;
                color: #ffffff;
            }

            .typeheader-2 .wishlist-comp li a span {
                display: none;
            }

            .typeheader-2 .wishlist-comp li a.top-link-wishlist {
                width: 50px;
                height: 50px;
                display: block;
                overflow: hidden;
                /* text-indent: -999em; */
                width: 45px;
                height: 45px;
                border-radius: 50%;
                float: right;
                text-align: center;
                line-height: 47px;
                background: #ed6524;
                color: white;
            }

                .typeheader-2 .wishlist-comp li a.top-link-wishlist:before {
                    font-family: 'FontAwesome';
                    content: "\f004";
                    font-size: 26px;
                    display: block;
                    text-indent: 0;
                }

    .typeheader-2 ul.top-link {
        list-style: none;
        margin: 0;
        vertical-align: top;
        display: inline-flex;
    }

        .typeheader-2 ul.top-link > li {
            display: inline-block;
            position: relative;
            list-style: outside none none;
            padding-left: 20px;
            margin-left: 20px;
            padding-right: 0;
            font-size: 12px;
        }

            .typeheader-2 ul.top-link > li.language {
                min-height: 23px;
            }

            .typeheader-2 ul.top-link > li .btn-group {
                line-height: 60px;
            }

                .typeheader-2 ul.top-link > li .btn-group .btn-link {
                    font-size: 13px;
                    padding: 0;
                    border: none;
                    line-height: 40px;
                    font-weight: 600;
                    color: white;
                }

            .typeheader-2 ul.top-link > li .fa-caret-down {
                font-size: 12px;
            }

            .typeheader-2 ul.top-link > li:after {
                background-color: rgba(255, 255, 255, 0.4);
                content: "";
                height: 19px;
                position: absolute;
                left: 0;
                top: 20px;
                width: 1px;
            }

            .typeheader-2 ul.top-link > li > a {
                font-size: 12px;
                color: #666;
                padding-left: 3px;
            }

            .typeheader-2 ul.top-link > li.account {
                line-height: 40px;
            }

                .typeheader-2 ul.top-link > li.account > a {
                    padding: 0;
                    margin: 0;
                }

                .typeheader-2 ul.top-link > li.account:before {
                    content: "\f007";
                    font-family: FontAwesome;
                    font-size: 12px;
                }

                .typeheader-2 ul.top-link > li.account .dropdown-menu {
                    left: 0;
                    right: auto;
                }

            .typeheader-2 ul.top-link > li.wishlist:before {
                content: "\f004";
                font-family: FontAwesome;
                font-size: 11px;
            }

            .typeheader-2 ul.top-link > li.account:hover ul.dropdown-link {
                top: 34px;
                z-index: 9999;
                opacity: 1;
                border-top: 1px solid rgba(200, 199, 199, 0.3);
            }

            .typeheader-2 ul.top-link > li.welcome-msg, .typeheader-2 ul.top-link > li:first-child {
                padding-left: 0px;
                margin-left: 24px;
            }

                .typeheader-2 ul.top-link > li.welcome-msg:after, .typeheader-2 ul.top-link > li:first-child:after {
                    display: none;
                }

    .typeheader-2 #sosearchpro .search {
        position: relative;
        margin: 0;
        width: 100%;
        border: 1px solid #d68714;
        border-radius: 3px;
    }

        .typeheader-2 #sosearchpro .search .select_category {
            border: none;
            border-right: 1px solid #d7d7d7;
            background-color: #f5f5f5;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
            width: 22%;
        }

            .typeheader-2 #sosearchpro .search .select_category select {
                height: 40px;
                line-height: 40px;
                color: #666;
                font-size: 12px;
                padding: 0 15px;
            }

                .typeheader-2 #sosearchpro .search .select_category select:hover {
                    cursor: pointer;
                }

            .typeheader-2 #sosearchpro .search .select_category.icon-select:after {
                color: #999;
                background-color: #f5f5f5;
                font-size: 16px;
                line-height: 42px;
                right: 0;
                left: auto;
            }

        .typeheader-2 #sosearchpro .search .input-group-btn {
            width: 0;
        }

        .typeheader-2 #sosearchpro .search button {
            position: absolute;
            top: 0px;
            right: -1px;
            height: 40px;
            text-align: center;
            line-height: 42px;
            padding: 0 22px;
            font-size: 17px;
            color: #fff;
            border-radius: 0;
            text-transform: upper-case;
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
        }

            .typeheader-2 #sosearchpro .search button i {
                font-size: 20px;
                color: #000;
            }

        .typeheader-2 #sosearchpro .search input {
            border: none;
            border-radius: 0px;
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
            background-color: #fff;
            z-index: 0;
            height: 40px;
            padding-left: 20px;
            font-size: 12px;
            width: 100%;
            background-color: #fff;
            color: #999;
        }

            .typeheader-2 #sosearchpro .search input::-moz-placeholder {
                color: #999;
                opacity: 1;
            }

            .typeheader-2 #sosearchpro .search input:-ms-input-placeholder {
                color: #999;
            }

            .typeheader-2 #sosearchpro .search input::-webkit-input-placeholder {
                color: #999;
            }

            .typeheader-2 #sosearchpro .search input:focus {
                z-index: 0;
            }

    .typeheader-2 .shopping_cart {
        float: right;
        position: relative;
    }

        .typeheader-2 .shopping_cart .btn-shopping-cart .top_cart {
            position: relative;
            margin: 0 13px 0 -28px;
        }

            .typeheader-2 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
                width: 45px;
                height: 45px;
                border-radius: 50%;
                float: left;
                text-align: center;
                line-height: 40px;
            }

                .typeheader-2 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
                    font-size: 28px;
                    color: #fff;
                }

@media (min-width: 991px) and (-webkit-min-device-pixel-ratio: 0) {
    .typeheader-2 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
        padding-top: 5px;
    }
}

.typeheader-2 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
    float: left;
    color: #222;
    margin-left: 4px;
    margin-top: 17px;
    display: none;
}

    .typeheader-2 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
        font-size: 14px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 0;
        line-height: 100%;
        text-transform: uppercase;
        float: left;
        padding-right: 5px;
        color: #565656;
    }

    .typeheader-2 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
        font-size: 12px;
        float: left;
        line-height: 100%;
        font-weight: 700;
    }

        .typeheader-2 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
            display: none;
        }

        .typeheader-2 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
            width: 22px;
            height: 22px;
            line-height: 20px;
            text-align: center;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            position: absolute;
            top: -6px;
            left: 27px;
            font-size: 12px;
            color: #000;
            background-color: #ffffff;
            border: 1px solid #fff;
        }

.typeheader-2 .shopping_cart .dropdown-menu {
    top: 100%;
    right: -15px;
    left: auto;
    color: #666;
}

.typeheader-2 .shopping_cart .shoppingcart-box:before {
    right: 50px;
}

.typeheader-2 .megamenu-style-dev .navbar-default {
    background: transparent;
}

.typeheader-2 .container-megamenu.horizontal ul.megamenu > li {
    /* margin-right: 24px; */
}

    .typeheader-2 .container-megamenu.horizontal ul.megamenu > li > a {
        line-height: 100%;
        color: #222;
    }

.typeheader-2 .container-megamenu.vertical {
    position: relative;
}

    .typeheader-2 .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
        background-color: transparent;
    }

    .typeheader-2 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
        color: #464646;
        background-color: transparent;
        padding: 0;
        text-shadow: none;
        font-size: 15px;
    }

        .typeheader-2 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div span {
            background-color: #ec8f4d;
        }

        .typeheader-2 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container:after {
            font-family: 'FontAwesome';
            content: "\f107";
            font-size: 22px;
            color: #ffffff;
            position: absolute;
            right: 20px;
            top: 0;
            font-weight: 400;
        }

.qw::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70%;
    /* background-color: #2a4689; */
    height: 102%;
    -webkit-transform: skewx(-45deg);
    -ms-transform: skewx(-45deg);
    transform: skewx(-35deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}








@media (min-width: 992px) and (max-width: 1920px) {
    .typeheader-2 .container-megamenu.vertical .vertical-wrapper {
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        position: absolute;
        width: 100%;
        top: 60px;
    }

    .typeheader-2 .container-megamenu.vertical:hover .vertical-wrapper {
        visibility: visible;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        top: 62px;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .typeheader-2 #sosearchpro .search .select_category {
        width: 26%;
    }
}

@media (min-width: 1366px) and (max-width: 1649px) {
    .typeheader-2 .telephone ul li:first-child {
        display: none;
    }

    .typeheader-2 .bottom1 {
        /* width: 21%; */
    }

    .typeheader-2 .main-menu {
        width: 79%;
    }

    .typeheader-2 .header-bottom {
        position: relative;
    }

    .typeheader-2 .bottom2 {
        position: absolute;
        top: 0;
        right: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .typeheader-2 .telephone {
        display: none;
    }

    .typeheader-2 .bottom1 {
        width: 21%;
    }

    .typeheader-2 .main-menu {
        width: 79%;
    }

    .typeheader-2 .header-bottom {
        position: relative;
    }

    .typeheader-2 .bottom2 {
        position: absolute;
        top: 0;
        right: 30px;
    }

    .typeheader-2 .header-top-left {
        width: 60%;
    }

    .typeheader-2 .header-top-right {
        width: 40%;
    }

    .typeheader-2 .wishlist-comp {
        margin-right: 0;
    }
}

.wrapper-boxed .typeheader-2 .telephone ul li:first-child {
    display: none;
}


.icon-c {
    background-color: #ed6524;
}

.icon-c {
    padding-top: 5px;
}

.icon-c {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 47px;
}

.btn-shopping-cart {
    float: left;
}

.middle3 .top-link > li .btn-group .btn-link {
    font-size: 12px;
    padding: 0;
    border: none;
    line-height: 60px !important;
}

.mhide {
    font-size: 14px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 0;
    line-height: 100%;
    text-transform: uppercase;
    float: left;
    padding-right: 11px;
    color: white;
}

.ghh1 {
    font-size: 28px;
    color: #fff;
}




.mjhh { /* margin: 12px 0 -6px 0px; */
}
















@media only screen and (max-width:768px) {

    .typeheader-2 .shopping_cart .btn-shopping-cart .top_cart {
        position: relative;
        margin: 10px 1px 8px;
    }

    .listingtab-layout2 .so-listing-tabs {
        margin: 0;
        overflow: unset;
        box-shadow: rgb(149 157 165 / 60%) 0px 2px 3px 0px;
        background-color: #fff;
        padding: 10px !important;
        margin: 12px 0 0 0;
    }

    .typeheader-2 ul.top-link > li .btn-group .btn-link {
        font-size: 16px;
        padding: 0;
        border: none;
        color: black;
        font-weight: 600;
        letter-spacing: .31px;
    }


    .typeheader-2 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        float: left;
        text-align: center;
        line-height: 40px;
    }

    .qw::before {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        width: 70%;
        background-color: #2a468900;
        height: 102%;
        -webkit-transform: skewx( -45deg );
        -ms-transform: skewx(-45deg);
        transform: skewx( -35deg );
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 0;
    }
}


.middle3 ul.top-link {
    list-style: none;
    margin: 0;
    vertical-align: top;
    display: inline-flex;
    margin: 0 32px 0 4px !important;
}


.modcontent ul li {
    border: 0 none;
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    padding-left: 0px;
    display: inline-block;
    padding-bottom: 10px !important;
    color: black !important;
}

.mrr5 {
    margin: 10px 0 0 0;
}
