:root{
    --bg-color: rgb(255, 255, 255);
    --text-color: rgb(10, 10, 10);
    --text-color-hover: rgb(55, 55, 55);
    --new-color: rgb(255, 37, 37);
    --hit-color: #e2b500;
    --older-price-color: rgb(129, 129, 129);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

a{
    color: var(--text-color);
    text-decoration: none;
    transition: all .3s;
}

.header-top .dropdown a{
    text-decoration: none;
}


img{
    max-width: 100%;
    height: auto;
}

.btn, .dropdown-menu{
    border-radius: 0;
}

html, body{
    height: 100%;
}

body {
    min-width: 320px;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: var(--bg-color);
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main.main{
    flex: 1 1 auto;
}


/** ==========================  HEADER  ========================================= **/


.header-top-logo img{
    height: 80px;
    min-width: 228px;
}

.header-top-phone {
    height: 100%;
}

.header-top-profile {
    display: flex;
    height: 100%;
    width: 100%;
}

.header-top .btn{
    background-color: var(--bg-color);
    text-decoration: none;
}

.input-group input{
    border-radius: 0%;
}

.search-form form{
    margin-top: 20px;
}

.form-control:focus {
    box-shadow: none;
    color: var(--text-color);
    border-color: black;
}

.form-control{
    border-radius: 0%;
}



.nav-link{
    color:white;
}

.owl-stage .active{
    text-decoration: none;
}

.active{
    text-decoration: underline;
}

.dropdown-item.active, .dropdown-item:active{
    text-decoration: underline;
    background-color: #212529;
}

.secondary-dropdown {
    margin-left: 10px;
}
.secondary-dropdown a{
    color: var(--text-color);
}

.animate{
    animation-duration: .3s;
}

.dropdown-menu-dark {
    background-color: #212529;
    border: 0;
}


@keyframes slideIn{
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

.slideIn{
    animation-name: slideIn;
}

@media (min-width: 991.98px) {
    .dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0px;
}
    .navbar-nav li>.dropdown-menu{
        display: none;

    }
    .navbar-nav li:hover>.dropdown-menu{
        display: block;
        
    }
    .navbar-arrow{
        display: none;
    }
}
@media all and (max-width: 990px) {
.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0px;
}
.navbar-nav li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
    .navbar-nav li>.dropdown-menu{
        display: none;
        
    }
    .navbar-nav li:hover>.dropdown-menu{
        display: block;
        
    }
    .navbar-nav a{
        width: 70%;
        display: inline;
    }
    .navbar-arrow{
        align-items: center;
        display: flex;
        margin: 0;
        justify-content: end;
        width: 30%;
    }
    .navbar-nav ul{
        width: 100%;
    }
    .nav-link::after, .dropend .dropdown-toggle::after {
        display: none;
    }
    .dropdown-item.active:hover {
        text-decoration: underline;
    background-color: #212529 !important;
    }
    .dropdown-item:focus, .dropdown-item:hover  {
    text-decoration: underline;
    background-color: #212529;
    }
}
@media(max-width: 600px) {
    .header-top-phone{
        display: none;
    }
}



.cart-and-heart .btn:focus{
    border: 0;
}
.cart-and-heart .btn{
    color: rgb(216, 216, 216);
    text-decoration: none;
    transition: all .3;
}

.offcanvasCart-table .product-img-td{
    width: 70px;
    text-align: center;
}

.offcanvasCart-table a{
    text-decoration: none;
    display: block;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.offcanvasCart-table .remove_from_cart_button{
    height: auto;
}


.offcanvasCart-table img{
    max-width: 50px;
}
.offcanvas.offcanvas-end {
    width: 450px;
}

.total-num{
    white-space: nowrap;
}
.search-form-nav{
    margin-left: 30px;
    margin-right: 30px;
}

.input-search-2{
    border: 0;
    background-color: var(--bg-color);
    margin-right: 1px;
    color: #333 !important;
}
.input-search-2:focus{
    border: 0;
    background-color: var(--bg-color);
}

.button-search-2{
    background-color: black;
    color: white;
    border: 0 !important; 
}

/** ==========================  HEADER END  ========================================= **/

/** ==========================  MAIN  ========================================= **/
.section-title{
    text-align: center;
    font-weight: 600;
}
/** ============================== Featured products =============================================== */

/** ============================== Product card =============================================== */

.product-card{
    position: relative;
    transition: all .3s;
    border: none;
    background-color: var(--bg-color);
}

.product-card-offer{
    color: rgb(239, 239, 239);
    position:absolute !important;
    z-index: 10;
    top: 5px;
    right: 5px;
    text-transform: uppercase;
}

.product-card-offer>div{
    margin-bottom: 7px;
    border-radius: 50%;
    width: 35px;
    height:35px;
    font-size: 0.8rem;
    font-weight: 800;
    text-align: center;
    line-height: 35px;
}
.offer-hit{
    background-color: var(--hit-color);
}
.offer-new{
    background-color: var(--new-color);
}
.product-thumb{
    text-align: center;
}
.product-thumb img{
    max-height: 300px;
    width: auto;
}
.product-details{
    padding: 10px 20px;
}
.product-details h4{
    font-size: 1.1rem;
}
.product-details h4 a{
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-bottom-details{
    display: inline;
}
.product-price{
    color: var(--new-color);
    display: block;
    font-size: 18px;
    font-weight: bold;
    width: 90%;
}
.product-price small{
    color: var(--older-price-color);
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 10px;
    display: block;
}
.product-links .add-to-cart{
    margin-top: 10px;
    border:0 !important;
}


.featured-products-1{
    margin-top: 50px !important;
}

/** ============================== Product card =============================================== */

/** ============================== Featured products =============================================== */

.new-products{
    margin-top: 50px;
}
.owl-nav button{
    height: 50px;
    width: 50px;
    transition: all 0.5s;
}


.owl-nav button span{
    font-size: 35px;
    color: black;
}
.owl-carousel-full .owl-item img {
    display: inline-block;
    width: auto;
}
.about-text{
    align-items: center; /* Горизонтально */
    height: auto;           /* Обязательно задайте высоту контейнера */
    display: flex;
}

.about-us{
    padding-left:5%;
    padding-right:5%;
}
.about-us h2{
    text-align: left;
    width: 100%;
}
.about-us p{
    text-align: left;
    width: 100%;
}
.about-us button{
    margin-top: 20px;
}
.about-us-img img{
    width: 45%;
    margin-left: 10px;
    height: auto;
    margin-top: 10px;
    
}
.about-us-img{
    align-items: center;
}
.about-us-link {
    font-size: 20px;
}

@media all and (max-width: 600px) {
    .about-us-img .first, .about-us-img .two{
        display: none;
    }
    .about-us-img{
        margin-top: 30px;
        width: 100%;
        display: flex; /* Делаем flex-контейнер */
        justify-content: center; /* Центрируем по горизонтали */
        gap: 2%; 
    
    }
    .about-us-img img{
        width: 49%;
        height: auto;
        margin: 0;
    }
    .about-text{
        width: 100%;
    }
}

@media (min-width: 601px) and (max-width: 910px) {
    .about-us-img .first{
        display: none;
    }
    .about-us-img{
        margin-top: 30px;
        width: 100%;
        display: flex; /* Делаем flex-контейнер */
        justify-content: center; /* Центрируем по горизонтали */
        gap: 2%; 
    
    }
    
    .about-us-img img{
        width: 32%;
        height: auto;
        margin: 0;
    }
    .about-text{
        width: 100%;
    }
}

@media (min-width: 911px) and (max-width: 1100px) {
    .about-us-img{
        margin-top: 30px;
        width: 100%;
        display: flex; /* Делаем flex-контейнер */
        justify-content: center; /* Центрируем по горизонтали */
        gap: 1.4%; 
    }
    .about-us-img img{
        width: 24%;
        height: auto;
        margin: 0;
    }
    .about-us button{
        justify-content: center;
    }
    .about-text{
        width: 100%;
    }
}
@media all and (min-width: 1700px) {
    .about-us-img .first, .about-us-img .two{
        display: none;
    }
}
@media all and (min-width: 2500px) {
    .about-us-img{
        display: none;
    }
    .about-text{
        width: 100%;
    }
}

/** ==========================  MAIN END  ========================================= **/

.about-us-link{
    font-size: 20px;
}

/** ==========================  FOOTER  ========================================= **/
.btn-social{
    width: 2.7em;
    height:2.7em;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-bottom{
    margin-top: 20px;
    background-color: rgb(21, 21, 21);
    height: 30px;
    width: 100%;
}
.footer-bottom p{
    color: white;
    text-align: center;
}
.footer-contacts{
    text-align: end;
}
/** ==========================  FOOTER END  ========================================= **/
#top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #0e0f11;
    color: #a2a2a2;
    opacity: .8;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    font-size: 25px;
    border: 0;
    z-index: 10;
    transition: all .3s;
    display: none;
}



/** ==========================  CATEGORY PAGE  ========================================= **/

.breadcrumbs{
    padding: 1rem;
}
.breadcrumbs ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;

}
.breadcrumbs a{
    text-decoration: none;
    transition: all .2s; 
    color: #717171;
    margin-right: 0.3rem;
}

.breadcrumbs a::after{
    content: "/";
    padding-left: 0.3rem;
    text-decoration: none;
    color: #717171;
}

.sidebar{
    padding: 0.5rem 1.4rem;
    margin-bottom: 1rem;
}
.filter-block{
    margin-bottom: 2rem;
}
.filter-block:not(:last-child){
    margin-bottom: 2rem;
}
.filter-block .form-check{
    margin-bottom: 0.5rem;
}
.form-check-input[type=checkbox] {
    border-radius: 0;
    border-color: #333;
}

.form-check-input:focus {
    border-color: #333;
    box-shadow: none;
}
.form-check-input:checked {
    background-color: #333;
}
.filter-block .badge{
    color: #1c1c1c;
}
.filter-block .section-title{
    text-align: left;
    margin-bottom: 15px;
}
.category-title{
    text-align: left;
    margin-left: 50px;
}

.form-select{
    border-radius: 0%;
    border-color: #7b7b7b;
    transition: all .4s;
}
.form-select:focus{
    box-shadow: none;
    border-color: #242424;
}

.input-group-text{
    border-radius: 0%;
    border-color: #7b7b7b;
}
@media only screen and (min-width:768px){ 
    .sidebar .collapse-filters-btn{
        display: none;
    }
    .sidebar .collapse-filters{
        display: block;
    }
}
/** ==========================  CATEGORY PAGE END  ========================================= **/



/** ==========================  PRODUCT PAGE  ========================================= **/

.product-content .section-title{
    text-align: left;
    margin-bottom: 20px;
}
.product-content .product-price{
    display: block;
    font-size: 25px;
    margin-top: 30px;
}
.product-content .product-price small{
    display: block;
    font-size: 20px;
}
.product-content .product-articul p{
    display: inline;
    font-size: 15px;

}
._articul {
    display: inline;
        font-weight: 600;
}
.product-content .product-availability p{
    display: inline;
    font-size: 15px;

}
._availability {
    display: inline;
    font-weight: 600;
    color: #329925;
}
.product-content .input-group{
    width: 220px;
}
.product-pay-del-gar .product-pay-del-gar-section{
    background-color: #f2f3f7;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-add2cart input{
    text-align: center;
}

.product-pay-del-gar .product-pay-del-gar-section h6{
    font-weight: 600;
    margin-bottom: 20px;
}
.product-pay-del-gar .product-pay-del-gar-section i{
    font-size: 20px;
    margin-right: 5px;
}
.features-second-feature{
    text-align: end !important;
}
.nav-tabs .nav-link{
    border-radius: 0%;
    color: #0e0e0e !important;
}

.btn-number-of-product{
    width: 40px;
    font-size: 18px;
    font-weight: 600;
    border-color:#dee2e6 !important;
    color: #878787;
}

/** ==========================  PRODUCT PAGE END  ========================================= **/

/** ==========================  REGISTER PAGE  ========================================= **/

label.required::after{
    padding-left: 4px;
    content: '*';
    color: #dc3545;
    font-weight: bold;
}

/** ==========================  REGISTER PAGE END  ========================================= **/

/** ==========================  CHECKOUT PAGE  ========================================= **/

.checkout-summary .btn{
    padding: 1rem;
}

.checkout-content label{
    color: #0e0e0e;
}

textarea{
    resize: none;
}

.region-select{
    border-radius: 0%;
    border-color: #dce0e4;
}
.region-select:focus{
    box-shadow: none;
}

.td-name{
    max-height: 85px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.td-total{
    width: 25%;
}
.tf-total{
    width: 25%;
}

/** ==========================  CHECKOUT PAGE END  ========================================= **/



/** ==========================  CART PAGE  ========================================= **/

 .cart-content table img {
    max-width: 50px;
}

.cart-content table th {
    text-align: center;
}

.cart-content table td {
    padding: 1rem;
}

.cart-content-title{
    text-decoration: none;
    display: block;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}

.cart-qty {
    width: 70px;
}

.btn-coupon {
    color: var(--text-color);
    text-decoration: none;
}


.cart-summary h3 {
    color: #000;
}

.cart-summary .btn {
    padding: 1rem;
}



/** ==========================  CART PAGE END  ========================================= **/

/*============================= Star Rating ============================*/
.wooeshop-rating {
    display: flex;
     /* justify-content: center; */
    align-items: center;
    height: 20px;
    margin-bottom: 10px;
}

@font-face {
    font-family:star;
    src:url(../fonts/star.eot);
    src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");
    font-weight:400;
    font-style:normal;
}
.products .product .star-rating {
    font-size: .857em;
}
.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
.woocommerce .star-rating::before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #FFD333;
}
.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block;
}
.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-product-rating::after {
    clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}
.woocommerce .products .star-rating {
    display: block;
    float: none;
}
.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}
/*============================= Star Rating ============================*/

span.price {
    display: block;
}

span.price,
.price ins {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    /* color: var(--new-color) !important; */
    width: 80%;
}

.black-price-color bdi{
    color: #000 !important;
}

.red-price-color ins{
    color: var(--new-color);
}

span.price del {
    color: var(--older-price-color);
    display: block;
    font-weight: 400;
    font-size: .8rem;
    text-decoration: line-through;
}

.product-bottom-details a {
    font-size: 1rem;
}

/* Стили для кнопки в каталоге */
.woocommerce a.button.add_to_cart_button {
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-color: #212121;
  color: #212121;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  text-decoration: none;
}
.woocommerce .add_to_cart_button {
  border: 1px solid;
  border-color: #212121;
}


/* Search form */
.aws-container .aws-search-form {
    height: 38px;
}

.aws-container .aws-search-field {
    border-right-color: #161616;
    padding: .375rem .75rem;
    font-size: 1rem;
    color: var(--text-color);
}

.aws-container .aws-search-field:focus {
    border-color: #1c1c1c;
}

.aws-container .aws-search-field::placeholder {
    font-size: 1rem;
    color: var(--gray-color);
}

.aws-container .aws-search-form .aws-form-btn {
    background: #161616;
    border: 1px solid #161616;
    transition: all .4s;
}


.search-form-nav .aws-container .aws-search-field {
    border-color: #161616;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    color: var(--bg-color);
}
.aws-search-field{
    background-color: var(--bg-color);
}

/* Search form */

.product-card .ajax-loader{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 2;
}
.product-card .ajax-loader img{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100px, -100px);
}

.korsar-ordering p{
    margin: none;
}

.woocommerce-pagination ul.page-numbers {
    display: flex; 
    justify-content: center;
}
.woocommerce-pagination ul.page-numbers {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.woocommerce-pagination li .page-numbers {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--accent-color);
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}

.woocommerce-pagination span.page-numbers {
    z-index: 3;
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}



.wpc-filter-title{
    font-size: 23px;
    font-weight: 600;
}

.wpc-filter-set-widget-title h2{
    font-size: 36px;
    font-weight: 600;
}

.wpc-posts-found{
    margin-top: 20px; 
    margin-bottom: 20px; 
}

.product-content .price > span > bdi,
.product-content .price ins {
    color: var(--new-color);
    font-weight: 600;
    font-size: 25px;
}

.product-content .price > del > span {
    color: var(--older-price-color);
    font-weight: 400;
    text-decoration: line-through;
    font-size: 1rem;
    display: block;
}

/* .product_meta {
    padding: 1rem;
} */

.product_meta > span {
    display: block;
}
.sku_wrapper .sku, .posted_in a{
    font-weight: 600;
}
.out-of-stock{
    color: var(--new-color);
    font-weight: 600;
    font-size: 17px;
    margin: 20px;
    /* margin-bottom: 20px; */
}

.woocommerce-message {
    background-color: #e8e8e8;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #000;
    border-radius: 0%;
}

.woocommerce-message .button {
    float: right;
    color: #000;
    text-decoration: underline;
}



._out_of_stock .product_type_simple{
    display: none;
}
._out_of_stock .wooeshop-rating{
    display: none;
}

.text_if_out_is_stock{
    padding-top: 10px;
    color: var(--new-color);
    font-weight: 600;
}
._out_of_stock .attachment-woocommerce_thumbnail{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 50%;
}
.korsar_in_stock{
    color: #15bd0c;
    font-weight: 600;
}

.woocommerce-product-gallery .flex-control-thumbs{
    list-style: none;
    overflow: hidden;
    padding: 0;
    
}

.woocommerce-product-gallery .flex-control-thumbs li img{
    width: 25%;
    float: left;
    transition: 0.4s;
    opacity: 50%;
}
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active{ 
    opacity: 1;
    cursor: default;
}

.woocommerce-product-gallery{
    position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    text-decoration: none;
}


.reset_variations {
    visibility: visible !important;
}
.grouped_form td{
    border-bottom-width: 0;
}
.grouped_form bdi{
    font-weight: 600;
}
.product-content .price > span > bdi,
.product-content .price ins,
.woocommerce-grouped-product-list-item__price ins {
    color: var(--new-color);
    
    font-size: 19px;
    text-decoration: none;
}
.product-content .price > del > span,
.woocommerce-grouped-product-list-item__price del {
    color: var(--older-price-color);
    font-weight: 200 !important;
    text-decoration: line-through;
}
.tab-pane{
    text-decoration: none !important;
}
.tab-pane h2{
    font-weight: 600;
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
}

/* comments */
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
}


.woocommerce p.stars.selected a.active::before {
    content: "\e020";
    color: #FFD333;
}

.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e021";
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020";
    color: #FFD333;
}
.product-review {
    margin-bottom: 20px;
}
.woocommerce-Reviews .required{
    color: var(--new-color);
}
.woocommerce-Reviews .comment-reply-title{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 23px;
}
.woocommerce-Reviews .comment-form-rating label{
    margin-bottom: 10px;
    font-weight: 600;
}
.woocommerce-Reviews .comment-form-comment label{
    margin-bottom: 10px;
    font-weight: 600;
}
.woocommerce-Reviews .comment-form-author label{
    margin-bottom: 10px;
    font-weight: 600;
}
.woocommerce-Reviews .comment-form-email label{
    margin-bottom: 10px;
    font-weight: 600;
}

.product-add2cart input.qty[type=number],
.woocommerce-grouped-product-list-item input.qty[type=number],
.woocommerce-cart-form input.qty[type=number] {
    text-align: center;
}

.cart-product-price{
    font-weight: 600;
    text-align: center;
}
/* .woocommerce-cart-form__contents td{
    text-align: end;
} */
.cart_totals .order-total{
    font-size: 24px;
}

.coupon-error-notice{
    color: red;
     display: block;
  width: 100%; /* Гарантирует перенос */
  margin-top: 10px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.woocommerce-billing-fields__field-wrapper p,
.woocommerce-additional-fields__field-wrapper p,
.woocommerce-shipping-fields__field-wrapper p {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
}

.woocommerce-checkout p .input-text,
.woocommerce-address-fields p .input-text {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.woocommerce-checkout p .input-text:focus,
.woocommerce-address-fields p .input-text:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2c2b28;
    outline: 0;
    box-shadow: none;
}

.woocommerce-checkout p .select2-container--default .select2-selection--single,
.woocommerce-address-fields p .select2-container--default .select2-selection--single {
    border-radius: 0;
}

.woocommerce-checkout p .select2-container .select2-selection--single,
.woocommerce-address-fields p .select2-container .select2-selection--single {
    height: 38px;
}

.woocommerce-checkout p .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-address-fields p .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
}

.woocommerce-checkout p .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-address-fields p .select2-container--default .select2-selection--single .select2-selection__arrow  {
    top: 5px;
}

.woocommerce-additional-fields__field-wrapper p {
    flex: 100%;
    max-width: 100%;
}

.woocommerce-checkout textarea {
    min-height: 100px;
}

@media only screen and (max-width : 768px) {
    .woocommerce-checkout p {
        flex: 100%;
        max-width: 100%;
    }
}
.checkout-content h3{
    font-weight: 600;
    margin-bottom: 10px;
}
.checkout-content label{
    font-weight: 600;
}
.checkout-content .required{
    font-weight: 400;
    color: var(--new-color);
}
.woocommerce-form-coupon-toggle .woocommerce-info{
    font-weight: 600;
    margin-left: 1%;
    font-size: 18px;
}
.woocommerce-form-coupon-toggle .woocommerce-info a{
    font-weight: 400;
    
}
.woocommerce-shipping-methods{
    list-style-type:none;
    padding: 0;
}
.woocommerce-shipping-methods li{
    padding: 20px;
    margin-top: 10px;
    width: 100%;
    background-color: #efefef;
}
.woocommerce-shipping-methods li label{
    margin-left: 10px;
    width: 80%;
    height: 100%;
}
.woocommerce-error{
    list-style-type: none;
    padding: 0;
}
.woocommerce-error li{
    width: 100%;
    background-color: #dc3545;
    color: rgb(250, 250, 250);
    padding: 20px;
    margin-bottom: 5px;
}
.woocommerce-error li a{
    color: rgb(250, 250, 250);
}
.shop_table_responsive td{text-align: end;}
.woocommerce-checkout-review-order-table .product-total{text-align: end;}
.woocommerce-checkout-review-order-table tfoot td{text-align: end;}

.payment_methods{
    list-style: none;
    padding: 0;
}
.wc_payment_methods li{
    padding: 20px;
    margin-top: 10px;
    width: 100%;
    background-color: #efefef;
}
.wc_payment_methods li label{
    font-weight: 600;
}
.wc_payment_methods .payment_box{
    margin-top: 10px;
    font-size: 14px;
    color: #474747;
    margin-left: 10px;
}
.form-check-input:checked {
    background-color: #333333;
    border-color: #333333;
}
.checkout-summary .woocommerce-privacy-policy-text a{
    font-weight: 600;
}
.required{
    color: var(--new-color);
}
.woocommerce-thankyou-order-details{
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.woocommerce-thankyou-order-details li{
    font-size: 18px;
    margin-bottom: 15px;
    
}
.woocommerce-order-details__title{
    text-align: left;
}
/* .woocommerce-table--order-details bdi{
    font-weight: 600;
} */
.show-password-input{
    /* width: 30px;
    height: 30px; */
    display: none;
}
.woocommerce-privacy-policy-text a{
    font-weight: 600;
}
.woocommerce-password-strength.bad, .woocommerce-password-strength.short{
    color: #cc0000;
}
.woocommerce-password-strength.good{
    color: #00a8ef
    /* #d6b002; */
}
.woocommerce-password-strength.strong{
    color: #00a510;
}
.woocommerce-password-hint{
    border: 1px solid #ccc;
    display: block;
    padding: 10px;
}
.woocommerce-MyAccount-navigation ul{
    list-style-type: none;
    padding: 0;
}
.woocommerce-MyAccount-orders td {
    text-align: left;
}
.wc-empty-cart-message{
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    margin-top: 50px;
}
.woocommerce-Address{
    width: 100%;
}

@media (hover: hover) {
.header-top .btn-outline-dark:hover{
    background-color: #1f1f1f;
}

a:hover{
    color: var(--text-color-hover);
    text-decoration: underline;
}

.btn:hover{
    text-decoration: underline;
}

.button-search:hover{
    background-color: black;
}
.active:hover{
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    background-color: #212529;
}
.dropdown-item.active:hover {
    color: var(--bs-dropdown-link-hover-color);
    text-decoration: underline;
}
.dropdown-menu-dark li:hover{
    background-color: #212529;

}
.cart-and-heart .btn:hover{
    color: rgb(252, 252, 252);
    text-decoration: none;
}
.offcanvasCart-table a:hover{
    text-decoration: underline;
}
.product-card:hover{
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.25);
}

.owl-carousel .product-card:hover .product-details{

    background-color: #eeeeee;
}
.owl-carousel .product-card:hover{
    box-shadow: none;

}
.product-links .add-to-cart a:hover{
    text-decoration: none;
}
.owl-nav button:hover span{
    color: rgb(145, 145, 145);
}
.owl-nav button:hover{
    background-color: var(--bg-color) !important;
}
.about-us a:hover h5{
    text-decoration: none;
    color: white;
}
.about-us a:hover{
    text-decoration: none;
    color: white;
}
.btn:hover {
    text-decoration: none;
}
#top:hover{
    color:white;
    opacity: 1;
}
.breadcrumbs a:hover{
    color: #0f0f0f;
    /* text-decoration: underline; */
}
.form-check-input[type=checkbox]:hover {
    cursor: pointer;
}
.form-select:hover{
    border-color: #0e0e0e;
    background-color: #e8e8e8;
    cursor: pointer;
}
.nav-tabs .nav-link:hover{
    text-decoration: underline;
}
.region-select:hover{
    border-color: #0e0e0e;
    background-color: var(--bg-color);
    cursor: pointer;
}
.btn-coupon:hover {
    color: var(--contrast-color);
}
.woocommerce a.button.add_to_cart_button:hover {
  background-color: #212121;
  color: #fff;
  text-decoration: none;
}
.aws-container .aws-search-form .aws-form-btn:hover {
    background: var(--bg-color);
}

.aws-container .aws-search-form .aws-form-btn:hover > span {
    color: #161616;
}
.search-form-nav .aws-container .aws-search-form .aws-form-btn:hover {
    background: #f6f6f6;
}

.search-form-nav .aws-container .aws-search-form .aws-form-btn:hover > span {
    color: #161616;
}
.woocommerce-pagination a.page-numbers:hover {
    z-index: 2;
    color: #000000;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.woocommerce-message .button:hover {
    text-decoration: none;
}
.woocommerce-product-gallery .flex-control-thumbs li img:hover{
    opacity: 100%;
    cursor: pointer;
}
.product-gallery .carousel-item:hover{
    cursor: pointer;
}

.woocommerce p.stars a:hover ~ a::before {
    content: "\e021";
}

.woocommerce p.stars:hover a::before {
    content: "\e020";
    color: #FFD333;
}
}
@media all and (max-width: 1200px) {
    .btn-plus, .btn-minus{
        display: none;
    }
    input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    appearance: auto;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
}