@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//buys.am/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://buys.am/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://buys.am/wp-content/uploads/2021/07/page-title-shop.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* BUYS.AM footer — компактный, с фоном на всю ширину браузера */
.buys-footer-strip {
	background: #F7F7F7 !important;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 14px 0 8px !important;
	position: relative;
}

.buys-footer-inner {
	width: 96%;
	margin: 0 auto;
	display: grid !important;
	grid-template-columns: 18% 28% 24% 30% !important;
	gap: 10px !important;
	align-items: start !important;
}

.buys-footer-col {
	min-width: 0;
}

.buys-footer-col--logo {
	padding-top: 2px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.buys-footer-logo {
	display: inline-block;
	margin-bottom: 2px;
}

.buys-footer-logo img {
	display: block;
	width: 100%;
	max-width: 130px;
	height: auto;
}

.buys-footer-title {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	color: #222;
}

.buys-footer-links {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.buys-footer-links a,
.buys-footer-contact a {
	color: #555;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.3;
	transition: color .2s ease;
}

.buys-footer-links a:hover,
.buys-footer-contact a:hover {
	color: #111;
	text-decoration: none;
}

.buys-footer-phone {
	margin: 0 0 4px;
	font-size: 13px;
	line-height: 1.3;
	color: #222;
}

.buys-footer-phone strong {
	font-weight: 600;
}

.buys-footer-contact {
	font-size: 13px;
	line-height: 1.3;
	color: #555;
}

@media (max-width: 1100px) {
	.buys-footer-strip {
		padding: 16px 0 10px !important;
	}

	.buys-footer-inner {
		width: 95%;
		grid-template-columns: 1fr 1fr !important;
		gap: 14px !important;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	.buys-footer-strip {
		padding: 14px 0 10px !important;
	}

	.buys-footer-inner {
		width: 96%;
		grid-template-columns: 20% 27% 23% 30% !important;
		gap: 8px !important;
	}


	.buys-footer-logo img {
		max-width: 110px;
	}

	.buys-footer-title {
		margin: 0 0 5px;
		font-size: 13px;
		line-height: 1.2;
	}

.buys-footer-links {
		gap: 2px;
	}
	
	.buys-footer-links a,
	.buys-footer-contact a,
	.buys-footer-phone {
		font-size: 12px;
		line-height: 1.25;
	}
}

@media (max-width: 767px) {
	.buys-footer-strip {
		padding: 14px 0 10px !important;
	}

	.buys-footer-inner {
		width: 94%;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	.buys-footer-logo img {
		max-width: 120px;
	}

	.buys-footer-title {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.buys-footer-links a,
	.buys-footer-contact a,
	.buys-footer-phone {
		font-size: 12px;
		line-height: 1.3;
	}
}