/*   
Theme Name: TopGrill
Description: 
Author: ZDesign
Author email: info@zdesign.kz
Version: 1.0.3
*/

.hits-grid .in-sr--products {
    margin-bottom: 0;
}
.wpcf7-response-output{
    width: fit-content;
}
.hits-grid .product-grid {
    margin-bottom: 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #fff;
}

.in-sr--products {
    width: 100%;
}
.bl-news{
    padding-bottom: 2rem;
}
.price {
    position: absolute;
    bottom: 100px;
    font-size: 20px;
    font-family: "Oswald",sans-serif;
    right: -10px;
    background: #e03423;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px
}
@media (min-width: 320px) and (max-width: 767px) {
    .price  {
        font-size: 14px;
        bottom: 110px;
        right: 0px;
    }
}
.woocommerce-loop-product__link:hover {
    text-decoration: none;
}

.content-site .product-title {
    height: 100%;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0 !important;
    position: relative;
    overflow: hidden;
}

.content-site .product-item:hover .woocommerce-loop-product__title {
    text-decoration: underline;
}
.submit-btn{
    display: block;
    border: 0;
    height: 53px;
    padding: 4px 0 0 0;
    background: #fadb44;
    outline: 0;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    position: relative;
    z-index: 5;
    width: 100%!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(255, 234, 0, 1)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 234, 0, 1)), to(rgba(255, 187, 0, 1))) !important;
    background: -o-linear-gradient(top, rgba(255, 234, 0, 1) 0, rgba(255, 187, 0, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 234, 0, 1) 0, rgba(255, 187, 0, 1) 100%) !important;
}
@media (min-width: 320px) and (max-width: 767px) {
    .woocommerce-loop-product__title {
        font-size: 18px;
    }
}

.account-block__icon {
    width: 50px;
    height: 50px;
    fill: #e03423;
}

.products-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 2rem;
    margin-top: 2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 20px;
    padding-bottom: 50px;

}

.term-description {
    border-top: 1px solid #eee;
}

@media (min-width: 320px) and (max-width: 767px) {
    .products-grid {
        -ms-grid-columns: 1fr 2rem 1fr;
        grid-template-columns: 1fr 1fr;
    }
}


.side-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem auto 2rem auto 2rem auto 2rem auto;
    grid-template-columns: 1fr auto auto auto auto;
    grid-gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50px 0.5rem auto;
    grid-template-columns: 50px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0.5rem;
    font-size: 18px;
    font-family: "Oswald";
    font-weight: 500;
    color: #000;
}

@media (min-width: 320px) and (max-width: 1023px) {
    .item-1 {
        display: none;
    }

    .item-2 {
        display: none;
    }

    .item-3 {
        display: none;
    }

    .item-4 {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    .products-grid {
        -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
}

.wc-tabs li:empty {
    display: none;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
}

.woocommerce-loop-product__link {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 120px;
    grid-template-rows: 1fr 120px;
    height: 100%;
}

.content-site .product-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    margin-bottom: 0 !important;
    position: relative;
}

.content-site .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #64697e;
    text-align: center;
    height: 85px;
    overflow: hidden;
    margin: 0 !important;
    background: #f5f5f5;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.out-of-stock {
    padding: 1rem;
    background-color: #0a0a0a;
    color: #ffffff;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    bottom: 110px;
    z-index: 3;
    right: -10px;
    background: #e03423;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    display: flex;
    grid-gap: 10px
}
.price ins .woocommerce-Price-amount{
    font-size: 16px;
}
@media (min-width: 320px) and (max-width: 992px) {
    .content-site .woocommerce-loop-product__title {
        font-size: 18px;
    }

    .woocommerce div.product p.price, .woocommerce div.product span.price {
        right: 0;
    }

    .in-sr--products {
        margin-bottom: 0 !important;
    }

    .woocommerce nav.woocommerce-pagination ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.woocommerce-pagination {
    padding: 0 2.6%;
}

.woocommerce nav.woocommerce-pagination ul {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 1rem;
    border: none;
    margin-bottom: 2rem;
}

.page-numbers {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 1rem;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.page-numbers li {
    padding: 0;
}

.page-numbers li a {
    padding: 0.5rem 0.9rem;
}

.page-numbers li span {
    padding: 0.5rem 0.9rem;
}

.woocommerce nav.woocommerce-pagination ul li {
    background: none;
    border: 1px solid #64697e;
    color: #64697e;
    border-radius: 1rem;
    font-size: 1rem;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 0, 3, 1)), to(rgba(179, 0, 1, 1)));
    background: -o-linear-gradient(top, rgba(254, 0, 3, 1) 0%, rgba(179, 0, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 0, 3, 1) 0%, rgba(179, 0, 1, 1) 100%);
    color: #ffffff;
    border-radius: 1rem;
}

.page-numbers li a:hover {
    text-decoration: none;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 600px;
    /*max-height: 800px;*/
    object-fit: contain;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: inherit;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.wc-proceed-to-checkout {
    background: transparent !important;
}

.account-block__icon {
    width: 30px;
    height: 30px;
    fill: #e03423;
}

.side-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem auto 1rem auto 1rem auto 1rem auto;
    grid-template-columns: 1fr auto auto auto auto;
    grid-gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32px 0.5rem auto;
    grid-template-columns: 32px auto;
    grid-gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-family: "Oswald";
    color: #000;

}

.select2-container--default .select2-selection--single {
    adding: 0 12px;
    border: 1px solid #e8e8e8;
    outline: 0;
    height: 39px;
    padding-top: 5px;
    font-size: 15px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #1a273e;
}

.select2-container {
    max-width: 500px;
}
.search-submit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    width: 100% !important;
    padding: 0.5rem!important;
    background: #e0e0e0!important;
    outline: 0;
    font-size: 15px;
    line-height: 26px;
    color: #64697e!important;
}
.search-submit:hover{
    background: #ffef72!important;
}
.cabinet-grid {
    display: -ms-grid;
    display: grid;
}

.available-on-backorder {
    padding: 1rem;
    background-color: #007bff;
    color: #ffffff;
}
.form-select{
    border-radius: 0.5rem;
    width: -moz-fit-content!important;
    width: fit-content!important;
}
.woocommerce-breadcrumb {
    border-top: 2px solid #efefef;
    margin-top: 0!important;
    margin-bottom: 1rem;
    padding-top: 2.5% !important;
}
@media(min-width: 768px) and (max-width: 1200px){
    .woocommerce-breadcrumb{
        padding-top: 5% !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .woocommerce-breadcrumb  {
        border-top: none;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.close{
    background: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent!important;
}
.close span{
    line-height: 1;
    color: #000;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
    font-size: 40px;
    font-weight: 700;
}
#slider_38 .owl-dots .owl-dot span{
    border-radius: 0!important;
}
.single_add_to_cart_button {
    position: relative;
    z-index: 5;
    display: block;
    border: 0;
    height: 65px;
    line-height: 69px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Oswald';
    width: 100%;
    background: rgb(215, 26, 33);
    background: -moz-linear-gradient(top, rgb(215, 26, 33) 0, rgb(179, 15, 21) 100%);
    background: -webkit-linear-gradient(top, rgb(215, 26, 33) 0, rgb(179, 15, 21) 100%);
    background: -o-linear-gradient(top, rgb(215, 26, 33) 0, rgb(179, 15, 21) 100%);
    background: -ms-linear-gradient(top, rgb(215, 26, 33) 0, rgb(179, 15, 21) 100%);
    background: linear-gradient(to bottom, rgb(215, 26, 33) 0, rgb(179, 15, 21) 100%);
}
.cart-name .product-thumbnail a > img{
    margin-right: 15px;
    width: 80px;
    float: left;
    height: 50px;
    object-fit: contain;
}
.cart-subtotal{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;

}
.order-total{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.shop_table_responsive{
    margin-bottom: 4rem;
}
.product-name a{
    font-size: 14px;
    color: #333;
}
.remove {
    position: relative;
    /* width: 16px; */
    /* height: 16px; */
}
/* .remove:before { */
    /* content: 'Удалить'; */
    /* position: absolute; */
    /* background-image: url("./img/icon-delete.png"); */
    /* width: 16px; */
    /* height: 16px; */
    /* top: 0; */
    /* left: 0; */
    /* background-repeat: no-repeat; */
/* } */
.woocommerce-message{
    margin-bottom: 1rem;
}
@media screen and (max-width: 767px){
    .table-responsive {
        width: 100%;
        margin-bottom: 0;
        padding: 1rem 0;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .border-list{
        border: 1px solid #ddd;
        padding-top: 1rem!important;
    }
    hr{
        display: none;
    }
}
.cart-summary{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-main .white .sa_owl_theme .owl-nav .owl-prev {
    background: #fadb44 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpolygon points='7.293 4.707 14.586 12 7.293 19.293 8.707 20.707 17.414 12 8.707 3.293 7.293 4.707'/%3E%3C/svg%3E%0A") no-repeat center center  !important;
    box-shadow: none;
    transform: rotate(180deg);
    width: 40px!important;
    height: 40px!important;
    opacity: 1;
    left: 0;
}
.slider-main .white .sa_owl_theme .owl-nav .owl-next:hover, .white .sa_owl_theme .owl-nav .owl-next:hover {
    background: #fadb44 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpolygon points='7.293 4.707 14.586 12 7.293 19.293 8.707 20.707 17.414 12 8.707 3.293 7.293 4.707' fill='white'/%3E%3C/svg%3E%0A")no-repeat center center  !important;
}
.slider-main .white .sa_owl_theme .owl-nav .owl-prev:hover, .white .sa_owl_theme .owl-nav .owl-prev:hover {
    background: #fadb44 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpolygon points='7.293 4.707 14.586 12 7.293 19.293 8.707 20.707 17.414 12 8.707 3.293 7.293 4.707' fill='white'/%3E%3C/svg%3E%0A")no-repeat center center  !important;
}
.slider-main .white .sa_owl_theme .owl-nav .owl-next{
    background: #fadb44 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpolygon points='7.293 4.707 14.586 12 7.293 19.293 8.707 20.707 17.414 12 8.707 3.293 7.293 4.707'/%3E%3C/svg%3E%0A") no-repeat center center !important;
    box-shadow: none;
    width: 40px!important;
    height: 40px!important;
    opacity: 1;
    right: 0;
}
.slider-main .sa_owl_theme .owl-dots .owl-dot span{
    background: url("./img/bullets2.png") no-Repeat bottom left;
    width: 19px!important;
    height: 19px!important;
    background-color: transparent!important;
    margin: 0px 0px !important;
}
.slider-main .sa_owl_theme .owl-dots .owl-dot.active span{
    background: url("./img/bullets2.png") no-Repeat top left;
    width: 19px!important;
    height: 19px!important;
    background-color: transparent!important;
    margin: 0px 0px !important;
}
.slider-main .sa_owl_theme .owl-dots .owl-dot span:hover{
    background: url("./img/bullets2.png") no-Repeat top left;
    width: 19px!important;
    height: 19px!important;
    background-color: transparent!important;
    margin: 0px 0px !important;
}
.wpcf7-form .btn-primary{
    color: #fff;
    background: #337ab7;
    border-color: #2e6da4;
    padding:  12px;
    box-shadow: none;
    opacity: 1;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}
.place-order .btn-primary {
    color: #fff;
    background: #337ab7;
    border-color: #2e6da4;
    padding: 12px;
    box-shadow: none;
    opacity: 1;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}
.btn-primary{
    color: #fff;
    background: #337ab7;
    border-color: #2e6da4;
}
.woocommerce-message{
    display: flex;
    align-items: center;
}
.woocommerce-notices-wrapper .woocommerce-message .wc-forward{
    display: block;
    border: 0;
    font-family: 'Oswald';
    width: fit-content;
    text-decoration: none;
    padding: 6px 12px;
    margin-right: 10px;
    background: #fadb44!important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 18px;
    color: #333!important;
    position: relative;
    z-index: 5;
    border: 0;
    text-transform: uppercase;
    opacity: 1;
    letter-spacing: 1px;
    background: rgba(255, 234, 0, 1)!important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 234, 0, 1)), color-stop(100%, rgba(255, 187, 0, 1)));
    background: -o-linear-gradient(top, rgba(255, 234, 0, 1) 0, rgba(255, 187, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 234, 0, 1)), to(rgba(255, 187, 0, 1)));
    background: linear-gradient(to bottom, rgba(255, 234, 0, 1) 0, rgba(255, 187, 0, 1) 100%)!important;
}

.simple-block .but-pop-btn{
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    background: #337ab7;
    display: inline-block;
    opacity: 1;
    box-shadow: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce-message {
    font-size: 0;
}
.table-header{
    display: grid;
    grid-template-columns: 1fr 100px 100px;
    grid-gap: 1rem;
    align-items: center;
    border-bottom: 1px solid grey;
    padding: 1rem;
    max-width: 800px;
}
.table-content .cart_item{
    display: grid;
    grid-template-columns: 1fr 100px 100px;
    grid-gap: 1rem;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 1rem;
    max-width: 800px;

}
.table-content. .cart_item:last-child{
    border-bottom: 0;
}
.woocommerce-checkout-review-order-table{
    border: 1px solid #eee;
    max-width: 800px;
    margin: 0 15px;
}

.end-price{
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 100px 100px;
    align-items: center;
    grid-gap: 1rem;
    justify-content:end;
}
.cart_item .product-quan-2 .product-quantity{
    font-weight: normal!important;
}
.cart_item .product-total .amount{
    font-weight: bold!important;
}
.woocommerce-checkout-payment{
    padding: 0 15px;
}
#order_review_heading{
    padding: 0 15px;
}
@media(min-width: 320px) and (max-width: 1023px){
    .table-header{
        display: none;
    }
    .table-content .cart_item{
        display: grid;
        grid-auto-flow: row;
        grid-gap: 1rem;
        grid-template-columns: 1fr;
        padding: 1rem 0;

    }

    .woocommerce-checkout-review-order-table{
        border: none;
        padding: 0 15px;
        margin: 0;
    }
    .woocommerce-checkout-review-order-table .product-name{
        display: flex;
        flex-direction: column;

    }
    .woocommerce-checkout-review-order-table .product-quan-2{
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 0.5rem;
        align-items: center;
    }
    .woocommerce-checkout-review-order-table .product-total{
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 0.5rem;
        align-items: center;
    }
}
.grecaptcha-badge {visibility: hidden;}