/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. 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 so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*Глобальные*/
.ast-container {
	padding: 0 48px;
	max-width: 1488px;
}
a:focus {
	outline: none;
}

/*Шапка сайта*/
.ast-above-header-wrap {
	padding-top: 20px;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-2, 
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-2 .ast-header-html,
.header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner{
	width: 100%;
}
.header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner .dgwt-wcas-search-wrapp {
	margin: 0;
}
.site-header-above-section-center.site-header-section.ast-flex.ast-grid-section-center, 
.site-header-above-section-right-center.site-header-section.ast-flex.ast-grid-right-center-section {
	align-items: start;
}
.ast-primary-header-bar, .ast-above-header.ast-above-header-bar {
	border: none;
}
.ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-builder-grid-row-no-center {
	justify-content: space-between;
}
.site-below-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
	grid-template-columns: 1fr 1fr;
	min-height: 40px;
}
.site-below-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container .ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-builder-grid-row-no-center {
	height: 40px;
}
.header-top-contact-info, .header-top-contact-info .contact-phone, .header-top-contact-info .contact-email {
	display: flex;
}
.header-top-contact-info .contact-phone {
	margin-right: 20px;
}
.header-top-contact-info .contact-phone .img-phone {
	margin-right: 7px;
}
.header-top-contact-info .contact-phone .img-phone img {
	width: 21px;
}
.header-top-contact-info .contact-phone .phone-number {
	display: flex;
    flex-direction: column;
	font-size: 12px;
    font-weight: 500;
    color: #a3a3a3;
}
.header-top-contact-info .contact-phone .phone-number a {
	font-size: 17px;
    color: #333;
}
.header-top-contact-info .contact-phone .phone-number a:hover {
	text-decoration: underline;
}
.header-top-contact-info .contact-phone .phone-number span {
	font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    color: #a3a3a3;
}
.header-top-contact-info .contact-email .img-email {
	margin-right: 6px;
}
.header-top-contact-info .contact-email .img-email img {
	width: 20px;
    border-radius: 3px;
}
.header-top-contact-info .contact-email .email-address {
	padding-top: 1px;
}
.header-top-contact-info .contact-email .email-address a {
	font-size: 14px;
    color: #d61f2c;
}
.header-top-contact-info .contact-email .email-address a:hover {
	text-decoration: underline;
}
.header-social-inner-wrap .ast-whatsapp .ahfb-svg-iconset svg {
	fill: #18b818;
	width: 20px;
    height: 20px;
}
.header-social-inner-wrap .ast-whatsapp .social-item-label, .header-social-inner-wrap .ast-telegram .social-item-label {
	font-size: 14px;
    color: #333;
}
.header-social-inner-wrap .ast-telegram .ahfb-svg-iconset svg {
	fill: #007aff;
    width: 20px;
    height: 20px;
}
.site-header-above-section-right.site-header-section.ast-flex.ast-grid-right-section {
	align-items: start;
}
.links-container p {
	display: none;
}
.links-container a, .links-container .more-link {
	color: #405b7f;
}
.links-container a:hover, .links-container .more-link:hover {
	color: #000;
}
.links-container .open-links {
	display: flex;
    justify-content: end;
	padding-top: 2px;
}
.links-container .open-links a {
	margin-right: 20px;
}
.links-container .open-links .more-link {
	display: inline;
	font-size: 14px;
	color: #a3a3a3;
}
.links-container .more-link:hover {
	cursor: pointer;
	color: #000;
}
.links-container .open-links .more-link .dashicons-arrow-down-alt2:before {
	font-size: 16px;
}
.links-container .hide-links {
	display: none;
	position: absolute;
    top: 45px;
    right: 30px;
    transform: translateY(10px);
    padding: 20px 16px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    z-index: 5;
    max-width: 210px;
    width: 208px;
}
.links-container .hide-links:before {
	content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    position: absolute;
    background-color: #fff;
    top: -6px;
    right: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.links-container .hide-links .hide-link {
	margin-bottom: 16px;
}
.links-container .hide-links .hide-link:last-child {
	margin-bottom: 0;
}
.links-container .hide-links .hide-link a {
	display: block;
	width: 100%;
}
.ast-logo-title-inline .ast-site-identity {
	padding: 6px 0;
}
.header-widget-area[data-section="sidebar-widgets-header-widget-1"] p {
	display: none;
}
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp {
	padding: 0;
}
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp #dgwt-wcas-search-input-1 {
	height: 44px;
	font-size: 15px;
    color: #333;
    background: 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 0;
	padding-left: 90px;
	width: 640px;
}
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp #dgwt-wcas-search-input-1::placeholder {
	color: #000;
}
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
	height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    width: 74px !important;
    background: #405b7f !important;
    border-radius: 0 !important;
}
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit path {
	fill: #fff !important;
}
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader {
	right: 0 !important;
	margin-right: 10px !important;
}
.shop-functions {
	display: flex;
	align-items: center;
}
.shop-functions .function-block {
	margin: 0 10px;
}
.shop-functions .function-block a {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.shop-functions .function-block a span {
	font-size: 13px;
    line-height: 17px;
    color: #999;
}
.cart-container .ast-addon-cart-wrap.ast-desktop-cart-position- {
	border: none;
	display: flex;
    flex-direction: column-reverse;
	align-items: center;
	min-width: 70px;
	padding-bottom: 0;
}
.cart-container .ast-addon-cart-wrap.ast-desktop-cart-position- .ast-woo-header-cart-info-wrap {
	line-height: 1.5;
}
.cart-container .ast-addon-cart-wrap.ast-desktop-cart-position- .ast-woo-header-cart-info-wrap .woocommerce-Price-amount {
	font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    color: #333;
    white-space: nowrap;
}
.cart-container .ast-addon-cart-wrap.ast-desktop-cart-position- .astra-icon.ast-icon-shopping-cart {
	color: #333;
	width: 100%;
}
.cart-container .ast-addon-cart-wrap.ast-desktop-cart-position- .astra-icon.ast-icon-shopping-cart:after {
	font-size: 11px;
    padding: 0;
    background-color: #d61f2c;
    font-weight: 900;
	top: -2px;
    right: 8px;
	padding-top: 1px;
} 
.widget.woocommerce.widget_shopping_cart {
	min-width: 592px;
}
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart.cart_list.product_list_widget {
	font-size: 16px;
    padding: 0 10px;
}
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total.total {
	padding: 10px;
	display: block;
}
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total.total strong {
	font-weight: 700;
}
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
	font-size: 18px;
    font-weight: 900;
    color: #ff738c;
}
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons {
	padding: 8px;
    display: flex;
    justify-content: space-between;
}
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a {
	width: 48%;
}
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button.wc-forward {
	border-color: #405b7f;
    color: #405b7f;
}
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward {
	background-color: #405b7f;
	color: #fff;
}
.widget.woocommerce.widget_shopping_cart .ast-mini-cart-empty .button.wc-forward.ast-continue-shopping {
	background-color: #405b7f;
}
.right-img img {
	width: 160px;
    max-width: 160px;
    height: 58px;
}
.catalog-menu .header-menu-catalog {
	display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0 -15px;
    white-space: nowrap;
	width: max-content;
	transition-duration: 0.4s;
}
.catalog-menu .header-menu-catalog:hover {
	background-color: #405b7f;
}
.catalog-menu .header-menu-catalog i {
	font-style: normal;
	font-family: Arial;
}
.catalog-menu .header-menu-catalog .hamburger {
	display: flex;
    width: 20px;
    height: 16px;
    flex-flow: column;
    justify-content: space-between;
    flex-shrink: 0;
    margin-right: 15px;
}
.catalog-menu .header-menu-catalog .hamburger .hamburger__item {
	display: block;
    width: 100%;
    height: 2px;
    transition: all .2s ease;
    border-radius: 2px;
    background-color: #fff;
}
.ast-below-header-bar {
	max-height: 40px;
    background-color: #274162;
}
.main-navigation.ast-inline-flex .menu-item {
	line-height: 40px !important;
}
.main-navigation.ast-inline-flex .menu-item .menu-link {
	height: 40px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
}
.main-navigation.ast-inline-flex .menu-item .menu-link:hover {
	text-decoration: underline;
}
#pum-212 #popmake-212 {
	height: 100vh !important;
    top: 0 !important;
	background-color: #274162;
    border-left: 8px solid #d61f2c;
	padding-left: 0;
    padding-right: 0;
}
#pum-212 #popmake-212 .pum-close.popmake-close {
	margin-top: 25px;
    margin-right: 20px;
    background: none;
    box-shadow: none;
    color: #ef3030;
    font-size: 30px;
    font-weight: 900;
}
#pum-212 #popmake-212 .menu-items {
	margin-top: 100px;
}
#pum-212 #popmake-212 .menu-items .menu-item {
	padding: 8px 35px;
	margin-bottom: 16px;
	transition-duration: 0.3s;
}
#pum-212 #popmake-212 .menu-items .menu-item:hover {
	background-color: #d61f2c;
}
#pum-212 #popmake-212 .menu-items .menu-item a {
	font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
	display: block;
    width: 100%;
}
#pum-212 #popmake-212 .menu-items .catalog a {
	display: flex;
}
#pum-212 #popmake-212 .menu-items .catalog a svg {
	margin-right: 10px;
}
@media screen and (max-width: 1500px) {
	#pum-212 #popmake-212 {
		left: 15% !important;
	}
}
@media screen and (max-width: 1450px) {
	.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp #dgwt-wcas-search-input-1 {
		width: 400px;
	}
	.site-below-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
		grid-template-columns: 300px 1fr;
	}
}
@media screen and (max-width: 1240px) {
	.links-container .open-links a {
		margin-right: 5px;
    	font-size: 12px;
	}
	.right-img {
		display: none;
	}
	.header-top-contact-info .contact-phone .phone-number, .header-top-contact-info .contact-phone .phone-number a {
		font-size: 11px;
	}
	.shop-functions .function-block {
		margin: 0 4px;
	}
	.ast-desktop .ast-primary-header-bar .ast-header-woo-cart, .header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner {
		padding: 0;
	}
}
@media screen and (max-width: 1024px) {
	#pum-212 #popmake-212 {
		left: 0 !important;
		width: 50%;
	}
}
@media screen and (max-width: 1050px) {
	.site-below-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
		grid-template-columns: 200px 1fr;
	}
	.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp #dgwt-wcas-search-input-1 {
        width: 300px;
    }
	.header-social-inner-wrap .ast-whatsapp .social-item-label, .header-social-inner-wrap .ast-telegram .social-item-label  {
		display: none;
	}
}
@media screen and (max-width: 920px) {
	.ast-builder-grid-row.ast-grid-center-col-layout {
		grid-template-columns: auto 1fr;
	}
	.site-header-primary-section-center.site-header-section.ast-flex.ast-grid-section-center .dgwt-wcas-search-form #dgwt-wcas-search-input-2 {
		height: 44px;
		font-size: 15px;
		color: #333;
		background: 0 0;
		border: 1px solid #e0e0e0;
		border-radius: 0;
		padding-left: 90px;
	}
	.ast-below-header-wrap .ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-builder-grid-row-no-center {
		grid-template-columns: 1fr;
	}
	.site-header-below-section-right.site-header-section.ast-flex.ast-grid-right-section {
		display: none;
	}
	.widget.woocommerce.widget_shopping_cart {
		min-width: 100%;
	}
	.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button.wc-forward {
		margin: 10px 0 0 0;
    	background-color: #fff;
    	border: 1px solid #405b7f;
	}
	.ast-builder-grid-row .site-header-below-section-center.site-header-section.ast-grid-section-center {
		justify-content: end;
	}
}
@media screen and (max-width: 600px) {
	.ast-builder-grid-row.ast-grid-center-col-layout {
		grid-template-columns: 1fr;
    	grid-template-rows: 1fr 1fr;
	}
	#pum-212 #popmake-212 {
		width: 100%;
	}
}
@media screen and (max-width: 450px) {
	.ast-above-header-wrap {
		display: none;
	}
	.ast-main-header-wrap.main-header-bar-wrap {
		padding-top: 20px;
	}
	.ast-below-header-bar.ast-below-header.site-below-header-wrap.site-header-focus-item.ast-builder-grid-row-layout-default.ast-builder-grid-row-tablet-layout-default.ast-builder-grid-row-mobile-layout-default {
		padding: 0 !important;
	}
	.shop-functions .compare-block .compare-text, .shop-functions .recently-view-block .recently-view-text, .shop-functions .wishlist-block .wishlist-text {
		font-size: 10px;
	}
	.ast-builder-layout-element.site-header-focus-item.ast-header-woo-cart {
		padding: 0;
	}
}

/*Подвал сайта*/
.left-footer {
	display: flex;
	gap: 14%;
}
.left-footer p {
	display: none;
}
.left-footer .left-part {
	text-align: start;
}
.left-footer .left-part .info-block:first-child {
	margin-bottom: 26px;
}
.left-footer .left-part .info-block .info-header {
	font-size: 18px;
    line-height: 25px;
    color: #333;
    font-weight: 700;
	display: block;
    margin-bottom: 6px;
}
.left-footer .left-part .info-block .info-link a {
	font-size: 14px;
    line-height: 28px;
    color: #999;
}
.left-footer .left-part .info-block .info-link a:hover {
	color: #405b7f;
	text-decoration: underline;
}
.left-footer .right-part {
	text-align: start;
}
.left-footer .right-part .address-phone {
	margin-bottom: 17px;
}
.left-footer .right-part .address-phone .address {
	font-size: 18px;
    line-height: 24px;
    color: #999;
    margin-bottom: 40px;
    display: inline-block;
}
.left-footer .right-part .address-phone .phone {
	display: flex;
    flex-direction: column;
}
.left-footer .right-part .address-phone .phone a {
	font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #333;
	margin-bottom: 3px;
}
.left-footer .right-part .address-phone .phone span {
	display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #a3a3a3;
}
.left-footer .right-part .add-menu .info-link a {
	font-size: 14px;
    line-height: 28px;
    color: #999;
}
.left-footer .right-part .add-menu .info-link a:hover {
	color: #405b7f;
	text-decoration: underline;
}
.right-footer {
	display: flex;
	gap: 14%;
}
.right-footer .left-part {
	text-align: start;
}
.right-footer .left-part .email a {
	font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #d61f2c;
    margin-bottom: 24px;
    display: inline-block;
}
.right-footer .left-part .messengers {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.right-footer .left-part .messengers .messengers-text {
	font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #3c3c3c;
    margin-right: 11px;
}
.right-footer .left-part .messengers .social-icons {
	display: flex;
}
.right-footer .left-part .messengers .social-icons .whatsapp {
	margin-right: 16px;
}
.right-footer .left-part .messengers .social-icons .whatsapp img {
	width: 27px;
}
.right-footer .left-part .messengers .social-icons .telegram img {
	width: 32px;
}
.right-footer .left-part .pay-methods .pay-text {
	font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #3c3c3c;
    margin-bottom: 8px;
}
.right-footer .left-part .pay-methods ul {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}
.right-footer .left-part .pay-methods ul li {
	margin-bottom: 17px;
	margin-right: 17px;
}
.right-footer .left-part .pay-methods ul li:nth-child(6) img {
	height: 13px;
}
.right-footer .left-part .pay-methods ul li:last-child {
	margin-right: 0;
}
.right-footer .left-part .pay-methods ul li img {
	height: 20px;
}
.right-footer .right-part p {
	display: none;
}
.right-footer .right-part a {
	display: flex;
	align-items: center;
}
.right-footer .right-part .review-count {
	font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 0;
    color: #3c3c3c;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-left: 0;
}
.right-footer .right-part .review-count span {
	font-size: 62px;
    line-height: 1;
    text-align: left;
    color: #16397a;
}
.right-footer .right-part .review-info {
	display: block;
    padding: 0px 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 0;
    color: #3c3c3c;
    align-items: center;
    width: 123px;
	text-align: start;
}
.right-footer .right-part .review-info .stars {
	margin-bottom: 6px;
}
.right-footer .right-part .review-info p {
	display: block;
}
.right-footer .right-part .review-info br {
	display: none;
}
.site-above-footer-wrap {
	padding-top: 55px;
	padding-bottom: 55px;
}
.ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
	padding: 0 48px;
	gap: 0;
}
.site-below-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
	padding: 0;
	min-height: 35px;
}
.ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
	min-height: 35px;
}
@media screen and (max-width: 1300px) {
	.left-footer, .right-footer {
		gap: 20px;
	}
}
@media screen and (max-width: 1200px) {
	.left-footer, .right-footer {
		flex-direction: column;
	}
}
@media screen and (max-width: 750px) {
	.right-footer .pay-methods {
		margin-bottom: 30px;
    	margin-top: 60px;
	}
}
@media screen and (max-width: 545px) {
	.right-footer .left-part {
		margin-top: 25px;
	}
	.right-footer .left-part .messengers {
		
	}
	.right-footer .pay-methods {
		margin-bottom: 15px;
    	margin-top: 30px;
	}
	.ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
		padding: 0 20px;
	}
	.ast-container {
		padding: 0 20px;
	}
	.site-above-footer-wrap {
		padding-top: 25px;
    	padding-bottom: 25px;
	}
}

/*Главная страница*/
.main-page-categories .category-item .spectra-container-link-overlay {
	transition-duration: 0.5s;
}
.main-page-categories .category-item:hover .spectra-container-link-overlay {
	background-color: rgba(255, 255, 255, 0.1);
}
.main-page-categories .category-item .wp-block-uagb-advanced-heading {
	width: max-content !important;
    position: absolute !important;
	background-color: #405b7f;
    left: 0;
    top: 20px;
}
.main-page-categories .category-item .wp-block-uagb-advanced-heading a {
	color: #fff;
}
@media screen and (max-width: 920px) {
	.main-page-categories {
		padding-left: 20px !important;
    	padding-right: 20px !important;
	}
}
@media screen and (max-width: 767px) {
	.main-page-categories, .wp-block-uagb-container.uagb-block-b6bd05d7 {
		margin-top: 40px !important;
    	margin-bottom: 40px !important;
	}
	.main-page-categories .container-row {
		row-gap: 5px;
	}
}

/*Страница Каталога товаров*/
.archive #content .ast-container {
	max-width: 1488px;
	display: grid;
    grid-template-columns: 280px 1fr;
    grid-template-areas: "breadcrumb breadcrumb""header header""filter primary";
}
#content .ast-container .woocommerce-breadcrumb {
	grid-area: breadcrumb;
	margin-top: 45px;
	font-size: 13px;
    color: #999;
	margin-bottom: 8px;
}
.archive #content .ast-container .woocommerce-products-header {
	grid-area: header;
}
#content .ast-container .woocommerce-products-header h1 {
	margin-bottom: 0;
	font-size: 26px;
    line-height: 35px;
    color: #333;
    font-weight: 400;
}
#content .ast-container .woocommerce-breadcrumb a {
	padding-right: 26px;
}
#content .ast-container .woocommerce-breadcrumb a:after {
	display: inline-block;
    content: "";
    width: 14px;
    height: 1px;
    background-color: #c9c9c9;
    position: relative;
    bottom: 3px;
    left: 14px;
}
.archive #content .ast-container .widget-area {
	grid-area: filter;
    width: 100%;
	margin-top: 60px;
	padding-right: 30px;
}
.archive #content .ast-container .widget-area .main-filter .bapf_sfilter {
	margin-bottom: 0;
}
.archive #content .ast-container .widget-area .main-filter .bapf_sfilter .bapf_head {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 110px;
	height: max-content;
    min-height: 32px;
    padding: 0 13px;
    color: #3c3c3c;
    border: 1px dashed #4c4c4c;
	margin-bottom: 20px;
}
.archive #content .ast-container .widget-area .main-filter .bapf_sfilter h3 {
	font-weight: 400;
    font-size: 15px;
	color: #3c3c3c;
}
.archive #content .ast-container .widget-area .main-filter .bapf_sfilter h3 i {
	font-size: 11px;
    color: #3c3c3c;
}
.archive #content .ast-container .widget-area .main-filter .bapf_sfilter .bapf_body {
	margin-bottom: 30px;
    padding: 10px 20px;
    border: 1px solid #e4e4e4;
}
.archive #content .ast-container .widget-area .main-filter .bapf_sfilter .bapf_body .ui-slider-range.ui-corner-all.ui-widget-header {
	background-color: #405b7f;
}
.archive #content .ast-container .widget-area .main-filter.berocket_single_filter_widget_266 .bapf_body {
	margin-bottom: 0;
    padding: 0;
    border: none;
}
.archive #content .ast-container .widget-area .main-filter .bapf_body .checked input {
	background-color: #d61f2c;
    border-color: #d61f2c;
}
.archive #content .ast-container .widget-area .main-filter .bapf_body .checked input:after {
	border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.archive #content .ast-container .widget-area .main-filter.berocket_single_filter_widget_266 .bapf_body .bapf_button.bapf_reset {
	font-size: 12px;
    width: 200px;
    height: 40px;
    border-color: #d6d6d6;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #3c3c3c;
	border-radius: 0;
}
.archive #content .ast-container .widget-area .main-filter.berocket_single_filter_widget_266 .bapf_body .bapf_button.bapf_reset:hover {
	background-color: #c8bcc8;
    border-color: #c8bcc8;
    color: #fff;
}
.archive .filter-mobile .bapf_sfilter {
	margin-bottom: 0;
}
.archive .filter-mobile .bapf_sfilter .bapf_head {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 110px;
	height: max-content;
    min-height: 32px;
    padding: 0 13px;
    color: #3c3c3c;
    border: 1px dashed #4c4c4c;
	margin-bottom: 20px;
}
.archive .filter-mobile .bapf_sfilter h3 {
	font-weight: 400;
    font-size: 15px;
	color: #3c3c3c;
}
.archive .filter-mobile .bapf_sfilter h3 i {
	font-size: 11px;
    color: #3c3c3c;
}
.archive .filter-mobile .bapf_sfilter .bapf_body {
	margin-bottom: 30px;
    padding: 10px 20px;
    border: 1px solid #e4e4e4;
}
.archive .filter-mobile .bapf_sfilter .bapf_body .ui-slider-range.ui-corner-all.ui-widget-header {
	background-color: #405b7f;
}
.archive .filter-mobile.berocket_single_filter_widget_267 .bapf_body {
	margin-bottom: 0;
    padding: 0;
    border: none;
}
.archive .filter-mobile .bapf_body .checked input {
	background-color: #d61f2c;
    border-color: #d61f2c;
}
.archive .filter-mobile .bapf_body .checked input:after {
	border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.archive .filter-mobile.berocket_single_filter_widget_267 .bapf_body .bapf_button.bapf_reset {
	font-size: 12px;
    width: 200px;
    height: 40px;
    border-color: #d6d6d6;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #3c3c3c;
	border-radius: 0;
}
.archive .filter-mobile.berocket_single_filter_widget_267 .bapf_body .bapf_button.bapf_reset:hover {
	background-color: #c8bcc8;
    border-color: #c8bcc8;
    color: #fff;
}
.archive .widget-area #block-10 {
	display: none;
}
.archive .widget-area #block-10 .wp-block-uagb-container {
	padding-left: 0;
    padding-top: 25px;
}
.archive .widget-area #block-10 .wp-block-uagb-container .uagb-container-inner-blocks-wrap {
	flex-direction: row;
    flex-wrap: nowrap;
    width: 125px;
	margin: 0 !important;
}
.archive .widget-area #block-10 .wp-block-uagb-container .uagb-container-inner-blocks-wrap 
.archive #content .ast-container .content-area.primary {
	grid-area: primary;
	width: 100%;
	margin-top: 60px;
	padding-left: 30px;
}
.archive #content .ast-container .content-area.primary {
	width: 100%;
}
.archive #content .ast-container .content-area.primary .woocommerce-ordering .orderby {
	padding-right: 30px;
}
.archive .products {
	gap: 12px !important;
}
ul.products li.product {
	border: 1px solid #d6d6d6;
    border-radius: 2px;
	margin: 0;
	justify-content: space-between;
}
ul.products li.product:hover {
	border-color: #3c3c3c;
}
ul.products li.product .bottom-product-info {
	padding: 15px 10px;
    background-color: #f6f6f6;
}
ul.products li.product .bottom-product-info .price .woocommerce-Price-amount {
	color: #405b7f;
    font-family: "Gotham Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
ul.products li.product .bottom-product-info .price:after {
	content: "Уточняйте наличие";
	display: block;
	border-radius: 5px;
    border: 1px solid #405b7f;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    padding: 5px 5px;
    color: #405b7f;
	width: max-content;
	margin-top: 5px;
}
ul.products li.product .wishsuite-shop-top_thumbnail svg {
	width: 24px;
    height: 24px;
    fill: #405b7f;
}
ul.products li.product .wishsuite-shop-top_thumbnail svg .check {
	fill: #000;
}
ul.products li.product .wishsuite-shop-top_thumbnail .wishsuite-btn-text, ul.products li.product .wishsuite-shop-top_thumbnail.added .wishsuite-btn-text {
	display: none;
}
ul.products li.product .bottom-product-info .add-cart-block {
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin-top: 25px;
	min-height: 40px;
}
ul.products li.product .bottom-product-info .add-cart-block .ajax_add_to_cart {
	width: 100px;
    height: 40px;
    background-color: #405b7f;
    color: #405b7f;
    background-image: url(/wp-content/uploads/2026/01/cart-large-shop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	margin: 0;
}
ul.products li.product .bottom-product-info .add-cart-block .ajax_add_to_cart.added {
	display: none;
}
ul.products li.product .bottom-product-info .add-cart-block .added_to_cart {
	width: max-content;
    color: #fff;
    background-image: none;
    text-align: center;
    border-radius: 5px;
	display: block;
    height: 100%;
    background-color: #405b7f;
    font-size: 14px;
    padding: 8px;
}
ul.products li.product .bottom-product-info .add-cart-block .compare-wish-block {
	padding-left: 5px;
	display: flex;
    align-items: end;
}
ul.products li.product .bottom-product-info .add-cart-block .compare-wish-block .br_compare_button {
	background: none;
    width: max-content;
	height: 24px;
    padding: 0;
    margin: 0 0 1px 0 !important;
	border: none;
}
ul.products li.product .bottom-product-info .add-cart-block .compare-wish-block .br_compare_button .fa-square-o:before {
	content: "\f066" !important;
    color: #405b7f;
    font-size: 24px;
}
ul.products li.product .bottom-product-info .add-cart-block .compare-wish-block .br_compare_button .fa-check-square-o:before {
	color: #405b7f;
    font-size: 24px;
}
ul.products li.product .bottom-product-info .add-cart-block .compare-wish-block .wishsuite-button {
	height: max-content;
	margin-right: 15px;
	border: none;
}
ul.products li.product .bottom-product-info .add-cart-block .compare-wish-block .wishsuite-button svg {
	width: 24px;
    height: 24px;
    fill: #405b7f;
}
ul.products li.product .bottom-product-info .add-cart-block .compare-wish-block .wishsuite-button .wishsuite-btn-text,
ul.products li.product .bottom-product-info .add-cart-block .compare-wish-block .br_compare_button .br_compare_button_text,
ul.products li.product .astra-shop-thumbnail-wrap .add_to_cart_button.ajax_add_to_cart{
	display: none;
}
ul.products li.product .astra-shop-summary-wrap {
	padding: 2px 10px 15px 10px;
}
ul.products li.product .astra-shop-summary-wrap .ast-woo-product-category {
	word-break: break-all;
    font-size: 15px;
    color: #000;
}
ul.products li.product .astra-shop-summary-wrap .ast-loop-product__link .woocommerce-loop-product__title {
	color: #000;
    font-size: 15px;
    font-weight: 500;
	padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 1400px) {
	.archive #content .ast-container {
		grid-template-columns: 240px 1fr;
	}
	.archive #content .ast-container .content-area.primary {
		padding-left: 10px;
	}
	.archive #content .ast-container .widget-area {
		padding-right: 20px;
	}
	ul.products li.product .bottom-product-info .add-cart-block .added_to_cart {
		font-size: 11px;
	}
}
@media screen and (max-width: 1250px) {
	.archive ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
@media screen and (max-width: 921px) {
	.archive #content .ast-container .widget-area, .archive #content .ast-container .content-area.primary {
		margin-top: 30px;
	}
}
@media screen and (max-width: 800px) {
	.archive #content .ast-container {
		grid-template-columns: 1fr;
    	grid-template-areas: "breadcrumb""header""filter""primary";
		padding-left: 25px;
    	padding-right: 25px;
	}
	.archive .widget-area #block-9 {
		display: none;
	}
	.archive .widget-area #block-10 {
		display: block;
	}
	.archive #content .ast-container .woocommerce-breadcrumb, .archive #content .ast-container .woocommerce-products-header {
		width: 100%;
	}
	.archive #content .ast-container .widget-area, .archive #content .ast-container #primary {
		width: 100%;
		padding-left: 0;
        margin-top: 10px;
	}
	.archive #content .ast-container .widget-area {
		margin: 0;
	}
}
@media screen and (max-width: 600px) {
	ul.products li.product .bottom-product-info .add-cart-block {
		flex-direction: column;
	}
	ul.products li.product .bottom-product-info .add-cart-block .compare-wish-block {
		padding-left: 0;
    	padding-bottom: 8px;
	}
}

/*Страница товара*/
.berocket_product_smart_compare {
	text-transform: capitalize !important;
}
.single-product .ast-article-single .top-info-block {
	margin-bottom: 50px;
}
.single-product .ast-article-single .berocket_product_smart_compare {
	padding: 7px 0;
    background: none;
    color: #010101;
	font-size: 1rem;
    font-weight: 500;
	width: max-content;
	float: right;
}
.single-product .ast-article-single .berocket_product_smart_compare:focus {
	border-style: none;
}
.single-product .ast-article-single .berocket_product_smart_compare .br_compare_button_text {
	text-decoration: underline dotted;
    text-underline-offset: 2px;
}
.single-product .ast-article-single .berocket_product_smart_compare .br_compare_button_text:hover {
	color: #E0701F;
}
.single-product .ast-article-single .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
	width: 50%;
    display: flex;
    align-items: end;
}
.single-product .ast-article-single .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button__label {
	text-decoration: underline dotted;
    text-underline-offset: 2px;
}
.single-product .ast-article-single .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg {
	width: 20px;
}
.single-product .ast-article-single .custom-share-btn img {
	width: 40px;
    padding: 4px;
    border: 1px solid;
    border-radius: 5px;
}
.single-product .ast-article-single .share-block {
	width: 100%;
    position: relative;
    left: 100px;
}
.single-product .ast-article-single .summary.entry-summary {
	text-align: end;
}
.single-product .ast-article-single .summary.entry-summary .price {
	border: 1px solid black;
    padding-left: 8px;
	padding-right: 8px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.single-product .ast-article-single .summary.entry-summary .cart {
	display: flex;
	justify-content: end;
}
.single-product .ast-article-single .summary.entry-summary .product_meta .sku_wrapper,
.single-product .ast-article-single .summary.entry-summary .product_meta .posted_in {
	display: none;
}
.single-product .ast-article-single .discount-coupon {
	float: right;
    margin-bottom: 40px;
	margin-top: 190px;
}
.single-product .ast-article-single .discount-coupon .discount-coupon_text {
	padding: 10px 10px 10px 10px;
    background-color: #CDD9E0;
    border-radius: 5px 5px 5px 5px;
	color: black;
}
.single-product .ast-article-single  {
	position: relative;
}
.single-product .compare-wish-block-product {
	width: 120px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 115px;
    right: 0;
}
.single-product .bottom-product-info .cart-functions .add-cart-block a.added_to_cart {
	margin-top: 4px !important;
    border-radius: 5px;
}
.cheaper-goods {
	width: 41%;
	float: right;
    border: 1px solid black;
    padding: 10px 20px;
    border-radius: 7px;
}
.cheaper-goods .top-block-cheaper {
	display: flex;
}
.cheaper-goods .top-block-cheaper .cheaper-goods-text {
	width: 76%;
}
.cheaper-goods .top-block-cheaper .cheaper-goods-text span {
	font-size: 18px;
}
.cheaper-goods .top-block-cheaper .cheaper-goods-text span:first-child {
	font-weight: 600;
	display: block;
}
.cheaper-goods .top-block-cheaper img {
	width: 90px;
}
.cheaper-goods .bottom-block-cheaper {
	text-align: center;
	margin-top: 10px;
}
.availability-in-stock {
	float: right;
    width: 41%;
    border: 1px solid black;
    border-radius: 7px;
    padding: 10px 20px 0 20px;
	margin-top: 20px;
	font-size: 16px;
}
.availability-in-stock .availability-status {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.availability-in-stock .availability-status .select-availability-status {
	font-size: 18px;
    font-weight: 600;
    background: #a3fea363;
    padding: 2px 10px;
    border-radius: 7px;
	color: #000000bf;
}
.availability-in-stock .receiving-goods p {
	margin-bottom: 5px;
	font-size: 17px;
	font-style: italic;
}
.availability-in-stock .receiving-goods .methods-of-obtaining > div span:first-child {
	margin-right: 8px;
	font-weight: 600;
}
.delivery-payment {
	width: 62%;
    display: flex;
    border: 1px solid black;
    padding: 20px 10px;
    border-radius: 5px;
	position: relative;
    top: 50px;
    margin-bottom: 50px;
}
.delivery-payment > div p {
	margin-bottom: 0.75em;
	font-size: 1.1em;
    font-weight: 600;
	color: black;
}
.delivery-payment > div div {
	margin-bottom: 5px;
}
.delivery-payment .delivery-block {
	width: 60%;
    margin-right: 20px;
	margin-left: 10px;
}
.delivery-payment .payment-block p {
	margin-bottom: 0.4em;
}
.delivery-payment i {
	color: #E0701F;
}
.single-product .woobt-wrap.woobt-layout-default {
	padding: 45px 0;
}
.single-product .woobt-wrap.woobt-layout-default .woobt-before-text.woobt-text {
	font-size: 20px;
    font-weight: 600;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .reviews_tab {
	display: none !important;
}
.single-product .woocommerce-product-attributes.shop_attributes {
	border: none !important;
}
.single-product .woocommerce-product-attributes.shop_attributes tbody {
	display: grid;
    grid-template-columns: 1fr 1fr;
	column-gap: 50px;
}
.single-product .woocommerce-product-attributes.shop_attributes tbody tr {
	border-bottom: 1px solid;
	min-height: 75px;
    display: flex;
    align-items: end;
}
.single-product .woocommerce-product-attributes.shop_attributes tbody tr th, .woocommerce-product-attributes.shop_attributes tbody tr td {
	border: none !important;
}
.single-product .brand-image-product {
	position: absolute;
    width: 110px;
    height: 110px;
    border: 2px solid #efefef;
    padding: 8px;
    border-radius: 5px;
	right: 0;
	transition-duration: 0.3s;
	display: flex;
    align-items: center;
	margin-top: 30px;
}
.single-product .brand-image-product:hover {
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.08);
}
.single-product .brand-image-product img {
	width: max-contant;
    height: max-contant;
}
.single-product .uagb-container-inner-blocks-wrap {
	flex-direction: column;
}
.textarea-product-cheaper-goods {
	height: 120px;
}
.single-product .rvpw-recently-view.products ul.products li.product .astra-shop-summary-wrap, 
.single-product .rvpw-recently-view.products .bottom-product-info {
	width: 100%;
}
.single-product #content .ast-container #primary {
	margin-top: 0;
}
.single-product #content .ast-container #primary .top-info-block .product_title {
	font-size: 26px;
    line-height: 35px;
    color: rgb(51, 51, 51);
    font-weight: 400;
}
.single-product .compare-wish-block-product .wishsuite-button {
	color: #405b7f;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
	margin-bottom: 4px;
}
.single-product .compare-wish-block-product .wishsuite-button svg {
	fill: #a3a3a3;
}
.single-product .compare-wish-block-product .wishsuite-button .wishsuite-btn-text, 
.single-product .compare-wish-block-product .br_compare_button .br_compare_button_text {
	text-decoration: underline dotted;
    text-underline-offset: 4px;
}
.single-product .compare-wish-block-product .br_compare_button {
	padding: 0 0 0 2px;
    background-color: #fff;
    color: #405b7f;
    display: flex;
	font-weight: 600;
    font-size: 15px;
}
.single-product .compare-wish-block-product .br_compare_button:hover {
	background-color: #fff;
	color: #405b7f;
}
.single-product .compare-wish-block-product .br_compare_button:focus {
	border: none;
}
.single-product .compare-wish-block-product .br_compare_button i:before {
	color: #a3a3a3;
}
.single-product .compare-wish-block-product .br_compare_button .fa-square-o:before {
	content: "\f066" !important;
    font-size: 15px;
}
@media (max-width: 1340px) {
	.single-product .bottom-product-info .cart-functions .add-cart-block {
		width: 100%;
	}
}
@media (min-width: 921px) and (max-width: 1100px) {
	.single-product .ast-article-single .summary.entry-summary .price {
		font-size: 18px;
	}
}
@media (max-width: 921px) {
	.single-product .ast-article-single .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
		width: 100%;
	}
	.single-product .ast-article-single .share-block {
		bottom: 20px;
		left: 0;
	}
	.single-product .ast-article-single .discount-coupon {
		float: none;
		margin-top: 10px;
	}
	.single-product .ast-article-single .discount-coupon .discount-coupon_text {
		padding: 5px;
	}
	.cheaper-goods {
		width: 70%;
	}
	.availability-in-stock {
		width: 70%;
	}
	.delivery-payment {
		width: 100%;
	}
	.single-product .woobt-wrap.woobt-layout-default.woobt-wrap-8146.woobt-wrap-responsive .woobt-before-text.woobt-text {
		font-size: 16px;
	}
	.single-product .woocommerce-product-attributes.shop_attributes tbody {
		grid-template-columns: 1fr;
	}
	.single-product .woocommerce-product-attributes.shop_attributes tbody tr {
		min-height: 48px;
	}
	.single-product .related .products {
		grid-template-columns: 1fr 1fr !important;
	}
	.single-product .compare-wish-block-product {
		position: relative;
    	top: 0;
		margin-bottom: 20px;
	}
	.single-product .brand-image-product {
		position: relative;
		margin-bottom: 30px;
	}
}
@media (max-width: 596px) {
	.cheaper-goods {
		width: 100%;
		padding: 8px;
	}
	.cheaper-goods .top-block-cheaper .cheaper-goods-text span {
		font-size: 13px;
	}
	.cheaper-goods .top-block-cheaper img {
		width: 65px;
	}
	.availability-in-stock {
		width: 100%;
		font-size: 12px;
	}
	.availability-in-stock .availability-status .select-availability-status {
		font-size: 15px;
	}
	.availability-in-stock .receiving-goods p {
		font-size: 13px;
	}
	.delivery-payment {
		flex-direction: column;
	}
	.delivery-payment .delivery-block {
		width: 100%;
		margin-right: 0px;
		padding-right: 10px;
	}
	.delivery-payment .payment-block {
		margin-left: 10px;
    	margin-top: 20px;
	}
	.delivery-payment > div div {
		margin-bottom: 4px;
    	font-size: 12px;
	}
}
@media (max-width: 500px) {
	.single-product .ast-article-single .summary.entry-summary .price {
		font-size: 19px;
    	text-align: center;
	}
}
@media (max-width: 382px) {
	.single-product .ast-article-single .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
		align-items: center;
	}
	.single-product .ast-article-single .berocket_product_smart_compare {
		float: none;
		margin-left: 37%;
		margin-bottom: 10px;
	}
	.single-product .ast-article-single .share-block {
		width: 100%;
		position: unset;
		text-align: center;
		margin-bottom: 30px;
	}
	.single-product .ast-article-single .custom-share-btn img {
		width: 32px;
	}
	.single-product .ast-article-single .discount-coupon {
		margin-bottom: 20px;
    	margin-top: 20px;
	}
	.single-product .compare-wish-block-product {
		width: 100%;
	}
	.single-product .compare-wish-block-product .wishsuite-button {
		justify-content: center;
	}
	.single-product .compare-wish-block-product .berocket_product_smart_compare {
		width: 100%;
		display: flex;
		margin-left: 0;
		margin-right: 0;
		justify-content: center;
	}
	.single-product .brand-image-product {
		width: 100%;
	}
}
