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

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(73,73,73);
	--wd-text-font-size: 16px;
	--wd-title-font: "Roboto Mono", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: uppercase;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto Mono", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(232,166,53);
	--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: rgb(232,166,53);
	--btn-accented-bgcolor-hover: rgb(232,166,53);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(232,166,53);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://betaplast.ru/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: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(0,0,0);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Roboto Mono", Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.page .main-page-wrapper {
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 40px;
	--wd-arrow-icon-size: 36px;
}
.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: 12px;
}

@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);
}
}


.wd-ordering-mb-icon {
	display: none;
}
.wd-back-btn {
	display: none;
}
.betaplast-fp .wd-entities-title {
	display: none;
}
.wd-hover-alt .wd-gallery-item img {
    opacity: .8;
    filter: grayscale(100%);
}
.wd-hover-alt .wd-gallery-item img:hover {
    opacity: 1;
    filter: grayscale(0%);
}
.description_tab .wd-nav-link {
		display: none;
}
.summary-inner .product_meta {
	font-size: 95%;
}
.woocommerce-product-gallery img,
.wd-product :is(.product-image-link,.hover-img) img {
    border: solid 3px #fbbc34;
    border-radius: 12px;
		transition: opacity 1s;
}
.wd-product :is(.product-image-link, .hover-img) img:hover {
		opacity: 0.9;
}
.page-title .title {
    font-size: 50px;
}
.product_title {
    font-weight: 700;
    font-size: 28px;
}
.tax-product_cat .entry-title {
    font-weight: 400;
    max-width: 76%;
    font-size: 50px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
}
.page-title .container>* {
    margin-bottom: 20px;
}
.wd-gallery-thumb .wd-with-video:before {
    width: 2.3em !important;
    height: 2.3em !important;
    border-radius: 16% !important;
		color: #fff !important;
		background-color: #fbbc34 !important;
}
.wd-action-btn.wd-style-icon-bg-text>a {
    border-radius: 8px;
}
.wd-action-btn.wd-style-icon-bg-text {
    --icon-bg-size: 42px;
}
.wd-video-actions .wd-play-video.wd-style-icon-bg-text>a {
    border-radius: 16%!important;
		color: #ffffff;
		background-color: #fbbc34 !important;
}
.woocommerce-breadcrumb a, .yoast-breadcrumb a {
    text-transform: uppercase;
    font-size: 13px;
}
.woocommerce-breadcrumb a:hover {
		color: #fbbc34;	
}
.woocommerce-breadcrumb .breadcrumb-last, .yoast-breadcrumb .breadcrumb_last {
    text-transform: uppercase;
    font-size: 13px;
}
.product_meta .meta-label {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.product_meta a {
    color: #777777;
    text-transform: uppercase;
    font-size: 13px;
}
.product_meta a:hover {
		color: #fbbc34;
}
.woocommerce-product-gallery .product-labels.labels-rounded .product-label {
    min-width: 55px;
    min-height: 35px;
}
.product-labels.labels-rounded .product-label {
    padding: 5px 10px;
    border-radius: 10px;
}
.product-labels.labels-rounded .product-label {
    padding: 5px 7px;
    min-height: 35px;
    border-radius: 6px;
}
.product-label.new {
    background-color: var(--wd-primary-color);
}@media (min-width: 1025px) {
	.wd-ordering-mb-icon {
	display: none;
}
.wd-back-btn {
	display: none;
}
.betaplast-fp .wd-entities-title {
	display: none;
}
.tax-product_cat .entry-title {
	  font-weight: 400;
    max-width: 76%;
	  font-size: 50px;
}
.title-size-default {
    --wd-title-sp: 70px;
    --wd-title-font-s: 78px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.wd-ordering-mb-icon {
	display: none;
}
.wd-back-btn {
	display: none;
}
.betaplast-fp .wd-entities-title {
	display: none;
}
.wd-accordion-title-text {
	display: none;
}
.page-title .container>* {
    margin-bottom: 20px;
}
.tax-product_cat .entry-title {
		margin: 20px auto;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.shop-loop-head, .wd-ordering-mb-icon {
	display: none;
}
.wd-back-btn {
	display: none;
}
.betaplast-fp .wd-entities-title {
	display: none;
}
.wd-accordion-title-text {
	display: none;
}
.tax-product_cat .entry-title {
		margin: 20px auto;
}
}

@media (max-width: 576px) {
	.shop-loop-head, .wd-ordering-mb-icon {
	display: none;
}
.wd-back-btn {
	display: none;
}
.betaplast-fp .wd-entities-title {
	display: none;
}
.wd-accordion-title-text {
	display: none;
}
.page-title .title {
   font-size:26px;
}
.title-size-default {
    --wd-title-sp: 70px;
    --wd-title-font-s: 78px;
}
.wd-products-nav {
		display: none;
}
.page-title .container>* {
    margin-bottom: 20px;
}
.tax-product_cat .entry-title {
		max-width: 90%;
		margin: 20px auto;
		font-size: 32px;
}
.produst_title {
	font-size: 24px;
}
.single-breadcrumbs-wrapper .wd-products-nav, .wd-products-nav {
	display: none;
}
.wd-hover-alt .wd-gallery-item img {
    opacity: 1;
    filter: grayscale(0%);
}
}

