/* fonts */
@import url("https://fonts.cdnfonts.com/css/euclid-circular-b");
@import url("https://fonts.cdnfonts.com/css/metropolis-2");
@import url("https://fonts.googleapis.com/css2?family=Lusitana&display=swap");

/* CSS default reset */
button:focus,
button:focus-visible {
    outline: none !important;
}
.form-control:focus,
.control-group input:focus,
.form-group input:focus {
    border-color: var(--primary-color) !important;
}
select {
    cursor: pointer;
}
a {
    color: var(--font-color);
}
a:hover:not(.dont-apply, .btn) {
    text-decoration: none !important;
    /* color: initial; */
    color: var(--primary-color) !important;
}
/* Default page margin */
.full-content-wrapper,
.footer-content-wrapper,
.default-width {
    max-width: 1160px !important;
    /* max-width: 1260px !important; */
    margin: auto !important;
    padding: 0 10px !important;
}
/* Hide compare icon */
a.compare-icon {
    display: none !important;
}
/* Buttons */
.btn-delete {
    background-color: #fff;
    border: 1px solid #f60000;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    color: #f60000 !important;
    padding: 8px;
    width: 135px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.btn-delete:hover {
    background: #f60000;
    color: #fff !important;
}
/* Utility classes and fixes*/
.text-underline {
    text-decoration: line-through !important;
}
.text-grey {
    color: var(--grey-font-color) !important;
}
/*.text-light {*/
/*    color: var(--light-font-color) !important;*/
/*}*/
.dark-font-color {
    color: var(--dark-font-color) !important;
}
.pe-none {
    pointer-events: none;
}
.font-weight-bold {
    font-weight: 600 !important;
}
.lusitana {
    font-family: "Lusitana", serif;
}
.metropolis {
    font-family: "Metropolis", sans-serif;
}
.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.product-card-new .card-body .compare-icon,
.product-card-new .card-body .wishlist-icon {
    right: 0 !important;
}
#quick-view-btn-container {
    display: none !important;
}
#product-gallery-carousel li.thumb-frame {
    height: 74px;
    width: 74px;
}
#product-gallery-carousel li.thumb-frame .bg-image {
    height: 100%;
    width: 100%;
}
.product-price {
    color: var(--primary-color);
}
.product-price .regular-price {
    /* color: #f05153; */
    color: #9aacba;
    font-size: 18px;
    font-size: 400;
}
.product-price .special-price {
    font-size: 18px !important;
    color: #f05153;
}
.product-price span:last-child {
    font-size: 20px !important;
}
.product-price {
    display: flex;
    min-height: 23px !important;
}
.product-card-new {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 5px 5px;
}
.product-card-new .card-body .product-name {
    margin-bottom: 10px;
}
.product-card-new .card-body .product-name span.fs16 {
    font-size: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
@media (min-width: 600px) {
    div.grid-card {
        width: 212px !important;
        /* width: 196px !important; */
        max-width: unset !important;
    }
}
.material-icons.next,
.material-icons.prev {
    padding: 5px;
    /* background: var(--font-color); */
    background: #75757a;
    border-radius: 100%;
}
.product-carousel .VueCarousel .VueCarousel-navigation {
    display: none;
}
.product-carousel .VueCarousel:hover .VueCarousel-navigation {
    display: block;
}
.product-carousel
    .VueCarousel
    .VueCarousel-navigation
    .VueCarousel-navigation-prev {
    left: 67px !important;
}
.product-carousel
    .VueCarousel
    .VueCarousel-navigation
    .VueCarousel-navigation-next {
    right: 60px !important;
}
.product-carousel .VueCarousel-navigation-button[data-v-453ad8cd]:focus {
    outline: unset !important;
}
.VueCarousel-dot-container {
    margin: 0 !important;
}
button.VueCarousel-dot,
button.VueCarousel-dot--active {
    margin-top: 0 !important;
}
button.VueCarousel-dot--active {
    background-color: var(--primary-color) !important;
}
div.VueCarousel-dot-container {
    margin-top: 0 !important;
}
.spinner {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 318px;
    /* height: 200px; */
    width: 100%;
    margin-bottom: 15px;
}
.card-body {
    /* padding: 1.25rem 1.25rem 7px 1.25rem !important; */
}
.product-rating {
    display: none;
}
.primary-color {
    color: var(--primary-color);
}
[data-tip] {
    position: relative;
}
[data-tip]:before {
    content: "";
    /* hides the tooltip when not hovered */
    display: none;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    /* border-bottom: 5px solid var(--primary-color); */
    position: absolute;
    top: 30px;
    left: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 35px;
    left: 0px;
    padding: 1px 8px;
    background: var(--primary-color);
    color: #fff;
    z-index: 9;
    font-size: 0.75em;
    height: 18px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
    display: block;
}
table td.actions {
    display: block;
}
a.active {
    /* And disable the pointer events */
    /* pointer-events: none; */
}
.saleko-green {
    color: var(--primary-color) !important;
}
.border {
    border: 1px solid #ffffff;
    border-radius: 10px;
}
.badge-info {
    color: var(--font-color) !important;
}
.app {
    margin-left: 35%;
}
.heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.01em;
    margin: 0;
}
.heading-second {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.01em;
}
.heading-medium {
    font-size: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}
.product-header .heading-second {
    font-weight: 300;
}
.product-header .heading-second:hover {
    color: var(--primary-color);
    /* font-weight: 400; */
}
.heading-second .icon {
    color: #fff !important;
}
.s-heading {
    font-size: 22px !important;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
}
.text-gray {
    color: var(--light-font-color) !important;
}
/* Default Velocity override */
/* button.increase,
button.decrease {
    color: white !important;
    background: #4b4b4b;
    border-radius: 5px;
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 25px !important;
    padding: 0px !important;
}
.quantity input {
    border: 0 !important;
}
button.increase:hover,
button.decrease:hover {
    color: white !important;
    background: #4b4b4b !important;
    border: 0 !important;
} */
.theme-btn {
    /* filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1)); */
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    border-radius: 5px;
    background-color: #fff !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    padding: 10px 12px !important;
}
.theme-btn:hover {
    border-color: initial !important;
    color: #fff !important;
    background: var(--primary-color) !important;
}
.theme-btn:hover svg path {
    fill: #fff;
}
.theme-btn:focus {
    border-color: initial !important;
    color: #fff !important;
    background: var(--primary-color) !important;
}
.theme-btn:focus svg path {
    fill: #fff;
}
.carousel-products {
    margin-bottom: 40px;
}
@media (min-width: 900px) {
    .carousel-products {
        margin-bottom: 90px;
    }
}
.product-detail section {
    padding-top: 0 !important;
}
.mini-cart-container #mini-cart .badge {
    /* top: 20px !important;
    left: 56px !important; */
    top: 13px !important;
    left: 52px !important;
    background: var(--primary-color);
}
@media only screen and (max-width: 992px) {
    .mini-cart-container {
        display: block;
    }
}
.sticker.new {
    background-color: var(--primary-color) !important;
}
.btn-add-to-cart .text-uppercase {
    text-transform: capitalize !important;
    font-size: 16px !important;
}
.btn-add-to-cart {
    margin-top: 5px;
    /* background-color: var(--primary-color) !important; */
    border-radius: 14px !important;
    padding: 5px !important;
}
.btn-add-to-cart:hover {
    background-color: var(--primary-color) !important;
}
.main-content-wrapper {
    margin-bottom: 0 !important;
}
#alert-container {
    z-index: 500;
}
#cart-modal-content {
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}
#cart-modal-content .empty p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
}
.owl-nav {
    text-align: right;
    font-size: 30px !important;
    color: var(--light-font-color);
}

/* Boostrap overide */
.btn:focus {
    box-shadow: none !important;
}
/* .owl-nav .owl-prev {
    padding: 5px !important;
} */

/* Homepage */

/* Header*/
.background-top {
    display: none !important;
    /* Fixed position */
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 500;
}
.background-top .overlay {
    background-color: rgba(0, 32, 26, 0.7);
}
.mobile-menu .overlay {
    background-color: rgba(0, 32, 26, 0.7);
}
.background-top h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    /* identical to box height */
    color: #ffffff;
    letter-spacing: 0.02em;
}
.btn-sell {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    border: 1px solid #ffffff;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    padding: 15px 30px;
}
.btn-sell:hover {
    background: #ffffff;
    color: var(--font-color) !important;
}

@media (min-width: 1366px) {
    .background-top {
        display: flex !important;
    }
    .mobile-menu {
        display: none;
    }
}
.mobile-menu {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%) !important;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 500;
    background-color: #ffffff;
}
#mobile-menu {
    width: 100% !important;
    background-color: #fff;
    height: 100vh;
    top: 0;
    overflow-y: scroll;
    z-index: 700;
    border-radius: 5px;
    box-shadow: 0 3px 6pxrgba (0, 0, 0, 0.16), 0 3px 6pxrgba (0, 0, 0, 0.23);
}
#mobile-menu .btn-get-started {
    padding: 15px;
}
#mobile-menu h2 {
    color: var(--primary-color);
}
#mobile-menu .second-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
}
#mobile-menu ul {
    list-style: none;
}
#mobile-menu ul li {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    font-weight: 600;
    color: var(--saleko-green);
    text-transform: capitalize;
}
#mobile-menu .btn-sell {
    bottom: 0;
    margin-bottom: 10px;
}
#mobile-menu .btn-dashboard {
    width: 181px;
}

/* Top bar */
.cart_modal {
    font-family: "Euclid Circular B", sans-serif;
}
.cart_modal .title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
    color: var(--dark-font-color);
}
.cart_modal .count {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: var(--dark-font-color);
}
.cart_modal .name {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    font-weight: 500;
    margin-bottom: 4px;
    color: var(--dark-font-color);
}
.cart_modal .seller a {
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
    color: var(--light-font-color);
    letter-spacing: 0.01em;
}
.cart_modal .qty {
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
    color: var(--light-font-color);
}
.cart_modal .price {
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--dark-font-color);
}
.cart_modal .price .regular {
    font-size: 11px;
    line-height: 11px;
    text-decoration: line-through;
    /* text-decoration: overline; */
    font-weight: 400;
    letter-spacing: 0.01em;
    color: var(--light-font-color);
}
.cart_modal .price .off {
    margin-left: 3px;
    font-size: 11px;
    border-radius: 1px;
    padding: 2px;
    line-height: 11px;
    background: rgba(0, 155, 125, 0.25);
    /* text-decoration: line-through; */
    font-weight: 400;
    color: var(--light-font-color);
}
.cart_modal .total {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.cart_modal .modal-dialog {
    max-width: unset !important;
    margin: 0 !important;
    margin-left: 70% !important;
}
.cart_modal .modal-dialog .modal-body {
    padding: 10px 20px !important;
}
.cart_modal .btn-get-started {
    width: 100% !important;
    border-radius: 10px !important;
    padding: 17px 30px;
    font-weight: 400;
    font-size: 15px;
}
.cart_modal .modal-dialog .modal-content {
    height: 98vh;
    /* height: 100vh; */
    /* padding: 3px; */
    border-radius: 32px 0 0 32px !important;
}
.cart_modal .modal-dialog .modal-content .img-wrapper {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.cart_modal .modal-dialog .modal-content .item {
    position: relative;
    padding: 10px 0;
    height: 113px;
    margin-bottom: 10px;
}
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}
.bounce-enter-active {
    /* animation: bounce-in 0.5s; */
}
.bounce-leave-active {
    animation: bounce-in 0.3s reverse;
}
@keyframes bounce-in {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
.cart_modal .modal-dialog .modal-content .item .wrapper {
    background-color: #f3f6f5;
    padding: 15px 10px;
    border-radius: 20px;
}
.cart_modal .modal-dialog .modal-content .item a {
    cursor: pointer;
}
.cart_modal .modal-dialog .modal-content .items-container {
    /* height: 42vh; */
    height: 35vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 57px;
}
@media (min-width: 1367px) {
    .cart_modal .modal-dialog .modal-content .items-container {
        height: 47vh;
    }
}
.cart_modal .modal-dialog .modal-content .total {
    text-align: right;
    margin-top: 10px;
    color: var(--dark-font-color);
}
.cart_modal .modal-dialog .modal-content .item .delete {
    position: absolute;
    top: 0;
    right: 0;
}
.cart_modal .modal-dialog .modal-content .item .delete .fas {
    background: crimson;
    color: #fff;
    padding: 8px;
    border-radius: 100%;
    font-size: 11px;
}
.cart_modal .modal-dialog .modal-content input {
    width: 28px !important;
    height: 28px !important;
    border-radius: 100%;
}
.cart_modal .modal-dialog .modal-content .footer {
    bottom: 0;
    margin-bottom: 50px;
    left: 0;
    right: 0;
    padding: 0 15px;
}
.cart_modal .modal-dialog .modal-content .footer .buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
@media (min-width: 1237px) {
    .cart_modal .modal-dialog .modal-content .footer .buttons {
        display: flex;
        flex-direction: row;
    }
}
.cart_modal .modal-dialog .modal-content .empty {
    margin-top: 50px;
}

/* Cart Modal 2 */
.cart_modal2.modal.left .modal-dialog,
.cart_modal2.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    height: 98%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.cart_modal2.modal.left .modal-content,
.cart_modal2.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.cart_modal2.modal.left .modal-body,
.cart_modal2.modal.right .modal-body {
    padding: 15px 15px 80px;
}
/*Left*/
.cart_modal2.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.cart_modal2.modal.left.fade.in .modal-dialog {
    left: 0;
}
/*Right*/
.cart_modal2.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.cart_modal2.modal.right.fade.in .modal-dialog {
    right: 0;
}
.cart_modal2.modal-content {
    border-radius: 0;
    border: none;
}
.cart_modal2 {
    /* New style */
    font-family: "Euclid Circular B", sans-serif;
}
.cart_modal2 .title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
    font-weight: 900;
    color: var(--dark-font-color);
}
.cart_modal2 .count {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    /* New style */
    font-weight: 900;
    /* font-weight: 500; */
    color: var(--dark-font-color);
}
.cart_modal2 .name {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    /* New style */
    font-weight: 900;
    /* font-weight: 500; */
    margin-bottom: 4px;
    color: var(--dark-font-color);
}
.cart_modal2 .seller a {
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
    color: var(--grey-font-color);
    letter-spacing: 0.01em;
    /* margin-top: 4px; */
}
.cart_modal2 .price {
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    /* New style */
    font-weight: 900;
    /* font-weight: 500; */
    letter-spacing: 0.01em;
    color: var(--dark-font-color);
}
.cart_modal2 .price .regular {
    font-size: 11px;
    line-height: 11px;
    text-decoration: line-through;
    /* text-decoration: overline; */
    font-weight: 400;
    letter-spacing: 0.01em;
    color: var(--grey-font-color);
}
.cart_modal2 .price .off {
    margin-left: 3px;
    font-size: 11px;
    border-radius: 1px;
    padding: 2px;
    line-height: 11px;
    background: rgba(0, 155, 125, 0.25);
    /* text-decoration: line-through; */
    font-weight: 400;
    color: var(--grey-font-color);
}
.cart_modal2 .total {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.cart_modal2 .modal-dialog {
    max-width: unset !important;
    margin: 0 !important;
    margin-left: 70% !important;
}
.cart_modal2 .modal-dialog .modal-body {
    padding: 10px 24px !important;
}
.cart_modal2 .btn-get-started {
    width: 100% !important;
    border-radius: 10px !important;
    padding: 17px 30px;
    font-weight: 500;
    font-size: 15px;
}
.cart_modal2 .modal-dialog .modal-content {
    height: 98vh;
    /* height: 100vh; */
    /* padding: 3px; */
    border-radius: 32px 0 0 32px !important;
}
.cart_modal2 .modal-dialog .modal-content .img-wrapper {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.cart_modal2 .modal-dialog .modal-content .item {
    position: relative;
    padding: 10px 0;
    height: 113px;
    margin-bottom: 10px;
}
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
    opacity: 0;
}
.bounce-leave-active {
    animation: bounce-in 0.3s reverse;
}
@keyframes bounce-in {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}
.cart_modal2 .modal-dialog .modal-content .item .wrapper {
    background-color: #f3f6f5;
    padding: 15px 10px;
    border-radius: 20px;
}
.cart_modal2 .modal-dialog .modal-content .item a {
    cursor: pointer;
}
.cart_modal2 .modal-dialog .modal-content .items-container {
    /* height: 42vh; */
    height: 35vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 57px;
}
@media (min-width: 1367px) {
    .cart_modal2 .modal-dialog .modal-content .items-container {
        height: 47vh;
    }
}
.cart_modal2 .modal-dialog .modal-content .total {
    text-align: right;
    margin-top: 10px;
}
.cart_modal2 .modal-dialog .modal-content .total span {
    margin-left: 38px !important;
}
.cart_modal2 .modal-dialog .modal-content .item .delete {
    position: absolute;
    top: 0;
    right: 0;
}
.cart_modal2 .modal-dialog .modal-content .item .delete .fas {
    background: crimson;
    color: #fff;
    padding: 8px;
    border-radius: 100%;
    font-size: 11px;
}
.cart_modal2 .modal-dialog .modal-content input {
    width: 28px !important;
    height: 28px !important;
    border-radius: 100%;
    padding: 0;
}
.cart_modal2 .modal-dialog .modal-content .footer {
    bottom: 0;
    margin-bottom: 50px;
    left: 0;
    right: 0;
    padding: 0 24px;
}
.cart_modal2 .modal-dialog .modal-content .footer .buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

@media (min-width: 1237px) {
    .cart_modal2 .modal-dialog .modal-content .footer .buttons {
        display: flex;
        flex-direction: row;
    }
}
.cart_modal2 .modal-dialog .modal-content .empty {
    margin-top: 50px;
}
.cart_modal2 .qty {
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
    color: var(--grey-font-color);
    position: absolute;
    width: 100%;
    margin-bottom: 15px;
    bottom: 0;
    left: 180px;
    left: 216px;
}
.cart_modal2 .qty .decrease {
    background: #dadada;
    width: 20px !important;
    height: 20px !important;
}
.cart_modal2 .qty .increase {
    background: var(--primary-color);
    width: 20px !important;
    height: 20px !important;
    color: #ffff;
}
.cart_modal2 .qty .decrease:focus,
.cart_modal2 .qty .increase:focus {
    outline: none;
}
.cart_modal2 .qty input {
    border: 0 !important;
    background: inherit !important;
    width: 25px !important;
    text-align: center !important;
    font-size: 13px;
}
.cart_modal2 .qty button {
    border: 0;
    font-size: 17px;
}
.cart_modal2 .seller {
    position: absolute;
    bottom: 0;
    margin-bottom: 23px;
    bottom: 0;
    left: 100px;
}
.cart_modal2 .fa-circle-notch {
    /* font-size: 20px; */
}
.top-bar .desktop-menu {
    gap: 20px;
}
.top-bar .desktop-menu .account {
    /* width: 171px; */
    width: 100%;
}
.top-bar .desktop-menu .user-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    /* color: #606B6B; */
}
.top-bar .desktop-menu .form {
    width: 100%;
}
.top-bar .desktop-menu input,
.top-bar .desktop-menu select {
    border: 1px solid #e7e9ea;
    border-radius: 5px;
    padding: 10px;
    height: 50px;
}
.top-bar .desktop-menu .search input {
    /* width: 414px; */
    width: 100%;
    min-width: 326px;
}
.top-bar .desktop-menu select {
    width: 326px !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
}
input::placeholder,
select::placeholder,
.top-bar .desktop-menu input::placeholder {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 19px;
    letter-spacing: 0.02em;
}
.wrapper__one select {
    width: 326px;
}
.top-bar .desktop-menu .search {
    position: relative;
}
.top-bar .desktop-menu .search button {
    border: 0;
    padding: 0;
    background: none;
    position: absolute;
    top: 15px;
    right: 14px;
}
.btn-get-started {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    color: var(--primary-color) !important;
    padding: 10px;
    width: 150px;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    cursor: pointer;
}
.btn-get-started:hover {
    background: var(--primary-color);
    color: #fff !important;
}
.btn-negotiate {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    color: var(--primary-color) !important;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.btn-negotiate:hover {
    background: var(--primary-color);
    color: #fff !important;
}
.dropbtn {
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    padding: 10px 0;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #e7e9ea;
}
.dropdown-content a {
    font-size: 14px;
    /* color: black; */
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}

.dropdown-content a:hover {
    color: var(--primary-color);
    font-weight: 600 !important;
}
.dropdown-item {
    padding: 0;
}
.dropdown-item:active {
    background-color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.wishlist {
    position: relative;
}
.wishlist .badge-container {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 12px;
}
.wishlist .badge {
    color: #fff;
    border-radius: 50%;
    padding: 4px;
    min-width: 20px;
    font-size: 12px !important;
    background: var(--primary-color) !important;
}
.desktop-menu {
    padding-top: 110px;
    display: none !important;
    /* For Background Top display fix hack */
}
.mobile-menu-bar {
    padding-top: 77px;
}
.mobile-menu-bar input,
.mobile-menu-bar select {
    border: 1px solid #e7e9ea;
    border-radius: 5px 0px 0px 5px;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    color: var(--light-font-color);
    letter-spacing: 0.02em;
    height: 43px;
}
.mobile-menu-bar input::placeholder {
    /* padding-left: 20px; */
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    color: var(--light-font-color);
    letter-spacing: 0.02em;
}
.mobile-menu-bar button {
    background-color: var(--primary-color);
    color: #fff;
    border: 0;
    width: 120px;
    position: absolute !important;
    right: 0;
    height: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 0px 5px 5px 0px;
    letter-spacing: 0.02em;
}
.mobile-menu-bar .icon {
    margin-top: 16px;
    margin-left: 10px;
}
@media (min-width: 1366px) {
    .desktop-menu {
        display: flex !important;
    }
    .mobile-menu-bar {
        display: none !important;
    }
}
/* nav */
.nav .desktop {
    display: none !important;
}
.nav .category-heading {
    position: relative;
    /* width: 130px; */
}
.nav .category-heading h2 {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 20px;
    letter-spacing: 0.01em;
    margin: 0;
    color: var(--saleko-green);
}
.nav .category-heading img {
    position: absolute;
    right: 0;
    top: 7px;
    margin-left: 20px;
}
.nav .category-heading .dropdown-content {
    width: 180px;
}
.nav .categories a {
    /* color: red !important; */
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}
.nav .categories a:hover {
    color: var(--primary-color) !important;
}
@media screen and (min-width: 1366px) {
    .nav .mobile {
        display: none !important;
    }
    .nav .desktop {
        display: flex !important;
    }
}

@media only screen and (max-width: 768px) {
    .heading {
        font-size: 20px !important;
    }
    .heading-second {
        font-size: 16px !important;
    }
    .s-heading {
        font-size: 18px !important;
    }
}

.slider-wrapper {
    /* outline: 2px solid blue !important; */
    /* max-height: 449px !important; */
    /* padding: 2px; */
    overflow: hidden;
    display: grid !important;
    gap: 20px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.slider-wrapper img {
    border-radius: 5px;
}
.wrapper__col__one {
    height: 100% !important;
    grid-column: span 8;
    /* outline: 2px solid black; */
}
.wrapper__item__1 {
    height: 100% !important;
}

.wrapper__col__two {
    /* height: 100% !important; */
    /* max-height: auto; */
    display: flex;
    grid-column: span 4;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-between;
}
.wrapper__item__2,
.wrapper__item__3 {
    height: 48%;
}

@media (max-width: 700px) {
    .wrapper__item {
        height: 100% !important;
    }
    .slider-wrapper {
        grid-template-columns: 1fr !important;
        /* height: 100% !important; */
    }

    .wrapper__col__two {
        display: none;
    }

    .wrapper__item__1 {
        height: 40vw;
        width: 100%;
    }

    .wrapper__item__2 {
        height: 100% !important;
    }
}

/* Three banners */
/* Placeholder */
#three-banners .item {
    max-height: 214px;
    max-width: 367px;
    border-radius: 5px;
}
.featured-three .three-banners2 {
    display: grid !important;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
.featured-three .three-banners2 .item {
    max-width: 345px;
    transition: 0.5s;
}
.featured-three .three-banners2 .item:hover {
    box-shadow: 1px 7px 7px 1px rgba(0, 0, 0, 0.3) !important;
}
.featured-three .three-banners2 .item:hover .sale {
    /* background: var(--primary-color); */
    display: none;
}
.featured-three .three-banners2 .item:hover img {
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1.03);
}
.featured-three .three-banners2 .item .wrapper {
    /* height: 14vw; */
    height: clamp(85px, 14vw, 214px);
}
.featured-three .three-banners2 .image-wrapper img {
    /* width: 204px;
    margin: auto !important; */
    /* width: 204px; */
    object-fit: contain;
    /* transition: 0.4s; */
    /* height: clamp(71px, 214px, 214px); */
}
.featured-three .three-banners2 .sale {
    top: 0;
    right: 0;
    background: #db3a0e;
    /* background: var(--primary-color); */
    border-radius: 0px 5px 0px 0px;
    /* padding: 10px 25px; */
    padding: clamp(3px, 0.8vw, 10px) clamp(7px, 1.7vw, 25px);

    /* font-size: 6vw; */
    font-size: clamp(10px, 2vw, 16px);
    line-height: 23px;
    font-weight: 600;
}

/* Recommended Stores */
.sellers-container,
.owl-carousel {
    width: 100% !important;
    /* display: flex;
    margin-top: 20px; */
    /* overflow-x: hidden !important; */
}
.sellers-container .seller-item {
    margin-right: 14px;
    width: 264.71px !important;
    height: 105px !important;
    /* left: 70px; */
    /* top: 0px; */
    position: relative !important;
    display: block;
    box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.09);
    border-radius: 36px;
    margin-bottom: 10px;
}
.sellers-container .seller-item:hover {
    background: #fff9e6;
}
.sellers-container .seller-item:hover h2 {
    color: var(--primary-color) !important;
}
.sellers-container .seller-item .wrapper {
    display: flex;
    padding-top: 20px;
    width: 264.71px !important;
}
.sellers-container .seller-item .wrapper img {
    /* display: flex;
    flex-direction: column; */
    width: 64.41px;
    height: 64.41px;
    background-color: #ffe600;
    border-radius: 100%;
    left: 99.12px;
    top: 20.29px;
    margin-left: 29px;
    margin-right: 12px;
}
#stores .seller-item .wrapper .details h2 {
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0 !important;
}
#stores .seller-item .wrapper .details p {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #767676;
    margin-right: 5px;
}
/* Products Grid */
#product-item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(208px, 1fr)) !important;
    justify-content: center;
    gap: 5px;
}
#product-item .product-card-new {
    max-width: 95% !important;
    width: 100%;
}
@media only screen and (max-width: 681px) {
    #product-item {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
        /* display: flex; */
    }
    #product-item .product-card-new .card-body {
        padding: 5px;
    }
}

/* Post AD banner */
#banner .ad {
    padding: 12px 0 !important;
}
#banner h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 0;
}
#banner h3 {
    font-weight: 400;
    font-size: 23px;
    line-height: 29px;
}
#banner .btn1 {
    padding: 20px 50px;
    background-color: #fff;
    color: black;
    font-size: 20px;
    line-height: 25px;
    border-radius: 32px;
    box-shadow: 0px 4px 15px 1px rgba(183, 28, 6, 0.3);
}
/* Marvel Product-card */
.marvel.product-item {
    width: 165px;
    /* height: 277px; */
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.marvel.product-item .img-container {
    border-radius: 5px 5px 0 0;
    /* box-shadow: 2px 2px rgb(0 0 0 / 5%); */
    box-shadow: 0px 2px 10px rgb(0 0 0 / 5%);
}
.marvel.product-item .img-container .sticker.new {
    background: var(--primary-color);
    color: #fff;
    top: 13px !important;
}
.marvel.product-item .img-container .sticker.onsale {
    background: crimson;
    color: #fff;
    display: block;
    top: 13px !important;
}
.marvel.product-item .star-rating {
    padding-bottom: 5px;
}
.marvel.product-item .star-rating .total-reviews {
    color: var(--light-font-color);
    font-size: 14px;
}
.marvel.product-item .material-icons {
    top: 12px;
}
.marvel.product-item .wishlist {
    right: 0;
    z-index: 1;
    margin: 10px;
    /* padding: 2px; */
    /* background: white;
    border-radius: 100%; */
}
.marvel.product-item .wishlist .material-icons {
    padding: 5px;
    background: white;
    border-radius: 50%;
    color: var(--primary-color);
}
.marvel.product-item img {
    object-fit: contain;
    width: 100%;
    height: 197px;
    border-radius: 5px 5px 0 0;
}
.marvel.product-item:hover img {
    object-fit: cover;
    transition: all 0.8s;
    transform: scale(1.09);
}
.marvel.product-item:hover .sticker {
    display: none;
}
.marvel.product-item:hover .img-container {
    overflow: hidden;
}
.marvel.product-item .product-name h1 {
    max-width: 100px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--font-color);
    margin: 0;
}
.marvel.product-item .regular-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* color: crimson; */
    color: var(--light-font-color);
    text-decoration-line: line-through;
    margin-bottom: 0;
}
.marvel.product-item .product-price span {
    /* font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-color) !important; */
}
.marvel.product-item .product-price .special-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: var(--primary-color) !important;
}
.marvel .product-info {
    padding: 10px 5px 0 5px !important;
    /* padding: 10px !important; */
}
.marvel.product-item .cart-btn {
    color: #4b4b4b;
    border: 0;
    background: white;
}
.marvel.product-item .cart-btn .material-icons-outlined,
.marvel.product-item .cart-btn .material-icons {
    /* font-size: 18px !important; */
    top: 9px;
    position: relative;
    padding: 7px;
    background: rgba(0, 97, 80, 0.05);
    border-radius: 50%;
}
.marvel.product-item .cart-btn:hover {
    color: var(--primary-color);
}
.marvel.product-item .star-rating .material-icons {
    color: #f4af47;
    font-size: 16px;
}
@media (min-width: 600px) {
    .marvel.product-item .star-rating .total-reviews {
        font-size: 16px;
    }
    .marvel.product-item .star-rating .material-icons {
        font-size: 20px;
    }
    .marvel .product-info {
        padding: 10px !important;
    }
    .marvel.product-item {
        width: 217px;
    }
    .marvel.product-item .product-price .regular-price {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
    }
    .marvel.product-item .product-price .special-price {
        font-weight: 700;
        font-size: 24px;
        line-height: 25px;
    }
    .marvel.product-item .product-name h1 {
        font-size: 20px;
        line-height: 25px;
        max-width: 150px;
        /* white-space: unset;
        overflow: unset;
        text-overflow: unset; */
    }
    .marvel.product-item .product-price span {
        font-weight: 700;
        font-size: 24px;
        line-height: 25px;
    }
}
/* Footer */
#footer,
footer {
    color: #606b6b !important;
    background: #f6f6f6;
    margin-top: 35px;
}
#footer .wrapper__one {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
#footer .wrapper__one div:last-child {
    margin-left: auto;
}
#footer h2 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
}
#footer h1 {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 140%;
    /* or 22px */
}
#footer .input-wrapper {
    margin-top: 20px;
    position: relative;
}
#footer .input-wrapper .mail {
    position: absolute;
    top: 25%;
    left: 15px;
    font-size: 24px;
}
#footer input {
    width: 500px;
    padding: 10px 50px;
    border: 1px solid #9aacba;
    border-radius: 5px 0px 0px 5px;
    /* position: relative; */
}
#footer .newsletter input::placeholder {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
}
#footer .newsletter button {
    padding: 10px;
    background-color: var(--primary-color);
    color: #fff;
    border: 0;
    width: 120px;
    position: absolute !important;
    right: 0;
    height: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 0px 5px 5px 0px;
    /* identical to box height */
    letter-spacing: 0.02em;
}
#footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* color: #06b6b !important; */
}
#footer a p:hover {
    /* font-weight: 600; */
    color: var(--primary-color) !important;
}
#footer .wrapper__two {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
#footer .wrapper__two .icons .icon {
    margin-right: 20px;
}
#footer .menu {
    display: grid;
    gap: 20px;
}
#footer hr {
    border-top: 2px solid #e7e9ea;
}
#footer a:hover {
    color: var(--primary-color);
}
@media only screen and (max-width: 900px) {
    #footer input {
        width: 300px;
    }
    #footer .newsletter button {
        width: 100px;
    }
}
@media only screen and (max-width: 768px) {
    #footer .wrapper__two {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
}
@media only screen and (max-width: 600px) {
    #footer .wrapper__one {
        grid-template-columns: 1fr;
        text-align: center;
    }
    #footer .wrapper__one div:last-child {
        margin-left: 0;
    }
    #footer .newsletter {
        justify-content: center;
    }
    #footer .wrapper__two {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Produc view page */
.product-detail {
    gap: 20px;
}
.product-detail nav a:hover {
    /* font-weight: 600; */
    color: var(--primary-color);
}
.product-detail .seller-info {
    margin-top: 30px;
}
.product-detail #product-form,
.product-detail .layouter {
    height: fit-content !important;
}
.product-detail .seller-info h2.seller-name {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    background: #9acdce;
    border-radius: 2px;
    padding: 10px;
    display: inline;
}
.product-detail .seller-info a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* text-decoration-line: underline; */
    color: var(--light-font-color);
}
.product-detail .seller-info a.store:hover {
    text-decoration-line: underline !important;
}
.product-detail .wishlist-icon i {
    color: var(--primary-color);
}
.product-detail h2.product-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.02em;
}
.product-detail .brand {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* margin-top: 23px; */
    /* color: var(--light-font-color); */
}
.product-detail .brand-label {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.02em;
    /* color: #4b4b4b; */
}
.product-detail .delivery-details h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.product-detail section {
    display: block;
}
.product-detail .wrapper_one,
.product-detail .wrapper_two {
    width: 100%;
}
.product-detail .wrapper_one {
    border: none;
    padding: 20px;
}
.product-detail .wrapper__two {
    /* justify-content: center !important; */
    border: 1px solid #e7e9ea;
    border-radius: 5px;
}
.product-detail .border {
    border: 1px solid #e7e9ea;
    border-radius: 5px;
}
.product-detail .product-price {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    /* identical to box height */

    letter-spacing: 0.02em;
    /* color: var(--font-color); */
}
.product-detail .regular-price {
    /* color: #f05153; */
    color: #9aacba;
    font-size: 25px !important;
}
.product-detail .product-price span:first-child {
    font-size: 30px !important;
    line-height: 38px;
    display: block;
}
.product-detail .wrapper__two .delivery-heading {
    border-bottom: 1px solid #e7e9ea;
    font-size: 16px;
}
.product-detail .wrapper__two h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.product-detail .wrapper__two p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.product-detail .btn-negotiate {
    /* margin-right: 30px; */
    width: 150px;
    margin-right: 20px;
}
/* @media (max-width: 500px) {
    .product-detail .btn-negotiate {
        width: 100%;
    }
    .product-detail .theme-btn {
        width: 100%;
    }
} */
@media (min-width: 1159px) {
    .product-detail .btn-negotiate {
        width: unset;
    }
    .product-detail .seller-info {
        margin-top: 10px;
        /* padding: 10px; */
    }
    /*.product-detail section {*/
    /*    display: flex;*/
    /*    gap: 20px;*/
    /*}*/
    .product-detail .item__two {
        margin-left: 20px;
    }
    .product-detail .wrapper__one {
        width: 75%;
        /* display: flex; */
        display: grid;
        grid-template-columns: 2.5fr 1.5fr;
        border: 1px solid #e7e9ea;
        border-radius: 5px;
        padding: 20px;
    }
    .product-detail .wrapper__two {
        width: 25%;
        border: 1px solid #e7e9ea;
        border-radius: 5px;
    }
    .product-detail .wrapper__two .delivery-details {
        margin-left: 16px;
    }
}
.product-detail .about h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    padding: 10px 20px;
    border-bottom: 1px solid #e7e9ea;
}
.product-detail .description_wrapper {
    padding: 10px 20px;
}
.product-detail .about .description_wrapper h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
.product-detail .description_wrapper {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.product-detail .description_wrapper p {
    color: var(--light-font-color);
    margin-bottom: 0px;
}
.product-detail .shipping-info h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    padding: 10px 20px;
    border-bottom: 1px solid #e7e9ea;
}
.product-detail .shipping-info h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}

.product-detail .shipping-info .wrapper {
    padding: 10px 20px;
}
.product-detail .shipping-info .wrapper p {
    color: var(--light-font-color);
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.product-detail .shipping-info .address-wrapper h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .product-detail .shipping-info .address-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
.product-detail .VueCarousel-inner {
    padding-top: 30px !important;
}
.image-container .magnifier > img {
    max-width: 249px !important;
    min-height: 212px !important;
    max-height: 212px !important;
}
.product-image-group {
    padding: 20px;
}
.bg-image {
    /* height: 80px !important; */
}
/* Customer Dashboard */
.customer_dashboard .sidebar {
    z-index: unset;
    width: 100%;
    display: none;
    background: #fff;
}
.customer_dashboard aside .sidemenu {
    list-style: none;
    padding: 30px;
}
.customer_dashboard aside .sidemenu li span.position-absolute {
    top: 3;
}
.customer_dashboard aside .sidemenu .link {
    margin-left: 40px;
}
.customer_dashboard aside .sidemenu li {
    margin-bottom: 40px;
}
.customer_dashboard aside .sidemenu li:last-child {
    margin-bottom: 0;
}
.customer_dashboard aside .sidemenu li a {
    font-size: 16px;
    line-height: 20px;
}
.customer_dashboard aside .sidemenu li a:hover {
    /* font-weight: 600; */
    color: var(--primary-color);
}
.customer_dashboard .account_details {
    min-height: 510px;
    background: #fff;
    /* width: 100%; */
}
.customer_dashboard .account_heading {
    border-bottom: 1px solid #e7e9ea;
    padding: 20px 40px;
    /* padding: 20px; */
}
.customer_dashboard .btn-edit-profile {
    min-width: 130px;
}
.customer_dashboard .btn-edit-address {
    width: max-content;
}
.customer_dashboard .account_details h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}
.customer_dashboard .account_body,
.customer_dashboard .wishlist-container,
.customer_dashboard .account_details > form {
    /* padding: 20px; */
    padding: 40px !important;
}
.customer_dashboard .account_body p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
}
.customer_dashboard .account_body span {
    font-weight: 600;
}
.customer_dashboard .address {
    margin-bottom: 40px;
}
.customer_dashboard .address .actions a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
}
.customer_dashboard .address .actions a:hover {
    color: var(--primary-color);
    text-decoration-line: underline !important;
}
@media (min-width: 768px) {
    .customer_dashboard {
        display: grid;
        grid-template-columns: 265px auto;
        gap: 20px;
    }
    .customer_dashboard .sidebar {
        display: block;
        max-height: 510px;
    }
}
@media (min-width: 1024px) {
    .customer_dashboard .address {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .customer_dashboard .orders .btn-filter {
        padding: 0;
        border: 0;
        /* Note */
        margin-left: 15px !important;
    }
}
.customer_dashboard .orders img {
    max-width: 200px;
}
.customer_dashboard .orders .filter_wrapper select {
    /* width: 354px; */
    width: 354px;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #e7e9ea;
    border-radius: 5px;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .customer_dashboard .orders .filter_wrapper select {
        width: 150px;
    }
}
.customer_dashboard .negotiations .order_body .desktop {
    display: none;
}
.customer_dashboard .negotiations .order_body .mobile button {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    right: 0;
    margin-right: 10px;
    /* background: #ffff; */
}
.customer_dashboard .negotiations .order_body .mobile .item {
    padding: 20px 10px;
    border-bottom: 1px solid #e7e9ea;
}
@media (min-width: 1050px) {
    .customer_dashboard .negotiations .order_body .mobile {
        display: none;
    }
    .customer_dashboard .negotiations .order_body .desktop {
        display: block;
    }
}
.customer_dashboard .order_body .wrapper .image-wrapper {
    padding: 5px;
    width: 120px;
    height: 120px;
}
.customer_dashboard .order_body .wrapper img {
    width: 100%;
    height: 100%;
}
.customer_dashboard .order_body .wrapper {
    /* width: 128px;
    height: 102px; */
    /* align-items: center; */
    /* justify-items: center; */
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.customer_dashboard .order_body .wrapper .product-name {
    font-weight: 600;
}
.customer_dashboard .order_body .wrapper .price {
    font-weight: 600;
    font-size: 16px;
}
.customer_dashboard .order_body .wrapper .date,
.customer_dashboard .order_body .wrapper .status {
    font-weight: 400;
    font-size: 16px;
}
.customer_dashboard .order_body .wrapper {
    border-bottom: 1px solid #e7e9ea;
}
.customer_dashboard .order_body > div:last-child {
    margin-bottom: 10px;
}
.customer_dashboard .order_body .wrapper .status {
    /* color: #fff; */
    /* font-size: 13px !important; */
    text-transform: capitalize;
}
.customer_dashboard .customer_orders .order_body a .wrapper:hover {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 2%);
}
.customer_dashboard .negotiations .order_body a.open .wrapper:hover {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 2%);
}
.customer_dashboard .order_body a:hover {
    color: var(--font-color);
}
.customer_dashboard .list-card {
    border-bottom: 1px solid #e7e9ea;
}
.customer_dashboard .order_body .order {
    /* cursor: pointer; */
}
.customer_dashboard .order_body .wrapper > div:nth-child(4) {
    /* margin-top: 20px; */
    grid-column: 2;
    /* color: blue; */
}
.customer_dashboard .negotiations .product-name {
    font-size: 16px !important;
    color: #202435;
    font-weight: 600;
}
.customer_dashboard .neg_price {
    font-weight: 400;
    font-size: 14px;
}
/* .customer_dashboard .neg_price {
    font-weight: 700;
    font-size: 24px !important;
    line-height: 30px;
    color: var(--primary-color);
} */
.customer_dashboard .quote-form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.customer_dashboard .accordian-header {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.customer_dashboard .quote-form input,
.customer_dashboard .quote-form textarea {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e7e9ea;
    /* border-radius: 10px; */
    padding: 5px 10px;
}
@media (min-width: 1024px) {
    .customer_dashboard .order_body .wrapper {
        padding: 10px;
        gap: 10px;
        /* align-items: unset; */
        align-items: center;
        /* justify-items: center; */
        /* grid-template-columns: repeat(2, 1fr) 250px; */
        grid-template-columns: repeat(5, 1fr);
    }
    .customer_dashboard .negotiations .order_body .wrapper {
        align-items: center;
        gap: 40px;
        padding: 15px;
        grid-template-columns: repeat(2, 1fr) 250px;
    }
    .customer_dashboard .order_body .wrapper .price {
        font-weight: 600;
        font-size: 16px;
    }
    .customer_dashboard .order_body .wrapper .date,
    .customer_dashboard .order_body .wrapper .status {
        font-weight: 400;
        font-size: 14px;
    }
    .customer_dashboard .order_body .wrapper > div:nth-child(4) {
        grid-column: 4;
    }
}
.customer_dashboard table .theme-btn {
    font-size: 10px;
}
@media (max-width: 768px) {
    .customer_dashboard .order_body .wrapper .image-wrapper {
        width: 100px;
        height: 100px;
        padding: 0;
    }
    .customer_dashboard .neg_price {
        display: block;
        margin-left: 0 !important;
    }
}
@media (max-width: 388px) {
    .customer_dashboard .btn-add-to-cart {
        padding: 2px 5px !important;
    }
}
/* .customer_dashboard optgroup, */
.customer_dashboard .custom-select {
    font-size: 15px;
}
.customer_dashboard input[type="text"],
.customer_dashboard input[type="password"],
.customer_dashboard input[type="email"],
.customer_dashboard select {
    height: 40px !important;
    font-size: 15px;
}
.customer_dashboard input[type="text"],
.customer_dashboard input[type="password"],
.customer_dashboard input[type="email"],
.customer_dashboard select,
.customer_dashboard label,
.customer_dashboard .control-group > span {
    font-size: 15px;
}
.main-container-wrapper .product-card .product-image img {
    max-height: 100%;
}

/* Seller Dashboard */
.seller_dashboard .top-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 5;
    background: #fff;
    padding: 0 20px;
}
.seller_dashboard .top-header .dashboard_intro {
    display: none;
}
@media (min-width: 768px) {
    .seller_dashboard .top-header .dashboard_intro {
        display: block;
    }
}
.seller_dashboard .mobile_menu {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}
.seller_dashboard .mobile_menu .sidemenu a:last-child li {
    margin-top: initial;
}

.seller_dashboard .mobile_menu hr {
    border-top: 2px solid #e7e9ea;
}
.seller_dashboard .mobile_menu aside .sidemenu {
    padding: 10px;
}
.seller_dashboard .mobile_menu aside .sidemenu li {
    margin-bottom: 5px;
    font-weight: 600;
}
.seller_dashboard .main_content {
    background: #fbfcfc;
    margin: 20px;
    /* padding: 20px; */
    border-radius: 10px;
}
.seller_dashboard .dashboard .account-head .account-action {
    margin-top: 20px !important;
}
.seller_dashboard .dashboard .sale-stock {
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
    .seller_dashboard .dashboard .sale-stock {
        grid-template-columns: 1fr;
    }
}
.seller_dashboard #mySidebar {
    display: none;
}
.seller_dashboard .sidebar {
    z-index: unset;
    width: 100%;
    display: none;
}
.seller_dashboard aside .sidemenu {
    list-style: none;
    padding: 30px;
}
.seller_dashboard aside .sidemenu li .fas {
    margin-top: 2px;
}
.seller_dashboard aside .sidemenu li .fa {
    margin-top: 2px;
}
.seller_dashboard aside .sidemenu li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 12px;
    position: relative;
}
.seller_dashboard aside .sidemenu li .link {
    margin-left: 45px;
    position: absolute;
    left: 0;
}
.seller_dashboard aside .sidemenu li:hover {
    border-radius: 5px 0px 0px 5px;
    /* font-weight: 600; */
    background: var(--primary-color);
}
.seller_dashboard aside .sidemenu a:hover li {
    color: #fff;
    /* font-weight: 600; */
    background: var(--primary-color);
}
.seller_dashboard aside .sidemenu li:hover svg path {
    fill: #fff;
}
.seller_dashboard aside a.active li {
    border-radius: 5px 0px 0px 5px;
    /* font-weight: 600; */
    color: #fff;
    background: var(--primary-color);
}
.seller_dashboard aside a.active li path {
    fill: white !important;
}
aside .sidemenu li a.active {
    font-weight: 600;
    color: var(--primary-color);
}
.seller_dashboard aside .sidemenu a:last-child li {
    margin-top: 35px;
}
@media (min-width: 1024px) {
    .seller_dashboard .main_content {
        padding: 20px;
    }
    .seller_dashboard .top-header {
        padding: 0 50px;
    }
    .seller_dashboard nav {
        overflow-y: scroll;
        max-height: 600px;
    }
    .seller_dashboard #mySidebar {
        display: block;
    }
    .seller_dashboard .top-header .fa-bars {
        display: none;
    }
    .seller_dashboard .wrapper {
        /* margin-top: 20px; */
        margin-bottom: 20px;
        display: grid;
        grid-template-columns: 170px auto;
        padding: 0 50px;
    }
    .seller_dashboard {
        /* padding-left: 55px; */
    }
}
.seller_dashboard .dashboard .dashboard_wrapper .item {
    color: #4c4e52;
}
@media (max-width: 1023px) {
    .seller_dashboard .dashboard .dashboard_wrapper .item {
        margin-bottom: 20px;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .seller_dashboard .dashboard .dashboard_wrapper {
        display: grid;
        gap: 20px;
        /* grid-template-columns: repeat(4, minmax(auto, 280px)); */
        grid-template-columns: repeat(5, 1fr);
        width: 100%;
    }
}
.seller_dashboard .dashboard .dashboard_wrapper h2 {
    font-size: 24px;
    line-height: 30px;
}
.seller_dashboard .dashboard .dashboard_wrapper p {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}
.seller_dashboard .dashboard .dashboard_wrapper .progress {
    display: block !important;
    height: unset;
    width: fit-content;
    text-align: center;
}
.seller_dashboard .dashboard .dashboard_wrapper .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.seller_dashboard .account-head .account-action input {
    border: 1px solid #e7e9ea;
    border-radius: 5px;
    padding: 10px;
}
.seller_dashboard .welcome_wrapper h1.welcome {
    font-size: 27px;
    line-height: 37px;
}
.seller_dashboard .welcome_wrapper .logo {
    width: 68px;
}
.seller_dashboard .welcome_wrapper .tour .tour_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 768px) {
    .seller_dashboard .welcome_wrapper .tour .tour_wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
.seller_dashboard .welcome_wrapper .tour .tour_wrapper h4 {
    font-size: 16px;
    line-height: 16px;
}
.seller_dashboard .welcome_wrapper .tour .tour_wrapper p {
    font-size: 16px;
    line-height: 24px;
}
.seller_dashboard .welcome_wrapper .tour .tour_wrapper .icon {
    padding-top: 12px;
    margin-right: 40px;
}
.seller_dashboard .account-items-list a:hover {
    text-decoration: underline !important;
}
.seller_dashboard .dashboard .dashboard-stats .dashboard-card .data {
    color: var(--font-color);
}
.seller_dashboard .account-heading {
    font-size: 24px;
    font-weight: 600;
}
.seller_dashboard .create_product select,
.seller_dashboard .create_product input {
    border: 1px solid #cdd0d6;
    border-radius: 5px;
    padding: 7px 5px;
    margin-bottom: 10px;
    /* height: 45px; */
}
.cart_wrapper h1.text-center {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    /* identical to box height */
    /* text-align: center; */
    letter-spacing: 0.01em;
}
.cart_wrapper .body_wrapper .wrapper {
    /* min-height: 300px; */
    padding-bottom: 50px;
}
.cart_wrapper .heading_wrapper,
.cart_wrapper .item {
    /* overflow: auto; */
    gap: 20px;
    display: grid;
    align-items: center;
    grid-template-columns: 2fr 3fr 2fr 2fr 2fr minmax(auto, 100px);
}
.cart_wrapper .heading_wrapper {
    padding: 15px 15px;
    border-bottom: 1px solid #e7e9ea;
}
.cart_wrapper .heading_wrapper h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.cart_wrapper form h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
}
.cart_wrapper .product-info span {
    font-weight: 400;
}

.cart_wrapper form .items {
    border-bottom: 1px solid #e7e9ea;
}
.cart_wrapper .controls input,
.cart_wrapper .controls .btn {
    width: 100%;
    /* max-width: 375px; */
}
.cart_wrapper .custom-form input {
    border: 1px solid #e7e9ea;
    border-radius: 5px;
    padding: 10px;
    /* height: 50px; */
}
.cart_wrapper .order-summary {
    border: 1px solid #e7e9ea;
    border-radius: 5px;
}
.cart_wrapper .controls .wrapper {
    display: grid;
    grid-template-columns: minmax(auto, 472px) minmax(auto, 326px);
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}
.cart_wrapper .order-summary a.btn {
    max-width: 100%;
}
@media (max-width: 768px) {
    .cart_wrapper .heading_wrapper,
    .cart_wrapper .item {
        grid-template-columns: repeat(5, 100px) 50px;
    }
    .cart_wrapper .body_wrapper .wrapper {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .cart_wrapper .heading_wrapper {
        padding: 0 5px;
        border-bottom: 0;
        background: #e7e9ea;
    }
    .cart_wrapper .heading_wrapper h1 {
        font-weight: 600;
        font-size: 13px;
        /* line-height: 25px; */
    }
    .cart_wrapper form h3 {
        font-size: 13px;
    }
    .cart_wrapper .controls .wrapper {
        grid-template-columns: 1fr;
    }
}
.form-container img {
    z-index: -1;
}
.form-container .login_form {
    margin-top: 50px;
}
.form-container .login_form,
.form-container .signup_form {
    width: 50% !important;
    margin-left: auto;

    /* position: absolute;
    top: 80;
    right: 0; */
}
.form-container .login_form label,
.form-container .signup_form label,
.form-container .seller-form-controls label {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 40px;
    /* identical to box height, or 250% */

    letter-spacing: 0.02em;
}
.form-container .login_form .theme-btn,
.form-container .signup_form .theme-btn,
.form-container .seller-form-controls .theme-btn {
    height: 50px !important;
}
.form-container .seller-form-controls input[type="text"],
.form-container .login_form input,
.form-container .signup_form .control-group input[type="text"],
.form-container .signup_form .control-group input[type="tel"],
.form-container .signup_form .control-group input[type="email"],
.form-container .signup_form .control-group input[type="password"],
.form-container .signup_form .control-group select {
    border: 1px solid #cdd0d6;
    border-radius: 5px;
    height: 45px;
}
.form-container .login_form p,
.form-container .signup_form p {
    font-size: 16px;
    line-height: 40px;
    /* identical to box height, or 250% */
    letter-spacing: 0.02em;
}
.form-container .signup_form .seller-form-controls label {
    /* font-size: 12px !important; */
}
.form-container .signup_form .newsletter span {
    font-size: 16px;
}
.social-login-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
.seller-form-controls input[type="radio"] {
    height: 10 !important;
}
.social-login-links .link {
    width: 100% !important;
    min-width: unset !important;
}
@media (max-width: 768px) {
    .form-container .login_form,
    .form-container .signup_form {
        margin-left: unset;
        width: 100% !important;
        margin-top: 60px;
    }
    .form-container .login_form input {
        /* width: 100vh; */
    }
    .form-container img {
        /* display: none; */
        opacity: 0.1;
    }
}
@media (max-width: 400px) {
    .social-login-links .link {
        padding: 5px 8px !important;
    }
}
.all_stores {
    display: grid;
    grid-template-columns: minmax(auto, 276px) minmax(auto, 276px) minmax(
            auto,
            276px
        );
    gap: 20px;
}
.all_stores .seller {
    /* width: 373px; */
    /* height: 363px; */
    /* border-radius: 5px 5px 0px 0px; */
    /* outline: 1px solid red; */
}
.all_stores img {
    height: 250px;
    /* opacity: 0.4; */
    width: 100%;
    object-fit: fill;
}
.all_stores .seller h2 {
    background: var(--primary-color);
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}
@media (max-width: 768px) {
    .all_stores {
        display: grid;
        grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
    }
    .all_stores img {
        /* height: 200px !important; */
    }
}
/* Negotiation */
.neg_container .default-width {
    /* position: fixed;
    z-index: 1;
    width: 100%; */
    max-width: 1100px !important;
}
.negotiation .chat_wrapper {
    background-color: #f4f6f6;
    /* padding: 20px; */
    padding: 20px 20px 0 20px;
    border: 1px solid #ddd;
    border-radius: 2px;
    /* New styling */
    /* height: 88vh; */
    /* overflow-y: scroll; */
}
@media (min-width: 1024px) {
    .negotiation .chat_wrapper {
        min-height: 677px;
        overflow-y: unset;
    }
}
.negotiation .chat_wrapper h2 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.negotiation .aside {
    height: fit-content;
}
.negotiation .aside .product_img {
    width: 180px;
}
.negotiation .intro h2 {
    color: var(--primary-color);
}
.negotiation p {
    font-size: 16px !important;
}
.negotiation .chat {
    padding: 10px;
    background-color: #ddd;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 1em;
}
.negotiation .time {
    color: var(--primary-color);
    font-size: 12px;
}
.negotiation .label {
    font-weight: 600;
}
.negotiation .quote_description {
    padding: 20px 10px;
    width: 100%;
    background-color: #f4f6f6;
}
.negotiation input {
    border: 1px solid #e7e9ea;
    border-radius: 5px;
    padding: 8px;
    font-size: 16px;
    /* height: 50px; */
    width: 100px;
    /* margin-left: 20px;
    margin-right: 20px; */
}
.negotiation .close {
    font-size: 16px;
}
.negotiation .expiry_time {
    color: var(--primary-color);
}
.negotiation .aside {
    display: none;
}
.negotiation .bidder {
    margin-top: 30px;
    /* position: sticky; */
    bottom: 0;
    background: #4c4e52;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
}
.negotiation .bid_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: normal;
}
.negotiation button.btn {
    height: 40px !important;
}
@media (max-width: 500px) {
    .negotiation button.btn {
        border-radius: 50% !important;
    }
    .negotiation .btn_send,
    .negotiation .btn_close {
        display: none;
    }
}

@media (min-width: 1024px) {
    .negotiation .bid_wrapper {
        justify-content: space-evenly;
    }
    .negotiation .mobile {
        display: none;
    }
    .negotiation .aside {
        display: block;
        position: sticky;
        top: 0;
        animation: bounce;
        animation-duration: 1s;
        background: #fff;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .negotiation {
        display: grid;
        grid-template-columns: auto 450px;
        gap: 40px;
    }
    .negotiation .bid_label {
        font-size: 16px;
        font-weight: 600;
    }
    .negotiation input {
        width: 150px;
    }
}
.page {
    /* margin-top: 40px !important; */
    /* font-family: 'Euclid Circular B', sans-serif; */
    line-height: 19px !important;
}
.page p {
    margin-bottom: 30px;
}
.page .link {
    color: var(--primary-color) !important;
}
.page .link:hover {
    text-decoration: underline !important;
}
@media (max-width: 768px) {
    .page .border {
        padding: 25px !important;
    }
}

/* Matnex modifications */

/* Saleko's button style */
.btn {
    /* font-size: 12px !important; */
}

.btn-saleko-primary,
.btn-saleko-outline-primary {
    border-color: var(--primary-color) !important;
}

.btn-saleko-outline-primary {
    color: var(--primary-color) !important;
}

.btn-saleko-outline-primary:hover {
    background: white !important;
}

.btn-saleko-primary {
    background: var(--primary-color) !important;
}

.btn-saleko-primary.btn:disabled {
    border-color: #DADADA !important;
    background-color: #DADADA !important;
    color: #4F4F4F !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    opacity: .8;
}

input[field-type=number] {
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    -webkit-appearance: textfield !important;
    /* Firefox */
}

#wishlist-component .unset.wishlist-icon.btn-wishlist {
    border: 1px solid #084C3F;
    border-radius: 12.53px;
    font-weight: 600;
    color: #084C3F !important;
    padding: 9px !important;
    /*margin-left: 3rem;*/
}

#wishlist-component .material-icons {
    color: #084C3F;
}

#wishlist-component span {
    display: inline-block;
    margin-left: 10px;
    margin-top: 2px;
}

.bg-saleko-primary-shade {
    background-color: rgba(8, 76, 63, 0.05);
}

.with-ellipse-in-bg {
    background-image: url("../images/backgrounds/ellipse-in-bg.png");
    background-position: right 0 bottom 0;
    background-repeat: no-repeat;
    background-size: 198px 153px;
}

/* Text color is pure black not a shade of black */
h1,
h2,
h3,
h4 {
    /* color: black; */
}

/* A general class to use for bolder texts */
.font-weight-900 {
    font-weight: 900 !important;
}

.text-saleko-primary {
    color: #084c3f !important;
}

.clip-text {
    /*word-break: keep-all;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
}

.radius-8 {
    border-radius: 8px;
}

.radius-14 {
    border-radius: 14px;
}

.radius-18 {
    border-radius: 14px;
}

.radius-26 {
    border-radius: 26px;
}

/* Add search icon to bootstrap field */
.has-search .form-control {
    padding-right: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    right: 5px;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/* Slider */
.range-slider.grad {
    --progress-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
    --progress-flll-shadow: var(--progress-shadow);
    --fill-color: linear-gradient(to right, LightCyan, var(--primary-color));
    --thumb-shadow: 0 0 4px rgba(0, 0, 0, 0.3),
    -3px 9px 9px rgba(255, 255, 255, 0.33) inset,
    -1px 3px 2px rgba(255, 255, 255, 0.33) inset,
    0 0 0 99px var(--primary-color) inset;
}
.range-slider.grad input:hover {
    --thumb-transform: scale(1.2);
}
.range-slider.grad input:active {
    --thumb-shadow: inherit;
    --thumb-transform: scale(1);
}

.range-slider.flat {
    --thumb-size: 25px;
    --track-height: calc(var(--thumb-size) / 3);
    --progress-shadow: none;
    --progress-flll-shadow: none;
    --thumb-shadow: 0 0 0 7px var(--primary-color) inset, 0 0 0 99px white inset;
    --thumb-shadow-hover: 0 0 0 9px var(--primary-color) inset,
    0 0 0 99px white inset;
    --thumb-shadow-active: 0 0 0 13px var(--primary-color) inset;
    max-width: 100%;
}

.range-slider.overlay {
    --primary-color: #d6e9ff;
    --track-height: 50px;
    --thumb-size: var(--track-height);
    --thumb-color: var(--primary-color);
    --thumb-shadow: none;
    --progress-flll-shadow: none;
    --progress-shadow: none;
    --progress-background: none;
    --progress-radius: 0px;
    --ticks-color: var(--primary-color);
    --ticks-height: 0;
    --ticks-thickness: 0;
    --ticks-gap: 0px;
    --min-max-font: 700 18px Arial;
    --min-max-opacity: 1;
    --show-min-max: none;
    color: #0366d6;
}
.range-slider.overlay input:hover {
    --thumb-shadow: calc(25px - (50px * var(--is-left-most))) 0 0 -15px #0366d6
    inset;
}
.range-slider.overlay input:active {
    --thumb-color: inherit;
}
.range-slider.overlay .range-slider__values {
    width: calc(100% - 50% / (var(--max) - var(--min)));
}

.range-slider {
    --value-offset-y: var(--ticks-gap);
    --value-active-color: white;
    --value-background: transparent;
    --value-background-hover: var(--primary-color);
    --value-font: 700 12px/1 Arial;
    --fill-color: var(--primary-color);
    --progress-background: #eee;
    --progress-radius: 20px;
    --track-height: calc(var(--thumb-size) / 2);
    --min-max-font: 12px Arial;
    --min-max-opacity: 0.5;
    --min-max-x-offset: 10%;
    --thumb-size: 22px;
    /*--thumb-color: white#084C3F00;*/
    /*--thumb-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.5) inset,*/
    /*0 0 0 99px var(--thumb-color) inset;*/
    /*--thumb-shadow-active: 0 0 0 calc(var(--thumb-size) / 4) inset*/
    /*var(--thumb-color),*/
    /*0 0 0 99px var(--primary-color) inset, 0 0 3px rgba(0, 0, 0, 0.4);*/
    --thumb-color: rgba(8, 76, 63, 1);
    --thumb-shadow: 0 0 3px rgba(8, 76, 63, 0.4), 0 0 1px rgba(8, 76, 63, 0.5) inset,
    0 0 0 99px var(--thumb-color) inset;
    --thumb-shadow-active: 0 0 0 calc(var(--thumb-size) / 4) inset
    var(--thumb-color),
    0 0 0 99px var(--primary-color) inset, 0 0 3px rgba(0, 0, 0, 0.4);
    --thumb-shadow-hover: var(--thumb-shadow);
    --ticks-thickness: 1px;
    --ticks-height: 5px;
    --ticks-gap: var(
        --ticks-height,
        0
    );
    --ticks-color: silver;
    --step: 1;
    --ticks-count: Calc(var(--max) - var(--min)) / var(--step);
    --maxTicksAllowed: 30;
    --too-many-ticks: Min(1, Max(var(--ticks-count) - var(--maxTicksAllowed), 0));
    --x-step: Max(
        var(--step),
        var(--too-many-ticks) * (var(--max) - var(--min))
    );
    --tickInterval: 100/ ((var(--max) - var(--min)) / var(--step)) * var(--tickEvery, 1);
    --tickIntervalPerc: calc(
        (100% - var(--thumb-size)) / ((var(--max) - var(--min)) / var(--x-step)) *
        var(--tickEvery, 1)
    );
    --value-a: Clamp(
        var(--min),
        var(--value, 0),
        var(--max)
    );
    --value-b: var(--value, 0);
    --text-value-a: var(--text-value, "");
    --completed-a: calc(
        (var(--value-a) - var(--min)) / (var(--max) - var(--min)) * 100
    );
    --completed-b: calc(
        (var(--value-b) - var(--min)) / (var(--max) - var(--min)) * 100
    );
    --ca: Min(var(--completed-a), var(--completed-b));
    --cb: Max(var(--completed-a), var(--completed-b));
    --thumbs-too-close: Clamp(
        -1,
        1000 * (Min(1, Max(var(--cb) - var(--ca) - 5, -1)) + 0.001),
        1
    );
    --thumb-close-to-min: Min(1, Max(var(--ca) - 2, 0));
    --thumb-close-to-max: Min(1, Max(98 - var(--cb), 0));
    display: inline-block;
    height: max(var(--track-height), var(--thumb-size));
    background: linear-gradient(to right, var(--ticks-color) var(--ticks-thickness), transparent 1px) repeat-x;
    background-size: var(--tickIntervalPerc) var(--ticks-height);
    background-position-x: calc( var(--thumb-size) / 2 - var(--ticks-thickness) / 2 );
    background-position-y: var(--flip-y, bottom);
    padding-bottom: var(--flip-y, var(--ticks-gap));
    padding-top: calc(var(--flip-y) * var(--ticks-gap));
    position: relative;
    z-index: 1;
}
.range-slider[data-ticks-position=top] {
    --flip-y: 1;
}
.range-slider::before, .range-slider::after {
    --offset: calc(var(--thumb-size) / 2);
    content: counter(x);
    display: var(--show-min-max, block);
    font: var(--min-max-font);
    position: absolute;
    bottom: var(--flip-y, -2.5ch);
    top: calc(-2.5ch * var(--flip-y));
    opacity: clamp(0, var(--at-edge), var(--min-max-opacity));
    transform: translateX(calc(var(--min-max-x-offset) * var(--before, -1) * -1)) scale(var(--at-edge));
    pointer-events: none;
}
.range-slider::before {
    --before: 1;
    --at-edge: var(--thumb-close-to-min);
    counter-reset: x var(--min);
    left: var(--offset);
}
.range-slider::after {
    --at-edge: var(--thumb-close-to-max);
    counter-reset: x var(--max);
    right: var(--offset);
}
.range-slider__values {
    position: relative;
    top: 50%;
    line-height: 0;
    text-align: justify;
    width: 100%;
    pointer-events: none;
    margin: 0 auto;
    z-index: 5;
}
.range-slider__values::after {
    content: "";
    width: 100%;
    display: inline-block;
    height: 0;
    background: red;
}
.range-slider__progress {
    --start-end: calc(var(--thumb-size) / 2);
    --clip-end: calc(100% - (var(--cb)) * 1%);
    --clip-start: calc(var(--ca) * 1%);
    --clip: inset(-20px var(--clip-end) -20px var(--clip-start));
    position: absolute;
    left: var(--start-end);
    right: var(--start-end);
    top: calc( var(--ticks-gap) * var(--flip-y, 0) + var(--thumb-size) / 2 - var(--track-height) / 2 );
    height: calc(var(--track-height));
    background: var(--progress-background, #eee);
    pointer-events: none;
    z-index: -1;
    border-radius: var(--progress-radius);
}
.range-slider__progress::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    -webkit-clip-path: var(--clip);
    clip-path: var(--clip);
    top: 0;
    bottom: 0;
    /*background: var(--fill-color, black);*/
    background: linear-gradient(90deg, #084C3F 1.46%, #26A37C 48.63%, #37BB17 97.8%);
    box-shadow: var(--progress-flll-shadow);
    z-index: 1;
    border-radius: inherit;
}
.range-slider__progress::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: var(--progress-shadow);
    pointer-events: none;
    border-radius: inherit;
}
.range-slider > input {
    -webkit-appearance: none;
    width: 100%;
    height: var(--thumb-size);
    margin: 0;
    position: absolute;
    left: 0;
    top: calc( 50% - Max(var(--track-height), var(--thumb-size)) / 2 + calc(var(--ticks-gap) / 2 * var(--flip-y, -1)) );
    cursor: -webkit-grab;
    cursor: grab;
    outline: none;
    background: none;
}
.range-slider > input:not(:only-of-type) {
    pointer-events: none;
}
.range-slider > input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: none;
    pointer-events: auto;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.range-slider > input::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: none;
    pointer-events: auto;
    -moz-transition: 0.1s;
    transition: 0.1s;
}
.range-slider > input::-ms-thumb {
    appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: none;
    pointer-events: auto;
    -ms-transition: 0.1s;
    transition: 0.1s;
}

.range-slider > input:hover {
    --thumb-shadow: var(--thumb-shadow-hover);
}

.range-slider > input:hover + output {
    --value-background: var(--value-background-hover);
    --y-offset: -5px;
    color: var(--value-active-color);
    box-shadow: 0 0 0 3px var(--value-background);
}

.range-slider > input:active {
    --thumb-shadow: var(--thumb-shadow-active);
    cursor: -webkit-grabbing;
    cursor: grabbing;
    z-index: 2;
}

.range-slider > input:active + output {
    transition: 0s;
}

.range-slider > input:nth-of-type(1) {
    --is-left-most: Clamp(0, (var(--value-a) - var(--value-b)) * 99999, 1);
}

.range-slider > input:nth-of-type(1) + output {
    --value: var(--value-a);
    --x-offset: calc(var(--completed-a) * -1%);
}

.range-slider > input:nth-of-type(1) + output:not(:only-of-type) {
    --flip: calc(var(--thumbs-too-close) * -1);
}

.range-slider > input:nth-of-type(1) + output::after {
    content: var(--prefix, "") var(--text-value-a) var(--suffix, "");
}

.range-slider > input:nth-of-type(2) {
    --is-left-most: Clamp(0, (var(--value-b) - var(--value-a)) * 99999, 1);
}

.range-slider > input:nth-of-type(2) + output {
    --value: var(--value-b);
}

.range-slider > input:only-of-type ~ .range-slider__progress {
    --clip-start: 0;
}

.range-slider > input + output {
    --flip: -1;
    --x-offset: calc(var(--completed-b) * -1%);
    --pos: calc(
        ((var(--value) - var(--min)) / (var(--max) - var(--min))) * 100%
    );
    pointer-events: none;
    position: absolute;
    z-index: 5;
    background: var(--value-background);
    border-radius: 10px;
    padding: 2px 4px;
    left: var(--pos);
    transform: translate(var(--x-offset), calc( 150% * var(--flip) - (var(--y-offset, 0px) + var(--value-offset-y)) * var(--flip) ));
    transition: all 0.12s ease-out, left 0s;
}
.range-slider > input + output::after {
    content: var(--prefix, "") var(--text-value-b) var(--suffix, "");
    font: var(--value-font);
}

/*@media screen and (max-width: 500px) {*/
/*    body {*/
/*        padding-top: 2em;*/
/*        gap: 8%;*/
/*    }*/
/*}*/

.range-slider a {
    position: fixed;
    top: 1em;
    left: 1em;
    display: inline-block;
    height: 2em;
}

@media screen and (max-width: 500px) {
    .range-slider a {
        position: static;
        order: -1;
    }
}

.range-slider a > img {
    display: inherit;
    height: 100%;
}

.range-slider, label[dir=rtl] .range-slider {
    /*width: clamp(300px, 50vw, 800px);*/
    width: 100%;
    min-width: 200px;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.font-sm {
    font-size: small !important;
}

@media (min-width: 992px) {
    .d-none.but-show-on-lg {
        display: revert !important;
    }
}

.collapse.in:not(.dont-touch) {
    display: revert !important;
}

.text-center.text-left {
    text-align: revert !important;
}

/* Matnex modifications end */

/* Auth pages */
.auth input:focus {
    font-weight: 700;
    color: var(--dark-font-color) !important;
}
.auth .row {
    margin-right: 0px;
    margin-left: 0px;
}
.auth .alert {
    font-size: 16px;
    border-radius: 10px;
}
.auth .alert-success {
    background-color: #edf9f0;
    color: #007665;
    border-color: #edf9f0;
}
.auth .alert-danger {
    color: #da1414;
    background-color: #feefef;
    border-color: #feefef;
}
.auth .alert p {
    margin-bottom: 10px;
}
.auth .alert p:last-child {
    margin-bottom: 0;
}
.auth a.link:hover {
    text-decoration: underline !important;
}
@media (max-width: 911px) {
    .auth .alert {
        font-size: 14px;
    }
}
#authModal .modal-lg {
    max-width: 861px;
}
#authModal .close:hover {
    opacity: 1;
}
#authModal .success-content {
    background: #fff;
    border-radius: 20px;
    padding: 60px 70px !important;
    margin: auto;
    margin-top: 50px;
    height: 656px;
}
#authModal .success-content .body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    padding: 0 80px;
}
#authModal .success-content h2 {
    font-size: 24px;
    font-weight: 700;
}
#authModal .success-content p {
    margin: 15px;
    font-size: 15px;
    color: var(--dark-font-color) !important;
}
#authModal .button {
    width: 100%;
    max-width: 470px;
    margin: auto !important;
}
#authModal .btn-get-started {
    width: 100% !important;
    padding: 15px;
    font-size: 17px;
    margin-top: 20px;
}
#authModal .gif-wrapper {
    width: 350px;
}
@media (max-width: 768px) {
    #authModal .success-content {
        padding: 40px 20px !important;
        height: 435px;
        margin-top: 0;
        margin: unset;
    }
    #authModal .success-content .body {
        padding: 20px 10px;
    }
    #authModal .success-content h2 {
        font-size: 15px;
    }
    #authModal .success-content p {
        font-size: 12px;
        margin: 5px;
    }
    #authModal .fa-times {
        font-size: 18px !important;
    }
    #authModal .gif-wrapper {
        width: 250px;
    }
}

/* New negotiation design */
.negotiation_new_chat .wrapper_one,
.negotiation_new_chat .wrapper_two {
    min-height: 500px;
}
.negotiation_new_chat .btn.btn-get-started:hover svg path {
    fill: #ffff;
}
.negotiation_new_chat .text-underline {
    text-decoration: line-through !important;
}
.negotiation_new_chat .heading {
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.3px;
    font-size: 20px;
    padding: 18px;
    border-bottom: 1px solid #e7e9ea;
}
.negotiation_new_chat p {
    font-size: 14px;
}
.negotiation_new_chat .chat {
    height: 550px !important;
    overflow-y: auto !important;
}
.negotiation_new_chat .product-name {
    text-transform: capitalize;
    font-weight: 600;
}
.negotiation_new_chat .wrapper_two p {
    font-size: 16px;
}
.negotiation_new_chat .border {
    border-radius: 5px;
    border: 1px solid #e7e9ea;
}
.negotiation_new_chat .system_wrapper {
    border-radius: 8px 8px 8px 0px;
    background: #084c3f;
    color: #fff;
    /* padding: 30px 40px 47px 15px; */
    padding: 30px 30px 20px 20px;
    margin-left: 64px;
    margin-bottom: 5px;
    width: fit-content;
}
.negotiation_new_chat .system .time {
    color: #00ffaf;
    text-align: right;
    margin: 0;
    font-size: 12px;
}
.negotiation_new_chat .system .store_name {
    bottom: 0;
    position: absolute;
    margin-left: 13px;
    font-size: 16px;
    font-weight: 600;
}
.negotiation_new_chat .user_message {
    display: flex;
    justify-content: flex-end;
}
.negotiation_new_chat .user .user_wrapper {
    width: fit-content;
    border-radius: 8px 8px 8px 0px;
    background: #e7e9ea;
    padding: 30px 30px 20px 20px;
    margin-right: 60px;
}
.negotiation_new_chat .user .user_wrapper .time {
    text-align: right;
    color: #4f4f4f;
    font-size: 12px;
    margin: 0;
}
.negotiation_new_chat .user .store_name {
    right: 60px;
    font-size: 16px;
    font-weight: 600;
    bottom: 0;
    position: absolute;
}
.negotiation_new_chat .user .icon {
    margin-left: 30px;
}
.negotiation_new_chat .product-image {
    width: 230px;
}
.negotiation_new_chat .btn-get-started {
    font-size: 16px;
    padding: 8px;
    max-width: 300px;
}
.negotiation_new_chat .btn:disabled,
.negotiation_new_chat input:disabled {
    background: #e7e9ea !important;
    color: gray !important;
    border-color: #e7e9ea !important;
}
.negotiation_new_chat .footer .send.btn-get-started {
    padding: 9px 15px;
}
.negotiation_new_chat .send-offer {
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #e6ebf5;
}
.negotiation_new_chat .accept-btn {
    max-width: 144px;
}
.negotiation_new_chat .footer .actions .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.negotiation_new_chat .mobile {
    display: none;
}
@media (max-width: 1098px) {
    .negotiation_new_chat .footer .actions .desktop.wrapper {
        display: none;
    }
    .negotiation_new_chat .mobile {
        display: block;
    }
    .negotiation_new_chat .accept-btn {
        width: 100% !important;
        min-width: 100% !important;
        font-size: 14px !important;
        padding: 10px;
        font-weight: 400;
    }
    .negotiation_new_chat .footer .mobile .send.btn-get-started {
        width: 100% !important;
        min-width: 100%;
    }
    .negotiation_new_chat .mobile .send-offer {
        width: 100% !important;
        font-size: 12px;
    }
    .negotiation_new_chat .mobile input::placeholder {
        font-size: 12px !important;
    }
    .negotiation_new_chat .mobile .add-btn {
        width: 100% !important;
        min-width: 100% !important;
        font-size: 14px !important;
        padding: 10px;
        font-weight: 400;
    }
    .negotiation_new_chat .btn.send {
        font-size: 12px;
    }
    .negotiation_new_chat .mobile h6 {
        font-size: 12px;
    }
}
.customer-modal .attachment_btn {
    background: none;
    border: 0;
}
.customer-modal h2 {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 2px;
}
.customer-modal .font-weight-bold {
    font-weight: 700 !important;
}
.customer-modal .modal-content {
    border-radius: 10px;
    /* padding: 20px 40px; */
    padding: 20px 30px 50px 32px;
    max-width: 468px;
}
.customer-modal .modal-content .modal-body {
    padding: 0 15px 0 0;
}
.customer-modal .header {
    border-bottom: 1px solid #c1c7de;
}
.customer-modal .header h4 {
    font-size: 16px;
    font-weight: 600;
}
.customer-modal .btn-get-started {
    padding: 8px;
    border-radius: 6px;
    font-size: 16px;
}
@media (max-width: 360px) {
    .customer-modal .modal-content .modal-body .info {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .card.marvel-product-card, .marvel-product-card {
        border: 1.75px solid #EDEEF5 !important;
        border-radius: 8.1px;
        box-shadow: none !important;
        width: calc(100% - 10px) !important;
        max-width: none !important;
        margin: revert !important;
        margin-bottom: 1rem !important;
    }
}


.category-container {
    min-height: unset;
}

.toolbar-wrapper .col-4:first-child {
    display: none !important;
}

.toolbar-wrapper .col-4:last-child {
    right: 0;
    position: absolute;
}


@media only screen and (max-width: 992px) {
    .main-content-wrapper .vc-header {
        box-shadow: unset;
    }

    .toolbar-wrapper .col-4:last-child {
        left: 175px;
    }

    .toolbar-wrapper .sorter {
        left: 35px;
        position: relative;
    }

    .quick-view-btn-container,
    .rango-zoom-plus,
    .quick-view-in-list {
        display: none;
    }

    .headline {
        height: 123px !important;
    }
}

.headline {
    height: 297px;
    /*opacity: 0.7;*/
    border-radius: 30px;
    color: #FFF;
    font-weight: 700;
    font-size: 38px;
    /*overflow: hidden;*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.headline>div {
    /*background: linear-gradient(78.3deg, rgba(8, 76, 63, 0.7) 25.3%, rgba(8, 76, 63, 0) 61.69%);*/
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.headline .fa {
    font-size: 38px !important;
}

#filter-options label:not(.skip) {
    font-size: 15px;
    font-weight: 400;
    margin-left: 10px;
    vertical-align: top;
}

#filter-options [type=checkbox] {
    margin-top: 3px;
}

#filter-options .btn.applied:not(.skip) {
    background: rgba(8, 76, 63, 0.13);
    border-radius: 5px !important;
}

#filter-options .btn:not(.applied):not(.skip) {
    color: rgba(219, 58, 14, 1);
    background: transparent;
    font-size: 15px;
    font-weight: 600;
}

#category_wrapper>.form-check>label>a {
    color: var(--primary-color) !important;
}

.card.grid-card {
    width: 100% !important;
}

input[type=checkbox] {
    accent-color: #124041;
}

input[type=checkbox]:checked+* {
    color: #124041;
    font-size: 15px;
    font-weight: 600 !important;
}

@media only screen and (max-width: 992px) {
    .toolbar-wrapper {
        background: var(--primary-color);
        border-radius: 10px !important;
    }

    .toolbar-wrapper *:not(.select-icon-container) {
        color: white;
    }

    .sorter {
        position: static !important;
    }

    .rango-view-grid-container.active, .rango-view-list-container.active {
        display: none !important;
    }

    #filter-options {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 600;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 1rem;
        opacity: 0;
        transition: opacity .15s ease-in;
    }

    #filter-options.filter-active {
        opacity: 1;
        display: block !important;
    }

    #filter-options [type=checkbox] {
        margin-top: 0;
    }

    .mobile-menu.filter-active {
        z-index: 0;
    }

    body.filter-active {
        overflow: hidden;
    }

    .headline>div {
        font-size: 17px;
        line-height: 21px;
    }

    .headline>div>div {
        max-width: 50%;
    }

    .headline .fa {
        font-size: 2em !important;
    }
}

.img-rounded-30 {
    border-radius: 15px;
}

@media only screen and (min-width: 1160px) {
    .col-xl-5-in-row {
        width: 19.5%;
        max-width: 19.5%;
        flex-basis: 19.5%;
    }
}

body {
    scroll-behavior: smooth;
}
