@media all 
{

h1
{
	font-size: 2rem;
	line-height: 2.2rem;
	margin-bottom: 30px;
}

.states
{
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
}

.states span
{
	display: inline-block;
	clear: both;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	background-color: #000;
	color: #fff;
	margin-bottom: 5px;
	padding-right: 15px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.states span.delivery
{
	background-color: #00bbe3;
}

.states span.present
{
	background-color: #43ac03;
}

.states span.offer
{
	background-color: #d3312b;
}

.states span.sale
{
	background-color: #523594;
}

.columns-product
{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.column-photo,
.column-cart,
.column-info
{
	margin-bottom: 20px;
}

.column-photo .photo-main,
.column-photo .photo-gallery a,
.column-photo .photo-gallery .more
{
	background-color: #fff;
	border: 1px solid #c8ccdb;
	cursor: pointer;
}

.column-photo .photo-main:hover,
.column-photo .photo-gallery a:hover,
.column-photo .photo-gallery .more:hover
{
	border-color: #a0a6bd;
}

.column-photo .photo-main a,
.column-photo .photo-gallery a
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.column-photo .photo-main
{
	position: relative;
	padding: 15px;
}

.column-photo .photo-main a
{
	display: block;
	height: 250px;	
}

.column-photo .photo-main img,
.column-photo .photo-gallery img
{
	visibility: hidden;
	height: auto;
	object-fit: contain;
}

.column-photo .photo-main .photo-example
{
	position: absolute;
	bottom: 20px;
	left: 0px;
	padding: 6px 10px;
	background-color: #8a95be;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;	
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}


.column-photo .photo-gallery
{
	margin-top: 20px;
	font-size: 0;
}

.column-photo .photo-gallery a,
.column-photo .photo-gallery .more
{
	display: inline-block;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0 10px 10px 0;
	position: relative;
	vertical-align: top;
}

.column-photo .photo-gallery a.gif::after
{
	display: block;
	content: '';
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 25px;
	height: 25px;
	background-image: url(../img/icons/icon-3d.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.column-photo .photo-gallery a
{
	display: none;
}

.column-photo .photo-gallery a:nth-child(1),
.column-photo .photo-gallery a:nth-child(2),
.column-photo .photo-gallery a:nth-child(3)
{
	display: inline-block;
}


.column-photo .photo-gallery .more
{
	background-image: url(../img/arrow-right-light.svg);
	background-size: 20px 20px;
}

.column-cart
{
	text-align: center;
}

.column-cart > div
{
	background-color: #FFF;
	border: 1px solid #c8ccdb;
	padding: 0 20px;
}

.column-cart #product-variant
{
	border: 5px solid #c8ccdb;
	border-radius: 6px;
}

.column-cart .prop-availability
{
	padding: 30px 20px;
}

.column-cart .prop-availability .prop-name
{
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: -1px;
	display: inline-block;
	margin-bottom: 10px;
}

.column-cart .prop-availability .prop-name.color-stock
{
	font-size: 1.4rem;
}

.column-cart .prop-availability .prop-note
{
	font-size: 0.8rem;
	line-height: 1rem;
	display: block;
	color: rgba(0,0,0,0.5);
}

.column-cart .prop-cart
{
	display: block;
	padding: 20px 0 35px 0;
	border-top: 1px solid #c6cadb;
}

.column-cart .prop-price-offer
{
	margin-bottom: 5px;
}

.column-cart .prop-price-offer .price
{
	text-decoration: line-through;
	color: #a0a6bd;
}

.column-cart .prop-price-offer .percent
{
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 12px;
	padding: 4px 10px;
	text-transform: uppercase;
	border-radius: 4px;
	display: inline-block;
	background-color: #d3312b;
	color: #FFF;
}

.column-cart .prop-price strong
{
	font-size: 2.5rem;
	line-height: 2.3rem;
}

.column-cart .prop-price span
{
	color: #a0a6bd;
	font-size: 0.9rem;
}

.column-cart .prop-price-bt
{
	margin: 10px 0 20px 0;
	font-size: 1.15rem;
	letter-spacing: -1px;
}

.column-cart .prop-price-eshop
{
	margin: 20px 0 10px 0;
	font-size: 0.9rem;
	letter-spacing: -1px;
}

.column-cart .button.cart
{
	margin-top: 10px;
	font-size: 1rem;
	padding: 13px 20px;
	padding-left: 50px !important;
	background-size: 24px 24px;
	background-position: 15px center;
	background-color: #03ac86;
}

.column-cart .button.cart:hover
{
	background-color: #16c49e;
}

.column-cart .prop-calc
{
	display: block;
	margin-top: 30px;
}

.column-cart .prop-calc a
{
	display: inline-block;
	padding: 5px;
	background-image: url(../img/icons/icon-calc.svg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: left center;
	padding-left: 30px;
}

.column-cart .prop-manufacturer
{
	border-top: 1px solid #c6cadb;
	padding: 20px 20px;
}

.column-cart .prop-manufacturer img
{
	max-width: 90%;
	width: 120px;
}

.column-info .prop-annotation
{
	font-size: 0.9rem;
	color: #8a95be;
}

.column-info
{
	margin-bottom: 40px;
}

.column-info ul
{
	margin: 0 0 30px 0;
	border-top: 1px solid #c6cadb;
}

.column-info ul li a
{
	display: block;
	padding: 14px;
	font-size: 1.1rem;
	letter-spacing: -1px;
	padding-left: 50px;
	background-image: url(../img/icons/icon-delivery.svg);
	background-size: 24px 24px;
	background-position: 10px center;
	border-bottom: 1px solid #c6cadb;
}

.column-info ul li a.delivery
{
	background-image: url(../img/icons/icon-delivery.svg);
}

.column-info ul li a.message
{
	background-image: url(../img/icons/icon-mail.svg);
	background-size: 20px 20px;
	background-position: 12px center;
}

.column-info ul li a.watchdog
{
	background-image: url(../img/icons/icon-eye2.svg);
	background-size: 20px 20px;
	background-position: 12px center;
}

.column-info ul li a.favorite
{
	background-image: url(../img/icons/icon-heart.svg);
}

.column-info ul li a.favorite.active
{
	background-image: url(../img/icons/icon-heart-active.svg);
	font-weight: bold;
}

.column-info ul li a.share
{
	background-image: url(../img/icons/icon-share.svg);
	background-size: 20px 20px;
	background-position: 12px center;
}

.column-info ul li a.wash
{
	background-image: url(../img/icons/icon-wash.svg);
	background-size: 20px 20px;
	background-position: 12px center;
}

.column-info table
{
	font-size: 0.8rem;
	border-spacing: 0;
	border-collapse: separate;
}

.column-info table td
{
	padding: 0;
}


.column-info table td:first-child
{
	padding-right: 20px;
	color: #8a95be;
}

.column-info .prop-annotation
{
	font-size: 0.85rem;
}

.column-info #ratingInfoBar
{
	cursor: pointer;
}

.prop-present
{
	background-color: #fff;
	border: 1px solid #43ac03;
	margin-top: 30px;
	clear: both;
	overflow: hidden;
}

.prop-present::after
{
	clear: both;
	display: block;
	content: '';
}

.prop-present .present-label
{
	background-color: #e4f0dd;
	color: #43ac03;
	font-size: 1.4rem;
	padding: 10px;
	text-align: center;
	letter-spacing: -1px;
	position: relative;
}

.prop-present .present-label::after
{
	position: absolute;
	right: -20px;
	top: 0;
	content: '';
	width: 0;
	border-left: 20px solid #e4f0dd;
	border-bottom: 30px solid transparent;
	border-top: 30px solid transparent;
	cursor:pointer;
}

.prop-present .present-label strong
{
	text-transform: uppercase;
}

.prop-present .present-info
{
	font-size: 0;
	padding: 10px;
}

.prop-present .present-photo
{
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.prop-present .present-title
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 110px);
	font-weight: bold;
	color: #888;
	padding: 0 10px;
	padding-left: 20px;
	font-size: 0.9rem;
	text-decoration: none;
}

.alternative,
.alternative:hover
{
	text-decoration: none;
	display: block;
	position: relative;
	color: #FFF;
	margin-bottom: 30px;
	text-align: center;
	background-color: #3DAFB6;
	overflow:hidden;
	border: 1px solid #3DAFB6;
}

.alternative:hover
{
	background-color: #35a1a7;
	border: 1px solid #35a1a7;
}

.alternative:hover .prop-info:after
{
	border-right-color: #35a1a7;
}

.alternative .prop-photo
{
	display: block;
	height: 140px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px 100px;
}

.alternative .prop-info
{
	display: block;
	padding: 20px;
}

.alternative .prop-info .prop-label
{
	display: block;
}

.alternative .prop-info .prop-label .l1
{
	display: block;
	font-size: 0.9rem;
	line-height: 1rem;
	color: rgba(255,255,255,0.7);
	margin-bottom: 5px;
}

.alternative .prop-info .prop-label .l2
{
	display: block;
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: bold;
}

.alternative .prop-price
{
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1rem;
	font-weight: 300;
	padding: 15px 30px;	
	background-color: rgba(0,0,0,0.2);
}

.alternative .prop-price strong
{
	font-size: 1.6rem;
	line-height: 1.7rem;
	font-weight: bold;
}

.packaging-info
{
	text-align: center;
}

.packaging-info .prop-photo
{
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center center;
	background-color: #fff;
	width: 300px; 
	height: 300px; 
	border-radius: 300px; 
	margin: auto;
	border: 1px solid rgba(0,0,0,0.1);
}

.faq-items .item
{
	background-color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: url(../img/icons/icon-speech.svg);
	background-repeat: no-repeat;
	background-position: 15px 20px;
	padding-left: 70px;
	background-size: 24px 24px;
}

.faq-items .item:hover
{
	background-color: #eeeff5;
	border-color: rgba(0,0,0,0.15);
}

.faq-items .item .prop-info
{
	font-size: 0.8rem;
	color: #8a95be;
	margin-top: 10px;
	display: block;
}

.faq-items .item .prop-info .prop-link
{
	color: #c20017;
	text-decoration: underline;
	cursor: pointer;
}

.faq-items .item .prop-answer
{
	font-size: 0.9rem;
	margin-top: 25px;
	padding-left: 15px;
	border-left: 6px solid #c6cadb;
	display: none;
}

.table-review
{
	width: auto;
}

.table-review td
{
	padding: 10px 40px;
	vertical-align: middle;
}

.table-review td:first-child
{
	border-right: 1px solid #c6cadb;
}

.review-items .item
{
	background-color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: url(../img/icons/icon-review.svg);
	background-repeat: no-repeat;
	background-position: 15px 20px;
	padding-left: 70px;
	background-size: 32px 32px;
}

.review-items .item .prop-info
{
	color: #8a95be;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 4px;
}

.review-items .item .rating
{
	margin-top: 5px;
	margin-bottom: 10px;
}


.review-items .item .prop-plus,
.review-items .item .prop-minus
{
	margin-top: 10px;
	display: block;
}

.review-items .item ul
{
	padding: 0;
	margin: 0;
	list-style: none outside;
}

.review-items .item li
{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px 16px;
	display: block;
	padding: 2px;
	padding-left: 25px;
	font-size: 14px;
}

.review-items .item .prop-plus li
{
	background-image: url(../img/icons/icon-plus2.svg);
}

.review-items .item .prop-minus li
{
	background-image: url(../img/icons/icon-minus2.svg);
}


ul.tabs.large
{
	margin-top: 40px;
}

.tab-content
{
	display: none;
}

.tab-content.active
{
	display: block;
}

.tab-content .text
{
	font-size: 1rem;
}

.tab-content .video iframe,
.tab-content .video video
{
	border: 0 none;
	max-width: 100%;
	width: 600px;
	height: 400px;
}

#tab-delivery .delivery-payment
{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#tab-delivery .message-delivery-free
{
	margin-bottom: 0;
}

#tab-delivery .message-info
{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.text table
{
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #c8ccdb;
	margin: 20px 0;
}

.text table td,
.text table th
{
	font-size: 0.9rem;
	text-align: left;
	padding: 4px 8px;
	border-bottom: 1px solid #c8ccdb;
}

.text img[style*="float: left"],
.text img[style*="float:left"]
{
	margin-right: 30px;
	margin-bottom: 30px;
	max-width: 50%;
	height: auto !important;
}

.text img[style*="float: right"],
.text img[style*="float:right"]
{
	margin-left: 30px;
	margin-bottom: 30px;
	max-width: 50%;
	height: auto !important;
}

.text img[style*="margin-left: auto"],
.text img[style*="margin-left:auto"]
{
	width: 100% !important;
	height: auto !important;
}

.text img
{
	height: auto !important;
}

.text ul
{
	list-style-position: inside;
}


}

@media (max-width: 991px) {

#MEDIA-MOBILE-TABLET-ONLY------------------------------
{
}

h1
{
	font-size: 1.5rem;
	line-height: 1.9rem;
}

.column-info
{
	/*border-top: 1px solid #c6cadb;*/
	padding-top: 20px;
	margin-bottom: 0;
}

.col-group
{
	margin: 0;
}

ul.tabs.large
{
	margin-top: 0;
}

}


@media (min-width: 768px) {

#MEDIA-TABLET------------------------------
{
}

.column-photo,
.column-cart
{
	float: left;
	width: 50%;
}

.column-photo
{
	padding-right: 20px;
}

.column-photo .photo-main a
{
	height: 400px;	
}

.column-photo .photo-gallery a,
.column-photo .photo-gallery .more
{
	width: 75px;
	height: 75px;
}

.column-info
{
	clear: both;
}

.alternative,
.alternative .prop-info
{
	height: 100px;
}

.alternative .prop-photo
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 150px;
	height: auto;
	background-size: 60px 60px;
}

.alternative .prop-info
{
	display: table;
	position: absolute;
	top: 0;
	left: 150px;
	height: 100px;
	bottom: 0;
	padding: 0 30px;	
	vertical-align: middle;
	width: calc(100% - 320px);
}

.alternative .prop-info:after
{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-right-color: #3DAFB6;
	border-width: 15px;
	margin-top: -15px;
}

.alternative .prop-info .prop-label
{
	display:table-cell;
	vertical-align: middle;
}

.alternative .prop-info .prop-label .l1
{
	display: block;
	margin-bottom: 0;
}

.alternative .prop-info .prop-label .l2
{
	display: block;
}

.alternative .prop-price
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 170px;
	padding-top: 30px;
	border-radius: 0;
}


}


@media (min-width: 768px) and (max-width: 991px) {

	#MEDIA-TABLET-ONLY------------------------------
	{
	}

	
	.column-info table
	{
		text-align: center;
		width: 100%;
	}
	
	.column-info table tr
	{
		display: inline-block;
	}
	
	.column-info table td
	{
		display: inline-block;
		padding: 0 20px 0 0;
	}
	
	.column-info table td:first-child
	{
		padding: 0;
	}
	
	.column-info ul
	{
		text-align: center;
		margin: 20px 0;
		border-bottom: 1px solid #c6cadb;
		padding: 5px 0;
	}
	
	.column-info ul li
	{
		display: inline-block;
		margin-right: 20px;
	}
	
	.column-info ul li a
	{
		border: 0 none;
	}
	
	}


@media (min-width: 992px) {

#MEDIA-DESKTOP------------------------------
{
}


.column-photo,
.column-cart,
.column-info
{
	float: left;
	width: 33.33%;
	clear: none;
}

.column-photo
{
	padding-right: 10px;
}

.column-photo .photo-main a
{
	height: 400px;	
}

.column-photo .photo-gallery a,
.column-photo .photo-gallery .more
{
	width: 65px;
	height: 65px;
}

.column-cart
{
	padding: 0 10px;
}

.column-info
{
	padding-left: 20px;
}

.prop-present
{
	position: relative;
}

.prop-present .present-label
{
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 14px 5px;
}

.prop-present .present-info
{
	margin-left: 330px;
	width: calc(100% - 330px);
}

#tab-delivery
{
	padding: 50px;
}

.review-items .item .prop-plus,
.review-items .item .prop-minus
{
	width: 45%;
	display: inline-block;
	vertical-align: top;
}

}


@media (min-width: 1250px) {

#MEDIA-LARGE------------------------------
{
}

.column-photo
{
	width: 38%;
}

.column-cart
{
	width: 32%;
}

.column-info
{
	width: 30%;
}

.column-photo
{
	padding-right: 20px;
}

.column-photo .photo-gallery a,
.column-photo .photo-gallery .more
{
	width: 70px;
	height: 70px;
}

.column-photo .photo-gallery a:nth-child(4)
{
	display: inline-block;
}


.column-cart
{
	border-left: 1px solid #c8ccdb;
	border-right: 1px solid #c8ccdb;
	padding: 0 20px;
}

.alternative,
.alternative .prop-info
{
	height: 90px;
}

.alternative .prop-info
{
	left: 200px;
	width: calc(100% - 400px);
}

.alternative .prop-photo
{
	width: 200px;
}

.prop-present .present-title
{
	width: calc(100% - 110px);
	font-weight: bold;
	color: #888;
	padding: 0 10px;
	padding-left: 20px;
	font-size: 0.9rem;
	text-decoration: none;
}

.alternative .prop-price
{
	padding-top: 23px;
}


.alternative .prop-info .prop-label .l1
{
	font-size: 1rem;
	line-height: 1.2rem;
}

.alternative .prop-info .prop-label .l2
{
	font-size: 1.7rem;
	line-height: 1.9rem;
}

.tab-content .video iframe,
.tab-content .video video
{
	width: 800px;
	height: 450px;
}

}

@media (min-width: 1440px) {

#MEDIA-ULTRA------------------------------
{
}


}


@media (min-width: 1919px) {

#MEDIA-FULLHD------------------------------
{
}

}


@media print {

#MEDIA-PRINT------------------------------
{
}

.column-info ul.menu,
.button-back-arrow,
.column-photo .photo-gallery .more,
hr
{
	display: none !important;
}


}

	