a {color: #000; text-decoration: underline; }
/*a:visited {color: #000;}
a:link {color: #000;}
*/a:hover {	color: #b30059;}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
	}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
	}

/* Spinners turn off */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=checkbox]
{
  -webkit-appearance:checkbox;
}

input[type=search]
{
  -webkit-appearance:search;
}

input[type=radio] {
    -webkit-appearance: radio;
}

select
{
  -webkit-appearance:menulist-button;
}

input[type=number] {
    -moz-appearance:textfield;
}

/* useful classes */
.no-padding	{ padding: 0; }	
.no-margin	{ margin: 0; }	
.no-margin-top	{ margin-top: 0; }	
a.underline, .underline > a	{ text-decoration: underline; }	
/*.align-bottom {
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: end;
	-ms-flex-align: end;
	-webkit-align-items: end;
	align-items: flex-end;
	}	
.align-bottom>div	{
	display: table-cell;
	vertical-align: bottom;
	}*/
.lang-switch	{
	padding-top: 68px;
	}
.shop-info	{
	padding-top: 19px;
	}
.col-height-100	{ min-height: 100px; }	
.col-height-80	{ min-height: 80px; }
.text-md { font-size: 130%; }	
.text-bold { font-weight: bold; }	
.border-top	{ border-top: 1px solid #000; }
.width-100	{ width: 100%; }
.btn-black	{
	background: #000;
	color: #fff;
	border: 1px solid #000;
	}

.btn	{
	text-decoration: none;
	}

.btn-black:focus	{
	color: #fff;
	}

.btn-black:visited	{
	color: #fff;
	}

.btn-black:hover	{
	background: #fff;
	color: #000;
	border: 1px solid #000;
	}
.btn-purple	{
	background: #b30059;
	color: #fff;
	border: 1px solid #b30059;
	}
.btn-purple:hover	{
	background: #fff;
	color: #b30059;
	border: 1px solid #b30059;
	}
.btn-blank {
	background: none;
	border: none;
	text-decoration: underline;
	font-size: 100%;
	outline: none;
}
.btn-blank:hover {
	color: #000;
	outline: none;
}
.btn-blank:focus	{
	color: #000;
	outline: none;
}

.fixed-nav	{
	width: 100%;
	position: fixed;
	}
.currency-switch	{ padding-top: 28px; }

.cartContinue	{margin: 1em 0.5em;}


/* document styles */
body {
	font-family: "proxima-nova",sans-serif;
	font-size: 170%;
	color: #000;
	background: #fff;
	}

.container-fluid {
	max-width: 1600px;
	margin: 0 auto;
	}
header	{
	background: #fff;
	border-bottom: 1px solid #000;
	padding: 15px 0;
	font-size: 90%;
	z-index: 999;
	position: relative; /* because of span */
	}	
header a	{
	text-decoration: none;
	}
header .btn .caret	{
	border-top: 8px solid;
	margin-top: -4px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	margin-left: 10px;
	}

header span.claim	{
	position: absolute;
	left: 50%;
	bottom: -47px;
	display: block;
	}

header span.claim.cs	{
	background: #fff url('../img/claim-cs.png') 50% 50% no-repeat;
	width: 542px; /* +20+20 = padding left/right */
	height: 30px;
	margin-top: -15px;
	margin-left: -271px;
	}

header span.claim.en	{
	background: #fff url('../img/claim-en.png') 50% 50% no-repeat;
	width: 458px; /* +20+20 = padding left/right */
	height: 30px;
	margin-top: -15px;
	margin-left: -229px;
	}


header .dropdown-menu, header .btn	{ border-radius: 0; padding: 6px 10px 4px 10px; }	
header .btn-default	{ border-color: #000; }
header .btn-default:hover, .open>.dropdown-toggle.btn-default	{ background: none; box-shadow: none; }
.mobile-menu, .toggle-menu	{ display: none; }	
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus	{background: none;}
.dropdown-menu	{min-width: initial; width: 100%; }
.dropdown-menu>li>a {padding: 3px 0; text-align: left; }

#home-link	{
	display: inline-block;
	outline: none;
	text-decoration: none;
	}
#home-link img	{ width: auto; height: 90px; 
	}
/*	
.fixed-nav #user-info	{
	display: none;
	}
.fixed-nav .lang-switch	{
	padding-top: 28px;	
	} 
.fixed-nav .shop-info	{ padding-top: 0; }
.fixed-nav #home-link	{ height: 60px; }
.fixed-nav #home-link img	{ height: 60px; width: auto; }
*/
#home-link, #home-link img,.lang-switch, .shop-info	{
  	transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-webkit-transition: all 0.5s;
  	-o-transition: all 0.5s;
	}
#cartDetails	{
	display: inline-block;
	vertical-align: bottom;
	}	
#cartDetails a	{
	display: block;
	position: relative;
	border: 1px solid #b30059;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: #fff url('../img/cart.png') center no-repeat;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	}
#cartDetails a.full	{
	background: #b30059 url('../img/cart-wh.png') center no-repeat;
	}
#cartDetails a span	{
	/*display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;*/
	position: absolute;
	left: -16px;
	top: 0;
	background: #b30059;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
	}
/* main content */
h1 {
    text-align: center;
}

main {
	padding: 40px 0;
	}	
/* footer */
footer .row	{
	padding: 25px 0;
	}	
footer h3	{
	font-size: 100%;
	font-weight: bold;
	}	
footer h4	{
	font-size: 95%;
	font-weight: bold;
	margin: 2% 0 1.9% 0;
	}
footer ul	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
footer a {
  	color: #b30059;
	}

.features	{
	font-size: 90%;
	}

.features h4	{
	margin-top: 1em;
	padding: 1em;
	border: 1px solid #000;
	}

.f_feedback	{
	margin-top: 4%;
	font-size: 90%;
	text-align: left;
	}

.copyright	{
	margin-top: 1em;
	font-size: 80%;
	}

ul.inline-ul li	{
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	}
.social	li a	{
	display: block;
	width: 28px;
	height: 34px;
	overflow: hidden;
	line-height: 2000%;
	background-repeat: no-repeat;
	background-image: url('../img/sns-sprite.png');	
	}
/*.fb a	{background-position: 0 0;}*/
.fb a	{background-position: 0 -34px;}
/*.tw a	{background-position: -38px 0;}*/
.tw a {background-position: -38px -34px;}
/*.gplus a	{background-position: -73px 0;}*/
.gplus a {background-position: -72px -34px;}
/*.pin a	{background-position: -106px 0;}*/
.pin a 	{background-position: -106px -34px;}
/*.yt a	{background-position: -142px 0;}*/
.ig a {background-position: -173px -34px;}
.yt a {background-position: -142px -34px;}


/* newsletter */
form#addSubscriber input {
	border: 1px solid #000;
	padding: 0.25em 0.5em;
	margin: 0 5px;
}

strong.hll, span.hll, a.hll, .hll a	{
	font-weight: bold;
	color: #b30059;
	}

/* partneri */
.partners	{
	text-align: center;
	}

.partners a	{
	margin: 3em auto;
	display: block;
	}

/* designer profil */
.designer-foto	{
	width: 100%;
	margin-top: 45px;
	}
.designer-video	{
	margin-top: 20px;
	}
.designer-video iframe	{
	width: 100%;
	}
.products-list	{
	margin: 30px -15px;
	}
.products-header	{
	margin-bottom: 30px;
	}
.products-list img	{
	width: 100%;
	height: auto;
	}
.product-item {
	padding-bottom: 30px; 
	}
.product-item a	{
	display: inline-block;
	position: relative;
	border: 3px solid #fff;
	}
.offer a	{
    border: 3px solid #000;
	}
.product-item a span {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(40,40,40,0.7);
	text-align: center;
	color: #fff;
	padding: 5px 20px;
	font-size: 90%;
	width:100%;
	}
.product-item a:hover span {	
	display: block;
	}

.structure-item {
    padding-bottom: 30px;
    position: relative;
}

.structure-item a	{
    display: block;
    border:1px solid #000;
    text-align: center;
    padding: 95px 20px 20px 20px;
    font-weight: bold;
    text-transform: uppercase;
	}
.structure-item .img	{
	position: absolute;
	left: 50%;
	top: 30px;
	width: 134px;
	height: 49px;
	margin-left: -67px;
	background: url('../img/barcode-sprite.png') 0 0 no-repeat;
    }
/*.structure-item a:hover	{
    background-color: #f8f8f8;
    }*/
.structure-item a:hover .img {
    background-position: left -49px;
	}
/*.structure-item:before	{
	content: "";
	position: absolute;
	background: rgba;
	width: 100%;
	height: 100%;
	}*/

.designer-item {
	overflow: hidden;
}

.designer-item .designer-item-designer{
    padding:0;
    border: 1px solid #000;
    border-right: none;
}

.designer-item .designer-item-product{
    padding:0;
    border: 1px solid #000;
    border-left: none;
}
.designer-item .designer-name	{
	position: absolute;
	left: 0;
	top: -99em;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 50%;
	margin: auto;
	text-align: center;
	font-weight: bold;
	background: #000;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: flex;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	}
/*.designer-item .designer-item-product img	{
	position: relative;
	top: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	}
.designer-item:hover .designer-item-product img	{
	top: 99em;
	}*/
.designer-item:hover .designer-name	{
	top: 0;
	}

.voucher-item {
    margin-bottom:10px;
}

.voucher-item .voucher-item-price {
    text-align: right;
}

/* homepage */
.special-offer	{
	font-weight: bold;
	text-align: center;
	margin: 0 0 3% 0;
	}

#carousel-spoffer{
	position:relative;
}
	
.special-offer-list .product-item a span{
	display: block;
}
.special-offer-list .carousel-control	{
	background: none;	
	}
.special-offer-list .glyphicon-chevron-left	{
	color: #555;
	}
.special-offer-list .glyphicon-chevron-right	{
	color: #000;
	}
.owl-prev	{ position: absolute; top: 50%; left: -15px; width: 30px; height:30px; margin-top:-30px; font-size:30px;}
.owl-next	{ position: absolute; top: 50%; right: -15px; width: 30px; height:30px; margin-top:-30px; font-size:30px;}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#fff;border:1px solid #000;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#000}

.special-item {
	/*margin-bottom: 30px;*/
	}
.special-item a	{
	display: inline-block;
	position: relative;
	padding: 2px;
	border: 1px solid #000;
	width: 100%;
	}
.special-item a span {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(40,40,40,0.7);
	text-align: center;
	color: #fff;
	padding: 5px 20px;
	font-size: 90%;
	/*margin: 2px;*/
	width:100%;
	}
.special-item img	{
	width: 100%;
	height: auto;
	}
.special-item a:hover span {
	display: block;
	}
.special-item a strong	{
	display: block;
	}
.special-offer-btn .btn-default	{
	border: 1px solid #000;
	font-weight: bold;
	padding: 10px 40px 8px 40px;
	}
	
.special-offer-btn .btn-default:hover	{
	background: #000;
	color: #fff;	
	}
	
.special-offer-btn	{
	padding: 1% 0 3.5% 0;
	border-bottom: 1px solid #000;
	margin: 0 0 3% 0;
	}


/* PRESS */
p.press-designers {text-align: center; margin: 2em 0;}
p.press-designers a {border: 1px solid #000; padding: 0.5em 1em; text-decoration: none;}
.press-designers-list {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	list-style: none;
	padding: 0;
	margin: 2em 0 0 0;
}


/* centered columns styles */
.row-centered {
	text-align:center;
	}

.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
	}
	
/* product detail */
h2.collection {
	margin-top: 0;
	font-size: 120%;
	}
#productsVariants {
	margin-bottom: .7em;
	}
.add-to-cart-button button	{
	width: 60px;
	height: 60px;
	border: 1px solid #b30059;
	border-radius: 30px;
	line-height: 60px;
	background: none;
	display: inline-block;
	padding:0;
	margin:10px;
	text-align: center;
	position: relative;
	outline: none;
	}
.add-to-cart-button button img{
	vertical-align: middle;
	margin-top: -5px;
    margin-left: 1px;
}
.add-to-cart-button button:before	{
	content:'+';
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	text-align: center;
	position: absolute;
	top:0;
	left:-17px;
	background: #b30059;
	color:#fff;
	font-size: 32px;
	/*font-weight: bold;*/
	vertical-align: middle;
	font-family: 'Arial';
}

.product-price	{
	margin-bottom: 0.5em;
	}
	
.product-info	{
	margin-top: 40px;
	}
.product-desc	{
	padding-top: 20px;
	}
.product-social {
	display: block;
	margin: 10px 0 0 0;
	text-align: center;
	}
.product-social ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	}
.product-social ul li	{
	width: 17%;
	padding: 0;
	}	
.product-social ul li a	{
	display: block;
	}
/* product detail */


ul.bdm-gal	{
	margin: -5px;
	font-size: 0;
	}
ul.bdm-gal li	{
	padding: 0;
	width: 33.33%;
	}
ul.bdm-gal a	{
	display: block;
	padding: 5px;
	}
ul.bdm-gal li img	{
	width: 100%;
	height: auto;
	}
.ekko-lightbox-nav-overlay a	{
	text-decoration: none;
	}


/*
.carousel-control.left	{
	left: -113px;
	background-image: none;
	}
.carousel-control.right	{
	right: -113px;
	background-image: none;
	}
.carousel-indicators	{
	bottom: -40px;
	}
.carousel-indicators li	{
	border: 1px solid #000;
	}	
.carousel-indicators .active	{
	background: #000;
	}
.glyphicon-chevron-left:before	{
	background: url('../img/arr-left.png') no-repeat;
	content: "";
	width: 27px;
	height: 79px;
	display: block;
	}	
.glyphicon-chevron-right:before	{
	background: url('../img/arr-right.png') no-repeat;
	content: "";
	width: 27px;
	height: 79px;
	display: block;
	}
.carousel-control .glyphicon-chevron-right	{
	right: 31%;
	}
*/

input.price-edit::-webkit-outer-spin-button,
input.price-edit::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#productImgList {
    margin:-3px;
    padding:0;
    list-style-type: none !important;
    list-style: none;
    
    font-size: 0; /* resi mezery navic mezi inline-block <li> potomkama */
}

/* kvuli drag drop musi byt prima definice - ve stavu drag neni potomkem ul */
.product-img-list-item {
    display: inline-block;
    list-style-type: none;
    list-style: none;
    margin:3px;
    padding:0;
}

#productImgList li.product-img-list-item:first-child{
    border:3px solid #000;
    margin:0px;
}

#productImgList li img{
    margin:0;
    padding:0;
}

#productImgList .placeholder, #productImgListTrash .placeholder{
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px dashed #ddd;
    background-color: #f3f5f7;
    margin: 3px;
    line-height: 80px;
    vertical-align: middle;
    color: #777;
}

#productImgListTrash {
    text-align: center;
    line-height: 80px;
    font-size: 130%;
    color: #000;
}

#productAlbumImg {
    display: inline-block;
}

.img-upload-wrap, .video-upload-wrap {
    text-align: center;
}

#listSwitch {
    text-align: center;
    margin-bottom: 40px;
}

#listSwitch .btn {
    border-color: #000;
}

#listSwitch .btn.active {
    background: #000;
    color:#fff;
}

#productsFilter {
    border:1px solid #000;
    border-radius:5px;
    margin-bottom: 40px;
    text-align: center;
    padding:10px;
}

#productsFilter ul{
    margin:0;
    padding:0;
}

#productsFilter ul li:first-child{
    display: block;
    margin:0 0 10px 0;
    padding:0;
}

#productsFilter ul li{
    display: inline-block;
    padding:0 10px;
}

#productsListNav {
    text-align: center;    
}

#productsSearch {
    margin-left:30px;
    display: inline-block;
}

#productsSearch input{
    border: 1px solid #a9a9a9;
    width:20em;
}

img.blank {
    border:1px solid #ccc;
}


.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

#product-detail-carousel .item {
    text-align: center;
}

#product-detail-carousel .carousel-inner>.item>img {
    /*width: auto;
    height: 500px;
    max-height: 500px;*/
    
    max-width: auto;
    display:inline-block;
}

#product-detail-delivery, #product-detail-payment {
    /*text-align: left;*/
    border: 1px solid #000;
    margin-top: 20px;
    font-size: 80%;
    padding:8px;
}
#product-detail-delivery h3, #product-detail-payment h3{
    text-align: center;
    margin:0 0 8px 0;
    font-size: 150%;
}
#product-detail-delivery ul, #product-detail-payment ul {
    padding:0;
    margin:0;
    margin-top:25px;
}
#product-detail-delivery ul li, #product-detail-payment ul li {
    list-style: none;
    margin-bottom: 10px;
    text-align: left;
}
#product-detail-delivery ul li label, #product-detail-payment ul li label{
    display: inline;
}

#product-detail-delivery .zone_price {
    display: none;
    text-align: right;

}
#deliveryFree {
    text-align: center;
    background: #B30059;
    color:#fff;
    margin:0px;
    padding:2px;    
}
#deliveryFree.setup {
	background: none;
	color:inherit;
}
#product-detail-delivery .delivery_free_price {
    display: none;
    /*text-align: right;*/
}

#product-detail-payment ul li i{
    margin-right: 1em;
}

.product-comments, .other-products {
    border-top:1px solid #000;
    margin-top:30px;
    margin-bottom:30px;
}


/* komentare v detailu */
.product-comment	{
	padding: 1em 0;
	border-bottom: 1px solid #000;
	}
.product-comment p	{
	margin: 10px 0;
	}
.product-comment:last-of-type	{
	border: none;
	}
.product-comment.designer	{
	background: #f7f7f7;
	}
.comment-date p	{
	color: #666;
	font-size: .9em;
	line-height: 1.3;
	}
.comment-message h4	{
	font-size: 1em;
	font-weight: 700;
	}
.insert-comment	{
	padding: 1em 0; 
	}

/* measuring tables */
.tab-msiz td {
	text-align: center;
	}

.tab-msiz td:first-child {
	text-align: left;
	}


/* product rating */
.kiui-notification {
  padding: .8em;
  display: none;
  position: fixed;
  z-index: 10000;  
  transition:         top 400ms, right 400ms, left 400ms, bottom 400ms;
  -webkit-transition: top 400ms, right 400ms, left 400ms, bottom 400ms;
  -moz-transition:    top 400ms, right 400ms, left 400ms, bottom 400ms;
  -o-transition:      top 400ms, right 400ms, left 400ms, bottom 400ms;
  }
.kiui-notification .kiui-notification-icon {
  float: left;
  margin-right: 0.3em;
  }
.kiui-notification .kiui-notification-title {
  line-height: 1.3em;
  min-height: 1.3em;
  margin-bottom: .4em;
  font-weight: bold;
  }
.kiui-notification .kiui-notification-close {
  float: right;
  margin-left: 0.3em;
  cursor: pointer;
  }
.kiui-notification .kiui-notification-content {
  line-height: 1.3em;
  }
.kiui-popup-menu {
  position: relative;
  display: inline-block;
  }
.kiui-popup-menu .kiui-popup-menu-trigger {
}
.kiui-popup-menu .kiui-popup-menu-menu {
  display: none;
  position: absolute;
  margin-top: .15em;
  white-space: nowrap;
  top: 100%;
  min-width: 160px;
  z-index: 10000;
  }
.kiui-popup-menu.kiui-state-open .kiui-popup-menu-menu {
  z-index: 10001;
  }
.kiui-popup-menu.kiui-position-top .kiui-popup-menu-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .15em;
  }
.kiui-popup-menu.kiui-position-left .kiui-popup-menu-menu {
  right: 0;
  }
.kiui-rating {
  margin: 0;
  padding: 0;
  list-style-type: none;
  cursor: default;
  display: inline-block;
  }
.kiui-rating li {
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  }
.kiui-rating.kiui-state-readonly li {
  cursor: default;
  }
.kiui-rating li.kiui-rating-star-full:after {
    content: "\2605";
    font-family: Arial;
    font-size: 16px;
    color: #000;
	}
.kiui-rating li.kiui-rating-star-empty:after {
    content: "\2606";
    font-family: Arial;
    font-size: 16px;
    color: #000;
	}

/*seznam special offer v editaci*/
.special-offer-products a{
    margin-right:10px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

a.action-edit{
    color: #81BC02;
    padding:4px;
    text-decoration: none;
}

a.action-edit:hover{
    text-decoration: none;
    background: #81BC02;
    color: #fff;
    border-radius:4px;
}

#sizesGrid {
    /*margin-right:-17px;*/
}

#sizesGrid .modal-dialog {
    width:100%;
    margin:0;    
    padding:0;
    font-size: 80%;
}

#sizesGrid .modal-content {
    padding:10px;
    border-radius:0;
}

#sizesGrid .modal-content .modal-body{
    overflow: auto;
}

#cookieAlert {
    margin-top:-15px;
    border-radius: 0;
}

#cartAlert {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 100;
    border-radius: 0;
    
    background: #b30059;
    color: #fff;    
}

#cartAlert h2{
    margin:0;
}

#cartAlert .cartAlert-img {
    display:inline-block;
    margin-right:30px;
    vertical-align: top;
    border:1px solid #fff;
}

#cartAlert .cartAlert-img img{
    margin:0;
    padding:0;
}

#cartAlert .cartAlert-bubble {
    background: #fff;
    padding:20px;
    color: #b30059;
    border-radius: 5px;
    position: relative;
    display:inline-block;
    vertical-align: top;
}

#cartAlert .cartAlert-bubble::after {
    content:'';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fff transparent transparent;
    
    position: absolute;
    left: -16px;
    top: 20%;    
}

/* responsive layout */
@media handheld, only screen and (max-width: 1310px) {
	.special-offer-list .left {
			left: 15px;
			bottom: -42px;
			top: auto;
			width: 30px;
			height: 30px;
		}
	.special-offer-list .right {
			width: 30px;
  			height: 30px;
  			bottom: -42px;
  			top: auto;
  			right: 15px;
		}		
}
@media handheld, only screen and (max-width: 992px) {
		.fixed-nav	{
			position: static;
			}
		.text-right,
		header	{
			text-align: center;
			}
		.align-bottom	{
			display: block;
			align-items: initial;
			}
		header>.container>.row 	{
			text-align: center;
			position: relative;
		}
		#home-link img {
			width: 100%;
			height: auto;
		}
		.lang-switch	{
			position: absolute;
			left: 0;
			bottom: 0;
			z-index: 1;
		}				
		.currency-switch {
			position: absolute;
			right: 1em;
			bottom: 0;
		}
		#user-info	{
			padding-top: 1.5em;
		}
		.col-centered {
			width: 50%;
			margin-bottom: 1em;
			text-align: center;
		}
		header span.claim {
			position: static;
			display: block;
			background-size: auto 80% !important;
		}
		
		header span.claim.cs, header span.claim.en	{
			margin-left: 0;
			width: 100%;
		}
		
		#home-link img	{width: auto; height: 80px; margin-bottom: 30px;}
}
@media handheld, only screen and (max-width: 772px) {
		.container {
			max-width: 100%;
		}
		.col-centered {
			width: 100%;
			margin-bottom: 1em;
		}
		footer nav ul.inline-ul li	{
			display: block;
			text-align: center;
			padding: .5em 0;
		}
		footer img	{
			max-width: 80%;
			height: auto;
		}
		header span.claim {
			background-size: auto 60% !important;
		}
}