:root {
    --primary-color: #d6b238;
    --secondary-color: #9f832a;
}

html, body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    position: relative;
}

.header-logo,
.footer-logo,
.profile-image {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.header-profile-image {
    width: 32px !important;
    height: 32px !important;
}

.profile-image {
    width: 64px !important;
    height: 64px !important;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow {
    left: -25px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid var(--primary-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background: transparent;
    cursor: pointer;
}

.next-arrow {
    right: -25px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid var(--primary-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background: transparent;
    cursor: pointer;
}

.slick-arrow-next {
    border-right: 0 solid transparent;
    border-left: 15px solid var(--primary-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background: 0 0;
    cursor: pointer;
}

.slick-arrow-prev {
    border-left: 0 solid transparent;
    border-right: 15px solid var(--primary-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background: 0 0;
    cursor: pointer;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

}

/* ============ small devices .end// ============ */

.drift-bounding-box,
.drift-zoom-pane {
    position: absolute;
    pointer-events: none
}

@keyframes noop {
    0% {
        zoom: 1
    }
}

@-webkit-keyframes noop {
    0% {
        zoom: 1
    }
}

.drift-zoom-pane.drift-open {
    display: block
}

.drift-zoom-pane.drift-closing,
.drift-zoom-pane.drift-opening {
    animation: noop 1ms;
    -webkit-animation: noop 1ms
}

.drift-zoom-pane {
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.drift-zoom-pane-loader {
    display: none
}

.drift-zoom-pane img {
    position: absolute;
    display: block;
    max-width: none;
    max-height: none
}

.arrow-up {
    width: 0;
    height: fit-content;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--primary-color);
    cursor: pointer;
}

.arrow-down {
    width: 0;
    height: fit-content;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--primary-color);
    cursor: pointer;
}

.quantity-text {
    padding: .625rem 1rem;
    background: #fff;
    border: 1px solid #dae1e7;
    border-radius: 0.3125rem;
}

.navbar-nav .dropdown-menu .submenu {
    margin: 0px !important;
}

.back-to-top {
    width: 45px;
    height: 45px;
    padding-top: 6px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
    display: none;
}

.btn-secondary {
    color: var(--primary-color) !important;
    background-color: #ffffff;
    border-color: var(--primary-color) !important;
    box-shadow: unset;
}

.btn-secondary:hover {
    color: #ffffff !important;
    background-color: var(--primary-color) !important;
    border-color: #00c0f5 !important;
}

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

.filter-category-list .form-check-input {
    width: 0.7em !important;
    height: 0.7em !important;
    border-radius: 0.1em !important;
}

.filter-brand-list .form-check-input {
    width: 1em !important;
    height: 1em !important;
    border-radius: 0.1em !important;
}

.product-title {
    height: 40px;
    line-height: 20px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-brand-title {
    height: 25px;
    line-height: 25px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail-image {
    width: 50px;
    height: 50px;
}

.mobile-navbar .header-logo {
    height: 50px !important;
}

.count-notif {
    vertical-align: middle;
    margin-left: -5px;
    margin-top: -20px;
    font-size: 12px;
}

#searchbtn {
    height: 50px;
    padding: 0.5rem 1rem;
    color: black;
    background: white;
    border: 1px solid var(--primary-color);
    border-left: none;
    border-radius: 0 50px 50px 0 !important;
}

.nav-search-bar {
    height: 50px;
    border: 1px solid var(--primary-color);
    border-radius: 50px 0px 0px 50px !important;
}

.sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: navbar-show .25s;
    animation: navbar-show .25s;
    box-shadow: 0 .25rem .5625rem -0.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -0.0625rem rgba(0, 0, 0, .05);
    z-index: 1030;
}

@media (max-width: 991px) {
    body {
        padding-top: 70px !important;
    }
    .ui-widget-content {
        width: 90% !important;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 80px !important;
    }
}

.desktop-category-nav .dropdown-item {
    padding: 0.425rem 0.5rem !important;
}

.product-image-container {
    height: 250px;
}

@media only screen and (max-width: 576px) {
    .product-image-container {
        height: 150px;
    }
}

.hover-zoom:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: 0.2s all ease-in-out;
}

.navbar-nav .dropdown-menu {
    min-width: 14rem;
}

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

.mobile-nav-tabs .active {
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.handheld-toolbar-enabled .footer {
    padding-bottom: 0px !important;
}

.product-card {
    padding-bottom: 0px !important;
}

.card {
    border: 1px solid rgba(0, 0, 0, .085) !important;
}

.discount-percent-text {
    background: var(--primary-color);
    border-radius: 77px;
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    color: white;
    width: fit-content;
    padding: 3px 6px;
    font-weight: 700;
    font-size: 12px;
}