html,body {
    min-width: 300px !important;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
.LiqHeader {
    padding: 20px 0 0 0;
    background: rgb(175,115,208);
    background: linear-gradient(120deg, rgba(175,115,208,1) 0%, rgba(202,118,164,1) 100%);
}
.site-header {
    padding-left:20px;
    padding-right:20px;
}
.HeaderLogoRow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.BrandLiqLogo {
    display: block;
    width: 120px;
    height: 32px;
    background:url(../img/LiqBrandLogo.svg) no-repeat center center transparent;
    background-size: 100%;
}
.HeaderLogoRowNav {
    width: 88%;
    display: flex;
    align-items: center;
}
.LiqUserIconDropo {
    cursor: pointer;
}
.LiqUserDropo a.LiqUserIconDropo::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background: url(../img/UserIcon.svg) no-repeat center center transparent;
    background-size: 60%;
}
.LiqUserDropo {
    position: relative;
    display: flex;
}
.LiqUserDropo ul {
    position: absolute;
    right: 0px;
    top: 30px;
    min-width: 180px;
    z-index: 9999999;
    display: none;
    padding:0;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #333;
}
.LiqUserDropo ul li {
    width: 100%;
    background-color: white;
    border-bottom: solid 1px #efefef;
    overflow: hidden;
}

.LiqUserDropo ul li a {
    display: block;
    width: 100%;
    padding: 15px 15px;
}
.LiqUserDropo ul li:hover {
    background: #AF73D0;
}
.LiqUserDropo ul li a:hover {
    color: white !important;
}
.LiqUserDropo ul li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.LiqUserDropo ul li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.LiqUserDropo ul li:last-child {
    border-bottom: none;
}
.header-v12 .navbar-search .input-group .form-control {
    border-color: white !important;
    border: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.header-v12 .navbar-search .input-group .input-group-addon {
    border-color: white !important;
    border: none;
}
.header-v12 .navbar-search .input-group .btn,
.header-v12 .navbar-search .input-group button {
    border: none;
    background-color: white !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.HeaderLogoRowNav #menu-top-bar-left li {
    padding: 0 10px;
}
.HeaderLogoRowNav #menu-top-bar-left li a {
    color: white;
}
.navbar-toggler.navbar-toggle-hamburger i {
    margin-right: 10px;
}
#menu-main-menu li a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
}
#menu-main-menu li a:hover {
    color: #fdd8ff;
}
#menu-main-menu li:first-child a {
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    display: block;
}
#menu-main-menu li:first-child a:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ff9e00;
    position: absolute;
    left: -12px;
    top: 8px;
}
.header-icons .header-icon a i.ec-compare,
.header-icons .header-icon a i.ec-favorites,
.header-icons .header-icon a i.ec-shopping-bag,
.header-icons .header-icon .cart-items-total-price bdi,
.off-canvas-navbar-toggle-buttons button,
.HeadCartIcon i,
.header-icon .header-icon-counter {
    color: white !important;
}
.header-icons .header-icon .cart-items-total-price bdi,
.HeadCartIcon bdi {
    display: none;
}
.off-canvas-navbar-toggle-buttons button {
    font-size: 14px;
}
.sticky-wrapper .stick-this.stuck {
    left: 0px;
}
header.header-v12 .stick-this.stuck {
    padding: 0px 20px;
    background: rgb(175,115,208);
    background: linear-gradient(120deg, rgba(175,115,208,1) 0%, rgba(202,118,164,1) 100%);
}
.stick-this .header-icons.col-auto {
    display: none !important;
}
.stick-this.HeadernavRow.stuck .header-icons.col-auto {
    display: flex !important;
}
.primary-nav-menu.position-relative.electro-animate-dropdown {
    width: 100%;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* body.page-template-template-homepage-v12:not(.electro-dark) .site-content {
    background-color: #FFFFFF;
} */
body .site-content {
    margin-bottom: 0em;
}
.SidenavSub {
    padding: 30px;
    position: fixed;
    left: -100%;
    top: 0px;
    z-index: 99999;
    background-color: white;
    width: 800px;
    height: 100vh;
    transition: all 0.3s ease-in-out;
}
.SidenavSub.SlideSideNav {
    left: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.SidenavSub ul {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.SidenavSub ul h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.seeallcat {
    text-decoration: underline;
}
.SidenavSub ul li {
    width: 100%;
    padding: 30px 0;
    border-bottom: solid 1px #646464;
}
.SidenavSub ul li:first-child {
    padding-top: 0px !important;
}
.SidenavSub ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px !important;
}
.SideMenuRowsImages {
    margin-bottom: 50px;
}
.SideMenuRowsImages img {
    width: 100%;
    border: none !important;
}
.SideNavCell ul li {
    width: 33.33%;
    padding: 4px 0 !important;
}
.SideNavCell ul li:first-child {
    padding-top: 5px !important;
}
.SideNavCell ul li a {
    position: relative;
}
.SideNavCell ul li a:hover {
    position: relative;
    text-decoration: underline;
}
/* .SideNavCell ul li a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    border: solid 1px #8147a1;
    margin-right: 6px;
    margin-top: 5px;
} */
/* .SideNavCell ul li a:hover::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #8147a1;
    position: absolute;
    bottom: -6px;
    left: 0px;
    animation: sidenavsubmenu 0.3s ease-in-out forwards;
}
@keyframes sidenavsubmenu {
    0%{width: 0%;}
    100%{width: 100%;}
} */
.SideMenuRows {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.SideNavCatName {
    width:150px;
}
.SideNavCell {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    width: 100%;
    min-height: 1px;
}
.SideNavCell li {
    border: none !important;
}
.SideNavCell li a {
    display: flex;
}
.SideNavCell img {
    width: 30px;
    height: 30px;
    border-radius: 60px;
    display: none;
}
.SideNavCell h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.off-canvas-navigation {
    width: 200px !important;
}
.sideNavClose {
    position: relative;
    width: 100%;
    padding: 20px 0;
}
.sideNavClose button,
.sideNavClose button:focus {
    position: absolute;
    top: -18px;
    right: -20px;
    display: block;
    width: 42px;
    height: 40px;
    background: url(../img/CloseIcon.svg) no-repeat center center transparent;
    background-size: 80%;
    border: none !important;
    outline: none;
    background-color: transparent !important;
}
.sideNavClose button:hover {
    position: absolute;
    top: -18px;
    right: -20px;
    display: block;
    width: 42px;
    height: 40px;
    background: url(../img/CloseIcon.svg) no-repeat center center transparent;
    background-size: 80%;
    border: none;
    outline: none;
}
.sideNavClose button::before {
    display: none;
}
.back-to-top-wrapper {
    display: none;
}
@media (max-width:1250px){

}
@media (max-width:992px){
    .SidenavSub {
        max-width: 80%;
        width: 80%;
        min-width: 80%;
        flex: 0 0 80%;
    }
    .off-canvas-navigation {
        width: 20% !important;
    }
    .SidenavSub.SlideSideNav {
        left: 20%;
    }
}
@media (max-width:900px){
    .SideNavCell ul li {
        width: 50%;
    }
}
@media (max-width:700px){
    .SideNavCell ul li {
        width: 100%;
    }
    .SidenavSub {
        max-width: 60%;
        width: 60%;
        min-width: 60%;
        flex: 0 0 60%;
    }
    .off-canvas-navigation {
        width: 40% !important;
    }
    .SidenavSub.SlideSideNav {
        left: 40%;
    }
    .SideNavCatName {
        width: 130px;
    }
}
@media (max-width:600px){
    .SidenavSub {
        max-width: 70%;
        width: 70%;
        min-width: 70%;
        flex: 0 0 70%;
    }
    .off-canvas-navigation {
        width: 30% !important;
    }
    .SidenavSub.SlideSideNav {
        left: 30%;
    }
    .SideNavCatName {
        width: 100%;
        margin-bottom: 10px;
    }
    .SideMenuRowsImages {
        margin-bottom: 20px;
    }
    .sideNavClose button, .sideNavClose button:focus {
        width: 32px;
        height: 30px;
    }
    .sideNavClose {
        padding: 5px 0;
    }
}
@media (max-width:450px){
    .SidenavSub {
        max-width: 60%;
        width: 60%;
        min-width: 60%;
        flex: 0 0 60%;
    }
    .off-canvas-navigation {
        width: 40% !important;
    }
    .SidenavSub.SlideSideNav {
        left: 40%;
    }
    .SideNavCatName {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width:400px){
    .SidenavSub {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        flex: 0 0 60%;
    }
    .off-canvas-navigation {
        width: 60% !important;
    }
    .SidenavSub.SlideSideNav {
        left: 0%;
    }
}
.desktop-footer.d-none.d-lg-block.container {
    max-width:100%;
    padding-left: 0px;
    padding-right:0px;
}
.footer-bottom-widgets {
    background: rgb(202,118,164);
    background: linear-gradient(0deg, rgba(202,118,164,1) 0%, rgba(175,115,208,1) 100%);
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright-bar {
    background-color: rgb(202,118,164) !important;
    color: white;
}
.copyright-bar a {
    color: white;
}
.FooterColNav {
    width: 100%;
    display: flex;
}
.FooterCols {
    width: 25%;
}
.FooterColNav h4 {
    font-weight: 600;
}
.FooterColNav ul {
    margin-top: 20px;
}
.FooterColNav ul li {
    width: 100%;
    padding: 1px 0;
}
.FooterColNav ul li a {
    color: white;
}
.btn-secondary {
    color: #fff;
    background-color: #bea2c0 !important;
    border-color: #b17ea0 !important;
}
.FooterCartSocial {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: end;
}
.FooterCartSocial ul {
    display: flex;
    margin: 0 0;
}
.FooterCartSocial .FooterCols:first-child ul li {
    margin: 5px 2px;
}
.FooterCartSocial .FooterCols:last-child ul li {
    margin: 5px 5px;
}
.FooterCartSocial .FooterCols:first-child a {
    font-size: 0px !important;
    display: block;
    width: 44px;
    height: 30px;
}
.FooterCartSocial .cartvisa a {
    background: url(../img/visa.svg) no-repeat center center transparent;
    background-size: 100%;
}
.FooterCartSocial .cartmaster a {
    background: url(../img/mastercard.svg) no-repeat center center transparent;
    background-size: 100%;
}
.FooterCartSocial .cartdiscover a {
    background: url(../img/discover.svg) no-repeat center center transparent;
    background-size: 100%;
}
.FooterCartSocial .cartamex a {
    background: url(../img/amex.svg) no-repeat center center transparent;
    background-size: 100%;
}
.FooterCartSocial .cartpaypal a {
    background: url(../img/paypal.svg) no-repeat center center transparent;
    background-size: 100%;
}
.FooterCartSocial .cartaffirm a {
    background: url(../img/affirm.svg) no-repeat center center transparent;
    background-size: 100%;
}

.FooterCartSocial .FooterCols:last-child a {
    font-size: 0px !important;
    display: block;
    width: 30px;
    height: 30px;
}
.FooterCartSocial .socialtwitter a {
    background: url(../img/twitter.svg) no-repeat center center transparent;
    background-size: 100%;
}
.FooterCartSocial .socialfacebook a {
    background: url(../img/facebook.svg) no-repeat center center transparent;
    background-size: 100%;
}
.FooterCartSocial .socialinstagram a {
    background: url(../img/instagram.svg) no-repeat center center transparent;
    background-size: 100%;
}
.desktop-footer.d-lg-block.container {
    padding-right: 0px;
    padding-left: 0px;
}
section header .h1::after,
.wc-tabs>li.active a::after,
.single-product .related>h2::after,
.single-product .woocommerce-tabs+section.products>h2::after,
.sidebar .widget-title::after,
.widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-checkout h3::after,
.cart-collaterals h2:not(.woocommerce-loop-product__title)::after,
.wpb-accordion .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a i,
#customer_login h2::after,
.customer-login-form h2::after {
    border-color: #AF73D0 !important;
}
.columns-6-1>ul.products.product-main-6-1 .flex-control-thumbs li img.flex-active,
.dokan-elector-style-active.store-v1 .profile-frame+.dokan-store-tabs>ul li.active a,
.dokan-elector-style-active.store-v5 .profile-frame+.dokan-store-tabs>ul li.active a,
.products-2-1-2 .nav-link:hover::after,
.products-4-1-4 .nav-link:hover::after,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product .onsale-product-thumbnails .images .thumbnails a.current,
.single-product div.thumbnails-all .synced a,
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border-bottom-color: #AF73D0 !important;
}
.woocommerce-loop-product__title,
.accessories .accessory-checkbox {
    color: #8147a1 !important;
}
.summary.entry-summary .brand {
    display: none;
}
.single-product .brand+.availability {
    padding-left: 0px !important;
}
.shop-control-bar .woocommerce-ordering {
    display:none;
}
.pagination ul.page-numbers>li a.current, .pagination ul.page-numbers>li span.current, .woocommerce-pagination ul.page-numbers>li a.current, .woocommerce-pagination ul.page-numbers>li span.current {
    font-weight: 700;
    border: none;
    color: #FFF;
}
.add-to-compare-link {
    display: none;
}
.desktop-footer .footer-bottom-widgets, .desktop-footer .footer-newsletter {
    /* margin-top: 30px; */
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    color: #FFFFFF !important;
}
.woocommerce-info a, .woocommerce-info button, .woocommerce-noreviews a, .woocommerce-noreviews button, p.no-comments a, p.no-comments button {
    color: #FFFFFF !important;
    font-weight: 700;
}
.quantity.hidden.hidden-xs-up {
    display: none !important;
}
.site-main {
    margin-top: 5px;
}
.sidebar-blog .widget-title, .sidebar>.widget>.widget-title {
    margin-bottom: 0.5em !important;
}