﻿:root {
    --toolbar-color: #d3ad36;
    --toolbar-item-selected: #bd9412;
    --main-color: #bd9412;
    --main-color-dark: #413c06;
    --main-color-light: #fbfaef;
    --main-color-light-hard: #fff;
    --main-color-dark-hard: #2b2704;
    --link-color: #bd9412;
    --frame-border-radius: 10px;
    --main-btn-color: #bd9412;
    --main-border-btn-color: #bd9412;
    --highlight-color: #bd9412;
}
.margin-center {
    margin-left:auto;
    margin-right:auto;
}
.accent-core-color {
    accent-color:var(--main-color);
}
.main-menu {
    display: flex;
    background-color: var(--toolbar-color);
    border-radius: 6px;
    padding: 0px 0px 0px 0px;
    font-size: 1rem;
    margin-left: 15px;
    margin-right: 15px;
}

.main-menu-item {
    cursor: pointer;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    user-select: none;
}
    .main-menu-item:hover {
        color: var(--main-color-light);
    }
.main-menu-item-active {
    background-color: var(--toolbar-item-selected);
    border-radius: 10px;
}
.hover-highlight:hover {
    color: var(--main-color-dark) !important;
    text-decoration:underline;
}
.highlight-link {
    color:var(--highlight-color) !important;
}
.default-link {
    color: #000;
    cursor: pointer;
}
    .default-link:hover {
        filter:brightness(130%);
    }
    .widgets-wrap {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.login-logo {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 100px;
}
.breadcrumb-link {
    color: #fff;
}

    .breadcrumb-link:hover {
        color: var(--main-color-light) !important;
    }

.w-95 {
    width: 95%;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: ">";
}

.purchased-section {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}

.row-section {
    padding-left: 23px;
    padding-right: 23px;
}

.h-80 {
    height: 80px;
}

.headlight-text {
    text-transform: uppercase;
    color: var(--main-color-dark);
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
    bottom: 23px;
    width: 100%;
    left: 0px;
}

.round-section {
    padding: 10px 10px 10px 10px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}

.front-categories {
    min-height: 670px;
    border:1px solid #ddd;
}

.front-products {
    display: flex;
    flex-wrap: wrap;
    min-height: 200px;
}

.title-section-raw {
    padding: 10px 10px 10px 10px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin: 20px 10px 10px 10px;
}

.title-section {
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-flow: row;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin: 20px 10px 10px 0px;
}

.title-section-header {
    font-weight: bold;
    padding-left: 5px;
}

.text-rem08 {
    font-size: 0.8rem;
}

.myshopy-radio {
    width: 20px;
    height: 20px;
}

.w-100 {
    width: 100%;
}

.basket-top-section {
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px 10px 20px;
}

.edit-shipping {
    text-transform: uppercase;
    color: #bbb;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}
    .edit-shipping:hover {
        color:var(--main-color);
    }
    .add-new-shipping {
    text-transform: uppercase;
    color: var(--main-color-dark);
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
}

.add-new-img {
    margin-top: 37px;
    margin-bottom: 5px;
    width: 35px;
    height: 35px;
}

.header-section {
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-flow: row;
    width: 100%;
    overflow-x: auto;
}

.feature-label {
    font-size: 0.8rem;
    color: #bbb;
}

.feature-value {
    font-size: 0.9rem;
    color: #000;
}

.featues-container {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
}

.feature-item {
    padding: 20px 40px 10px 10px;
    min-width: 200px;
}

.product-section-header {
    font-weight: 600;
    font-size: 0.95rem;
    padding-left: 10px;
}
.basket-section {
    background-color: #fff;
    border-radius: 6px;
    padding: 5px 10px 10px 10px;
    margin-top: 20px;
    min-height: 60px;
}

.product-section {
    background-color: #fff;
    border-radius: var(--frame-border-radius);
    padding: 25px 10px 10px 20px;
    margin-top: 20px;
    min-height:100px;
}

.amount-input {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 50px;
    margin-left: 10px;
    margin-right: 7px;
    padding: 10px 6px 8px 10px;
}

.amount-btn {
    color: var(--main-color);
    background-color:#fff;
    width: 30px;
    height: 30px;
    border-radius:4px;
    border: 0px;
    margin-top: 4px;
    font-size: 20px;
    font-weight: bolder;
}
    .amount-btn:hover {
        background-color:#eee;
    }
.product-info {
    margin-top: 20px;
    background-color: #fff;
    border-radius: var(--frame-border-radius);
    padding: 20px 10px 30px 30px;
}

.carousel-wrapper {
    margin-top: 20px;
    border-radius: var(--frame-border-radius);
    background-color: #fff;
    padding-bottom: 8px;
    min-height: 599px;
}
.min-height-599px {
    min-height:599px;
}
shop {
    color: var(--main-color);
    font-weight: 600;
}

.bg-shopygray {
    background-color: #F0F2F4;
}

.user-menu {
    display: block;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 350px;
    z-index: 1000;
    top: 0px;
    right: 0px;
}

.arrow-back {
    width: 18px;
    height: 18px;
    margin-top: 9px;
    margin-right: 5px;
}

.form-title h2 {
}

.ms-form h2 {
    font-weight: 600;
}

.ms-alert {
    color: red;
}

.ms-form input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 100%;
    border-radius: 0px;
    height: 50px;
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #ddd;
}

.mf {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 20px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
}
.mf-input {
    border: 1px solid #ddd;
}
.mf-input:hover {
    border: 1px solid var(--main-color);
}

    .mf-input:focus {
        border-bottom: 1px solid var(--main-color-dark);
    }

.ms-form input:focus-visible {
    border-bottom: 2px solid var(--main-color) !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    outline: 0px !important;
    background-color: var(--main-color-light-hard);
}

.form-title {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 20px;
    display: flex;
}

.login-back {
    background-image: url("/img/myshopy/loginbg.jpg");
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(/img/myshopy/loginbg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-panel {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    width: 600px;
    height: 400px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.login-card {
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin-left:10px;
    margin-right:10px;
    overflow: auto;
    padding: 1rem 2rem;
    border-bottom: 2px solid #ccc;
    display: table;
    border-radius: 25px;
}

.login-content {
    display: table-cell;
    vertical-align: middle;
}

.btn-primary-white {
    background-color: #fff;
    color: var(--main-color);
    font-weight: 600;
}

    .btn-primary-white:hover {
        color: var(--main-color);
        border: 1px solid var(--main-color);
    }

.shopping-prodsection {
    margin-top: 30px;
    border-radius: var(--frame-border-radius);
    background-color: #fff;
}

.mf-navbar {
    height: 50px !important;
    background-color: #F0F2F4;
}
.mf-warning {
    height: 37px !important;
    background-color: #F0F2F4;
}

.shop-profile-frame {
    margin-left: 18px;
    margin-bottom: 30px;
    color: #5d5d5d;
}

.bg-core {
    background-color: var(--main-color);
}

.product-section-item {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.product-name-bg {
    font-size: 1.2rem;
    font-weight: 600;
}

.frame-subheader {
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.content-subheader {
    font-weight: 600;
    font-size: 1.0rem;
}

.catsidebar {
    padding-left: 25px;
    padding-top: 30px;
    padding-bottom: 20px;
    min-height: 450px;
    background-color: white;
    border-radius: var(--frame-border-radius);
    margin-top: 30px;
    margin-bottom: 20px;
}

.no-selection {
    user-select: none;
}

.front-card-container {
    justify-content: space-between;
}

.core-bkg {
    background-color: var(--main-color);
}

.front-product-img-wrap {
    overflow: hidden;
    background-color: white;
    border-radius: 15px;
    border: 2px solid #ddd;
    vertical-align: middle;
    position: relative;
    width: 160px;
    height: 110px;
    padding: 5px;
}

.front-product-img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.carousel-dot {
    font-size: 12px !important;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
    user-select: none;
}

.front-product-info {
    width: 160px;
    height: 80px;
    margin-right: 20px;
    cursor: pointer;
}

.front-product-info-last {
    margin-right: 0px !important;
}

.img-carousel {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
}

.img-carousel-item {
    min-width: 350px;
}

@media (max-width: 800px) {
    .cat-carousel-dots {
        position: absolute;
        left: 40%;
        display: inline-block;
        word-wrap: normal;
    }
}

@media (min-width: 800px) {
    .cat-carousel-dots {
        position: absolute;
        left: 45%;
        display: inline-block;
        word-wrap: normal;
    }
}

.cat-carousel-right-arrow {
    margin-left: auto;
    float: right;
}

.category-carousel-arrows {
    display: table;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

.category-carousel {
    height: 70px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}

.category-item {
    display: inline-block;
    padding-top: 8px;
    min-width: 90px;
    min-height: 60px;
    text-align: center;
    cursor: pointer;
}

    .category-item:hover {
        background-color: #eeedef;
        color: var(--main-color);
    }

.category-bar {
    border-radius: 4px;
    height: 6px;
    width: 80px;
    background-color: var(--main-color-dark);
    margin-left: 5px;
}

.button-set {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    padding-left: 1px;
}

.img-shop {
    width: 150px;
    height: auto;
}

.btn-inactive {
    color: #bbb;
    background-color: #ead79c;
}

.price-wrap {
    margin-top: auto;
    margin-bottom: 5px;
}

.next-prod-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    padding-left: 10px;
}

.price {
    font-weight: 600;
    color: #212529;
    font-size: 1.5rem;
    margin-top: 10px;
}

@media screen and (max-width: 592px) {
    .span-sm-hidden {
        visibility: hidden;
    }

    .front-product-info {
        margin-left: 20px !important;
        margin-right: 20px !important;
        height: 220px !important;
    }

    .product-grid-card {
        flex: 1 46%;
        margin: 2px;
    }

    .logo-mobile {
        padding-top: 10px;
    }
}

.catsidebar-title {
    font-weight: 600;
}

.label-rating {
    color: #aaa;
    margin-right: 4px;
    padding-top: 2px;
}

.rating-wrap {
    display: flex;
    flex-direction: row;
}

.shops-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 450px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: var(--frame-border-radius);
}

.shop-container {
    display: flex;
    flex-direction: row;
    min-width: 450px;
}

.shop-info-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
}

.prod-info-right-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.star {
    padding: 1px;
    width: 18px;
    height: auto;
}

.bg-container {
    background-color: #FAF9FC;
}

.footer-info {
    margin-left: 20px;
    padding-top: 14px;
    display: flex;
}

.footer-headline {
    margin-top: 28px;
    margin-left: 30px;
    color: #000;
}

.flex-right {
    margin-left: auto;
}

.appstore-icon {
    width: 140px;
    height: 48px;
    margin-right: 5px;
    margin-left: 5px;
}

.soc-icon {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
}

.footer-line {
    background-color: #F0F2F4;
    color: #fff;
    height: 80px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.li-space {
    margin-top: 15px;
}

.front-link {
    color: black !important;
}

    .front-link:hover {
        color: var(--main-color) !important;
        text-decoration: none !important;
    }

.font600 {
    font-weight: 600;
}

.voucher-activation-code {
    font-size: 1.3rem;
}

.voucher-title {
    background: var(--main-color);
    color: #fff;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    left: -1px;
    top: -1px;
    width: 400px;
    height: 35px;
    padding-top: 6px;
}

.cards-coll {
    margin: 20px 30px 20px 30px;
}

.voucher {
    border-radius: 12px;
    border: 1px solid #ccc;
    margin: 10px;
    width: 400px;
}

.product-image {
    width: 80%;
    height: auto;
    margin: 8px;
}

.product-name {
    font-weight: 600;
    font-size: 1.2rem;
}

    .product-name:hover {
        color: var(--main-color-dark);
    }

.product-list-photo {
    border-radius: 12px;
    border: 1px solid #bbb;
    padding: 4px;
    width: 120px;
    text-align: center;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
}

.product-list-price {
    font-size: 1.7rem;
    font-weight: 600;
    margin-right: 10px;
}

.product-list-item {
    display: flex;
}

.choice-buttons {
    display: flex;
    font-weight: 600;
    color: #ccc;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    margin-left: auto;
    margin-right: auto;
}

.choice-left {
    cursor: pointer;
    border-bottom: 2px solid transparent;
    width: 50%;
    height: 40px;
    padding: 8px;
    text-align: center;
    font-weight: 400;
    color: #000;
}

.choice-right {
    cursor: pointer;
    border-bottom: 2px solid transparent;
    width: 50%;
    height: 40px;
    font-weight: 400;
    padding: 8px;
    text-align: center;
    color: #000;
}

.choice-selected {
    border-bottom: 2px solid var(--main-color);
    font-weight: 600;
}

.choice-buttons {
}

.command-bar {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    color: var(--main-color);
}

.p-details-subtitle {
    font-weight: 600;
    font-size: 1.1rem;
}

.purchased-subtitle {
    font-size: 24px;
    color: #000000;
    padding: 4px;
    font-weight: 500;
    margin: 20px 0px 10px 4px;
}

.purchased-frame {
    border-radius: 15px;
    background-color: white;
    margin-bottom: 20px;
    padding-top: 15px;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

    .checkbox > span {
        color: #34495E;
        padding: 0.5rem 0.25rem;
        margin-top: -9px;
    }

    .checkbox > input {
        height: 20px;
        width: 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        border: 2px solid var(--main-color);
        border-radius: 4px;
        outline: none;
        transition-duration: 0.3s;
        background-color: #fff;
        cursor: pointer;
        font-weight: 800;
    }

        .checkbox > input:checked {
            border: 1px solid var(--main-color);
            background-color: var(--main-color);
        }

            .checkbox > input:checked + span::before {
                content: '\2713';
                display: block;
                text-align: center;
                color: #fff;
                position: absolute;
                left: 0.3rem;
            }

        .checkbox > input:active {
            border: 2px solid var(--main-color);
        }

.black {
    color: #000;
}

.checkout-shop {
    color: #cb005d;
    font-size: 1.6rem;
}

.checkout-option {
    border: 2px solid #ddd;
    padding: 12px;
    margin: 5px 0px 0px 0px;
    cursor: pointer;
    border-radius: 2px;
    width: 120px;
    height: 120px;
    margin: 4px;
    text-align: center
}

.checkout-option-selected {
    border: 2px solid var(--main-color);
}

.basket-modal {
    border-radius: 15px !important;
}

.min-height-200px {
    min-height:200px !important;
}

.pick-frame-content {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    width: 90%;
}

.pick-hr {
    border: 1px #ddd solid;
    color: #ddd;
    background-color: #ddd;
}

.pick-frame-grey {
    border: 1px solid #bbb;
    border-radius: 6px;
    margin: 4px;
    padding: 15px 15px 10px 15px;
    font-size: 0.8rem;
    color: #ccc;
    font-weight: 500;
    width: 260px;
    min-height: 156px;
}

.pick-frame {
    border: 2px solid var(--main-color);
    border-radius: 6px;
    margin: 4px;
    padding: 15px 10px 10px 15px;
    font-size: 0.8rem;
    color: var(--main-color);
    font-weight: 500;
    width: 260px;
    min-height: 156px;
}

.pick-frame-flexible {
    border: 2px solid var(--main-color);
    border-radius: 6px;
    margin: 4px;
    padding: 15px 10px 10px 15px;
    font-size: 0.8rem;
    color: var(--main-color);
    font-weight: 500;
}

.basket-frame {
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 2px;
    text-align: center;
}

.basket-minus {
    font-size: 2.1rem !important;
    margin-top: -2px !important;
}

.basket-counter {
    font-size: 1.5rem;
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
}

.basket-delivery-text {
    padding-top: 12px;
    font-weight: 500;
    font-size: 0.95rem;
}

.grey {
    color: #bbb;
}

.basket-total-price {
    font-size: 1.9rem;
    font-weight: 600;
}

.purchase-total-price {
    font-size: 1.5rem;
    font-weight: 600;
}

.flex-class {
    display: flex;
}

.basket-price {
    font-size: 1.2rem;
}

.basket-product {
    font-size: 1.1rem;
    font-weight: bold;
}

.basket-subheader {
    font-weight: 700;
    font-size: 1.0rem;
}

.topmenu-list-wrapper {
    display: flex;
    justify-content: space-between;
}

.topmenu-icon {
    padding: 6px 0px 0px 0px;
}

.core-color {
    color: var(--main-color);
}
.core-color-hover:hover {
    filter: brightness(20%);

}

.pointer {
    cursor: pointer;
}

.topmenu-split {
    background-color: #eaeaea;
    height: 1px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.topmenu-list-item {
    position: relative;
    display: block;
    padding: 9px 5px 9px 0px;
    text-decoration: none !important;
}

.topmenu-list-group {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.top-menu-tab {
    border-bottom: 2px solid transparent;
    font-size: 0.9rem;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    padding-bottom: 5px;
    text-align: center;
}

.top-menu-tabs {
    display: flex;
}

.top-menu-tab-selected {
    border-bottom: 2px solid var(--main-color);
    font-weight: 600;
}

.topmenu-list-item:hover {
    color: var(--main-color);
    text-decoration: none !important;
}

.topmenu-icon {
    margin: 2px;
}

.top-menu-img {
    margin-right: auto;
    margin-left: auto;
}

.top-menu-label {
    padding: -1px 3px 20px 0px;
    font-weight: 700;
    font-size: 20px;
    color: var(--main-color);
    white-space: nowrap;
}

.top-menu-subheader {
    font-weight: 700;
    font-size: 18px;
    padding: 0px 0px 10px 0px;
    margin-top: 20px;
}

.top-menu-header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    color: black;
    margin: 15px 0px 30px 0px;
}

.dropdown-menu.info-menu-pos {
    transform: translateX(-230px) translateY(-55px) !important;
    border-radius: 0px;
    box-shadow: -3px 0px 2px #ebebeb;
}

.info-menu {
    padding-left: 28px;
    padding-right: 20px;
    width: 320px;
    top: 5px;
    left: -5px;
}

.alert-primary {
    color: #d00000;
    background-color: #ffffff;
    border-color: #ff0000;
}

a:hover {
    color: var(--main-color-dark) !important;
    text-decoration: none !important;
}

.btn-light {
    border: 1px solid var(--main-color);
}

    .btn-light:hover {
        text-decoration: none !important;
    }

.alert-important {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.issue-user-comment {
    margin: 4px;
    border-radius: 11px;
    border: 1px solid var(--main-color);
    margin: 10px 2px 0px 2px;
    padding: 5px;
    background-color: #fbf5ff;
}

.issue-comment {
    margin: 4px;
    border-radius: 11px;
    border: 1px solid var(--main-color);
    margin: 10px 2px 0px 2px;
    padding: 5px;
}

.text-primary {
    color: var(--main-color) !important;
}

.input-group-text {
    background-color: transparent;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: 0 0 0 0.2rem rgba(206,189,210,.5);
}

.btn-white {
    background-color: #fff;
}

.nav-bar-close-icon {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
}

.nav-menu {
    padding: 12px;
    width: 260px;
}

    .nav-menu > .nav-link {
        border: 1px #fff solid;
    }

        .nav-menu > .nav-link:hover {
            text-decoration: none !important;
            color: var(--main-color-dark);
            border: 1px #c265f6 solid;
            border-radius: 10px;
        }

.nav-bar-head {
    margin: 10px 0px 10px 12px;
    vertical-align: middle;
}

.nav-menu-icon {
    font-size: 1.3rem;
    vertical-align: middle;
}

.nav-bar-head-text {
    color: var(--main-color-dark);
    font-weight: 500;
    font-size: 1.4rem;
    margin-left: 10px;
    vertical-align: middle;
}

.nav-bar-item {
    font-size: 1.1rem;
    margin-left: 1px;
}

.nav-bar-midttitle {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 25px 0px 5px 15px;
}

.subscription-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.subscription-package {
    display: flex;
    flex-direction: column;
    border: 1px solid #bbb;
    border-radius: 15px;
    padding: 20px;
    margin: 25px;
    width: 350px;
    background-color: #fff;
}

.spkg-name {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    padding: 20px;
    color: #7c7c7c;
}

    .spkg-name:hover {
        color: var(--main-color);
        text-decoration: underline;
    }

.spkg-price {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--main-color);
    text-align: center;
}

.spkg-features {
    font-size: 0.8rem;
    list-style-type: none;
    padding-inline-start: 10px;
}

.spkg-space {
    flex-grow: 1;
}

.spkg-monthly {
    color: #a9a9a9;
    font-size: 1.1rem;
    text-align: center;
    padding-bottom: 15px;
}


.spkg-feat {
    border-bottom: 1px solid #ddd;
    padding: 4px;
}

    .spkg-feat:hover {
        color: var(--main-color-dark);
        text-decoration: underline;
        cursor: default;
    }

.spkg-btn-container {
    text-align: center;
    padding-top: 20px;
}

.exclamation-badge {
    position: absolute;
    left: 10px;
}

.highlight-1 {
    font-size: 1.3rem;
    font-weight: 500;
}

.highlight-2 {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--main-color);
}

.highlight-3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--main-color);
}

.bonus-card-img-sm {
    width: 200px;
}

.short-card-sm {
    max-width: 210px;
}

.short-card-lg {
    max-width: 320px;
    margin: 10px;
}

.short-card:hover .short-img-frame {
    color: var(--main-color-dark) !important;
    border-color: var(--main-color) !important;
}

.short-card:hover .short-text {
    color: var(--main-color-dark) !important;
}

.short-card-container-lg {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.short-card-container {
    display: flex;
    flex-wrap: wrap;
    max-height: 350px;
    justify-content: flex-start;
    align-content: flex-start;
}

.short-price {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.short-text {
    color: #1c1c1c;
    margin-bottom: 12px;
    max-width: 158px;
    font-weight: 500;
}

    .short-text:hover {
        color: var(--main-color);
        cursor: pointer;
    }

.short-img-frame {
    border: 1px #cfcfcf solid;
    border-radius: 15px;
    width: 160px;
    height: 110px;
    margin: 10px 6px 5px 0px;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    display: block;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

    .short-img-frame:hover {
        /*border: 1px var(--main-color) solid;*/
    }

.short-card-img {
    max-width: 140px;
    max-height: 120px;
}

.shop-desc {
    margin: 25px 20px 45px 20px;
    color: var(--main-color);
    font-size: 1.1rem;
    font-weight: 500;
    user-select: none;
}

.rating {
    border: 1px #cfcfcf solid;
    border-radius: 15px;
    margin: 5px 30px 5px 20px;
}

.rating-summary {
    width: 100%;
    font-size: 4rem;
    color: var(--main-color-dark);
    text-align: center;
}

.rating-votes {
    font-size: 1rem;
}

.rating-box {
    box-sizing: border-box;
    display: inline-block;
    padding: 20px 20px 20px 30px;
    vertical-align: top;
    width: 425px;
}

.rating-box-item {
    height: 20px;
    margin-bottom: 4px;
    position: relative;
    width: 100%;
}

.rating-value {
    left: -16px;
    letter-spacing: 1px;
    position: absolute;
}

.rating-bar {
    background-color: var(--main-color);
    display: inline-block;
    height: 100%;
}

.img-shop-large {
    width: 95%;
}

.nav-bar-icon {
    color: var(--main-color);
    vertical-align: middle;
    font-size: 1.5rem;
}

.nav-bar-text {
    font-size: 1.2rem;
    margin-left: 12px;
}

.user-menu .nav-link:hover {
    text-decoration: none !important;
}

.card-product-list {
    border-radius: 15px;
    border-color: #ccc !important;
}

a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

.breadcrump-ec {
    background-color: transparent !important;
    margin-top: -7px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.bonus-card-item {
    margin-bottom: 20px;
    margin-left: 35px;
}

.bonus-card-img {
    width: 280px;
    margin-bottom: 10px;
}

.shopitem-frame {
    border: 1px #ddd solid;
    border-radius: 15px;
    padding: 20px;
    width: 160px;
    max-width: 160px;
    height: 100px;
    max-height: 90px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
}

.subcategory-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 350px;
    max-height: 350px;
    justify-content: flex-start;
    align-content: flex-start;
}

.subcategory-subsection {
    margin-bottom: 20px;
    background-color: transparent;
    width: 220px;
}

.forgot-pass {
    margin-top: 1px;
    cursor: pointer;
    margin-bottom: 20px;
}

.floating-logo {
    float: right;
    width: 70%;
    max-width: 300px;
}

.btn-outline-primary {
    border-radius: 10px !important;
    color: var(--main-color-dark);
    border-color: var(--main-color);
}

    .btn-outline-primary:hover {
        color: var(--main-color-light);
        background-color: var(--main-color-dark);
        border-color: var(--main-color-light);
    }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #399058;
    border-color: var(--main-color);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
/*
.form-control:focus {
    border-color: #76fc77;
    box-shadow: 0 0 0 0.1rem rgb(98 247 185 / 25%);
}*/

.form-control:focus {
    border-color: var(--main-color-dark);
    box-shadow: none;
}

.grey-label {
    color: #acacac;
}

.header-icon {
    color: var(--main-color-dark);
    fill: var(--main-color-dark)
}

.header-icon-gray {
    color: #ddd;
}

.ham {
    color: #1c03a5 !important;
    font-size: 1.4rem;
}

.ham-outline {
    padding-top: 45px;
    float: right;
    background-color: #fff;
}

.logo-image {
    float: left;
    width: 200px;
}

.logo-group {
    border: 0px none;
    width: 450px;
    height: 140px;
    display: inline-block;
}

.main-search-bar {
    display: flex;
    margin: 0px 0px 0px 0px;
}

.main-search-input {
    height: 34px;
    width: 300px;
    background: transparent;
    border-bottom: 2px solid #ddd;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

    .main-search-input:focus {
        border-bottom: 2px solid var(--main-color);
        background: transparent;
        outline: none;
    }

.main-search-box {
    border: 0px solid transparent;
}

.header-nav-text {
    color: #fff;
    font-size: 1rem;
    margin-top: 10px;
    width: 100%;
}

.nav-button-group {
    float: right;
}

.nav-button-big {
    width: 130px;
    height: 130px;
    border-radius: 13px;
    color: white;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    float: right;
    cursor: pointer;
}

.nav-button-img {
    width: 55px;
    height: 55px;
    margin-left: 34px;
    margin-right: auto;
    margin-top: 22px;
    margin-bottom: 10px;
}

.nav-button-text {
    margin: -3px 10px 10px 10px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.nav-button-text-selected {
    color: var(--main-color-dark);
}

.nav-button-big-1 {
    border: 2px solid #664AB1;
    background-color: #664AB1;
}

.nav-button-big-selected {
    background-color: #fff !important;
    color: #664AB1 !important;
}

.nav-button-big-2 {
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
}

.nav-button-big-3 {
    border: 2px solid #9747AE;
    background-color: #9747AE;
}

.btn-md {
    font-size: 0.86rem;
    padding: 0.3rem 0.4rem;
}

.sidebar-section {
    margin-bottom: 18px;
}

.slider-handle {
    width: 18px !important;
    height: 18px !important;
    background-color: #0480BE !important;
    border: 1px solid #9f9f9f !important;
    border-radius: 5px !important;
    background-image: linear-gradient(to bottom, #f6f7f9, #ffffff);
}

.highlight-row {
    background-color: #EEEEEE;
}

.product-photo-sm {
    width: auto;
    height: 60px;
    border: 1px solid #ddd;
    margin: 2px;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .product-grid-card {
        flex: 1 25%;
        margin: 2px;
    }
    .desktop-only {
        display:block;
    }
}

@media (max-width: 1200px) {
    .product-grid-card {
        flex: 1 33%;
        margin: 2px;
    }
    .desktop-only {
        display:none;
    }
}
@media (max-width:1000px) {
    .main-search-box {
        display: none;
    }
}

.prod-info {
    padding: 1px 5px 0px 10px;
}

.amount-selector {
    width: 120px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
}

.bucket-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.footer-front {
    background-color: transparent;
}

.exclamation-button {
    background: #ff6c26;
    color: #fff8a7;
}

.img-h {
    width: 100%;
}

.front-section-picto {
    top: -15px;
    position: relative;
}

.front-section-highlight:hover {
    background-color: #efefef;
}

.cat-vertical-scroll {
    overflow-y: scroll;
    max-height: 400px !important;
    overflow-x: hidden;
}

.remark:hover {
    border: 1px solid #5e5e5e;
}

.img-prodlist {
    height: 150px !important;
    width: auto !important;
}

.cat-product-feature {
    position: relative;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-product-feature-list {
    margin-top: 1px;
    font-size: 0.9rem;
    letter-spacing: .1px;
    line-height: 17px;
    border-radius: 2px 0 0 2px;
}

.bordered-cols > [class*="col-"] {
    overflow: hidden;
    border-color: #e5e7ea;
    border-width: 1px 0 0 1px;
    border-style: solid;
}

.front-label {
    padding: .5rem 1rem;
}
.drag-drop-file-entry {
    display:flex;
    padding-bottom:5px;
}
.drag-drop-zone {
    border: 2px dashed var(--main-color);
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.3rem;
    cursor: pointer;
    margin: 1.5rem 0 2rem 0;
    position: relative;
    max-height: 40px;
    border-radius:10px;
}

    .drag-drop-zone:hover {
        background-color: #eee;
    }

    .drag-drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.last-row {
    padding-bottom: 60px;
}

.section-title {
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: center;
}

.no-shadow {
    box-shadow: none !important;
}

.comparision-grid {
    align-items: center;
    display: flex;
    padding: 2px;
    margin-left: 13px;
}

.comparison-box {
    float: left;
}

.comparision-box-close {
    position: relative;
    top: -63px;
    left: 44px;
    color: #d62e56;
    cursor: pointer;
}

.btn-primary {
    color: #fff !important;
    background-color: var(--main-btn-color);
    border-color: var(--main-border-btn-color);
    border-radius: 5px;
    font-weight: 500;
    font-size: 1rem;
}

    .btn-primary:hover {
        filter: brightness(105%);
        background-color: var(--main-color);
        border-color: var(--main-color-dark);
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
}

.filter-group {
    margin-top: 10px;
    padding-bottom: 10px;
}

body {
    background-color: #FAFAFA !important;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.border-bottom {
    border-bottom: 1px solid #e5e7ea !important;
}

.section-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.15);
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.15);
}

.nav-home-aside {
    width: 250px;
}

.bg-blue {
    background-color: #12225b;
}

.nav-home-aside .menu-category > li > a {
    display: block;
    padding: 10px 0px;
}

.nav-home-aside .menu-category a {
    color: #212529;
}

.nav-home-aside .menu-category li {
    position: relative;
    display: block;
    border-bottom: 0px solid #e5e7ea;
}

.padding-y {
    padding-top: 30px;
    padding-bottom: 30px;
}


.nav-home-aside .menu-category {
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.widget-header {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .widget-header .widget-view {
        padding: 1px 1px;
        display: inline-block;
        position: relative;
        text-align: center;
    }

    .widget-header a {
        color: #212529;
    }


@media (min-width: 1100px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu.show {
    display: block;
}

@media (min-width: 992px) {
    .dropdown-large {
        min-width: 500px;
    }
}

.dropdown-large {
    padding: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.37rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.collapse:not(.show) {
    display: none;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-home-aside {
    width: 250px;
}

.card .img-wrap {
    overflow: hidden;
}

.card-sm .img-wrap {
    height: 180px;
}

.card-product-grid .img-wrap {
    height: 250px;
    border-radius: 15px;
}

[class*='card-product'] .img-wrap {
    overflow: hidden;
    position: relative;
}

.img-wrap {
    text-align: center;
    display: block;
}

a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}

.heading-line .title-section {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    background-color: #f6f7f9;
    z-index: 2;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px solid #ebecf0 !important;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
}

@media (min-width: 992px) {
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .except-mobile {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .except-mobile {
        display:block !important;
    }
}


.home-category-banner {
    position: relative;
    padding: 30px;
    height: 100%;
    overflow: hidden;
}

.padding-bottom-sm {
    padding-bottom: 10px;
}

.heading-line {
    position: relative;
}

.section-heading {
    margin-bottom: 10px;
    margin-top: 10px;
}

.section-title {
    color: #212529;
}

.row-sm {
    margin-right: -5px;
    margin-left: -5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-deal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.card-sm {
    min-height: 284px;
}

.card-product-grid {
    margin-bottom: 20px;
}

    .card-product-grid .info-wrap {
        overflow: hidden;
        padding: 16px;
    }

.card-post .card-img-top {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-img-top {
    width: 100%;
}

[class*='card-product'] .img-wrap img {
    height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
}

.heading-line {
    position: relative;
}

.section-heading {
    margin-bottom: 10px;
    margin-top: 10px;
}

.card-home-category .item .title {
    min-height: 40px;
    font-weight: 500;
}

h6, .h6 {
    font-size: 1rem;
}

.img-sm {
    width: 80px;
    height: 80px;
}

.img-xs, .img-sm, .img-md, .img-lg {
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.home-category-banner .img-bg {
    position: absolute;
    right: -50px;
    bottom: -50px;
    mix-blend-mode: multiply;
    height: 260px;
}

.timer > div {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.timer .num {
    padding: 7px 3px;
    display: block;
    background-color: #212529;
    min-width: 44px;
    color: #fff;
    font-size: 22px;
    border-radius: 6px;
    line-height: 1.2;
}

.card .img-wrap {
    overflow: hidden;
    background-color: white;
    border-radius: 1px;
    border: 2px solid #fff;
}

.img-wrap {
    overflow: hidden;
    background-color: white;
    border-radius: 15px;
    border: 2px solid #fff;
}

.card-sm .img-wrap {
    height: 180px;
}

.card-product-grid .img-wrap {
    height: 250px;
}

.card-deal .col-heading {
    min-width: 300px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.content-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px;
}

.card-deal .card-product-grid {
    margin-bottom: 0;
    text-align: center;
}

.card-sm {
    min-height: 284px;
}

.card-deal .items-wrap > [class*=col] {
    border-left: 1px solid #e5e7ea;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.35rem 0.5rem;
    font-size: 0.82rem;
    line-height: 1.2;
    border-radius: 0.37rem;
}

.btn-secondary {
    color: #fff;
    background-color: #12225b;
    border-color: #12225b;
}


.special-home-right .card-banner {
    min-height: 112px;
}

.card-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
}

.nav-home-aside .menu-category .submenu {
    display: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 20;
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    background: #fff;
}

.nav-home-aside .menu-category li:hover .submenu {
    display: block;
    margin-left: 0px;
}

.nav-home-aside .menu-category .submenu li {
    list-style: none;
}

    .nav-home-aside .menu-category .submenu li a {
        padding: 10px 16px;
        display: block;
    }

.nav-home-aside .menu-category a {
    color: #212529;
}
.mt-10 {
    margin-top:10px;
}
.p-20 {
    padding:20px;
}

@media screen and (max-width: 992px) {
    .except-mobile {
        display: none;
    }
}

.f09rem {
    font-size:0.9rem;
}
.f08rem {
    font-size: 0.8rem;
}

.main-color-dark {
    color: var(--main-color-dark);
}
.text-center {
    text-align:center;
}
.flat-table td {
    border-top: 1px solid transparent !important;
}
.td-hover {
    border: 1px solid transparent;
    width: 100px;
    border-radius: 5px;
    text-align: center;
}
.td-hover:hover {
    border:1px solid var(--main-color);
}
.basket-section-title {
    font-size: 1.9rem;
    font-weight: 600;
}
.basket-toggler {
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    padding: 8px 5px 5px 5px;
}
    .basket-toggler:hover {
        background-color: #eee;
        border-radius: 12px;      
    }

.btn-primary-outline:hover {
    border:1px solid var(--main-color);
}

.btn-secondary {
    background-color: var(--main-color);
    border-color: var(--main-color-dark);
}
    .btn-secondary:hover {
        background-color: var(--main-color-light);
        color:var(--main-color-dark);
    }
    .btn-secondar:active {
        background-color: var(--main-color-light);
        color: var(--main-color-dark);
    }

.bracket {
    padding: 2px;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    text-align: center;
    background-color: var(--main-color-light);
}

.error-msg {
    color:red;
    font-weight:500;
}

@media screen and (max-width: 800px) {
    .front-categories {
        min-height: 200px !important;
    }
}

.sku-row {
    padding-top:4px;
    display:flex;
    flex-direction:row;
    column-gap:5px;
}

.sku-item {
    border: 1px solid var(--main-color);
    border-radius: 4px;
    padding: 3px 8px 3px 8px;
    cursor:pointer;
}
.sku-item-selected {
    border: 1px solid var(--main-color-dark);
    color: #fff;
    background-color: var(--main-color);
}
.basket-sku-group {
    padding:2px;
    display:flex;
    column-gap:5px;
}
.basket-sku-selection {
    padding: 2px 6px 2px 6px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #bbb;
    user-select: none;
    font-size: 0.85rem;
    font-weight: 500;
    color: #808080;
}
.underline {
    text-decoration:underline;
}

.dropdown-item.active, .dropdown-item:active {
    background-color:var(--main-color);
    color:#fff !important;
}

.comment-entry {
    padding: 2px;
    font-size: 13px;
    border-bottom: 1px dotted #dedede;
}

.comment-entry-user {
    padding: 2px;
    font-size: 13px;
    border-bottom: 1px dotted #dedede;
    font-weight: 500;
}
.info-msg {
    padding: 7px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    max-width: 500px;
    background-color: var(--toolbar-color);
    color: #fff;
    font-weight: 500;
}

.sticky-frame {
    position: sticky;
    top: 0px;
    z-index: 1000;
}

.attachment-frame {
    border: 1px dotted #adadad;
    border-radius: 10px;
    padding-bottom:10px;
    margin-bottom:10px;
}

.fixed-purchase-action {
    position: fixed;
    min-width: 300px;
    max-width:332px;
}

input[type='radio'] {
    accent-color: #232323;
}

.no-wrap {
    white-space: nowrap;
}

.currency {
    font-size: 15px;
    margin-left: 4px;
}

.col-gap-15 {
    column-gap: 15px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}
.link {
    color: var(--link-color);
}
.link:hover {
    text-decoration:underline;
}
.red {
    color:red;
}
.font-bold {
    font-weight:700;
}
.password-show-btn {
    cursor: pointer;
    align-self: flex-end;
    padding-bottom: 3px;
    position: relative;
    right: -90%;
    top: -30px;
    width: 30px;
}

.warning-message {
    border-radius: 5px;
    border: 1px solid red;
    /*background-color:#c90000;*/
    color: red;
    margin: 1px 3px 1px 3px;
    padding: 1px 10px 1px 10px;
    cursor: pointer;
}
.has-error {
    color:red;
}