#main .akzii .butt {
  	text-align: right;
	margin-top: -70px;
  	padding-right:20px;
	margin-bottom: 50px;
}
#main .akzii .butt a {color:#fff;margin-top:0;}
#main .akzii .butt:hover a {color:#fff;text-decoration:none;}















/* 		REMOVE UNUSABLE		 */
.browse-view .virtuemart_search,
.productdetails .product-short-description,
.productdetails .product-short-description,
.prodlist .PricediscountAmount,
.prodlist .PricesalesPrice,
.productdetails .PricediscountAmount,
.productdetails .PricesalesPrice,
.prodlist .vm-customfields-wrap,
div.vm-details-button,
#main a.ask-a-question,
.product-container .back-to-category,
.product-container .icons,
span.quantity-box, 
span.quantity-controls,
#fancybox-title,
.imgalink .product_s_desc,
.qv {display:none!important;}

.vm-page-counter,
.vm-pagination {
    float: none;
}

#main .show_cart a {color:#fff;}

/* 		CART BUTTON		 */
.addtocart-bar.carma, .vmgroup .prodlist .addtocart-bar.carma {margin:0;line-height:100%;}
.carma span.addtocart-button input.addtocart-button {
	display:block;
	line-height:36px;
	border-radius:3px;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	background:url('/images/cart.png') 12px center no-repeat, linear-gradient(-45deg,#328d50,#38c12d,#328d50);
	background-size:auto, 200% 100%;
	background-position: 12px center, left center;
	transition:0.5s;
	border:0;
	border-radius:18px;
	padding:0 18px 0 36px;
	transition:0.25s;
	letter-spacing: 0;
	margin-top:10px;
}
.carma span.addtocart-button input.addtocart-button:hover {
	background-position: 12px center, right center;
}



/*		CART FANCYBOX		*/
#fancybox-wrap {
	width: 100%!important;
	min-width: 320px!important;
	max-width: 900px!important;
}
#fancybox-outer {width:100%!important;}
#fancybox-content {background:#fff;width:100%!important;}
#fancybox-content h4 {color:#333;font-size:16px;font-family: 'PT Sans', 'Arial', sans-serif;}
.continue_link {display:inline-block;width:192px;} 
.showcart {display:inline-block;width:auto;} 
.continue_link, 
.showcart {
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	background:linear-gradient(-45deg,#328d50,#38c12d,#328d50);
	background-size:200% 100%;
	background-position:left center;
	padding:0 18px;
	text-align:center;
	border-radius:18px;
	line-height: 36px;
	font-weight: 400;
	transition:0.25s;
}
.continue_link:hover, 
.showcart:hover {
	background-position:right center;
	text-decoration:none;
}
@media (max-width:620px){#fancybox-wrap {left:0!important;}}
@media (max-width:420px){.continue_link, .showcart {display:block;margin:5px auto;float: none;}}
/*		patch for product image		*/
#fancybox-img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	display:block;
	margin:0 auto;
}

#fancybox-content {
    background: #fff;
    width: 100%!important;
    height: auto!important;
}



/* 		CART MODULE 		*/
#vmCartModule svg {display:none;}
#vmCartModule {
    background: url('/images/cartic.png') left center no-repeat!important;
    border-width: 0px!important;
    z-index: 9999!important;
}


/* 		CART PAGE		 */
#main .proopc-step,
#main .proopc-st-address {display:none;}
#main .proopc-column3 .proopc-shipments {margin-top:0;}
[class^="proopc-icon"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url('/plugins/system/vponepagecheckout/assets/images/glyphicons-halflings.png');
    background-position: 14px 14px;
    background-repeat: no-repeat;
}



/*		VM TITLES		*/
.vmgroup h1,
#main .browse-view h1,
#main .category-view h1,
.productdetails-view h1 {
	text-align:center;
	text-transform:uppercase;
	font-weight:500;
	font-size: 24px;
	text-align: left;
	color: #737373;
	
}
#main .prodlist .product h2,
.prodlist .product h2 {	
	display:block;
	padding:0 0 0 10px;
	margin:5px 0 0 0;
	text-align:center;
	min-height: 64px;
	text-transform: none;
	text-align:left;
	letter-spacing: 0;
	line-height:16px;
	font-size: 14px;
	font-family: 'PT Sans', 'Arial', sans-serif;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
#main .prodlist .product h2 a,
.prodlist .product h2 a {
	display:inline-block;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	text-align:center;
	color:#333;
}
#main .prodlist .product h2 a:hover,
.prodlist .product h2 a:hover {
	text-decoration:none;
}


/*		PRICES		*/
.prodlist > .product .product-price {
	margin:8px 0 0 0;
	float: none;
	text-align: center;
	color: #333;
	font-weight:700;
	font-size:18px;
	height: auto;
}
.price-crossed {
	font-size:90%;
	text-decoration:line-through;
	font-weight:500px;
}
span.vm-price-desc {
    margin:0;
}
.productdetails-view .product-price {
	font-size:24px;
	font-weight:700;
	color:#FF7F02;
	text-align: left;
	margin-bottom:12px!important;
}


/*		PRODUCTS		*/
.vmgroup .prodlist,
.browse-view .prodlist {
	display:flex;
	justify-content:space-around;
	align-content:stretch;
	flex-wrap: wrap;
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
.spacer.product-container {
    border: none !important;
    margin: 0 !important;
    display: block;
    width: 205px;
    overflow: hidden;
}
.vmgroup .prodlist > .product,
.browse-view .prodlist > .product {
	width:205px;
	min-width: 205px;
	margin:14px;
	border-radius:0;
	float:none;
	background:#fff;
	text-align:center;
	padding:0 0 10px 0;
}
.prodlist .product .vm-product-media-container {
	display:block;
	width:205px;
    overflow: hidden;
	padding:0;
	margin:0;	
}
.prodlist .product .vm-product-media-container a {
	display:inline-block;
	width:805px;
	height:300px;
	height:200px;
	text-align:center;
	padding:0;
	margin:0;
	margin-left:-300px;
	box-sizing:border-box;
}
.prodlist .product .vm-product-media-container a img.browseProductImage {
	display:block;
	height:300px;
	height:200px;
	width:auto!important;
	max-height:300px;
	max-height:200px;
	min-height:200px;
	max-width:805px!important;
	border:0;
	margin: 0 auto;
}
.vmgroup .prodlist > .product .addtocart-area {margin:0;}
.vmgroup .prodlist > .product .product-price,
.prodfl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}
.productdetails .prodfl {
	padding:0;
	max-width:320px;
}
.prodfl > * {
	width:100%;
	margin-bottom:5px!important;
	text-align: center;
}


/*		PRODUCT PAGE		*/
.productdetails-view span.title {
	display:block;
	font-size:20px;
	color: #333;
	text-transform: uppercase;
	margin: 20px 0;
}
.productdetails-view .product-description {
	font-size:15px;
	margin-bottom: 24px;
}
.vm-product-container {
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:wrap;
}
.vm-product-container > * {
	width:50%!important;
	display:inline-block;
	float:none;
}
@media (max-width:800px){
	.vm-product-container {justify-content:center;}
	.vm-product-media-container {width:320px!important;}
	.vm-product-details-container {width:100%!important;}
	.productdetails .prodfl {margin:0 auto;}
}
#main .main-image img {
	max-height:none;
	max-height: 400px;
}


/*		LABELS IN CATALOGS		*/
#main .imgalink,
.imgalink {
	display:block;
	text-decoration:none!important;
	padding-top: 10px;
}
#main .imgalink .product_s_desc,
.imgalink .product_s_desc {
	display: inline-block;
	position: absolute;
	left:0;
}
#main .imgalink .product_s_desc div,
.imgalink .product_s_desc div {
	line-height:32px;
	color:#fff;
}
#main .imgalink .product_s_desc div.hit1 {
  display:block;
  width:80px;
  height:80px;
  	background:url('/images/hit.png') center center no-repeat;
	background-size:contain;  
  margin-top:-6px;
}
#main .imgalink .product_s_desc div.hitc {
  display:block;
  width:80px;
  height:80px;
  	background:url('/images/hit-c.png') center center no-repeat;
	background-size:contain;  
  margin-top:-6px;
  line-height:80px;
  font-weight:bold;
  font-size:32px;
  text-align:center;
}






















/* PAGINATION */
.vm-pagination ul {
    text-align: center !important;
    padding-left:0;
    display: flex;
flex-wrap: wrap;
justify-content: center;
}
.vm-pagination li {white-space: nowrap;}
span.pagenav {
    padding: 5px 10px;
    margin: 0 4px;
    border: 1px solid #aaa;
    background-color: #fafafa;
    color: #808080;
    border-radius:3px;
    background:#ccc;
    color:#fff;
}
.pagination-start span.pagenav,
.pagination-prev span.pagenav,
.pagination-next span.pagenav,
.pagination-end span.pagenav,
a.pagenav {
    padding: 5px 10px;
    margin: 0 4px;
    border: 1px solid #aaa;
    background-color: #fafafa;
    color: #808080;
    border-radius:3px;
}
.vm-pagination-top {display:none}

















/*		SEARCH MODULE		*/
.src > form {width:100%;background:#338d50;}
.src {
	display:flex;
	flex-wrap:nowrap;
	width:100%;
}
.src #mod_virtuemart_search {
	display:block;
	border-radius:0;
	box-sizing:border-box;
	width:calc(100% - 60px);
	background:transparent;
	color:#fff;
	line-height:60px;
	border:0;
	padding:0px 20px;
	font-size:14px;
	float:left;
}
.src #mod_virtuemart_search:focus {
	color:#fff;
	border:0;
}
.src .button {
	background:url('/images/src.png') center center no-repeat;
	width:60px;
	height:60px;
	float:left;
	border: 0;
	color: rgba(0,0,0,0);
}


/*		MULTIPLE CHOICE		*/
.catproducttable span.quantity-box, 
.catproducttable span.quantity-controls {display:inline-block!important;}
.product-fields-title {font-size:20px;line-height:24px;}
#catproduct_form .catproducttable caption {display:none;}
.catproducttable th {text-align:center;}
.catproducttable .cell_image img {max-height: 120px;max-width:120px;width:auto;height:auto;margin:0 auto}
.catproducttable .cell_image,
.catproducttable .cell_name,
.catproducttable .cell_quantity,
.catproducttable .cell_sum_priceWithoutTax {text-align:center;}
.catproducttable .cell_sum_priceWithoutTax {text-align:center;white-space:nowrap;}




.product-description {white-space: pre-line;}



#main .vendor-store-desc h1,
#main .category-view h1 {
	display: block;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 10px;
	padding: 0 20px;
	text-align:left;
	font-size:24px;
	text-transform:none;
}



#main .additional-images {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
  align-items:center;
}
#main .additional-images > * {
  width:calc(50% - 1em);
  margin:0.5em;
}
#main .additional-images > * img {
  width:100%;
}







/* КОРЗИНА */
#vmCartModule.cartnotempty:after {
	content:'Корзина покупок';
	display:block;
	text-align:center;
	color: #338d50;
	padding-top: 8px;
}

/*
#ProOPC .cart-images {height:55px;width:55px;display:flex;justify-content:flex-start;align-items:center;position:relative;z-index:1;background:url('/images/zoom.png') -32px center no-repeat;background-size:32px auto;transition:0.25s;}
#ProOPC .cart-images:hover {z-index:2;background-position:center center;}
#ProOPC .cart-images img {transition:0.5s;}
#ProOPC .cart-images:hover img {max-width:360px;max-height:360px;height:auto;width:auto;margin-left:55px;}
*/

.email-group .asterisk {display:none;}

.address_1-group {display:none;}
.address_1-group.checked {display:block;}
#address_1_field {width:100%!important;}
#ProOPC input[type='email'].nocol {color:#ffffff00;}





/* плывучая корзина */
.top.inner-top {position:sticky;top:-230px;z-index:999}
@media (max-width:650px) {.top.inner-top {top:-275px;}}
@media (max-width:360px) {.top.inner-top {top:-295px;}}


#main #ProOPC .proopc-input-append input[type="number"].proopc-qty-input {max-width: 90px;}




/* CARTPAGE */
/*
#bypv_cart div#bypv_cart_fields table td.label, #bypv_cart div.address_block fieldset td.label {display:none;}
#bypv_cart div#bypv_cart_payments {float:none;}
#bypv_cart div.method_block {width:100%;}
*/

tr.email_field.bypv_required > td.label > label:after {display:none;}
.vm-orders-information #tab-1 table tr:last-child {display:none;}
#bypv_cart .delimiter_billto_group .cart_block_title {display:none;}
#bypv_cart div.cart_toolbar input.text_button {display:none;}
#terms-of-service .vm2-termsofservice-icon {display:none;}

#bypv_cart div.cart_toolbar,
.vm2-termsofservice-icon,
#bypv_cart div.address_block fieldset .cart_block_title,
#bypv_cart div#bypv_cart_login.login table, #bypv_cart div.address_block table, #bypv_cart div#bypv_cart_fields table {width:100%;}
#bypv_cart div#bypv_cart_billing_address {float:none;margin:0 auto;width:100%;}
#bypv_cart div.address_block table {border-spacing:0;}
#bypv_cart .cart_block_title {text-align:left;}
#bypv_cart div.address_block > .cart_block_title {padding:0;background:none;}
#bypv_cart div#bypv_cart_fields table textarea,
#bypv_cart div.address_block table input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]) 
{display:block;height:auto;padding: 5px 10px;font-size: 16px;line-height: 20px;border-radius: 3px;border: 1px solid #00000040;background: #fff;min-width: 1px;width: 100%;max-width: 360px!important;margin: 0.375em 0;min-width: 150px;}
#bypv_cart .tos_field td.value {display:flex;justify-content:center;flex-wrap:nowrap;align-items:center;justify-content:center;max-width:360px;margin:0;}
#bypv_cart div.terms-of-service {padding:0 0 0 20px;margin:0;line-height: 1.1;}

#bypv_cart #bypv_cart_shipments fieldset,
#bypv_cart #bypv_cart_payments fieldset {margin:0;max-width:360px;}

/* две колонки */
#bypv_cart div#bypv_cart_payments {float:left;}
#bypv_cart div#cart_customer,
#bypv_cart div#bypv_cart_fields {width:49%;float:left;clear:none;}
#bypv_cart div#bypv_cart_order_summary {clear:both}

/* label над input */
#bypv_cart #bypv_cart_fields table.bypv_fields tr,
#bypv_cart div.address_block table.bypv_fields tr{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;}
#bypv_cart #bypv_cart_fields table.bypv_fields tr.customer_note_field td,
#bypv_cart div#bypv_cart_fields table td.label,
#bypv_cart div.address_block table.bypv_fields tr td.label{display:inline-block;width:100%;}

/* условия обслуживания */
#bypv_cart .tos_field td.value {max-width:100%;margin-top: 5px;}
a.terms-of-service {text-align:left;}


/* картинка в корзине */
#bypv_cart table.summary_table td.name {display: flex;align-items: center;justify-content: flex-start;flex-wrap: nowrap;}
#bypv_cart table.summary_table td.name div.image {height:55px;width:55px;max-width:55px;display:flex;justify-content:flex-start;align-items:center;position:relative;z-index:1;background:url('/images/zoom.png') -32px center no-repeat;background-size:32px auto;transition:0.25s;margin-right:10px;}
#bypv_cart table.summary_table td.name div.image:hover {z-index:2;background-position:center center;}
#bypv_cart table.summary_table td.name div.image img {transition:0.5s;position:absolute;left:auto;right:auto;top:auto;bottom:auto;}
#bypv_cart table.summary_table td.name div.image:hover img {max-width:360px;max-height:360px;height:auto;width:auto;margin-left:55px;}


/* удалить товар из корзины */
#bypv_cart table.summary_table tr.product input.bypv_product_remove {
	background:url('/plugins/system/vponepagecheckout/assets/images/glyphicons-halflings.png');
	background-position: -456px 0;
	background-color:#e6e6e6;
    width: 24px;
    height: 24px;
    border: 5px solid #e6e6e6;
    box-sizing: border-box;
    box-shadow: 1px 1px 0 #ccc, -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 1px 0 #ccc;
    border-radius: 5px;
    transition:0.25s;
}
#bypv_cart table.summary_table tr.product input.bypv_product_remove:hover {
	background-color:#ccc;
    border: 5px solid #ccc;
}


tr.bypv_required.bypv_invalid > td.label:after {display:none!important;}


@media (max-width:767px) {
#bypv_cart div#bypv_cart_payments {float:none;}
#bypv_cart div#cart_customer,
#bypv_cart div#bypv_cart_fields {width:100%;float:none;clear:both;}
}










