/*
Theme name: Storefront Child
Theme URI: #
Autor: MaximusMedia
Autor URI: #
Template: storefront
Version: 1.0
*/
.bold{
    font-weight: bold;
}
.cf7ic_instructions {
    color: #000 !important;
}
.wpcf7-response-output {
	color: #000 !important;
}

.woocommerce-ordering label {margin: 0 7px;}

.first-block__bg .first-block__subtitle {margin-bottom: 15px !important;}
.first-block__bg .first-block__text {margin-top: 50px;}

.first-block__bg .first-block__subtitle:before {
	content: "🗸";
		
}
.second-block__bottom-box--column {
	justify-content: flex-start !important;
}
.block_opt_price {/*height: 80px;*/}
.page_product .cont .right_block .block_opt_price .price-rules-table-wrapper table {
    margin-bottom: 0;
}
.dogovornaya_optovaya_czena p {
	padding: 0 6px;
	background: #f4f4f4;
}
.prices_m2 {
    /*font-size: 30px;*/
    font-size: 29px;
    font-family: "PTRootUI-Medium", sans-serif;
    font-weight: bold;
    color: #225170;
    margin-top: 14px;
}
.prices_m2 sup {
	vertical-align: super !important;
    font-size: smaller !important;
}
.quantity_m2 .qib-container .quantity, .quantity_korob .qib-container .quantity {
    height: 50px;
}
.quantity_m2 .qib-container .quantity:before {
    content: "Количество рулонов:" !important;
	max-width: 110px;
}
.quantity_korob .qib-container .quantity:before {
    content: "Количество коробок:" !important;
    max-width: 110px;
}
.quantity_m2 .qib-container .quantity input, .quantity_korob .qib-container .quantity input {
    height: 50px !important;
}

.quantity_czs .qib-container .quantity {
    height: 50px;
}
.quantity_czs .qib-container .quantity:before {
    content: "Количество упаковок:" !important;
	max-width: 110px;
}
.quantity_czs .qib-container .quantity input {
    height: 50px !important;
}

.qib-container {
	display: flex !important;
    align-items: center !important;
    position: relative;
}

.prices_m2{
    display: flex;
    gap: 10px;
}

.product .list-interactiv a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
    filter: none;
}

.about__left-text ul {
    margin-left: 30px;
}
.about__left-text a {
    text-decoration: underline;
}



.delivery_link {
    display: block;
    margin-top: 15px;
}

.delivery_link a {
    text-decoration: underline;
}

.delivery_link a:hover {
    color: #3699df;
    text-decoration: none;
}


.front-page__slide .front-page__slide-wrapper .section-title.front-page__title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
}

.front-page__slide .front-page__slide-wrapper .section-title.front-page__title.not_upper {
    text-transform: none;
}

.front-page__slide .front-page__slide-wrapper .front-page__text {
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
}

.front-page__slide .front-page__slide-wrapper .front-page__text.small {
    font-size: 16px;
    font-weight: normal;
}

.front-page__slide .front-page__slide-wrapper .front-page__btns {
    padding: 10px 0;
    margin: 0;
}

.front-page__slide .front-page__slide-wrapper .front-page__btns .btn {
    display: flex;
    gap: 10px;
    padding: 12px 10px;
    align-items: center;
}

.front-page__slide .front-page__slide-wrapper .front-page__title {
    max-width: 835px;
}


@media screen and (max-width: 1024px) {
    .front-page__slide .front-page__slide-wrapper .section-title.front-page__title {
        font-size: 24px;
    }

    .front-page__slide .front-page__slide-wrapper .front-page__text {
        font-size: 18px;
    }

    .filial-list__content {
        display: flex;
        align-items: start;
        gap: 10px;
    }


    .filial-list__content::before {
        content: '';
        background-image: url(/wp-content/themes/storefront-child/images/svg/white-circle-check-icon.svg);
        width: 18px;
        height: 18px;
        position: static;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;

    }
}

@media screen and (max-width: 568px) {
    .front-page__slide .front-page__slide-wrapper .section-title.front-page__title {
        font-size: 15px;
    }

    .front-page__slide .front-page__slide-wrapper .front-page__text {
        font-size: 12px;
    }

    .front-page__slide .front-page__slide-wrapper .front-page__text.small {
        font-size: 12px;
    }
}

@media screen and (max-width: 348px) {

}