/* 		REMOVE UNUSABLE		
.productdetails .product-short-description,
*/
.browse-view .virtuemart_search,
.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,
#fancybox-title,
.qv {display:none!important;}

/*span.quantity-box, 
span.quantity-controls,*/


.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:700;
	text-transform:uppercase;
	color:#fff;
	background:url('/images/cart1.png') 10px center no-repeat;
	background-size:20px auto;
	background-color:#0097C6;
	border:0;
	padding:0 18px 0 36px;
	transition:0.25s;
	letter-spacing: 0;
	background-color:transparent;
}
.carma span.addtocart-button input.addtocart-button:hover {
	background:url('/images/cart1.png') 10px center no-repeat;
	background-size:20px auto;
	background-color:#286090;
	background-color:transparent;
	color: #f7ce2a;
}

/*		CART FANCYBOX		*/
#fancybox-wrap {
	width: 100%!important;
	min-width: 320px!important;
	max-width: 600px!important;
}
#fancybox-bg-n,
#fancybox-bg-e,
#fancybox-bg-s,
#fancybox-bg-w,
#fancybox-bg-ne,
#fancybox-bg-se,
#fancybox-bg-sw,
#fancybox-bg-nw {background:none;}
#fancybox-outer {width:100%!important;background: none!important;}
#fancybox-content {
/*    background: none !important;*/
    width: 100% !important;
    height: auto !important;
    border-width: 0 !important;
}

#fancybox-content h4 {color:#fff;font-size:16px;}
#fancybox-content > div {background: url('/images/bg.jpg') center top;padding:10px;}
.continue_link {display:inline-block;width:192px;} 
.showcart {display:inline-block;width:162px;} 
.continue_link, 
.showcart {
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	background:none;
	padding:0;
	text-align:center;
	border-radius:3px;
	line-height: 32px;
	font-weight: 700;
	transition:0.25s;
}
.continue_link:hover, 
.showcart:hover {
	color:#f7ce2a;
	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;
}

/* 		CART MODULE 		*/
.top .carta #vmCartModule {border-width: 0!important;margin-top: 0;z-index: 99 !important;padding:0;height:20px;}
#vmCartModule svg {height: 20px;width: 20px;}
.top .carta,
.top .carta .cart_top .total_products {background:none}
.top .carta .cart_content {
	background:#313131;
	color:#fff;
	border-width: 1px 0 0 0;
border-radius: 0;
}
.top .carta .cart_content .product_name a {color:#fff;}
.top .carta .cart_content .product_name a:hover {color:#f7ce2a;text-decoration:none!important;}
.top .carta .cart_top .total {color:#fff;}
.top .carta .cart_content .show_cart a {background:transparent;}
.top .carta .product_row {border-bottom: 0;}

.top .carta .cart_top {
	display:flex;
	align-items:center;}
.top .carta .cart_top .total {
	order:1;
	height:20px;
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
}
.top .carta .cart_top .total_products {
	min-width:auto;
	order:2;
	top: auto;
	left: auto;
	position:relative;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	height:20px;
	padding:0;
	white-space:nowrap;
}
.top .carta .cart_top .total_products:before {content:'(';}
.top .carta .cart_top .total_products:after {content:')';}
}
.top .carta .cart_empty {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}








/* 		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: #fff;
	
}
#main .prodlist .product h2,
.prodlist .product h2 {	
	display:block;
	padding:0;
	margin:15px 0 0 0;
	text-align:center;
	min-height:40px;
	text-transform: none;
	letter-spacing: 0;
	line-height:18px;
	font-size: 16px;
}
#main .prodlist .product h2 a,
.prodlist .product h2 a {
	font-size:16px;
	line-height:18px;
	text-decoration:none;
	text-align:center;
	color:#fff;
}
#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: #f7ce2a;
	font-weight:700;
	font-size:18px;
}
.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:#f7ce2a;
	text-align: left;
	margin-bottom:12px!important;
}


/*		CATEGORIES		*/
#main .catflx {
	display:flex;
	align-items:stretch;
	justify-content:center;
	flex-wrap:wrap;
}
#main .catflx > div {
	display:inline-block;
	margin:5px;
	width:250px;
	border-radius:5px;
	box-shadow: 0 0 4px #999;
	box-shadow:none;
}
#main .catflx > div h2 {
	margin:0;
	text-transform:none;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 0;
	font-weight: bold;
}
#main .catflx > div h2 a {
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	text-transform:uppercase;
	transition:0.25s;
}
#main .catflx > div:hover h2 a {
	color:#f7ce2a;
}
#main .catflx .catimga {
	display:flex;
	align-items:center;
	justify-content:center;
	height:320px;
	height:200px;
	width:100%;
	padding-top:10px;
}
#main .catflx img {
	max-width:calc(100% - 20px)!important;
	max-height:320px!important;
	width:auto!important;
	height:auto;
}
.category-view > h1 {display:none;}
.category_description {padding-bottom:40px;}
.category_description .flx {
	justify-content:left;
	flex-wrap:nowrap;
	color:#fff;
	text-transform:uppercase;
	font-weight: 700;
	font-size: 32px;
	margin: 40px auto;
	letter-spacing: 1px;
	text-align: left;
align-items: center;
border-bottom: 1px solid #515151;
padding-bottom: 20px;
}




/*		PRODUCTS		*/
.vmgroup .prodlist,
.browse-view .prodlist {
	display:flex;
	justify-content:center;
	align-content:stretch;
  flex-wrap: wrap;
}
.spacer.product-container {
    border: none !important;
    margin: 10px !important;
    display: block;
    width: 210px;
    overflow: hidden;
  margin: 0 5px 10px 5px !important;
}
.vmgroup .prodlist > .product,
.browse-view .prodlist > .product {
	width:220px;
	margin:5px;
	border-radius:0;
	float:none;
	background:transparent;
	text-align:center;
	padding:0 0 10px 0;
	box-shadow: none;
}
.prodlist .product .vm-product-media-container {
	display:block;
	width:200px;
	/*width: 100%;*/
    overflow: hidden;
	padding:0;
	margin:0;	
}
.prodlist .product .vm-product-media-container a {
	display:inline-block;
	width:800px;
/*	width: 100%;*/
	height:250px;
	text-align:center;
	padding:0;
	padding-top: 10px;
	margin-left:-300px;
	/*margin:0;*/
	box-sizing:border-box;
}
.prodlist .product .vm-product-media-container a img.browseProductImage {
	display:block;
	height:250px;
	width:auto!important;
	max-height:250px;
	max-width:800px!important;
/*	max-width:100%!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;
}
.prodlist .product h2 {min-height: 56px;}

/*		PRODUCT PAGE		*/
.productdetails-view span.title {
	display:block;
	font-size:20px;
	color: #fff;
	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;
}
.vm-product-media-container .additional-images {
	display:flex;
	justify-content:center;
	align-items:center;
}
.vm-product-media-container .additional-images img {
    margin:0 10px;
    width: 120px;
    height: auto;
}
@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		*/
#mod_virtuemart_search {
	display:block;
	border-radius:3px;
	box-sizing:border-box;
	width:calc(100% - 50px);
	max-width:250px;
	color:#6a6a6a;
	line-height:42px;
	border:1px solid #ccc;
	padding:0px 10px;
	padding-left:10px;
	font-size:14px;
	/*background:url('/images/src.png') 10px center no-repeat;*/
	float:left;
}
#mod_virtuemart_search:focus {
	color:#000;
	border:1px solid #000;
}
.search .button {
	background:url('/images/src.png') 10px center no-repeat;
	width:44px;
	height:44px;
	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;}



#main .cart-summary .grand-total td, 
#main .cart-summary .grand-total-p-currency td, 
#main .continue-checkout-box {
    background-color: transparent;
    color: #fff;
    border: 0;
}




















#cboxClose {
	width: 30px;
	height: 30px;
	opacity: 1;
	border-radius: 0;
	background: transparent url('/components/com_virtuemart/assets/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
}





.product-line {
	display:block;
	width:100%;
	max-width:900px;
	margin:10px auto;
}
.product-line .flx {align-items:center;flex-wrap: nowrap;}
.product-line .flin1 {width:calc(100% - 400px);}
.product-line .flin2 {width:100px;;}
.product-line .flin3 {width:100px;}
.product-line .flin4 {width:200px;}


.pht {
	display:block;
	width:24px;
	height:24px;
	background:url('/images/phin.png') center center no-repeat;
}
.phin {
	display:block;
	position:absolute;
	transition:0.5s;
	top: -450px;
	right: 50px;
}
.phin img {
	max-width:300px;
	max-height:400px;
}
.pht:hover .phin {
	display:block;
	position:fixed;
	top:50px;
	right:50px;
	z-index:9999;
}

.product-line .carma span.addtocart-button input.addtocart-button {
	font-size: 1px;
	padding: 0;
	width: 36px;
	height: 36px;
	background: url('/images/cart1.png') center center no-repeat;
	background-size: 75% auto;
	color: rgba(0,0,0,0);
}
.product-line .carma span.addtocart-button input.addtocart-button:hover {
	background: url('/images/cart1.png') center center no-repeat;
	background-size: 75% auto;
}


span.quantity-controls input.quantity-plus {
	height:22px;width:22px;
	background: url('/images/qplus.png') no-repeat center center;
	background-size:12px;
}
span.quantity-controls input.quantity-minus {
	height:22px;width:22px;
	background: url('/images/qminus.png') no-repeat center center;
	background-size:12px;
}
span.quantity-controls {width:auto;}
.quantity-box .quantity-input {
	height: 22px;
	width: 22px;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 16px;
	font-family: 'Ubuntu', 'Arial', sans-serif;
}
.quantity-box .quantity-input:hover {background:transparent!important;color:#fff!important;}






































/* 		CART MODULE 		*/
.contentpane #main {padding:0;}
.contentpane #main ul.breadcrumb {padding-top:10px;padding-bottom:0;}
.intop {padding:10px 0;text-align:right;}
.intop .carta #vmCartModule {border-width: 0!important;margin-top: 0;z-index: 99 !important;padding:0;height:20px;}
#vmCartModule svg {height: 20px;width: 20px;}
.intop .carta,
.intop .carta .cart_top .total_products {background:none}
.intop .carta .cart_content {
	background:#313131;
	color:#fff;
	border-width: 1px 0 0 0;
border-radius: 0;
}
.intop .carta .cart_content .product_name a {color:#fff;}
.intop .carta .cart_content .product_name a:hover {color:#f7ce2a;text-decoration:none!important;}
.intop .carta .cart_top .total {color:#fff;}
.intop .carta .cart_content .show_cart a {background:transparent;}
.intop .carta .product_row {border-bottom: 0;}

.intop .carta .cart_top {
	display:flex;
	align-items:center;}
.intop .carta .cart_top .total {
	order:1;
	height:20px;
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
}
.intop .carta .cart_top .total_products {
	min-width:auto;
	order:2;
	top: auto;
	left: auto;
	position:relative;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	height:20px;
	padding:0;
	white-space:nowrap;
}
.intop .carta .cart_top .total_products:before {content:'(';}
.intop .carta .cart_top .total_products:after {content:')';}
}
.intop .carta .cart_empty {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.su-spoiler-title h3 {
    font-size: 16px;
    text-transform: uppercase;
}





.padded-product-image{
    width: 110px;
    height: auto;
    padding-right:10px;
}
.padded-product-image img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}