@import url('font.css');

:root {
    --bs-adm-blue: #0A68F7;
    --bs-adm-blue-hover: #0C4295;
    --product-border: #e0e5ea;
    --silver: #C4C2C2;
    --filter-silver: #FBFBFB;
    --card-silver: #F6F6F6;
    --slide-silver: #D9D9D9;
    --btn-buy: #414040;
    --btn-buy-hover: #353030;
    --text-muted: #898989;
    --text-muted-light: #B1B1B1;
    --text-dark: #414040;
    --text-danger: #D54242;
}

html, body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.footer {
    margin-top: 3rem;
    border: 0;
}

.display-none {
    display: none;
}

.pointer {
    cursor: pointer;
}

.min-h {
    min-height: 250px;
}

.apr-card {
    border-radius: 12px;
}
.rotate180 {
    transform:rotate(180deg);
}
.apr-radius {
    border-radius: 30px !important;
}
.apr-radius-right {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}
/*-----------scroll-----------*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 8px;
}
/*----------------------------*/
.loadingdiv {
    position: relative;
}

    .loadingdiv:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../Images/loading.gif);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: 100px;
        background-color: rgba(0,0,0, 0.1);
        border-radius: 32px;
    }
/*--------------------*/
.sidebar .nav-link {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.sidebar .nav-link:hover {
    color: var(--bs-adm-blue);
}

.submenu {
    position: absolute;
    top: 32px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear .5s;
    pointer-events: none;
    width: 100%;
    z-index: 5;
    padding: 1rem;
    background: white;
    border-radius: 20px;
    border: .9px solid var(--silver);
}

.nav-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: .5s, .5s, .5s; /* delay all to 1s on enter */
    pointer-events: auto;
}

.nav-item:has(.submenu:hover) .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s; /* no delay when already open */
}

.submenu a {
    display: block;
    padding: 5px 0;
    color: #555;
    text-decoration: none;
    min-width: max-content;
    text-align: start;
}

    .submenu a:hover {
        text-decoration: underline;
    }
/*--------------------*/
.logo-img {
    vertical-align: sub;
}

.link-apr {
    position: relative;
    text-decoration: none;
    /*padding: .25rem .75rem;*/
    color: #000000;
    margin: 0 .5rem;
}

.apr-count {
    position: absolute;
    top: -3px;
    right: -12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--bs-adm-blue);
    color: white;
    text-align: center;
    font-size: 10px;
}

.btn {
    margin-bottom: .25rem;
    min-height: 48px;
    padding: 12px;
}

.btn,
.form-control {
    border-radius: 30px;
}

.btn-primary {
    background-color: var(--bs-adm-blue);
    border-color: var(--bs-adm-blue);
    border-radius: 30px;
}

.btn-outline-primary {
    border-color: var(--bs-adm-blue);
    color: var(--bs-adm-blue);
}

.btn-outline-primary.sm {
    min-height: auto;
}

.btn-primary:hover {
    background-color: var(--bs-adm-blue-hover);
}

.btn-outline-primary:hover {
    background-color: var(--filter-silver);
    color: var(--bs-adm-blue);
}

.btn-shopp {
    border: 1px solid #000;
    box-shadow: none !important;
}

    .btn-shopp.active {
        border: 1px solid var(--bs-adm-blue);
        background: var(--bs-adm-blue)
    }

.outline-none,
.outline-none:focus,
.outline-none:focus-visible {
    outline: none;
    box-shadow: none;
}
/*---------------------------------*/
.btn-card {
    padding: 0, 8px !important;
    width: 35px;
    height: 30px;
    box-shadow: none !important;
    outline: none !important;
}

    .btn-card img {
        opacity: .6;
    }

    .btn-card.active img {
        opacity: 1;
    }
/*---------------------------------*/
.w-0 {
    width: 0;
}

.bg-silver {
    background-color: var(--filter-silver);
}

.text-silver {
    color: var(--filter-silver);
}

.text-apr-muted {
    color: var(--text-muted);
}

.text-apr-muted-light {
    color: var(--text-muted-light);
}

.text-apr-danger {
    color: var(--text-danger);
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs30 {
    font-size: 30px;
}

.fs35 {
    font-size: 35px;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.link {
    color: #000;
    text-decoration: none;
}

.link-blue {
    color: var(--bs-adm-blue);
    text-decoration: none;
}

.link:hover {
    color: var(--bs-adm-blue);
    text-decoration: underline;
}

.link-blue:hover {
    color: var(--bs-adm-blue-hover);
    text-decoration: underline;
}

.apr-color {
    color: var(--bs-adm-blue);
}

.apr-dark {
    color: var(--text-dark);
}
/*------------Header-------------*/
header {
    min-height: 60px;
}

.like-section {
    display: inline-block;
    position: relative;
}

.like-text-section {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 .5rem;
    font-weight: 600;
}

.cart-section {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    width: max-content;
    min-width: 330px;
    max-width: fit-content;
    min-height: 100px;
    z-index: 10;
    padding: 1rem;
    background: white;
    /*box-shadow: 0 2px 7px #00000026,0px 5px 17px #0003;*/
    border-radius: 30px;
    border: .9px solid var(--silver);
    transform: translateY(0);
}
/*.like-section:hover .cart-section {
    display: block;
}*/
.product-remove {
    position: absolute;
    top: -4px;
    right: -4px;
    text-decoration: none;
}
/*------------Header-------------*/
/*----Language----*/
.select2-container--default .select2-selection--single {
    height: 100%;
}
/*---------------------------------*/
.social-panel {
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: .5rem;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-size: 16px;
}

    .social-panel.facebook {
        background-color: #1877F2;
    }

    .social-panel.instagram {
        background: #833ab4;
        background: linear-gradient( to right, #833ab4,#fd1d1d,#fcb045 );
    }
/*---------------------------------*/
.search-panel {
    width: 100%;
    /*width: 60%;*/
    /*margin: .5rem 2rem !important;*/
}

.like-panel {
    flex: 0 0 auto;
    width: auto;
}

.search-panel select,
.search-panel input,
.search-panel button {
    box-shadow: none !important;
    outline: none !important;
}

.search-panel select {
    max-width: 120px;
    min-width: 120px;
}


.search-panel .search-icon {
    padding: .75rem 1.5rem;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 2px solid #000;
    border-right: none;
    background: white;
    /*height: -webkit-fill-available;*/
}

.search-panel input.search {
    min-width: 220px;
    padding: 1rem;
}

.search-panel input.search {
    min-width: 220px;
    padding: .75rem 1rem .75rem 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 2px solid #000;
    border-left: none;
    /*border-right: none;*/
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.search-panel .btn-search {
    width: 170px;
    padding: .75rem 2rem;
    margin: 0 !important;
    border-radius: 30px !important;
    background: var(--bs-adm-blue);
    color: white;
    /*height: -webkit-fill-available;*/
}

.search-panel .btn-search:hover {
    background: var(--bs-adm-blue-hover);
}

.search-panel .categories {
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border: 2px solid #000;
    border-left: none;
}

    .search-panel .categories:after {
        content: '';
        height: 70%;
        width: 1px;
        background: #000;
        position: absolute;
        left: 0;
        top: 15%;
    }

.header-info {
    padding: .75rem;
    border-bottom: .9px solid var(--silver);
}

.header-sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    padding: 0 1rem 1rem;
    transition: all 0.2s ease;
}

.header-sticky .header-search-panel {
    border-bottom: .9px solid var(--silver);
}

.header-sticky nav {
    padding: 1rem 0 0 0;
}

.header-sticky.is-sticky {
    padding: 0 1rem .5rem;
    max-width: 100%;
}

.header-sticky.is-sticky nav {
    padding: .5rem;
}

.header-categores {
    padding: .5rem .75rem;
    border-top: .9px solid var(--silver);
    margin: 0 .5rem;
}
/*---------------------------*/
.navbar-nav-category {
    width: 100%;
    overflow-x: auto;
}

.nav-category-item {
    width: 20%;
    min-width: max-content;
    text-align: center;
}
/*---------------------------*/
.carousel-text-section-left {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    padding: 1rem;
    color: #000000;
    font-weight: bold;
}

.carousel-image {
    height: 320px;
    border-radius: 30px;
    width: 100%;
}

.carousel-apr-control {
    position: absolute;
    bottom: 2rem;
    top: inherit;
    height: max-content;
    width: max-content;
    border: 0;
    background: transparent;
    outline: none;
}

.carousel-apr-control-prev {
    right: 20%;
}

.carousel-apr-control-next {
    right: calc(20% - 40px);
}
/*.carousel-control-next {
    right: calc(20% - 20px);
    bottom: 2rem;
    top: inherit;
    height: max-content;
    width: max-content;
}*/
/*-----------Login-----------*/
.page-title {
    font-size: 24px;
    font-weight: 200;
}

.login-image {
    min-height: calc(100vh - 60px);
    background-image: url(../Images/shopping.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}

.account-parent {
    min-height: calc(100vh - 60px);
}

.adm-inp,
.adm-btn {
    padding: .75rem 1rem;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 30px;
}

.icon-eye {
    position: absolute;
    right: 1rem;
    top: 14px;
    cursor: pointer;
}
/*---------------product----------------*/
.silver-card {
    background: var(--filter-silver);
    border-radius: 30px;
}

.faworie-card {
    border-radius: 20px;
    padding: 1rem;
    border: .9px solid var(--silver);
}

.btn-favorite {
    border-radius: 30px;
    width: 300px;
    background-color: var(--bs-adm-blue);
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    height: 48px;
    padding: 15px;
}

.btn-favorite.btn-sm {
    width: auto;
}
.btn-favorite-outline {
    border-radius: 30px;
    background-color: white;
    color: var(--bs-adm-blue);
    border: 1px solid var(--bs-adm-blue);
    font-weight: 400;
}

    .btn-order {
        border-radius: 30px;
        background-color: var(--btn-buy);
        color: white;
    }

.btn-order:hover {
    background-color: var(--btn-buy-hover);
    color: white;
}

.btn-blue,
.btn-outline-blue {
    border-radius: 30px;
    background-color: var(--bs-adm-blue);
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    height: 48px;
    padding: 15px;
/*    font-size: 19px;
    height: 56px;
    padding: 18px;*/
}

.btn-outline-blue,
.btn-outline-blue-sm {
    border-radius: 30px;
    background-color: white;
    color: var(--bs-adm-blue);
    border: 1px solid var(--bs-adm-blue);
    font-weight: 400;
}

.btn-outline-blue-sm {
    background-color: white;
    color: var(--bs-adm-blue);
    border: 1px solid var(--bs-adm-blue);
    font-weight: 400;
    padding: .75rem;
    box-shadow: none !important;
    outline: none;
}

.btn-blue:hover {
    background-color: var(--bs-adm-blue-hover);
    color: white;
}
.btn-group-out {
    border: 1px solid var(--btn-buy);
    border-radius: 30px;
}
.btn-group-out.blue {
    border-color: var(--bs-adm-blue);
    color: var(--bs-adm-blue);
}
/*---------------------------*/
.percent-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    background-color: #dc3545;
    color: white;
    font-size: 12px;
    font-weight: 400;
    padding: 1px 6px;
    border-radius: 30px;
}
.percent-tag.left-side {
    left: 25px;
    top: 15px;
}
.product-card {
    position: relative;
    padding: 0 .5rem;
    border-radius: 12px;
    border: 1px solid transparent;
}
.product-card .list-flex:hover .product-title {
    text-decoration: underline;
}
.product-card .product-img-content {
    background: var(--card-silver);
    padding: 1rem;
    border-radius: 30px;
    text-align: center;
}
.product-card .product-img-content .product-img {
    width: auto;
    max-width: -webkit-fill-available;
    height: 200px;
    min-height: 80px;
    max-height: 200px;
    mix-blend-mode: multiply; /* or 'darken' / 'lighten' depending on bg color */
    background-color: transparent;
}
.product-sin-img {
    width: 100%;
    height: auto;
    border: 1px solid var(--slide-silver);
    border-radius: 30px;
}
.btn-heart,
.btn-shopp-abs {
    width: 25px;
    height: 25px;
    padding: 1px 0;
    /*border: 1px solid silver;*/
    box-shadow: none !important;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 10;
}
.btn-heart:hover,
.btn-shopp:hover {
    background: aliceblue;
}
.mini-image-block-parent{
    display: flex;
    width: 100%;
    overflow-x: auto;
}
.mini-image-block {
    width: 120px;
    flex: 0 0 120px;
    border: 1px solid var(--product-border);
    border-radius: 8px;
    margin: .5rem;
}
.mini-image-block.active {
    border-color: var(--bs-adm-blue);
    border-width: 2px;
    /*box-shadow: 0 2px 7px #00000026,0px 5px 17px #0003;*/
}
.mini-image-block img {
    border-radius: 8px;
}
.product-title {
    font-weight: 400;
    color: #000;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}
/*---------card---------*/
.card-style .list-info,
.card-style .btn-shopp-abs {
    display: none;
}
/*---------list---------*/
.list-style .list-flex {
    display: flex;
}
.list-style .list-flex .product-img {
    max-width: 200px;
}
.list-style .inform {
    padding-top: 1rem;
}
.list-style .btn-shopp-abs {
    right: calc(40px + 1rem);
}
.list-style .card-info {
    display: none;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.two-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*---------------product end----------------*/

.price-inp-content {
    width: 130px;
}

.btn-number,
.input-number {
    border: 1px solid var(--text-muted);
    box-shadow: none !important;
}

.btn-number {
    padding: .75rem 1.25rem;
}

.input-number {
    text-align: center !important;
    border-left: 0;
    border-right: 0;
    font-size: 22px;
    padding: .25rem;
}

.btn-number[data-type="plus"] {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
}

.btn-number[data-type="minus"] {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
}
/*.btn-number:disabled {
    border-color: var(--filter-silver);
}*/
/*---------slide--------*/
.apr-range-slide {
    border: 0;
    color: var(--text-muted-light);
    font-weight: 400;
    text-align: right;
    font-size: 12px;
}

input.apr-range-slide {
    outline: none;
    box-shadow: none;
}

#slider-range.ui-widget.ui-widget-content {
    height: 2px;
    border: 0;
}

#slider-range .ui-state-default, .ui-widget-content .ui-state-default {
    width: 12px;
    height: 12px;
    background: var(--slide-silver);
    border-radius: 50%;
    border: 0 !important;
    outline: 0;
}

    #slider-range .ui-state-default.ui-state-hover {
        background: #cccccc !important;
    }

#slider-range .ui-widget-header {
    background: #e9e9e9 !important;
}
/*------------------pagintaion-------------------*/
.pagintaion-section .pagination {
    margin-top: 2rem;
    justify-content: center;
}

    .pagintaion-section .pagination .page-item .page-link {
        border-radius: 8px !important;
        margin: 0 2px;
        width: 34px;
        height: 34px;
        text-align: center;
        border: none;
        box-shadow: none !important;
        color: var(--text-muted);
        /*border-color: var(--bs-adm-blue);*/
        /*color: var(--bs-adm-blue);*/
        font-weight: 600;
    }

    .pagintaion-section .pagination .page-item.active .page-link {
        background-color: white;
        color: #000;
    }

    .pagintaion-section .pagination .page-item .page-link:hover {
        background: none;
        color: #000;
    }

    .pagintaion-section .pagination .page-item:first-child .page-link,
    .pagintaion-section .pagination .page-item:last-child .page-link {
        border: 0;
    }

    .pagintaion-section .pagination .page-item.disabled {
        opacity: .6;
    }
/*-------------autocomplete-------------*/
.ui-autocomplete {
    z-index: 1050;
    max-width: 420px;
    max-height: 420px;
    overflow-y: auto;
}

    .ui-autocomplete .ui-menu-item {
        padding: .5rem .75rem !important;
    }

    .ui-autocomplete .ui-menu-item .small {
        display: -webkit-box;
        -webkit-line-clamp: 4; /* show max 4 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: silver;
        margin: 0;
    }

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    /*border-radius: 8px;*/
    padding: 1rem !important;
    /*box-shadow: 0 2px 7px #00000026;*/
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper a {
    text-decoration: none;
    display: block;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .badge {
    border-radius: 8px;
    padding: .5rem !important;
    text-decoration: none;
}

.ui-autocomplete .ui-menu-item .ui-state-active {
    border-color: white;
    background-color: var(--bs-adm-blue) !important;
    color: #000;
    border-radius: 8px;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.see-all:hover a {
    color: #000 !important;
    text-decoration: underline;
}

.ui-autocomplete .ui-menu-item .ui-state-active a:hover {
    text-decoration: underline;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .badge:hover,
.ui-autocomplete .ui-menu-item .ui-state-active .badge {
    color: #000 !important;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .badge:hover {
    background-color: silver !important;
}
/*-------------autocomplete end-------------*/
.add-info-panel {
    padding: 2rem;
    border-radius: 30px;
    background: var(--card-silver);
}

    .add-info-panel .add-info-item {
        padding: .75rem 0;
        display: flex;
        justify-content: space-between;
        margin: 0;
    }
/*-----------------------------------------*/
.order-image {
    min-height: 300px;
    background-image: url(../Images/order.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}

.order-form-panel {
    background-color: var(--filter-silver);
    border-radius: 20px;
    /*box-shadow: 0px 1px 30px rgba(62, 68, 90, 0.09);*/
    border: .9px solid var(--silver);
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.add-file-label {
    padding: 1rem 1rem 1rem 1rem;
    border: 2px dashed #ced4da;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    width: 100%;
    height: 100%;
}

    .add-file-label input {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
/*----------------------------------------------------------*/
.address-panel {
    background: aliceblue;
    border-radius: 8px;
    padding: .5rem;
}
/*----------------------------------------------------------*/
.checkout-card {
    padding: 1rem;
    border: .9px solid var(--silver);
    border-radius: 12px;
    /*box-shadow: 0px 1px 30px rgba(62, 68, 90, 0.09);*/
    margin-bottom: .5rem;
}
/*----------------------------------------------------------*/
/*.similar-content {
    display: flex;
    overflow-y: auto;
}
.similar-item {
    min-width: 220px;
}
*/
.payment-item {
    border: 1px dashed silver !important;
    border-radius: 12px;
    padding: 14px 14px 14px 2rem;
}
/*----------------------------------------------------------*/
.category-img-panel {
    overflow: hidden;
    border-radius: 30px;
}

.category-img {
    width: 620px;
    height: auto;
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.dropdown-menu {
    border: .5px solid var(--text-muted-light);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
}
/*----------------------------------------------------------*/
.categories-bar img{
    width: 199px;
    height: auto;
}
/*----------------------------media-------------------------------*/
@media (max-width: 992px) {
    .mobile-hide, .header-info, .navbar-light .navbar-brand, .search-panel .categories {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .mobile-show-inline-flex {
        display: inline-flex;
    }

    .mobile-show-inline {
        display: inline;
    }

    .header-sticky {
        overflow: hidden;
    }

    .header-sticky nav {
        padding: 0 0 .5rem 0 !important;
        margin-right: -20px;
    }
    .header-sticky.is-sticky {
        padding: 0 1rem;
    }
    .header-categores{
        padding: 0;
        border: 0;
    }
    .navbar-content {
        width: 100%;
    }

    .search-panel .input-group {
        flex-wrap: inherit;
    }

    .search-panel .btn-search {
        left: -20px;
        z-index: 10;
        width: auto;
    }
    .search-panel input.search {
        min-width: 100px;
        padding-right: 2rem;
        border-width: .5px;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .search-panel .search-icon{
        border-width: .5px;
    }
    .nav-category-item {
        padding: .25rem .5rem .25rem 0;
    }
    .nav-category-item .nav-link {
        display: inline-block;
        width: 100%;
        min-width: max-content;
        padding: .55rem 1.25rem !important;
        background-color: var(--card-silver);
        border-radius: 30px;
    }
    /*-------------------------------------*/
    .mobile-like-section{
        position:fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        z-index: 100;
    }
    .mobile-metter{
        text-align:center;
        padding: 1rem;
    }
    /*-------------------------------------*/
    .btn-favorite{
        max-width: 100%;
    }
    /*-------------------------------------*/
    .fs30 {
        font-size: 20px;
    }
    .fs26 {
        font-size: 20px;
    }
    .fs20 {
        font-size: 16px;
    }
    .fs17 {
        font-size: 14px;
    }
    /*-------------------------------------*/
    .footer {
        margin-top: 1.5rem;
        padding-bottom: 80px !important;
    }

    .footer .text-center{
        text-align: left !important;
    }

    .footer .text-center{
        text-align: left !important;
    }
    /*-------------------------------------*/
    /*-------------------------------------*/
    .border-md {
        border: 1px solid #dee2e6 !important;
    }
    /*-------------------------------------*/
    .carousel-item .container .btn-blue{
        font-size: 14px;
        height: auto;
        min-height: auto;
        padding: 8px 12px;
        line-height: initial;
    }

    .carousel-link {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .carousel-image {
        height: 210px;
        width: auto;
        object-fit: contain;
        object-position: center;
        border-radius: 0;
    }
    .carousel-apr-control {
        bottom: 1rem;
    }
    .carousel-apr-control img{
        width: 25px;
    }
    /*-------------------------------------*/
    .product-card{
        padding: 0;
    }

    .product-card .product-img-content .product-img {
        height: 135px;
    }
    /*-------------------------------------*/
    .btn-group-mobile{
        display: block;
    }
    .btn-group-mobile > .btn-group:not(:last-child) > .btn,
    .btn-group-mobile > .btn:not(:last-child):not(.dropdown-toggle),
    .btn-group-mobile > .btn-group:not(:first-child) > .btn,
    .btn-group-mobile > .btn:nth-child(n+3),
    .btn-group-mobile > :not(.btn-check) + .btn {
        border-radius: 30px;
    }
    .btn-group-mobile > .btn-group:not(:first-child) > .btn,
    .btn-group-mobile > .btn:nth-child(n+3),
    .btn-group-mobile > :not(.btn-check) + .btn {
        border: 0;
    }
    /*-------------------------------------*/
    .categories-bar img {
        width: 158px;
    }
    /*-------------------------------------*/
    .card-style:nth-child(9) {
        display: none;
    }
}

@media (min-width: 992px) {
    .mobile-show,
    .mobile-show-inline-flex {
        display: none;
    }
    .mobile-hide {
        display: block !important;
    }
    .mobile-show-inline {
        display: none;
    }

    .navbar-content {
        display: flex !important;
        flex-basis: auto;
        flex-grow: 1;
        align-items: center;
    }
}
