@import url("https://use.typekit.net/akk3aif.css");


    @font-face {
        font-family:"Roboto";
        src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    }
    
    
    @font-face {
        font-family:"Roboto";
        src:url("../fonts/Roboto.ttf")  format("truetype");
    } 
            
    @font-face {
        font-family:"Roboto";
        src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family:"Roboto";
        src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        }
.my-count
{
    background: none;
    color: black;
}

header#header {
    border: 2px solid #EAEAEA;
    border-right: none;
}
.header-logo {
    padding-left: 100px;
}
li.nav-item:first-child .nav-link {
     border-left: 2px solid #EAEAEA;
}
.nav-item a {
    border-right: 2px solid #EAEAEA;
    padding: 10px;
    width: 200px;
    height: 125px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #545960;
    font-size: 22px;
    position: relative;
    font-family:"Roboto";
    font-weight: 400;
}
.nav-item a span {
    position: absolute;
    top: 10px;
    font-size: 16px;
    right: 30px;
    font-family:"Roboto";
    font-weight: 400;
}
.my-item a span {
    color: white;
    background: #98be33;
}
.about-header {
    padding: 4px;
    padding-right: 100px;
}
.about-header h4{
    font-size: 28px;
    color: #9B0E78;
    font-family:"Roboto";
    padding-bottom: 5px;
    margin: 0;
}
.about-header a{
    color: #A7ABB1;
    font-size: 18px;
    text-decoration: underline;
    font-family:"Roboto";
}
.banner{
   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.about-banner{
    margin-bottom: 318px;
    margin-top: 318px;
}
.about-banner h1{
    color: #FFFFFF;
    font-size: 98px;
    font-family: "sadey-ann";
}
.about-banner p{
    font-size: 22px;
    color: #fff;
    padding-bottom: 54px;
    font-family:"Roboto";
    padding-right: 50px;
    font-weight: 300;
}
.banner-button .btn-primary{
    background: #98BE33 0% 0% no-repeat padding-box;
    border-radius: 0px 10px;
    opacity: 1;
    border: 1px solid #98BE33;
    padding: 11px 40px;
    font-size: 16px;
    font-family:"Roboto";
}
.main-category {
    margin-top: 100px;
    margin-bottom: 120px;
}
.category-button .btn-primary{
    background: #9B0E78 0% 0% no-repeat padding-box;
    border: 1px solid #9B0E78;
    border-radius: 0px 10px;
    opacity: 1;
    padding: 10px 30px;
    font-size: 14px;
    font-family:"Roboto";
}
.category-button{
    text-align: center;
    margin-top: -15px;
}
.feature-product{
    background-image: url(../images/Rectangle\ 6.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 155px;
    margin-bottom: 150px;
}
.product-description{
    margin-top: 70px !important;
    margin-bottom: 90px !important;
}
.main-product img{
    transform: scale(1.2);
    margin-left: -100px;
}
.about-sale{
    background: #FAFAFC 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    padding: 60px;
    padding-bottom: 120px;
}
.main-items h2{
    font-size: 100px;
    color: #0C0D0F;
    font-family: "sadey-ann";
    margin: 0;
}
.main-items p{
    color: #979CA2;
    font-size: 20px;
    font-family:"Roboto";
    padding-bottom: 50px;
    font-weight: 300;
}
.sales-button{
    text-align: center;
}
.sales-button .btn-primary{
    background: #8D046D 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 0;
    padding: 8px 20px;
    border: 1px solid #8D046D;
    font-size: 14px;
    font-family:"Roboto";
    font-weight: 400;
}
.item-desc h6{
    color: #030303;
    font-size: 16px;
    text-align: center;
    font-family:"Roboto";
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 400;
}
.about-item{
    position: relative;
    margin-top: 65px;
}
.about-item p{
    background: #0C0D0F 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #FFFFFF;
    font-size: 14px;
    font-family:"Roboto";
    display: inline-block;
    padding: 6px;
    position: absolute;
    bottom: -16px;
    left: 45px;
}
.about-item span{
    color: #E83939;
    font-size: 10px;
    font-family:"Roboto";
}
section.sale-items {
    margin-bottom: 120px;
}
.new-arrival{
    background-image: url(../images/Rectangle\ 11.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 155px;
    margin-bottom: 150px;
}
.mp img{
    margin-left: 0px !important;
}
.bro-item{
    border: 1px solid #EDEDED;
    border-radius: 10px;
}
.bro-item p {
    margin-left: 35px;
    padding-left: 20px;
    padding-right: 20px;
}
.load{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}
.load a{
    color: #979CA2;
    font-size: 16px;
    font-family:"Roboto";
    font-weight: 400;
}
.live-session{
    background-image: url(../images/Group\ 19.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 120px;
}
.about-live{
    padding-top: 180px;
    padding-bottom: 180px;
}
.about-live h1{
    font-size: 120px;
    color: #fff;
    font-family: "sadey-ann";
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    line-height: 85px;
}
.testimonials h2{
    text-align: center;
    color: #0C0D0F;
    font-size: 120px;
    font-family: "sadey-ann";
    padding-bottom: 50px;
    margin: 0;
}
.about-reviews{
    margin: 0 auto;
    background: #FAFAFC 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 35px;
}
.about-reviews p{
    color: #0C0D0F;
    font-size: 20px;
    padding-bottom: 30px;
    font-family:"Roboto";
    font-weight: 300;
}
.abt-review{
    display: flex;
}
.review-image{
    padding-right: 20px;
}
.review-desc h6{
    font-size: 20px;
    color: #0F1012;
    margin: 1px;
    font-family:"Roboto";
}
.review-desc span{
    color: #98BE33;
    font-size: 16px;
    font-family:"Roboto";
    font-weight: 400;
}
.reviews{
    margin-bottom: 120px;
}
#footer{
    background: #0C0D0F;
}
.main-footer{
    padding-top: 95px;
}
.footer-desc p{
    padding-top: 49px;
    color: #979CA2;
    font-size: 22px;
    padding-bottom: 50px;
    font-family:"Roboto";
    font-weight: 400;
}
.footer-socials h4{
    color: #FFFFFF;
    font-size: 20px;
    padding-bottom: 20px;
    font-family:"Roboto";
}
.about-socials{
    display: flex;
}
.icon1{
    width: 44px;
    height: 44px;
    background: #9b0e78 0% 0% no-repeat padding-box;
    border-radius: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.footer-links h3{
    color: #FFFFFF;
    font-size: 72px;
    font-family: "sadey-ann";
    padding-left: 25px;
    padding-bottom: 40px;
    margin: 0;
    margin-top: -30px;
}
ul.about-links {
    padding: 0px;
    list-style: none;
    padding-left: 25px;
}
.about-links li a{
    color: #979CA2;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 20px;
    font-family:"Roboto";
    font-weight: 400;
}
.newsletter h3{
    color: #FFFFFF;
    font-size: 67px;
    font-family: "sadey-ann";
    padding-bottom: 40px;
    margin: 0;
    margin-top: -28px;
}
.single .input-group .form-control{
    background: #191B1F 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    border: 1px solid #191B1F;
    padding: 28px;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.footer-button{
    text-align: end;
}
.footer-bottom{
    margin-top: 70px;
    border-top: 1px solid #2F3339;
    padding-top: 30px;
    padding-bottom: 18px;
}
.footer-bottom p{
    text-align: center;
    color: #979CA2;
    font-size: 20px;
    font-family:"Roboto";
    font-weight: 400;
}
/**label drop-down-menu***/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.menu-color-class{
    color: #545960!important;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.new-menu-drop a{
    color: white!important;
    font-size: 16px;
    font-weight: 500;
   
}
.cate-padd-pl {
    padding: 33px;
    color: black!important;
}
.new-menu-drop a{
    color: white!important;
    font-size: 16px;
    font-weight: 500;
   
}

.new-menu-drop a:hover{
    text-decoration: none;
}
nav.new-fixed-navbar{
    border-right: 2px solid #EAEAEA;
}
.new-multi-level-drop{
    position: absolute;
    left: -33px;
    z-index: 1000;
    top: 51px;
    display: none;
    float: left;
    min-width: 14rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #301d23;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.new-multi-level-drop .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 5px;
}
.new-multi-level-drop a:hover{
    background: #a82c89!important;
    color: black;
    width: 100%;
    display: inline-block;
}
.multi-color-wp{
    background-color: #301d23;
    min-width: 15rem;
}
.fixe-new-navbar{
    display: block!important;
}

/**label drop-down-menu***/
.dropdown-submenu {
    position: relative!important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0!important;
    left: 100%!important;
    margin-top: -6px!important;
    margin-left: -1px!important;
    -webkit-border-radius: 0 6px 6px 6px!important;
    -moz-border-radius: 0 6px 6px!important;
    border-radius: 0 6px 6px 6px!important;
}

.dropdown:hover>.dropdown-menu {
    display: block!important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block!important;
}

.dropdown-submenu>a:after {
    display: block!important;
    content: " "!important;
    float: right!important;
    width: 0!important;
    height: 0!important;
    border-color: transparent!important;
    border-style: solid!important;
    border-width: 5px 0 5px 5px!important;
    border-left-color: #ccc!important;
    margin-top: 5px!important;
    margin-right: -10px!important;
}
.menu-color-class{
    color: #545960!important;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff!important;
}
.new-menu-drop a{
    color: black!important;
    font-size: 16px!important;
    font-weight: 500!important;
}
.new-menu-drop a:hover{
    text-decoration: none!important;
}
nav.new-fixed-navbar{
    border-right: 2px solid #EAEAEA!important;
}
.new-multi-level-drop{
    position: absolute!important;
    left: -33px!important;
    z-index: 1000!important;
    top: 78px!important;
    display: none!important;
    float: left!important;
    min-width: 14rem!important;
    padding: 0.5rem 0!important;
    margin: 0.125rem 0 0!important;
    font-size: 1rem!important;
    color: #212529!important;
    text-align: left!important;
    list-style: none!important;
    background-color: #301d23!important;
    background-clip: padding-box!important;
    border: 1px solid rgba(0,0,0,.15)!important;
    border-radius: 0.25rem!important;
}
.new-multi-level-drop .dropdown-submenu>a:after {
    display: none!important;
    content: " "!important;
    float: right!important;
    width: 0!important;
    height: 0!important;
    border-color: transparent!important;
    border-style: solid!important;
    border-width: 5px 0 5px 5px!important;
    border-left-color: #ccc!important;
    margin-top: 5px!important;
    margin-right: 5px!important;
}
.new-multi-level-drop a:hover{
    background: #a82c89!important;
    color: white!important;
    width: 100%!important;
    display: inline-block!important;
}
.new-multi-level-drop {
    padding: 0!important;
}
.dropdown-menu.multi-level.new-multi-level-drop:last-child{
    border-bottom: none!important;
}
.dropdown-menu.multi-color-wp{
    padding: 0!important;
}
.dropdown-menu.multi-color-wp{
   border-bottom:none!important ;
}
.new-menu-drop a{
    transition: all 0.3s ease-in-out 0s;
}
.multi-color-wp{
    background-color: #301d23!important;
    min-width: 15rem!important;
}
.fixe-new-navbar{
    display: block!important;
}
.dropdown-toggle.user-login-dropdown{
    display: flex!important;
    padding: 10px!important;
    width: 121px!important;
    height: 80px!important;
    align-items: center!important;
    border-right: 2px solid #EAEAEA!important;
    justify-content: center!important;
}
nav.navbar.navbar-default.navbar-fixed-top.new-fixed-navbar:hover{
    background: #eaeaea!important;
}
#account-sub-dd ul.dropdown-toggle.user-login-dropdown{
    padding: 10px !important;
    width: 150px !important;
    height: 80px !important;
    font-size: 16px !important;
    border-right: 2px solid #EAEAEA !important;
}
.user-dropdown-d{
    color: #9b0e78;
    font-size: 12px;
    padding-left: 5px;
}
span.cart-number-rd{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #98be33;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.cart-numbers{
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #e6c3dd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer-list-dd{
    position: absolute;
    top: 82px;
    width: 150px;
}
.customer-list-dd li a{
     border:none
}
.new-cart-sp{
    position: absolute;
    top: -20px;
    right: 10px;
    font-size: 12px;
}
.dropdown-footer .cart-button{
    background: #9b0e78 !important ;
    -webkit-appearance: none;
    letter-spacing: 0.5px;
    color: white !important;
    border: 1px solid #9b0e78;
    box-shadow: none;
}
.dropdown-footer .cart-button:hover{
    background: #eaeaea !important;
    color: black !important;
}
span.dropdown-toggle{
    position: relative;
}
span.dropdown-toggle::after{
    font-family: "Fontawesome";
    position: absolute;
    bottom: 25px;
    left: 50px;
    color: #9b0e78;
    font-size: 26px;
    content: "\f07a";
    display: inline-block;
    border: none!important;
    
}
.dropdown-content{
    overflow: auto;
    max-height: 330px;
}
.dropdown-footer .cart-button{
    height: 38px;
    margin-right: 6px;
    font-size: 11px;
    
}
.dropdown-footer{
    display: flex;
}
.item-image a{
    border-right:0;

}
.item-details .item-name a{
    padding: 0!important;
    height: 40px!important;
    width: 100%;
    border-right: 0!important;
    font-size: 14px!important;
}
.item{
    display: flex;
    padding-bottom: 12px;
    border-bottom: 2px solid #98be33;
    padding-left: 18px;
}

.item-image a{ 
    width: 100%!important;
    height: 100%!important;
    padding: 0;
    justify-content: start;
    display: flex;
}
.item-image img{
   height: 75px;
   width: 75px;
} 
.item-image:hover{
    transition: all 0.2s;
}
.dropdown-submenu a{
    color: white!important;
    padding: 10px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #eaeaea;
}
.item-image{
    padding-right: 15px;
}

ul.dropdown-toggle::after{
    display: none;
}
.au-drop-li{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #EAEAEA;
    width: 122px;
}
.log-in-dr li a{
    width: 100%;
}
.about-sec-des.section-padding{
    text-align: start;
}
.contents{
    background-color:white !important ;
}
.contents p{
    margin: 0px 0px 10px;
    padding: 10px 0px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: justify;
}
.about-sec-des.section-padding .container > h2 {
    font-size: 23px;
    color: #9b0e78;
    font-weight: 800;
}
.about-sec-des.section-padding span{
    color: rgb(152 190 51)!important;
}
.icon1:hover {
    background: #c537a0;
    transform: scale(1.1);
    color: white;
    border-radius: 30%;
}
.dropdown-header {
    border-bottom: 2px solid #EAEAEA;
}
.dropdown-list .dropdown-container {
    padding: 4px!important;
    overflow-y: auto;
}
.item:hover {
    background: transparent
    ;
}
p.heading{
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}
section.product-detail .btn-wrap .btn.btn-cart:hover {
    color: white;
    background: #ff9f15;
    transition: all .3s ease 0s;
    border: 2px solid #ff9f15;
}
section.product-detail .btn-wrap .btn.btn-cart {
    color: #878785;
    text-transform: uppercase;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 10px;
    width: 190px;
    height: 60px;
    border: 2px solid #b3b0b0;
}
section.product-detail .btn-wrap .btn.btn-cart.btn-buy {
    color: #878785;
    text-transform: uppercase;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 10px;
    width: 190px;
    height: 60px;
    border: 2px solid #b3b0b0;
}
section.product-detail .btn-wrap .btn.btn-cart.btn-buy:hover {
    color: #fff;
    background: #ff9f15;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 2px solid #ff9f15;
}
.about-links a:hover{
    color: #b44a99!important;;
}
.btn.btn-theme-orange:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #9b0e78;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    z-index: -1;
}
.btn.btn-theme-orange span {
    position: relative;
    z-index: 999;
    font-family: 'ubuntubold', Arial, Helvetica, sans-serif;
    color: black;
}
.related-products.sale-products .product-detail .btn-holder .btn-theme-orange {
    background:white !important;
}
.add-t-crt:hover span{
    color: white;

}
.btn.btn-theme-white::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #9b0e78!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125,1);
}
.account-content .menu-block .menubar li.active a {
    background: #a11d80;
    color: #fff;
    margin-bottom: 2px;
}
.account-content .menu-block .menubar li a:hover {
    color: #fff !important;
    background: #a11d80;
}
.account-head .account-action a {
    background: transparent;
    border: 1px solid #e6c3dd;
    color: black;
    padding: 10px 25px;
    display: inline-block;
    transition: all .3s;
    border-radius: 10px;
}
.account-head .account-action a:hover {
    background: #a11d80;
    color: white !important;
    text-decoration: none;
}
span.account-heading:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #a11d80;
    width: 100%;
    bottom: -1px;
    left: 0;
}
.account-table-content button{
    background: #a11d80 !important;
    border: 1px solid #a11d80 !important;
    transform: all 0.2s;

}
.login-right-wrapper {
    height: 450px;
    padding: 0;
    width: 479px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9e9e9e14;
    flex-direction: column;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0 5px 10px #b5b4b4;
}
.login-form-des .btn.btn-primary.btn.btn-lg {
    padding: 9px 25px;
    font-size: 14px;
    border-radius: 0px 10px 0px 10px !important;
    width: 100%;
}
.related-products.sale-products .product-detail:hover a, .product-wrap .product-detail:hover a {
    border: 1px solid #386893 !important;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all 0.4s ease;
}
ul.dropdown-toggle i{
    color: #9b0e78;
    font-size: 28px;
}
.user-log-fr {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
span.dropdown-toggle i{
    font-size: 27px;
    color: #9b0e78;
}

.nav-item a span {
    top: 20px;
    font-size: 12px;
    right: 55px;
    z-index: 1;
}
.navbar-toggler-icon{
    font-size: 25px;
    color: white;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 25px!important;
    height: 25px!important;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}
.lg-in-user{
    height: 100%;
}
.lg-in-user ul{
    width: 100%;
    height: 100%;
}
.lg-in-user ul li{
    height: 100%;
}
.about-socials .icon1 a{
    color: white;
    text-decoration: none;
}
.blog-title .title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 120px;
    height: 3px;
    background: #9b0e78!important;
    margin: 0 auto;
}
.trail-item.trail-end.current span {
    color: #9b0e78!important;
}
.blog-search .input-wrap button {
    position: absolute;
    right: 0;
    top: 0;
    background: #9b0e78!important;
    border: none;
    padding: 10px 15px;
    transition: all 0.3s;
}
.widget-title:after {
    position: absolute;
    background-color: #9b0e78!important;
    content: '';
    width: 3px;
    height: 100%;
    top: 0px;
    left: 0;
}
.vue-slider-component .vue-slider-tooltip {
    background-color: #9b0e78!important;
    border-color: #9b0e78!important;
    border: 1px solid #9b0e78!important;
}
.layered-filter-wrapper .vue-slider-component .vue-slider-dot .vue-slider-dot-handle {
    background: #9b0e78;
}
.category-page-header .search-form button[type="submit"] {
    width: 39px;
    height: 39px;
    border-radius: 3px;
    border: 1px solid #9b0e78;
    background: #9b0e78;
    position: absolute;
    top: 5px;
    right: 5px;
    outline: none;
    color: #fff;
}
.category-page-header h2:after {
  display: none;
}
.checkout-process .col-main ul.checkout-steps li.active {
    color: #fff;
    background: #9b0e78;
}
#grand-total-amount-detail {
    color: #9b0e78;
}
.order-summary h3 {
    font-size: 20px;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    width: 100%;
    border-radius: 0;
    background: transparent;
    color: #98be33;
    margin-bottom: 20px;
    box-shadow: none;
}
.button-group .btn.btn-primary.btn.btn-lg {
    padding: 9px 25px;
    font-size: 14px;
    border-radius: 2px !important;
    background: #9b0e78;
    border: 1px solid #9b0e78;
}
section.product-detail .item-info h2 sup {
    color: #9b0e78!important;
}
section.product-detail .item-info h2 {
    color: #9b0e78!important;
}
section.product-detail .stock-info h3 span {
    color: #9b0e78;
}
section.product-detail .stock-info h3:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100px;
    height: 4px;
    background: #9b0e78;
}
section.product-detail div.layouter .form-container div.product-image-group div .thumb-list .thumb-frame.active {
    border-color: #9b0e78;
}
section.product-detail .btn-wrap .btn.btn-cart:hover {
    color: white;
    background: #a10e78;
    transition: all .3s ease 0s;
    border: 2px solid #9b0e78;
}
section.product-detail .btn-wrap .btn.btn-cart.btn-buy:hover {
    color: #fff;
    background: #a10e78;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 2px solid #a10e78;
}
section.product-detail .item-info span {
    font-size: 14px;
    letter-spacing: 0.3px;
}

section.product-detail .item-info span {
    font-family: ubuntu,Arial,Helvetica,sans-serif;
    font-weight: 400;
    color: #9b0e78;
    font-size: 18px;
    margin: 0;
    margin-bottom: 35px;
}
.top-box .breadcrumbs-wrap .breadcrumb li {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    color: #98be33;
}
.top-box .breadcrumbs-wrap .breadcrumb li a:hover {
    color: #a5c64d !important;
    text-decoration: none;
}
.heading.mt-10 .btn.btn-primary {
    background: #9b0e78;
    color: #fff;
    -webkit-appearance: none;
    letter-spacing: 0.5px;
    border: 1px solid #9b0e78;
}
section.review .review-layouter .product-info .product-price .pro-price {
    color: #9b0e78;
    font-size: 20px;
}
.list-content li a{
    width: 150px;
    padding: 15px 0;
    font-size: 13px!important;
    height: 100%;
    font-family: 'Roboto';
    font-weight: normal!important;
    color: #999999!important;
    border-top: 2px solid transparent;
    transition: all .3s ease;
    white-space: nowrap;
    text-transform: uppercase;
}
.new-multi-level-drop li a{
    width: 100%;
}
#header .navbar li.nav-item a:hover {
    background: #f7f7f7;
    transition: all .3s ease;
}
.blog-date {
    position: absolute;
    left: 50px;
    top: -40px;
    background: #9b0e78 !important;
    color: #fff;
    padding: 9px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
}
.continue-reading {
    display: inline-block;
    background: #9b0e78 !important;
    color: #fff;
    padding: 10px 24px;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid #9b0e78 !important
}
.log-in-dr li a{
    margin: 0 auto;
    width: 100%;
    border-left: none !important;
    color: white !important;
}
.log-in-dr li a:hover{
    background: #9b0e78 !important;
    transition: all .3s ease;
    color: white !important;
}
.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9b0e78!important;
}
.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px !important;
    width: 16px !important;
    background-color: #fff;
    border: 2px solid #9b0e78 !important;
    border-radius: 50%;
}
.user-login-dropdown:hover{
    background: #f7f7f7;
    transition: all .3s ease;
}
.checkbox input:checked+.checkbox-view {
    background-image: url(../../images/check.svg)!important;
}
.account_dropdown.log-in-dr{
    background: #301d23;
}
.account_dropdown.log-in-dr li a{
    border-bottom: 1px solid #EAEAEA;
}
.account_dropdown.log-in-dr:last-child{
    border-bottom: none;
}
.new-multi-level-drop li a{
    border-right: none;
    width: 100% !important;
    color: white!important;
    font-family: inherit;
}
ul.user-login-dropdown{
    width: 150px !important;
    padding: 15px 0 !important;
}
section.product-detail .add-whishlist:hover span, section.product-detail .whishlist .add-compare:hover span {
    color: #9b0e78 !important;
    cursor: pointer;
}
section.product-detail .add-whishlist:hover i, section.product-detail .whishlist .add-compare:hover i {
    color: #9b0e78 !important;
    cursor: pointer;
}
.load-more a:before {
    content: '\f103';
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    color: #a11d80 !important;
    top: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
section.product-detail div.layouter .form-container div.product-image-group div .product-hero-image .add-to-wishlist {
    background-image: url(../../images/wishlist-icon.svg);
    position: absolute;
    top: 40px;
    right: 3px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    padding: 0;
    width: 32px;
    height: 32px;
}
.auth-content .login-form .control-group .control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #9b0e78;
    outline: 0;
}
.login-form-des.signup-form-des .login-img-wrap, .login-form-des.signup-form-des .login-right-wrapper {
    height: 100% !important;
}
.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px !important;
    left: 2px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background: #9b0e78!important;
}
.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px !important;
    width: 16px !important;
    background-color: #fff;
    border: 2px solid #9b0e78 !important;
    border-radius: 50%;
}
.dropdown-list .dropdown-container .btn {
    width: 50% !important;
    margin-top: 10px !important;
    
}
.vue-slider-component.vue-slider-horizontal .vue-slider-process {
    background-color: #9b0e78!important;
}
.main-container-wrapper .product-list.empty {
    min-height: 104px;
    padding: 0 15px;
    text-align: center;
    width: 100%;
    padding: 25px;
    background: rgb(191 73 162);
}
.main-container-wrapper .product-list.empty h2 {
    font-size: 23px;
    text-transform: capitalize;
    color: white;
}
.cart-button{
    color: white !important;
}
.login-form-des .padd-l {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.checkout-method-group .line-one .radio-container {
    margin: 0 !important;
}
.checkout-process .col-main .step-content .form-header {
    height: 10px !important;
}
.product-image img{
    width: 100%;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #fff !important;
    color: white !important;
    border: 1px solid white !important;
}
.about-links li a{
    text-transform: uppercase !important;
}
.mr-bt-footer{
    padding-bottom: 42px !important;
}
.misc-controls .btn{
    background: #9b0e78 !important;
    border: 1px solid #9b0e78 !important;
}
.misc-controls .btn:hover {
    background-color: #f7f7f7 !important;
    border: 1px solid #f7f7f7 !important;
    color: black !important;
}
.related-products .product-detail .sku-wrapper, .product-wrap .product-detail .sku-wrapper {
    padding: 0px 12px !important;
}
.related-products.sale-products .product-detail:hover .btn-holder, .product-detail:hover .btn-holder {
    bottom: 1px !important;
}
.related-products.sale-products .product-detail .btn-holder, .product-detail .btn-holder {
    bottom: -70px !important;
}
.cart-item-list .item-image img {
    height: 75px !important;
    width: 75px !important;
}
.related-products .product-detail .box-bottom-wrap, .product-wrap .product-detail .box-bottom-wrap {
    align-items: center !important;
}
.pointer-cls{
    pointer-events: none;
}
.btn.btn-primary {
    background: #a11d80;
    color: #fff;
    -webkit-appearance: none;
    letter-spacing: 0.5px;
    border: 1px solid #a11d80;
}
.checkout-process .col-main .step-content .control-group {
    margin: 0px 10px;
    align-self: baseline;
}
.product-heading span{
    text-transform: capitalize;
}
.account-item-card .media-info .img-holder, .account-item-card .media-info a {
    text-transform: capitalize !important;
}
.account-item-card .operations a {
    width: 100%;
}
.account-item-card .operations {
    width: 100%;
}
.related-products .product-detail .content-wrap p, .product-wrap .product-detail .content-wrap p {
    font-size: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-transform: capitalize;
}
.pager{
    text-align: end;
}
.footer-logo img {
    max-width: 100%;
}

.footer-logo img {
    width: fit-content;
}
.carousel-control-prev{
    background: black;
    border-radius: 50%;
    height: 50px;
    width: 50px !important;
}
.carousel-control-next{
    background: black;
    border-radius: 50%;
    height: 50px;
    width: 50px !important;
}
.carousel-control-next, .carousel-control-prev{
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.footer-desc p {
    padding-top: 3px;
    font-size: 16px;
    padding-bottom: 0px;
}
.footer-logo{
    padding-bottom: 23px;
}
.footer-socials h4 {
font-size: 18px;
padding-bottom: 13px;
}
.footer-links h3 {
font-size: 54px;
padding-left: 27px;
padding-bottom: 17px;
margin-top: -16px;
font-weight: bold;
}
ul.about-links {
padding: 0px;
list-style: none;
padding-left: 25px;
}
ul.about-links {
padding: 0px;
list-style: none;
padding-left: 25px;
}
.newsletter h3 {
font-size: 58px;
padding-bottom: 5px;
margin-top: -56px;
}
.newsletter h3 {
font-size: 58px;
padding-bottom: 5px;
margin-top: -56px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    min-width: 120px;
}
.account-item-card, .account-item-card .media-info {
    flex-wrap: nowrap;
}
.account-item-card .media-info .img-holder, .account-item-card .media-info a {
    width: 100% !important;
    height: 70px !important;
}
#header .item-details .item-name {
    white-space: normal;
}





@media screen and (max-width: 1800px){
    .footer-desc p {
        padding-top: 3px;
        font-size: 16px;
        padding-bottom: 0px;
    }
    .footer-logo{
        padding-bottom: 23px;
    }
.footer-socials h4 {
    font-size: 18px;
    padding-bottom: 13px;
}
.footer-links h3 {
    font-size: 54px;
    padding-left: 27px;
    padding-bottom: 17px;
    margin-top: -16px;
    font-weight: bold;
}
ul.about-links {
    padding: 0px;
    list-style: none;
    padding-left: 25px;
}
ul.about-links {
    padding: 0px;
    list-style: none;
    padding-left: 25px;
}
.newsletter h3 {
    font-size: 58px;
    padding-bottom: 5px;
    margin-top: -56px;
}
.newsletter h3 {
    font-size: 58px;
    padding-bottom: 5px;
    margin-top: -56px;
}
}




/* media queries */
@media screen and (max-width: 1600px){
    .about-header h4 {
        font-size: 14px;
        padding-bottom: 5px;
        margin: 0;
    }
    #account-sub-dd ul.dropdown-toggle.user-login-dropdown {
        height: 80px !important;

    }
    .about-header a {
        font-size: 14px;
    }
    .nav-item a {
        padding: 10px;
        width: 185px;
        height: 110px;
        font-size: 18px;
    }
    .nav-item a span {
        top: 24px;
        font-size: 14px;
        right: 46px;
        z-index: 1;;
    }
    .au-drop-li{
        padding-top: 10px;
    }
    .header-logo {
        padding-left: 30px;
    }
    span.dropdown-toggle::after{
        left: 50%;
        transform: translateX(-63%);
        bottom: 22px;
    }
    .about-header {
        padding: 6px;
        padding-right: 90px;
    }
    .about-banner {
        margin-bottom: 250px;
        margin-top: 250px;
    }
    .about-banner h1 {
        font-size: 100px;
        margin: 0;
    }
    .btn.btn-primary {
        background: #a11d80;
        color: #fff;
        -webkit-appearance: none;
        letter-spacing: 0.5px;
        border: 1px solid #a11d80;
    }
    .about-banner p {
        font-size: 18px;
        padding-bottom: 35px;
        padding-right: 30%;
    }
    .banner-button .btn-primary {
        padding: 10px 35px;
        font-size: 14px;
    }
    .category-button .btn-primary {
        padding: 10px 25px;
        font-size: 12px;
    }
    .main-product img {
        transform: scale(1.1);
        margin-left: 0px;
    }
    .product-description {
        margin-top: 70px !important;
        margin-bottom: 90px !important;
        margin-left: 70px;
    }
    .about-banner h1 {
        font-size: 85px;
        margin: 0;
    }
    .about-banner p {
        font-size: 15px;
        padding-bottom: 25px;
        padding-right: 22%;
    }
    .main-items h2 {
        font-size: 85px;
    }
    .main-items p {
        font-size: 17px;
        padding-bottom: 30px;
    }
    .sales-button .btn-primary {
        padding: 8px 18px;
        font-size: 12px;
    }
    .item-desc h6 {
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 5px;
        text-transform: capitalize;
    }
    .about-item p {
        font-size: 12px;
        padding: 6px;
        bottom: -16px;
        left: 50px;
        text-transform: uppercase;
    }
    .about-live h1 {
        font-size: 90px;
        padding-left: 21%;
        padding-right: 21%;
        line-height: 68px;
    }
    .about-live {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .main-category {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .feature-product {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .about-sale {
        padding: 30px;
        padding-bottom: 70px;
    }
    .main-items {
        margin-top: 50px;
    }
    section.sale-items {
        margin-bottom: 50px;
    }
    .new-arrival {
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .load {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .live-session {
        margin-bottom: 60px;
    }
    .testimonials h2 {
        font-size: 90px;
        padding-bottom: 35px;
    }
    .about-reviews p {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .reviews {
        margin-bottom: 70px;
    }
    .main-footer {
        padding-top: 70px;
    }
    .footer-links h3 {
        font-size: 54px;
        padding-left: 27px;
        padding-bottom: 0px;
        margin-top: -16px;
        font-weight: bold;
    }
    .newsletter h3 {
        font-size: 58px;
        padding-bottom: 5px;
        margin-top: -56px;
    }
    .footer-desc p {
        padding-top: 4px;
        font-size: 16px;
        padding-bottom: 0px;
    }
    .footer-logo {
        padding-bottom: 11px;
    }
    .footer-socials h4 {
        font-size: 18px;
        padding-bottom: 13px;
    }
    .about-links li a {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .footer-bottom {
        margin-top: 50px;
        padding-top: 25px;
        padding-bottom: 9px;
    }
    .footer-bottom p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1401px){
    .nav-item a {
        padding: 10px;
        width: 150px;
        height: 80px;
        font-size: 16px;
    }
    #account-sub-dd ul.dropdown-toggle.user-login-dropdown {
        height: 80px!important;
    }
    span.dropdown-toggle::after {
        left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    }
    .about-header h4 {
        font-size: 11px;
        padding-bottom: 0px;
    }
    .nav-item a span {
        top: 24px;
        font-size: 12px;
        right: 46px;
        z-index: 1;
    }
    .about-header a {
        font-size: 13px;
    }
}
@media screen and (max-width: 1201px){
    .nav-item a {
        padding: 10px;
        width: 110px;
        height: 63px;
        font-size: 14px;
    }
    #account-sub-dd ul.dropdown-toggle.user-login-dropdown {
        height: 80px!important;
    }
    .about-header h4 {
        font-size: 9px;
        padding-bottom: 0px;
    }
    .nav-item a{
        height: 100px;

    }
    .footer-logo {
        padding-bottom: 0px;
    }
    .nav-item a span {
        top: 24px;
        font-size: 11px;
        right: 27px;
    }
    span.dropdown-toggle::after {
        left: 54px;
        bottom: 21px;
    }
    .header-logo {
        padding-left: 20px;
    }
    .about-banner {
        margin-bottom: 200px;
        margin-top: 200px;
    }
    .list-content li a{
        width: 112px;
    }
    .about-banner h1 {
        font-size: 75px;
    }
    .about-banner p {
        font-size: 14px;
        padding-bottom: 20px;
        padding-right: 30%;
    }
    .banner-button .btn-primary {
        padding: 8px 25px;
        font-size: 12px;
    }
    .category-button .btn-primary {
        padding: 8px 22px;
        font-size: 11px;
    }
    .about-banner h1 {
        font-size: 65px;
    }
    .about-banner p {
        font-size: 14px;
        padding-bottom: 15px;
        padding-right: 15%;
    }
    .main-items h2 {
        font-size: 70px;
    }
    .main-items p {
        font-size: 15px;
        padding-bottom: 15px;
    }
    .about-item p {
        font-size: 11px;
        padding: 6px;
        bottom: -16px;
        left: 38px;
    }
    .item-desc h6 {
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .about-live h1 {
        font-size: 70px;
        padding-left: 21%;
        padding-right: 21%;
        line-height: 50px;
    }
    .about-live {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .testimonials h2 {
        font-size: 70px;
        padding-bottom: 25px;
    }
    .about-reviews p {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .review-desc h6 {
        font-size: 16px;
        margin: 2px;
    }
    .review-desc span {
        font-size: 14px;
    }
    .main-footer {
        padding-top: 50px;
    }
    .footer-desc p {
        padding-top: 25px;
        font-size: 14px;
        padding-bottom: 20px;
    }
    .footer-socials h4 {
        font-size: 16px;
        padding-bottom: 8px;
    }
    .footer-links h3 {
        font-size: 41px;
        padding-left: 27px;
        padding-bottom: 3px;
        margin-top: -42px;
    }
    .about-links li a {
        font-size: 12px;
        padding-bottom: 9px;
    }
    .newsletter h3 {
        font-size: 48px;
        padding-bottom: 30px;
        margin-top: -47px;
    }
    .single .input-group .form-control {
        padding: 22px;
        font-size: 14px;
        padding-left: 15px;
        margin-bottom: 10px;
    }
    .footer-bottom {
        margin-top: 40px;
        padding-top: 20px;
        padding-bottom: 4px;
    }
    .footer-bottom p {
        font-size: 16px;
    }
    .order-summary .payable-amount label {
        font-size: 18px !important;
    }
    .filter-row-one .per-page .per-page-label {
        top: -20px;
        position: absolute;
        right: -10px;
        width: 100%;
    }
    .quantity-info{
        display: flex;
        padding-right: 20px;
    }
    .btn-wrap.detail-btns{
        display: flex;
        padding-right: 5px;
    }
    ul.about-links{
        padding-bottom: 16px;
    }
}
@media screen and (max-width: 991px){
    .new-multi-level-drop{
        left: auto!important;
    }
    #navbarSupportedContent{
        background: black;

    }
    .related-products.sale-products .product-detail .btn-holder, .product-detail .btn-holder {
        bottom: 3px !important;
    }
    .product-detail.box-spacing .btn-holder{
        bottom: 0 !important;
    }
    .d-lg-none.d-flex.header-cart-user{
        margin-left: auto;
    }
    .new_product_content {
        float: left;
        width: 50%;
        padding: 0 10px;
    }
    .header-cart-user button{
        margin-left: 20px!important;
        outline: none !important;
    }
    .login-form-des.signup-form-des .login-right-wrapper {
        height: 600px;
        width: 100% !important;
    }
    .login-form-des .login-right-wrapper form {
        width: 100% !important;
    }
    button:focus {
        outline: none !important;
    }
    .login-right-wrapper {
        width: 100% !important;
    }
    .navbar-nav a{
        color: white;
    }
    
    .navbar-nav.m-auto li a{
        width: 100%;
        padding-left: 70px;
    }
    .nav-item a span {
        top: 18px;
        font-size: 11px;
        right: 1px;
    }
    .account-content .sidebar{
        width: 100%;
    }
    section.cart .cart-content .right-side {
        padding-left: 0px;
        width: 100%;
    }
    .account-content .account-layout {
         margin-left: 0; 
        width: 100%;
    }
    nav.navbar.navbar-default.navbar-fixed-top.new-fixed-navbar:hover {
        background: none!important;
    }
    section.cart .cart-content .left-side {
        float: left;
        width: 100%;
        padding-bottom: 23px;
    }
    .navbar-header{
        width: 100%;
    display: inline-block;
    padding: 28px 0px;
    border-bottom: 2px solid #cccccc;
    text-align: center;
    }
    .new-multi-level-drop{
        left: 410px!important;
    }
    .navbar-nav .nav-item{
        border-bottom: 2px solid #cccccc;
    }
    span.dropdown-toggle::after{
        bottom:18px;
        left: 41px;
    }
    li.nav-item:first-child .nav-link{
        border-left: 0;
    }
    #account-sub-dd ul.dropdown-toggle.user-login-dropdown {
        border-right: none!important;
    }
    .new-multi-level-drop{
        width: 100%!important;
        position: absolute !important;
        left: 0 !important;
        margin-top: -28px !important;
        background: #625d5d !important;
    }
    .new-menu-drop a{
        color: white!important;
    }
    .au-drop-li{
        border-right: 0;
    }
    .new-cart-sp {
        top: -43px;
        right: 57px;

    }
    .navbar-nav .nav-link{
        padding-left: 20px!important;
    }
    .nav-bar-res li ul{
        border-bottom: 1px solid #eaeaea;
    }
    .navbar-toggler {
        background: #9b0e78 !important
        /* margin-left: 35%; */
    }
    #account-sub-dd ul.dropdown-toggle.user-login-dropdown {
        width: 100px !important;
    }
    .nav-item a {
        padding: 10px;
        width: 70px;
        height: 63px;
        font-size: 14px;
        border-right: transparent;
        margin-top: 15px;
    }
    .about-header{
        padding: 0;
    }
    .about-banner {
        margin-bottom: 150px;
        margin-top: 150px;
    }
    .main-category {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .category-button .btn-primary {
        padding: 8px 22px;
        font-size: 8px;
    }
    .about-header h4{
        font-size: 9px !important;
    }
    .feature-product {
        margin-top: 65px;
        margin-bottom: 60px;
    }
    .product-description {
        margin-top: 40px !important;
        margin-bottom: 25px !important;
        margin-left: 30px;
    }
    .main-items h2 {
        font-size: 60px;
    }
    .about-sale {
        padding: 10px;
        padding-bottom: 50px;
    }
    .main-items p {
        font-size: 13px;
        padding-bottom: 15px;
    }
    .about-item p {
        font-size: 11px;
        padding: 4px;
        bottom: -16px;
        left: 50%;
        transform: translate(-100%);
    }
    .item-desc h6 {
        font-size: 10px;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .sales-button .btn-primary {
        padding: 5px 12px;
        font-size: 9px;
    }
    .new-arrival {
        margin-top: 70px;
        margin-bottom: 20px;
    }
    .load {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .load a {
        font-size: 14px;
    }
    .about-live {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .about-live h1 {
        font-size: 60px;
        padding-left: 20%;
        padding-right: 20%;
        line-height: 44px;
    }
    .live-session {
        margin-bottom: 25px;
    }
    .testimonials h2 {
        font-size: 60px;
        padding-bottom: 10px;
    }
    .about-reviews p {
        font-size: 14px;
        padding-bottom: 14px;
    }
    .about-reviews {
        padding: 10px;
    }
    .review-image {
        padding-right: 12px;
    }
    .review-desc h6 {
        font-size: 14px;
        margin: 0px;
        margin-top: 8px;
    }
    .review-desc span {
        font-size: 12px;
    }
    .reviews {
        margin-bottom: 50px;
    }
    .footer-desc p {
        padding-top: 7px;
        font-size: 13px;
        padding-bottom: 15px;
    }
    .footer-socials h4 {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .icon1 {
        width: 35px;
        height: 35px;
        margin-right: 7px;
    }
    .footer-links h3 {
        font-size: 44px;
        padding-left: 15px;
        padding-bottom: 0px;
        margin-top: -38px;
    }
    ul.about-links {
        padding: 0px;
        list-style: none;
        padding-left: 15px;
        margin-bottom: 25px;
    }
    .newsletter h3 {
        font-size: 39px;
        padding-bottom: 8px;
        margin-top: -82px;
        padding-top: 12px;
    }
    .single .input-group .form-control {
        padding: 19px;
        font-size: 13px;
        padding-left: 15px;
        margin-bottom: 10px;
    }
    .banner-button .btn-primary {
        padding: 7px 20px;
        font-size: 11px;
    }
    .footer-bottom {
        margin-top: 30px;
        padding-top: 15px;
        padding-bottom: 1px;
    }
    .footer-bottom p {
        font-size: 14px;
    }
    .dropdown-list.custom-drop-down-list{
        top: 16px !important;
        right: 0px !important;
        width: 350px !important;
        left: auto !important;
    }
    .navbar-nav.m-auto li a{
        margin: 0;
    }
    .load-more:before {
        content: '';
        position: absolute;
        border-top: 1px solid #d4d4d4;
        left: -8px;
        top: 10px;
        width: 45%;
    }
    .load-more:after {
        content: '';
        position: absolute;
        border-top: 1px solid #d4d4d4;
        right: -9px;
        top: 10px;
        width: 45%;
    }
    .product-image img{
        width: 100%;
        height: auto;
    }
    .user-login-dropdown:hover{
        background:none !important;
    } 
    .user-login-dropdown li:hover{
        background: white !important;
    }
    .navbar-toggler {
        margin-left: 0%;
        margin-right: 5%;
    }
    .price-detailss p{
        left: 50% !important;
        transform: translate(-50%) !important;
    }
    #header .navbar li.nav-item a:hover {
        transition: all .3s ease;
        color: black !important;
        color: white !important;
        background: black;
    }
    .user-login-dropdown:hover {
        background: white!important;
    }
    .dropdown-list.account.customer {
        left: -56px;

        top: 73px;
    }
.account-content .account-layout .account-head .account-action {
    margin-top: 12px;
    margin-left: 15px;
    margin-bottom: 13px !important;
}
.section-content .table {
    overflow: auto;
}
}
@media screen and (max-width: 768px){
    .navbar-toggler {
        margin-left: 15%;
    }
    .navbar-nav.m-auto li a{
        margin: 0;
    }
    .nav-item a {
        width: 40px;
    }
    span.dropdown-toggle::after{
        bottom: 22px;
    left: 7px;
    }
    .carousel-control-next, .carousel-control-prev{
        top: 40%;
    }
    .about-banner {
        margin-bottom: 100px;
        margin-top: 100px;
    }
    .about-banner h1 {
        font-size: 60px;
    }
    .navbar-toggler {
        margin-left: 0%;
        margin-right: 5%;
    }
    .about-banner p {
        font-size: 14px;
        padding-bottom: 15px;
        padding-right: 27%;
    }
    .about-category {
        text-align: center;
    }
    .category-button {
        text-align: center;
        margin-top: -15px;
        margin-bottom: 20px;
    }
    .nav-item a span {
        top: 21px;
        font-size: 11px;
        right: 4px;
    }
    .main-product{
        width: 70%;
        margin-left: 16%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .new-multi-level-drop{
        width: 100%!important;
        position: absolute !important;
        left: 0 !important;
        margin-top: -28px !important;
        background: #625d5d !important;
    }
    .main-product img {
        transform: scale(1.0);
        margin-left: 0px;
    }
    .product-description {
        margin-top: 40px !important;
        margin-bottom: 25px !important;
        margin-left: 0px;
        text-align: center;
    }
    .about-banner p {
        font-size: 14px;
        padding-bottom: 15px;
        padding-right: 0%;
    }
    .main-items {
        margin-top: 20px;
        text-align: center;
    }
    .about-item {
        position: relative;
        margin-top: 35px;
        text-align: center;
    }
    .item-desc h6 {
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .about-item p {
        font-size: 11px;
        padding: 4px;
        bottom: -16px;
    }
    .about-live {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about-live h1 {
        font-size: 55px;
        padding-left: 15%;
        padding-right: 14%;
        line-height: 40px;
    }
    .about-reviews {
        padding: 10px;
        margin-bottom: 15px;
    }
    .footer-socials {
        margin-bottom: 25px;
    }
    .footer-links h3 {
        font-size: 44px;
        padding-left: 0px;
        padding-bottom: 5px;
        margin-top: 0px;
    }
    ul.about-links {
        padding: 0px;
        list-style: none;
        padding-left: 0px;
    }
    .new_product_content {
        width: 50%;
    }
    .au-drop-li {
        border-right: none;
    }
    .dropdown-list.custom-drop-down-list{
        top: 16px !important;
        right: -188px !important;
        width: 350px !important;
        left: auto !important;
    }
    .load-more:after {
        content: '';
        position: absolute;
        border-top: 1px solid #d4d4d4;
        right: -17px;
        top: 10px;
        width: 45%;
    }
    .load-more:before {
        content: '';
        position: absolute;
        border-top: 1px solid #d4d4d4;
        left: -17px;
        top: 10px;
        width: 45%;
    }
    .product-image img {
        width: 50%;
        height: auto;
    }
    .price-detailss p{
        left: 50% !important;
        transform: translate(-50%) !important;
    }
    #header .navbar li.nav-item a:hover {
        transition: all .3s ease;
        color: black !important;
        color: white !important;
        background: black;
    }
    .layered-filter-wrapper > div {
        display: none;
    }
    .filter-row-one .per-page .per-page-label {
        position: unset !important;
    }
    .newsletter h3 {
        font-size: 39px;
        padding-bottom: 8px;
        margin-top: -82px;
        padding-top: 57px;
    }
    .section-content .table table thead {
        display: block;
        min-width: max-content;
    }
    .section-content .table {
        width: 100%;
        margin-bottom: 1rem;
        color: #212529;
        overflow: auto;
    }
    .section-content table thead tbody tr{
        display: flex;
    }
    .section-content .table table tbody tr {
        display: flex;
    }
    .responsive-layred-filter:first-child{
        display: flex;
        align-items: center;
    }
    .filter-title-pr{
        display: flex;
    align-items: center;
    }
    .filter-title{
       width: auto;
       white-space: nowrap;
    }
    .filter-content{
        width: 100%;
    }
    .pager{
        display: none;
    }
    .filter-row-one .per-page .per-page-label {
        top: -17px;
        position: unset;
        right: -10px;
        width: 100%;
    }
    .table table thead {
        display: contents;
    }
    .table table tbody td {
        border-bottom: none!important;
        display: revert;
        width: 100%!important;
    }
}
@media screen and (max-width: 575px){
    .navbar-toggler {
        margin-left: 0%;
        margin-right: 5%;
    }
    .navbar-nav.m-auto.list-content{
       position: relative;
    }
    #header .navbar li.nav-item a:hover {
        color: #386893;
        background: #080808;
        transition: all .3s ease;
    }
    .new-multi-level-drop{
        width: 100%!important;
        position: absolute !important;
        left: 0 !important;
        margin-top: -28px !important;
        background: #625d5d !important;
    }
    .navbar-nav.m-auto li a{
        margin: 0;
    }
    .new-cart-sp{
        top: -43px;
        right: 15px;
    }
    section.cart .cart-content .left-side .misc-controls .btn-black.lg-important {
        margin-left: 0px;
        margin-right: 2px;
    }
    
    #account-sub-dd ul.dropdown-toggle.user-login-dropdown{
         width:90px !important;
         height: 79px !important;
    }
    span.dropdown-toggle::after {
        bottom: 18px;
        left: 0px;
    }
    .load-more:after {
        content: '';
        position: absolute;
        border-top: 1px solid #d4d4d4;
        right: -13px;
        top: 9px;
        width: 44% !important;
    }
    .load-more:before {
        content: '';
        position: absolute;
        border-top: 1px solid #d4d4d4;
        left: -40px;
        top: 10px;
        width: 50% !important;
    }
    .related-products .product-detail .img-wrap img, .product-wrap .product-detail .img-wrap img {
        max-width: 50% !important;
        height: 100%;
        
        object-fit: cover;
    }
    .about-banner {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .about-banner h1 {
        font-size: 50px;
    }
    .about-banner p {
        font-size: 14px;
        padding-bottom: 10px;
        padding-right: 0%;
    }
    .about-header h4 {
        font-size: 16px;
        padding-bottom: 0px;
    }
    .navbar-nav.m-auto li a {
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
    }
    .about-header a {
        font-size: 11px;
    }
    .header-cart-user li a:hover{
        background: #eaeaea !important;
    }
    .about-live h1 {
        font-size: 42px;
        padding-left: 0%;
        padding-right: 0%;
        line-height: 33px;
    }
    .nav-item a span {
        top: 19px;
        font-size: 11px;
        right: 12px;
    }
    .new_product_content {
        width:100%;
}
.category-page-header .search-form {
    width: 100%;
    min-width: 0px;
}
.new-menu-drop a {
    padding: 0;
}
.dropdown-list.custom-drop-down-list{
    top: 16px !important;
    right: -77px !important;
    width: 350px !important;
    left: auto !important;
}
.log-in-dr li a:hover{
    background: #9b0e78 !important;
}
.misc-controls{
    display: block !important;
}
.log-in-dr{
    position: absolute;
    width: 100%;
    top: 0px;
}
#header .navbar li.nav-item a:hover {
    transition: all .3s ease;
}
.about-item p {
    font-size: 11px;
    padding: 4px;
    bottom: -16px;
    left: 50%;
    transform: translateX(-100%);
}
.related-products .product-detail .sku-wrapper, .product-wrap .product-detail .sku-wrapper {
    right: 29%;
    transform: translateX(2%);
}
.customer-list-dd {
    left: -67px !important;
}
.price-detailss p{
    left: 50% !important;
    transform: translate(-50%) !important;
}
#header .navbar li.nav-item a:hover {
    transition: all .3s ease;
    color: white !important;
}
.pointer-cls{
    pointer-events: visible;
}
.header-cart-user li .dropdown-toggle .pointer-cls a:hover{
    background: white !important;
}
.header-logo a img{
    height: 20px;
}
.brand .brand-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-form-des .login-form {
    box-shadow: none !important;
    padding: 27px 26px !important;
}
.contact-form-des .login-img-wrap {
    height: 428px;
    max-width: 100%;
}
.control-group label {
    font-size: 11px !important;
}
.account-table-content .table table thead th, .account-table-content .table table tbody td, .sale-section .section-content .table table thead th, .sale-section .section-content .table table tbody td, .section-content .totals .sale-summary thead th, .section-content .totals .sale-summary tbody td {
    font-size: 10px;
}
.newsletter h3 {
    font-size: 39px;
    padding-bottom: 8px;
    margin-top: -82px;
    padding-top: 28px;
}
.account-content .account-layout {
    padding: 19px 10px;
}
}

