:root {
    --bg-primary: #D4A404;
    --secondary-color: #D2D2D2;
    --black: #000;
    --white: #FFF
}

@font-face {
    font-family: 'Neo Sans Arabic';
    src: url('../fonts/NeoSansArabic.eot');
    src: local('Neo Sans Arabic Regular'), local('NeoSansArabic'),
        url('../fonts/NeoSansArabic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeoSansArabic.woff2') format('woff2'),
        url('../fonts/NeoSansArabic.woff') format('woff'),
        url('../fonts/NeoSansArabic.ttf') format('truetype'),
        url('../fonts/NeoSansArabic.svg#NeoSansArabic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 13px
}

iframe.note-video-clip {
    max-width: 100% !important;
}

body {
    font-family: 'Neo Sans Arabic';
    direction: rtl;
    text-align: right;
    font-size: 1.1rem;
    overflow-x: hidden;
}

ul {
    margin: 0;
    padding: 0
}

a {
    transition: all 0.3s linear;
    text-decoration: none
}

a:hover {
    color: #6a6a6a
}

.anchor-reset {
    text-decoration: none;
    color: var(--white)
}

/* ==== TOP HEADER ==== */
.top-header {
    background-color: #1e1e1e;
    color: #fff;
    padding: 0.6rem;
    border-bottom: 1px solid #ffffff26;
}

[dir='ltr'] .top-header .top-header-left {
    order: 2;
}

[dir='ltr'] .top-header .top-header-left .top-header-inner ul {
    direction: ltr;
}

[dir='ltr'] .top-header .top-header-right .top-header-inner ul {
    /* justify-content: start !important; */
    direction: ltr;
}

[dir='ltr'] .btn-login-en {
    margin-right: 10px;
}

[dir='ltr'] .header-centered-left {
    order: 2
}

[dir='ltr'] .header-centered-left>div {
    justify-content: end;
    display: flex;
}

[dir='ltr'] .navbar-nav-left {
    order: 2;
    direction: ltr;
}

[dir='ltr'] .btn-left {
    margin-right: 0;
    margin-left: auto;
}

[dir='ltr'] .header-slide-left {
    direction: ltr;
}

[dir='ltr'] .owl-carousel-left {
    direction: ltr !important
}

[dir='ltr'] .category-header-left {
    text-align: left;
}

[dir='ltr'] .category-header-en {
    direction: ltr !important
}

[dir='ltr'] .select-left {
    background-position-x: right
}

[dir='ltr'] .card-left {
    direction: ltr;
    text-align: left;
}

[dir='ltr'] .contact-us-left,
[dir='ltr'] .auth-left {
    direction: ltr;
    text-align: left;
}

[dir='ltr'] .profile-heading-left {
    text-align: left;
}

[dir='ltr'] .profile-heading-en,
[dir='ltr'] .profile-table-left {
    direction: ltr;
}

[dir='ltr'] .table-btn-left {
    text-align: left !important;
}

[dir='ltr'] .profile-text-left {
    text-align: left !important;
}

[dir='rtl'] .profile-text-left {
    text-align: right !important;
}

.cart-li {
    border-radius: 0;
    margin-right: 3rem;
    padding: 0 1rem;
}

.top-header-items li {
    margin-left: 1.3rem;
    border-left: 1px solid #1752682e;
    padding-left: 1rem
}

.top-header-items li:last-of-type {
    border: none
}

.top-header a {
    color: #fff;
    transition: all 0.3s linear;
    font-size: 12px
}

.top-header a:hover {
    color: #d4a404
}

.cart__icon {
    width: 32px
}

.translate-middle {
    left: 7px;
    top: 9px;
    font-size: 0.9rem;
}

.bg--secondary {
    background-color: var(--bg-primary)
}

.header__brand {
    width: 200px
}

.form-search .form-control {
    border-radius: 100px;
    padding: 1rem 2rem;
    background-color: transparent;
    color: #fff;
    border: 2px solid #787878;
    font-size: 1.1rem;
    font-size: 12px;
}

.form-search .form-control:focus {
    background-color: transparent
}

.form-search .form-control::placeholder {
    color: #c5c5c5
}

.form-group {
    position: relative
}

.btn-search-submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 100%;
    font-size: 1.3rem;
    color: #787878;
}

.form-control:focus {
    box-shadow: none
}

/* ====== NAVBAR ====== */
.navbar {
    background-color: #1e1e1e;
    border-top: 1px solid #404040
}

.navbar-nav .nav-link {
    color: #FFF;
    font-size: 12px;
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;
    transition: all 0.3s linear;
}

.navbar-nav .nav-link:hover {
    background-color: #d4a404;
    color: #1e1e1e;
    border-radius: 5px;
}

.navbar .nav-link i {
    font-size: 14px
}

.last-offer-img {
    position: absolute;
    top: -4px;
    left: 7px;
    width: 9vw;
    height: 24vh;
    z-index: 99;
}

/* ==== CAROUSEL ===== */
.carousel img {
    height: 307px
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    padding: 2rem
}

/* ====== CATEGORIES ======= */
.categories {
    background-color: #d4a40421;
    margin-top: 2rem;
}

.category-box {
    box-shadow: 0 2px 15px #cccccc73;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    background-color: #fff;
}

.category-box-icon {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    text-align: center;
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-title {
    font-size: 15px;
    margin-top: 1rem
}

.category-box-icon img {
    width: 80px;
    height: 80px
}

.category-box-icon.icon-1 {
    background-color: #2196f32b
}

.category-box-icon.icon-2 {
    background-color: #e91e631a
}

.category-box-icon.icon-3 {
    background-color: #ffc10730
}

.category-box-icon.icon-4 {
    background-color: #8bc34a36
}

.category-box-icon.icon-5 {
    background-color: #9c27b02e
}

.category-box-icon.icon-6 {
    background-color: #fade3b8c
}

.categories a {
    color: #061b23
}

.category-box {
    transition: all 0.3s linear
}

.category-box:hover {
    background-color: #d4a404;
    color: #FFF
}

.category-box:hover .category-box-icon img {
    filter: invert(1)
}

.category-box:hover .category-box-icon {
    background-color: #1e1e1e
}

.owl-carousel {
    overflow: hidden
}

.carousel-main {
    position: relative
}

/* Nav */
.owl-carousel .owl-nav {
    margin-top: 0;
    /* resetting margins for nav buttons */
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 70px;
    margin: 0;
    /* removes margins around nav buttons */
    background: #f8aa22;
    border-radius: 0;
    color: #000000;
    cursor: pointer;
    position: absolute;
    bottom: 200px;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #ECF0F1;
    color: #34495E
}

.owl-nav button.owl-prev {
    left: -50px;
    /* starting position */
}

.owl-nav button.owl-next {
    right: -50px;
    /* starting position */
}

.owl-carousel:hover .owl-nav button.owl-prev {
    left: 0;
    /* target position after transition */
}

.owl-carousel:hover .owl-nav button.owl-next {
    right: 0;
    /* target position after transition */
}

/* Dots */
.owl-theme .owl-dots {
    margin-top: 10px;
    /* restores top margin for dots only */
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #ECF0F1
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #E74C3C;
    /* for active dot */
}

.product-card .card img {
    height: 230px;
    width: 100%
}

.section-header-heading {
    position: relative;
    color: var(--bg-primary);
    font-weight: bold;
    text-align: center;
    display: table;
    margin: auto;
}

.section-header-heading::after {
    content: url(../img/heading-after.png);
    position: absolute;
    top: -23px;
    right: -106px;
}

.section-header-heading::before {
    content: url(../img/heading-before.png);
    position: absolute;
    top: -23px;
    left: -106px;
}

.product-card {
    position: relative
}

.product-heading {
    color: #000;
    font-size: 1.1rem;
    width: 100%;
}

.product-price {
    font-size: 1.2rem;
    color: #e3940c
}

.product-card span del {
    color: #939393
}

.deleted-price {
    font-size: 1.2rem;
    color: #9f9f9f;
    margin-top: 27px;
}

.add-to-cart {
    display: block;
    background-color: transparent;
    border-radius: 0;
    padding: 0.4rem 3rem;
    font-size: 13px;
    margin-top: 0;
    transition: all 0.5s linear;
    border: 1px solid #000000;
    color: #282828;
    border-radius: 100px
}

.card-footer-details {
    border-top: 1px solid #607d8b26;
    padding-top: 1rem;
    margin-top: 1rem;
}

.add-to-cart:hover {
    background-color: #000;
    color: #FFF
}

.product-card .card {
    border: 1px solid #d3d3d3;
    transition: all 0.2s linear
}

.product-card:hover .card {
    background-color: #d4a404;
    color: #FFF;
    transform: scale(0.99);
}

.product-card:hover .card .product-heading {
    color: #FFF
}

.product-card:hover .product-price {
    color: #FFF
}

.product-card:hover .deleted-price {
    color: #FFF
}

.img-alert {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #d4a404;
    padding: 0.1rem 1rem;
    color: #FFF;
}

.btn-submit-news {
    background-color: #662d911a
}

/* ======= FOOTER ========== */
.footer {
    background-color: #f5f5f5
}

.footer-desc {
    color: #858585;
    font-size: 1.1rem
}

.footer-heading {
    color: #374b54;
    margin-bottom: 10px;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 10px;
    font-weight: 600;
}

.footer ul li {
    margin-bottom: 15px
}

.footer ul li a {
    font-size: 1.1rem;
    color: #1b465a
}

.social-icons li a {
    font-size: 1.5rem !important;
    color: #000 !important
}

.social-icons li {
    width: 40px;
    height: 40px;
    background-color: #fce036;
    text-align: center;
    align-items: center;
    padding: 0.4rem;
    border: 1px dashed #c9b959;
}

.social-icons .fas,
.social-icons .fab {
    color: #000 !important
}

.whatsapp-icon {
    font-size: 2rem;
    color: #747474;
    font-weight: bold;
}

.form-newsletter .form-control {
    padding: 1rem;
    border-radius: 0;
    border: 1px solid #607d8b42;
    background-color: #ffffff;
}

.btn-submit-news {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background-color: var(--bg-primary);
    color: #FFF !important;
    border-radius: 0;
    font-size: 1.3rem;
}

.footer a {
    transition: all 0.3s linear
}

.footer a:hover {
    color: #6e8a97
}

.footer .fas,
.footer .fab {
    font-size: 1.6rem;
    color: var(--bg-primary)
}

.footer p {
    font-size: 1rem;
    color: #163f52
}

/* ======= COPYRIGHT ======= */
.copyright {
    font-size: 1.1rem;
    color: #163f52;
    background-color: #f0f0f0;
    padding: 0.5rem;
}

#sync1 .item {
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    background: #c9c9c9;
    /* padding: 10px 0px; */
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px
}

#sync2 .current .item {
    background: #0c83e7
}

.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6
}

#sync1.owl-theme {
    position: relative
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px
}

#sync1.owl-theme .owl-next {
    right: 10px
}

/* animate fadin duration 1.5s */
.owl-carousel .animated {
    animation-duration: 1.5s !important
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 35px !important;
    height: 55px !important
}

#sync1 svg {
    width: 22px !important
}

/* ====== PRODUCT DESCRIPTION ======= */
.product-desc {
    font-size: 1.3rem;
    color: #536f7c
}

.share-box {
    border: 1px solid #ddd
}

.share-box-title {
    background-color: #da1c2e;
    color: #fff;
    padding: 0.5rem;
    font-weight: 700;
}

.contact-list li {
    border-bottom: 1px solid #CCC;
    padding: 0.5rem 0.3rem
}

.contact-list li:last-of-type {
    border-bottom: none
}

.contact-list li a {
    color: #1c2f38;
    font-weight: 700
}

.social__icons a {
    font-size: 1.5rem
}

.add-coupon {
    background-color: var(--secondary-color);
    padding: 0.5rem 1rem;
    border-radius: 0;
    font-size: 0.9rem;
    font-weight: bold;
    transition: all 0.3s linear
}

.add-coupon:hover {
    background-color: #fbc94d
}

.product-name {
    color: #000000;
    font-weight: 700;
    font-size: 2.1rem;
    margin-bottom: 20px;
}

.login-box {
    margin: auto;
    background-color: #FFF;
    padding: 2rem;
    color: #000;
    border-radius: 0;
    border: 1px solid #ebebeb;
}

.form-login .form-control {
    border-radius: 0;
    padding: 1rem;
    border: none;
    background-color: #fff;
    font-size: 0.9rem;
    border-bottom: 2px solid #607d8b57;
}

.form-login .form-control:focus {
    border-bottom: 2px solid #a77500
}

.form-login h4 {
    position: relative;
    color: #074a6e;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    padding-right: 5rem;
}

.form-login h4::before {
    content: '';
    position: absolute;
    width: 47px;
    height: 3px;
    border-radius: 100px;
    background-color: #074a6e;
    top: 15px;
    right: -0;
}

.form-login .form-group label {
    color: #234a5c;
    font-size: 1.2rem;
}

.form-notice {
    text-align: center;
    width: 100%;
    margin: auto;
    line-height: 1.6;
    color: #204354;
    font-weight: 600;
}

.btn-submit {
    background-color: #607d8b36;
    margin-top: 1rem;
    padding: 0.6rem 3rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #154d68;
    border-radius: 100px;
    width: 100%;
    box-shadow: none;
}

.table-product-details tr td {
    border-left: 1px solid #ededed;
    border-top: none;
    border-bottom: none;
    font-size: 1.3rem;
}

.table-product-details tr td:last-of-type {
    border: none
}

.font-weight-bold {
    font-weight: 700
}

.end-row td {
    color: #658da7
}

.product-price-top {
    padding: 0.3rem 1rem
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000;
    border-color: transparent;
    border-radius: 0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    font-size: 1.3rem;
    color: #000
}

.nav-tabs {
    border: 1px solid #000000
}

.text-left {
    text-align: left
}

.tab-content {
    border: 1px solid #ededed
}

.modal-header .btn-close {
    margin: -0.5rem auto -0.5rem -0.5rem
}

.offer-name {
    font-size: 1.7rem;
}

.modal-title {
    font-weight: bold;
    font-size: 1.5rem;
}

.profile .tab-content {
    flex: 1
}

.profile .nav {
    width: 175px;
    margin-left: 2rem;
    border: 1px solid #fff;
    box-shadow: 0 1px 15px #607d8b30;
}

.text-right {
    text-align: right !important
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #1e5b72 !important;
    background-color: #fce036;
    border-radius: 0;
}

.profile .nav .nav-link {
    color: #284654;
    font-size: 1.2rem
}

.profile .nav .active {
    color: #FFF
}

.table-bordered {
    border-color: #ededed
}

.status-success {
    background-color: #009688;
    color: #FFF;
    padding: 0 1rem;
    border-radius: 100px;
    font-size: 11px;
}

.status-warning {
    background-color: #d4a404;
    color: #FFF;
    padding: 0 1rem;
    border-radius: 100px;
    font-size: 11px;
}

.table-bordered tr th {
    padding: 0.9rem
}

.table-bordered tr th,
.table-bordered tr td {
    font-size: 1.4rem
}

.table-bordered tr th {
    color: var(--bg-primary)
}

.link {
    font-size: 13px;
    font-weight: 600;
    color: #1e1e1e94;
}

.profile-heading {
    color: #3c5f70
}

.category-header {
    border: 1px solid #cbcbcb8c;
    padding: 2rem
}

.category-header select {
    border: 1px solid #d7d7d7;
    padding: 1rem;
    background-color: #fff;
    color: var(--bg-primary);
    font-size: 1.3rem;
    font-weight: bold;
    width: 200px;
}

.category-header select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url("../img/arrow.png") no-repeat left center;
    background-position-x: 5px;
    background-size: 35px;
}

.label-lg {
    font-size: 1.4rem;
    color: #23404e;
    font-weight: 700;
}

.category-header h4 {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 2rem;
    font-weight: bold;
    font-size: 2.5rem;
    color: #284d5e;
}

.btn-register {
    background-color: transparent;
    border-radius: 100px;
    padding: 0.4rem 2rem;
    margin-right: 1rem;
    color: #fff !important;
    border: 2px solid #FFF;
}

.contact-ul li {
    border: 1px solid #e4ebf0;
    margin: 1rem 0;
    padding: 1.3rem 3rem;
    border-radius: 8px;
    color: #061b23;
    transition: all 0.3s linear;
    height: 81px;
}

.contact-ul li:hover {
    border: 1px solid #061b23
}

.contact-ul li a {
    color: #061b23;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.font-icon {
    font-size: 2rem;
    margin-left: 1rem;
    color: #103b50;
}

.description p {
    font-size: 1.5rem;
    padding: 1rem 0;
    color: #455a64;
}

.mr-1 {
    margin-right: 5px
}

.product-details-inner .font-icon i {
    font-size: 2.4rem
}

.scroll-sticky {
    position: sticky;
    top: 0;
    right: 0
}

sup {
    top: -1.5em
}

.form-filter {
    padding: 3rem;
    background-color: #000000ba;
    background-image: url(../img/form-bg.jpg);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    color: #FFF;
    border-radius: 10px
}

.form-filter .form-control {
    background-color: #ffffff;
    padding: 0.9rem;
    border-radius: 4px;
    border: none;
    color: #000;
    font-size: 13px
}

.form-filter label {
    font-size: 1.3rem
}

.btn-submit-search {
    margin-top: 1rem;
    background-color: #da1c2e;
    color: #FFF;
    padding: 0.5rem 3rem;
    border-radius: 4px;
    font-size: 1.2rem;
}

.btn-submit-clear {
    margin-top: 1rem;
    background-color: #ffc107;
    color: #FFF;
    padding: 0.5rem 3rem;
    border-radius: 4px;
    font-size: 1.2rem;
}

.btn-submit-search:hover {
    background-color: #ff2f43;
    color: #FFF
}

.search-heading {
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.table>:not(:first-child) {
    border-top: 2px solid #e9e9e9
}

.product-details-price {
    color: var(--secondary-color)
}

.p-num {
    font-size: 1.8rem;
    font-weight: bold
}

.product-details .carousel-lg .item {
    height: 400px
}

.product-details .carousel-lg .item img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.shop-card {
    background-color: #F2FAFC;
    padding: 2rem;
    border-radius: 10px;
}

.img-icon {
    background-color: #d4a404;
    color: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 0.7rem;
    font-size: 1.4rem;
    margin-left: 1rem;
}

.shop-card .content h3 {
    font-weight: 600
}

.text-primary {
    color: var(--bg-primary) !important
}

.btn-shopping {
    position: relative;
    background-color: #FFF;
    border: 1px solid #dde7e9;
    width: 100%;
    padding: 1rem;
    font-weight: bold;
    padding-right: 4rem;
    font-size: 1.44rem;
}

.btn-shopping i {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #1e1e1e;
    width: 55px;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
    color: #FFF;
    padding: 1.2rem 0;
}

.btn-shopping:hover {
    background-color: #d4a404;
    color: #FFF
}

.location-item {
    color: #255166
}

.shop-card .top {
    border-bottom: 1px solid #607d8b36
}

.mr-3 {
    margin-right: 1rem
}

.form-forget-password .form-control {
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 100px;
    border: 2px solid #cccccc8c;
}

.forget-inner {
    border: 1px solid #ededed;
    padding: 2rem;
    border-radius: 15px;
}

.content-inner {
    padding: 2rem 4rem
}

.content-inner h4 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #430e6a;
}

.content-inner p,
.content-inner ul li {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #396072;
}

.content-inner ul {
    margin: 2rem 0
}

.contact-inner {
    border: 1px solid #dbdbdb5e;
    padding: 2rem;
    border-radius: 10px;
}

.contact-heading {
    font-size: 1.8rem;
    color: #061b23
}

.form-contact .form-control {
    background-color: #607d8b1f;
    border: none;
    padding: 1.1rem;
}

.account-menu {
    background-color: #061b23
}

.btn {
    transition: all 0.3s linear
}

.btn-register:hover {
    background-color: #1e1e1e
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #133542
}

.icon-social-tumb {
    width: 45px
}

@media only screen and (max-width: 992px) {
    .top-header-items {
        overflow-x: auto;
        border-bottom: 1px solid #174556
    }

    .top-header-items a {
        white-space: nowrap
    }

    .ul-mobile {
        padding: 0.3rem 0;
        justify-content: center !important
    }

    .btn-register {
        font-size: 10px !important
    }

    .top-header a {
        font-size: 10px
    }

    .cart-li {
        border: none
    }

    .header__brand {
        width: 100%
    }

    .navbar-brand img {
        filter: brightness(0.5)
    }

    .navbar-toggler {
        background-color: #FFF;
        border-radius: 4px;
        padding: 0.5rem 1rem;
        font-size: 1.5rem;
    }

    .header__brand {
        display: none
    }

    .carousel img {
        height: 122px
    }

    .header-banners {
        margin-top: 10px
    }

    .category-box {
        margin-bottom: 20px
    }

    .categories .col-lg-2 {
        width: 50%
    }

    .category-box-icon img {
        height: 95px;
        width: 95px;
    }

    .banner-inner img {
        height: 150px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .category-header select {
        width: 100%
    }

    .category-header .justify-content-end {
        display: block !important
    }

    .content-inner {
        padding: 2rem 1rem;
        border-radius: 0;
        background-color: #ffffff0a;
        text-align: center;
    }

    .nav-mobile {
        display: block !important
    }

    .top-header,
    .navbar {
        display: none
    }

    .header-centered {
        background-color: #1e1e1e;
        border-top: 1px solid #2a3036;
    }

    .form-notice {
        width: 100%
    }

    .form-filter {
        background-size: cover;
        background-position: center
    }

    .form-filter .form-group {
        margin-bottom: 10px
    }

    .table-bordered tr th,
    .table-bordered tr td {
        font-size: 13px;
        white-space: nowrap
    }

    .product-price-top {
        margin-top: 3rem;
        justify-content: flex-start !important
    }

    .social__icons a {
        font-size: 1.1rem
    }

    .description p {
        text-align: center;
        font-size: 15px
    }

    .column-mobile {
        flex-direction: column
    }

    .me-3 {
        margin: 0
    }

    .profile {
        overflow: hidden
    }

    .profile .table-responsive {
        width: 100vw
    }

    .product-card .card img {
        width: 100%
    }

    .category-box {
        padding: 1rem
    }

    .category-box-icon {
        width: 80px;
        height: 70px
    }

    .category .product-card {
        margin-bottom: 20px
    }

    .section-header {
        overflow: hidden;
        padding: 2rem
    }

    .form-search .form-control {
        background-color: #fff;
        border: 1px solid #000;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        padding: 1rem
    }
}

/* ===== NAVBAR IN MOBILE ======== */
.nav-mobile {
    background: #1E1E1E;
    color: #fff;
    padding: 0.4rem;
    margin: 0;
    cursor: auto;
    font-size: 18px;
    list-style-type: none;
    display: none;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.nav-mobile:after {
    content: "";
    display: table;
    clear: both;
}

.nav-mobile svg {
    height: 45px;
    width: 65px
}

.nav-mobile svg path {
    fill: #fff
}

.nav-mobile svg.icon-close {
    display: none;
    padding: 15px
}

.nav-mobile li {
    width: 100%;
    height: 45px;
    line-height: 46px;
    text-align: center;
    float: left;
}

.nav-mobile li a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.nav-mobile .menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    display: block;
}

.nav-mobile .menu-button:after {
    opacity: 0;
    top: 45px;
    content: "";
    width: 100vw;
    display: block;
    position: fixed;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
    z-index: 2;
}

.nav-mobile #menu-toggle {
    display: none
}

.nav-mobile #menu-toggle.active~.menu-button .icon-close,
.nav-mobile #menu-toggle:checked~.menu-button .icon-close {
    display: block
}

.nav-mobile #menu-toggle.active~.menu-button .icon-open,
.nav-mobile #menu-toggle:checked~.menu-button .icon-open {
    display: none
}

.nav-mobile #menu-toggle.active~.menu-button:after,
.nav-mobile #menu-toggle:checked~.menu-button:after {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.nav-mobile #menu-toggle.active~.menu-sidebar,
.nav-mobile #menu-toggle:checked~.menu-sidebar {
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1)
}

.nav-mobile .menu-container {
    width: 65px;
    float: left;
    cursor: pointer;
    position: absolute;
}

.nav-mobile .menu-container .menu-sidebar {
    box-shadow: 5px 0 5px -5px #333;
    display: block;
    width: 65vw;
    bottom: 0;
    right: 0;
    background: #1e1e1e;
    color: #fff;
    position: fixed;
    transform: translateX(405px);
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
    top: 45px;
    z-index: 2;
    list-style-type: none;
    padding: 0;
    max-width: 400px;
}

.nav-mobile .menu-container .menu-sidebar .arrow {
    position: absolute;
    line-height: 50px;
    font-size: 32px;
    color: #555;
    top: 0;
    z-index: 0;
}

.nav-mobile .menu-container .menu-sidebar .arrow.left {
    left: 25px
}

.nav-mobile .menu-container .menu-sidebar .arrow.right {
    left: 25px
}

.nav-mobile .menu-container .menu-sidebar li {
    font-size: 16px;
    text-align: right;
    position: relative;
    border-bottom: 1px solid rgb(181 181 181 / 31%);
}

.nav-mobile .menu-container .menu-sidebar li a {
    padding-right: 20px;
    font-weight: 100;
    font-size: 14px
}

.nav-mobile .menu-container .menu-sidebar li:hover {
    background: #d4a404
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    background: #1e1e1e;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    border-left: 1px solid #1e1e1e;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    max-width: 400px;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub li {
    overflow: hidden
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
    padding-left: 50px
}

.nav-mobile .menu-container .menu-sidebar li .submenu-label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    padding-right: 20px;
    font-size: 14px
}

.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
    display: none
}

.nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active~.menu-sub,
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked~.menu-sub {
    width: 65vw;
    visibility: visible;
    z-index: 1;
    transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
}

.logo-mobile {
    display: block;
    margin-right: auto;
    width: 178px;
}

.orders .orders-inner h3 {
    color: #455a64
}

.order-bar {
    background-color: #f1f1f173;
    padding: 0.3rem 1rem;
    border: 1px solid #607d8b0f;
    border-radius: 7px;
    margin-bottom: 15px;
    border-radius: 0;
}

.btn-check-coupon {
    background-color: var(--secondary-color);
    border-radius: 100px;
    padding: 0.3rem 3rem;
}

.btn-submit-check {
    background-color: #ffb93f;
    margin-top: 1rem;
    border-radius: 100px;
    padding: 0.5rem 2rem;
    font-weight: 500;
}

.footer .fa-whatsapp {
    font-size: 3.2rem !important
}

.footer .fa-envelope {
    font-size: 1.6rem;
    color: var(--bg-primary)
}

.check-input {
    padding: 1rem 2rem;
    border-radius: 100px;
    background-color: #607d8b1c;
    border: none;
}

.check-input:focus {
    background-color: #f5f5f5
}

.alert-success {
    background-color: #00968814;
    padding: 0.3rem 1.3rem;
    color: #009688;
    border-radius: 100px;
    margin-top: 0.4rem;
    font-size: 13px;
}

.alert-danger {
    background-color: #e91e6317;
    padding: 0.3rem 1.3rem;
    color: #df0f00;
    border-radius: 100px;
    margin-top: 0.4rem;
    font-size: 13px;
}

.ul-inner-modal {
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 10px;
}

.fixed-img {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 75px;

    animation: iconMove 1s ease-in-out infinite;
    animation-direction: alternate-reverse;
    z-index: 99;
}

@keyframes iconMove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-10px)
    }
}

.fixed-img:hover {
    animation: none
}

.banner img {
    width: 100%
}

.btn-lang {
    margin-right: auto;
    background-color: #d4a404;
    color: #fff !important;
    font-weight: 400;
    padding: 0.6rem 1.5rem;
}

.show-more {
    display: table;
    margin: auto;
    background-color: #607d8b38;
    color: #37474f;
    border-radius: 100px;
    padding: 0.6rem 3rem;
    font-size: 1.2rem;
}

.product-price-top {
    background-color: #d4a404;
    width: 310px;
    height: 100px;
    color: #FFF;
    border-radius: 6px;
    padding: 1rem 2rem;
}

.span-price-lg {
    font-size: 3.4rem;
    font-weight: bold
}

.span-price-lg span {
    font-size: 28px;
    font-weight: 100
}

.none-price {
    margin-right: 1.5rem;
    font-size: 2.3rem;
    color: #300b4cc4;
    font-weight: bold;
}

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto
}

.banner-slider .slider.slider-for {
    max-width: 84%;
    padding-right: 35px
}

.banner-slider .slider.slider-nav {
    max-width: 16%
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left
}

.banner-slider .slider.slider-nav {
    height: 610px;
    overflow: hidden
}

.slider-banner-image {
    height: 318px
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6
}

.slider-nav .slick-slide.slick-current span {
    color: #196DB6
}

.slider-nav .slick-slide {
    text-align: center
}

.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}

.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.slick-prev {
    top: 0
}

.slick-next {
    bottom: 0;
    background-color: #fff
}

.slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png)
}

.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png)
}

/*End USE CSS for Slider*/
@media screen and (max-width : 991px) {

    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        max-width: 100%;
        float: none
    }

    .banner-slider .slider.slider-for {
        padding-right: 0
    }

    .banner-slider .slider.slider-nav {
        height: auto !important
    }

    .slider-banner-image {
        height: 500px
    }

    .slider.slider-nav.thumb-image {
        padding: 0px 0px 0
    }

    .slider-nav .slick-slide span {
        padding: 5px 0
    }

    .slick-arrow {
        padding: 0;
        width: 30px;
        height: 30px;
        top: 50%;
        bottom: 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .slick-prev {
        left: 0;
        right: unset
    }

    .slick-next {
        left: unset;
        right: 0;
        background-color: transparent;
    }

    .thumbImg img {
        width: 100%
    }

    .vehicle-detail-banner .car-slider-desc {
        max-width: 340px
    }

    .profile .nav {
        margin-bottom: 1rem
    }

    .bid-tag {
        padding: 10px 0 15px
    }

    .slider.slider-nav.thumb-image {
        white-space: nowrap
    }

    .thumbnail-image.slick-slide {
        padding: 0px 5px;
        min-width: 75px;
        display: inline-block;
        float: none;
    }

    .product-price-top {
        width: 100%
    }

    .product-price-top {
        margin: 0 !important
    }

    .banner-section .container {
        padding: 0;
        margin: 0
    }

    .banner-slider .slider.slider-nav {
        height: auto
    }

    .logo-coupon img {
        width: 100% !important
    }

    .border-left-custom {
        border-left: none !important
    }

    .border-left-custom::after {
        display: none
    }

    .coupon-activation {
        flex-direction: column-reverse
    }

    .coupon-code span {
        font-size: 2.5rem !important
    }

    .qr-code-container img {
        width: 100%
    }
}

@media screen and (max-width : 767px) {
    .slider-banner-image {
        height: 400px
    }

    .slider-nav .slick-slide.thumbnail-image .thumbImg {
        max-width: 140px;
        height: 80px
    }

    .slick-prev.slick-arrow {
        background-position: center 10px
    }

    .slick-next.slick-arrow {
        background-position: center 10px, center
    }

    .slider-nav .slick-slide span {
        font-size: 12px;
        white-space: normal
    }

    iframe.note-video-clip {
        width: 520px;
    }
}

@media screen and (max-width: 580px) {
    .slider-banner-image {
        height: 200px
    }
}

@media screen and (max-width : 480px) {
    .slider-banner-image {
        height: 280px
    }

    iframe.note-video-clip {
        width: 400px;
    }
}

@media screen and (max-width : 320px) {
    iframe.note-video-clip {
        width: 300px;
    }
}

@media screen and (max-width : 270px) {
    iframe.note-video-clip {
        width: 250px;
    }
}




.thumbImg img {
    height: 100px
}

.banner-slider .slider.slider-nav {
    height: 318px
}

.btn-active-coupon {
    background-color: #662d9117;
    color: #662d91;
    border-radius: 100px;
    padding: 0.3rem 2rem;
}

.qr-code-container img {
    border: 1px solid #ededed;
    padding: 1.5rem;
    box-shadow: 0 0px 7px #d1d1d1;
}

.coupon-code span {
    color: #464646;
    font-size: 3.5rem;
    border: 2px dashed #b9afaf;
    display: inline-block;
    padding: 0.5rem 1.3rem;
    letter-spacing: 10px;
}

.logo-coupon img {
    border: 1px solid #ededed;
    padding: 1.5rem;
    box-shadow: 0 0px 7px #d1d1d1;
    width: 400px;
}

.coupon-heading {
    font-size: 1.4rem;
    color: #000000;
    font-weight: 100;
    border-bottom: 1px solid #000000;
    display: inline-block;
    margin-bottom: 1rem
}

.ul-coupon li {
    font-size: 1.3rem;
    color: #5c5c5c;
    margin-bottom: 2rem;
}

.ul-coupon li span {
    font-weight: 600
}

.border-left-custom {
    border-left: 5px dashed #CCC;
    position: relative
}

.border-left-custom::after {
    content: 'WWW.CHICDEAL4U.COM';
    position: absolute;
    bottom: 15px;
    color: var(--bg-primary);
    left: -87px;
    font-size: 1.3rem;
    background-color: #FFF;
}

.category-item {
    position: relative;
    padding-right: 1rem
}

.category-item::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--bg-primary);
    width: 10px;
    position: absolute;
    top: 6px;
    right: 0;
    border-radius: 50%;
    border: 1px double #FFF;
}

.product-card:hover .fa-map-marker-alt {
    color: #FFF !important
}

.btn-print {
    background-color: #fbc60f;
    margin-top: 1rem;
    font-size: 14px;
    padding: 0.6rem 1rem;
    color: #000;
}

@media print {

    .navbar,
    .header,
    .top-header,
    .footer,
    .copyright,
    .btn-print,
    .header-centered,
    .nav-mobile {
        display: none !important
    }

    .coupon-activation .row .col-lg-6 {
        width: 50%
    }

    .logo-coupon img {
        width: 70%
    }

    .qr-code-container img {
        width: 60%
    }

    .ul-coupon li {
        font-size: 1rem
    }

    .coupon-activation .container {
        padding: 0;
        margin: 0;
        width: 100%;
        margin: auto;
        max-width: 100%;
    }

    .coupon-code span {
        font-size: 1.5rem
    }
}

@media only screen and (max-width: 992px) {
    .span-price-lg {
        font-size: 1.4rem
    }

    .none-price {
        font-size: 1.3rem
    }

    .thumbImg img {
        height: 60px;
        width: 100%;
        margin-left: auto;
    }

    .thumbnail-image {
        width: 108px !important;
        overflow: hidden;
        object-fit: cover;
    }

    .iframe-custom {
        height: 150px
    }

    .product-card {
        margin-bottom: 10px
    }

    .social__icons {
        flex-wrap: wrap
    }

    .social__icons li {
        margin-bottom: 1rem
    }
}

.pr-0 {
    padding-right: 0 !important
}

.btn-login-mobile {
    background-color: var(--bg-primary);
    line-height: 1.6;
    height: 35px !important;
}

.mr-2 {
    margin-right: 10px
}

.nav-mobile-li:hover {
    background-color: transparent !important;
    color: #FFF !important
}

button[data-sharer="twitter"] {
    background-color: #00aced;
    box-shadow: 0 2px 0 #0084b4, 1px 4px 2px rgb(0 0 0 / 20%);
    color: #FFF
}

button[data-sharer="facebook"] {
    background-color: #3b5998;
    box-shadow: 0 2px 0 #224389, 1px 4px 2px rgb(0 0 0 / 20%);
    color: #FFF
}

button[data-sharer="email"] {
    background-color: #444;
    box-shadow: 0 2px 0 #222, 1px 4px 2px rgb(0 0 0 / 20%);
    color: #FFF
}

button[data-sharer="whatsapp"] {
    background-color: #4DC247;
    box-shadow: 0 2px 0 #30af29, 1px 4px 2px rgb(0 0 0 / 20%);
    color: #FFF
}

button[data-sharer="telegram"] {
    background-color: #34ADE1;
    box-shadow: 0 2px 0 #0e9bd8, 1px 4px 2px rgb(0 0 0 / 20%);
    color: #FFF
}

button[data-sharer="pinterest"] {
    background-color: #CB2029;
    box-shadow: 0 2px 0 #a30e15, 1px 4px 2px rgb(0 0 0 / 20%);
    color: #FFF
}

button[data-sharer="line"] {
    background-color: #1DCD00;
    box-shadow: 0 2px 0 #1dcd00, 1px 4px 2px rgb(0 0 0 / 20%);
    color: #FFF
}

.social__icons li {
    margin-left: 0.3rem
}

.social__icons li .btn {
    border-radius: 100px;
    padding: 0.3rem 1rem;
    font-size: 11px;
}

.social__icons li .btn:hover {
    color: #fff
}


.owl-carousel.owl-drag .owl-item {
    touch-action: inherit !important;
}