@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mobich.in.ua/wp-content/themes/woodmart/fonts/woodmart-font-3-400.woff2?v=8.3.9") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Open Sans", 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: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 13px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(25,170,214);
	--wd-alternative-color: rgba(26,198,224,0.2);
	--btn-default-bgcolor: rgb(225,235,255);
	--btn-default-bgcolor-hover: rgba(30,115,190,0.22);
	--btn-default-color: rgb(25,170,214);
	--btn-default-color-hover: rgb(221,153,51);
	--btn-accented-bgcolor: rgb(25,170,214);
	--btn-accented-bgcolor-hover: rgb(221,153,51);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(221,51,51);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(255,255,255);
	--wd-bordered-bg:rgb(255,255,255);
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 575px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.page .wd-page-content {
	background-color: rgba(30,115,190,0.14);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgba(30,115,190,0.14);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgba(30,115,190,0.14);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgba(30,115,190,0.14);
	background-image: none;
}
html .wd-buy-now-btn {
	color: rgb(255,255,255);
	background: rgb(48,48,48);
}
html .wd-buy-now-btn:hover {
	color: rgb(255,255,255);
	background: rgb(95,158,44);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(130,36,227);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 5px;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

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


.wd-page-title {
background-color: rgb(28,97,231);
}

#wp-admin-bar-vc_inline-admin-bar-link, #wp-admin-bar-villatheme {
	display: none;
}
.single-product-page .product-image-summary-inner {
  position: relative;
}
.single-product-page .product-image-summary-inner .woocommerce-product-gallery::after {
  content: "✓ в наявності";
  position: absolute;
	top:3px;
	left:-5px;
	color: #ffffff;
	background: #00c713;
	padding:0 7px;
	font-size:14px;
	border-radius:10px;
	z-index:100;
}
.single-product-page.onbackorder .product-image-summary-inner .woocommerce-product-gallery::after {
  position: absolute;
	content: "→ на замовл.3-14днів";
	position: absolute;
	top:6px;
	left:-5px;
	transform: rotate(-9deg);
	color: #fcf767;
	background: #aa50d4;
	padding:0 3px;
	font-size:14px;
}
.single-product-page.outofstock .product-image-summary-inner .woocommerce-product-gallery::after {
	content: "";
	background: transparent;
}

.wd-products .wd-product {
  position: relative;
}
.wd-products .wd-product::after {
  content: "✓ в наявності";
  position: absolute;
	top:3px;
	left:0px;
	color: #ffffff;
	background: #00c713;
	transform: rotate(-7deg);
	padding:0px 3px 2px 3px;
	font-size:11px;
	z-index:100;
	border-radius:5px;
}
.wd-products .wd-product.onbackorder::after {
  position: absolute;
	content: "→ на замовл.3-14днів";
	position: absolute;
	top:3px;
	left:0px;
	transform: rotate(-7deg);
	color: #fcf767;
	background: #aa50d4;
	padding:0 3px;
	font-size:12px;
	z-index:100;
	border-radius:5px;
}
.home .wd-products .wd-product::after {
  top:0px;
	left:-5px;
}
.home .wd-products .wd-product.onbackorder::after {
  top:0px;
	left:-5px;
}

.single-product-page.product_tag-b-u .woocommerce-product-gallery__image::before {
	content: "";
	background: url(https://mobich.in.ua/wp-content/uploads/2023/b-u-left-label.svg) top center;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 10px;
	left: -3px;
	z-index: 1;
}
.archive.tax-product_cat .product.product_tag-b-u::before, .home .product.product_tag-b-u::before, .post-type-archive .product_tag-b-u .product-wrapper::before, .owl-item .product.product_tag-b-u::before {
  content: "";
	background: url(https://mobich.in.ua/wp-content/uploads/2023/b-u-left-label.svg) top center;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 35px;
	left: 8px;
	z-index: 1;
}
.home .wd-product.product_tag-b-u::before {
	top: 17px;
	left: -1px;
	width: 25px;
	height: 25px;
}
.post-type-archive .product_tag-b-u .product-wrapper::before, .archive.tax-product_cat .product.product_tag-b-u::before {
	left: -1px;
}
.wcus-checkout-fields {
		margin-top: 30px;
		margin-bottom: 10px;
    border-left: 5px solid #363636;
    border-right: 5px solid #363636;
    border-bottom: 5px solid #363636;
    border-radius: 5px 5px 5px 5px; /* Встановлюємо бордер-радіус тільки для нижнього бордера */
}
.wcus-checkout-fields h3 {
    position: relative;
    background-color: #363636;
    color:#ffffff;
    padding: 10px 70px 10px 10px;
    margin: 0px -5px 0px -5px;
    font-weight: bold;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
}
.wcus-checkout-fields h3::after {
    position: absolute;
    top: 7px;
    right: 5px;
    content: "";
    background: url(https://mobich.in.ua/wp-content/uploads/nova_poshta_rzt_ukrpost200.jpg) no-repeat top right / cover;
    width: 185px;
    height: 45px;
    z-index: 100;
	  box-shadow: -2px -4px 4px 0px rgba(0, 0, 0, .2);
}
#wcus-shipping-cost {position: relative;}
#wcus-shipping-cost::after {
    position: absolute;
    top: -1px;
    left: -60px;
    content: "";
    background: url(https://mobich.in.ua/wp-content/uploads/nova_poshta20.jpg) no-repeat top right / cover;
    width: 55px;
    height: 20px;
    z-index: 100;
}
#shipping_method.woocommerce-shipping-methods li:nth-child(2), #shipping_method.woocommerce-shipping-methods li:nth-child(3) {
	position: relative;
}
.woocommerce-cart.woocommerce-page #shipping_method.woocommerce-shipping-methods li:nth-child(2)::after {
    position: absolute;
    top: -1px;
    right: 255px;
    content: "";
    background: url(https://mobich.in.ua/wp-content/uploads/rozetka_logo30.png) no-repeat top right / cover;
    width: 20px;
    height: 20px;
    z-index: 100;
}
@media (max-width: 1024px) {
	.woocommerce-cart.woocommerce-page #shipping_method.woocommerce-shipping-methods li:nth-child(2)::after {
		right: 305px !important;
	}
}
@media (max-width: 768px) {
	.woocommerce-cart.woocommerce-page #shipping_method.woocommerce-shipping-methods li:nth-child(2)::after {
		left: 305px !important;
	}
	.woocommerce-checkout.woocommerce-page #wcus-shipping-cost::after {
		left: -65px; !important;
	}
	.woocommerce-cart.woocommerce-page #wcus-shipping-cost::after {
		left: 95px; !important;
	}
	.woocommerce-cart.woocommerce-page #shipping_method.woocommerce-shipping-methods li:nth-child(3)::after {
		left: 100px !important;
	}
}
@media (max-width: 474px) {
	.woocommerce-checkout.woocommerce-page #shipping_method.woocommerce-shipping-methods li:nth-child(2)::after {
			right: 255px !important;
	}
}
@media (max-width: 424px) {
	.woocommerce-checkout.woocommerce-page #shipping_method.woocommerce-shipping-methods li:nth-child(2)::after {
			right: 185px !important;
	}
}
.woocommerce-checkout.woocommerce-page #shipping_method.woocommerce-shipping-methods li:nth-child(2)::after {
    position: absolute;
    top: -1px;
    right: 305px;
    content: "";
    background: url(https://mobich.in.ua/wp-content/uploads/rozetka_logo30.png) no-repeat top right / cover;
    width: 20px;
    height: 20px;
    z-index: 100;
}
.woocommerce-cart.woocommerce-page #shipping_method.woocommerce-shipping-methods li:nth-child(3)::after {
    position: absolute;
    top: -3px;
    right: 100px;
    content: "";
    background: url(https://mobich.in.ua/wp-content/uploads/2025/03/logo_ukrpost.png) no-repeat top right / cover;
    width: 18px;
    height: 22px;
    z-index: 100;
}
.woocommerce-checkout.woocommerce-page #shipping_method.woocommerce-shipping-methods li:nth-child(3)::after {
    position: absolute;
    top: -3px;
    right: 100px;
    content: "";
    background: url(https://mobich.in.ua/wp-content/uploads/2025/03/logo_ukrpost.png) no-repeat top right / cover;
    width: 18px;
    height: 22px;
    z-index: 100;
}
.woocommerce-billing-fields {
	display: flex;
	flex-direction: column;
}

.wd-product-stock.stock.wd-style-default.available-on-backorder, .wd-product-stock.stock.wd-style-default.in-stock, .wd-product-stock.stock.wd-style-default.out-of-stock {
	display:none;
}

.woocommerce-checkout>.checkout-order-review {
	background-color: rgb(255,255,255);
}
#order_review .wd-table-wrapper {
	border: 2px dotted rgba(0, 0, 0, 0.15);
}
.cart-totals-section {
	background-color: rgb(255,255,255);
	box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.2);
	border-radius:10px;
}
.cart-content-wrapper>.cart_totals .cart-totals-inner {
	background-color: rgb(255,255,255);
	box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.2);
}
.woocommerce-order-details {
	background-color: rgb(255,255,255);
	box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.1);
	padding: 30px 30px 10px 30px;
	margin-bottom: 30px;
}
.wc_payment_methods p, .wd-checkout-prod-title {
	font-size:12px;
	line-height:1.2em;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text, .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
	font-size:12px;
	line-height:1.2em;
}
.woocommerce-checkout > .checkout-order-review {
	background: #ffffff;
	box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.1);
}
.customer-details label {
	padding-left:15px;
}
.woocommerce-additional-fields {
	margin-top:40px;
}
.woocommerce-additional-fields label{
	display:none;
}
.wpb_wrapper #wd-635abb483eda7 {
	padding-left:15px;
}
#wpcf7-f26-p31-o1 input.wpcf7-submit {
	border-radius: 30px;
	margin-left:15px;
}
.featured.product-label {
	font-size:16px;
}
.single-product-page .stock.in-stock, .single-product-page .stock.available-on-backorder {
	font-size:12px;
}
.single-product-page .woocommerce-product-details__short-description {
	font-size:14px;
	line-height:1.3em;
}
.single-product-page .widget.sidebar-widget.woocommerce .wd-entities-title {
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Обмеження до 3 рядків */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 4.5em; /* Враховуючи line-height: 1.5em */
	line-height: 1.5em; /* Висота рядка */
}
.woocommerce-mini-cart-item.mini_cart_item .cart-info .wd-entities-title, .woocommerce-mini-cart-item.mini_cart_item .cart-info .wd-product-sku{
	font-size:12px;
}
.page-title-default {
	background-color: #128aae;
}

@media (min-width: 768px) {
  .ts-columns.description-detail.ts-columns-2 {
    display: flex;
		justify-content:space-between;
  }
	.ts-columns.description-detail.ts-columns-2 .ts-item {
		flex:100%;
	}
}
.ts-columns.description-detail.ts-columns-2 h6 {
	text-align:center;
}
.ts-columns.description-detail.ts-columns-2 li {
	list-style:none;
}
.ts-columns.description-detail.ts-columns-2 li img {
	width:15px;
	height:15px;
}
#respond #reply-title.comment-reply-title {
	padding: 5px 15px;
	font-size:12px;
	line-height: 1.3em;
	text-transform: none;
	color: gray;
	background:#f7f7f7;
	border-radius:30px;
}
#commentform .wcpr-form-description {
	padding: 0px 25px;
	font-size:17px;
	line-height: 1.2em;
	color:#19aad6;
}
#commentform .comment-form-rating {
	padding: 15px 15px;
	font-size:17px;
	margin: 20px 10px 0px 10px;
	background:#dfebf6;
	border-radius:30px;
	display: inline-block;
}
#commentform .comment-form-rating  .stars a {
	width: calc(var(--wd-text-font-size) + 5px);
}
#commentform .comment-form-rating  .stars a:before {
	font-size:19px;
}
#commentform .comment-form-comment label, #commentform .wcpr-comment-form-images label{
	padding: 0px 15px;
	margin-top:10px;
	font-size:12px;
	line-height: 1.3em;
	color: gray;
}
#commentform .wcpr_image_upload_button.button{
	border-radius:30px;
}
.single-breadcrumbs-wrapper .woocommerce-breadcrumb {
	font-size:12px;
}
.copyrights-wrapper {
	font-size:12px;
}
.order-total th {
	vertical-align:top;
}
.cart-totals-inner tr.cart-discount th, .woocommerce-checkout-review-order-table tr.cart-discount th {
	text-transform: uppercase;
	padding: 3px;
	background: #ffdf94;
	font-size:12px;
}
.login.woocommerce-form.woocommerce-form-login p, form.checkout_coupon.woocommerce-form-coupon{
	font-size:12px;
	line-height: 1.3em;
}
.login.woocommerce-form.woocommerce-form-login .woocommerce-FormRow label {
	font-size:14px;
	padding-left:15px;
}
.commentlist .comment-text {display:block;}
.woocommerce-Reviews .comment-text .description {flex: none;}
.commentlist .comment-text .kt-reviews-image-container {margin-bottom: 5px;}
.kt-wc-reviews-images-wrap-wrap {justify-content: flex-start;}
.kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap .reviews-images-item .review-images {
	height: 100% !important;
}
.widget-area {font-size:12px;}
.woocommerce-Reviews .comment-form .comment-form-author label, .woocommerce-Reviews .comment-form .comment-form-email label {
	padding-left:15px;
}
.woocommerce-Reviews .comment-form .comment-notes {
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	font-size:12px;
	line-height:1.1em;
}
.product.outofstock::after, .outofstock .product-images-inner::after {
	display:none;
}

.vc_custom_1654852925026 {
	background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 20px;
}
.woocommerce-checkout-review-order-table {
	background-color: #fafafa;
}
form.woocommerce-checkout input.input-text {
	background-color: #fafafa;
}
.wd-wtl-form label span {
	font-size:10px !important;
}
.wd-wtl-form label {
    margin-top: 10px !important;
}
.wd-wtl-form h4 {
 margin-bottom:5px !important;
}
.wd-wtl-form {
	border: 2px solid rgba(221,51,51,0.33) !important;
	background-color: #fffaf0 !important;
}
.woocommerce-billing-fields #billing_country_field {
	display:none;
}
.cart-content-wrapper>.cart-totals-section .cart-totals-inner {
	border:none;
}

.greenvision_table {
    width: 100%; /* Займає всю ширину контейнера */
    border-collapse: collapse; /* Видаляє проміжки між межами */
    font-size: 11px; /* Зменшений розмір шрифту */
    line-height: 1.2em; /* Компактна висота рядків */
    color: #333; /* Темний текст для кращої читабельності */
}
.greenvision_table th {
    background-color: #f5f5f5; /* Світло-сірий фон для заголовків */
    text-align: left; /* Текст вирівняний по лівому краю */
    padding: 4px 6px; /* Внутрішні відступи для заголовків */
		font-size: 12px; /* Зменшений розмір шрифту */
    line-height: 1.2em; /* Компактна висота рядків */
    border: 1px solid #ddd; /* Межі навколо заголовків */
		text-transform: none;
}
.greenvision_table td {
    padding: 4px 6px; /* Менші відступи для компактності */
    border: 1px solid #ddd; /* Межі для кожної комірки */
    vertical-align: top; /* Текст вирівняний по верхньому краю */
}
.greenvision_table tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* Світло-сірий фон для кожного другого рядка */
}
.greenvision_table tbody tr:nth-child(odd) {
    background-color: #fff; /* Білий фон для решти рядків */
}
.greenvision_table tbody tr:hover {
    background-color: #e9f3ff; /* Блакитний фон при наведенні */
}
.greenvision_table td:first-child {
    font-weight: bold; /* Виділення перших колонок для кращої структури */
    color: #555; /* Темно-сірий колір для першої колонки */
}
.greenvision_table .description {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1em;
    display: block;
    margin-top: 5px;
    color: #666; /* Приємний сірий колір для додаткової інформації */
}
table.table-data-sheet td {
	padding: 4px 12px;
}
.post-type-archive .wd-product-countdown.wd-timer.wd-style-standard span.wd-timer-days, .post-type-archive .wd-product-countdown.wd-timer.wd-style-standard span.wd-timer-hours, .post-type-archive .wd-product-countdown.wd-timer.wd-style-standard span.wd-timer-min, .post-type-archive .wd-product-countdown.wd-timer.wd-style-standard span.wd-timer-sec {
	font-size:13px;
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
}
.single-product .wd-product-countdown.wd-timer.wd-style-standard span.wd-timer-days, .single-product .wd-product-countdown.wd-timer.wd-style-standard span.wd-timer-hours, .single-product .wd-product-countdown.wd-timer.wd-style-standard span.wd-timer-min, .single-product .wd-product-countdown.wd-timer.wd-style-standard span.wd-timer-sec {
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
}
.tax-product_cat .wd-product-countdown.wd-timer.wd-style-standard span.wd-timer-days, .tax-product_cat .wd-product-countdown.wd-timer.wd-style-standard span.wd-timer-hours, .tax-product_cat .wd-product-countdown.wd-timer.wd-style-standard span.wd-timer-min, .tax-product_cat .wd-product-countdown.wd-timer.wd-style-standard span.wd-timer-sec {
	font-size:13px;
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
}
h5.widget-title {
    display: inline-block;
    position: relative;
}

h5.widget-title::before {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 0px;
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg, #FFA500, #FFD700, #FFB900);
    z-index: 0;
    opacity: 0.33;
    border-radius: 2px;
}
#description-import .row, #opis-import .row {
	display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 2% 0;
}
#description-import .half, #opis-import .half {
	flex: 1 1 0%;
}
#description-import .full, #opis-import .full {
  margin-right: 0 !important;
}
#description-import img, #opis-import img {
  padding-right: 15px;
}
.wd-sticky-btn .wd-sticky-btn-cart .woopayment-methods-info, .wd-sticky-btn .wd-sticky-btn-cart .laptop-options-checkbox, .wd-sticky-btn .wd-sticky-btn-cart .prynter-options-checkbox{
	display:none;
}
.wd-content-area:not([style*="col-lg:12;"]) .product-tabs-wrapper {
    background-color: white !important;
}
.wholesale-coupon-info {
	margin-top: 15px;
	padding: 10px 15px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 13px;
	color: #333;
}
.wholesale-coupon-info p {
	margin: 0;
}
.wholesale-coupon-info strong {
	color: #0073aa;
}
.wholesale-coupon-info span {
	color: #0073aa;
	background-color: #ffde5d;
	border-radius: 3px;
	padding: 1px 3px;
	font-weight: bold;
}
.wholesale-coupon-info p.coupon-info-label5 {
	position: relative;
}
.wholesale-coupon-info p.coupon-info-label5::before {
	position: absolute;
	bottom: -10px;
  right: -38px;
	content: "";
	background: url(https://mobich.in.ua/wp-content/uploads/discount5.png) no-repeat top right / cover;
	width: 61px;
	height: 34px;
}
.wholesale-coupon-info p.coupon-info-label10 {
	position: relative;
}
.wholesale-coupon-info p.coupon-info-label10::before {
	position: absolute;
	top: -30px;
  right: -38px;
	content: "";
	background: url(https://mobich.in.ua/wp-content/uploads/discount5-10.png) no-repeat top right / cover;
	width: 75px;
	height: 54px;
}
.wc_payment_method.payment_method_novapay label {position: relative;}
.wc_payment_method.payment_method_novapay label::after {
    position: absolute;
    top: 0px;
    right: -85px;
    content: "";
    background: url(https://mobich.in.ua/wp-content/uploads/nova_pay.png) no-repeat top right / cover;
    width: 78px;
    height: 18px;
}
.billing_middle_name_display .optional {display:none;}
.widget .product-categories .count {
	padding-inline-start: 3px !important;
	padding-inline-end: 3px !important;
}

.single_add_to_cart_button {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.single_add_to_cart_button::before,
.single_add_to_cart_button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translateX(-100px) skewX(-15deg); /* Початкова позиція зі зміщенням */
}

/* ::before — ширший спалах з розмиттям */
.single_add_to_cart_button::before {
    width: 30px;
    background: rgba(255, 255, 255, 0.9);
    filter: blur(20px);
    opacity: 0.9;
    animation: cart_button_pulseblob 5s linear infinite; /* Цикл 5 секунд */
}

/* Анімація для періодичного спалаху */
@keyframes cart_button_pulseblob {
    0% {
        transform: translateX(-100px) skewX(-15deg); /* Початок зліва */
        opacity: 0.7;
    }
    8% {
        transform: translateX(300px) skewX(-15deg); /* Рух направо */
        opacity: 1;
    }
    15% {
        transform: translateX(300px) skewX(-15deg); /* Завершення активної анімації */
        opacity: 0.7;
    }
    100% {
        transform: translateX(-100px) skewX(-15deg); /* Повернення в початкову позицію для наступного циклу */
        opacity: 0.5;
    }
}

.wd-buy-now-btn {
    overflow: hidden;
    z-index: 1;
}

.wd-buy-now-btn::before,
.wd-buy-now-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px; /* Початковий розмір кола */
    height: 30px;
    background: rgba(255, 255, 255, 0.15); /* Рожевий з твого прикладу */
    border-radius: 50%;
    transform: translate(-50%, -50%); /* Центрування */
    z-index: -1;
    animation: buy_now_pulseblob 1s linear 1s infinite; /* Твої параметри */
}

.wd-buy-now-btn::after {
    background: rgba(255, 255, 255, 0); /* Трохи прозоріший */
    animation-delay: -0.5s; /* Зсув для другого кола, як у прикладі */
}

@keyframes buy_now_pulseblob {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
				filter: blur(1px); /* Розмиття на початку */
    }
    100% {
        transform: translate(-50%, -50%) scale(3); /* Розширення в межах кнопки */
        opacity: 0;
				filter: blur(1px); /* Розмиття на початку */
    }
}
.wd-sticky-btn .wd-sticky-btn-cart .extended-warranty-checkbox, .wd-sticky-btn .wd-sticky-btn-cart .woopayment-methods-info, .wd-sticky-btn .wd-sticky-btn-cart .laptop-options-checkbox, .wd-sticky-btn .wd-sticky-btn-cart .prynter-options-checkbox {
	display:none;
}

.device-use-desc-table {
  overflow-x: auto;
  margin: 20px 0;
}

.device-use-desc-table table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
}

.device-use-desc-table thead th {
  background: var(--glass);
  text-align: left;
  padding: 14px;
  font-weight: 700;
  font-size: 13px;
}

.device-use-desc-table tbody td {
  padding: 14px;
  border-top: 1px solid var(--table-border);
  vertical-align: top;
  font-size: 13px;
  color: #8d8e73;
}

@media (max-width: 720px) {
  .device-use-desc-table {
    margin: 0 -16px;
    overflow-x: auto;
  }

  .device-use-desc-table table {
    width: 100%;
    border: 0;
  }

  .device-use-desc-table table thead {
    display: none;
  }

  .device-use-desc-table table tr {
    margin-bottom: 12px;
    display: block;
    border: 1px solid var(--table-border);
    border-radius: 10px;
    background: var(--glass);
    padding: 10px;
  }

  .device-use-desc-table table td {
    display: block;
    text-align: left;
    font-size: 13px;
    padding: 8px 12px;
    border: 0;
    border-bottom: 1px solid var(--table-border);
    position: relative;
  }

  .device-use-desc-table table td:last-child {
    border-bottom: 0;
    color: #8d8e73;
  }

  .device-use-desc-table table td::before {
    content: attr(data-label) ": ";
    float: left;
    font-weight: 600;
    color: #9ba6ba;
    width: 40%;
  }

  .device-use-desc-table table td strong {
    display: block;
    text-align: left;
  }

  .device-use-desc-table table .link {
    display: block;
    text-align: left;
  }
}

bdi {white-space:nowrap;}

.wd-collapsible-content:not(.wd-opened) > .vc_column-inner > .wpb_wrapper::after {
	background: linear-gradient(to bottom, transparent 0px, #e1ecf6 40px) !important;
}

.seo_cat_desc h2, .seo_cat_desc h3{
	font-size:16px;
	padding: 0;
	margin: 5px 0 0 0;
}
.seo_cat_desc {
	font-size:13px !important;
	line-height: 1.3em !important;
	margin-bottom: 30px !important;
}
.seo_cat_desc ul li{
	font-size:13px !important;
}
.seo_cat_desc li{
	margin-bottom: 0px !important;
}
.seo_cat_desc ul {
	margin-bottom: 5px !important;
}
.seo_cat_desc p{
	padding: 0 !important;
	margin: 0 0 3px 0;
}@media (min-width: 1025px) {
	.single-product-page .product_title {
	font-size:24px;
	font-weight:bold;
}
#description-import .row, #opis-import .row {
  flex-direction: row;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.wcus-checkout-fields h3 {font-size:13px;}
.wcus-checkout-fields h3::after {
    width: 135px;
    height: 33px;
}
}

@media (max-width: 576px) {
	.wcus-checkout-fields h3 {font-size:13px;}
.wcus-checkout-fields h3::after {
    width: 135px;
    height: 33px;
}
}

