/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

/*Kávové předplatné*/
@media only screen and (min-width: 768px) {
	.single-product .product.product_cat-predplatne .large-6.small-12.columns.product-gallery.rtl-right {
		width: 35%;
	}

	.single-product .product.product_cat-predplatne .large-6.small-12.columns.product-info.summary.entry-summary.rtl-left {
		width: 65%;
		padding-bottom: 50px;
	}
}

.single-product .product.product_cat-predplatne .nasa-product-details-page .product-gallery.large-6 .nasa-main-wrap {
	width: 100%;
}

.single-product .product.product_cat-predplatne .nasa-product-details-page .product-gallery.large-6 .nasa-thumb-wrap{
display: none;
}

.single-product .product.product_cat-predplatne .product-info .variations label{
	font-size:100%;
    margin-top: 5px;
}
.single-product .product.product_cat-predplatne .variations .variable-items-wrapper.image-variable-items-wrapper{
	display: block;
	height: 1px;
}
.single-product .product.product_cat-predplatne .variations .variable-items-wrapper.image-variable-items-wrapper .image-variable-item{
	width: 50%;
float: left;
	display: block;
	padding: 0 7px 7px 0;
}
.single-product .product.product_cat-predplatne .variations .variable-items-wrapper.image-variable-items-wrapper[data-attribute_name="attribute_pa_chut"] .image-variable-item,
.single-product .product.product_cat-predplatne .variations .variable-items-wrapper.image-variable-items-wrapper[data-attribute_name="attribute_pa_mnozstvi"] .image-variable-item{
	width: 33%;
}
.single-product .product.product_cat-predplatne .variations .variable-items-wrapper.image-variable-items-wrapper[data-attribute_name="attribute_pa_delka"] .image-variable-item{
	width: 25%;
}

@media only screen and (max-width: 767px){
.single-product .product.product_cat-predplatne .variations .variable-items-wrapper.image-variable-items-wrapper .image-variable-item{
	width: 100%;
float: left;
	display: block;
	padding: 0 0 7px;
}
.single-product .product.product_cat-predplatne .variations .variable-items-wrapper.image-variable-items-wrapper[data-attribute_name="attribute_pa_chut"] .image-variable-item,
.single-product .product.product_cat-predplatne .variations .variable-items-wrapper.image-variable-items-wrapper[data-attribute_name="attribute_pa_mnozstvi"] .image-variable-item,
	.single-product .product.product_cat-predplatne .variations .variable-items-wrapper.image-variable-items-wrapper[data-attribute_name="attribute_pa_delka"] .image-variable-item{
	width: 50%;
		padding: 0 7px 7px 0;
}
}

.single-product .product.product_cat-predplatne .variations .variable-items-wrapper.image-variable-items-wrapper .image-variable-item .variable-item-contents{
	background-color: #f6f6f4!important;
	border: 1px solid #ccc;
}
.single-product .product.product_cat-predplatne .variations .variable-items-wrapper.image-variable-items-wrapper .image-variable-item.selected .variable-item-contents,
.single-product .product.product_cat-predplatne .variations .variable-items-wrapper.image-variable-items-wrapper .image-variable-item:hover .variable-item-contents{
	background-color: #ebeaef!important;
	border-color: black;
	cursor: pointer;
	}
.single-product .product.product_cat-predplatne .variations .variable-items-wrapper.image-variable-items-wrapper .image-variable-item.disabled .variable-item-contents{
	cursor: not-allowed;
	pointer-events: none;
opacity: .5;
	background-color: #f6f6f4!important;
	border-color: #ccc;
}