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

/*
 * Custom Style Sheet - Use this file to style your content
 */

 /* Custom Logo
 
 
----------------------------------------------------------------------------------------------------*/
 .uk-header {
     width:100px;
 }
 
 .uk-hidden-small {
     width:200px;
     text-align:center;
     height:30px;
 }
 
 .kontakty-table {
     border-spacing: 10px;
 }

 .content.clearfix {
	padding-bottom: 10px;
}

 .contact-table>div {
	 clear:both; 
	 line-height: 2;
 }
 .contact-table .operator {
	 float:left; 
	 width: 180px;
 }
 .contact-table .operator span, .contact-table .contact-phone span {
	 font-size: 15pt;
 }
 .contact-table .contact-phone {
	 float:left; 
	 width: 200px;
 }
 .contact-table .contact-job {
	 overflow:hidden;
 }
 .contact-table .contact-job span {
	 font-size: 15pt;
	 float:left; 
	 width: 150px;
 }
 .contact-table .contact-job span:last-child {
	 width: 180px;
 }
.clear-both {
	clear: both;
}
@media (max-width: 767px){
 .contact-table>div>div {
  float:none !important;
  width: 100% !important;
 }
 .contact-table>div>div>span {
  float:none !important;
  display: inline-block;
 }
 .contact-table>div {
  text-align: center;
 }
}
.select-width:nth-child(3n+1):before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    background: #e9e8e8;
}
.select-width:first-child:before {
    height: 0;
}
.select-width {
    margin-bottom: 5px;
}
.vmproduct .select-width {
    margin-bottom: 20px;
}
.vmproduct .select-width .spacer {
	padding-top: 15px;
}
.vmproduct, .browse-view {
    position: relative;
}
.matchHeight {
	position: relative;
}
.matchHeight .bannerProduct {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bannerProduct {
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	min-height: 300px;
}
.bannerProduct img {
	display: none;
}
.bannerProduct a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.3);
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s; /* Safari and Chrome */
	-moz-transition:    all 0.3s ease 0s; /* Firefox */
	-ms-transition:     all 0.3s ease 0s; /* IE 9 */
	-o-transition:      all 0.3s ease 0s; /* Opera */
	transition:         all 0.3s ease 0s;
}
.bannerProduct a span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -20px;
	font-weight: bold;
	width: 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: 1px solid;
	color: #fff;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px;
}
.bannerProduct a:hover {
	opacity: 1;
}
.additional-images .floatright {
	text-align: center;
}
.vm-product-details-container {
	width: 50%;
	height: 50px;
}
.vm-product-details-container > div{
	width: auto !important; float: left;
	margin-left: 20px !important;
	margin-right: 0 !important;
	text-align: left;
}
.productdetails-view .addtocart-bar {
	margin-top: 0 !important;
}
.vm-product-details-container .product-price {
	margin: 10px 0 10px 20px !important;
}
.vm-product-details-container > div span.addtocart-button{
	float: none;
}


.additional-images img {
	margin: 10px 2%;
	width: 96% !important;
	float: none !important;
}
@media (max-width: 767px){
	.bannerProduct {
		background: none !important;
		position: relative !important;
		min-height: 300px;
	}
	.bannerProduct img {
		display: block;
		margin: 0 auto;
	}
}

@media (max-width: 991px){
	div.select-width {
		width: 50%;
	}
	.select-width:nth-child(3n+1):before {
		display: none;
	}
	.select-width:nth-child(2n+1):before {
		content: '';
		display: block;
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		background: #e9e8e8;
	}
	.select-width:first-child:before {
		height: 0;
	}
	iframe {
		max-width: 100%;
		height: auto;
	}
}
@media (max-width: 479px){
	div.select-width {
		width: 100%;
		float: none;
	}
	.select-width:nth-child(3n+1):before {
		display: none;
	}
	.select-width:nth-child(n+1):before {
		content: '';
		display: block;
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		background: #e9e8e8;
	}
	.select-width:first-child:before {
		height: 0;
	}
	.uk-hidden-small {
	    display:none;
	}
}

.mod-box.top_items {
    padding: 5px 10px 0;
}
@media (max-width: 767px){
 .vmgroup>div:after{
  /* display:none; */
 }
 .vmgroup>div>div:after {
  /* display: inline-block;
  content: '';
  height: 1px;
  width: 100%;
  background: #e9e8e8;
  margin: 10px 0 30px;
  overflow: hidden; */
 }
}

.vmgroup span.PricesalesPrice {
    float: right;
    font-size: 20px;
	line-height: 40px;
    margin: 0 25px 0 0;
    font-weight: normal;
    color: #4e4b46;
    font-family: "DroidSansRegular";
}
.vmgroup .spacer>a:first-child {
    display: inline;
}
.vmgroup .spacer a {
    display: block;
    margin: 2px 10px 2px 10px;
    padding: 0;
    text-align: center;
}

.vmgroup>div:after {
   /*  display: inline-block;
    content: '';
    height: 1px;
    width: 100%;
    background: #e9e8e8;
    margin: 10px 0 30px;
    overflow: hidden; */
}
.vmgroup>div:nth-last-child(2):after,.vmgroup>div:nth-last-child(3):after {
   /*  height: 0;
    width: 100%;
    background: transparent;
    margin: 0; */
}
.vmgroup .spacer {
    text-align: center;
}

#innerbottom .top_items .module-title .color {
    color: #2c2b29;
}

.video-director {
    width: auto;
    height: auto;
}

@media (max-width: 768px) {

    
 #popup_call {
  left: 0;
  margin-left: 0;
  width: 100%;
  height: auto;
 }
 #popup_call .close {
  right: 6px;
 }
}
section#innerbottom {
    overflow: hidden;
}

@media (max-width: 768px) {
.description td {
display: block;
width: 100%;
}
}


 h2 {
	 margin-top: 10px;
 }
 
 #content {
	 padding-top: 5px;
	 padding-bottom: 0px;
 }

 .width33 {
	 float:left;
 }
 
 .quantity-box {
	 display:none;
 }
 
 .quantity-controls {
	 display:none;
 }
 
 .custom-logo {
	display: inline-block;
	width: 190px;
	height: 60px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 380px) {

	.custom-logo { width: 145px; }
	
}


@media (max-width: 420px) {

	.cellMiddle_spp {display:none;}
	
}

@media (max-width: 720px) {

	.cellRight_spp {display:none;}
	.module.mod-box.last_comments_spp.deepest {display:none;}
	
}




 /* Widgetkit Slideshow Tabs Venture
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-tabs-venture .nav li span {
	padding-top: 48px;
	background: url(../../../images/yootheme/demo/icons_tabs.png) 50% 0 no-repeat;
}

.wk-slideshow-tabs-venture .nav li.tab-1.active span { background-position: 50% -80px; }
.wk-slideshow-tabs-venture .nav li.tab-2 span { background-position: 50% -160px; }
.wk-slideshow-tabs-venture .nav li.tab-2.active span { background-position: 50% -240px; }
.wk-slideshow-tabs-venture .nav li.tab-3 span { background-position: 50% -320px; }
.wk-slideshow-tabs-venture .nav li.tab-3.active span { background-position: 50% -400px; }


 /* Frontpage Demo Content
----------------------------------------------------------------------------------------------------*/

.push33,
.pull33 { position: relative; }
.push33 { left: 33.333%; }
.pull33 { left: -33.333%; }

#top-b .frontpage .button-primary,
#top-b .frontpage .button-default { margin-top: 70px; }

/* No Phones */
@media (min-width: 768px) {

	/* Custom */
	.mobile-contacts {display:none};
	#top-b .frontpage .width50 h3 { margin-top: 40px; }
	#top-b .frontpage.fp3 { margin-top: 15px; }
}

/* Only Phones */
@media (max-width: 767px) {
    .mobile-contacts {display:block};
	.vm-product-details-container > div{
		width: 100% !important;
		margin: 20px 0 !important;
		float: none;
		text-align: center;
	}

	.vm-product-details-container .product-price {
		margin: 10px 0 !important;
	}
	#lz_floating_button {
		display:none;
	}

	/* Tools */
	.quote h1 {
		font-size: 32px;
		line-height: 32px;
	}
	.quote h2 {
		font-size: 18px;
		line-height: 18px;
	}
	.quote h1:before,
	.quote h2:after { display: none; }

	/* Custom */
	.push33 { left: auto; }
	.pull33 { left: auto; }

	#top-b .frontpage .button-primary,
	#top-b .frontpage .button-default { margin-top: 0; }

	#top-b .frontpage.fp1 .width33 { width: 100%; }

	#bottom-a .mod-dotted .frontpage { padding-bottom: 45px; }
	#bottom-a .mod-dotted .frontpage .button-default.float-right {
		float: none;
		position: absolute;
		bottom: 15px;
		left: 15px;
	}


}

div#spp_subscribe_field { 
 margin-top: 10px; 
} 

input#spp_subscribe_field { 
 clear: none !important; 
 
} 

div#spp_subscribe_input { 
 max-width: 5% !important;
 margin-top: 10px !important;
  
}

div#spp_subscribe_div {  
 width: 50% !important;   
 margin-top: 10px !important;  
}

.productdetails-view .product-description {
	width: 50%;
}
.productdetails-view .product-image {
	float: right;
	width: 50%;
}
.productdetails-view .product-description img,
.productdetails-view .product-image img {
	max-width: 100%;
}




/* //spp+ start */
#header {
    margin: 1px 10px;
}
#page-bg {
    background: url(../images/texture/fabric_02.jpg) 0 0 repeat !important;
    background-attachment: fixed !important;
}
#breadcrumbs, #content {
    margin: 10px;
    border-radius: 6px;
    background: #fff;
    padding: 10px;
}

#content .title {
    margin-top: 0;
	margin-bottom: 0;
}
h1 {
    color: #2c2b29;
}
.browse-view {
	margin-bottom: 0;
}
.category_description p:last-child {
	margin-bottom: 0;
}
body {
	font-size: 16px;
}
.width33 img {
	max-width: 100%;
}
.width33 {
	margin: 0 0 40px 0;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
}
.category-view .product_s_desc,
.productDesc {
	text-align: left;
	padding: 10px;
	margin: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.vm_price {
	width: 100%;
	margin: 0;
}
.vm_price .vm_price {
	float: right;
	width: auto;
	margin-right: 25px;
	line-height: 40px;
}
.product-price {
	margin: 0;
	width: 100%;
}
p, hr, ul, ol, dl, blockquote, pre, fieldset, figure {
	margin: 2px 0;
}
#content .product-description .title {
	margin-bottom: 6px;
}
.vm-product-details-container .product-price {
	margin: 20px 20px 15px;
	width: 288px;
}
/* //spp+ end */

@media (max-width: 767px) {
	.productdetails-view h1 {
		clear: both;
		width: 100%;
		text-align: center;
	}
	.productdetails-view .back-to-category {
		width: auto;
	}
	.productdetails-view .main-image {
		width: 80%;
		float: left;
	}
	.productdetails-view .PricesalesPrice {
		font-size: 24px;
	}
	.productdetails-view .additional-images {
		width: 20%;
		float: right;
	}
	.productdetails-view .additional-images .floatright{
		width: 100%;
		float: none;
	}
	.productdetails-view .product-price,
	.productdetails-view .addtocart-area {
		float: none;
		width: 100%;
		clear: both;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	.vm-product-details-container,
	.productdetails-view .product-description {
		width: 100%;
		clear: both;
		height: auto;
	}
	.productdetails-view .product-image {
		text-align: center;
		width: 100%;
	}
	.productdetails-view .addtocart-button {
		width: auto;
		float: none;
	}
}

@media (max-width: 460px) {
#header-responsive .logo {
    margin-right: 0 !important;
}
}
.soc-icons-holder {
  white-space: nowrap;
  float: right;
}
.soc-icons-holder a:first-child,
.callback_wrapper a:first-child {
  margin-left: 0;
}
.soc-icons {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #b2b2b1;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.whatsapp-icon {
  background-image: url("../images/icons/watsapp.svg");
}

.telegramm-icon {
  background-image: url("../images/icons/telegramm.svg");
}
.viber-icon {
  background-image: url("../images/icons/viber.svg");
}
.cart-icon {
  background-image: url("../images/icons/cart.svg");
  background-size: 80%;
}
.whatsapp-icon {
  background-color: #4bae3e;
}

.telegramm-icon {
  background-color: #45ade2;
}
.viber-icon {
  background-color: #7c529d;
}
.cart-icon {
  background-color: #fc1c1c;
}
.soc-icons:hover {
  background-color: #b2b2b1;
}