/* ubuntu-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/ubuntu-v20-latin-300.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/ubuntu-v20-latin-300.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* ubuntu-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/ubuntu-v20-latin-regular.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* ubuntu-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/ubuntu-v20-latin-500.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/ubuntu-v20-latin-500.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* ubuntu-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/ubuntu-v20-latin-700.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background-color: #e9e6e1;
    font-family: 'Ubuntu';
    font-weight: 400;
    overflow-x: hidden;
}

h2 {
    /* text-transform: capitalize; */
    font-weight: 400;
    margin-bottom: 15px;
}

.topbar {
    background: #CBBFAB99;
    padding: 10px 0px;
}

ul.social_detail {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

/* ul.social_detail li {
    border-right: 1px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
} */

ul.social_detail li:last-child {
    border: 0;
}

span.social-links a {
    color: #000;
    text-decoration: none;
}

.menubar-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.menubar ul.menus {
    list-style-type: none;
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}
.menubar ul.menus li.active {
    border-bottom: 3px solid #989287;
}
.menubar ul.menus li a {
    text-decoration: none;
    color: #000000;
}
.menubar-wrapper .visit-store {
    padding-top: 0;
}
.visit-store {
    padding-top: 25px;
}
.visit-store a.visit_link {
    background: #989287;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 5px;
}

ul.swithes_language {
    display: flex;
    gap: 10px;
    list-style-type: none;
    margin-bottom: 0;
}
ul.swithes_language img {
    cursor: pointer;
    max-width: 48px;
    height: 100%;
}
section.banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: url('/assets/images/hotelkosmetik-og-hoteludstyr_bnr_1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 729px;
    align-content: center;
}

.banner-text {
    max-width: 50%;
    color: #ffffff;
}

.banner-text .tagline {
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    /* text-transform: uppercase; */
}

h1.main-title {
    font-size: 42px;
    line-height: 46px;
    /* text-transform: capitalize; */
    font-weight: 400;
}

span.bold-text {
    font-weight: 700;
}

section.about-us {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #E1DAD2;
}

section.product-categories {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.categories-title-wrapper,
.product-main-content {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 2rem;
}
.categories-wrapper {
    max-width: 96%;
    margin: 0 auto;
}
.categories-wrapper .slick-list.draggable {
    padding: 0 !important;
    margin-right: -5px;
}
.category-card.slick-active:last-child{
    margin-right: 0 !important;
}
.categories-wrapper .slick-prev {
    left: -25px;
}
.categories-wrapper  .slick-next {
    right: -20px;
}
.categories-wrapper  .slick-arrow:before {
    content: '' !important;
    background-image: url('/assets/images/arrow.svg') !important;
    background-size: 14px !important;
    background-repeat: no-repeat !important;
    background-position: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 31px;
    display: block;
}
.category-card {
    position: relative;
    margin-right: 15px;
   max-height: 477px !important;
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-detail {
    position: absolute;
    top: 87%;
    padding: 15px;
    color: #ffff;
    text-align: center;
    background-color: #00000021;
    transition: top ease 0.2s;
}

.card-detail h2 {
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 20px;
}
.card-detail p {
    font-size: 14px;
}

.category-card:hover .card-detail {
    position: absolute;
    top: 0%;
    padding: 15px;
    color: #fff;
    transition: top ease 1s;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.category-card:hover .card-detail h2 {
    margin-bottom: 1rem;
}
.left_img img {
    width: 100%;
}

section.steps_transation {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: linear-gradient(180deg, #D7D3CB 0%, rgba(223, 220, 215, 0.7) 220.81%);
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.icon_wrap {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 57px;
    margin: 10px auto;
}

.step {
    text-align: center;
}

.icon_wrap img {
    width: 100%;
    height: 100%;
    padding: 15px;
}

a.cat_btn {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 16px;
    backdrop-filter: blur(9px);
}
a.cat_btn:hover{
    background-color: #fff;
    color: #000000;
}

section.quality_hotel_sction {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.content-right {
    padding: 10px;
    border: 4px solid #C2BCB1;
    position: relative;
}
.content-right video{
    width: 100%;
}
.controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .control-button {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    backdrop-filter: blur(15px);
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

  .control-button:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .hidden {
    display: none;
  }
.content-right img {
    width: 100%;
}

section.bathroom_accessories {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #E1DAD2;
}

.bathroom_accessories-left img {
    width: 100%;
}

a.visi-btn {
    background: #989287;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    display: block;
    max-width: 200px;
    text-align: center;
}

.cta_bg_wrapper {
    position: relative;
}

#myVideo {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.cta_content-wrapper {
    background: #00000080;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-content: center;
}

.cta_content {
    max-width: 50%;
    margin: auto;
    text-align: center;
    color: #ffffff;
}

.cta_btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.cta_btn img {
    width: 24px;
}

.cta_btn a {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}

section.partnership-brands {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #D9D5CE;
}

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

section.cosmetic_supply {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

section.cosmetic_supply h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.supply-categories-wrapper {
    background: #E0D5CE;
}

.catgory-img-left img {
    width: 100%;
}

.supply-categories {
    padding: 20px;
    padding-left: 0;
}

ul.supply-list {
    display: flex;
    row-gap: 8px;
    flex-wrap: wrap;
    padding-left: 0;
}

ul.supply-list li {
    flex: 0 0 50%;
    list-style-type: none;
    display: flex;
    gap: 10px;
    font-size: 16px;
    line-height: 20px;
}
ul.supply-list li a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

ul.supply-list li:before {
    content: '';
    background-image: url('/assets/images/tick.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #C5BAB1;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}
.browse-more {
    padding-top: 15px;
}
a.browse-btn {
    background: #989287;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

section.product_sction {
    padding-bottom: 4rem;
}

.product {
    padding-right: 15px;
}

.product-image {
    background: #F6F4F1;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.product-image img {
    text-align: center;
    mix-blend-mode: multiply;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.product-content {
    padding: 20px 15px;
    background: #fff;
    min-height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

del.cut-price {
    color: #00000052;
    margin-right: 5px;
}

a.cart-icon {
    width: 50px;
    height: 50px;
    display: flex;
    border: 0.37px solid #0000003D;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
}

.prdct-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}
.prdct-title a {
    color: #000000;
    text-decoration: none;
}
span.discount-price {
    font-size: 22px;
    line-height: 25px;
}

.view-all a {
    color: #000000;
    font-size: 20px;
    text-decoration: none;
}

.view-all {
    text-align: center;
    margin-top: 2rem;
}

section.testimonial {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #D8D3CC;
}

section.testimonial h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.testimonial-wrapper {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.testimonial-slide {
    padding: 0px 20px;
}

.testimonial-slide img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-bottom: 1rem;
    display: inline-block !important;
}

.reviewer-name {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.star-rating {
    display: flex;
    justify-content: center;
}

.star-rating img {
    width: 25px;
    height: auto;
}

section.faqs {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #B3A28E5E;
}

.faq-wrapper {
    display: flex;
    column-gap: 40px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.faq-wrapper .accordion {
    flex: 0 0 48%;
}

.faq-wrapper .accordion-item {
    margin-bottom: 20px;
}
.faq-wrapper .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-main-content {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 2rem;
}

.faq-wrapper .accordion-header button.accordion-button {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Ubuntu';
    background: #fff;
    box-shadow: none;
    color: #000000;
}

.slick-list.draggable {
    padding-left: 15px;

}

.slick-arrow:before {
    content: '' !important;
    background-image: url('/assets/images/arrow.svg') !important;
    background-size: 18px !important;
    background-repeat: no-repeat !important;
    background-position: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 31px;
    display: block;
}

.slick-prev:before {
    transform: rotate(180deg)
}

.categories-wrapper ul.slick-dots {
    position: relative;
}

.partners .slick-dots li button:before,
.categories-wrapper .slick-dots li button:before {
    content: '';
    border: 1px solid #7E7E7E;
    border-radius: 13px;
}

.partners .slick-dots li.slick-active button:before,
.categories-wrapper li.slick-active button:before {
    background-color: #7E7E7E;
}
.partners img {
    max-width: 198px;
}
.partners .slick-track {
    display: flex;
    align-items: center;
}

/* footer */
.footer-top {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-menu-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

ul.footer-menu {
    padding-left: 0;
    list-style-type: none;
}

ul.footer-menu li a {
    text-decoration: none;
    color: #000;
    margin-bottom: 15px;
    display: block;
}

.footer-bottom {
    padding-top: 15px;
    border: 2px solid #00000021;
    text-align: center;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #00000040;
    max-width: 100%;
    /* padding: 15px 20px; */
    z-index: 9;
    transition: all 0.3s;
}

.bottombar.sticky .logo-wrpaper img {
    width: 120px;
}

.footer_mobile {
    display: none;
}

div#mymenu {
    display: none;
}

#btn-back-to-top {
    position: fixed;
    bottom: 6%;
    right: 10px;
    display: none;
    cursor: pointer;
    color: #fff;
    background-color: #989287;
    width: 45px;
    height: 45px;
    border-radius: 15%;
    z-index: 10000;
    text-align: center;
    border: none;
    align-content: center;
}

div#category-menu {
    display: none;
}
.language-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}
.language-popup {
    background: #e9e6e1;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    width: 350px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.language-popup ul.swithes_language {
    justify-content: center;
    gap: 21px;
    padding-left: 0;
}
.language-popup img {
    width: 50px;
}
button.change_btn.new_color{
    background: #989287;
}
.language-popup h2 {
    font-size: 18px;
    margin: 10px 0;
}
.language-popup button {
    background: #f17912;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 5px;
}
.language-popup a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
@media screen and (max-width:1400px) {
    .logo-wrpaper img {
        max-width: 150px;
    }
    .menubar-wrapper {
        gap: 15px;
    }
    .menubar ul.menus {
        gap: 15px;
        padding-left: 0;
    }
    ul.swithes_language {
        display: flex;
        gap: 10px;
        padding-left: 0;
    }
    .footer-logo img.footer-logo-img {
        max-width: 150px;
    }
}
@media screen and (max-width:1024px) {
    .bottombar {
        display: none;
    }
    .mobile-header {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
    }
    .footer_mobile {
        display: flex;
    }

    .footer_mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ede7e7;
        box-shadow: 0 -5px 10px #83838370;
        z-index: 9999;
        padding: 0 2px;
        padding-top: 21px;
        padding-bottom: 3px;
    }

    .footer_mobile .fmenu {
        width: 33%;
        text-align: center;
    }

    .footer_mobile .fmenu a {
        color: #000000;
        text-decoration: none;
    }

    .fmenu.one img {
        height: 30px;
        width: 30px;
    }

    img.f_icon {
        height: 30px;
        width: auto;
    }

    .footer_mobile .fmenu p.f_text {
        font-size: 16px;
        margin-bottom: 9px;
        margin-top: 5px;
    }

    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        background-color: rgb(0, 0, 0);
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 999;
    }

    .overlay .closebtn {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 99;
    }

    .popup_menu {
        padding: 40px;
    }

    ul.popup_menu_list {
        padding-left: 0;
        margin-top: 30px;
    }

    ul.popup_menu_list li {
        list-style-type: none;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    ul.popup_menu_list li a {
        text-decoration: none;
        color: #000000;

    }

    div#category-menu {
        display: block;
    }

    a.mobile_list_logo img {
        max-width: 150px;
    }

    div#mymenu {
        display: block;
    }
    .mobile-header .logo img {
        max-width: 130px;
    }
    .faq-wrapper {
        display: flex;
        column-gap: 20px;
        row-gap: 20px;
        flex-wrap: wrap;
    }
}
@media screen and (max-width:992px) {
    section.banner {
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 500px;
    }

    h1.main-title {
        font-size: 32px;
        line-height: 38px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .banner-text {
        max-width: 100%;
        color: #ffffff;
    }
    section.product-categories {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .categories-wrapper .slick-list.draggable {
        padding: 0 !important;
    }
    section.about-us {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .steps-wrapper {
        flex-wrap: wrap;
    }

    section.quality_hotel_sction {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    section.bathroom_accessories {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background: #E1DAD2;
    }

    .cta_content {
        max-width: 90%;
        margin: auto;
        text-align: center;
        color: #ffffff;
    }

    section.partnership-brands {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    section.cosmetic_supply {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    section.product_sction {
        padding-bottom: 2rem;
    }
    .supply-categories {
        padding-right: 20px;
        padding: 20px;
    }
    section.testimonial {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background: #D8D3CC;
    }section.testimonial {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    section.faqs {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background: #B3A28E5E;
    }
    .faq-wrapper .accordion {
        flex: 0 0 100%;
    }
    .footer-top {
        display: none;
    }
    ul.supply-list li {
        flex: 0 0 100%;
    }
    .products-wrapper .slick-prev, .partners .slick-prev {
        left: -10px;
    }
    .products-wrapper .slick-next, .partners .slick-next {
        right: -5px;
    }
    .slick-arrow:before {
        content: '' !important;
        background-image: url('/assets/images/arrow.svg') !important;
        background-size: 15px !important;
        padding: 12px;
    }
    .testimonial-slide {
        padding: 0px 5px;
    }
    /* header mobile */
    .mobile-header {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
    }

    .mobile-header .logo img {
        max-height: 70px;
    }

    .topbar {
        display: none;
    }

    .bottombar {
        display: none;
    }


    /* footer */
    .footer_mobile {
        display: flex;
    }

    .footer_mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ede7e7;
        box-shadow: 0 -5px 10px #83838370;
        z-index: 9999;
        padding: 0 2px;
        padding-top: 21px;
        padding-bottom: 3px;
    }

    .footer_mobile .fmenu {
        width: 33%;
        text-align: center;
    }

    .footer_mobile .fmenu a {
        color: #000000;
        text-decoration: none;
    }

    .fmenu.one img {
        height: 30px;
        width: 30px;
    }

    img.f_icon {
        height: 30px;
        width: auto;
    }

    .footer_mobile .fmenu p.f_text {
        font-size: 16px;
        margin-bottom: 9px;
        margin-top: 5px;
    }

    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        background-color: rgb(0, 0, 0);
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 999;
    }

    .overlay .closebtn {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 99;
    }

    .popup_menu {
        padding: 40px;
    }

    ul.popup_menu_list {
        padding-left: 0;
        margin-top: 30px;
    }

    ul.popup_menu_list li {
        list-style-type: none;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    ul.popup_menu_list li a {
        text-decoration: none;
        color: #000000;

    }

    div#category-menu {
        display: block;
    }

    a.mobile_list_logo img {
        max-width: 150px;
    }

    div#mymenu {
        display: block;
    }

    #btn-back-to-top {
        bottom: 15%;
    }

    footer#footer {
        background: #EDE7E7;
        padding: 0px 0px 0px;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        gap: 15px;
        justify-content: space-between;
        border-top: none;
        margin-bottom: 82px;
        margin-top: 0;
        padding-top: 25px;
    }


}

@media screen and (min-width:1900px) {
    .card-detail {
        top: 92%;
    }
}

@media screen and (max-width:480px) {
    .categories-wrapper .slick-list.draggable {
        padding: 0 !important;
        margin-right: 0;
    }
    .categories-wrapper {
        max-width: 95%;
        margin: 0 auto;
    }
    .categories-wrapper .slick-prev {
        left: -27px;
    }
    .slick-next {
        right: -15px;
    }
    .category-card {
        margin-right: 0;
    }
    .banner-text .tagline {
        font-size: 18px;
        line-height: 20px;
    }
    h1.main-title {
        font-size: 28px;
        line-height: 30px;
    }
}