@font-face {
    font-family: "Quentin";
    src: url("../fonts/Quentin/Quentin.woff2") format("woff2"), url("../fonts/Quentin/Quentin.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat.woff2") format("woff2"),
    url("../fonts/Montserrat/Montserrat.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Astoria";
    src: url("../fonts/Astoria/Astoria.woff2") format("woff2"), url("../fonts/Astoria/Astoria.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

@keyframes opacityFadeIn {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes opacityFadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

.ml-5px {
    margin-left: 5px;
}

.ml-10px {
    margin-left: 10px;
}

.ml-20px {
    margin-left: 20px !important;
}

.mr-5px {
    margin-right: 5px;
}

.mr-10px {
    margin-right: 10px;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mlr-0 {
    margin-left: 0;
    margin-right: 0;
}

.plr-0 {
    padding-left: 0;
    padding-right: 0;
}

.lh-25px {
    line-height: 25px;
}

.lh-35px {
    line-height: 35px;
}

.w-80px {
    width: 80px;
}
.w-100px {
    width: 100px;
}
.h-100px {
    height: 100px;
}

.pos-top-15px {
    position: relative;
    top: -15px;
}

.hidden {
    display: none;
}

input[type="radio"],
input[type="checkbox"] {
    height: 20px;
    width: 20px;
    position: relative;
    top: 2px;
}

textarea {
    resize: none;
}

.float-right {
    float: right;
}

.border-top {
    border-top-width: 1px;
}

.btn.btn-primary {
    padding-left: 20px;
    padding-right: 20px;
}

.form-group.required label:after {
    content: "*";
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-left: 3px;
}

header .header-top-right {
    z-index: 1;
}

header .header-icon-toggle {
    cursor: pointer;
}

header .header-dropdown {
    width: 300px;
    padding: 15px;
    top: calc(100% + 10px);
    left: 50%;
    z-index: 1;
    font-size: 1rem;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

header .header-dropdown#header-basket {
    right: -15px;
    left: auto;
    transform: none;
}

header .header-dropdown#header-basket .alert {
    font-size: 12px;
    margin: 0 !important;
    padding: 5px;
    font-weight:bold;
    color:#fff;
}

header .header-dropdown.showed {
    opacity: 1;
    visibility: visible;
    animation-name: opacityFadeIn;
    animation-duration: 0.4s;
}

header .header-dropdown.hidden {
    opacity: 1;
    visibility: hidden;
    animation-name: opacityFadeOut;
    animation-duration: 0.4s;
}

header .header-dropdown::before,
header .header-dropdown::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    transform: translateX(-50%);
}

header .header-dropdown#header-basket::before,
header .header-dropdown#header-basket::after {
    right: 20px;
    left: auto;
    transform: none;
}

header .header-dropdown::before {
    width: 7px;
    top: -7px;
    z-index: 1;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ddd;
    border-left: 7px solid transparent;
}

header .header-dropdown#header-basket::before {
    right: 19px;
}

header .header-dropdown::after {
    width: 6px;
    top: -6px;
    z-index: 2;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

header .header-dropdown .form-control {
    padding: 0 10px;
    border: 1px solid #2c3d63;
}

header .header-dropdown .form-control::placeholder {
    color: inherit;
    opacity: 0.5;
}

header .header-dropdown .form-control:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

header .header-dropdown .form-control::-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

header .header-dropdown .btn {
    color: #c5d2be;
    background: #2c3d63;
    border: none;
}

header .header-dropdown .form-control,
header .header-dropdown .btn {
    height: 36px;
    font-size: 0.9rem;
    border-radius: 0;
}

header .header-dropdown .header-basket-product {
    padding: 0 0 15px;
    margin: 0 0 15px;
    line-height: 1;
    font-size: 1rem;
    border-bottom: 1px solid #ddd;
}

header .header-dropdown .header-basket-product:last-child {
    margin: 0;
}

header .header-dropdown .header-basket-product .basket-product-image img {
    max-width: 100%;
    max-height: 50px;
}

header .header-dropdown .header-basket-product .basket-product-name {
    font-weight: 600;
}

header .header-dropdown .header-basket-product .basket-product-price {
    font-size: 0.9rem;
    opacity: 0.7;
}

header .header-dropdown .header-basket-product .basket-product-remove {
    width: 20px;
    height: 20px;
    bottom: 15px;
    right: 0;
    font-size: 1.5rem;
    border-radius: 100%;
    background: #e9b8ac;
    color: #fff;
    cursor: pointer;
}

header .header-dropdown .header-basket-buttons a,
.basket .basket-buttons a {
    height: 40px;
    font-size: 0.9rem;
    color: #2c3d63;
    text-decoration: none;
}

header .header-dropdown .header-basket-buttons a.continue-button {
    background: #c5d2be;
}
header .header-dropdown .header-basket-buttons a.go-button {
    background: #efe8b8;
}

.basket .basket-buttons a.continue-button {
    background: #e9b8ac;
    width: 180px;
    padding: 12px 30px;
}

.checkout a.continue-button {
    background: #e9b8ac;
    width: 180px;
    padding: 12px 30px;
}


header .header-dropdown .header-basket-buttons a.basket-button {
    background: #e9b8ac;
}

header .header-dropdown .header-basket-buttons a:hover,
.basket .basket-buttons a:hover {
    opacity: 0.8;
}

header .nav-link {
    position: relative;
}

header .nav-link::before {
    width: 0;
    height: 10px;
    content: "";
    position: absolute;
    bottom: -3px;
    left: -5px;
    z-index: -1;
    background: #d9ebe5;
    display: block;
    transition: width 0.25s ease;
}

header .nav-link.active::before,
header .nav-link:hover::before {
    width: calc(100% + 10px);
}

header .cart-close {
    font-size: 22px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    float: right;
    top: -10px;
    position: relative;
    cursor: pointer;
}

main#homepage-main {
    background: url("../images/bg_01.jpg") no-repeat center bottom 200px;
    background-size: contain;
}

.link-with-border:hover {
    color: #2c3d63;
}

.link-with-border:hover::after {
    width: 100%;
}

.index-textarea {
    line-height: 1;
}

.index-textare#about-me {
    margin: 80px 0 0;
    background: url("../images/bg_01.jpg");
}

.index-textarea .index-textarea-icon img {
    width: 40px;
}

.index-textarea .index-textarea-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3d63;
}

.index-textarea .index-textarea-text {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #a3a6a3;
}

.index-textarea::after {
    width: 70px;
    height: 2px;
    content: "";
    margin: 40px auto 0;
    background: #9ea897;
    border-radius: 5px;
    display: block;
}

.index-products {
    margin: 60px 0 0;
}

.index-products .product {
    line-height: 1;
}

.index-products .product a {
    padding: 0 0 20px 0;
    text-decoration: none;
    border: 5px solid #fff;
}

.index-products .product .product-image {
    height: 350px;
    overflow: hidden;
}

.index-products .product .product-container {
    position: relative;
    /*z-index: 1;*/
    padding: 10px;
}

.index-products .product .product-image img {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-products .product .product-image img.first-image {
    opacity: 1;
    visibility: visible;
}

.index-products .product .product-image img.second-image {
    opacity: 0;
    visibility: hidden;
}

.index-products .product-stars span {
    font-size: 1.5rem;
    color: #9ea897;
}

.star-fill::before {
    content: "\2605";
}

.star-empty::before {
    content: "\2606";
}

.index-products .product .product-name {
    font-size: 1.6rem;
    font-weight: 600;
    color: #2c3d63;
    padding-left: 5px;
    padding-right: 5px;
    /*z-index: 1;*/
    position: relative;
    min-height: 45px;
}

.index-products .product .product-price {
    font-size: 1.3rem;
    color: #a3a6a3;
    /*z-index: 1;*/
    position: relative;
}

.index-products .product .product-price sub {
    bottom: 0;
    font-size: 0.9rem;
}

.index-products .product .product-link {
    font-size: 1rem;
    font-weight: 400;
    color: #2c3d63;
    text-decoration: none;
    /*z-index: 1;*/
    position: relative;
}

.index-products .product .product-link::after {
    width: 30px;
    height: 4px;
    content: "";
    margin: 5px auto 0;
    background: #2c3d63;
    border-radius: 5px;
    display: block;
    transition: all 0.25s ease;
}

.index-products .product .product-link:hover {
    color: #2c3d63;
}

.index-products .product .product-link:hover::after {
    width: 100%;
}

.product-list .product a:hover img.first-image,
.index-products .product a:hover img.first-image {
    opacity: 0;
    visibility: hidden;
    animation-name: opacityFadeOut;
    animation-duration: 0.4s;
}

.product-list .product a:hover img.second-image,
.index-products .product a:hover img.second-image {
    opacity: 1;
    visibility: visible;
    animation-name: opacityFadeIn;
    animation-duration: 0.4s;
}

.three-properties {
    margin: 60px 0 0;
    background: #c5d2be;
}

.three-properties .three-properties-description {
    font-size: 3rem;
    line-height: 1.2;
    color: #2c3d63;
}

.three-properties .property img {
    height: 80px;
}

.three-properties .property .property-name {
    font-size: 1rem;
    color: #2c3d63;
}

.index-categories {
    margin: 80px 0 0;
}

.index-categories .category {
    padding: 0 0 30% !important;
    overflow: hidden;
}

.index-categories .category img {
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 0;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
}

.index-categories .category .category-name {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(44, 61, 99, 0.5);
}

.index-categories .category .category-name span {
    width: 30%;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.index-categories .category .category-name span::after {
    width: 100%;
    height: 3px;
    content: "";
    margin: 15px 0 0;
    background: #fff;
    display: block;
}

.index-categories .category:hover img {
    transform: scale(1.1) translateY(-50%);
}

.product-details .product-size .size .size-content {
    transition: border-color 0.25s ease;
}

.product-details .product-size .size .size-content.selected::before {
    width: 20px;
    height: 20px;
    content: "\2714";
    position: absolute;
    top: -7px;
    right: -7px;
    color: #fff;
    background: #c4d1bd;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-details .product-size .size .size-content.selected,
.product-details .product-size .size .size-content:hover {
    border-color: #ddd;
    cursor: pointer;
}

.product-details .product-counter input {
    height: 40px;
    font-weight: 600;
    border: 1px solid #414042;
    border-right: none;
    border-radius: 0;
}

.product-details .product-counter .counter-button {
    width: 20px;
    height: 20px;
    border: 1px solid #414042;
    transition: background 0.25s ease;
}

.product-details .product-counter .counter-button.decrease {
    border-top: none;
}

.product-details .product-counter .counter-button::before {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    top: 7px;
    left: 6px;
    border-left: 1px solid #414042;
    border-top: 1px solid #414042;
    transform: rotate(45deg);
    display: block;
}

.product-details .product-counter .counter-button.decrease::before {
    top: 5px;
    transform: rotate(225deg);
}

.product-details .product-counter .counter-button:hover {
    background: #414042;
    cursor: pointer;
}

.product-details .product-counter .counter-button:hover::before {
    border-color: #fff;
}

.product-details .product-actions button {
    height: 40px;
    font-weight: 600;
    color: #000;
    background: #c4d1bd;
    border-radius: 0;
}

#product-tabs {
    line-height: 1.3;
    color: #414042;
}

#product-tabs .nav {
    border-color: #414042;
}

#product-tabs .nav-link {
    padding: 0 10px 15px !important;
    font-size: 1.2rem;
    line-height: 1;
    color: inherit;
    background: none;
    border: none;
}

#product-tabs .nav-link:hover,
#product-tabs .nav-link.active {
    color: #c4d1bd;
}

#product-tabs .nav-link:hover::after,
#product-tabs .nav-link.active::after {
    width: 100%;
    height: 5px;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #c4d1bd;
    display: block;
}

#product-tabs .suggestion {
    border-right: 2px solid #e8b7ab;
}

#product-tabs .suggestion:last-child {
    border: none;
}

#product-tabs .suggestion .suggestion-title {
    font-size: 1.5rem;
}

#product-tabs .suggestion .suggestion-title span {
    font-size: 1.3rem;
}

#product-tabs .suggestion .suggestion-title .font-1rem {
    font-size: 1rem;
}

#product-tabs .suggestion .suggestion-title.with-border-bottom {
    border-bottom: 2px solid #e8b7ab;
}

#product-tabs .seperator::before {
    width: 20px;
    height: 20px;
    content: "=";
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    transform: rotate(90deg);
}

#product-tabs .product-description {
    font-size: 1.2rem;
    line-height: 1.5;
}

#product-tabs .product-description p {
    margin: 30px 0 0;
}

#product-tabs .comment {
    font-size: 1rem;
    border-top: 1px solid #ddd;
}

#product-tabs .comment .stars {
    font-size: 1.4rem;
    color: #c4d1bd;
}

#product-tabs .comment .text {
    line-height: 1.4;
}

#product-tabs .comment .date {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    opacity: 0.8;
}

.how-can-i-order li {
    margin: 60px 0 0;
}

.how-can-i-order .info .title {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3d63;
}

.how-can-i-order .info .title span {
    color: #e9b8ac;
}

.how-can-i-order .info .text {
    line-height: 1.5;
    /*color: #a3a6a3;*/
}

.how-can-i-order li img {
    width: 80px;
}

.contact .btn:hover,
.order .btn:hover {
    color: #c5d2be;
    background: #2c3d63;
    border-radius: 0;
}

#company {
    padding: 50px 0 100px;
    color: #2c3d63;
}

#company .company-title {
    font-size: 2.5rem;
    font-weight: 600;
}

#company .company-title::after {
    width: 80%;
    height: 1px;
    content: "";
    margin: 10px 0 10px -14px;
    background: #2c3d63;
    display: block;
}

#company ul li {
    font-size: 1.2rem;
    list-style: none;
}

#left-menu #left-menu-toggle::after {
    width: 7px;
    height: 7px;
    content: "";
    border-right: 2px solid #2c3d63;
    border-bottom: 2px solid #2c3d63;
    display: block;
    transform: rotate(45deg);
}

#left-menu ul.showed {
    display: block;
}

.basket .basket-table .basket-cell .basket-delete {
    transition: background 0.25s ease;
}

.basket .basket-table .basket-cell .basket-delete:hover {
    background: rgba(221, 0, 0, 0.7);
    cursor: pointer;
}

footer {
    margin: 100px 0 0;
    line-height: 1;
    background: #2c3d63;
    border-bottom: 10px solid #e9b8ac;
}

footer .e-bulletin {
    padding: 60px 0;
    margin: -25px 0 0;
    background: #e9b8ac;
}

footer .e-bulletin .form-control {
    height: 50px;
    font-size: 0.9rem;
    color: #2c3d63;
    background: none;
    border: 1px solid transparent;
    border-bottom-color: #fff;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.25s ease;
}

footer .e-bulletin .form-control::placeholder {
    color: inherit;
}

footer .e-bulletin .form-control:-ms-input-placeholder {
    color: inherit;
}

footer .e-bulletin .form-control::-ms-input-placeholder {
    color: inherit;
}

footer .e-bulletin .form-control:hover,
footer .e-bulletin .form-control:focus {
    padding: 0 10px !important;
    border-color: #fff;
}

footer .e-bulletin .btn {
    height: 50px;
    font-size: 0.9rem;
    color: #2c3d63;
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    vertical-align: top;
    transition: all 0.25s ease;
}

footer .e-bulletin .btn:hover {
    background: #fff;
}

footer .e-bulletin .text {
    color: #2c3d63;
    font-size: 13px;
    text-align: center;
}

footer .e-bulletin a {
    color: #2c3d63;
}

footer .socail-media .footer-logo {
    height: 120px;
    image-rendering: -webkit-optimize-contrast;
}

footer li {
    list-style: none;
}

footer .socail-media li img {
    height: 30px;
}

.footer-contact {
    color: #fff;
}

.footer-contact .contact-title {
    font-size: 2rem;
}

.footer-contact .contact-title::after {
    width: 10%;
    height: 3px;
    content: "";
    margin: 5px;
    background: #fff;
    display: block;
}

.footer-contact .contact-line {
    font-size: 1rem;
    line-height: 1.4;
}

.footer-contact .contact-line img {
    width: 30px;
}

.footer-contact .contact-line a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-contact .contact-line a:hover {
    color: #e9b8ac;
}

.footer-menu li a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
}

#cookie {
    height: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    font-size: 1rem;
    line-height: 1;
    color: #2c3d63;
    background: #e9b8ac;
}

#cookie #cookie-confirm {
    height: 100%;
    background: rgba(197, 210, 190, 1);
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

#cookie #cookie-confirm img {
    height: 16px;
}

#cookie #cookie-confirm:hover {
    background: rgba(197, 210, 190, 0.8);
    cursor: pointer;
}

#cookie #cookie-policy {
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}

@media only screen and (min-width: 1025px) {
    header {
        position: sticky;
        top: 0;
        z-index: 50;
        background: #fff;
    }

    main#contact-main {
        background: url("../images/contact_02.png") no-repeat center right;
        background-size: contain;
    }
}

@media only screen and (max-width: 1024px) {
    main#homepage-main {
        background: none;
    }

    .index-textarea .index-textarea-title {
        font-size: 1.5rem;
    }

    .index-textarea .index-textarea-icon img {
        width: 30px;
    }

    .index-textarea .index-textarea-text {
        font-size: 1rem;
        line-height: 1.2;
    }

    .index-products .product .product-image {
        height: 200px;
    }

    .index-products .product-stars span {
        font-size: 1rem;
    }

    .index-products .product .product-name {
        font-size: 1rem;
    }

    .index-products .product .product-price {
        font-size: 1rem;
    }

    .index-products .product .product-link {
        font-size: 0.9rem;
    }

    .three-properties .three-properties-description {
        font-size: 1.2rem;
    }

    .three-properties .property img {
        height: 40px;
    }

    .three-properties .property .property-name {
        font-size: 0.8rem;
    }

    .index-categories .category {
        margin: 1px 0 0;
    }

    .index-categories .category .category-name span {
        width: auto;
        min-width: 30%;
        max-width: 100%;
        font-size: 1rem;
    }

    #product-tabs .nav-link {
        font-size: 0.9rem;
    }

    #product-tabs .suggestion .suggestion-title {
        font-size: 1rem;
    }

    #product-tabs .suggestion img {
        width: 50px;
    }
    #product-tabs .suggestion.granola img {
        width: unset;
    }

    #product-tabs .suggestion .suggestion-title span {
        font-size: 1rem;
    }

    #product-tabs .suggestion .suggestion-title .font-1rem {
        font-size: 1rem;
    }

    .how-can-i-order .info .title {
        font-size: 1.3rem;
    }

    .how-can-i-order li img {
        width: 50px;
    }

    #company .company-title {
        font-size: 1.5rem;
    }

    #company .company-title::after {
        width: 80%;
        margin-left: 0;
    }

    #company ul li {
        font-size: 1rem;
    }

    #left-menu #left-menu-toggle {
        padding: 0 0 20px;
        border-bottom: 1px solid #2c3d63;
        display: block;
    }

    footer .e-bulletin {
        padding: 30px 0;
    }

    footer .e-bulletin .form-control {
        height: 40px;
    }

    footer .e-bulletin .btn {
        height: 40px;
    }

    footer .socail-media .footer-logo {
        height: 80px;
    }

    .footer-contact .contact-title {
        font-size: 1.3rem;
    }

    .footer-contact .contact-line {
        font-size: 1rem;
        line-height: 1.2;
    }

    .footer-contact .contact-line img {
        width: 20px;
    }

    .footer-menu li a {
        font-size: 1rem;
    }

    #cookie {
        padding: 0 10px;
    }

    #cookie #cookie-policy {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 768px) {
    #left-menu ul {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    header .header-top {
        justify-content: space-between !important;
    }

    header .header-top-right {
        position: relative !important;
        top: 0 !important;
        transform: none !important;
    }

    header .header-dropdown {
        width: 100%;
        padding: 10px;
        margin: 10px 0 0;
        position: fixed !important;
        top: auto;
        left: 0;
        z-index: 1;
        border-radius: 0;
        transform: none;
    }

    header .header-dropdown#header-basket {
        right: 0;
    }

    header .header-dropdown::before,
    header .header-dropdown::after {
        content: none;
    }

    header .header-dropdown .form-control,
    header .header-dropdown .btn {
        height: 30px;
    }

    .index-categories .category {
        padding: 0 0 50% !important;
    }

    #product-tabs .suggestion-list {
        align-items: center;
    }

    #product-tabs .suggestion {
        border: none;
    }

    #product-tabs .suggestion .suggestion-title.with-border-bottom {
        border: none;
    }

    #cookie {
        height: auto;
        padding: 10px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

#toast-container > div {
    opacity: .9;
    border-radius: 7px;
}

.toast-success {
    background-color: #51A351;
}

#cart .spinner-border {
    position: absolute;
    right: 5px;
}

a {
    color: #212529;
    text-decoration: none;
    font-weight: 500;
}

.dropdown-menu {
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
    transform: translateX(-50%);
}

.dropdown-menu .list-group-item {
    border-width: 0 0 1px 0;
    border-color: rgba(0, 0, 0, .125);
}

.dropdown-menu .list-group-item:last-child {
    border-width: 0 !important;
}

.dropdown-menu a {
    white-space: nowrap;
}

ul.list-unstyled > li {
    line-height: 35px;
}

@media (max-width: 576px) {
    .w-xs-100p {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {

    .w-sm-100p {
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .w-md-100p {
        width: 100%;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .w-lg-100p {
        width: 100%;
    }

}

@media (min-width: 1200px) {
    .w-xl-100p {
        width: 100%;
    }

}

.xzoom-preview {
    z-index: 2;
}

@media only screen and (max-width: 1024px) {
    .dropdown-menu {
        margin: 3px 0 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        transform: none;
        position: static;
    }

    .dropdown-menu .list-group-item {
        padding: 0;
        margin: 15px 0 0;
        border: none;
        border-radius: 0;
    }

    .dropdown-menu .list-group-item a {
        color: #2c3d63;
    }
}

.toast-success {
    color: #fff;
    background-color: #c5d2be !important;
}

#toast-container > div,
.toast-message a,
.toast-message a:hover,
.toast-message label {
    color: #fff;
    font-weight: bold;
}

.invalid-feedback {
    color: #fff;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-visible {
    color: #fff;
    background-color: #2C3D63;
    border-color: #2C3D63;
}

.radio-item {
    position: relative;
    padding: 0;
    margin: 10px 0 0;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    font-weight: normal;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    border: 2px solid #2C3D63;
    background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 9px;
    left: 4px;
    content: " ";
    display: block;
    background: #2C3D63;
}

.checkbox-item {
    position: relative;
    padding: 0;
    margin: 10px 0 0;
}

.checkbox-item input[type='checkbox'] {
    display: none;
}

.checkbox-item label {
    font-weight: normal;
    position: relative;
}

.checkbox-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 22px;
    height: 22px;
    border: 2px solid #2C3D63;
    background-color: transparent;
}

.checkbox-item input[type=checkbox]:checked + label:after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(40deg) scale(1);
    border: solid #2C3D63;
    border-width: 0 2px 2px 0;
    height: 18px;
    width: 8px;
    position: absolute;
    top: 5px;
    left: 7px;
    content: " ";
    display: block;
}


label.control-label {
    margin-bottom: .5rem;
}

.how-can-i-order-image img {
    width: 100%;
}

@media (max-width: 576px) {
    #how-can-i-order-main .ps-4 {
        padding-left: 0 !important;
    }
}

div.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.alert.alert-primary  {
    color: #fff !important;
    background-color: #c5d2be !important;
    border-color: green !important;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}
.select2-container--default .select2-selection--single {
    height: 33px;
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
    color: #212529;
}