/*!
Theme Name: berejno23
Theme URI: http://underscores.me/
Author: Webscape
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: berejno23
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

berejno23 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.select .choices__list--dropdown {
    bottom: auto;
}

.is-flipped .choices__list--dropdown {
    bottom: auto !important;
}

.pagination a {
    margin-right: 20px;
    color: #9c9c9c;
    font-size: 16px;
    line-height: 25px;
    transition: all 0.3s ease;
}

.pagination span {
    margin-right: 20px;
    color: #1e272e;
    font-size: 16px;
    line-height: 25px;
    transition: all 0.3s ease;
}

.product {
    position: relative;
}

.product .onsale {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    padding: 12px 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.product .rental-field {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 12px 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.catalog__sort .choices {
    margin-bottom: 0;
    min-width: 300px;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 20px;
}

.blog-item__img {
    height: 300px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.blog-item__img img {
    height: 100%;
    object-fit: cover;
}

a.added_to_cart {
    display: none !important
}

.wac-quantity {
    width: auto;
    font-weight: bold;
}

.wac-qty-button {
    border: none;
}

.custom-select {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #888;
}

.custom-select select {
    display: block;
    width: 200px;
    height: 45px;
    min-height: 35px;
    border-radius: 7px;
    border: 1px solid #a7a7a7;
    outline: none;
    padding: 0 20px 0 10px;
    margin-top: 5px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.custom-select::after {
    content: "˅";
    padding: 12px 8px;
    position: absolute;
    right: 20px;
    top: 8px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    color: black;
    transform: scale(2, 1);
}

.custom-select .selector-options {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    background: white;
    color: black;
    border-radius: 7px;
    z-index: 1;
    width: 96%;
    position: absolute;
}

.custom-select .selector-options li {
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.custom-select .selector-options li:hover {
    background: #a7a7a7;
}

.custom-select ul {
    border: 1px solid #a7a7a7;
    border-radius: 7px;
    margin-top: 5%;
}

.cart__item_img a {
    display: block;
    width: 180px;
    height: 180px;
}
.cart__item_img a img{
    object-fit: contain;
}

.woocommerce-notices-wrapper {
    display: none;
}

.shop_table .quantity {
    display: flex;
    align-items: center;
    margin-right: 35px;
    margin-bottom: auto;
    min-width: auto;
}

.cart__item_price {
    width: 100%;
}

input.wpcf7-not-valid {
    border-color: red;
}

.wpcf7-form-control-wrap span {
    display: none;
    width: 100%;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form-control-wrap textarea {
    width: 100%;
}

.wpcf7-form-control-wrap input {
    width: 100%;
}

.checkout__row input {
    width: 100%;
}

.form-row.w-25 {
    display: inline;
    max-width: 25%;
}

.input__wrap {
    display: flex;
    flex-direction: column;
}

.input__wrap h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.input__wrap .woocommerce-additional-fields__field-wrapper {
    position: relative;
    display: flex;
}

.woocommerce-additional-fields__field-wrapper .form-row {
    margin-right: 20px;
    width: 25%;
}

.woocommerce-additional-fields__field-wrapper .form-row input {
    width: 100%;
}

.input__wrap .woocommerce-checkout-payment {
    margin-top: 50px;
}

.wc_payment_method.payment_method_bacs {
    margin-bottom: 20px;
}

.wc_payment_method.payment_method_bacs:last-of-type {
    margin-bottom: 0;
}

.woocommerce-additional-fields__field-wrapper {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .checkout__right {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .woocommerce-additional-fields__field-wrapper .form-row {
        width: auto;
    }
}

@media (max-width: 550px) {
    .cart__item_img a {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 425px) {
    .header__logo {
        position: absolute;
        top: 50%;
        left: 70px;
        width: 170px;
        margin-right: 0;
        transform: translateY(-50%);
    }
}
.woocommerce-invalid-required-field input{
    border: 1px solid red;
}
.woocommerce-error{
    display: none;
}


.product-page__image .swiper-slide{
max-height: 430px;
}
.product__img {
    max-height: 320px;
   
}
.product__img {
    height: 320px;

}

.comment-notes {
    display: none;
}

.required {
    display: none;
}

.submit {
    padding: 15px 36px;
    color: #fff;
    background: #b68972;
    border-radius: 10px;
}