/*!
Theme Name: Golden fish
Theme URI: http://underscores.me/
Author: Delfin Studio
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: golden-fish
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url('fonts/fonts.css');


@media (min-width: 1200px) {

    .modal-lg {
        max-width: 1110px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1300px;
    }
}

img {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

a:focus, button:focus, input.input-checkbox:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.custom-logo-link img {
    max-width: 112px;
}

.bg-black {
    background: #000;
}

.bg-dark-gray {
    background: #1f1f1f;
    min-height: calc(100vh - 422px);
    position: relative;
}

.header-top {
    padding: 10px 0;
    height: 76px;
}

.fixed-top-header {
    margin-bottom: 66px;
}

.header-bottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    min-height: 76px;
}

#top-menu a {
    color: #000;
}

#category-menu img {
    max-height: 50px;
    width: auto;
}

#category-menu a {
    color: #fff;
    height: 100%;
    font-weight: bold;
}

#category-menu a:hover,
#category-menu .active a {
    color: #f26b09;
}

#category-menu a span {
    line-height: 46px;
}

.terms-filter-btn,
.terms-filter-btn-cheap {
    color: #fff;
}

.terms-filter-btn.selected,
.terms-filter-btn:hover,
.terms-filter-btn-cheap.selected,
.terms-filter-btn-cheap:hover {
    color: #ffea00;
}

.product-card .woocommerce-LoopProduct-link {
    display: block;
    width: 100%;
    height: 100%;
}

.woocommerce-products-header__title {
    color: #5b5b5b;
}

.product-panel {
    background: #fff;
}

.product-panel .product-title, .product-panel .product-description {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
}

.product-panel .product-price {
    background: #f26b09;
    position: relative;
}

.product-panel .product-price .amount {
    font-size: 22px;
}

.product-panel .product-price del .amount {
    font-size: 14px;
    color: #0f0f0f;
}

.ajax-add-to-cart {
    padding: 20px 10px;
    line-height: 22px;
    text-align: center;
    display: block;
    color: #0f0f0f;
    position: relative;
    z-index: 2;
}

.prod-price .woocommerce-Price-amount.amount {
    color: #fff;
    font-family: 'milk_mustache_bbrus_by_lyajRg';
}

.ajax-add-to-cart:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #f26b09;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 1px;
    transition: 0.3s all;
}

.ajax-add-to-cart:hover {
    text-decoration: none;
    color: #000;
}

.product-card:not(.stop-order-true) .product:hover .ajax-add-to-cart:after {
    z-index: 2;
    width: 110%;
    height: 120%;
    top: -10%;
    left: -5%;
    transition: 0.3s all;
}


/*.ajax-add-to-cart:hover:after{*/
/*z-index: 2;*/
/*background: red;*/
/*width: 110%;*/
/*height: 110%;*/
/*top: -10px;*/
/*transition: 0.3s all;*/
/*}*/
.ajax-add-to-cart span {
    position: relative;
    z-index: 3;
}

.product-panel .prod-price-btn {
    font-size: 18px;
    color: #fff;
    font-family: 'milk_mustache_bbrus_by_lyajRg';
}

.product-panel ins {
    text-decoration: none;
}

.product-panel .product-price del {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.product-card {
    margin-bottom: 30px;
}

.row.products {
    padding-top: 20px;
    padding-bottom: 0px;
    position: relative;
}

footer {
    color: #fff;
}

.header-cart {
    background: #f26b09;
    color: #fff;
    position: relative;
    padding: 5px 50px 5px 10px;
}

.header-cart-text p {
    margin: 0;
    line-height: 18px;
}

.header-cart-icon {
    position: absolute;
    right: 13px;
    bottom: 10px;
    width: 22px;
    text-align: center;
}

.header-cart-icon span {
    color: #ffea00;
    font-weight: bold;
    font-size: 15px;
}

.header-cart:before {
    content: '';
    background: url("/wp-content/themes/golden-fish/image/cart-icon.png");
    width: 38px;
    height: 38px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.cart-contents:before {
    font-family: FontAwesome;
    content: "\f07a";
    font-size: 28px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom;
}

.cart-header-link {
    color: #fff;
    line-height: 16px;
    display: block;
    transition: 0.2s;
    font-size: 14px;
}

.cart-header-link:hover {
    color: #fff;
    transition: 0.2s;
}

.header-cart .woocommerce-Price-amount {
    font-weight: bold;
    font-size: 14px;
}

.main-banner .slide {
    position: relative;
}

.main-banner .slide img {
    max-height: 600px;
    min-height: 400px;
    object-fit: cover;
}

.main-banner .banner-body {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.banner-bottom-body {
    position: absolute;
    bottom: 10%;
    width: 100%;
    color: #fff;
}

.main-bottom-description {
    color: #000;
    font-family: 'milk_mustache_bbrus_by_lyajRg';
}

.main-banner .banner-body .top-title {
    font-size: 72px;
    font-weight: 900;
    background: #000;
    color: #fff;
    line-height: 72px;
    display: block;
    width: fit-content;
    padding: 0 20px 25px;
    margin-bottom: 15px;
}

.main-banner .banner-body .bottom-title {
    font-size: 72px;
    font-weight: 900;
    background: #f26b09;
    color: #fff;
    line-height: 72px;
    display: block;
    width: fit-content;
    padding: 0 20px 25px;
}

.main-advantages {
    background: #f26b09;
}

.main-advantages img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.main-best-offers {
    background: #000;
}

.seo-img-wrap {
    position: relative;
}

.yellow-bg {
    background: #ffffe8;
    width: 70%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.seo-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.main-seo-text {
    max-height: 300px;
    overflow-y: scroll;
    padding: 20px;
}

.main-seo-text::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.main-seo-text::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.header-phones p,
.header-schedule p {
    font-size: 12px;
    margin: 0;
    line-height: 14px;
}

.header-phones a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.header-phones a:hover {
    text-decoration: none;
}

.header-schedule b {
    font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
    background: #f26b09;
}

.link-disable {
    pointer-events: none;
    opacity: 0.8;
}

#page-preloader {
    /*display: none;*/
    opacity: 0;
    width: 100%;
    height: 0%;
    left: 0;
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 50% 50vh;
    background-position: 50% 0;
    background-image: url(/wp-content/themes/golden-fish/image/page-preloader.svg);
}

.opacity {
    overflow: hidden;
}

.opacity .product-card {
    opacity: 0.8;
}

.add-btnk-link {
    display: none;
}

.onsale {
    position: absolute;
    right: 30px;
    top: 15px;
}


.woocommerce-checkout .site-content {
    background: #1f1f1f;
    min-height: calc(100vh - 456px);
    position: relative;
}

#customer_details input,
#customer_details textarea {
    border: 1px solid #fff;
    background: #000;
    width: 100%;
    color: #fff;
}


#customer_details p.form-row {
    display: block;
    vertical-align: top;
    position: relative;
}

#customer_details input {
    width: 100%;
    height: 40px;
    padding: 5px;
    color: #fff;
}


#customer_details input::-webkit-input-placeholder {
    color: #a6a6a6;
    letter-spacing: -1px;
}

#customer_details label {
    display: none;
}

#customer_details input:focus ~ label,
#customer_details input:not(:focus):valid ~ label {
    top: -10px;
    font-size: 10px;
}

#customer_details p.billing-w-33 {
    width: 32%;
    margin-right: 4%;
    margin-left: -1%;
    display: inline-block;
}

#customer_details p#billing_flat_field {
    margin-right: -1%;
}

#customer_details p#billing_address_1_field {
    display: inline-block;
    margin-left: -1%;
    width: 70%;
    margin-right: 4%;
}

#customer_details p#billing_address_2_field {
    display: inline-block;
    margin-right: -2%;
    width: 30%;
}

/*cart*/

.custom-card-wrapper {
    background-color: #fff;
    padding: 30px;
    font-size: 14px;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
}

.woocommerce-checkout-review-order-table .order-total {
    font-size: 22px;

    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #ccc;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    padding: 7px 0;
}

.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .fee td {
    text-align: right;

}

.woocommerce-checkout-review-order-table .order-total td {
    color: #f26b09;
}

.custom-card-wrapper .table td, .custom-card-wrapper .table th {
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
}

.woocommerce-checkout-review-order-table .fee td,
.woocommerce-checkout-review-order-table .fee th {
    padding-bottom: 20px;
}

.custom-card-wrapper .table th {
    font-size: 12px;
    border-bottom: none;
    border-top: none;
}

.custom-card-wrapper .quantity {
    position: relative;
    text-align: center;
    width: 70px;
}

.custom-card-wrapper .quantity .qty {
    text-align: center;
    width: 70px;
    font-size: 14px;
    line-height: 14px;
    padding-right: 10px;
    padding-left: 25px;
    height: 20px;
    border: none;
}

.custom-card-wrapper .quantity .plus,
.custom-card-wrapper .quantity .minus {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 100%;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    position: absolute;
    outline: none;
}

.custom-card-wrapper .quantity .plus:focus,
.custom-card-wrapper .quantity .minus:focus {
    outline: none;
}

.custom-card-wrapper .quantity .plus {
    right: 0;
    top: 0;
}

.custom-card-wrapper .quantity .minus {
    left: 0;
    top: 0;
}

.custom-card-wrapper .disabled-plus .quantity .plus {
    opacity: 0.5;
}

.disable-btn input {
    opacity: 0.5;
}

.modal .loader-item {
    max-height: 300px;
    width: auto;
}

.modal-content button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    color: #ccc;
}

.modal-content .ajax-add-to-cart-modal {

}

.modal-content {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 0;
}

.product-modal-image {
    padding: 0;
}

.product-modal-info {
    padding: 20px 0;
    position: relative;
}

.product-modal-visual-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    background: #000;
}

.product-modal-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 20px;
}

.product-modal-description,
.product-modal-description2 {
    font-size: 14px;
    line-height: 14px;
    padding: 0 20px;
}

.product-modal-buy {
    margin-top: 15px;
    padding: 15px 10px 20px 20px;
    border-bottom: 1px solid #333;
}

.product-modal-price {
    position: relative;
}

.product-modal-price del {
    position: absolute;
    bottom: 25px;
    opacity: 0.7;
}

.product-modal-price del .amount {
    font-size: 15px;
    color: #fff;
}

.product-modal-price .amount,
.product-modal-price ins {
    color: #f26b09;
    text-decoration: none;
    font-size: 22px;
}

.product-modal-qty {
    font-size: 14px;
    text-align: center;
    color: #969595;
}

.ajax-add-to-cart-modal {
    color: rgb(255, 255, 255);
    background: #f26b09;
    padding: 10px 35px;
    font-size: 22px;
    line-height: 18px;
    font-family: 'milk_mustache_bbrus_by_lyajRg';
    position: relative;
}

.ajax-add-to-cart-modal:hover {
    color: #fff;
}

.product-modal-sticker {
    padding: 12px 30px;
    line-height: 18px;
    font-size: 16px;
    border-bottom: 1px solid #333;
}

.product-modal-structure {
    padding: 20px 20px 40px 20px;
    max-height: 356px;
    overflow-y: auto;
}

.product-modal-structure::-webkit-scrollbar {
    width: 3px;
    background-color: #1d1d1d;
}

.product-modal-structure::-webkit-scrollbar-thumb {
    background-color: #fff;
}

ul.product-structure {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.product-structure .inside {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 20px;
    opacity: .5;
}

ul.product-structure li.has-child {
    padding-right: 25px;
    position: relative;
    overflow: hidden;
}

ul.product-structure li.has-child:after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 13px;
    position: absolute;
    right: 0px;
    top: 8px;
}

ul.product-structure li.has-child:hover {
    cursor: pointer;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .25s ease;
    -o-transition: height .25s ease;
    transition: height .25s ease;
}

.plus-minus-input {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.plus-minus-input .input-group-field {
    text-align: center;
    padding: 0 10px;
    max-width: 50px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 18px;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.plus-minus-input .input-group-button .circle {
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    padding-bottom: 4px;
}

.plus-minus-input .input-group-button .circle:hover {
    cursor: pointer;
}

.footer-pays-icons {
    max-height: 40px;
    width: auto;
    margin-right: 20px;
}

.footer-menu-left a,
.footer-menu-right a,
.footer-menu-left a:hover,
.footer-menu-right a:hover {
    color: #fff;
}

.footer-contacts .title {
    color: #ffea00;
}

.complaints-footer {
    margin-top: 10px;
}

.complaints-footer a {
    color: #ffea00;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
}

.slick-dots li button:before {
    color: #878787;
}

.slick-dots li.slick-active button:before {
    color: #ffff00;
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 20px;
    opacity: 0.9;
}


button.navbar-toggler {
    position: relative;
}

button.navbar-toggler:after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 18px;
    position: absolute;
    right: 7px;
    top: 10px;
    color: #fff;
}

a.navbar-brand {
    color: #fff;
}

.entry-header {
    color: #5b5b5b;
    text-align: center;
    margin: 0px auto 20px;
}

.page-template-default .default-page .entry-content {
    color: #fff;
}

.page-template-cart-page .woocommerce-order {
    color: #fff;
}

.woocommerce-info {
    background-color: transparent;
    text-align: center;
    color: #fff;
}

.order-delivery-time {
    color: #fff;
    padding: 30px;
}

.order-details {
    padding: 30px 0;
}

.woocommerce-checkout h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

.woocommerce-billing-fields h3 {
    color: #fff;
}

.delivery-time-select label {
    font-size: 22px;
}

.delivery-time-select .desc {
    font-size: 12px;
    line-height: 14px;
    padding-left: 30px;
}

.checkout-forms-wrapper {
    padding: 10px 30px;
}

input + span {
    padding-right: 10px;
}

input:invalid + span:after {
    position: absolute;
    content: '✖';
    padding-left: 5px;
}

input:valid + span:after {
    position: absolute;
    content: '✓';
    padding-left: 5px;
    left: 75px;
}

.select-delivery-time,
#billing_delivery_time {
    display: none;
    position: absolute;
    top: 30px;
    left: 45px;
}

#appt-time {
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    max-width: 75px;
}

.delivery-map {
    color: #f26b09;
    text-align: center;
}

.table-checkout-cart {
    margin-bottom: 0;
}

#place_order {
    display: block;
    width: 100%;
    background: #f26b09;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

#place_order:hover {
    cursor: pointer;
}

.product-list-card .product-price span {
    float: right;

}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;

}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f26b09;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.delivery-time-select [type="radio"]:checked + label:before,
.delivery-time-select [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #000;
}

.loader {
    display: none;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 5;
    transition: 0.3s all;
}

.ajax-add-to-cart-modal .loader {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff69;
    pointer-events: none;
    z-index: 4;
    transition: 0.3s all;
}

.disabled {
    pointer-events: none;
    transition: 0.3s all;
}

.disabled:after {
    content: none;
    transition: 0.3s all;
}

.product_structure-item .qty {
    white-space: nowrap;
}

.d-none {
    display: none;
}

.product-single-info {
    color: #fff;
}

.main-best-offers h2 {
    color: #5b5b5b;
    font-weight: bold;
    text-transform: uppercase;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;

}


.footer-contacts a {
    color: #fff;
}

.ajax-add-to-cart-modal:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;

}

.ajax-add-to-cart-modal.product-added:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: absolute;
    content: '✓';
    padding-left: 5px;
    left: 75px;
    top: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ajax-add-to-cart.product-added:before {
    opacity: 1;
    color: #fff;
    font-size: 18px;
    top: 28px;
    z-index: 5;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: absolute;
    content: '✓';
    padding-left: 5px;
    left: 75px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.order-attention {
    color: #f26b09;
    text-align: center;
    line-height: 15px;
}


#customer_details .billing-confirmation label {
    display: inline;
    font-size: 14px;
    color: #fff;
}

#customer_details .input-checkbox {

    padding: 0px;

    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;


    border: 1px solid #fff;
    border-radius: 100%;
    background: #000;
}

#customer_details .input-checkbox:checked {

    border: 1px solid #adb8c0;
}

#customer_details .input-checkbox:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;

}

#customer_details .input-checkbox:checked:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f26b09;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);

}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none !important;
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
    color: #e2401c;
    display: block !important;
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 200px;
}

.woocommerce-checkout p.woocommerce-invalid-required-field.billing-confirmation span.error {
    top: -9px;
    left: 17px;
}

.woocommerce-checkout p#billing_address_2_field span.error {
    top: -14px;
    left: 0px;
}


p.woocommerce-invalid-required-field {
    padding-top: 15px;
}

.thank-you-wrapper {
    max-width: 500px;
    padding: 50px;
    text-align: center;
    background: #fff;
    color: #000;
}

.thank-you-wrapper h2 {
    color: #5b5b5b;
    font-weight: 900;
    margin-bottom: 0;
    font-size: 24px;
}

.thank-you-description {
    line-height: 15px;
}

.thank-you-insta {
    max-width: 250px;
    margin: auto;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 30px;
    line-height: 15px;
    font-weight: bold;
    text-align: left;
}

.thank-you-attention {
    line-height: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #f26b09;
    margin-top: 100px;
}

.delivery-payment-select label {
    margin: 0;
    font-size: 18px;
}

.delivery-payment-select .desc {
    padding-left: 28px;
    margin: 0;
    line-height: 14px;
    margin-bottom: 13px;
}

#delivery-payment {
    width: 70px;
    border: 1px solid #ccc;
    margin-left: 28px;
}

.delivery-payment-select img {
    max-height: 20px;
    width: auto;
    margin-left: 10px;
}

input#delivery-payment:valid + span:after {
    display: none;
}

.wc_payment_method.payment_method_cod,
#billing_delivery_payment_field {
    display: none !important;
}

.category-description {
    max-height: 300px;
    overflow-y: scroll;
    padding: 20px;
    color: #fff;
}

.category-description::-webkit-scrollbar {
    width: 3px;
    background-color: #000;
}

.category-description::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.category-description p {
    color: #fff;
}

.stop-order-wrapper {
    color: #fff;
    font-weight: bold;
    background: red;
}
.stop-order-true .ajax-add-to-cart,
.stop-order-true .ajax-add-to-cart-modal {
    pointer-events: none;
}

#stopOrderModal .modal-content {
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 0;
    padding: 40px;
}
#stopOrderModal .modal-content h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (min-width: 992px ) {
    .navbar-brand {
        display: none;
    }
}


@media (max-width: 576px) {
    .main-banner .banner-body .top-title,
    .main-banner .banner-body .bottom-title {
        font-size: 42px;
    }

    .banner-bottom-body {
        bottom: 1%;
    }

    .custom-logo-link img {
        max-width: 80px;
    }

    .header-phones a {
        letter-spacing: -0.5px;
    }

    .header-cart {
        height: 45px;
        position: fixed;
        z-index: 5;
        top: 15px;
        right: 10px;
        padding: 5px 40px 5px 10px;
        border-radius: 9%;
        -webkit-box-shadow: -3px 3px 19px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -3px 3px 19px 0px rgba(0, 0, 0, 0.3);
        box-shadow: -3px 3px 19px 0px rgba(0, 0, 0, 0.3);

    }

    .header-cart .header-cart-text {
        display: none;
    }

    input:valid + span:after {
        left: 65px;
    }

    #appt-time {
        width: 70px;
    }

    .delivery-payment-select label {
        font-size: 16px;
    }
    #stopOrderModal .modal-content {
        padding: 15px;
    }
	    .main-banner .slide img {
        min-height: 200px;
        object-fit: cover;
        object-position: 35% 0%;
    }

}


@media (max-width: 768px) {

    .seo-img-wrap img {
        position: relative;
    }

    .modal-content button.close {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 2;
        color: #ccc;
        width: 50px;
        height: 50px;
        -webkit-box-shadow: 0px 4px 19px -2px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 4px 19px -2px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 4px 19px -2px rgba(0, 0, 0, 0.16);
        border-radius: 50%;
    }

    .product-modal-structure {
        padding: 20px 0;
        max-height: none;
        overflow-y: unset;

    }

    .product-modal-visual-info {
        position: relative;
    }

    .custom-card-wrapper .quantity .qty {
        padding-right: 20px;
        padding-left: 20px;
    }

    .custom-card-wrapper {
        padding: 30px 15px;
    }

    .order-delivery-time {
        padding: 0;
    }

    .delivery-time-select label {
        font-size: 20px;
    }


    #customer_details p {
        display: block;
        margin-left: 0 !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .woocommerce-checkout p#billing_address_2_field span.error {
        top: 0 !important;
    }

}

@media (max-width: 992px) {
    header .container {
        width: 100%;
        max-width: 100%;
    }

    .main-advantages img {
        height: auto;
    }
}


