.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: url(http://my.test-42.ru/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: url(http://my.test-42.ru/wp-content/uploads/2021/07/page-title-shop.jpg);
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
	background-image: none;
}

:root{
--wd-text-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:rgb(0,0,0);
--wd-text-font-size:16px;
}
:root{
--wd-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:rgb(0,0,0);
}
:root{
--wd-entities-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:rgb(0,0,0);
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Montserrat", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:rgb(0,0,0);
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title{
	font-weight: 600;
}

:root{
--wd-primary-color:rgb(183,28,28);
}
:root{
--wd-alternative-color:rgb(51,122,183);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:rgb(183,28,28);
}
:root{
--btn-default-bgcolor-hover:rgb(183,62,62);
}
:root{
--btn-shop-bgcolor:rgb(183,28,28);
}
:root{
--btn-shop-bgcolor-hover:rgb(183,62,62);
}
:root{
--btn-accent-bgcolor:rgb(183,28,28);
}
:root{
--btn-accent-bgcolor-hover:rgb(183,80,80);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #fff;
		
					--btn-default-color-hover: #fff;
		
					--btn-shop-color: #fff;
		
					--btn-shop-color-hover: #fff;
		
					--btn-accent-color: #fff;
		
					--btn-accent-color-hover: #fff;
		
					
			
							--btn-default-brd-radius: 35px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
			
					
					
			
							--btn-shop-brd-radius: 35px;
				--btn-shop-box-shadow: none;
				--btn-shop-box-shadow-hover: none;
			
					
					
			
							--btn-accent-brd-radius: 35px;
				--btn-accent-box-shadow: none;
				--btn-accent-box-shadow-hover: none;
			
					
							
					--wd-brd-radius: 0px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-width: 1222px;
		}
	
			@media (min-width: 1222px) {
			[data-vc-full-width]:not([data-vc-stretch-content]) {
				padding-left: calc((100vw - 1222px - var(--wd-scroll-w)) / 2);
				padding-right: calc((100vw - 1222px - var(--wd-scroll-w)) / 2);
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//alsokem.ru/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=7.0.2") format("woff2");
}

/* Контейнер */
.horizontalForm {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc( -20px/2 );
    margin-right: calc( -20px/2 );
    align-items: flex-end;
    row-gap: 15px;
    margin-bottom: 40px;
	    width: 100%;
}
/* Поля */
.horizontalField {
    width: 50%;
}
/* Кнопка */
.formSubmit {
    width: 50%
}
.wpcf7-submit {
    width: 100%
}
.horizontalField, .formSubmit {
    padding-right: calc(20px/2);
    padding-left: calc(20px/2);
	width: 100%;
}
.horizontalField input, .horizontalField label,
[data-name="acceptance"]
{
    width: 100%
}
/* Подтверждение */
.wpcf7-list-item {
    margin-left: 10px
}
/* Спиннер */
.wpcf7-spinner {
    display: none;
}
/* Ошибка валидации */
.wpcf7-not-valid-tip {
    position: absolute;
    top: -38px;
    right: 0
}
input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid {
    border-color: #dc3232
}
@media (max-width: 800px) {
    .horizontalForm {
        flex-direction: column
    }
    
    .horizontalField, .formSubmit {
        width: 100%
    }
    
    .formSubmit {
        order: 1
    }
}
.wd-toolbar {
	    display: none!important;
}
/*фиксированое меню*/
.whb-sticky-shadow+.whb-clone .whb-row {
position: fixed;
    width: 100%;
}
.forms_boot {
	background: #b71c1c;
    color: #fff;
}
.forms_boot:hover {
	background: #b71c1c;
    color: #fff;
}
li::marker {
   color: #b71b1c;
}
/*скрыл корзину*/
.single_variation_wrap {
	display: none!important;
}
/*скрыл очистить вариацию*/
.wd-reset-var{
display: none!important;	
}
/*скрыл кнопку корзина на главной*/
.wd-hover-fw-button .wd-add-btn {
	display: none!important;	
}