@charset "UTF-8";

:root {
	--bs-border-color: #8bd321 !important;
	--bs-font-accent: "Poppins", sans-serif;
	--bs-font-heading: "Montserrat", sans-serif;
	--bs-font-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-fresh-cyan: #66FFF9;
	--bs-primary: #8bd321 !important;
	--bs-radius: 0.75rem;
	--bs-red: #dc221c !important;
	--bs-secondary: #01012f !important;
	--bs-spacer: 4px;
	--bs-white: #ffffff !important;
}

.vm-category-subcategories {
	margin-bottom: 80px;
}

.vm-subcategory-title {
	font-size: 15px;
	color: #333;
}

.vm-search-custom-search-input .btn {
	position: absolute;
	right: 0;
	background-color: transparent;
	border-color: transparent;
	z-index: 5;
	color: #333;
}

.vm-search-custom-search-input .btn svg {
	vertical-align: baseline;
}

.vm-pagination .pagenav {
	padding: 0 5px;
}

.vm-products-type-title {
	font-size: 25px;
	font-weight: 600;
}

.vm-product-title {
	font-size: 0.875rem;
	font-family: var(--bs-font-sans-serif);
}

.vm-product-title a {
	color: var(--bs-secondary);
}

.product_s_desc {
	color: #A0A0A0;
}

.product-price {
	font-size: 18px;
}

.vm-has-discount .PricesalesPrice {
	font-weight: 600;
	color: #FF5858;
	margin-right: 5px;
}

.vm-has-discount .PricebasePriceWithTax {
	font-size: 15px;
	color: #A0A0A0;
	position: relative;
}

.vm-has-discount .PricebasePriceWithTax::after {
	content: "";
	display: block;
	width: 85%;
	border-top: 1px solid #CBCBCB;
	transform: rotate(-18deg);
	position: absolute;
	transform-origin: right;
	top: 5px;
	left: 0;
}

.availability {
	text-align: center;
	background: var(--bs-primary-light);
	font-size: 0.875rem;
}

.availability span {
	color: var(--bs-secondary);
}

.availability-img {
	max-height: 25px;
}

.product-image, .sp-product-image {
	position: relative;
}

.product-badge {
	position: relative;
	top: -0.5rem;
	right: 0.5rem;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.product-badge img {
	width: 20%;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.vm-ratingbox-rated {
	position: absolute;
	left: 0;
	top: 0;
}

.vm-ratingbox-unrated svg, .vm-ratingbox-rated svg {
	color: #A0A0A0;
}

.vm-stock-status svg {
	margin-left: 1px;
}

.bi-square {
	color: #A0A0A0;
}

.normalstock .bi-square-fill {
	color: #78C475;
}

.lowstock .bi-square-fill {
	color: #71ABD6;
}

.nostock .bi-square-fill {
	color: #FF5858;
}

.vm-addtocart-button-wrapper .btn, .notify {
	white-space: nowrap;
}

.addtocart-bar svg {
	color: #333;
}

.quantity-box > * {
	width: 40px;
	max-width: 40px;
}

.vm-price-desc {
	font-size: 13px;
}

.product-price .vm-price-value, .vm-prices-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	align-items: end;
}

.product-price [class*="Tt"] {
	font-weight: bold;
}

.vm-price-value span:only-child {
	margin-left: auto;
}

.vm-nodisplay {
	display: none !important;
}

.price-crossed span:last-child {
	text-decoration: line-through;
	color: #A0A0A0;
}

.vm-simple-price-display .vm-price-value {
	font-size: 18px;
}

.vm-product-details-container .vm-price-desc {
	font-size: 15px;
}

.PricesalesPrice {
	color: var(--bs-secondary);
	font-size: 1.35rem;
}

.vm-product-details-container .vm-simple-price-display {
	justify-content: start !important;
}

.vmCartModule .dropdown-menu {
	min-width: 320px;
}

.vm-customfield-mod img {
	width: 30px;
}

.sales {
	position: absolute;
	z-index: 99;
	color: var(--bs-red);
}

.vm-menu li:last-child, .vm-menu > .active {
	border-bottom: none !important;
	margin-bottom: 0;
}

.vm-menu > li > a {
	display: block;
	position: relative;
	padding: 8px 0;
	font-size: 16px;
	color: #555;
}

.vm-menu .active > a {
	font-weight: 600;
	font-style: italic;
}

.vm-menu .has-children > a {
	padding-right: 30px;
}

.vm-submenu > li > a {
	display: block;
	padding: 8px 0;
	color: #555;
}

.vm-submenu > .active > a {
	font-style: italic;
}

.vm-menu-btn {
	position: absolute;
	right: 0;
	top: 50%;
	padding: 0;
	border: none;
	background-color: transparent;
	width: 30px;
	height: 30px;
	transform: translateY(-50%) rotate(-180deg);
	transform-origin: center;
	z-index: 1;
	transition: transform 300ms linear;
}

.vm-menu-btn.collapsed {
	transform: translateY(-50%) rotate(0);
	transition: transform 300ms linear;
}

.vm-menu-default .accordion-item {
	border: none;
}

.productdetails-view {
	margin: auto;
}

.product-neighbours {
	position: absolute;
	right: 12px;
	top: 0;
	z-index: 1;
	color: #777;
	margin: 0 0 16px;
}

.product-neighbours a.next-page {
	background: url(../images/vmgeneral/next_16x16.png) no-repeat right;
	padding-right: 30px;
	line-height: 20px;
	float: right;
}

.product-neighbours a.previous-page {
	background: url(../images/vmgeneral/previous_16x16.png) no-repeat left;
	padding-left: 30px;
	line-height: 20px;
	float: left;
}

.vm-page-title {
	font-size: 1.25rem;
	color: var(--bs-secondary);
	text-transform: uppercase;
}

.vm-cart-header:before, .vm-cart-header:after {
	display: table;
	line-height: 0;
	content: "";
}

.vm-img-desc {
	display: none;
	text-align: center;
	display: block;
}

.vm-padded .vm-img-desc, .vm-padded .addtocart-area {
	display: none;
}

a:hover .vm-img-desc {
	background: #095197;
}

.product-fields .product-field .vm-img-desc {
	font-size: 9px;
}

.vm-modal-buttons a {
	color: #333;
}

.additional-images img {
	margin-right: 8px;
	width: 75px;
	height: 100%;
	object-fit: cover;
}

.vm-btn-expand {
	padding: 0;
	background-color: transparent;
	border: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

.cf-position-normal + .product-box {
	margin-top: -15px;
}

.vm-section-title {
	font-size: 25px;
	font-weight: 400;
}

.product-related-categories a {
	color: #333;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.customer-name .bi-chat-right-text {
	width: 14px;
	margin-right: 5px;
	position: relative;
	top: -6px;
}

.customer-reviews .form-check-label {
	display: flex;
	align-items: center;
}

.customer-reviews .form-check-label svg {
	color: #A0A0A0;
	margin-left: 3px;
}

.vm-customfields-wrap .form-check-inline {
	display: block;
	margin: 0 0 5px 0;
}

.product-field-type-M .controls {
	display: flex;
	margin-top: 15px;
	flex-wrap: wrap;
}

.product-field-type-M .form-check-inline {
	padding: 0 10px;
	margin: 0 0 12px 0;
	width: 25%;
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: end;
}

.vm-product-grid .product-field-type-M .form-check-inline {
	width: 50%;
}

.product-field-type-M .form-check-inline label {
	font-size: 14px;
	font-weight: 600;
	position: relative;
	margin: auto 0;
	max-width: 100%;
}

.product-field-type-M .form-check-inline img {
	margin: 0 auto;
	display: block;
}

.vm-img-cf-price {
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-field-type-M .form-check .form-check-input:not([value="0"]) {
	float: none;
	margin: 0;
	position: absolute;
	bottom: 3px;
}

.vmLoadingDiv {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.2) url('../images/vm-preloader.gif') 50% 45% no-repeat;
}

.vmLoading .vmLoadingDiv {
	display: block;
}

.manufacturer-details-view h1 {
	font-size: 25px;
	font-weight: 400;
}

#adminForm legend {
	font-size: 20px;
}

.vm-user-add-product, .vm-user-manage {
	position: relative;
}

.vm-user-manage::before {
	content: "";
	display: inline-block;
	-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-gear" viewBox="0 0 16 16"><path d="M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492M5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0"/><path d="M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115z"/></svg>');
	-webkit-mask-repeat: no-repeat;
	mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-gear" viewBox="0 0 16 16"><path d="M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492M5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0"/><path d="M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115z"/></svg>');
	mask-repeat: no-repeat;
	mask-size: cover;
	background-color: #fff;
	width: 16px;
	height: 16px;
	vertical-align: sub;
}

.vm-user-add-product::before {
	content: "";
	display: inline-block;
	-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>');
	-webkit-mask-repeat: no-repeat;
	mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>');
	mask-repeat: no-repeat;
	mask-size: cover;
	background-color: #fff;
	width: 17px;
	height: 16px;
	vertical-align: sub;
}

#tabs {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	display: flex;
}

.order-table tr th {
	color: var(--bs-secondary);
	background-color: var(--bs-primary-light);
	text-transform: uppercase;
}

#tabs > li {
	padding: 10px 15px;
	background-color: #555555;
	color: #fff;
	margin-right: 5px;
	cursor: pointer;
}

#tabs > li.current {
	background-color: #333;
}

#tab-2 {
	display: none;
}

#tab-2 .vm_thumb {
	display: block;
	margin: 25px 12px;
}

#tab-2 .vm_thumb_image {
	display: none;
}

#tab-2 .vm__img_autocrop {
	margin-bottom: 30px;
}

#tab-2 .checkboxes {
	margin-bottom: 24px;
}

#tab-2 .checkboxes .form-control {
	margin-bottom: 10px;
}

#searchMedia {
	margin-bottom: 10px;
}

.vmquote {
	margin: 0 !important;
	padding: 10px;
	background-color: lightblue;
	word-wrap: anywhere;
}

.vm-add-edit-address ul {
	margin: 15px 0 0;
}

.vm-add-edit-address li a:first-child {
	font-weight: 600;
	color: #333;
}

.vm-add-edit-address li a:first-child:hover {
	color: #A0A0A0;
}

.vm-add-edit-address .icon-delete {
	margin-right: 3px;
}

.vm-add-edit-address li a:last-child {
	color: red;
}

.vm-form-row label + br, .form-check + br {
	display: none !important;
}

.vm-form-row .vm-label + .controls {
	display: inline-block;
}

.vm-form-row .tox-tinymce {
	min-width: 100%;
	min-height: 300px;
}

.vm-form-row .toggle-editor {
	float: none !important;
}

.form-check.form-check-inline {
	display: block;
}

.form-select {
	min-width: 100%;
}

.td-50 td, .td-50 th {
	min-width: 50%;
	padding: 5px;
}

.button.invoice {
	font-weight: normal;
	color: unset;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" class="bi bi-filetype-pdf" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.6 11.85H0v3.999h.791v-1.342h.803q.43 0 .732-.173.305-.175.463-.474a1.4 1.4 0 0 0 .161-.677q0-.375-.158-.677a1.2 1.2 0 0 0-.46-.477q-.3-.18-.732-.179m.545 1.333a.8.8 0 0 1-.085.38.57.57 0 0 1-.238.241.8.8 0 0 1-.375.082H.788V12.48h.66q.327 0 .512.181.185.183.185.522m1.217-1.333v3.999h1.46q.602 0 .998-.237a1.45 1.45 0 0 0 .595-.689q.196-.45.196-1.084 0-.63-.196-1.075a1.43 1.43 0 0 0-.589-.68q-.396-.234-1.005-.234zm.791.645h.563q.371 0 .609.152a.9.9 0 0 1 .354.454q.118.302.118.753a2.3 2.3 0 0 1-.068.592 1.1 1.1 0 0 1-.196.422.8.8 0 0 1-.334.252 1.3 1.3 0 0 1-.483.082h-.563zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638z"/></svg>');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}

.vm-page-title .invoice {
	overflow: hidden;
	width: 16px;
	display: inline-block;
	font-size: 0;
	height: 16px;
}

.vm-padded {
	max-width: 700px;
}

.vm-padded .vm-product-media-container {
	min-height: 0 !important;
}

.vm-products-horizon .vm-product-media-container {
	float: left;
	max-width: 180px;
}

.vm-product-media-container {
	text-align: center;
	max-width: 100%;
	z-index: auto;
	margin-bottom: 1.5rem;
	position: relative;
}

.vm-product-container>.blockzakaz .vm-product-media-container {
	float: left;
	position: relative;
}

@media screen and (max-width: 768px) {
	.vm-product-media-container {
		min-height: auto !important;
	}
}

.vm-padded .product_s_desc {
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vm-padded .product-related-products .btn {
	display: none;
}

.vm-padded .vm-stock-status svg {
	width: 10px;
	height: 12px;
}

.vm-padded .vm-ratingbox-unrated svg, .vm-padded .vm-ratingbox-rated svg {
	width: 14px;
	height: 14px;
}

.tooltip {
	z-index: 1101;
}

.vm-cart-item-name a {
	color: var(--bs-secondary);
}

.cart-headers {
	background: var(--bs-primary);
	text-transform: uppercase;
	color: var(--bs-secondary);
}

.step-cart {
	background: var(--bs-secondary);
	color: var(--bs-white);
	width: 25px;
	height: 25px;
	padding: 0;
	line-height: 25px !important;
	font-size: 1rem !important;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	float: left;
	margin: 3px 5px 3px -5px;
	text-align: center;
	font-weight: 700;
	font-family: Verdana, helvetica, sans-serif;
}

.vm2-remove_from_cart {
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 1.5rem;
	background-color: transparent;
	color: #FF5858;
	max-width: 100%;
}

.vm-cart-item-quantity .input-group > input {
	min-width: 35px;
	max-width: 35px;
	text-align: center;
}

#customer_note_field {
	height: 100px;
}

.vm-shipment-plugin-single label, .vm-payment-plugin-single label {
	width: 100%;
}

.vmshipment, .vmpayment {
	display: flex;
	flex-wrap: wrap;
}

.vmshipment span, .vmpayment > span {
	margin: 0 5px;
}

.vmCartPaymentLogo {
	order: 2;
}

.vmpayment_description {
	min-width: 100%;
	display: block;
	font-size: 13px;
	color: #A0A0A0;
	order: 4;
}

.vmshipment .fee, .vmpayment .fee {
	margin-left: auto;
	order: 3;
}

.output-shipto .controls {
	display: flex;
	flex-direction: column;
}

.vm-checkout-products .product-field-type-M img {
	width: 40px;
}

.vm-fieldset-tos.is-invalid {
	color: var(--bs-form-invalid-border-color);
}

.vm-order-done > div {
	margin-bottom: 10px;
}

.post_payment_payment_name_title::after, .post_payment_order_number_title::after, .post_payment_order_total_title::after {
	content: ":";
}

.vm-order-done #form-login {
	margin-top: 30px;
}

.ask-a-question-view {
	border: 1px dotted var(--bs-primary);
}

.ask-a-question-view h1 {
	font-family: var(--bs-font-accent);
}

.ask-a-question-view h1,.manufacturer-details-view h1 {
	color: var(--bs-secondary);
}

.ask-a-question-view h1:first-letter ,.manufacturer-details-view h1:first-letter {
	color: var(--bs-primary);
	font-size: calc(1.5rem + 1.5vw);
}

.ask-a-question-view .formError {
	right: 17px !important;
	left: auto !important;
}

.ask-a-question-view .product-summary h2 {
	color: var(--bs-secondary);
	font-family: var(--bs-font-accent);
}

.ask-a-question-view .product-summary .short-description {
}

.ask-a-question-view .product-summary img.product-image {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.ask-a-question-view .form-field textarea.field {
	width: 394px;
	background: #fff url(../images/vmgeneral/default_bg.jpg) bottom repeat-x;
	border: solid #CAC9C9 1px;
	border-radius: 4px;
	color: #777;
	text-align: left;
	padding: 12px;
}

.ask-a-question-view .form-field textarea.field:hover {
	background: #fff url(../images/vmgeneral/default_hover_bg.jpg) top repeat-x;
	color: #000;
}

.ask-a-question-view .form-field .submit {
	width: 418px;
}

.ask-a-question-view input.counter,.ask-a-question-view input#name,.ask-a-question-view input#email {
	border-radius: 4px;
	color: var(--bs-secondary);
	display: inline-block;
}

.ask-a-question-view table.askform, .ask-a-question-view table.askform tr, .ask-a-question-view table.askform td {
	border: 0;
}

.ask-a-question-view table.askform td {
	padding: 5px 0;
}

.ask-a-question-view #recaptcha_area {
	margin-bottom: 20px;
}

a.ask-a-question {
	background-color: var(--bs-primary);
	display: inline-flex;
	text-decoration: none;
	color: var(--bs-white);
	border-radius: 50%;
	width: 3rem;
	line-height: 2rem;
	font-size: 1.5rem;
}

a.ask-a-question:hover {
	background-color: var(--bs-secondary);
	color: var(--bs-fresh-cyan);
}

#ui-tabs ul#tabs {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 16px 10px 0;
}

#ui-tabs ul#tabs li {
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	margin: 0 2px 0 0;
	padding: 2px 15px 2px;
	color: var(--bs-secondary);
	border-radius: 5px 5px 0 0;
	border: 1px solid var(--bs-primary-dark);
	border-bottom: 0;
	background: var(--bs-primary-light);
}

#ui-tabs ul#tabs li.current {
	background: #fff;
	border-bottom: 1px solid #fff;
}

#ui-tabs ul#tabs li:hover {
	color: var(--bs-white);
	border-bottom: 0;
	background: var(--bs-primary);
	text-decoration: none;
}

#ui-tabs ul#tabs li.current:hover {
	background: var(--bs-secondary);
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#ui-tabs .tabs {
	margin: 2px 8px !important;
	padding: 8px;
	box-shadow: 6px 6px 12px -3px rgba(0,0,0,.6);
	border: 1px solid var(--bs-primary);
	border-radius: 0 0 20px 20px;
	background: #fff;
	border-bottom: 4px solid;
	border-bottom-color: currentcolor;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	border-bottom-color: var(--bs-primary);
}

#ui-tabs .dyn-tabs {
	overflow: auto;
	display: none;
}

.vm-col {
	margin: 0px;
	width: 60%;
}

.vm2-modallink {
	height: 16px;
	margin-left: 3px;
	vertical-align: top;
	width: 16px;
	display: inline-block;
	background: url("../images/icon_external_link.gif") no-repeat scroll left top transparent;
}

.vm2-warning {
	background-position: 0 -1383px;
	width: 50px;
	height: 40px;
}

input.highlight-button {
	background: #0077b3;
	color: #fff;
	border: 1px solid #00669a;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 4px 8px 2px;
}

input.highlight-button:visited {
	color: #fff;
}

button.default {
	display: inline-block;
	cursor: pointer;
	padding: 5px 8px 4px;
}

button.default:hover {
	color: #777;
}

a.highlight, a.highlight:visited {
	background: #0077b3;
	border: solid #00669a 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	background-position: 0 -160px;
	color: #fff;
	padding: 3px 8px 1px;
}

textarea.virtuemart {
	background: #fff;
	border: solid #ccc 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #777;
	text-align: left;
	padding: 5px 5px 4px;
}

textarea.virtuemart:hover, textarea.customer-comment:hover {
	color: #000;
	background: #e8e8e8;
}

.vm-button-correct,.vm-button-correct:link,.vm-button-correct:visited {
	display: inline-block;
	font-size: 19px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	background: var(--bs-primary);
	color: #fff;
	border: 1px solid var(--bs-primary-dark);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 6px 12px 3px;
}

.vm-button-correct:hover {
	background: var(--bs-orange);
	border: 1px solid var(--bs-orange-dark);
}

@media screen and (max-width: 1024px) {
	.addtocart-button {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.vm-page-title, .vm-category-title {
		font-size: 1.375rem;
	}

	.vm-btn-expand {
		bottom: auto;
		top: 0;
	}

	#fancybox-wrap {
		max-width: 96vw;
	}

	#limit {
		min-width: 100%;
	}

	.vm-product-grid .quantity-box {
		display: none;
	}

	.vm-product-title {
		font-size: 1rem;
	}

	.vm-user-manage-buttons {
		display: flex;
		flex-direction: column;
	}

	.main-image {
		min-height: 0 !important;
	}
}

@media print {
	*, *:before, *:after {
		box-sizing: border-box;
	}

	table {
		font-size: 12px !important;
	}

	table, tr {
		border: none !important;
	}

	td, th {
		border-bottom: 1px solid #000 !important;
	}

	body {
		margin: 0;
		color: #000;
		background-color: #fff;
	}

	* {
		background-image: none !important;
	}

	table, img, svg {
		break-inside: avoid;
	}

	.addtocart-area, .vm-modal-buttons, .back-to-category {
		display: none;
	}
}

@page {
	size: 210mm 297mm;margin: 10mm ;
}

.vm2-add_quantity_cart {
	background-position: 0 0;
	width: 24px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}

.vm2-arrow_down {
	background-position: 0 -72px;
	width: 16px;
	height: 16px;
}

.vm2-billto-icon {
	background-position: 0 -138px;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px;
	border: 0px;
}

.vm2-shipto-icon {
	background-position: 0 -284px;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px;
}

.vm2-lowstock {
	background-position: 0 -1114px;
	width: 62px;
	height: 15px;
	display: inline-block;
	float: right;
	margin: 6px 4px 0 0;
}

.vm2-nostock {
	background-position: 0 -1179px;
	width: 62px;
	height: 15px;
	display: inline-block;
	float: right;
	margin: 6px 4px 0 0;
}

.vm2-normalstock {
	background-position: 0 -1244px;
	width: 62px;
	height: 15px;
	display: inline-block;
	float: right;
	margin: 6px 4px 0 0;
}

.featured-view .vm2-lowstock, .featured-view .vm2-nostock, .featured-view .vm2-normalstock, .discontinued-view .vm2-lowstock, .discontinued-view .vm2-nostock, .discontinued-view .vm2-normalstock, .latest-view .vm2-lowstock, .latest-view .vm2-nostock, .latest-view .vm2-normalstock, .topten-view .vm2-lowstock, .topten-view .vm2-nostock, .topten-view .vm2-normalstock, .recent-view .vm2-lowstock, .recent-view .vm2-nostock, .recent-view .vm2-normalstock, .related-view .vm2-lowstock, .related-view .vm2-nostock, .related-view .vm2-normalstock {
	float: right;
	margin: 6px 4px 0 0;
}

.vm2-termsofservice-icon {
	background-position: 0 -1309px;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px;
	display: inline-block;
}

.vendor-store-desc,.featured-view,.discontinued-view,.latest-view,.topten-view,.recent-view,.related-products-view,.browse-view,.order-view {
	margin-bottom: 25px;
}

.main-image,.featured-view .product,.discontinued-view .product,.latest-view .product,.topten-view .product,.recent-view .product,.related-products-view .product {
	text-align: center;
}

.vm-product-media-rating {
	width: 100%;
	float: left;
}

.vm-product-media-rating h2 {
	border: none;
	margin: 6px 0;
}

.vm-rating-header {
	float: right;
	margin: 0 6px 0 0;
}

.valign-wrapper {
	position: relative;
}

.valign-content-wrapper {
	position: absolute;
	height: 100%;
	top: 50%;
	width: 100%;
}

.valign-content {
	position: absolute;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	top: -43px;
}

.main-image img {
	max-width: 100%;
	height: auto;
}

.browseProductImage {
	height: auto;
	max-width: 100%;
}

.browseCategoryImage {
	height: auto;
	max-width: 100%;
}

.customer-reviews,.ask-a-question-view .form-field {
	margin: 25px 0 0;
}

span.variant-name, span.custom-variant-name {
	width: 100px;
	float: left;
	display: block;
	margin-bottom: 5px;
}

.category-view .row .category .spacer,.featured-view .spacer,.discontinued-view .spacer,.latest-view .spacer,.topten-view .spacer,.recent-view .spacer,.related-products-view .spacer,.browse-view .row .product .spacer {
	padding: 6px;
}

.featured-view .spacer h3,.discontinued-view .spacer h3,.latest-view .spacer h3,.topten-view .spacer h3,.recent-view .spacer h3,.related-products-view .spacer h3 {
	font-size: 14px;
	margin: 0 0 3px;
	padding: 0;
}

.browse-view .row .product .spacer img,.related-products-view .row .product .spacer img {
	width: auto;
	height: auto;
}

.display-number,.control-buttons {
	text-align: right !important;
	margin: 0 8px 0 0;
}

.control-buttons #reg_text {
	float: left;
	margin: 0 20px 0 0;
	text-align: left;
}

.control-buttons .reg_text {
	float: left;
	margin: 0 20px 0 0;
	text-align: left;
}

#userForm select,.width80 {
	width: 80%;
}

label.invalid, span.red {
	color: red;
}

.output-billto span.values,.output-shipto span.values,.floatleft, span.floatleft {
	float: left;
}

.output-billto span.values,.output-shipto span.values {
	padding-right: 5px;
}

.joomlaCoreField {
	background-color: #FFFFDD;
}

.vm-pagination {
	display: block ruby;
	text-align: center !important;
	margin-top: 50px;
	padding-top: 50px;
	clear: both;
}

.vm-pagination ul {
	text-align: center !important;
}

.vm-pagination ul li {
	display: inline;
}

.vm-pagination .counter {
	text-align: right !important;
}

.vm-page-counter {
	float: right;
	display: none;
}

.vm-bottom div {
	text-align: center !important;
}

.vm-bottom ul {
	text-align: center !important;
}

.vm-bottom ul li {
	display: inline;
}

.vm-bottom .counter {
	text-align: right !important;
}

.pagenav {
	padding: 3px 8px;
	margin: 0 4px;
	border: 1px solid #aaa;
	background-color: #fafafa;
	color: #808080;
}

a.pagenav {
	color: #555;
	text-decoration: none;
}

td.orders-key {
	font-weight: bold;
	text-align: left;
}

.manufacturer-view-default .row .manufacturer .spacer {
	padding: 6px;
}

.product-field-display a img {
	display: block;
}

.product-related-categories {
	padding-left: 1%;
}

h2.product-related-products {
	color: var(--bs-secondary);
}

h2.product-related-products:first-letter {
	color: var(--bs-primary);
}

.product-related-products img, .product-related-categories img {
	margin: 0 auto;
}

.product-fields .product-field-type-P {
	clear: both;
	border-bottom: 1px solid #EEEEEE;
	margin-top: 18px;
}

.product-field-type-P .product-fields-title {
	font-size: 120%;
}

.product-field-type-B,.product-field-type-S,.product-field-type-I {
	float: left;
	text-align: left;
}

.product-field-type-R, .product-field-type-Z {
	float: left;
	margin: 0 16px;
}

.product-fields-title-wrapper {
	min-width: 160px;
	font-weight: bold;
	padding: 8px 0;
}

.product-field-type-S ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.vm-customfield-mod img,.vm-customfield-cart img {
	vertical-align: middle;
	width: 16px;
}

.vmpayment_name, .vmpayment_cost, .vmshipment_name, .vmshipment_cost {
	padding: 0 2px;
	font-weight: 700 !important;
}

.vmpayment_description,.vmshipment_description {
	color: gray;
	font-size: 9px;
	padding: 0 2px;
}

.vmpayment_cardinfo {
	color: gray;
	font-size: 9px;
}

.virtuemart_search .inputbox {
	vertical-align: middle;
}

.product-fields .product-field {
	width: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 6px;
}

.product-fields .product-field label.other-customfield {
	width: 25%;
	float: left;
	position: relative;
	top: 20px;
	left: -18px;
	margin-bottom: 27px;
	text-align: center;
}

.product-fields .product-field-type-M {
	display: block;
}

.product-fields .product-field-type-M input[type=radio] {
	display: block;
	margin: 10px;
}

.product-fields .product-field-type-M label {
	display: inline-block;
}

.product-fields .product-field-type-M img {
	display: block;
	vertical-align: text-top;
	float: right;
}

.product-field-display {
	vertical-align: middle;
}

.vm-search-custom-values-group {
	display: block;
	float: left;
	background-color: #f2f2f2;
	margin: 4px;
	padding: 4px;
}

span.vm-search-descr {
	display: block;
}

.vm-search-custom-search-input input.inputbox {
	margin: 0;
}

.buttonBar-right {
	text-align: right;
	float: right;
}

.userfields_info {
	font-weight: bold;
	display: block;
	margin: 0px 0px 8px 0px;
}

div.product {
	min-width: 220px;
	margin-bottom: 1.5rem;
	float: left;
}

div.product_horizon div.product {
	float: left;
	border: 1px solid #ddd;
	margin: 4px;
	min-width: 220px;
}

.vm-product-descr-container h2 {
	min-height: 51px;
	margin-bottom: 0px;
}

.vm-product-descr-container-0 {
	min-height: 50px;
	margin-bottom: 6px;
}

.vm-product-descr-container-1 {
	min-height: 80px;
	margin-bottom: 6px;
}

.vm-product-descr-container-1 > h2,.vm-product-descr-container-0 > h2 {
	height: 3rem;
	overflow: hidden;
	box-sizing: content-box;
}

div[class*="-view"] .row {
	margin: 0;
}

.vmLoadingDiv {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.2) url('../images/vm-preloader.gif') 50% 45% no-repeat;
}

.vmLoading .vmLoadingDiv {
	display: block;
}

.vmLoadingDiv .vmLoadingDivMsg {
	position: relative;
	top: 50%;
}

.vm-products-horizon.vm-col {
	width: 100%;
}

.vm-products-horizon .vm-product-rating-container {
	float: left;
	padding: 4px 8px;
}

.vm-products-horizon .vm-product-descr-container-0, .vm-products-horizon .vm-product-descr-container-1, .vm-products-horizon .vm-product-descr-container-2 {
	float: left;
}

.vm-products-horizon .vm-product-descr-container-0 > h2, .vm-products-horizon .vm-product-descr-container-1 h2, .vm-products-horizon .vm-product-descr-container-2 h2 {
	display: inline-block;
	float: none;
}

.vm-products-horizon .vmicon {
	float: none;
}

.vm-products-horizon .ratingbox {
	display: block;
}

.vm-products-horizon .vm-details-button {
	display: none;
}

.vm-products-horizon .vm-customfields-wrap {
	float: left;
}

.vm-products-horizon .product-price {
	float: right;
}

.vm-products-horizon .addtocart-bar {
	float: right;
	position: static;
}

div[class*="-view"] .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.cart-summary td, .cart-summary th {
}

.vm-payment-plugin-single label, .vm-shipment-plugin-single label {
	display: inline;
}

.chzn-container, .chzn-drop {
	max-width: 100%;
}

.product-field-type-C .chzn-container {
	margin-bottom: 10px;
}

.vm-categories-wall {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.vm-categories-wall a {
	font-weight: bold;
	display: block;
}

.vm-categories-wall-catwrapper {
	margin-bottom: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vm-categories-wall-img {
	margin-bottom: 10px;
}

.vm-categories-wall .width50:nth-child(2n +1), .vm-categories-wall .width33:nth-child(3n +1), .vm-categories-wall .width25:nth-child(4n +1), .vm-categories-wall .width20:nth-child(5n +1), .vm-categories-wall .width16:nth-child(6n +1) {
	clear: left;
}

.product-container-cat:hover .vm-product-media-container::after, .vm-category-container-cat:hover .service-excerpt:after {
	color: var(--bs-white);
	content: attr(data-title);
	font-size: 0.75rem;
	left: 0.5rem;
	right: 0.5rem;
	position: absolute;
	max-height: 200px;
	overflow: hidden;
	bottom: 0.5rem;
	z-index: 2;
}

@media all and (max-width: 992px) {
	div#nav {
		display: none;
	}

	div#contentarea {
		padding: 0;
	}

	div[class*="vm-col-"] {
		width: 33%;
	}

	.vm-col-3 {
		width: 33%;
	}
}

@media all and (max-width: 800px) {
	div#line {
		display: none;
	}

	div#nav {
		display: none;
	}

	div.vendor-store-desc {
		display: none;
	}

	div[class*="vm-col-"] {
		width: 49%;
	}

	.vm-col-3 {
		width: 49%;
	}

	h1#logo {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.vm-categories-wall-catwrapper {
		width: 50%;
	}

	.vm-categories-wall .vm-categories-wall-catwrapper:nth-child(2n +1) {
		clear: left;
	}

	.vm-categories-wall .width50:nth-child(2n +1), .vm-categories-wall .width33:nth-child(3n +1), .vm-categories-wall .width25:nth-child(4n +1), .vm-categories-wall .width20:nth-child(5n +1), .vm-categories-wall .width16:nth-child(6n +1) {
		clear: none;
	}
}

@media (max-width: 576px) {
	#header ul {
		text-align: center;
	}

	.row div[class*="width"] {
		width: 49%;
		float: left;
		margin-bottom: 15px;
	}

	div.product {
		float: left;
		margin: auto;
		width: 49%;
	}

	div.product {
		float: left;
		margin: auto;
		width: 49%;
	}

	div[class*="vm-col-"] {
		width: 100%;
	}

	.vm-product-container > div {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.productdetails-view .spacer-buy-area {
		padding: 0;
	}

	.productdetails-view .addtocart-area, .productdetails-view .manufacturer, .productdetails-view .addtocart-bar {
		text-align: center;
	}
}

@media all and (max-width: 480px) {
	.row div[class*="width"] {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	#header ul {
		right: 0px;
		left: 0px;
	}
}

@media (max-width: 360px) {
	.vm-categories-wall-catwrapper {
		width: 100%;
	}
}

.dropdownCart {
	position: relative;
	display: inline-block;
}

.dropdownCart-btn {
	background-color: transparent;
	border: none;
	padding: 0 10px 0 0;
	display: flex;
	position: relative;
	white-space: nowrap;
}

.dropdownCart-btn::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid #000;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 5px;
}

.dropdownCart-icon {
	display: block;
	margin-right: 5px;
	width: 20px;
}

.dropdownCart-container {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 15px;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1;
	width: 300px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}

.dropdown_align_left {
	left: 0;
	right: auto;
}

.dropdownCart .vm_cart_products {
	max-height: 350px;
	overflow-y: auto;
}

.dropdownCart .product_row {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.dropdownCart .product_row:last-child {
	border: none;
	margin-bottom: 0;
}

.dropdownCart .product_row_info {
	display: flex;
	align-items: center;
}

.dropdownCart .product_row_info .image {
	width: 60px;
	flex-shrink: 0;
}

.dropdownCart .product_price {
	text-align: right;
	white-space: nowrap;
	width: 80px;
	flex-shrink: 0;
}

.dropdownCart .product_name {
	flex-grow: 1;
	padding: 0 15px;
}

.dropdownCart .vm-customfield-mod:not(:empty) {
	margin-top: 10px;
}

.dropdownCart .vm-customfield-mod span {
	float: none;
}

.dropdownCart .total {
	text-align: center;
	margin: 0 0 10px;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.dropdownCart .total:empty {
	display: none;
}

.dropdownCart .show_cart {
	text-align: center;
}

.dropdownCart .show_cart a {
	float: none !important;
}

.not_available div, .qty_in_stock div {
	color: var(--bs-green);
}

.not_available2 div {
	color: var(--bs-orange);
}

.not_available1 div {
	color: var(--bs-info);
}

.not_available3 div {
	color: var(--bs-orange-dark);
}

.not_available i, .qty_in_stock i, .not_available2 i, .not_available1 i, .not_available3 i {
	font-size: 1.5rem !important;
	line-height: 1.2;
}

.not_available2, .not_available3, .not_available1, .qty_in_stock, .not_available {
	height: 3rem;
	overflow: hidden;
}

.button-details, .vm-details-button, .product-price-category {
	background-color: var(--bs-primary);
	line-height: 2;
	font-size: 1.05rem;
}

.product-price-category {
	background: var(--bs-secondary);
	color: var(--bs-fresh-cyan);
}

.vm-details-button a {
	color: var(--bs-secondary);
	text-decoration: none;
}

.product-container-cat:hover .vm-details-button a {
	color: var(--bs-fresh-cyan);
}

.product-container-cat:hover .vm-details-button {
	background-color: var(--bs-secondary);
}

.product-container-cat:hover .product-price-category {
	color: var(--bs-secondary);
	background: var(--bs-primary);
}

.vm-category-container-cat {
	position: relative;
	margin: 5px;
}

.vm-category-container {
	padding: 0px;
}

.vm-product-descr-container-1 > h2 a,.vm-product-descr-container-0 > h2 a {
	color: var(--bs-secondary);
}

.product-container:hover .vm-product-descr-container-1 h2 a, .product:hover .vm-product-descr-container-0 h2 a {
}

.product-container:hover .vm-product-descr-container-1, .product-container:hover .vm-product-descr-container-0 {
	z-index: 1;
	position: relative;
	color: var(--bs-white);
}

.vm-category .category-intro-image {
	text-align: center;
	height: 180px;
	margin-bottom: 10px;
	position: relative;
}

.vm-category .vm-category-intro-image img {
	display: inline;
}

.vm-category-descr-container {
	margin-bottom: 6px;
	min-height: 55px;
}

.category-container-cat .service-title {
	margin-bottom: 10px !important;
	text-align: center;
}

.category-container-cat .service-title a {
	padding-bottom: 20px !important;
}

.vm-category-descr-container > h2,.vm-category-descr-container > h2 {
	font-size: 0.875rem;
	height: 2rem;
	box-sizing: content-box;
	font-weight: 700;
}

.vm-category-descr-container>h2 a {
	color: var(--bs-secondary);
	position: relative;
	text-decoration: none;
}

.vm-category-descr-container .service-excerpt {
	height: 100px;
	overflow: hidden;
}

.vm-product-container {
	margin-left: -15px;
	margin-right: -15px;
}

.blockzakaz {
	width: 100%;
	border: none;
	border-radius: 0 0 20px 20px;
	box-shadow: 6px 6px 12px -3px rgba(0,0,0,.6);
	khtml-border-radius: 0 0 20px 20px;
	moz-border-radius: 0 0 20px 20px;
	ms-border-radius: 0 0 20px 20px;
	webkit-border-radius: 0 0 20px 20px;
	height: 100%;
	margin-bottom: .333em;
	padding: 1vh 1vw;
	border-bottom: 4px solid;
	border-bottom-color: var(--bs-primary);
}

.blockzakaz-images, .blockzakaz-additional-images {
	padding-right: 10px;
}

.blockzakaz-images {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-evently;
}

.blockzakaz-images>.main-image {
	max-width: 640px;
}

.blockzakaz_inform {
	display: flow-root;
	padding-left: 1vw;
}

.blockzakaz_inform .qty_art {
	padding: 0 10px;
	line-height: 2.5;
	display: flex;
	float: left;
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	margin-right: 1vw;
}

.blockzakaz_inform .qty_in_stock, .blockzakaz_inform .not_available, .blockzakaz_inform .articul {
	align-content: center;
}

.blockzakaz_inform .articul div {
	text-align: center;
	text-decoration: underline;
	display: flexbox;
}

.blockzakaz_inform .qty_in_stock div, .blockzakaz_inform .not_available2 div, .blockzakaz_inform .not_available3 div, .blockzakaz_inform .not_available1 div, .blockzakaz_inform .not_available div {
	margin-left: 15px;
}

.vm-product-descr-container {
	float: left;
	width: 100%;
	text-align: center;
}

.vm-product-details-container {
	display: flex;
	flex-direction: column;
}

.sm-block-inform {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	border-bottom: 4px solid var(--bs-primary);
	border-radius: 20px;
}

.sm-block-inform .productPrice {
	width: 190px;
}

button.addtocart-button {
	background: var(--bs-primary);
	border-bottom: var(--bs-spacer) solid var(--bs-primary-dark);
	border-radius: var(--bs-border-radius-xl);
	moz-border-radius: var(--bs-border-radius-xl);
	webkit-border-radius: var(--bs-border-radius-xl);
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	font-size: 1.25rem;
	font-family: var(--bs-font-accent);
}

button.addtocart-button:hover, button.addtocart-button:active, button.addtocart-button:focus {
	background-color: var(--bs-secondary) !important;
	border-bottom: 4px solid var(--bs-fresh-cyan) !important;
	color: var(--bs-fresh-cyan) !important;
}

.cart-images img {
	margin: 0;
	max-height: 75px;
	display: inline;
	padding: 0;
	border: 0 none;
	width: auto;
}

.osvita_tender {
	color: var(--bs-red);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.1rem;
	margin-bottom: 2vh;
	margin-left: 1vw;
	text-align: center;
}

UL.acatalog {
	display: flex;
	flex-wrap: wrap;
}

.acatalog tr, .acatalog-3 tr {
	border-bottom: 1px var(--bs-primary) solid;
	padding-top: calc(var(--bs-spacer) * 1.5);
	padding-bottom: calc(var(--bs-spacer) * 1.5);
}

.acatalog td:nth-child(2n+1) {
	padding-right: calc(var(--bs-spacer) * 4);
}

.acatalog td:nth-child(2n) {
	padding-left: calc(var(--bs-spacer) * 4);
	border-right: 1px solid var(--bs-primary-light);
	border-left: 1px solid var(--bs-primary-light);
}

UL.acatalog li {
	list-style: none;
	padding: calc(var(--bs-spacer) * 2) calc(var(--bs-spacer) * 2);
	background-color: var(--bs-primary-light);
	margin: var(--bs-spacer);
	border-radius: var(--bs-border-radius);
	position: relative;
	border: var(--bs-border-color) 1px solid;
}

UL.acatalog li a {
	color: var(--bs-secondary);
	text-decoration: none;
	font-weight: 600;
}

UL.acatalog li a:hover, .acatalog li a:hover:before {
	color: var(--bs-primary-dark);
}

UL.acatalog li a:before {
	content: "\f019";
	font-family: var(--bs-font-awesome);
	font-weight: 900;
	font-size: 1.35rem;
	color: var(--bs-secondary);
	margin-right: 0.5rem;
}

.a3-colspan {
	background: var(--bs-secondary);
	color: var(--bs-white);
	border-left: 4px solid var(--bs-primary)!important;
	border-right: 4px solid var(--bs-primary) !important;
	text-align: center;
}

.acatalog-3 td {
	border-right: 1px solid var(--bs-primary-light);
}

.acatalog-3 td:nth-child(3n+3) {
	border-right: none !important;
}

.a-download {
	list-style: none;
}

.a-download li:before {
	color: var(--bs-secondary);
	content: '\f019';
	font-family: var(--bs-font-awesome);
	font-style: normal;
	font-weight: 900;
	margin-right: 10px;
}

.a-download li a {
	color: var(--bs-secondary);
}

.pecul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pecul-in {
	text-align: center;
	width: calc(50% - 10px);
	padding: 30px;
	margin: 5px;
	line-height: 1.2;
	font-size: 1.25rem;
	border-radius: 10px;
	border-bottom: var(--bs-primary) 4px solid;
	min-height: 7rem;
	background: var(--bs-primary-light);
	align-content: center;
}

@media screen and (max-width: 700px) {
	.pecul-in {
		width: calc(100% - 10px);
	}
}

div.attachmentsList a.at_url:hover {
	color: var(--bs-primary-dark);
}

.padded-wrap {
	min-width: 400px;
}

.padded-button {
	height: 30px;
	margin-bottom: 20px;
	display: block;
}

.padded-button .vm-btn-secondary,.padded-button .vm-btn-primary {
	padding: 5px !important;
	min-width: 49.99%;
	display: inline-table;
	text-align: center;
	text-transform: uppercase;
}

.padded-button .vm-btn-secondary {
	background: var(--bs-primary)!important;
	color: var(--bs-white);
	font-weight: 700;
}

.padded-button .vm-btn-primary {
	background: var(--bs-secondary);
	font-weight: 700;
}

.padded-product-image {
	max-width: 200px;
	max-height: 200px;
}

.orders {
}

.orders1 {
	float: left;
	padding: 0 10px;
	min-width: 22%;
	white-space: nowrap;
}

.orders2 {
	font-weight: 600;
}

.details-bill {
	width: 50%;
	float: left;
	padding: 10px 0;
}

.billto {
	height: 100%;
	border-right: 1px #048b2a solid;
	width: 100%;
	position: relative;
	display: flex;
	border-left: 1px #048b2a solid;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	border-bottom: 2px #048b2a solid;
}

.border-r {
	border-right: 1px #2ba84a solid !important;
}

.border-l {
	border-left: 1px #2ba84a solid !important;
}

.vmfooter h3 {
	color: #F00;
	text-align: right;
	font-size: 1.25rem;
	padding-right: 1%;
}

.vmfooter h3:after {
	content: " !";
}

.Modcat-l-r {
	padding: 0;
}

.Modcat-l-r .mdocat {
	border-bottom: 1px solid var(--bs-secondary);
	padding: 1.2rem !important;
	margin: 0 -5px;
	position: relative;
}

.Modcat-l-r>li:last-child .mdocat {
	border: none;
}

.Modcat-l-r .mdocat a {
	color: var(--bs-secondary);
	font-size: 1.15rem;
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 700;
	line-height: 1.2;
}

.Modcat-l-r .mdocat a:hover, .Modcat-l-r .mdocat a:active, .Modcat-l-r .mdocat a:focus {
	color: var(--bs-primary-dark);
}

.mdocat1 {
	display: flex;
	position: relative;
}

.mdocat1 span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	webkit-transform: translateY(-50%);
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 46px;
	right: 0px !important;
}

.mdocat1 span::after {
	opacity: 1;
	font-family: var(--bs-font-awesome);
	font-weight: 900;
	position: absolute;
	content: "\f101";
	visibility: visible;
	-webkit-transition: .4s cubic-bezier(0.165,0.84,0.44,1);
	-o-transition: .4s cubic-bezier(0.165,0.84,0.44,1);
	-moz-transition: .4s cubic-bezier(0.165,0.84,0.44,1);
	transition: .4s cubic-bezier(0.165,0.84,0.44,1);
}

.mdocat1 span:hover:after, .mdocat1 span:active:after, .mdocat1 span:focus:after {
	content: "\f103";
	color: var(--bs-primary-dark);
	visibility: visible;
	-webkit-transition: .4s cubic-bezier(0.165,0.84,0.44,1);
	-o-transition: .4s cubic-bezier(0.165,0.84,0.44,1);
	-moz-transition: .4s cubic-bezier(0.165,0.84,0.44,1);
	transition: .4s cubic-bezier(0.165,0.84,0.44,1);
}

.Modcat-l-r .mdocat2 a {
	font-size: 1.05rem;
}

.child-Image-Container {
	overflow-y: scroll;
	height: 200px;
	scroll-behavior: smooth;
}

.productdetails-view .spacer-buy-area {
	padding-left: 16px;
}

.productdetails-view .product-short-description {
	padding: 0 var(--bs-gutter-y) 0 0;
}

.productdetails-view .product-description,.product-fields {
	margin: 0;
}

.product-packaging {
	margin: 19px 0 0;
}

.vm-product> .product-price-category {
	background: transparent !important;
}

.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
	text-decoration: line-through;
}

.vm-price {
	text-align: right;
	line-height: 18px;
}

.vm-price span {
	display: inline-block;
	min-width: 64px;
	padding: 0 3px;
}

span.vm-price-desc {
	text-align: left;
	min-width: 16px;
	margin: 0 12px 3px 0;
	display: none;
}

.productPrice {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.price-old {
	font-size: 1.05rem;
}

.price-old span, .line-through {
	text-decoration: line-through;
	position: relative;
	text-align: center;
}

.line-through {
	color: var(--bs-red);
}

.price-discount {
	background: none repeat scroll 0 0 #76060b;
	behavior: url(border-radius.htc);
	border-radius: 7px;
	color: #fff;
	font-size: 1.1em;
	khtml-border-radius: 7px;
	moz-border-radius: 7px;
	ms-border-radius: 7px;
	overflow: hidden;
	padding: 5px;
	text-align: center;
	webkit-border-radius: 7px;
	white-space: nowrap;
}

.vm3pr-1 .product-price {
	min-height: 28px;
}

.vm3pr-2 .product-price {
	min-height: 40px;
}

.vm3pr-3 .product-price {
	min-height: 40px;
}

.vm3pr-4 .product-price {
	min-height: 70px;
}

.vm3pr-5 .product-price {
	min-height: 84px;
}

.vm3pr-6 .product-price {
	min-height: 98px;
}

.vm3pr-0 .addtocart-area {
	min-height: 36px;
}

.vm3pr-1 .addtocart-area {
	min-height: 66px;
}

.vm3pr-2 .addtocart-area {
	min-height: 114px;
}

.vm3pr-3 .addtocart-area {
	min-height: 162px;
}

.vm3pr-4 .addtocart-area {
	min-height: 210px;
}

.vm3pr-5 .addtocart-area {
	min-height: 258px;
}

.vm3pr-0 .vm-customfields-wrap {
	min-height: 0px;
}

.vm3pr-1 .vm-customfields-wrap {
	min-height: 65px;
}

.vm3pr-2 .vm-customfields-wrap {
	min-height: 118px;
}

.vm3pr-3 .vm-customfields-wrap {
	min-height: 159px;
}

.vm3pr-4 .vm-customfields-wrap {
	min-height: 206px;
}

.vm3pr-5 .vm-customfields-wrap {
	min-height: 253px;
}

.vm-cart-price {
	float: left;
	font-weight: bold;
}

span.variant-dropdown {
	width: 150px;
	float: left;
	display: block;
	margin-bottom: 5px;
}

span.variant-dropdown select {
	width: 150px;
}

span.custom-variant-inputbox {
	width: 152px;
	float: left;
	display: block;
	margin-bottom: 5px;
}

input.custom-attribute {
	width: 140px;
}

.addtocart-area {
	margin: 0;
}

.addtocart-area form {
	margin: 0;
}

.cart-summary .quantity-input {
	height: 24px;
	width: 24px;
}

span.quantity-controls {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1px;
}

span.quantity-controls input.quantity-controls {
	height: 15px;
	border: none;
	width: 15px;
	cursor: pointer;
}

span.quantity-controls input.quantity-plus {
	background: url(../images/vmgeneral/quantity-controls.png) no-repeat;
	margin: 1px 0;
}

span.quantity-controls input.quantity-minus {
	background: url(../images/vmgeneral/quantity-controls.png) repeat-x;
	background-position: 15px 0;
	margin: 1px 0;
}

.addtocart-bar {
	margin: 0 0 4px;
	padding: 0;
	position: static;
	text-align: center;
}

.productdetails-view .addtocart-bar {
	padding: 0;
	position: relative;
	bottom: 0;
}

.vmgroup .addtocart-bar {
	bottom: 0;
	position: relative;
	margin: 32px 0 0 0;
}

.vmgroup .addtocart-area {
	margin: 8px 0 16px 0;
}

.browse-view span.addtocart-button-disabled, .featured-view span.addtocart-button-disabled, .discontinued-view span.addtocart-button-disabled, .latest-view span.addtocart-button-disabled, .topten-view span.addtocart-button-disabled, .recent-view span.addtocart-button-disabled, .related-products-view span.addtocart-button-disabled, .browse-view span.addtocart-button-disabled, .addtocart-button-disabled {
	display: inline-block;
	padding: 16px;
	border: 1px solid #ddd;
	font-size: 16px;
	border-radius: 4px;
	margin: 0;
	color: #aaa;
	width: 192px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.vm-btn.vm-btn-sm {
	padding: 2px 4px;
}

.vm-btn.vm-btn-lg {
	padding: 7px 12px;
}

.category-view h4 {
	margin: 0;
	padding: 0;
}

.category-view .row .category .spacer h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.category-view .row .category .spacer h2 a img {
	margin-top: 2px;
	max-width: 100%;
	height: auto;
}

.featured-view h4,.discontinued-view h4,.latest-view h4,.topten-view h4,.recent-view h4,.related-products-view h4 {
	font-size: 14px;
	margin: 0 0 8px;
	padding: 0;
}

.orderby-displaynumber {
	border-bottom: solid #E9E8E8 1px;
	border-top: solid #E9E8E8 1px;
	margin: 10px 0;
	padding: 10px 0;
}

.orderlistcontainer {
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
	margin: 0 0 0 8px;
}

.orderlistcontainer div.activeOrder {
	background: #FFF top right no-repeat url(../images/vmgeneral/arrow_down.png);
	cursor: pointer;
	border: solid #CAC9C9 1px;
	border-radius: 4px;
	padding: 2px 24px 1px 12px;
}

.orderlistcontainer a {
	text-decoration: none;
	display: block;
}

.orderlistcontainer a :hover {
	text-decoration: none;
	display: block;
	color: #EEE;
	background: #777;
}

.orderlistcontainer div.orderlist {
	display: none;
	position: absolute;
	border: solid #CAC9C9 1px;
	background: #FFF;
	cursor: pointer;
	z-index: 1;
}

.orderlistcontainer div.orderlist div {
	padding: 2px 12px 1px;
}

.orderlistcontainer div.orderlist div:hover {
	color: #EEE;
	background: #CAC9C9;
}

.manufacturer,.manufacturer-details-view .email-weblink,.manufacturer-details-view .description {
	margin: 10px 0 0;
}

.manufacturer-details-view .manufacturer-image {
	display: flex;
	justify-content: end;
	align-items: center;
}

.manufacturer-details-view img {
	margin: 0 0 10px 20px;
	width: 250px;
	height: auto;
}

.manufacturer-details-view .email-weblink a {
	margin-right: 15px;
}

.manufacturer-details-view .manufacturer-url a, .manufacturer-details-view .manufacturer-product-link a {
	color: var(--bs-white);
	font-weight: 700;
}

.manufacturer-details-view .manufacturer-url a:hover, .manufacturer-details-view .manufacturer-product-link a:hover {
	color: var(--bs-secondary);
}


.manufacturer-details-view .manuf-url-prod {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

span.details-button {
	margin: 0 0 0 10px;
}

span.details-button input.details-button {
	background: url("../images/vmgeneral/backgrounds.png") repeat-x scroll center top #E8E8E8;
	color: #135CAE;
	border: 1px solid #CAC9C9;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	padding: 3px 8px 1px;
}

.coupon {
	color: gray;
	border-radius: 4px;
	border: 1px solid #CAC9C9;
	font-size: 9px;
	padding: 3px;
}

p.product_s_desc {
	line-height: 20px;
	height: 40px;
	margin: 0;
	padding: 0;
}

span.stock-level {
	font-size: 10px;
	color: #7d7b7b;
}

.horizontal-separator {
	height: 1px;
	background: #e9e8e8;
	margin: 10px 0;
}

.invalid {
	border-color: #f00!important;
	background-color: #ffd;
	color: #000;
}

label.invalid {
	background-color: #fff;
	color: #f00;
}

.page-results {
	margin-top: 25px;
	text-align: right;
}

.control-buttons button.default {
	margin-left: 8px;
}

table.user-details .vm-chzn-select {
	background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
	border: solid #ccc 1px;
	border-radius: 4px;
	color: #777;
	margin-bottom: 2px;
	padding: 5px 5px 4px;
	width: 210px;
}

table.user-details input {
	background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
	border: solid #ccc 1px;
	border-radius: 4px;
	color: #777;
	margin-bottom: 2px;
	padding: 5px 5px 4px;
	width: 200px;
}

table.user-details input.invalid {
	background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
	border: solid red 1px;
	border-radius: 4px;
	color: #777;
	margin-bottom: 2px;
	padding: 5px 5px 4px;
}

table.user-details {
	width: 450px;
	margin-bottom: 10px;
}

table.user-details input[type="checkbox"], table.user-details input[type="radio"] {
	width: 20px;
}

td.key {
	padding: 0 6px;
	width: 150px;
}

.cart-view h1 {
	font-size: 20px;
	margin: 0;
	padding: 0 0 10px;
}

.cart-view h2 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.checkout-button-top input.terms-of-service {
	margin-right: 10px;
	display: inline-block;
}

span.tos {
	display: inline-block;
	margin-right: 15px;
}

.billto-shipto {
	border-top: solid #E9E8E8 1px;
	border-bottom: solid #E9E8E8 1px;
	margin: 10px 0 0;
	padding: 10px 0 25px;
}

.billto-shipto span, a.terms-of-service {
	display: inline-block;
	font-size: 14px;
}

#full-tos {
	display: none;
}

.output-billto span.titles,.output-shipto span.titles {
	width: 150px;
	float: left;
}

.output-billto span.values-first_name,.output-billto span.values-middle_name,.output-billto span.values-zip,.output-shipto span.values-first_name,.output-shipto span.values-middle_name,.output-shipto span.values-zip {
	float: left;
	margin-right: 3px;
}

table.cart-summary tr th {
	border-bottom: solid var(--bs-primary) 2px;
	padding: 6px 2px 3px;
}

.cart-summary .vm-price-value {
	white-space: nowrap;
}

.cart-summary tr td {
	padding: 5px 3px 2px;
}

.customer-comment {
	text-align: center;
	border-top: solid #E9E8E8 1px;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

textarea.customer-comment {
	background: #fff;
	border: solid #ccc 1px;
	border-radius: 4px;
	color: #777;
	margin-bottom: 2px;
	text-align: left;
	padding: 5px 5px 4px;
}

.cart.customer-note {
	margin: 10px 0 0 0;
}

textarea#customer_note_field {
	margin: 10px 0;
	width: 98%;
}

div.terms-of-service {
	margin: 10px 0 0;
	padding: 10px 0 15px;
	display: inline;
}

.terms-of-service h5 {
	background: #7C1E21;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	text-align: center;
	border-radius: 6px;
	font-weight: 400;
	margin: 0;
	padding: 15px;
}

.terms-of-service h5 a,.terms-of-service h5 a:visited {
	color: #fff;
	text-transform: uppercase;
}

ul.VMmenu,.VMmenu ul,.VMmenu li {
	list-style-type: none;
	background-image: none;
	padding: 2px;
}

#com-form-login .width30.floatleft {
	display: inline-block;
	margin: 0 20px 0 0;
}

#com-form-login label {
	display: inline-block;
}

#com-form-login input[type="checkbox"] {
	margin: 0;
}

.productdetails-category {
	margin: 0 -1vw 2.5vh -1vw;
	text-transform: uppercase;
	display: flex;
}

.title_product {
	background: var(--bs-secondary);
	color: var(--bs-white);
	border-left: 4px solid var(--bs-primary);
	border-right: 4px solid var(--bs-primary);
}

.manufacturer, .back-to-category {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}

.back-to-category a {
	color: var(--bs-primary);
	text-decoration: none;
	font-weight: 700;
}

.back-to-category a:hover {
	text-decoration: underline;
}

.back-to-category a:hover:first-letter {
	color: var(--bs-secondary);
	text-decoration: underline;
}

.productdetails-category h1, .productdetails-category h2 {
	font-size: calc(1rem + 0.25vw);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0;
}