/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/

a{
	cursor:pointer;	
}

.kw-prodimage-img-secondary{
	text-align:center;
	width:100%;	
}

.dame{
	width:148px;
	height:227px;
	background:url(../images/DAME-2002.png);
	position:absolute;
	top:-90px;
	left:-40px;
}

.some-css-selector {font-size:13px;}

.cdefault{
	cursor:default !important;
}

.site-header .kl-cart-button .glyphicon, .topnav > li > a .glyphicon{
	font-size:18px !important;	
}

iframe{
	max-width:100%;	
}

.page-subheader .ph-content-wrap.m250{
    min-height: 250px;
}

.itemContainer.zn_columns .itemIntroText {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

dl.variation{
	margin-bottom:0px;
	padding-bottom:0px;	
}

dd.variation-color{
	margin-bottom:0px;
}

h1.text{
	font-size:16pt;
	line-height:140%;	
}

.kl-store-page div.product div.cart .variations label {
    display: inline-block;
    text-transform:none;
    font-size: 14px;
	line-height:130%;
}

.eBlog .post_details {
	font-size:12px;
	color: #9a9a9a;
	margin-bottom:0;
	padding: 5px 0 5px;
}

.social-icons.sc--clean li a{
	font-size:24px;	
}

#footer .social-icons {
    float: none;
}

.itemContainer.zn_columns h3.itemTitle {
    font-size: 20px;
	max-height:90px;
	overflow:hidden;
}

.subheader-maintitle{
	text-shadow:2px 2px #000;	
}

.topnav li.languages .pPanel {
	right: 0;
	left:auto;
	min-width: 80px;
}

.kl-ios-selectors-block.bullets2 {
    width: auto;
    right: 10px;
}

.kl-store.widget_product_categories .cat-item.current-cat > a{
	color:#12A1C5 !important;
}

.orderby{
	padding-right:30px;
}

.product_list_widget img{
	border:1px solid #EAEAEA;
	padding:2px;	
}

.auth-popup{
    width: 600px;
	max-width:100%;
}

.contacts_loading{
	height:48px;
	background:url(../images/loading.gif) center center no-repeat;		
}

.topnav li.drop li a{
	font-size:11px;	
}

.site-header .kl-cart-button .glyphicon[data-count="0"]:after{
	opacity:0;
}

.product-list-item .kw-actions a.product_view_cart, .kl-store-page ul.products li.product .product-list-item .kw-actions a.product_view_cart{
	background-color:#090;
}

.product-list-item .kw-actions a.product_view_cart:hover, .kl-store-page ul.products li.product .product-list-item .kw-actions a.product_view_cart:hover{
	background-color:#333;
}

.product-remove a{
	font-size:18px;	
}

.kl-store-page form .form-row .input-text.red-border{
	border-color:#FF9797;
}

.kl-store-page .required{
	color:#F00;	
}

.cart-container .buttons .button {
    width: 100%;
}

.shipping-select{
    padding: 4px 7px;
    box-shadow: inset 2px 2px 0 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    -webkit-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
}

.main-item-cont{
	position:relative;
	display:inline-block;
}

.main-item-cont .glyphicon{
	position:absolute;
	top:20px;
	right:20px;
	color:#FFF;
	font-size:40px;
	text-shadow:1px 1px #000;
	opacity:0.5;
	font-weight:normal;	
}

.main-item-cont:hover .glyphicon{
	opacity:1;	
}

.kw-prodimage.limit-height img{
	max-height:255px;
}


/* Prod page - main image */
.kl-store-page .single_product_main_image .shop_images {border:1px solid #EAEAEA; background:#fff; width:100%; padding-bottom:1px; position: relative;}
.kl-store-page .single_product_main_image .shop_images .kl-store-main-image {width:100%; text-align:center; display: block;}

/* Prod page - thumbnails */
.kl-store-page div.product div.shop_images div.thumbnails {padding: 10px 0 0 10px;margin: 0 10px;}
.kl-store-page div.product div.shop_images div.thumbnails img, .till_ext img { border:1px solid #EAEAEA; padding:2px;}
.kl-store-page div.product div.shop_images div.thumbnails img:hover { border:1px solid #EEE; }

.shop_completed{
	text-align:center;
	color:#093;
	font-size:30px;
	margin-top:50px;	
}

.kl-store-page div.product div.shop_images div.thumbnails img, .till_ext img{
	border-width:2px !important;
	background:#FFF;	
}

.kl-store-page div.product div.shop_images div.thumbnails a.active img {
    border-color: #3C0;
}

.cat-item .glyphicon{
	font-size:10px;
	color:#006699;	
}

.topnav--lang{
	z-index:120;	
}


/* wizard */
.nav-wizard{
	width:100%;	
	display:table;
}
 
.nav-wizard > li {
    display: table-cell;
	width:25%;
}
.nav-wizard > li > a {
  position: relative;
  background-color: #eeeeee;
  text-align:center;
  font-size:16px;
}
.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #eeeeee;
  background-color: #428bca;
}
.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
  width:100%;
  text-align:center;
}
.nav-wizard > li:not(:first-child) > a:before {
  width: 100%;
  height: 0px;
  border-top: 24px inset transparent;
  border-bottom: 23px inset transparent;
  border-left: 24px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  text-align:center;
}
.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
  width:auto;
  text-align:center;
}
.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 24px inset transparent;
  border-bottom: 23px inset transparent;
  border-left: 24px solid #eeeeee;
  position: absolute;
  content: "";
  top: 0;
  right: -24px;
  z-index: 2;
  text-align:center;
}
.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
  background-color: #d5d5d5 !important;
  text-align:center;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
  border-right-color: #d5d5d5;
  text-align:center;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
  border-left-color: #d5d5d5;
}
.nav-wizard > li.done > a {
  background-color: #e2e2e2 !important;
}
.nav-wizard > li.done > a:before {
  border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
  border-left-color: #e2e2e2;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #ffffff;
  background-color: #666666 !important;
}
.nav-wizard > li.active > a:after {
  border-left-color: #666666;
}
.nav-wizard > li.active > a .badge {
  color: #666666;
  background-color: #ffffff;
}
.nav-wizard > li.disabled > a {
  color: #777777;
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: #eeeeee  !important;
  cursor: default;
}
.nav-wizard > li.disabled > a:before {
  border-right-color: #eeeeee;
}
.nav-wizard > li.disabled > a:after {
  border-left-color: #eeeeee  !important;
}
.nav-wizard.nav-justified > li {
  float: none;
}
.nav-wizard.nav-justified > li > a {
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .nav-wizard > li > a {
    border-radius: 4px;
    margin-right: 0;
	padding: 8px !important;
  }
  .nav-wizard.nav-justified > li > a:before,
  .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }
  .nav-wizard > li:not(:last-child) > a:after, .nav-wizard > li:not(:first-child) > a:before {
	  border: none !important;
  }
  
}


/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (max-width: 767px) {
	.kw-prodimage img{
		max-height:300px;
	}
	.topnav--lang{
		margin-right:10px;
		top:3px;	
	}
	.topnav--cart{
		margin-right:20px;
	}
	.site-header .site-logo{
		padding-top:0px;
	}
	.zn-res-trigger {
		margin-top:5px;
		margin-bottom:5px;
	}
	.site-header .topnav {
		margin-top: 5px;
	}
	.kl-store-page table.shop_table  thead th, .kl-store-page table.shop_table td{
		padding:5px;	
	}
	.nav-wizard > li > a {
		font-size:14px;	
	}
}

@media only screen and (max-width : 480px) {
	.topnav--cart{
		margin-right:20px;
	}
	.auth-popup-panel{
		padding:20px;	
	}
	.nav-wizard > li > a {
		font-size:12px;	
	}
}

@media only screen and (max-width : 320px) {
	.nav-wizard > li > a {
		font-size:10px;	
	}
}

.products{
	list-style:none;
}


.kl-store-page div.product div.cart .single_variation_wrap .variations_button div.quantity .qty, .kl-store-page input.input-text{
	width:60px;
}

body.can_buy_together .product-list-item .kw-actions a.buy_together_btn, body.can_buy_together .buy_together_btn{
	display:block;	
}

body .product-list-item .kw-actions a.buy_together_btn, .buy_together_btn{
	display:none;	
}

.kl-store-page div.product .product_title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal;
}

.contactsLinks, .contactsLinks a{
	color:#FFF;
	font-size:1px;
	cursor:default;	
}