﻿:root {
    /*--primary-color: 1, 143, 169;*/
    /*--primary-color: 83, 81, 82;*/
    --primary-color: 4, 3, 3;
    /*--secondary-color: 179, 179, 179;*/
    --secondary-color: 143, 29, 20;
    --btn-bck-color: rgb(var(--primary-color));
    --btn-bck-color-hover: rgb(var(--secondary-color));
    --dummy-color: 128, 128, 128;
    --third-color: 88, 175, 102;
    --linear-gradient: linear-gradient(90deg, rgba(var(--primary-color),1) 0%, rgba(var(--secondary-color),1) 100%);
    /*--box-shadow: #a5a5a5;*/
    --box-shadow: #dddddd;
    --border-radius: 5px;
    --font-color: #535152;
    --success-color: 0, 141, 89;
    --error-color: 143, 29, 20;
}

/*@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
    
}
*/
@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/static/Rubik-Regular.ttf);
    font-display: swap;
}

* {
    font-family: Rubik, sans-serif !important;
}

html {
    background-color: #fbfbfb !important;
}

main {
    min-height: 70vh;
    /*background-color: #fbfbfb !important;*/
    background-color: #f7f8fa !important;
    color: var(--font-color);
}

.navbar {
    color: var(--font-color);
}

.btn-app {
    background: rgb(var(--primary-color));
    color: white;
    height: calc(3.5rem + 2px) !important;
    font-size: 1.10rem;
}

a.btn-app {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
}

.btn-app:hover {
    /*background-color: rgb(var(--secondary-color));*/
    background-color: rgba(var(--primary-color), 0.7) !important;
    color: white !important;
}

.btn-back{
    background-color: rgb(var(--error-color));
    border: 1px solid rgb(var(--error-color)) !important;
    border-radius: var(--border-radius) !important;
    color: white !important;
}
    .btn-back:hover, .btn-back:disabled {
        background-color: white;
        color: rgb(var(--error-color)) !important;
    }

.center-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-main {
    color: rgb(var(--primary-color)) !important;
}

.text-secondary {
    color: rgb(var(--secondary-color)) !important;
}

.btn {
    border-radius: var(--border-radius) !important;
}

.form-control, .form-select {
    border-radius: var(--border-radius) !important;
}

.bg-success {
    background-color: rgba(var(--success-color)) !important;
}

.bg-danger {
    background-color: rgba(217, 69, 85) !important;
}
.bg-soon {
    background-color: #ee7f00 !important;
}

.text-success {
    color: rgba(var(--success-color)) !important;
}

.text-danger {
    color: rgba(217, 69, 85) !important;
}
.text-soon {
    color: #ee7f00 !important;
}

.btn:focus {
    box-shadow: 0 0 0 0;
}

.hide-overflow {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis;
}

.form-control:focus {
    border-color: rgb(var(--secondary-color)) !important;
    box-shadow: 0,0,0,0.25rem rgb(var(--secondary-color), .25) !important;
}

.bg-main-color {
    background-color: rgb(var(--primary-color), 1) !important;
}

.bg-secondary-color {
    background-color: rgb(var(--secondary-color), 1) !important;
}

.bg-hover-color:hover {
    background-color: rgb(var(--secondary-color)) !important;
    /*background-color: rgb(var(--primary-color), 0.7) !important;*/
}

.text-main-color {
    color: rgba(var(--primary-color), 1) !important;
}

.nav-item a:hover {
    /*color: rgb(var(--secondary-color)) !important;*/
    color: rgb(var(--primary-color), 0.7) !important;
}

/*.text-hover-color:hover {
    color: rgb(var(--secondary-color)) !important;
    box-shadow: inset 0 0 10px #ddc9c9;
}*/

.company-logo {
    max-height: 100px;
}
.gift-card {
    margin-top: 1rem !important;
}
@media only screen and (max-width: 768px) {
    .company-logo {
        max-height: 80px;
    }
    .navbar-nav {
        flex-direction: row;
    }

    .gift-card {
        margin-top: 0 !important;
    }
}

.custom-navbar {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 0 2rem;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.custom-container {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 0.5rem 2rem;
}


/*@media only screen and (max-width: 1606px) {
    .custom-container {
        width: 100%;
        margin: 0;
    }

    .custom-navbar {
        width: 100%;
        margin: 0;
    }
}*/

.content-block {
    /*width: 100%;*/
    /*margin: 0 10%;*/
    padding: 1rem;
    border-radius: var(--border-radius);
    background-color: white;
    box-shadow: 0 0 2px var(--box-shadow);
}

#categories-form {
    min-width: 20%;
}

.search-bar-form {
    min-width: 50%;
}

@media only screen and (max-width: 950px) {
    #categories-form {
        min-width: 40%;
    }

    /*.search-bar-form {
        min-width: 40%;
    }*/

    #sliderResize {
        min-width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    #categories-form {
        min-width: 100%;
        margin-bottom: 10px;
    }

    .search-bar-form {
        min-width: 100%;
    }

    #sliderResize {
        min-width: 90%;
    }
}

.navbar-collapse {
    flex-grow: 0 !important;
    align-items: center;
}

.categoryCollapse {
    padding-left: 13%;
}

#password-validations {
    margin: 10px 0;
}

    #password-validations p {
        margin: 0;
        font-size: 14px;
    }

.password-visibility-toggle {
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    top: 0;
    right: 0;
}

#admin-dashboard {
    padding: 10px;
    min-height: 700px;
    border: 1px solid black;
    border-radius: var(--border-radius);
}

.tabList button.active {
    background: rgb(var(--primary-color)) !important;
    color: white !important;
}

.tabList button {
    border: 0;
    /*    border: 1px solid #e5e5e5;
    border-width: 1px 0 1px 0;*/
    background-color: white;
    color: black;
    height: calc(3.5rem + 2px) !important;
    line-height: 1.25 !important;
}

.tab-bar .dashboard-tab:first-child button {
    border-bottom: 1px solid #e5e5e5;
}

.tab-bar .dashboard-tab:last-child button {
    border-top: 1px solid #e5e5e5;
}

.tab-details {
    display: flex;
}

    .tab-details .tabList {
        flex-direction: column;
    }

        .tab-details .tabList .nav-item {
            min-width: 250px;
        }

@media only screen and (max-width: 900px) {
    .tab-details {
        display: grid !important;
    }

        .tab-details .tabList {
            flex-direction: row !important;
        }

            .tab-details .tabList .nav-item {
                min-width: auto !important;
            }

    .nav-item button div svg {
        display: none;
        visibility: hidden;
    }


    .tab-bar .dashboard-tab {
        border-bottom: 1px solid #e5e5e5;
    }

        .tab-bar .dashboard-tab:first-child button {
            border: 0;
            border-right: 1px solid #e5e5e5;
        }

        .tab-bar .dashboard-tab:last-child button {
            border: 0;
            border-left: 1px solid #e5e5e5;
        }

    /*    .tabList button {
        border: 0;
        border: 1px solid #e5e5e5;
        border-width: 0 1px 1px 1px;
    }*/
}


.custom-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 2fr));
    gap: 1rem;
    text-align: center;
}
.custom-card-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 2fr));
    gap: 1rem;
    text-align: center;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 2fr));
    gap: 10px 50px;
    text-align: center;
}


/*Pagination form Shop/Index*/
.pagination {
    display: inline-block;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    margin: 0 4px;
    border-radius: var(--border-radius);
}

    .pagination a.active {
        background: rgb(var(--primary-color));
        color: white;
    }

    .pagination a:hover:not(.active) {
        background: #e5e5e5;
    }
/*=========> END HERE <=========*/

/*Mobile View*/
@media only screen and (max-width: 1000px) {
    .resizeDropdownandInputMobileView {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 100%;
    }

        .resizeDropdownandInputMobileView .mobileBg {
            background: var(--linear-gradient);
        }

        .resizeDropdownandInputMobileView .mobileVerson {
            width: 50%;
        }
}

.shop-container > div:first-child {
    margin-right: 1rem;
    min-width: 300px;
}

@media only screen and (max-width: 1000px) {
    .shop-container > div:first-child {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

/*Carousel, Normal-Cards & Dumy-Card-Loading*/
#carousel-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.carousel-inner {
    padding: 1em;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5vh;
    height: 5vh;
    top: 50%;
    transform: translateY(-50%);
}

.carousel button svg {
    font-size: 2.0rem;
}

input {
    font-size: 1rem;
}

.product-cards-body {
    margin: auto;
    width: 95%;
}

#shop-products-container .card-body {
    opacity: 0;
    transition: 500ms;
}

    #shop-products-container .card-body.show {
        opacity: 1;
    }


.product-cart-options {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 40px;
    font-size: 1rem;
    background-color: white;
}

    .product-cart-options div {
        display: flex;
        justify-content: center;
        align-content: center;
        width: 50%;
        height: 40px;
        background-color: transparent;
    }

        .product-cart-options div:first-child a {
            margin-right: 2px !important;
            border-bottom-left-radius: var(--border-radius) !important;
        }

        .product-cart-options div:last-child a {
            margin-left: 2px !important;
            border-bottom-right-radius: var(--border-radius) !important;
        }

        .product-cart-options div a:hover {
            background-color: rgba(var(--secondary-color), 0.8);
        }

@media only screen and (max-width: 1100px) {
    .card-cart-buttons {
        display: flex;
    }
}


.card-body .card-buttons a {
    font-size: 1.5rem;
    color: black;
}

.card-body p.name {
    margin: 0;
    overflow: hidden;
    height: 70px;
    font-size: 15px
}

.product-details-price-wrapper {
    position: relative;
    height: auto;
    width: max-content;
    display: flex;
    justify-content: start;
    flex-direction: column;
}

    .product-details-price-wrapper .old-details-price {
        position: absolute;
        right: -20%;
        top: -50%;
        font-weight: bold;
        text-decoration: line-through;
        font-size: 18px;
        color: rgba(var(--primary-color), 0.5);
    }

.add-to-cart-btn, .add-to-wishlist-btn {
    cursor: pointer !important;
    background-color: rgb(var(--secondary-color));
}

@media only screen and (max-width: 768px) {
    .card-body .card-cart-buttons {
        font-size: 2rem;
    }

    .product-details-price-wrapper .old-details-price {
        font-size: 14px;
    }

    .card-product-info .product-price-wrapper .old-price {
        /*top: -60%;*/
        font-size: 15px;
    }

    .card-product-info .product-price-wrapper .retail-price {
        font-size: 15px;
    }
}

@media only screen and (max-width: 700px) {
    .image-zoom-hover-Div {
        min-width: auto !important;
        max-width: auto !important;
    }

    .image-zoom-hover-dashboard {
        min-width: 75px !important;
        max-width: 75px !important;
    }

    .img-fluid {
        margin: 0 0 0 -25px;
    }

    .cart-description {
        margin: 10px 0 10px 20px;
    }
}

.product-details-image-style {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-details-image-style .product-details-discount-percentage {
        position: absolute;
        top: 5%;
        left: 5%;
        border-radius: 50%;
        width: 70px !important;
        height: 70px;
        font-size: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(var(--primary-color), 0.5);
        color: white;
        z-index: 99;
        cursor: default;
    }
    .product-details-image-style .product-details-coming-soon {
        position: absolute;
        top: 5%;
        left: 5%;
        border-radius: 50%;
        width: 70px !important;
        height: 70px;
        font-size: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        z-index: 99;
        cursor: default;
    }


.cards-container {
    border: 1px solid rgb(0,0,0,.25);
    border-radius: var(--border-radius)
}

    .cards-container h6 {
        background-color: rgb(33, 37,41,1);
    }

.dummy-card-body {
    border: 1px solid rgb(0,0,0,.1);
    min-width: 200px;
    height: 470px;
    position: relative;
    background-color: white;
    border-radius: var(--border-radius);
}

.dummy-product-info {
    position: relative;
    min-height: 270px;
}

    .dummy-product-info .dummy-spinner {
        display: block;
        position: absolute;
        width: 4rem;
        height: 4rem;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 40%;
        color: rgb(var(--dummy-color), .5);
    }

.dummy-card-img {
    height: 200px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: rgb(var(--dummy-color), .1);
}

.dummy-card-text {
    height: 55px;
    width: auto;
    margin: 0px 1rem;
    margin-bottom: 10px;
    background-color: rgb(var(--dummy-color), .1);
}

.dummy-card-price {
    height: 55px;
    width: auto;
    margin: 0px 1rem;
    margin-bottom: 10px;
    background-color: rgb(var(--dummy-color), .1);
}

.dummy-card-manufacturer {
    height: 60px;
    width: auto;
    margin: 0px 1rem;
    margin-bottom: 10px;
    background-color: rgb(var(--dummy-color), .1);
}

.dummy-card-cart-options {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .dummy-card-cart-options div {
        height: 40px;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(var(--dummy-color), .1);
        border-bottom-left-radius: var(--border-radius);
        border-bottom-right-radius: var(--border-radius);
        color: white;
    }

        .dummy-card-cart-options div:first-child {
            margin-right: 2px;
            border-bottom-left-radius: var(--border-radius);
        }

        .dummy-card-cart-options div:last-child {
            margin-left: 2px;
            border-bottom-right-radius: var(--border-radius);
        }

.dummy-btns {
    color: rgba(var(--dummy-color));
    position: absolute;
    width: 50px;
    right: 0;
}

    .dummy-btns span {
        padding: 6px 12px;
        color: white;
        font-size: 1.75rem;
    }

/*=========> END HERE <=========*/


.image-zoom-hover-Div {
    height: auto;
    overflow: hidden;
    cursor: zoom-in;
    min-width: 300px;
    max-width: 500px;
}

.image-zoom-hover-dashboard {
    /*height: 300px;
    overflow: hidden;
    cursor: zoom-in;
    min-width: 300px;
    max-width: 500px;*/
    max-height: 100px;
    max-width: 150px;
    margin: 10px 50px;
}

.image-zoom-hover {
    transition: transform 0.5s ease-out;
    height: 25vw;
}


/* Number input fields increase decrease toggle disable */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.border-sm-bottom {
    border-bottom: 0.5px solid #e5e5e5;
}

/* Sticky styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/* -------------------------- Dropdown menu style for categories ---------------------*/
.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

/*----------------> UiSlider <----------------*/
.noUi-connects {
    cursor: pointer;
}

.noUi-connect {
    background: rgb(var(--primary-color)) !important;
}

.noUi-touch-area {
    display: none
}

.noUi-handle {
    background: #fbfbfb !important;
    cursor: pointer;
    height: 25px !important;
    width: 25px !important;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    border-color: #a5a5a5 !important;
    box-shadow: 0 0 1px inset var(--box-shadow);
    right: -10px !important;
}

    .noUi-handle:before {
        left: 9px;
        top: 5px;
        background: #a5a5a5;
    }

    .noUi-handle:hover::before {
        background: white !important;
    }

    .noUi-handle:after {
        left: 14px;
        top: 5px;
        background: #a5a5a5;
    }

    .noUi-handle:hover::after {
        background: white !important;
    }

    .noUi-handle:hover {
        background: #6a6a6a !important;
        box-shadow: 0 0 1px inset #6a6a6a;
    }

.noUi-marker-horizontal {
    display: none;
}

.noUi-value {
    color: black;
    font-weight: bold;
}

.noUi-tooltip {
    display: none;
}

.noUi-active .noUi-tooltip {
    display: block;
}

.noUi-horizontal {
    height: 15px !important;
}

/*----------------> End Here <----------------*/
/*-------------------------- Manufacturers checkbox -------------------------------*/
.manufacturers {
    height: auto;
    max-height: 200px;
    overflow-y: auto;
}

.specsItem {
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 2fr));
    gap: 10px;
}

@media only screen and (max-width: 768px) {
    .specsItem {
        grid-template-columns: repeat(2, minmax(200px, 2fr));
    }
}

@media only screen and (max-width: 500px) {
    .specsItem {
        grid-template-columns: repeat(1, minmax(200px, 2fr));
    }
}

/*-------- end here ------------------*/

/*-----------------> ShoppingList <-----------------*/

.option-container {
    position: absolute;
    width: auto;
    border: 1px solid #ccc;
    background-color: white;
    box-shadow: 0 0 6px #ccc;
    z-index: 100;
    overflow: auto;
    top: 80px;
    right: 19vw;
}
    /* Hide scrollbar for Chrome, Safari and Opera */
    .option-container::-webkit-scrollbar {
        display: none;
    }

#navbar-cart-btn svg {
    pointer-events: none !important;
}

@media only screen and (max-width: 710px) {
    .option-container {
        display: none;
    }
}

.emptyBasket, .emptyFavorites, .emptyWatchlist {
    font-size: 50px;
    color: rgba(var(--primary-color));
    margin-bottom: 10px;
}

    .emptyBasket:hover, .emptyFavorites:hover, .emptyWatchlist:hover {
        color: rgba(var(--secondary-color));
    }
/*-----------------> End Here <-----------------*/

.cart-popup-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-height: 55px;
    margin: 5px 10px;
}

    .cart-popup-item img {
        max-height: 55px;
        min-width: 55px;
    }

    .cart-popup-item + hr {
        margin: 0 !important;
    }

    .cart-popup-item .nb-cart-product {
        display: inline-block;
        max-height: 55px;
        font-size: 12px;
        word-break: break-word;
        overflow: hidden;
    }

.popUpFont {
    font-weight: bolder;
    text-decoration: none;
    color: black;
}

    .popUpFont:hover {
        color: dimgrey;
    }


/*-----------------> ScrollBar View <-----------------*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 1px 0 5px #a5a5a5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(var(--primary-color));
    /*background: silver;*/
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(var(--primary-color));
    }
/*-----------------> End Here <-----------------*/

/*--------------------> Back to the top button <--------------------*/
#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 25px;
    border: none;
    background-color: rgb(var(--primary-color));
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 99;
    justify-content: center;
    align-items: center;
}

    #backToTopBtn:hover {
        background-color: rgb(var(--secondary-color));
    }

@media only screen and (max-width: 881px) {
    #backToTopBtn {
        bottom: 80px;
    }
}
/*--------------------> End here <--------------------*/


/*--------------------> Dashboard Details <--------------------*/
.hover-zoom {
    display: inline-block;
    overflow: hidden;
    margin: 0 40px;
}

    .hover-zoom img {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        vertical-align: middle;
    }

        .hover-zoom img:hover {
            -webkit-transform: scale(1.5); /* Safari and Chrome */
            -moz-transform: scale(1.5); /* Firefox */
            -ms-transform: scale(1.5); /* IE 9 */
            -o-transform: scale(1.5); /* Opera */
            transform: scale(1.5);
        }

.stockQuantity {
    color: white;
    width: 25%;
    border-radius: 10px;
    text-align: center;
}
/*--------------------> End here <--------------------*/

.position-delete-btn {
    font-size: 30px;
    text-align: center;
}

    .position-delete-btn:hover {
        color: rgb(var(--secondary-color));
    }


.cart-block, .order-block {
    display: flex;
}

.cart-items-block, .order-items-block {
    width: 100%;
}

.order-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .order-info > div{
        display: flex;
        align-items: center;
    }

        .order-info > div > h6:first-child{
            margin-right: 1rem;
            margin-bottom: 0;
        }

@media only screen and (max-width: 1100px) {
    .order-info > div {
        display: block
    }
        .order-info > div > h6:first-child {
            margin-right: 0;
            margin-bottom: 1rem;
        }
}

@media only screen and (max-width: 768px) {
    .order-info {
        display: flex;
        justify-content: space-evenly;
    }

        .order-info > div:last-child{
            display: none;
        }
}


.dashboard.cart-item .cart-img {
    margin-right: 2rem;
}

    .dashboard.cart-item .cart-img img {
        max-height: 150px;
    }


.dashboard.cart-item .cart-name-price {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 300px;
    flex-wrap: wrap;
    position: relative;
}

.cart-price-dashboard {
    width: 25%;
}

.smalQuantity {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--border-radius);
}

.cart-general-designe {
    padding: 1rem 0;
    margin: 0;
}

.dashboard.cart-item .cart-name-price p {
    font-size: 18px;
}

.dashboard.cart-item .cart-price-dashboard p {
    font-size: 18px;
}

.dashboard.cart-item .cart-add-to-cart {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 130px;
}

@media only screen and (max-width: 1100px) {
    .dashboard.cart-item .cart-add-to-cart {
        width: 100%;
        justify-content: start;
        margin: 0.5rem 0;
    }
}

@media only screen and (max-width: 1100px) {
    .dashboard.cart-item .cart-price-dashboard {
        width: 100%;
        justify-content: start;
        margin: 0;
        margin-top: 0.25rem !important;
    }

    .dashboard.cart-item .cart-name-price {
        min-width: 100%;
    }
}

@media only screen and (max-width: 620px) {
    .dashboard.cart-item .cart-img {
        margin-right: 1rem;
    }

        .dashboard.cart-item .cart-img img {
            max-height: 100px;
        }

    .dashboard.cart-item .cart-name-price {
        min-width: 100%;
    }

        .dashboard.cart-item .cart-name-price p {
            font-size: 1rem;
        }

    .dashboard.cart-item .cart-price-dashboard p {
        font-size: 1rem;
    }

    .dashboard.cart-item .cart-add-to-cart a {
        font-size: 0.75rem;
    }
}


.cart-item {
    margin: 1rem 0;
    /*    padding: 1rem;
    box-shadow: 0 0 2px var(--box-shadow);
    border: 1px solid var(--box-shadow);
    border-radius: var(--border-radius);*/
    border-bottom: 1px solid var(--box-shadow);
}

/*    .cart-item:hover {
        transform: translateY(-2px);
        z-index: 1;
        box-shadow: 0px 0px 5px var(--box-shadow);
    }*/

@media only screen and (max-width: 1300px) {
    .cart-block, .order-block {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .cart-items-block {
        min-width: 0px;
    }
}

.categories-grid .category-card {
    transition: 500ms;
}

.category-card {
    min-height: 300px;
    /*border: 1px solid #d3d3d3;*/
    padding: 10px;
    cursor: pointer;
    background-color: white;
}

    .category-card:hover {
        transform: translateY(-8px);
        z-index: 1;
        /*box-shadow: 3px 3px 5px var(--box-shadow);*/
        filter: grayscale();
    }

    .category-card .category-name {
        color: #155767;
        font-size: 19px;
    }

.nav-item-desktop {
    display: block;
    position: relative;
}

    .nav-item-desktop .dropdown-menu {
        position: absolute;
        left: -13rem;
    }

.dropdown-hover .dropdown-menu.show {
    display: none !important;
}

.dropdown-hover:hover .dropdown-menu {
    display: block !important;
    top: 5rem;
}

.dropdown-hover:focus .dropdown-menu {
    display: block !important;
}

.dropdown-hover .dropdown-menu {
    --bs-dropdown-link-active-bg: #e9ecef !important;
}

.nav-item-mobile {
    display: none
}

@media only screen and (max-width: 992px) {
    /*.main-navbar .nav-item > div {
        border-top: 1px solid #e5e5e5;
        width: 80%;
        margin: auto;
    }*/

    /*.nav-item-desktop {
        display: none;
    }*/

    /*.nav-item-mobile {
        display: block
    }*/

    .option-container {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .option-container {
        right: 13vw;
    }
}

.filters-wrapper label, .filters-wrapper select {
    font-size: 14px;
    margin: 0;
}

.filters-wrapper select {
    border: 0;
    padding: 0 2.25rem 0 1rem;
    margin-left: 1rem;
    color: rgba(var(--primary-color));
}

    .filters-wrapper select:focus {
        box-shadow: 0 0 2px rgba(var(--primary-color), 0.5)
    }

.filters-wrapper .quantity-selector,
.filters-wrapper .noOfPages-selector,
.filters-wrapper .orderby-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 1rem;
}

.filters-wrapper .quantity-selector {
    border-right: 1px solid #e5e5e5;
}

@media only screen and (max-width: 650px) {
    .filters-wrapper select {
        margin: 0;
    }

    .filters-wrapper .quantity-selector {
        border: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e5e5e5;
    }

    .filters-wrapper .noOfPages-selector {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        padding-top: 1rem;
    }

    .filters-wrapper .orderby-selector {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 1rem 0px;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
    }
}

.filter-order-noResultDisplayText {
    background-color: #e9e9e9;
    border: hidden;
}

.filter-order-noResultDisplayImage {
    background-color: whitesmoke;
    border: hidden;
}

#product-details-wrapper {
    width: 100%;
    padding-bottom: 2rem;
    gap: 2rem;
    display: flex;
    justify-content: space-evenly;
}

    #product-details-wrapper div:nth-child(1) {
        margin: 0;
    }

    #product-details-wrapper > div:last-child {
        max-width: 50%;
    }
/*#product-details-wrapper div:nth-child(2) {
        width: 50%;
    }*/

.product-details-boxlayout details {
    box-shadow: none;
}

.product-details-boxlayout summary {
    background-color: unset;
    color: black;
    text-transform: uppercase;
}

    .product-details-boxlayout summary:after {
        border-color: transparent transparent transparent black;
    }

@media only screen and (max-width: 1200px) {
    #product-details-wrapper {
        width: 100%;
    }

        #product-details-wrapper div:nth-child(1) {
            width: 100%;
        }

            #product-details-wrapper div:nth-child(1) .product-details-image-style {
                width: 100%;
            }

                #product-details-wrapper div:nth-child(1) .product-details-image-style .image-zoom-hover-Div {
                    width: contain;
                }
}

@media only screen and (max-width: 880px) {
    #product-details-wrapper {
        flex-wrap: wrap;
        width: 100%;
    }
        #product-details-wrapper > div:last-child {
            max-width: none;
        }

        /*#product-details-wrapper div:nth-child(1) {
            width: 100%;
            margin: auto;
        }*/


        #product-details-wrapper div:nth-child(2) {
            width: 100%;
        }

    .image-zoom-hover {
        transition: transform 0.5s ease-out;
        height: 70vw;
    }

    .product_details {
        display: none;
    }

    .tab-content .product_details_description {
        display: block;
    }
}

/*@media only screen and (min-width: 880px) {
    #product-details-wrapper {
        width: 100%;
    }

        #product-details-wrapper div:nth-child(1) {
            width: 100%;
            margin: auto;
        }

        #product-details-wrapper div:nth-child(2) {
            width: 99%;
        }
}*/

.form-check-input:checked {
    background-color: rgb(var(--primary-color)) !important;
    border-color: rgb(var(--primary-color)) !important;
}

.discount-percentage {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 25px;
    padding: 7px 7px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--primary-color), 0.5);
}
.comingSoon {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 7px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:2;
    background-color: rgba(var(--primary-color), 0.5);
}
.list-image-wrapper .comingSoon {
    width: 60px;
    height: 60px;

}


.footer {
    box-shadow: 0 0 2px var(--box-shadow);
    background-color: white;
    width: 100%;
    color: var(--font-color);
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding-bottom: 1rem;
    /*height: 220px;*/
    position: relative;
}

    .footer-wrapper > div {
        min-width: 400px;
        height: 100%;
    }

        .footer-wrapper > div:first-child {
            padding-right: 2.5rem;
        }

    .footer-wrapper .middle-child {
        padding: 0 2.5rem;
        /*padding-left: 2.5rem;
        padding-right: 2.5rem;*/
        border-right: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
    }

    .footer-wrapper > div:last-child {
        padding-left: 2.5rem;
    }

@media only screen and (max-width: 1310px) {
    .footer-wrapper {
        height: auto;
    }

        .footer-wrapper > div {
            min-width: 350px;
            /*padding-top: 2rem;*/
            /*padding-bottom: 2rem;*/
        }

            .footer-wrapper > div:first-child {
                padding-right: 1.5rem;
            }

        .footer-wrapper .middle-child {
            padding: 0 1.5rem;
        }

        .footer-wrapper > div:last-child {
            padding-left: 1.5rem;
        }
    /*.footer-wrapper .middle-child {
            border-right: 0;
        }

        .footer-wrapper > div:last-child {
            padding-left: 0;
        }*/
}
@media only screen and (max-width: 1100px) {
    .footer-wrapper .middle-child {
        border-right: 0;
    }
    .footer-wrapper > div:last-child {
        padding-left: 0;
        padding-top: 1.5rem;
    }
}

@media only screen and (max-width: 813px) {
    .footer-wrapper {
        justify-content: center;
    }

        .footer-wrapper > div:first-child {
            padding: 0;
            padding-bottom: 1.5rem;
        }
        .footer-wrapper .middle-child {
            border-left: 0;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            padding: 1.5rem 0;
        }
        .footer-wrapper > div:last-child {
            padding: 0;
            padding-top: 1.5rem;
        }
}

@media only screen and (max-width: 813px) {
    .footer-wrapper {
        flex-direction: column;
    }
    .list-image-wrapper .comingSoon {
        width: 50px;
        height: 50px;
    }
}


@media only screen and (max-width: 500px) {
    .footer-wrapper > div {
        min-width: 100%;
    }
}

.footer h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer h3 {
    line-height: 36px;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.footer .help-btn {
    display: block;
    background: #ffffff;
    border: 2px solid #535152;
    border-radius: 60px;
    color: #535152;
    padding: 10px 25px;
    height: 50px;
    width: 280px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

    .footer .help-btn:hover {
        border: 2px solid #ff9923;
        color: white;
        background: #ff9923;
    }

.footer img {
    margin-right: 15px;
}

.footer li {
    padding: 3px 0;
}


.mapSize {
    width: 100%;
    height: 450px;
    border: 1px solid #d3d3d3;
    border-radius: var(--border-radius);
}


/*.card-order-style {
    width: 90%;
    margin: auto;
}*/

.border-bottom {
    border-bottom: 1px solid var(--box-shadow);
}

.item-container {
    height: 100%;
    background-color: white;
    padding: 1.5rem;
    border-radius: var(--border-radius);
    /*color: rgb(var(--primary-color));*/
}

/*.item-container .items-block {
        padding-bottom: 1.5rem;
    }*/

.back-btn {
    padding: 0.5rem;
    color: rgb(var(--primary-color));
    border-radius: var(--border-radius);
}

    .back-btn:hover {
        background-color: var(--box-shadow);
    }

.item-container .header {
    text-transform: capitalize;
    border-bottom: 1px solid var(--box-shadow);
    padding: 1rem 0;
    margin: 0;
}

.item-container .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    min-height: 150px;
    max-height: 150px;
    /*border-bottom: 1px solid var(--box-shadow);*/
    position: relative;
}

.item-container .item-select {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5rem;
    min-width: 20px;
}

.item-container .item-image {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}

    .item-container .item-image img {
        max-height: 100px;
        max-width: 100px;
    }

.item-container .item-info-options {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    min-height: 100px;
    position: relative;
}

    .item-container .item-info-options .item-stock {
        position: absolute;
        top: 0;
        left: 0;
    }

        .item-container .item-info-options .item-stock small {
            border-radius: var(--border-radius)
        }

    .item-container .item-info-options div {
        display: flex;
        align-items: center;
    }

.item-container .item-description {
    min-width: 250px;
    width: 50%;
    flex-direction: column;
    justify-content: center;
}

    .item-container .item-description p, .item-container .item-price p {
        font-size: 18px;
    }

.item-container .item-price {
    justify-content: center;
    width: 25%;
}

.item-container .item-option {
    justify-content: center;
    width: 25%;
}

    .item-container .item-option .quantityDecrease {
        padding: 0.5rem;
    }

.item-container .item-delete {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5rem;
    min-width: 20px;
}


@media only screen and (max-width: 768px) {
    .item-container {
        padding: 0.5rem;
    }

    .back-btn {
        padding-top: 0.5rem;
    }

    .item-container .item {
        min-height: 150px;
        max-height: 250px;
        justify-content: space-around;
    }

    .item-container .item-image {
        width: 100%;
        max-width: 75px;
        max-height: 75px
    }

        .item-container .item-image img {
            max-width: 75px;
            max-height: 75px
        }

    .item-container .item-info-options {
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        max-width: 200px;
    }

        .item-container .item-info-options div {
            justify-content: start;
        }

    .item-container .item-description {
        width: 100%;
        min-width: 0;
        max-width: 200px;
        margin-top: 20px
    }

        .item-container .item-description p, .item-container .item-price p {
            font-size: 14px;
        }

    .item-container .item-price {
        margin: 10px 0;
        width: 100%;
    }

    .item-container .item-option {
        width: 100%;
    }

        .item-container .item-option .quantityDecrease {
            padding-left: 0;
        }
}

.cart-buy-block {
    display: flex;
    justify-content: end;
    align-items: center;
    border-top: 1px solid var(--box-shadow);
}
.comment-block {
    border-top: 1px solid var(--box-shadow);
}

.total-block {
    min-width: 300px;
}

@media only screen and (max-width: 600px) {
    .total-block {
        min-width: 100%;
    }
}

.shipping-method-card-container {
    /*display: flex;*/
    padding: 0 1.5rem;
    padding-bottom: 1.5rem;
    background-color: white;
    /*justify-content: center;*/
}

.shipping-method-card {
    min-width: 150px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #a5a5a5;
    padding: 0.5rem;
    border-radius: var(--border-radius);
    cursor: pointer;
}

.shipping-method-active {
    background-color: rgb(var(--primary-color));
    color: white;
    border-color: rgb(var(--primary-color));
}

.breadcrumb-item {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumb {
    margin: 1rem 0;
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .breadcrumb-item {
        max-width: 130px;
    }

    .breadcrumb {
        font-size: 10px;
    }
}

.mobile-navbar .no-items-wishlist, .mobile-navbar .no-items-shopping-cart {
    top: 0;
    left: 32px;
}

.no-items-wishlist, .no-items-shopping-cart {
    top: 5px;
}

.main-navbar .navbar-mobile {
    display: none;
}

.mobile-navbar {
    background-color: rgb(var(--primary-color));
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 199;
    display: none;
    grid-template-columns: repeat(5, minmax(50px, 2fr));
    text-align: center;
    border-top: 1px solid var(--box-shadow);
    cursor: pointer;
}

    .mobile-navbar .bar-option {
        height: 100%;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 15px 5px 15px;
    }

.bar-option svg {
    font-size: 1.5rem;
}

.bar-option p {
    font-size: 12px;
    margin: 0;
    margin-top: 2px;
}

.offcanvas-body {
    padding: unset !important;
}

#categories-side-menu, #categories-side-menu a {
    color: var(--font-color) !important;
}

    #categories-side-menu, #categories-side-menu h5 {
        color: var(--font-color) !important;
    }

        #categories-side-menu .side-menu-category {
            cursor: pointer;
        }

            #categories-side-menu .side-menu-category:hover {
                color: white;
            }

            #categories-side-menu .side-menu-category[aria-expanded="true"] {
                /*padding-bottom: 1rem;*/
                color: white;
            }

            #categories-side-menu .side-menu-category svg {
                font-size: 1.5rem;
                transition: transform .35s ease;
            }

            #categories-side-menu .side-menu-category[aria-expanded="true"] svg {
                transform: rotate(90deg);
            }

            #categories-side-menu .side-menu-category p {
                max-width: 250px;
                font-size: 20px;
            }

        #categories-side-menu .side-menu-subCategory {
            margin: 8px 0;
            margin-left: 6rem;
            font-size: 17px;
        }
#categories-side-menu .subCat {
            font-size: 18px !important;
        }
.subCatItem{
    align-items: baseline;
    display: flex;
}


li div[aria-expanded="true"] {
    background: rgb(var(--primary-color));
    /*padding: 10px 10px;*/
    /*margin: 0 -17px;*/
}

li div[aria-expanded="false"]:hover {
    background: rgb(var(--primary-color));
    /*padding: 10px 10px;*/
    /*margin: 0 -17px;*/
}

li .side-menu-subCategory a {
    color: var(--font-color);
}

    li .side-menu-subCategory a:focus, li .side-menu-subCategory a:hover {
        color: rgb(var(--primary-color));
        border-bottom: 1px solid rgb(var(--primary-color));
    }

@media only screen and (max-width: 880px) {
    .mobile-navbar {
        display: grid;
    }

    .main-navbar .search-bar-form {
        display: none;
    }

    .main-navbar .navbar-desktop {
        display: none;
    }

    .main-navbar .navbar-mobile {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    #categories-side-menu .side-menu-category p {
        max-width: 220px;
    }

    .shipping-method-card-container {
        padding: 0 0.5rem;
        padding-bottom: 0.5rem;
    }

    .shipping-method-card {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .button-width button {
        width: 100%;
    }
}

.countUserDesigne {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #bbb !important;
    height: 25px;
    width: 25px;
    border-radius: 100%;
}

#card table .svgUserDesigne svg {
    font-size: 25px !important;
}

@media screen and (max-width: 600px) {

    #card table thead {
        display: none;
    }

    #card table #ordersUserBody .filter-order-noResultDisplayImage {
        display: table-row !important;
    }

    #card table #ordersUserBody .filter-order-noResultDisplayText {
        line-height: initial;
        display: table-row !important;
        box-shadow: none !important;
    }

    #card table tr {
        margin-bottom: 20px !important;
        display: block !important;
        box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em !important;
        height: auto !important;
    }

    #card table td .countUserDesigne strong {
        position: absolute;
        top: 12px;
        left: 8px !important;
    }

    #card table td {
        display: block;
        text-align: right;
        padding: 20px 20px !important;
    }

    #card table .svgUserDesigne::before {
        content: attr(data-label);
        margin: 5px 0;
    }

    #card table .svgUserDesigne svg {
        margin: -10px 0;
    }

    #card table td:last-child {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    #card table td::before {
        content: attr(data-label);
        float: left;
    }

    #card tbody {
        line-height: 0 !important;
    }
}

@media screen and (max-width: 280px) {
    #card table td {
        padding: 20px 5px !important;
    }

        #card table td .countUserDesigne {
            top: -12px !important;
        }

    #card table td {
        content: attr(data-label);
        font-size: 12px;
    }
}

.detailsGlide .glide__slide--active {
    margin-top: 1px;
    box-shadow: 0 1px 5px 5px var(--box-shadow);
}

.glide .card-body {
    transition: 500ms;
}

.glide__slide {
    text-align: center;
}

.glide__arrows {
    font-size: 1.5em !important;
}

.glide__arrow {
    border: none !important;
    border-radius: 100% !important;
    background-color: rgb(var(--primary-color)) !important;
}

.glide__arrow--left {
    left: 0.5em !important;
}

.glide__arrow--right {
    right: 0.5em !important;
}

.glide__bullets {
    bottom: -2em !important;
    background-color: rgb(var(--primary-color)) !important;
    height: 5%;
    padding: 6px 0;
    border-radius: 5px !important;
}

.card-glide-info {
    cursor: grab;
    cursor: -webkit-grab;
    height: initial !important;
}



.glide__slide--active:hover {
    transform: translateY(1px) !important;
    box-shadow: 0 1px 5px 5px var(--box-shadow);
}

.hover-underline:hover {
    text-decoration: underline;
}

.ui-menu-item{
    height: 34px;
    /*padding: 5px 0;*/
    border-bottom: 1px solid #c5c5c5;
    display: flex;
}
    .ui-menu-item:last-child{
        border-bottom: none;
    }

.ui-menu .ui-menu-item-wrapper {
    padding: 5px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.policy-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #a7a7a7;
}

/*payment succesful page
*/
.chechkmarkContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
}

.checkmarkSuccess {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #7ac142;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.checkmarkText {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.checkmarkSuccess::before {
    content: '\2713';
    font-size: 100px;
    color: #fff;
}
