/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
.pxh-tabs {
	margin-top: 40px;
/*    max-width: 90%;*/
    float: none;
    list-style: none;
    padding: 0;
/*    margin: 0px auto;*/
    border-bottom: 4px solid #ccc;
}
.pxh-tabs:after {
    content: '';
    display: table;
    clear: both;
}
.pxh-tabs input[type=radio] {
    display:none;
}
.pxh-tabs label {
	padding: 0 15px;
	margin-bottom: 0px;
    display: block;
    float: left;
    min-width: 25%;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
/*    box-shadow: inset 0 4px #ccc;*/
    border-top: 4px solid #ccc;
    background: #ccc;
    -webkit-transition: all 0.3s; /* Safari 3.1 to 6.0 */
    transition: all 0.3s;
}
.pxh-tabs label span {
 /*   display: none;*/
}
.pxh-tabs label i {
    padding: 0px;
    margin-right: 0;
}
.pxh-tabs label:hover {
    color: #000;
/*    box-shadow: inset 0 4px #000;*/
    border-top: 4px solid #000;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background-color:#ffffff;
}

.pxh-tabs [id^="tab"]:checked + label {
    background: #FFF;
/*    box-shadow: inset 0 4px #000;*/
    border-top: 4px solid #000;
    color: #000;
}

#tab-desc:checked ~ #tab-desc-content,
#tab-video:checked ~ #tab-video-content,
#tab-related:checked ~ #tab-related-content,
#tab-customs:checked ~ #tab-customs-content 
{
    display: block;
}

@media (max-width: 768px) {
    .pxh-tabs i {
        padding: 5px;
        margin-right: 10px;
    }
    .pxh-tabs label {
    	min-width: 20%;
    	width: auto;
    	float: left; display: inline-block;
    }
    .pxh-tabs label span {
        display: inline-block;
    }
    .pxh-tabs {
    max-width: 750px;
    /*margin: 0px auto;*/
    }
}



/*form.uk-search:hover .uk-search-field {
    width: 100px;
}*/
.uk-search-field ~ button {
display: none;
/*width: 1px;overflow: hidden;*/
}

.uk-search-field.active ~ button {
	position: absolute;
	display: inline-block;
    width: 30px;
    height: 38px;
    top: 1px;
    right: 0;
    background: #fff;
    border:0;
    overflow: hidden;
}
.uk-search-field.active ~ button:after {
/*display: inline-block;*/
    content: "\e900";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    line-height: 40px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    color: #000000;
    font-family: 'Luna';
    background: #fff;
/*width: 50px;*/
}

/*button.search-button:focus {
display: inline-block;
}*/

.uk-search-field {

}



.product-fields .product-field {
    border-bottom: 0;
}

.product-field-display {
	text-align:left;
}

.productdetails-view.productdetails {
	font-size: 16px;
}
.vm-search-descr {
	display:none !important;
}

.browse-view .product-price {
	display: table;
}

.browse-view .vm-price-value {
	display: table-row; width: 100%;
}

.browse-view .vm-price-value span:first-child {
	display: table-cell; width: 60%;
	text-align: right; margin: 0;
	padding-right:10px;
}

.browse-view .vm-price-value span:last-child {
	box-sizinG: border-box;
	display: table-cell; width: 33%;
	text-align: right;
}

.browse-view .product_s_desc {
	display: none;
}

.vm-product-descr-container-1 {
    min-height: 50px;
    margin-bottom: 6px;
}

.additional-images img {
	width: 100px;
	margin-right: 0px;
}

div.additional-images {

}
div.additional-images .floatleft a {
	margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center; 
  
	width: 100px;
	height: 100px; 
	background-color: white;
	overflow: hidden;
	text-align: center;
/*	display: inline-block;*/
}

.pictograms .product-fields .product-field-type-E {
	float: left;width: auto;
}

.pictograms .product-fields .product-field-type-E .product-field-display {
  display: flex;
  align-items: center;
  justify-content: center; 
  
	width: 64px;
	height: 64px; 

}

.product-field-display .vzor img {
	max-width: 100px;
}

.product-related-products, .product-related-categories {
	border-top: 0;
}


.product-related-products {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-related-products .product-field-type-R { 
	margin: 0;
	width: 25%;
	padding: 0;
}
.product-related-products h4 {
	display: block; width: 100%;
}

.product-fields-title-wrapper {
	width: 100%;
}


@media (max-width: 980px) {
	.product-related-products .product-field-type-R {
	    width: 49.9%;
	}
}
.category-view .category-view, .productboxes {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.productboxes {
}


.catbox, .productbox, .product-related-products .product-field-type-R, .catbox_inside {
	box-sizing: border-box;
	position: relative;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.catbox_cover {
	position: absolute; top:0; left:0;
	width: 100%;
	height: 100%;
	box-shadow: inset -30px 0px 30px rgba(0,0,0,0.05);	
}
.catbox_cover a {
	display: block;
	width: 100%;
	height: 100%;

}

.catbox_inside {
	padding: 20px 20px;
	width: 100%;
	height: 100%;
}
.catbox {
	background-color: white;
	text-align: center;
	width: 25%;
	margin-top:10px;
	max-width: 25%;

}
.catbox h2 {
	text-transform: none;
	letter-spacing: 0px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 20px;
	
}
.catbox:hover .catbox_cover {
	background: rgba(0,0,0,0.08);
}
.catbox:hover h2 a {
/*	color: white !important;*/
}


.productbox {
	width: 23%;
	max-width: calc(100% * (1/4) - 10px - 1px);
	background-color: white;
	text-align: center;
	margin-top:20px;
	flex: 1 1 23%;
	align-self: auto;
	margin: 5px;
  	padding: 20px 10px 40px 10px;
	box-shadow: 0 8px 6px -6px rgba(0,0,0, 0.4);
}	
	
.productbox:hover {
	box-shadow: 0 8px 6px -6px rgba(0,0,0, 0.8);
}

.productbox .product-price {
    font-size: 13px;
    color: #666;
}

.orderby-displaynumber {
	border:0;
	margin:0;
}
@media (max-width: 980px) {
	.catbox,
	.productbox {
		width: 31%;
		flex: 1 1 31%;
		max-width: calc(100% * (1/3) - 10px - 1px);
	}
}
@media (max-width: 768px) {
	.catbox,
	.productbox {
		width: 46%;
		flex: 1 1 46%;
		max-width: calc(100% * (1/2) - 10px - 1px);
	}
}

@media (max-width: 480px) {
	.productbox {
		width: 100%;
		flex: 1 1 100%;
		max-width: 100%;

	}
}
.vm-product-details-container .pictograms {
	margin-top: 20px;
}
