/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
/* Change Branding Color */

:root {
    --primary-color: #24356A;
    --secondary-color: #24356A;
    --text-color-secondary: #6B7C94;
    --text-color-base: #000;
}

* {
    margin: 0;
    padding: 0;
}

.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.text-decoration-none {
    text-decoration: none !important;
}

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

.text-sm {
    font-size: 0.9rem;
}

.mt-1 {
    margin-top: 4px !important;
}

.text-secondary {
    color: var(--text-color-secondary);
}

.text-base {
    color: var(--text-color-base);
}

.gap-4 {
    gap: 25px;
    --flex-gap-rows: 25px;
    --flex-gap-cols: 25px;
}

.line-1 {
    line-height: 1;
}

.ml-10 {
    margin-left: 40px !important;
}

.justify-content-between {
    justify-content: space-between;
}

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


.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    font-size: 0;
    height: 0;
    clear: both;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2b2b2b;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%
}

.cleafix {
    display: block;
}

.absolute {
    position: absolute;
}

.clear-padding {
    padding: 0 !important;
}

.clear-margin {
    margin: 0 !important;
}

.clear-padding-left {
    padding-left: 0 !important;
}

.clear-padding-right {
    padding-right: 0 !important;
}

.clear-padding-top {
    padding-top: 0 !important;
}

.clear-padding-bottom {
    padding-bottom: 0 !important;
}

.clear-top {
    top: 0 !important;
}

.clear-left {
    left: 0 !important;
}

.clear-bottom {
    bottom: 0 !important;
}

.clear-right {
    right: 0 !important;
}

.overfollow-hidden {
    overflow: hidden;
}

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

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

.relative {
    position: relative;
}

.container-web {
    width: 100%;
    padding: 0;
}

@media(min-width:1200px) {
    .container-web {
        width: 1170px;
        margin: 0 auto;
        display: block;
    }

    .rorder {
        display: none !important;
    }

    .btn-order {
        width: 48% !important;
    }
}

@media(min-width:1400px) {
    .container-web {
        width: 1350px;
        margin: 0 auto;
        display: block;
    }

    .rorder {
        display: none !important;
    }

    .slide-v3 {
        width: 865px !important;
    }

    .search-box {
        width: 880px !important;
    }
}

@media(max-width:1024px) and (min-width:480px) {

    .box-banner-small-v3,
    .box-banner-small-v2 {
        display: none;
    }
}

.text-red {
    color: var(--primary-color);
}

.text-green {
    color: #3cb878;
}

.bold {
    font-weight: bold;
}

.full-width {
    width: initial;
    height: auto;
}

.max-width {
    max-width: 100%;
}

.border {
    border: 1px solid #dedede;
    box-sizing: border-box;
}

.no-border-t {
    border-top: none;
}

.center-vertical-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.center-vertical-image img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.no-border-b {
    border-bottom: none;
}

.no-border-r {
    border-right: none;
}

.no-border-l {
    border-left: none;
}

.top-margin-default {
    margin-top: 30px !important;
}

@media(min-width:1200px) {
    .top-margin-default.homepage-top-margin-default {
        margin-top: 20px !important;
    }
}

.bottom-margin-default {
    margin-bottom: 30px !important;
}

@media(min-width:1200px) {
    .bottom-margin-default.homepage-bottom-margin-default {
        margin-bottom: 20px !important;
    }

    .bottom-margin-default.md-bottom-margin-default {
        margin-bottom: 0 !important;
    }
}

.left-margin-default {
    margin-left: 30px !important;
}

.right-margin-default {
    margin-right: 30px !important;
}

.top-padding-default {
    padding-top: 30px !important;
}

@media(min-width:1200px) {
    .top-padding-default.homepage-top-padding-default {
        padding-top: 50px !important;
    }
}

.bottom-padding-default {
    padding-bottom: 30px !important;
}

.left-padding-default {
    padding-left: 30px !important;
}

.right-padding-default {
    padding-right: 30px !important;
}

.top-margin-15-default {
    margin-top: 15px !important;
}

.bottom-margin-15-default {
    margin-bottom: 15px !important;
}

.left-margin-15-default {
    margin-left: 15px !important;
}

.right-margin-15-default {
    margin-right: 15px !important;
}

.top-padding-15-default {
    padding-top: 15px !important;
}

.bottom-padding-15-default {
    padding-bottom: 15px !important;
}

.left-padding-15-default {
    padding-left: 15px !important;
}

.right-padding-15-default {
    padding-right: 15px !important;
}

.bg-white {
    background: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.content-row {
    display: flex;
    flex-direction: row;
}

.capitalize {
    text-transform: capitalize;
}

.bg-gray {
    background: #f7f7f7;
}

.bg-red {
    background: var(--primary-color);
}

.text-default-color {
    color: #2b2b2b;
}

.category-image .owl-item {
    border: 1px solid #eee !important;
}

.animate-default {
    height: -webkit-fill-available;
    transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.percent-content-2 {
    width: calc(100% / 2);
    float: left;
}

.percent-content-3 {
    width: calc(100% / 3 - 0.3px);
    float: left;
}

.percent-content-4 {
    width: calc(100% / 4);
    float: left;
}

.percent-content-5 {
    width: calc(100% / 5);
    float: left;
}

.content-right {
    padding: 0 0 0 15px;
}

.content-left {
    padding: 0 15px 0 0;
}

.border-collapsed-box,
.border-collapsed-element {
    border-color: #dedede;
    border-style: solid;
}

.border-collapsed-box {
    display: flex;
    flex-flow: row wrap;
    border-width: 1px 0 0 1px;
}

.border-collapsed-element {
    flex: 1 0 auto;
    border-width: 0 1px 1px 0;
}

.box-shadow {
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.75);
}

.border-red {
    border-bottom: 2px solid var(--primary-color);
}

.hidden-content-box {
    display: none;
    opacity: 0;
    width: 100%;
}

.active-box-category {
    opacity: 1 !important;
    display: block;
}

/*  Css Header Website  */

header {
    z-index: 9;
}

.contact_us_header {
    padding: 6px 0;
    color: #231f20;
    float: left;
    font-size: 13px;
}

.contact_us_header img {
    margin: -1px 15px 0 0;
}

.header-top {
    padding: 4px 0;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    width: 100%;
    display: table;
}

.menu-header-top {
    float: right;
}

.menu-header-top li {
    list-style: none;
    font-size: 13px;
    float: left;
}

.menu-header-top li a {
    padding: 0 20px;
    box-sizing: border-box;
    margin: 6px 0;
    font-size: 13px;
    display: block;
    color: #2b2b2b;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
}

.menu-header-top>ul>li a {
    border-right: 1px solid #e9e9e9;
}

.menu-header-top>ul>li:last-child a {
    border-right: none
}

.menu-header-top>ul>li>a:after,
.menu-header>ul>li>a:after {
    position: absolute;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 3px 0 0 2px;
    content: '\f078';
    font-size: 8px;
}

.menu-header-top>ul>li a:only-child:after,
.menu-header>ul>li a:only-child:after {
    content: '';
}

.menu-header>ul>li a:after {
    font-size: 10px;
    margin: 0px 0 0 5px;
}

.menu-header-top ul li>ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-top: none;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    border-radius: 0 0 2px 2px;
    z-index: 9;
}

.menu-header-top ul li>ul li a {
    border: none
}

.menu-header-top ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.menu-header-top>ul {
    float: right;
}

.menu-header-top ul li a:hover {
    color: var(--primary-color);
}

.menu-header-top li li {
    border-bottom: 1px solid #dedede;
}

.menu-header-top li li:last-child {
    border: none;
}

.menu-header>ul>li>ul,
.menu-header>ul>li .sub-menu {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.75);
    left: 5px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

.menu-header>ul>li>ul:before,
.menu-header>ul>li>.sub-menu:before {
    background: #929292;
    content: "";
    width: 0;
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
    transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.menu-header>ul>li:hover ul:before,
.menu-header>ul>li:hover .sub-menu:before {
    width: 100%;
}

.menu-header>ul>li:hover ul,
.menu-header>ul>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.mega-menu-v2 {
    min-width: 550px;
}

.menu-header>ul>li>ul li {
    display: block;
    float: none;
}

.menu-header>ul>li>ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
}

#mask-full-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    visibility: hidden;
}

.menu-mobile-left-content {
    position: fixed;
    top: 0;
    left: -301px;
    width: 300px;
    z-index: 1000;
    height: 100vh;
    background: #565b70;
    overflow: auto;
}

.mega-menu li,
.mega-menu-v2 ul {
    width: calc(100% / 3 - 20px);
    float: left !important;
    margin: 10px;
    position: relative;
    overflow: hidden;
}

.mega-menu-v2 ul {
    display: flex;
    flex-direction: column;
}

.mega-menu-v2 ul li {
    position: relative;
    color: #333;
    width: 100%;
}

.mega-menu-v2 ul li:first-child {
    font-weight: bold;
    font-size: 15px;
    margin: 20px 0 10px 0;
}

.mega-menu-v2 ul li:not(:first-child) a {
    line-height: 40px !important;
    font-weight: normal;
    font-size: 15px;
}

.mega-menu-v2 ul li:first-child:before {
    content: "";
    bottom: 0;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    height: 1px;
    width: 50px;
}

.mega-menu li>a {
    padding: 0 !important;
    position: relative;
}

.mega-menu li>a:before {
    content: 'showmore';
    position: absolute;
    text-align: center;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
    background: var(--primary-color);
    border-radius: 50px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 2;
    top: -50px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.mega-menu li>a:after {
    position: absolute;
    width: 100%;
    margin: 0 !important;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    z-index: 1;
}

.mega-menu li>p {
    text-align: center;
}

.mega-menu li>a:hover:after {
    opacity: 1;
}

.mega-menu li>a:hover:before {
    top: 60px;
}

.mega-menu {
    min-width: 700px;
}

/*--- CSS Menu & Slide ---*/

.menu-slide {
    margin: 0 auto;
    display: block;
}

.menu-web {
    width: 270px;
    float: left;
    background: #565b70;
}

.menu-web ul {
    margin: 0;
}

.button-hover-red:hover,
.button-hover-red a:hover {
    background: #4d525a !important;
    color: #fff !important;
}

.title-hover-black:hover,
.title-hover-black a:hover {
    color: #000 !important;
}

.title-hover-red:hover,
.title-hover-red a:hover {
    color: var(--primary-color) !important;
}

.menu-web>ul li:before,
.menu-mobile-left-content>ul li:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 92%;
    height: 1px;
    background: #646980;
    transform: translateX(-50%);
}

.menu-web>ul li,
.menu-mobile-left-content>ul li {
    list-style: none;
    position: relative;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.menu-web>ul li img,
.menu-mobile-left-content>ul li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 10px;
}

.menu-web>ul li a,
.menu-mobile-left-content>ul li a {
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px 1px 10px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
}

.menu-web>ul li p,
.menu-mobile-left-content>ul li p {
    padding: 0 0 0 45px;
    font-size: 16px;
    margin: 0;
}

.menu-web>ul li i,
.menu-mobile-left-content>ul li i {
    margin: 0 0 0 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.menu-bg-white>ul li:last-child a,
.menu-mobile-left-content>ul li:last-child a {
    border: none;
    margin: 0 10px;
}

.menu-web>ul li:first-child::before,
.menu-mobile-left-content>ul li:first-child::before {
    display: none;
}

.menu-web>ul li:hover,
.menu-mobile-left-content>ul li:hover {
    background: #333;
}

.menu-web>ul li a:hover {
    text-decoration: none;
}

.menu-bg-white ul li,
.menu-bg-white {
    background: #fff;
}

.menu-bg-white ul li a {
    color: #565b70;
    height: 43.2px;
    line-height: 44.3px
}

.menu-bg-white>ul li:before {
    background: #e9e9e9;
}

.menu-bg-white>ul li:hover img {
    filter: brightness(0) invert(1);
}

.menu-bg-white>ul li:hover p {
    color: #fff;
}

.menu-bg-white>ul li:hover {
    background: var(--primary-color);
}

.menu_more_header {
    position: absolute;
    width: 270px;
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.75);
}

.count-total-shopping.absolute {
    top: -5px;
    right: -5px;
    padding: 1px 4px;
    background: #ff0000;
    border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 11px;
}

.category-box p {
    cursor: pointer;
    padding: 0 0 0 15px;
    line-height: 35px;
    width: 120px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
    border-right: 1px solid #d4d4d4;
    font-size: 16px;
    margin: 0;
    background: #fff;
}

.category-box p:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 15px;
}

.category-box p:active ul {
    display: block;
}

.category-box ul {
    display: none;
}

.category-box ul li {
    list-style: none;
}

.search-box input,
.search-box button,
.category-box {
    float: left;
}

.search-box input {
    outline: none;
    border: none;
    padding: 7.5px 15px;
    width: calc(100% - 250px);
}

.search-box button {
    background: var(--primary-color);
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    width: 130px;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 2px;
    outline: none;
    text-align: center;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.header-content {
    margin: 12px 0;
    display: flex;
}

.search-box {
    border: 1px solid var(--primary-color);
    width: 600px;
    margin: 0 0 0 70px;
}

@media(min-width:1025px) {
    .search-box {
        width: 825px;
    }
}

.icon-search-mobile {
    font-size: 33px;
    top: 50%;
    height: 36px;
    transform: translateY(-50%);
    right: 100px;
    cursor: pointer;
    display: none
}

.category-box select {
    padding: 8px 11px 8px 10px;
    border: none;
    border-right: 1px solid #e9e9e9;
    background: #fff;
    outline: none;
    width: 120px;
    border-radius: 0;
}

.cart-website {
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}

.cart-website:hover p {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.cart-detail-header {
    width: 100%;
    max-width: 320px;
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
    z-index: 10;
    opacity: 0;
    border-top: 3px solid var(--primary-color);
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.75);
}

.total-cart-header,
.btn-cart-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-cart-header a {
    display: block;
    text-align: center;
    padding: 10px 30px;
    margin: 10px 0 0 0;
    color: #fff;
}

.total-cart-header p {
    padding: 10px 0;
    font-size: 16px;
}

.btn-cart-header a:nth-of-type(1) {
    background: #333;
}

.btn-cart-header a:hover:nth-of-type(1) {
    background: #4c4b4b
}

.btn-cart-header a:nth-of-type(2) {
    background: var(--primary-color);
}

.info-product-cart {
    margin: 10px 0 0 0;
}

.total-product-cart-son {
    font-size: 15px;
    color: #7d7d7d;
}

.cart-detail-header:before {
    position: absolute;
    border-right: 10px solid transparent;
    content: "";
    border-bottom: 10px solid var(--primary-color);
    border-left: 10px solid transparent;
    top: -12px;
    right: 5px;
}

.product-cart-son {
    width: 100%;
    display: table;
    border-bottom: 1px solid rgba(197, 196, 196, 0.4);
}

.product-cart-son .image-product-cart {
    width: 70px;
    height: 70px;
    margin: 10px;
    border: 1px solid rgba(197, 196, 196, 0.4);
}

.product-cart-son:last-of-type {
    border: none;
}

.search-box p {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.logo {
    margin: -5px 0 0 0;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}

/*--- Menu Header ---*/

.menu-header ul li {
    list-style: none;
    float: left;
    position: relative;
}

.menu-header ul li a {
    line-height: 51px;
    display: block;
    text-transform: capitalize;
    padding: 0 30px;
    font-weight: bold;
    font-size: 17px;
    color: #232323;
}

.menu-header>ul>li:first-child a i {
    margin: 0 10px 0 0;
}

.menu-header>ul>li:first-child a {
    color: #fff;
    line-height: normal;
    width: 270px;
    text-transform: uppercase;
    background: var(--primary-color);
    padding: 15.5px 0 15.5px 18px
}

.icon-menu-bar {
    font-size: 3em;
    position: absolute;
    top: 42%;
    left: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    height: 42px;
    display: none
}

@media(max-width:480px) {
    .icon-menu-bar {
        left: -8px;
    }
}

.mask-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.65);
}

.box-search-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    height: 40px;
    z-index: 10;
    width: 85%;
    visibility: hidden;
}

.box-search-mobile .search-box {
    display: block;
    margin: 0;
    width: 100%;
}

/*--- CSS Footer ---*/

.top-footer {
    background: #ececec;
    padding: 27px 0;
}

.text-subscribe {
    float: left;
    width: 40%;
    margin: 0 60px 0 0;
}

.text-subscribe i {
    background: var(--primary-color);
    width: 66px;
    text-align: center;
    padding: 19px 0;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 2em;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.text-subscribe p:nth-of-type(1) {
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
}

.text-subscribe p:nth-of-type(2) {
    font-size: 14px;
    float: left;
}

.form-subscribe {
    width: 46%;
    float: left;
    border: 2px solid var(--primary-color);
}

.form-subscribe input {
    padding: 10px;
    float: left;
    border: none;
    width: calc(100% - 130px);
    outline: none;
}

.form-subscribe button {
    text-transform: uppercase;
    background: var(--primary-color);
    color: #fff;
    font-weight: bold;
    width: 130px;
    cursor: pointer;
    letter-spacing: 1px;
    outline: none;
    border: none;
    text-align: center;
    padding: 10px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.social-box a {
    color: #fff;
    display: inline-block;
    margin: 0 2px;
}

.icon-tw {
    background: #1da1f2;
}

.icon-fa {
    background: #3b5998;
}

.icon-yt {
    background: #e12b28;
}

.icon-ins {
    background: #e12b28;
}

/* .menu-header-v3 {
    border-bottom: 2px solid var(--primary-color);
} */

.form-subscribe,
.text-subscribe p:nth-of-type(1),
.social-box {
    margin: 12px 0 0 0;
}

.text-footer p,
.text-subscribe p:nth-of-type(1),
.text-subscribe p:nth-of-type(2) {
    color: #2b2b2b;
}

.text-footer p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 30px 0;
}

.text-footer {
    margin: 50px 0;
}

.text-footer li {
    list-style: none;
    line-height: 26pt;
}

.list-footer li:before {
    content: '\f111';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: left;
    margin: 0 10px 0 0;
    color: #666;
    font-size: 6px;
}

.text-footer li a,
.icon-footer {
    font-size: 14px;
    color: #666666;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.text-footer li a:hover,
.sider-bar-category .list-siderbar li a:hover {
    color: #000;
}

.icon-footer li {
    padding: 0 0 0 40px;
    position: relative;
}

.icon-footer i {
    color: #2b2b2b;
    width: 30px;
    text-align: center;
    font-size: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.bottom-footer {
    background: #2b2b2b;
    padding: 20px 0;
}

.bottom-footer p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.footer-icon-bottom .icon-spider {
    margin: 0 15px;
}

.icon_logo_footer img {
    padding: 0 20px;
}

.footer-icon-bottom .icon_logo_footer img {
    max-width: 100%;
}

.footer-v3 .support-box-info {
    border: none;
    text-align: left;
}

.footer-v3 .support-box-info img {
    left: auto;
    transform: inherit;
    float: left;
}

.footer-v3 .top-footer,
.footer-v3 .form-subscribe input {
    background: #303030;
}

.footer-v3 .text-subscribe p:nth-of-type(1),
.footer-v3 .form-subscribe input {
    color: #fff;
}

.footer-v3 .text-subscribe p:nth-of-type(2) {
    color: #5c5c5c;
}

.footer-v3 .support-box-info p:nth-of-type(1) {
    margin: 10px 0 0 10px;
    width: 50%;
}

.footer-v3 .support-box-info p:nth-of-type(2) {
    margin: 1px 0 0 10px;
}

/*--- CSS Support Box ---*/

.support-box {
    padding: 55px 0;
}

.support-box-info {
    border-right: 1px solid #e5e5e5;
    text-align: center;
}

.support-box-info:last-child {
    border: none !important;
}

.support-box-info img {
    display: inline-block;
    float: none;
    margin: 5px 0 0px 0;
    left: 50%;
    transform: translateX(-50%);
}

.support-box-info p:nth-of-type(1) {
    font-weight: bold;
    text-transform: uppercase;
    color: #231f20;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 60px 0 0px 0;
}

.support-box-info p:nth-of-type(2) {
    font-size: 11px;
    text-transform: uppercase;
    color: #2b2b2b;
    margin: 2px 0 10px 0;
    letter-spacing: 0.25px;
    opacity: 0.6;
}

.support_box_v2 .support-box-info p {
    color: #fff !important
}

.support-box-v2,
.support_box_v2 .support-box-info {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.support-box-v3 {
    border-bottom: 1px solid #ededed;
    padding: 75px 0;
}

/*-- CSS Breadcrumb --*/

.breadcrumb-web ul li {
    list-style: none;
    float: left;
    line-height: 50px;
}

.breadcrumb-web ul li a {
    color: #2b2b2b;
    font-size: 15px;
}

.breadcrumb-web ul li:first-child::before {
    content: '';
    display: none;
}

.breadcrumb-web ul li:before {
    content: '\f105';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0 20px;
    color: #333;
}

/*-- CSS Sider Bar --*/

.check-box-custom li label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    line-height: 38px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

.check-box-custom li input {
    opacity: 0;
    margin: 0;
    position: absolute;
    cursor: pointer;
}

.check-box-custom .checkmark {
    position: absolute;
    top: 12px;
    left: 0;
    height: 12px;
    width: 12px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    border-radius: 1px;
}

.title-check-box-black li>label,
.list-color li>label {
    line-height: normal;
    margin-bottom: 12px;
}

.title-check-box-black .checkmark,
.list-color .checkmark {
    top: 4px;
}

.check-box-custom:not(.list-color) label:hover input~.checkmark {
    background-color: #ccc;
}

.check-box-custom:not(.list-color) label input:checked~.checkmark {
    background-color: var(--primary-color);
}

.check-box-custom:not(.list-color) label input:checked~.checkmark:after {
    display: block;
}

.list-color li:nth-of-type(1) span {
    background: #abb2be;
}

.list-color li:nth-of-type(2) span {
    background: #cec4a5;
}

.list-color li:nth-of-type(3) span {
    background: #abb2be;
}

.list-color li:nth-of-type(4) span {
    background: #f8cacd;
}

.list-color li:nth-of-type(5) span {
    background: #904a00;
}

.list-color li:nth-of-type(6) span {
    background: #f8ebd6;
}

.list-color li:nth-of-type(7) span {
    background: #df4a38;
}

.list-color li:nth-of-type(8) span {
    background: #be9968;
}

.list-color li:nth-of-type(9) span {
    background: #ec9b00;
}

.list-color li:nth-of-type(10) span {
    background: #679def;
}

.list-color li:nth-of-type(11) span {
    background: #a5d461;
}

.list-color li:nth-of-type(12) span {
    background: #ecc300;
}

.sider-bar-category ul li {
    list-style: none;
}

.sider-bar-category ul li a {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.sider-bar-category .list-siderbar li a,
.check-box-custom li label,
.range-slider .text-range {
    font-size: 16px;
    color: #585858;
}

.sider-bar-category {
    padding: 25px;
}

.sider-bar-category .list-siderbar li {
    line-height: 38px;
}

.sider-bar-category .list-siderbar li:before {
    margin: 0 10px 0 0;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.sider-bar-category .title-siderbar {
    color: #232323;
    letter-spacing: 0.5px;
    font-size: 18px;
    text-transform: uppercase;
}

.list-color li {
    float: left;
    position: relative;
    width: 25px;
    margin: 3.5px;
    height: 25px;
    list-style: none;
}

.list-color .checkmark {
    width: 25px;
    height: 25px;
    top: 0;
    border: none;
}

.list-color label input:checked~ ::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333;
    position: absolute;
    left: 5px;
    top: 4px;
}

.list-color label input:checked~.checkmark {
    opacity: 0.5
}

.range-slider {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
}

.text-range {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}

/*---- CSS Box Product ----*/

.ranking i {
    color: #f9af2f;
    font-size: 13px;
}

.ranking {
    display: block;
}

.image-product {
    background: #fff;
    margin: 0 0 15px 0;
}

.image-product img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}

.product-percent-content {
    min-height: 390px;
}

.product-percent-content .title-product a {
    font-size: 12px;
}

.product-percent-content .price-product {
    font-size: 18px;
}

.product-percent-content .price-old {
    font-size: 14px;
}

.product-son img {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
}

.image-product:hover {
    -webkit-box-shadow: 0px 0px 22px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 22px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 22px -9px rgba(0, 0, 0, 0.75);
}

.option-product li {
    width: calc(100% / 3);
    float: left;
    font-size: 20px;
    height: 17px;
    text-align: center;
    border-right: 1px solid #dadada;
    box-sizing: border-box;
    list-style: none;
    display: table;
}

.option-product li:last-child {
    border: none;
}

.option-product li a {
    color: #333333;
    position: absolute;
    margin: -3px 0 0 0;
    top: 50%;
    left: 50%;
    height: 20px;
    transform: translate(-50%, -50%);
}

.option-product li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.option-product {
    display: inline-block;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    width: 80%;
    z-index: 10;
    padding: 17px 0;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.56);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s all cubic-bezier(0.54, 0.24, 0.65, 1.55);
    -o-transition: 0.5s all cubic-bezier(0.54, 0.24, 0.65, 1.55);
    -moz-transition: 0.5s all cubic-bezier(0.54, 0.24, 0.65, 1.55);
    -webkit-transition: 0.5s all cubic-bezier(0.54, 0.24, 0.65, 1.55);
}

.image-product:hover>.option-product {
    top: 50%;
    opacity: 1;
    margin: 0;
    visibility: visible;
}

.title-product {
    margin: 5px 0 3px 0;
}

.title-product a {
    text-transform: uppercase;
    font-weight: bold;
    color: #2b2b2b;
    font-size: 14px;
    display: block;
    letter-spacing: 0.25px;
}

.title-product a:hover {
    color: #008bff;
}

.price-old {
    font-size: 16px;
    color: #959595;
    letter-spacing: 0;
    text-decoration: line-through;
}

.price-product {
    color: var(--primary-color);
    font-size: 20px;
    letter-spacing: -0.25px;
    font-family: 'Roboto Condensed', sans-serif;
}

.ranking-color {
    color: #f68e56;
}

.ranking-product-category {
    float: right;
    margin: 12px 0 0 0;
}

.product-category .image-product {
    height: 100%;
    max-width: 270px;
}

.button-show-sidebar {
    z-index: 5;
    display: none;
}

.button-show-sidebar p {
    width: 130px;
    font-size: 17px;
    line-height: 40px;
    margin: 0 0 15px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
}

.button-show-sidebar p:active {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

/*-- CSS Pagging --*/

.pagging {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 70px 0;
}

.pagging ul li {
    float: left;
    list-style: none;
    margin: 0 5px;
    box-sizing: border-box;
}

.pagging ul li a {
    width: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #dedede;
    display: block;
    color: #232323;
    font-size: 16px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.pagging ul li:last-child a,
.pagging ul li:first-child a {
    padding: 0 20px;
    width: auto;
}

.pagging ul li a:hover,
.active-pagging a {
    color: #fff !important;
    background: var(--primary-color);
    text-decoration: none;
}

.dots-pagging {
    padding-top: 20px;
}

/*-- CSS Table --*/

table {
    border-collapse: collapse;
}

/*-- CSS Modal --*/

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-content {
    border-radius: 0;
}

.modal-dialog {
    width: 96%;
    max-width: 1170px;
}

.slide-modal-big {
    width: 460px;
    float: none;
    margin: 0 auto
}

.close-modal {
    background: none;
    border: 1px solid #333333;
    border-radius: 50%;
    color: #333333;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: absolute;
    right: 15px;
    outline: none;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.close-modal:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.title-product-modal {
    font-size: 36px;
    text-transform: uppercase;
    margin: 35px 0 5px 0;
    letter-spacing: 0.25px;
}

.count-review-modal {
    margin: 0 0 0 30px;
    font-size: 14px;
    color: #717171;
    font-weight: 400;
}

.price-modal {
    font-size: 30px;
    color: #666666;
    font-family: "Roboto Condensed";
    font-weight: 400;
}

.price-modal span:last-child {
    font-size: 36px;
}

.price-old-modal {
    text-decoration: line-through;
}

.intro-product-modal {
    font-size: 15px;
    line-height: 26px;
}

.category-product-modal {
    font-size: 16px;
}

.box-num-product-modal input {
    width: 50px;
    line-height: 58px;
    border: 1px solid #dedede;
    text-align: center;
    font-size: 18px;
    padding: 0 3px;
    outline: none;
    float: left;
}

.box-num-product-modal span {
    width: 30px;
    line-height: 28px;
    display: table;
    cursor: pointer;
    text-align: center;
    border: 1px solid #dedede;
    border-left: none;
}

.box-num-product-modal span:nth-of-type(1) {
    border-bottom: 1px solid #fff
}

.box-num-product-modal span:hover {
    background: #dedede;
}

.box-num-product-modal span:hover:nth-of-type(1) {
    border-bottom: 1px solid #dedede
}

.add-cart-modal {
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    padding: 0 40px;
}

.add-cart-modal:hover {
    background: #cc1419;
    text-decoration: none;
    color: #fff;
}

.add-favor-modal:hover {
    background: #333;
    color: #fff;
}

.category-product-modal a:hover {
    color: #333;
}

.add-favor-modal {
    line-height: 60px;
    padding: 0 17px;
    font-size: 1.8em;
    background: #d6d6d6;
    color: #fff;
}

.box-rank-modal,
.option-button-modal {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#owl-big-slide-quickview {
    width: 100%;
    height: 450px;
}

header .search-box form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

body {
    overflow-x: hidden;
    position: relative;
    right: 0;
}

.pushmenu {
    /*this is the nav*/
    background: #1d1d1f;
    width: 362px;
    height: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
}

.pushmenu.pushmenu-left {
    background: transparent;
    width: 417px;
}

.pushmenu-left {
    right: -417px;
}

.pushmenu-left.pushmenu-open {
    right: 0;
}

.pushmenu-push-toright {
    right: 362px;
}

.pushmenu-push-toright-cart {
    right: 417px;
}

/*Transition*/

.pushmenu,
body {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
}

.pushmenu-push-toright .wrappage {
    position: relative;
}

.pushmenu-push-toright-cart .wrappage:after {
    position: absolute;
    background: rgba(29, 29, 31, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
}

@media (max-width: 320px) {
    .pushmenu {
        width: 280px;
    }

    .pushmenu-left {
        right: -280px;
    }

    .pushmenu-push-toright-cart {
        right: 280px;
    }

    .pushmenu.pushmenu-left {
        width: 280px;
    }

    .menu-social {
        width: 280px;
    }

    .cart-bottom {
        width: 300px;
    }
}

.nav-home5>li {
    position: relative;
    display: block;
}

.nav-home5>li>a {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #a4a4a4;
    position: relative;
    -webkit-transition: none;
    transition: none;
    line-height: 26px;
    padding: 12px 30px;
    padding-right: 0;
    display: block;
    border-bottom: 1px solid rgba(92, 92, 92, 0.23);
}

.nav-home5>li>a:hover {
    color: #fff;
    background: none;
}

.nav-home5>li>a.active {
    color: #fff;
}

.nav-home5 .menu-level1 {
    margin-top: 15px;
}

.nav-home5 .menu-level1 .level2 {
    padding-left: 48px;
}

.nav-home5 .menu-level1 .level2>a {
    font: 14px/33px 'Roboto', sans-serif;
    text-transform: capitalize;
    color: #a4a4a4;
    position: relative;
}

.nav-home5 .menu-level1 .level2>a:focus {
    color: #fff;
}

.nav-home5 .menu-level1 .level2>a:focus:before {
    background: #fff;
}

.nav-home5 .menu-level1 .level2>a:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 1px;
    left: -18px;
    top: 10px;
    background: #a4a4a4;
}

.nav-home5 .menu-level1 .level1>.level2>a {
    color: #fff;
}

.nav-home5 .menu-level1 .level1>.level2>a:before {
    content: none;
}

.nav-home5 .menu-level-2 {
    margin: 15px 0;
}

.nav-home5 .menu-level-2 .level3 {
    padding-left: 15px;
}

.nav-home5 .menu-level-2 .level3>a {
    font: 400 14px/33px 'Roboto', sans-serif;
    text-transform: capitalize;
    color: #a4a4a4;
    position: relative;
}

.nav-home5 .menu-level-2 .level3>a:focus {
    color: #fff;
}

.nav-home5 .menu-level-2 .level3>a:focus:before {
    background: #fff;
}

.nav-home5 .menu-level-2 .level3>a:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 1px;
    left: -18px;
    top: 10px;
    background: #a4a4a4;
}

.pushmenu.menu-home5 {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.menu-home5 .searchform {
    position: relative;
    padding: 0 28px 30px 28px;
    border-bottom: 2px solid rgba(92, 92, 92, 0.43);
}

.menu-home5 .searchform input[type=text] {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border: 1px solid rgba(208, 208, 208, 0.09);
    padding: 14px 50px 10px 18px;
    font-size: 14px;
    color: #fff;
    width: 100%;
}

.menu-home5 .searchform button {
    position: absolute;
    top: 18px;
    right: 28px;
    border: none;
    background-color: transparent;
    padding: 0;
    width: 50px;
    height: 50px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.close-left {
    float: right;
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}

.pushmenu-push-toleft {
    -webkit-transform: translate(362px, 0);
    transform: translate(362px, 0);
    -webkit-transform: translate3d(362px, 0, 0);
    transform: translate3d(362px, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
}

@media (max-width: 320px) {
    .pushmenu-push-toleft {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.pushmenu-push-toleft .wrappage:after {
    background: rgba(29, 29, 31, 0.6);
    content: "";
    cursor: pointer;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 100;
}

@media (max-width: 480px) {
    .wrappage.lbl_active:after {
        background: rgba(29, 29, 31, 0.6);
        content: "";
        cursor: pointer;
        height: 100%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 4;
    }

    .mn-product-card {
        height: 305px !important;
    }
}

.menu-home5 {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.menu-home5.pushmenu-open {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

@media (max-width: 320px) {
    .menu-home5.pushmenu-open {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.icon-sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    width: 49px;
    border-left: 1px solid rgba(92, 92, 92, 0.23);
    cursor: pointer;
    padding-right: 18px;
    background-color: transparent;
}

.icon-sub-menu.up-icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}

.icon-sub-menu.up-icon:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
}

.icon-sub-menu:before {
    transform: translateX(3px) rotate(-50deg);
    -webkit-transform: translateX(3px) rotate(-50deg);
    -moz-transform: translateX(3px) rotate(-50deg);
    -o-transform: translateX(3px) rotate(-50deg);
    -ms-transform: translateX(3px) rotate(-50deg);
    -sand-transform: translateX(3px) rotate(-50deg);
}

.icon-sub-menu:after {
    transform: translateX(-4px) rotate(50deg);
    -webkit-transform: translateX(-4px) rotate(50deg);
    -moz-transform: translateX(-4px) rotate(50deg);
    -o-transform: translateX(-4px) rotate(50deg);
    -ms-transform: translateX(-4px) rotate(50deg);
    -sand-transform: translateX(-4px) rotate(50deg);
}

.icon-sub-menu:before,
.icon-sub-menu:after {
    content: " ";
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.menu-level1 {
    display: none;
}

.menu-level1.open {
    display: block;
}

.menu-vertical i {
    margin: 0 10px 0 0;
}

.menu-vertical {
    background: var(--primary-color);
    padding: 15.5px 0 15.5px 18px;
    display: inline-block;
    width: 100%;
}

.menu-vertical span {
    color: #fff;
    line-height: normal;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
}

/* Header fixed */

.header-ontop {
    background: #fafafa none repeat scroll 0 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.header-ontop.fixed-ontop {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    visibility: visible;
    padding: 15px 0;
}

.header-ontop .menu-web {
    width: 100%;
    background: transparent;
}

@media(max-width:812px) {
    .hidden-ipx {
        display: none;
    }
}

.menu-header>.main__menu>li:first-child a {
    background: transparent;
    color: unset;
    width: unset;
    line-height: 51px;
    padding: 0 30px;
    text-transform: capitalize;
}















/** Product Box 2 section css **/

.mn-product .owl-nav,
.mn-related .owl-nav {
    position: absolute;
    top: -59px;
    right: 0;
}

.mn-product .owl-nav button,
.mn-related .owl-nav button {
    height: 25px;
}

.mn-product .owl-nav button span,
.mn-related .owl-nav button span {
    display: none;
}

.mn-product .owl-nav .owl-prev:after,
.mn-related .owl-nav .owl-prev:after {
    content: "\ea64";
    top: 0;
    font-family: "remixicon";
}

.mn-product .owl-nav .owl-next,
.mn-related .owl-nav .owl-next {
    margin-left: 5px;
}

.mn-product .owl-nav .owl-next:after,
.mn-related .owl-nav .owl-next:after {
    content: "\ea6e";
    top: 0;
    font-family: "remixicon";
}

.mn-product .owl-dots,
.mn-related .owl-dots {
    margin: -3px;
    position: absolute;
    top: -57px;
    right: 0;
}

.mn-product .owl-dots button,
.mn-related .owl-dots button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 12px;
    height: 12px;
    margin: 3px;
    border: 1px solid #313b50;
    border-radius: 15px;
}

.mn-product .owl-dots button.active,
.mn-related .owl-dots button.active {
    width: 25px;
    border-color: #3a4ee5;
    background-color: #3a4ee5;
}

.mn-product-card {
    height: 365px;
    overflow: hidden;
    padding: 15px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e5e5e5;
}

.mn-product-card:hover .mn-product-img .main-img {
    opacity: 0;
}

.mn-product-card:hover .mn-product-img .mn-img .mn-options {
    opacity: 1;
}

.mn-product-card .mn-product-img {
    margin-bottom: 15px;
    position: relative;
}

.mn-product-card .mn-product-img .lbl {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    font-size: 12px;
    text-align: center;
    z-index: 2;
}

.mn-product-card .mn-product-img .lbl .trending {
    color: #3a4ee5;
}

.mn-product-card .mn-product-img .lbl .new {
    color: #f90c4c;
}

.mn-product-card .mn-product-img .lbl .sale {
    color: #000;
}

.mn-product-card .mn-product-img .lbl span {
    padding: 0 5px;
    background-color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 0 0 5px 5px;
    line-height: 2;
}

.mn-product-card .mn-product-img .lbl span:before {
    content: "";
    width: 18px;
    height: 15px;
    position: absolute;
    left: -16px;
    bottom: -8px;
    background-image: url("../img/product/bg/shape-2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.mn-product-card .mn-product-img .lbl span:after {
    content: "";
    width: 18px;
    height: 15px;
    position: absolute;
    right: -16px;
    bottom: -8px;
    background-image: url("../img/product/bg/shape-2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: translateY(-50%) scaleX(-1) rotate(180deg);
    transform: translateY(-50%) scaleX(-1) rotate(180deg);
}

.mn-product-card .mn-product-img .mn-img {
    position: relative;
    overflow: hidden;
}

.mn-product-card .mn-product-img .mn-img .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mn-product-card .mn-product-img .mn-img .mn-pro-loader {
    width: 50px;
    height: 50px;
    padding: 1px;
    border-radius: 50%;
    border: 1px dashed #3a4ee5;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 55;
    opacity: 0;
    -webkit-animation: spinner-1 3s infinite linear;
    animation: spinner-1 3s infinite linear;
}

.mn-product-card .mn-product-img .mn-img .mn-options {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* width: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    opacity: 1;
    z-index: 5;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul {
    margin: -5px;
    padding: 0 12px 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 0px 8px 0 0;
    position: relative;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul:before {
    content: "";
    width: 18px;
    height: 15px;
    position: absolute;
    left: -16px;
    bottom: -1px;
    background-image: url("../img/product/bg/shape-1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
}

.mn-product-card .mn-product-img .mn-img .mn-options ul:after {
    content: "";
    width: 18px;
    height: 15px;
    position: absolute;
    right: -18px;
    bottom: 5px;
    background-image: url("../img/product/bg/shape-1.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul li {
    margin: 5px;
    margin-right: 8px;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul li a {
    line-height: 16px;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul li a i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #313b50;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul li a:hover i {
    color: #3a4ee5;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul li a.active i {
    color: #3a4ee5;
}

.mn-product-card .mn-product-img .mn-img.pro-loading {
    position: relative;
}

.mn-product-card .mn-product-img .mn-img.pro-loading:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    opacity: 0.8;
    z-index: 21;
}

.mn-product-card .mn-product-img .mn-img.pro-loading .mn-pro-loader {
    opacity: 1;
    display: block;
}

.mn-product-card .mn-product-img img {
    width: 100%;
    border-radius: 5px;
}

.mn-product-card .mn-product-img .main-img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.mn-product-card .mn-product-img .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.mn-product-card .mn-product-detail .cat {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mn-product-card .mn-product-detail .cat a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #777;
}

.mn-product-card .mn-product-detail .cat a:hover {
    color: #3a4ee5;
}

.mn-product-card .mn-product-detail .cat ul {
    margin: 0 -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mn-product-card .mn-product-detail .cat ul li {
    margin: 0 2px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #777;
}

.mn-product-card .mn-product-detail h5 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #3a4ee5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mn-product-card .mn-product-detail h5 {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.mn-product-card .mn-product-detail h5 a:hover {
    color: #3a4ee5;
}

.mn-product-card .mn-product-detail .mn-info {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
}

.mn-product-card .mn-product-detail .mn-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mn-product-card .mn-product-detail .mn-price .mn-price-new {
    margin-right: 10px;
    font-weight: 700;
}

.mn-product-card .mn-product-detail .mn-price .mn-price-old {
    color: #999;
}

.mn-product-card .mn-product-detail .mn-pro-option {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mn-product-card .mn-product-detail .mn-pro-option ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mn-product-card .mn-product-detail .mn-pro-option ul li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 5px;
    padding: 0;
    display: inline-block;
    /* border-radius: 30px; */
    cursor: pointer;
    /* border: 1px solid #ddd; */
    opacity: 0.8;
}

.mn-product-card .mn-product-detail .mn-pro-option ul li a {
    pointer-events: none;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.mn-product-card .mn-product-detail .mn-pro-option ul li span {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 30px;
}

.mn-product-card .mn-product-detail .mn-pro-option ul li.active {
    border: 1px solid #3a4ee5;
}

.mn-product-card .mn-product-detail .mn-wishlist {
    opacity: 0.8;
}

.mn-product-card .mn-product-detail .mn-wishlist i {
    color: #ddd;
    font-size: 20px;
    line-height: 16px;
}

.mn-product-card .mn-product-detail .mn-wishlist.active i {
    -webkit-animation: wishlist-active 0.5s 1;
    animation: wishlist-active 0.5s 1;
    color: #ffd783;
}

.mn-product-card .mn-product-detail .mn-wishlist.active i:before {
    content: "\ee0e";
}

@-webkit-keyframes wishlist-active {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    90% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/* Responsive product css */

@media only screen and (max-width: 575px) {
    .mn-product-card .mn-product-img .mn-img .mn-options {
        opacity: 1;
    }

}


/**  Banner Section  **/

.mn-modern-banner .modern-banner {
    position: relative;
}

.mn-modern-banner .modern-banner .mn-banner-img {
    width: calc(100% - 400px);
    height: 500px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
}

.list-view .mn-product-card,
.list-view-50 .mn-product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-view .mn-product-card .mn-product-img,
.list-view-50 .mn-product-card .mn-product-img {
    max-width: 250px;
    margin: 0 15px 0 0;
}

.list-view .mn-product-card .mn-product-detail,
.list-view-50 .mn-product-card .mn-product-detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-view .mn-product-card .mn-product-detail .mn-pro-title a,
.list-view-50 .mn-product-card .mn-product-detail .mn-pro-title a {
    font-size: 16px;
    color: #313b50;
    font-weight: 20px;
}

.list-view .mn-product-card .mn-product-detail .mn-info,
.list-view-50 .mn-product-card .mn-product-detail .mn-info {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 5px 0;
    font-size: 13px;
    color: #777;
    display: block;
}

.mn-shop .mn-product-content {
    padding-top: 0;
}



@media only screen and (max-width: 1199px) {
    .width-50 {
        width: 33.3333% !important;
    }

    .list-view-50 .mn-product-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .list-view-50 .mn-product-card .mn-product-img {
        max-width: 100%;
        margin: 0 0 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .list-view .mn-product-card {
        max-width: 400px;
        margin: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .list-view .mn-product-card .mn-product-img {
        max-width: 100%;
        margin: 0 0 15px 0;
    }

    .width-50 {
        width: 50% !important;
    }
}

@media only screen and (max-width: 575px) {
    .width-50 {
        width: 100% !important;
    }

    .list-view .mn-product-card,
    .list-view-50 .mn-product-card {
        max-width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .mn-shop .mn-pro-list-top .mn-gl-btn .grid-btn {
        width: 35px;
        height: 35px;
    }

    .mn-shop .mn-pro-list-top .mn-gl-btn .grid-btn i {
        font-size: 22px;
    }
}


.mn-single-product .mn-single-pro-tab-content .mn-product-vendor .mn-vendor-info {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.mn-single-product .mn-single-pro-tab-content .mn-product-vendor .mn-vendor-info img {
    width: 80px;
    margin-right: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.mn-single-product .mn-single-pro-tab-content .mn-product-vendor .mn-vendor-info h5 {
    font-size: 16px;
    font-weight: 700;
    color: #313b50;
}

.mn-single-product .mn-single-pro-tab-content .mn-product-vendor .mn-vendor-info p {
    margin-bottom: 0;
}

.mn-single-product .mn-single-pro-tab-content .mn-product-vendor .mn-detail ul {
    margin-bottom: 15px;
}


.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content {
    width: calc(100% - 100px);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content h5 {
    padding: 0 15px 0 0;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content h5 a {
    font-size: 15px;
    color: #313b50;
    font-weight: 600;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content h5 a:hover {
    color: #3a4ee5;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content .mn-price span.old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #777;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content .mn-price span.new-price {
    margin-left: 10px;
    color: #313b50;
    font-weight: 700;
    font-size: 14px;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-image .image {
    position: relative;
    display: block;
    overflow: hidden;
    pointer-events: none;
    border-radius: 10px;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-image .image img {
    z-index: 1;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-image .image img.hover-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-image-outer {
    width: 85px;
    margin-right: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner:hover .mn-pro-actions {
    opacity: 1;
    bottom: 10px;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner:hover .mn-pro-image .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner:hover .mn-pro-image .image img:not(:last-child) {
    opacity: 0;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner:hover .mn-pro-image .image img.hover-image {
    opacity: 1;
}


.mn-product-inner .mn-pro-content .mn-price:not(:last-child) {
    margin-bottom: 4px;
}



@media only screen and (max-width: 420px) {
    .mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-image-outer {
        width: 65px;
    }

    .mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content {
        width: calc(100% - 80px);
    }

    .mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-check-pay-img img {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-image-outer {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content {
        width: 100%;
    }
}


.mn-wishlist-page .mn-product-box.pro-gl-content {
    position: relative;
}

.mn-wishlist-page .mn-product-box.pro-gl-content:hover .remove-product {
    opacity: 1;
}


ul li {
    list-style-type: none;
    color: #777;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03rem;
}



/* add to cart button */
.button-group {
    width: 100%;
    margin-top: 2px;
}

.button-group button {
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-carts {
    width: 49%;
    height: 25px;
    background-color: var(--primary-color);
    color: #fff;
}

.btn-order {
    width: 49%;
    height: 25px;
    background-color: #24356A;
    color: #fff;
}



@media (max-width: 767px) {
    /* .btn-carts {
        font-size: 11px !important;
    } */

    .btn-order {
        width: 100%;
    }

    .header-top {
        display: none;
    }
}

/* add to cart button */
/** End Product Box 2 section css **/













/** Product Box 3 section css **/
.products-list.list-masonry .product-layout .product-item-container,
.products-list.grid .product-layout .product-item-container {
    overflow: hidden;
    position: relative;
    margin: 0 0 30px;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
}

.products-list.list-masonry .product-layout .product-item-container iframe,
.products-list.grid .product-layout .product-item-container iframe {
    width: 100%;
}

.products-list.list-masonry .product-layout .product-item-container .left-block,
.products-list.grid .product-layout .product-item-container .left-block {
    position: relative;
    width: 100%;
    text-align: center;
}

.products-list.list-masonry .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item,
.products-list.grid .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item {
    background: rgba(0, 0, 0, 0.7);
}

.products-list.list-masonry .product-layout .product-item-container .left-block .product-image-container a:before,
.products-list.grid .product-layout .product-item-container .left-block .product-image-container a:before {
    display: inline-block;
    content: '';
    background: rgba(34, 34, 34, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.products-list.list-masonry .product-layout .product-item-container .left-block .text-location,
.products-list.grid .product-layout .product-item-container .left-block .text-location {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0 15px;
    border-radius: 3px;
    bottom: 20px;
    left: 20px;
}

.products-list.list-masonry .product-layout .product-item-container .left-block .text-location span,
.products-list.grid .product-layout .product-item-container .left-block .text-location span {
    position: relative;
    padding-left: 15px;
}

.products-list.list-masonry .product-layout .product-item-container .left-block .text-location span:before,
.products-list.grid .product-layout .product-item-container .left-block .text-location span:before {
    content: "\f041";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: -5px;
}

.products-list.list-masonry .product-layout .product-item-container .right-block,
.products-list.grid .product-layout .product-item-container .right-block {
    width: 100%;
    text-align: left;
    clear: both;
}

.products-list.list-masonry .product-layout .product-item-container .right-block .caption,
.products-list.grid .product-layout .product-item-container .right-block .caption {
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.products-list.list-masonry .product-layout .product-item-container .right-block .caption h4,
.products-list.grid .product-layout .product-item-container .right-block .caption h4 {
    border-bottom: 1px solid #e1e1e1;
    margin: 17px 0 15px;
    padding-bottom: 15px;
    line-height: 18px;
}

.products-list.list-masonry .product-layout .product-item-container .right-block .caption h4 a,
.products-list.grid .product-layout .product-item-container .right-block .caption h4 a {
    font-size: 14px;
    color: #222;
    text-transform: capitalize;
    font-weight: 500;
}

.products-list.list-masonry .product-layout .product-item-container .right-block .caption h4 a:hover,
.products-list.grid .product-layout .product-item-container .right-block .caption h4 a:hover {
    color: #ff5e00;
}

.products-list.list-masonry .product-layout .product-item-container .right-block .caption .ratings,
.products-list.grid .product-layout .product-item-container .right-block .caption .ratings {
    display: none;
}

.products-list.list-masonry .product-layout .product-item-container .button-group,
.products-list.grid .product-layout .product-item-container .button-group {
    position: absolute;
    top: 15%;
    text-align: center;
    z-index: 100;
    font-size: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: -76px;
    left: auto;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .button-inner,
.products-list.grid .product-layout .product-item-container .button-group .button-inner {
    display: table;
    margin: 0 auto;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button,
.products-list.grid .product-layout .product-item-container .button-group .btn-button {
    margin-bottom: 10px;
    z-index: 5;
    -webkit-transform: translate(55px, 0);
    -ms-transform: translate(55px, 0);
    transform: translate(55px, 0);
    opacity: 1;
    height: 35px;
    width: 35px;
    font-size: 14px;
    color: #222;
    line-height: 35px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    border: none;
    position: relative;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.addToCart,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.addToCart {
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    position: relative;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.addToCart:before,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.addToCart:before {
    content: "";
    position: absolute;
    top: 8px;
    width: 18px;
    height: 18px;
    background: #fff url("../image/icon/icon-cart-1.png") no-repeat center center;
    left: 9px;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.addToCart:hover:before,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.addToCart:hover:before {
    background: #ff5e00 url("../image/icon/icon-cart-2.png") no-repeat center center;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.wishlist,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.wishlist {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.compare,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.compare {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.quickview,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.quickview {
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.quickview i,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.quickview i {
    line-height: 35px;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button:hover,
.products-list.grid .product-layout .product-item-container .button-group .btn-button:hover {
    background: #ff5e00;
    color: #fff;
}

.products-list.list-masonry .product-layout .product-item-container:hover .btn-button,
.products-list.grid .product-layout .product-item-container:hover .btn-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-18px, 0);
    -ms-transform: translate(-18px, 0);
    transform: translate(-18px, 0);
}

.products-list.list-masonry .product-layout .product-item-container:hover .left-block .product-image-container a:before,
.products-list.grid .product-layout .product-item-container:hover .left-block .product-image-container a:before {
    opacity: 1;
    visibility: visible;
}

.product-item-container .left-block .product-image-container .lt-image img {
    width: -webkit-fill-available;
}



.lt-image {
    width: -webkit-fill-available;
}

.ltabs-item {
    background: white;
    padding: 15px;
    height: 364px;
}

.label-product {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 7;
    border-radius: 50%;
    line-height: 45px;
    position: absolute;
    top: 0;
}

.label-sale {
    background: #63c54c;
    right: 20px;
}

.label-sale:before {
    content: "";
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #63c54c;
    position: absolute;
    top: -6px;
    right: -6px;
    transform: rotate(30deg);
}

.label-new {
    background: #ed3f46;
    left: 20px;
}

.label-new:before {
    content: "";
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #ed3f46;
    position: absolute;
    top: -6px;
    left: -6px;
    transform: rotate(-30deg);
}

.label-new:after {
    display: none;
}

.label-percent {
    padding: 2px 5px;
    background: #ff5e00;
    font-size: 13px;
    font-weight: normal;
}

.price {
    margin: 0 0 10px 0;
    line-height: normal;
    color: #ff5e00;
    font-size: 16px;
    font-weight: 600;
}

.price .price-old {
    line-height: normal;
    display: block;
    text-decoration: line-through;
    color: #ccc;
    font-size: 14px;
    font-weight: normal;
    padding-top: 2px;
}

.price .price-new,
.price span.price {
    color: #ff5e00;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 16px;
    font-size: 1.6rem;
    /* [8] */
    font-weight: 600;
}

.price .callforprice {
    font-size: 12px;
    line-height: 100%;
}

.total-price {
    min-height: 60px;
    visibility: visible !important;
}

.price-left {
    float: left;
    width: 70%;
}

.price-right {
    float: left;
    width: 30%;
    text-align: right;
}

.price-right .discount {
    background: #ff5e00;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    width: 92px;
    height: 40px;
    padding: 3px 0;
    text-align: center;
    border-radius: 5px;
    line-height: 17px;
    position: relative;
    top: -2px;
}

@media only screen and (max-width: 575px) {
    .price-right .discount {
        width: 71px;
    }

    .lt-image img {
        width: -webkit-fill-available;
    }

    .ltabs-item {
        height: 345px;
    }
}

@media only screen and (max-width: 1200px) {
    .price-right .discount {
        width: 64px;
    }
}

.price-right .discount:before {
    content: "";
    position: absolute;
    top: 13px;
    bottom: auto;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #ff5e00;
    right: auto;
    left: -7px;
}

.price-right .discount strong {
    display: block;
    font-size: 12px;
}

/** End Product Box 3 section css **/





/** Product Box 4 section css **/
.btn-default {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--btn-size-md);
}

.discount-product {
    position: absolute;
    bottom: -80px;
    left: 0;
    padding: 3px 10px;
    color: white;
}

.product-btn {
    padding: 1.2rem 1.6rem 1.2rem 2.5rem;
    border-top-left-radius: 3rem;
    background: rgba(174, 28, 154, 0.188);
    color: #AE1C9A;
    font-size: 1.6rem;
    transition: all 0.4s;
}

.saree-product-btn {
    width: 100%;
    padding: .5rem 1.6rem .5rem 2.5rem;
    background: rgba(174, 28, 154, 0.188);
    color: #AE1C9A;
    font-size: 1.6rem;
    transition: all 0.4s;
    text-align: center;
}



/* Product Box 5 */
.product-wrapper .product-info {
    margin: 0.5rem 1rem 3rem;
}

.product-wrapper {
    width: 100%;
    padding: 0 0 2rem 0;
    /* border-radius: 1.2rem; */
    background-color: #FFFFFF;
    font-family: "Jost", sans-serif;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    transition: all 0.2s;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    border: 1px solid #eee;
}

.product-wrapper .product-img .product-cart-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    gap: 2px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -200%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.product-wrapper .product-img .product-cart-items .cart-item svg rect {
    fill: currentColor;
    fill: #FFFFFF;
    transition: all 0.2s linear;
}

.product-wrapper .product-img .product-cart-items .cart-item svg path {
    fill: currentColor;
    fill: #232532;
}

.product-wrapper .product-img .product-cart-items .cart-item:hover svg rect {
    fill: currentColor;
    fill: #AE1C9A;
}

.product-wrapper .product-img .product-cart-items .cart-item:hover svg path {
    fill: currentColor;
    fill: #FFFFFF;
}

.product-wrapper .product-info .ratings {
    margin: 0.6rem 0;
}



.price .price-cut {
    font-size: 1.4rem;
    text-decoration: line-through;
}

.price .new-price {
    color: #AE1C9A;
}

.price span {
    font-size: 1.6rem;
    color: #797979;
    font-weight: 500;
}



#thumbScroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#thumbScroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox */
#thumbScroll {
    scrollbar-width: 0.1px;
    scrollbar-color: #888 #eee;
}

@media (max-width:767px) {
    .product-wrapper .product-details {
        font-size: 1.4rem;
    }

    .product-wrapper {
        margin-bottom: 15px;
    }
}

.product-wrapper .product-cart-btn {
    position: absolute;
    bottom: 3px;
    right: 0;
    transition: all 0.4s;
}

.product-img img {
    width: -webkit-fill-available;
}

.product-wrapper:hover {
    border: 1px solid #AE1C9A;
}

.product-wrapper:hover .product-cart-items {
    bottom: 12.5%;
    opacity: 1;
    visibility: visible;
}

.product-wrapper:hover .product-cart-items .product-cart-btn {
    border-bottom-right-radius: 1.2rem;
}

.product-wrapper-two .product-img .product-cart-items .cart-item svg rect {
    fill: #FFFFFF;
}

.product-wrapper-two .product-img .product-cart-items .cart-item svg path {
    fill: #232532;
}

.product-wrapper-two .product-img .product-cart-items .cart-item:hover svg rect {
    fill: #FF7062;
}

.product-wrapper-two .product-img .product-cart-items .cart-item:hover svg path {
    fill: #FFFFFF;
}









/* 6 */
.color-brand-1 {
    color: #0BA9ED !important;
}

.color-brand-2 {
    color: #FD9636 !important;
}

.color-brand-3 {
    color: #425A8B !important;
}

.font-xs {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 400;
}

.color-gray-500 {
    color: #8C9EC5;
}

.color-gray-700 {
    color: #6B83B6;
}

.color-gray-900 {
    color: #425A8B;
}


.font-xs-bold {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}

.font-sm-bold {
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: bold !important;
}

.font-md-bold {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: bold !important;
}

.font-lg-bold {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

.list-products-5 {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
    width: calc(100% + 20px);
}

.list-products-5 .card-grid-style-3 {
    padding: 0;
    margin-bottom: 0px;
}

.list-products-5.list-products-3 .card-grid-style-3 {
    width: 21.666%;
}

.list-products-5.list-products-3 .hurry-up {
    width: 35%;
}

.card-grid-style-3 .card-grid-inner .image-box {
    position: relative;
    text-align: center;
    width: 100%;
    display: inline-block;
    height: 165px;
    overflow: hidden;
    line-height: 165px;
    margin-bottom: 10px;
}

.card-grid-style-3 .card-grid-inner .image-box img {
    max-height: 100%;
    max-width: 95%;
    vertical-align: middle;
}

.card-grid-style-3 .card-grid-inner .image-box .label {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    border-radius: 30px;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    background-color: #FD9636;
}

.card-grid-style-3 .card-grid-inner {
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #D5DFE4;
    padding: 15px;
    position: relative;
    transition-duration: 0.2s;
}

.card-grid-style-3 .card-grid-inner .tools {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    z-index: 12;
    transition-duration: 0.2s;
    transition: all 0.3s ease 0s;
}



.card-grid-style-3 .card-grid-inner .info-right a:hover {
    color: #425A8B !important;
}

.card-grid-style-3 .card-grid-inner .info-right a.btn:hover {
    color: #fff !important;
}

.card-grid-style-3 .card-grid-inner .info-right .rating {
    margin-top: 5px;
}

.card-grid-style-3 .card-grid-inner .price-info {
    margin-top: 5px;
}

.card-grid-style-3 .card-grid-inner .price-info .price-line {
    text-decoration: line-through;
    font-size: 16px;
    line-height: 24px;
}

.card-grid-style-3 .card-grid-inner .price-info .price-main {
    margin-right: 10px;
}

.card-grid-style-3 .card-grid-inner .list-features {
    padding-left: 15px;
    margin: 5px 0px 0px 0px;
}

.card-grid-style-3 .card-grid-inner .list-features li {
    font-size: 10px;
    line-height: 18px;
    list-style-type: disc;
    padding: 0px;
}


.card-grid-style-3 .card-grid-inner .price-info .price-line {
    text-decoration: line-through;
    font-size: 16px;
    line-height: 24px;
}

.box-progress .progress-bar {
    display: inline-block;
    width: 100%;
    background-color: #D5DFE4;
    height: 9px;
    border-radius: 24px;
    overflow: visible;
}

.box-progress .progress-bar .progress-bar-inner {
    background-color: #FD9636;
    border-radius: 24px;
    width: 50%;
    height: 9px;
    position: relative;
}

.box-progress .progress-bar .progress-bar-inner::before {
    content: "";
    height: 15px;
    border-radius: 50%;
    background-color: #FD9636;
    width: 15px;
    position: absolute;
    top: -3px;
    right: -3px;
}

.top-deals .box-top-deals .top-deals-right .box-progress .progress-bar .progress-bar-inner,
.top-deals .box-top-deals .top-deals-right .box-progress .progress-bar {
    height: 7px;
}

.top-deals .box-top-deals .top-deals-right .box-progress .progress-bar .progress-bar-inner:before {
    height: 13px;
    width: 13px;
}

.card-grid-style-3.hover-hide-show-cart .box-progress-small {
    display: block;
    padding: 10px 0px 0px 0px;
}

.box-add-cart {
    position: absolute;
    top: 123px;
    width: 100%;
    background: white;
}

.info-right {
    position: relative;
}

.card-grid-style-3.hover-hide-show-cart .box-add-cart {
    display: none;
}

.card-grid-style-3.hover-hide-show-cart:hover .box-add-cart {
    display: block;
}

.card-grid-style-3 .card-grid-inner .info-right a.btn:hover {
    color: #fff !important;
}

.btn.btn-cart {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #425A8B;
    border: 1px solid #8C9EC5;
    width: 100%;
    text-align: center;
    padding: 7px 22px;
    transition: all 0.3s ease 0s;
}

.btn.btn-cart:hover {
    border: 1px solid #425A8B;
    background-color: #425A8B;
    color: #ffffff;
}

.rating {
    display: block;
}

@media (max-width: 499.98px) {
    .list-products-5 .card-grid-style-3 {
        width: 50%;
    }

    .card-grid-style-3 .card-grid-inner .image-box {
        height: 145px;
    }

    .box-add-cart {
        top: 117px;
    }

    .rating {
        display: none;
    }

    .card-grid-style-3 .card-grid-inner .list-features li {
        font-size: 9px;
    }
}





/* FILTER SIDEBAR */
.filter-product {
    display: flex;
}

.filter-sidebar {
    width: 260px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-right: 10px;
}

.filter-sidebar h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.filter-sidebar input,
.filter-sidebar select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.filter-sidebar button {
    width: 100%;
    padding: 10px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    height: 30px;
    padding: 0 10px;
}


/* PRODUCT GRID */
/* .product-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
} */

.product-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    position: relative;
}

.product-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
}

.discount-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #ff3b30;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.product-title {
    font-size: 14px;
    margin: 10px 0;
    min-height: 45px;
}

.product-price {
    font-size: 18px;
    font-weight: bold;
    color: #007bff;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
    margin-left: 5px;
}

.cart-btn {
    margin-top: 10px;
    width: 100%;
    padding: 8px;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}












/* Saree product card */
.saree-item-card {
    border: 1px solid #eee;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
}

.saree-item-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.saree-thumb {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background: #000;
}

.saree-thumb iframe {
    object-fit: cover;
}

.saree-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Top label */
.thumb-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 3px 12px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
}

/* Bottom-left product icon */
.small-icon {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 70px;
    height: 70px;
    border-radius: 4px;
    border: 2px solid #fff;
    overflow: hidden;
}

.small-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saree-content {
    padding: 10px;
}

.saree-title {
    font-weight: normal;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.4em;
}

.saree-price {
    font-size: 16px;
    font-weight: 700;
    color: #AE1C9A;
    margin-bottom: 10px;
}

.old-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #777;
    margin-left: 6px;
}

.saree-btn {
    width: 100%;
    background: #AE1C9A;
    color: #fff;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.saree-hover-section {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    position: relative;
    height: 340px;
    margin-bottom: 40px;
    margin-top: 20px;
}

/* Card container */
.saree-card {
    position: relative;
    width: 200px;
    height: 340px;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.5s ease-in-out;
    z-index: 1;
    display: flex;
    flex-direction: row;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Hover / active state */
.saree-card.active {
    width: 100%;
    z-index: 10;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Image inside card */
.saree-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: width 0.5s ease-in-out;
    flex-shrink: 0;
}

/* Image width on active */
.saree-card.active img {
    width: 50%;
}

/* Details panel */
.saree-details {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: white;
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    font-family: ui-sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Show details when active */
.saree-card.active .saree-details {
    width: 50%;
    opacity: 1;
}







.saree-details-card {
    width: 100%;
    position: absolute;
    background: white;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.saree-details-card .description {
    padding: 30px;
    float: left;
    width: 100%;
    height: 340px;
    border-left: 2px solid #efefef;
}

.saree-details-card .description h1 {
    color: #000;
    font-weight: 300;
    padding-top: 15px;
    margin: 0;
    font-size: 30px;
    font-weight: 300;
}

.saree-details-card .description h2 {
    color: #000;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.saree-details-card .description h4 {
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.saree-details-card .description p {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    padding: 20px 0;
    margin: 0;
}

.saree-details-card .description button {
    outline: 0;
    border: 0;
    background: none;
    border: 1px solid #ddd;
    padding: 8px 0px;
    color: #000;
    text-transform: uppercase;
    width: 125px;
    font-family: inherit;
    margin-right: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.saree-details-card .description button:hover {
    border: 1px solid #AE1C9A;
    color: #AE1C9A;
    cursor: pointer;
}



.quick-view-single-product .product_wrap,
.price_details {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
}

/* .quick-view-single-product .product_wrap .product_info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
} */

.quick-view-single-product .product_wrap .product_info img {
    display: block;
}

.quick-view-single-product .product_wrap .product_info .description {
    margin-bottom: 5px;
}

.quick-view-single-product .product_wrap .product_info .description .title {
    font-weight: 700;
}

.quick-view-single-product .product_wrap .product_info .description .sub_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
}

.quick-view-single-product .product_wrap .product_info .description .soldby {
    color: #adadad;
    font-size: 12px;
}

.quick-view-single-product .product_wrap .product_info .size_qty,
.product_wrap .product_info .price {
    display: flex;
    margin-bottom: 10px;
}

.quick-view-single-product .product_wrap .product_info .price .current_price {
    font-weight: 700;
    margin-right: 10px;
}

.quick-view-single-product .product_wrap .product_info .price .normal_price {
    color: #adadad;
    margin-right: 10px;
    text-decoration: line-through;
}

.quick-view-single-product .product_wrap .product_info .price .discount {
    color: #f16565;
}

.product_btns {
    display: flex;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
}

.product_btns>div {
    padding: 5px 15px;
    cursor: pointer;
}

.product_btns>div:hover {
    background: #efefef;
}

.product_btns .remove {
    width: 40%;
    border: 1px solid #e4e4e4;
}

.product_btns .wishlist {
    width: 60%;
    border: 1px solid #e4e4e4;
}

@keyframes floatY {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }
}

@keyframes floatShape {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-35px) rotate(10deg);
    }
}


@media(min-width:1200px) {
    .col-xl-2_4 {
        width: 20%;
    }
}

.single-img {
    height: 350px;
}

.product-single-img {
    height: 285px;
}

.autoscroll.g-4.mobile-padding {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    /* animation: autoScroll 80s linear infinite; */
}

.autoscroll.g-4.mobile-padding:hover {
    animation-play-state: paused;
}

.autoscroll.g-4.mobile-padding>div {
    flex: 0 0 auto;
}

@keyframes autoScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.autoscroll.g-4.mobile-padding {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.autoscroll.g-4.mobile-padding::-webkit-scrollbar {
    display: none;
}

.autoscroll.g-4.mobile-padding.dragging {
    animation-play-state: paused !important;
    cursor: grabbing;
    user-select: none;
}





/* Quick View */
.left-sidebar {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    transition: left 0.5s ease;
    z-index: 999999;
    padding: 20px;
}

.left-sidebar.active {
    left: 0;
}

.close-btn {
    font-size: 24px;
    cursor: pointer;
}



.cart-qty-items-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 30px;
}

.cart-qty-items-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #f5f5f5;
    font-size: 20px;
    cursor: pointer;
}

.cart-qty-items-input {
    width: 45px;
    height: 36px;
    text-align: center;
    border: none;
}

.cart-qty-items-whatsapp {
    display: none !important;
    padding: 9px 15px;
    background: #25D366;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    border-radius: 6px;
    width: 100%;
}

.cart-qty-items-btn:hover {
    background: #eaeaea;
}

.size_qty {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.size_qty label {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.size_qty select {
    width: 100%;
    padding: 8px 2px;
    font-size: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.size_qty select:focus {
    outline: none;
    border-color: #000;
}

.color_select,
.size_select,
.qty_select {
    width: 100px;
}

.btn-carts {
    width: 100% !important;
    height: auto !important;
    background-color: var(--primary-color);
    color: #fff;
}


@media (max-width: 768px) {

    .container-web {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .left-box {
        justify-content: center;
    }

    .right-box {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    /* Icons smaller on mobile */
    .saree-header-icon i {
        font-size: 18px !important;
    }

    /* Phone text smaller on mobile */
    .saree-header-phone strong {
        font-size: 14px !important;
    }

    .cart-span {
        right: 10px !important;
    }

    .mobile-nav-option {
        width: -webkit-fill-available !important;
        gap: 35px !important;
    }

    .btn-search {
        border: 1px solid #ddd;
    }

    .mobile-font-h {
        font-size: 20px !important;
    }

    .mobile-font-sh {
        font-size: 14px !important;
    }

    .mobile-saree-header {
        padding: 20px !important;
        font-size: 18px !important;
    }

    .mobile-padding {
        padding: 7px !important;
    }

    .mobile-margin {
        margin: 7px !important;
    }

    .mobile-margin-bottom {
        margin-bottom: 7px !important;
    }

    .mobile-margin-top {
        margin-top: 7px !important;
    }

    .mobile-padding-none {
        padding: 0 !important;
    }

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

    .mobile-padding-t25 {
        padding-top: 25px !important;
    }

    .category-image-slide {
        height: 300px !important;
    }

    .animate-default {
        height: 300px !important;
    }

    .img-categorys-slide {
        height: 300px !important;
    }

    .saree-card.active img {
        width: 100% !important;
    }

    .saree-hover-section {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        gap: 2px !important;
    }

    [class*="page_wrapper"] .row [class*="col-"]:not(:first-child),
    #footer .row [class*="col-"]:not(:first-child) {
        margin-top: 0px !important;
    }

    .product-details {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page_wrapper {
        padding-bottom: 0 !important;
    }

    .saree-thumb {
        height: 365px !important;
    }

    .product-wrapper .product-info {
        margin-bottom: 28px !important;
    }

    .left-sidebar {
        right: -100% !important;
        width: 100% !important;
    }

    #cartSidebar {
        right: -100% !important;
        width: 100% !important;
    }
}



/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

    /* Make all sections full-width stacked */
    .saree-mobile-full {
        float: none !important;
        width: 100% !important;
        display: block !important;
        text-align: center !important;
        margin: 8px 0 !important;
    }

    /* Search bar full width */
    .saree-mobile-search {
        width: 100% !important;
        margin: 10px 0 !important;
        position: relative !important;
    }

    /* Right icons stacked but centered */
    .saree-mobile-row {
        justify-content: center !important;
        gap: 15px !important;
    }

    .single-img {
        height: 280px;
    }

    .product-wrapper:hover .product-cart-items {
        bottom: 12%;
    }

}









@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

/*-- VARIABLES CSS--*/
/*Colores*/
:root {
    --first-color: #E3F8FF;
    --second-color: #DCFAFB;
    --third-color: #FFE8DF;
    --accent-color: #FF5151;
    --dark-color: #161616;
}

/*Tipografia responsive*/
:root {
    --body-font: 'Open Sans';
    --h1-font-size: 1.5rem;
    --h3-font-size: 1rem;
    --normal-font-size: 0.938rem;
    --smaller-font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
    :root {
        --h1-font-size: 2rem;
        --normal-font-size: 1rem;
        --smaller-font-size: 0.813rem;
    }
}

/*-- BASE --*/
*,
::after,
::before {
    box-sizing: border-box;
}

.footercolpadding {
    padding: 0;
}



.page-content{
    text-align: justify;;
    margin: 30px auto;
    padding: 35px 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    font-family: "Segoe UI", Tahoma, sans-serif;
    line-height: 1.8;
}

/* Headings */
.page-content h4{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    border-left: 5px solid #0d6efd;
    padding-left: 12px;
}

.page-content h5{
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 10px;
    color: #0d6efd;
}

/* Paragraph */
.page-content p{
    font-size: 15px;
    color: #444;
    margin-bottom: 12px;
}

/* Lists */
.page-content ul,
.page-content ol{
    padding-left: 22px;
    margin-bottom: 15px;
}

.page-content ul li,
.page-content ol li{
    margin-bottom: 8px;
    font-size: 15px;
    color: #555;
}

/* Strong text */
.page-content strong{
    color: #000;
}

/* Horizontal line */
.page-content hr{
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #ddd, transparent);
    margin: 15px 0;
}

/* Links */
.page-content a{
    color: #0d6efd;
    font-weight: 500;
    text-decoration: none;
}

.page-content a:hover{
    text-decoration: underline;
}

/* Contact box look */
.page-content .contact-box{
    background: #f8f9fa;
    padding: 18px 20px;
    border-radius: 8px;
    margin-top: 15px;
}

/* Mobile Responsive */
@media(max-width:768px){
    .page-content{
        padding: 25px 20px;
    }
    .page-content h4{
        font-size: 24px;
    }
    .page-content h5{
        font-size: 18px;
    }
}

