/*
Theme Name: Astra Child for bochonoklipa.ru
Theme URI: https://bochonoklipa.ru/
Template: astra
Author: user
Author URI: https://bochonoklipa.ru/
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.1.1683637280
Updated: 2023-05-09 16:01:20

*/


.b4t-main-container h2 {
    text-align: center;
    text-transform: uppercase;
}
.b4t-main-ctgr-carousel {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-bottom: 5em;
}
.b4t-main-catalog {
    display: flex;
    width: 35%;
}
.b4t-main-carousel {
    display: block;
    width: 65%;
}
.b4t-main-sps-carousel {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.b4t-main-sps-carousel .pcp-carousel-wrapper .sp-pcp-carousel {
    padding-top: unset;
    padding-bottom: 40px;
}
.b4t-main-sps-carousel .sp-pcp-post .sp-pcp-title {
    margin-left: 3px;
}

.main_dir_list {
	font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
}
.main_dir_list ul {
	margin: 0;
	display: flex;
    flex-flow: column nowrap;
    padding-left: 1px;
    padding-right: 10px;
    width: 100%;
    justify-content: center;
}
.main_dir_list ul li {
	list-style-type: none;
    border: 1px solid #ccc;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
	padding: 7px;
    background-image: linear-gradient(0deg,rgb(237,163,49) 0%,rgb(255,255,255) 100%);
    flex: 1;
}
.main_dir_list ul li:hover {
    background-image: unset;
	background-color: #e98a2a;
    transition: all .2s linear;
}
.main_dir_list ul li:hover a {
	color: #fff !important;
}
.main_dir_list ul li a {
    display: flex;
    height: 100%;
    justify-content: center;
	align-items: center;
    text-decoration: none !important;
}

@media (max-width: 921px) {
    .b4t-main-ctgr-carousel {
        flex-flow: column nowrap;
    }
    .b4t-main-catalog {
        width: 100%;
    }
    .b4t-main-carousel {
        width: 100%;
    }
    .main_dir_list ul {
        padding: 1px;
    }
}

.b4t-main-about {
    margin-bottom: 5em;
}
.b4t-main-about > p {
    text-align: justify;
    font-size: 1.2em;
}
@media (max-width: 921px) {
    .b4t-main-about > p {
        text-align: left;
    }
}

.b4t-main-novelties {
    margin-bottom: 2em;
}

.b4t-main-advantage {
    margin-bottom: 5em;
}
.b4t-main-advantage-cont {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.b4t-main-advantage-item {
    height: 315px;
    width: 366px;
    padding: 20px;
    text-align: center;
}
.b4t-main-advantage-item > h3 {
    font-size: 1.1em;
}
.b4t-main-advantage-item img {
    height: 80px;
    width: 80px;
    filter: invert(62%) sepia(94%) saturate(1181%) hue-rotate(340deg) brightness(94%) contrast(94%);
}

.b4t-catalog-cont {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.b4t-catalog-item {
    height: 433px;
    width: 270px;
    padding: 23px 20px 20px 20px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.2em;
    text-transform: uppercase;
    box-shadow: inset 0px 0px 0px 1px #ccc;
    border-radius: 10px 0px 10px 10px;
}
.b4t-catalog-item a {
    text-decoration: none !important;
}
.b4t-catalog-item:hover {
    background-color: #e98a2a;
    transition: all .1s linear;
}
.b4t-catalog-item:hover a {
    color: #ffffff;
    transition: all .1s linear;
}
.b4t-catalog-item img {
    margin-bottom: 1em;
    max-width:225px;
    max-height:300px;
    width: auto;
    height: auto;
    border-radius: 5px;
}
.b4t-catalog-item-folder {
    position: absolute;
    border: 1px solid #ccc;
    width: 160px;
    height: 10px;
    margin: -23px 0px 0px 90px;
    background: white;
    border-top-color: white;
    border-right-color: white;
}
.b4t-catalog-item-tovar {
    text-transform: unset;
    box-shadow: unset;
    border-radius: 10px;
}
.b4t-catalog-item-tovar-ribbon {
    position: absolute;
    padding: 0 8px;
    font-size: 0.9em;
    margin: 262px 0px 0px -3px;
    color: #853a17;
    border-radius: 4px;
    background-image: linear-gradient(90deg,rgb(237,163,49) 0%,rgb(255,255,255) 100%);
    border: 1px solid #853a17;
    text-transform: lowercase;
}

.b4t-catalog-breadcrumbs {
    padding-bottom: 0.4em;
}
.b4t-catalog-iftaxandposts-h3 {
    padding-top: 2.5em;
}

.b4t-center-content {
    display: flex;
    justify-content: center;
}

@media (max-width: 921px) {
    .ast-hfb-header .site-footer {
        background-image: linear-gradient(0deg,rgb(255,211,140) 0%,rgb(255,255,255) 100%);
    }
}

.b4t-header-contacts ul li {
    list-style-type: none;
}
.b4t-header-contacts ul li a {
    font-size: 1.1em;
    font-weight: 600;
}

.b4t-recap-terms {
    font-size: 0.6em;
    color: #a7a7a7;
}
.grecaptcha-badge { visibility: hidden; }