@font-face {
    font-family: "Century Gothic";
    src: url("/../assets/fonts/CenturyGothic.woff2") format("woff2"),
        url("/../assets/fonts/CenturyGothic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Century Gothic Bold";
    src: url("/../assets/fonts/CenturyGothic-Bold.woff2") format("woff2"),
        url("/../assets/fonts/CenturyGothic-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nueva Std";
    src: url("/../assets/fonts/NuevaStd-Bold.woff2") format("woff2"),
        url("/../assets/fonts/NuevaStd-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-primary: "Century Gothic";
}

/* .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-arrow-up:before {
  content: "\f062";
} */

.header-logo {
    width: 150px;
    height: auto;
    padding-top: 10px;
}

.header-column-left {
    align-self: normal;
}

.mk-font {
    font-family: "Century Gothic", sans-serif;
    font-size: 12px;
}

.mk-font-red {
    font-family: "Century Gothic", sans-serif;
    font-size: 12px;
    color: #b2252d;
}

.mk-font-bold {
    font-family: "Century Gothic Bold", sans-serif;
    font-size: 12px;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #b2252d;
    border-radius: 50%;
    display: inline-block;
}

.vl {
    border-left: 6px solid #b2252d;
    height: 500px;
    margin-left: 40%;
    margin-right: auto;
    margin-top: 1px;
}

.hr-mk {
    border-left: 6px solid #b2252d;
    height: 500px;
    margin-left: 40%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: Century Gothic;
}

.main-color {
    color: var(--color-primary);
}

.main-font {
    font-family: var(--font-primary);
}

.gallery-wrap h1,
.warranty-wrap h1,
.delivery-policy-wrap h1 {
    font-family: Century Gothic;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
}

.warranty-wrap h5,
.delivery-policy-wrap h5 {
    font-family: Century Gothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.warranty-wrap p,
.warranty-wrap li,
.delivery-policy-wrap p,
.delivery-policy-wrap li {
    font-family: Century Gothic;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.delivery-policy-wrap ol > li {
    padding: 5px 0;
}

.delivery-policy-wrap ol {
    padding-left: 15px;
}

.return-icon {
    width: 130px;
    height: auto;
}

.return-icon-wrap {
    display: grid;
    justify-items: center;
    padding: 0 10px;
}

.return-icon-wrap span {
    padding: 20px 0;
}

.return-policy-icon img {
    width: 100px;
    height: auto;
    margin: 0 25px;
}

.policy-content p {
    padding: 10px 0;
}

.mk-title {
    color: var(--color-primary);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-family: Century Gothic;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0 20px;
}

.store-local-content h1 {
    font-family: Century Gothic;
    color: var(--color-primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .grid-view-products .mk-title {
        font-size: 20px;
    }
    .store-local-content h1 {
        letter-spacing: 0;
    }
}

.contact-us .contact-title {
    font-family: Century Gothic;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #676767;
}

.contact-us-header {
    font-family: Century Gothic;
    border: none;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    text-align: left;
    color: var(--color-primary);
}

.mk-title:before,
.mk-title:after {
    content: " ";
    width: 100vw;
    position: absolute;
    border-width: 1px;
    border-color: #c4c4c4;
    top: 17px;
    border-bottom-style: solid;
}

.mk-title:before {
    right: 100%;
}

.mk-title:after {
    left: 100%;
}

.sub-title {
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
}

@media screen and (max-width: 767px) {
    .sub-title {
        font-size: 22px;
        text-align: center;
    }
    .home-product-wrap p {
        font-size: 13px;
    }
}

.view-more {
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-bg-size {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 670px;
}

.home-icon {
    width: 45px;
    height: auto;
}

.warranty-icon {
    width: 60px;
    height: auto;
}

.home-product-content {
    min-height: 670px;
}

@media screen and (max-width: 767px) {
    .home-bg-size {
        min-height: 0;
    }
    .home-product-content {
        min-height: 0;
    }
    .view-more {
        width: 100%;
    }
    .view-more .mobile-view-more {
        /* margin-left:-120% !important; */
    }
}

.feature-icon-wrap {
    display: inline-grid;
    grid-auto-flow: column;
    align-items: center;
    grid-gap: 10px;
}

.feature-icon-wrap img {
    width: 60px;
    height: auto;
}

.feature-icon-wrap span {
    font-family: Century Gothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.home-category h5 {
    /* font-family: Century Gothic; */
    font-family: Nueva Std;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 18px; */
    letter-spacing: 5px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .home-category h5 {
        font-size: 16px;
    }
}

.home-category-bg {
    position: relative;
    padding-top: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding-left: 10%; */
    /* margin: 0 10%; */
    transform: scale(0.9);
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .home-category-bg {
        padding-top: 45vh;
    }
}

.bg-hover-effect {
    opacity: 0;
    transition: 0.5s;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(to bottom, transparent 50%, black);
}

@media screen and (max-width: 768px) {
    .bg-hover-effect {
        opacity: 1;
    }
}

.home-category-bg:hover .bg-hover-effect {
    opacity: 1;
}

.home-category-bg:hover {
    transform: scale(1);
}

.curtains-bg {
    /* background-image: linear-gradient(to right, transparent 50%,white),url('../../../../assets/images/HomePage/curtains.png'); */
    background-image: url("../../../../assets/images/HomePage/CURTAINS.jpg");
}

.blinds-bg {
    background-image: url("../../../../assets/images/HomePage/blinds new.png");
    background-position: right center;
}

.wallpaper-bg {
    background-image: url("../../../../assets/images/HomePage/sofa.png");
    background-position: left center;
}

.accesories-bg {
    background-image: url("../../../../assets/images/HomePage/accesories new.png");
    background-position: right center;
}

.bedding-bg {
    background-image: url("../../../../assets/images/HomePage/bedding.png");
    background-position: left center;
}

.our-product-mobile-img {
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    height: 250px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .curtains-bg {
        background-image: none;
    }
    .blinds-bg {
        background-image: none;
    }
    .wallpaper-bg {
        background-image: none;
    }
    .accesories-bg {
        background-image: none;
    }
    .bedding-bg {
        background-image: none;
    }
}

@media screen and (min-width: 481px) {
    .our-product-mobile-img {
        display: none;
    }
}

.scroll-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.grid-view-products .product-price p {
    font-family: Century Gothic;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    align-self: center;
}

.custom-price-discount {
    background-color: var(--color-primary);
    padding: 3px 5px;
    color: #fff;
    font-size: 18px;
    font-family: Perpetua;
    margin-left: 5px;
}

.product-details-tab > .tabs {
    border: none;
    background-color: #f5f5f5;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
}

.product-details-tab > .tabs .nav-link {
    border: none;
}

.product-details-tab > .tabs .nav-link {
    font-family: Century Gothic;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--color-primary) !important;
}

@media screen and (max-width: 768px) {
    .product-details-tab > .tabs .nav-link {
        font-size: 18px;
    }
    .others-section {
        margin-bottom: -50px;
    }
}

.footer-links .contact-us p {
    color: #676767;
    font-family: Century Gothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.3px;
    text-align: left;
}

.product-details-tab > .tabs {
    justify-content: left;
}

.gallery-slider {
    overflow-x: hidden;
}

.gallery-slider .slick-slide {
    transform: scale(0.8);
    transition: 0.5s;
}

.gallery-slider .slick-active {
    transform: scale(1);
}

.gallery-slider h1 {
    position: absolute;
    bottom: 35px;
    left: 35px;
    font-family: Century Gothic;
    /* font-size: 60px; */
    font-style: normal;
    /* font-weight: 700; */
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 48px;
    letter-spacing: 0.1em;
}

#our-service-slider h1 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 48px;
    letter-spacing: 0.1em;
}

.gallery-bg {
    position: relative;
    margin: 0 10px;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.gallery-content {
    /* padding: 0 15%; */
}

.gallery-content .grid {
    position: relative;
    /** Needed to ensure items are laid out relative to this container **/
    margin: 15px auto;
    list-style-type: none;
}

.gallery-content .grid .grid-item {
    /* padding-bottom: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery-content .grid .grid-item img {
    margin: 15px 0;
    /* opacity: 0; */
    /* visibility: hidden; */
    width: 350px;
    height: auto;
}

.fancybox-caption__body h4 {
    font-family: Century Gothic;
    font-size: 40px;
    line-height: 40px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    padding-bottom: 0.2em;
    color: #fff;
}

.fancybox-caption__body p {
    font-family: Century Gothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    text-align: left;
}

.details-info-top .product-price {
    padding: 0;
    margin: 0;
}

.details-info-top .custom-price-discount {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.3px;
    width: fit-content;
}

.details-info-top .product-contact {
    font-family: Century Gothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.shopping-cart-inner h1,
.checkout-wrap h1 {
    font-family: Century Gothic;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 25px;
}

.shopping-cart-table {
    border-top: 5px solid var(--color-primary);
    /* border-top-right-radius: 5px; */
}

.sidebar-menu-wrap .sidebar-menu-tab.nav-tabs .nav-link {
    color: #fff;
}

.header-wrap-inner.sticky .header-logo {
  height: auto;
  /* width: 150px; */
  /* padding: 0; */
}

.horizontal-megamenu > .nav-item > .nav-link:hover p {
    color: var(--color-primary);
}

.grid-view-products
    > .col
    > .product-card
    > .product-card-middle
    .product-name
    .product-title-en {
    font-family: Century Gothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #676767;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.grid-view-products
    .row
    > .col
    > .product-card
    > .product-card-middle
    .product-name
    .product-title-en {
    font-family: Century Gothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #676767;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.product-card-bottom .product-price {
    font-family: Century Gothic;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.products-categorys {
    font-family: Century Gothic;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .products-categorys {
        font-size: 22px;
    }
}

html {
    font-family: Open Sans;
}

.timeline {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 12px;
}

@media screen and (min-width: 800px) {
    .timeline {
        padding: 0;
    }
}

.timeline__row {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.timeline__row .timeline__item .timeline__connector {
    left: -40px;
}

@media screen and (min-width: 800px) {
    .timeline__row:nth-child(odd) {
        justify-content: flex-start;
    }
    .timeline__row:nth-child(odd) .timeline__item .timeline__connector {
        right: -72px;
        left: auto;
    }
    .timeline__row:nth-child(even) .timeline__item .timeline__connector {
        left: -72px;
    }
}

.timeline__item {
    position: relative;
    width: calc(100% - 72px);
    padding: 12px;
    margin-top: 24px;
}

@media screen and (min-width: 800px) {
    .timeline__item {
        width: calc(50% - 72px);
    }
}

.timeline__connector {
    position: absolute;
    width: 120px;
    background-color: #b2252d;
    height: 2px;
    border: 3px solid #b2252d;
    top: calc(50% - 2px);
}

.timeline__bubble {
    background-color: #e3aa30;
    position: absolute;
    border-radius: 100%;
    color: #fff;
    width: 56px;
    height: 56px;
    left: -69px;
    top: calc(50% - 28px);
}

.line {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #b2252d;
    width: 2px;
    border: 3px solid #b2252d;
    left: 12px;
}

@media screen and (min-width: 800px) {
    .line {
        left: calc(50% - 2px / 2);
    }
}

ul.timeline2 {
    list-style-type: none;
    position: relative;
}

ul.timeline2:before {
    content: " ";
    background: #b2252d;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline2 > li {
    margin: 20px 50px;
}

ul.timeline2 > li:before {
    content: " ";
    background: #b2252d;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #b2252d;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.timeline header p,
.timeline2 p {
    font-family: Century Gothic;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding-bottom: 0.5em;
    text-align: left;
}

.timeline section p,
.timeline b {
    font-family: Century Gothic;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    text-align: left;
}

.about-us-wrap p.mk-font {
    font-size: 16px;
}

.about-us-vm-bg {
    min-height: 295px;
    height: 295px;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
}

.about-us-vm-bg h1 {
    color: var(--color-primary);
    font-family: Century Gothic;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0.2em;
}

.about-us-vm-bg p {
    color: var(--color-primary);
    font-family: Century Gothic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
}

.store-card {
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 5px 0 10px -2px #888;
    padding: 1.5em 1em;
}

.store-card h1 {
    font-family: Century Gothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-align: left;
}

.store-card p {
    font-family: Century Gothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: left;
}

.slick-prev:before {
    /* content: url('../images/left.png'); */
    background-image: url("../images/left.png");
    /* background-size: 20px 20px;
    background-size: cover;
    display: inline-block;
    padding: 10px; */
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;

    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    content: "";
}

.slick-next:before {
    /* content: url('../images/right.png'); */
    background-image: url("../images/right.png");
    /* background-size: 20px 20px;
    background-size: cover;
    display: inline-block;
    padding: 10px; */
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;

    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
}

.dropdown {
    /* float: left; */
    overflow: unset;
}

.mega-menu .dropdown > .sub-menu {
    width: auto;
}

.horizontal-megamenu.mega-menu > .dropdown.multi-level > .sub-menu {
    top: 45px;
}

.mega-menu .dropdown > .sub-menu > li > a {
    /* color: var(--color-primary); */
    font-family: "Century Gothic", sans-serif;
    font-size: 12px;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    color: var(--color-primary) !important;
}

.horizontal-megamenu > .nav-item > .nav-link > i {
    color: #fff;
}

.sidebar-menu-wrap .sidebar-menu-tab.nav-tabs .nav-link {
    font-family: var(--font-primary);
    font-size: 16px;
}

.nav-link-en {
    font-family: var(--font-primary);
    font-size: 16px !important;
}

.sidebar-menu > li > .menu-item {
    font-family: var(--font-primary);
    font-size: 16px;
}

.sidebar-menu li a {
    font-family: var(--font-primary);
    font-size: 16px;
}

.store-image {
    text-align: -webkit-center;
}


.others-slider .slick-prev {
    left: -50px;
}

.others-slider .slick-next {
    right: -50px;
}

@media screen and (max-width: 480px) {
    .others-slider .slick-prev {
        /* background-color: rgba(0, 0, 0, 0.2);
        border-radius: 50%; */
        /* width: 15px; */
        /* height: 15px; */
        left: -25px;
    }
    .others-slider .slick-next {
        /* background-color: rgba(0, 0, 0, 0.2);
        border-radius: 50%; */
        /* width: 15px; */
        /* height: 15px; */
        right: -25px;
    }
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next,
.home-category .slick-next,
.home-category .slick-prev {
    height: 35px;
    width: 35px;
    cursor: pointer;
    background: white;
    color: transparent;
    border-radius: 50%;
    top: 50%;

    /* border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px; */
}

.gallery-slider .slick-next,
.home-category .slick-next {
    right: 50px;
    right: -50px;

    /* 
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); */
}

.gallery-slider .slick-prev,
.home-category .slick-prev {
    left: 50px;

    /* transform: rotate(135deg);
    -webkit-transform: rotate(135deg); */
}

@media screen and (max-width: 750px) {
    .gallery-slider .slick-prev,
    .home-category .slick-prev {
        left: 10px;
    }

    .gallery-slider .slick-next,
    .home-category .slick-next {
        right: 10px;
    }
}

.gallery-slider .slick-prev:hover,
.gallery-slider .slick-prev:focus,
.gallery-slider .slick-next:hover,
.gallery-slider .slick-next:focus {
    outline: none;
    background: white;
    color: transparent;
}

.category-slider .slick-prev:hover,
.category-slider .slick-prev:focus,
.category-slider .slick-next:hover,
.category-slider .slick-next:focus {
    outline: none;
    background: white;
    color: transparent;
}

.grid-view-products .row {
    /* width: 100%; */
}

.grid-view-products .row > .col {
    display: flex;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 30px;
}

.instagram {
    font-size: 16px !important;
    display: inline-block;
    width: 2.5em !important;
    height: 1.5em !important;
    border-radius: 3px;
    background: #c72e8f;
    text-align: center;
    line-height: 1.5;
    color: #fff !important;
}

.fb-like button {
    height: 24px !important;
}

.select2-container {
    width: 100% !important;
}

.onsite-flow {
    position: fixed;
    right: 30px;
    bottom: 200px;
}

.onsite-flow img {
    height: 60px;
    width: auto;
}

.onsite-flow span {
    transition: 0.3s;
    color: #000000;
    visibility: hidden;
    opacity: 0;
}

.onsite-flow a:hover span {
    visibility: unset;
    opacity: 1;
}
.about_us-title {
    font-size: 30px;
}
@media screen and (min-width: 767px) {
    .onsite-flow .mobile-phone-call-hide {
        display: none;
    }
}

.contact-us-container .select2-selection {
    font-size: 14px;
    min-height: 45px;
    padding: 10px 15px;
    border-color: #ebebeb;
    border-radius: 2px;
    transition: 150ms ease-in-out;
}

.contact-us-container
    .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-color: #0068e1;
    border-color: var(--color-primary);
    box-shadow: none;
}

.sidebar-menu-header img {
    width: 50%;
}

.grid-view-products .mk-title {
    padding-bottom: 1em;
}

/* .header-wrap-inner.sticky {
  padding: 5px 0;
} */

.header-space {
    justify-content: space-between;
}

.header-column-left {
    /* margin: auto; */
}

.product-badge .badge {
    display: none;
}

.payment-policy-content p {
    padding-left: 1em;
}

.store-card {
}

.store-card .left-wrap {
    /* width: 20%; */
    max-width: 150px;
    max-height: 150px;
    height: 100%;
    min-width: 80px;
    width: 100%;
    overflow: hidden;
}

.store-card .left-wrap .store-list-bg {
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.store-card .right-wrap {
    padding-left: 20px;
}

.bg-cover {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-image: linear-gradient(
        90deg,
        white,
        transparent,
        transparent,
        transparent
    );
}

#stateMenu {
    /* max-height: 500px;
  overflow-y: scroll; */
}

.stores-content-wrap {
}

.navbar-container {
    margin-left: 5%;
    margin-right: auto;
}
.store-card-body a {
    color: #191919;
    font-family: var(--font-primary);
}
.others-slider .slick-next:before , .others-slider .slick-prev:before {
    padding: 5px;

}
@media only screen and (min-width: 2560px) {
    .navbar-container {
        margin-left: 8%;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1920px) {
    p {
        font-size: 20px;
    }
    .navbar-container {
        margin-left: 8%;
        margin-right: auto;
    }
    .header-column-right {
        /* position: absolute; */
        /* right: 0; */
    }
    .header-space {
        justify-content: space-between;
    }
    .mk-font {
        font-size: 1.2rem;
    }
    .header-logo {
        width: 250px;
    }
    .header-wrap-inner.sticky .header-logo {
        width: 250px;
        height: auto;
    }
    .feature-icon-wrap img {
        width: 120px;
    }
    .feature-icon-wrap span {
        font-size: 22px;
    }
    .onsite-flow img {
        height: 120px;
    }
    .scroll-top {
        font-size: 35px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-lg-3 {
        padding-top: 1em;
    }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
    .product-search-wrap .container,
    .checkout-wrap .container,
    .shopping-cart-wrap .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    /* .contact-us-wrap .container{
    padding: 0;
  } */
    .store-card p {
        font-size: 13px;
    }
    .gallery-wrap .about-us-content h1 {
        text-align: center;
    }
    .store-card {
        padding: 10px;
    }
    .left-wrap {
        align-self: center;
    }
    .fancybox-caption__body h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .gallery-wrap h1 {
        text-align: center;
    }
    .store-card-head h3 {
        font-size: 16px;
    }
    .store-card-head p {
        font-size: 13px;
    }
    .contact-us-header {
        font-size: 24px;
    }
    .contact-us-container {
        margin: 0;
    }
    .about_us-title {
        font-size: 22px;
        line-height: 22px;
    }
    .about-us-wrap p.mk-font {
        font-size: 13px;
    }
    .mk-title {
        font-size: 22px;
    }
    .details-info-top .product-name-en {
        font-size: 22px;
    }
    .product-details-info .product-price {
        font-size: 18px;
    }
    .mobile-margin-top-bottom {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }
    #description img {
        width: 100%;
    }
    .footer-custom {
        justify-content: center;
    }
    .grid-view-products .row > .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .header-column-right {
        padding: 6px 10px !important;
    }
    .footer {
        padding-top: 0px;
    }
    .about-us-content,
    .contact-us-content {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .pt-sm-3 {
        padding-top: 1em;
    }
    .store-local-content h1 {
        font-size: 20px;
        margin-bottom: -2.5rem;
        margin-top: -2rem;
    }
    .store-local-content p {
        font-size: 12px;
    }
    .store-local-content .social-media-section {
        font-size: 12px;
        margin-top: -30px;
        margin-bottom: 20px;
    }
    .store-local-content .social-padding {
        padding-top: 3rem;
    }
    .store-image {
        margin-top: 15px;
    }
    .store-image .desktop-others {
        display: none;
    }
    .store-image .mobile-others {
        display: block !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .home-product-wrap {
        background: rgba(245, 245, 245, 0.8);
        padding: 15px 0;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .home-product-wrap p {
        text-align: justify;
    }
    .header-logo {
        padding: 0px;
    }
    .sidebar-menu-header img {
        width: 40%;
    }
    .header-wrap-inner.sticky .header-logo {
        height: auto;
        padding: 0;
        width: 150px;
    }
    .grid-view-products
        > .col
        > .product-card
        > .product-card-middle
        .product-name
        .product-title-en {
        font-family: Century Gothic;
        font-size: 12px;
        line-height: unset;
        letter-spacing: unset;
    }
    .grid-view-products
        .row
        > .col
        > .product-card
        > .product-card-middle
        .product-name
        .product-title-en {
        font-family: Century Gothic;
        font-size: 12px;
        line-height: unset;
        letter-spacing: unset;
    }
    .grid-view-products .row > .col > .product-card > .product-card-top a img {
        width: 100%;
    }
    .product-card .product-price .previous-price {
        margin: 0;
    }
    .product-card-bottom .product-price {
        font-size: 16px;
    }
    .custom-price-discount {
        margin: 0;
    }
    .about-us-vm-bg {
        background-size: cover;
        background-position: center;
    }
    .home-bg-size {
        background-attachment: unset;
    }
    .gallery-slider h1 {
        font-size: 30px;
    }
    #our-service-slider h1 {
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .desktop-three-icon {
        display: none;
    }
    .home-feature-icon {
        height: 60px;
        margin-left: auto;
        margin-right: auto;
    }
    .main-color {
        margin-left: auto;
        margin-right: auto;
    }

    .onsite-flow {
        right: 10px;
    }

    .onsite-flow img {
        height: 45px;
    }
    .mobile-three-icon p {
        font-size: 11px;
    }
}

@media only screen and (min-width: 481px) {
    .mobile-three-icon {
        display: none;
    }
}

@media only screen and (max-width: 321px) {
    .store-local-content .social-images-mobile-size img {
        width: 40px !important;
    }
}
