
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.overlay:target + .popup {
  opacity: 1;
  visibility: visible;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 90000;
  transition: all 0.5s;
}
.popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  height: 85px;
  background-color: #333;
  pointer-events: all;
  z-index: 2;
}
.popup__close:before {
  content: "";
  width: 75%;
  height: 3px;
  transform: rotate(-45deg);
  background-color: white;
  top: 49%;
  left: 13%;
  position: absolute;
}
.popup__close:after {
  content: "";
  width: 75%;
  height: 3px;
  transform: rotate(45deg);
  background-color: white;
  top: 49%;
  left: 13%;
  position: absolute;
}
.tour-3d-popup {
  width: 100%;
  height: 100%;
}
.popup-block {
  pointer-events: all;
}
.tour-3d-popup__content {
  height: 100%;
  position: relative;
}
.tour-3d-popup__tour {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.popup {
  max-width: 560px;
  margin: 0 auto;
}
.popup {
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 90000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s;
  max-width: 100%;
}

.best3D:hover {
  filter: brightness(80%);
}


h1 {
	display:inline-block!important;
	font-size:30px!important;
	font-family:'cerapro'!important;
	font-weight:300!important;
	margin:0 0 13px!important;
}
.limiter {
	position:relative;
}
#left{
	position: relative;
}
.morePropertiesLink {
	color: #2777C1;
    text-decoration: none;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    font-family: 'cerapro';
}
#left .collapsed{
	position: absolute;
	width: 100%;
	z-index: 99;
}

.changeName + br{
	display: none;
}

.cheaper-product-name{
	visibility: hidden;
}

.videoFrame{
	border: 0;
}

#catalogElement{
	
	position: relative;
}

#catalogElement h2{
	margin: 0;
}

.articul-h1 {
    font-size: 16px;
    font-family: 'cerapro';
    font-weight: 300;
	line-height: 20px;
}
.articul-h1 span {
	font-size:18px;
	font-family: 'cerapro';
	font-weight:400;
	line-height:22px;
}

#catalogElement.loading:after{
	background: url(images/loader.svg) no-repeat rgba(0, 0, 0, 0.2) 50% 50%;
	transition: all 0.2s ease-in-out;
	pointer-events: none;
	position: fixed;
	height: 100vh;
	width: 100%;
	content: "";
	z-index: 999;
	top: 0px;
}

#catalogElement .getStoresWindow{
	text-decoration: none;
}

#elementSmallNavigation{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e8ea;
	background-color: #f9f9f9;
	line-height: 50px;
	overflow: hidden;
	padding: 0 24px;
	display: none;
	height: 50px;
}

#elementSmallNavigation .tab{
	padding-right: 18px;
	margin-left: 18px;
	float: left;
}

#elementSmallNavigation .tab:first-child{
	border-left: 1px solid #e7e8ea;
	padding-left: 18px;
	margin-left: 0px;
}

#elementSmallNavigation a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	position: relative;
	font-size: 13px;
	color: #000000;
    display: block;
}

#elementSmallNavigation a:hover{
	color: #888888;
}

#elementSmallNavigation a:active{
	position: relative;
	top: 1px;
}

#elementSmallNavigation a img{
	vertical-align: middle;
	padding-right: 12px;
}

#tableContainer{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

#tableContainer .column{
	display: table-cell;
}

#tableContainer .column:nth-child(2){

} 

#elementNavigation{
	background-color: #fff;
    position: relative;
    min-width: 197px;
    width: 14%;
    margin: 7px 0 0 0;
}

#elementNavigation.fixed .tabs{
	position: fixed;
	width: 197px;
	top: 0;
}

#elementNavigation .tabs.maxScroll{
	position: absolute;
	bottom: 0px;
	width:197px;
	top: unset;
}

#elementNavigation .tabs a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	padding: 19px 0;
    font-size: 14px;
    font-family: 'cerapro';
    font-weight: 300;
	color: #000000;
	background: #F3F3F3;
	width: 100%;
}
#elementNavigation .tabs a.back {
	background:#fff;
}
#elementNavigation .tabs .tab{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 0;
}

#elementNavigation .tabs .tab.disabled,
#elementSmallNavigation .tabs .tab.disabled{
	display: none;
}

/*#elementNavigation .tabs .tab.active a{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-color: #ffffff;
}*/

#elementNavigation .tabs img{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;

	vertical-align: middle;
	padding-right: 13px;
	padding-left: 21px;
	
}

#elementNavigation .tabs a:hover{
	color: #888888;
}

#elementNavigation .tabs a:hover img{
	opacity: 1;
}

#smallElementTools{
	padding: 0 24px;
	display: none;
}

#smallElementTools .fastBack{
	display: inline-block;
	width: 220px;
	height: 45px;
	margin-bottom: 12px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 2px;
}

#smallElementTools .smallSpecialTime{
	display: none;
}

.smallElementToolsContainer{
	padding: 24px 24px 12px 24px;
	margin-bottom: 18px;
	border: 1px solid #e7e8ea;
}

#elementTools .priceContainer{
	display: inline-block;
}

#smallElementTools .priceContainer{
	display: inline-block;
	vertical-align: middle;
	/*padding-right: 18px;*/ /*��������� ������, ���� ����� ���� ������ "��"*/
}

#elementContainer #smallElementTools .purchaseBonus{
	display: block;
	vertical-align: middle;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 12px;
}

#smallElementTools .columnRowWrap{
	font-size: 0;
}

#smallElementTools .columnRow{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	padding-right: 6px;
}

#smallElementTools .columnRow:last-child{
	padding: 0 0 0 6px;
}

#smallElementTools .columnRow .fastBack{
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #d8d8d8;
}

#smallElementTools .columnRow .addCart{
	margin-top: 0;
}

#smallElementTools .columnRow .addCart{
	width: 100%;
	margin-bottom: 6px;
}

#smallElementTools .columnRow .fastBack{
	width: 100%;
	margin-bottom: 6px;
}

#smallElementTools .secondTool .row{
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
}

#smallElementTools .smallElementToolsContainer .secondTool .row:last-child{
	margin-right: 0;
	margin-bottom: 12px;
}

#elementTools{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0;
    position: relative;
    width: 28%;
    min-width: 415px;
    z-index: 1;
}

.fixContainer {
	transition: all .3s;
	font-family: 'cerapro';
    font-weight: 300;	
}

#elementTools.fixed .fixContainer{
	margin-top: 12px;
	position: fixed;
	width: 415px;
	z-index: 33;
	top: 0;
}

#elementTools .fixContainer.maxScroll{
	
	position: absolute;
	bottom: 0px;
	top: unset;
}

#elementTools .picture{
	display: none;
}

#elementTools .picture img{
	max-width: 280px;
}

#elementTools.fixed .fixContainer .picture{
	display: block;
}

#elementTools .row,
#smallElementTools .row{
	margin-bottom: 12px;
}

#catalogElement .qtyBlock{
	margin-bottom: 12px;
}

#catalogElement .qtyBlock  .qty {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin: 0 2px;
    height: 19px;
    width: 40px;
    padding: 0 2px;
    border: 0;
}

#catalogElement .qtyBlock  .qty {
    background-color: #e7e8ea;
    color: #000000;
}

#catalogElement .qtyBlock  .qty.error{
	border: 1px solid #ff0000;
}

#catalogElement .qtyBlock .plus,
#catalogElement .qtyBlock .minus {
    vertical-align: middle;
    display: inline-block;
    height: 19px;
    width: 19px;
}

#catalogElement .qtyBlock .plus,
#catalogElement .qtyBlock .minus{
	background: url(images/plusMinusElement.png) 0 0 no-repeat #424242;
}

#catalogElement .qtyBlock .plus{
	background-position: 0 -19px;
}

#catalogElement .qtyBlock .plus:hover{
	background-position: -19px -19px;
}

#catalogElement .qtyBlock .plus:active{
	background-position: -38px -19px;
}

#catalogElement .qtyBlock .minus:hover{
	background-position: -19px 0x;
}

#catalogElement .qtyBlock .minus:active{
	background-position: -38px 0px;
}

#catalogElement .qtyBlock label {
	padding-right: 12px;
}

#elementTools .secondTool .row:last-child{
	margin-bottom: 0px;
}

#elementTools .row img,
#smallElementTools .row img{
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
}

#elementTools .requestPrice{
	cursor: pointer;
}

#elementTools .label,
#smallElementTools .label{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    font-family: 'roboto_condensedlight';
    text-decoration: none;
    line-height: 21px;
    font-size: 15px;
    color: #717171;
}

#smallElementTools .label{
	vertical-align: middle;
	display: inline-block;
}

#smallElementTools .qtyBlock img{
	margin-top: 0px;
}

#elementTools .label:hover,
#smallElementTools .label:hover{
	color: #000000;
}

#elementTools .label:active,
#smallElementTools .label:active{
	position: relative;
	top: 1px;
}

#elementTools .article,
#smallElementTools .article{
	margin-bottom: 12px;
	font-size: 14px;
	color: #888888;
}
.row {
	width:100%;
}
#elementTools .price,
#smallElementTools .price{
    font-family: 'cerapro';
    text-decoration: none;
    position: relative;
    font-size: 24px;
    display: block;
    color: #000000;
	margin-top: 35px;
    margin-bottom: 15px;
    width: 100%;
}

#elementTools .price .discount,
#smallElementTools .price .discount{
	color: #000;
}

#elementTools .price .oldPriceLabel,
#smallElementTools .price .oldPriceLabel{
    font-family: 'roboto_condensedlight';
    text-decoration: none;
    margin-bottom: 3px;
    margin-right: 0;
    font-size: 24px;
    display: inline-block;
    color: #000;
}
.priceContainer {
	display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    min-width: 160px;
    margin-top: 10px!important;
}
.priceContainer .priceVal {
	font-size: 36px;
	font-weight: 400;
}
.priceContainer .measure {
font-size: 36px;
    font-weight: 400;	
}
.priceCounted {
    font-family: 'cerapro';
    text-decoration: none;
    position: relative;
    font-size: 24px;
    display: block;
    color: #000000;
    margin-top: 10px;	
}
.priceNote {
    /* font-size: 25px; */
    font-size: 36px;
    display: block;
    margin-bottom: 20px;
}
.priceValC {
	font-size: 36px;
    font-weight: 400;
}
.priceValU {
	font-size: 36px;
    font-weight: 400;
}
.econ {
	margin-top:10px;
	margin-bottom:15px;
	font-size:18px;
	font-family: 'cerapro';
	font-weight:300;
	display:flex;
	align-items: center;
}
.economy {
	background: #27C148;
    padding: 5px 18px;
    color: #fff;
    line-height: 22px;
    font-size: 22px;
    border-radius: 5px;
    margin-right: 15px;
}
#elementTools .purchaseBonus{
	font-family: "roboto_condensedlight";
	margin-top: 6px;
	font-size: 14px;
	color: #888888;
	display: block;
}

#elementTools .priceBlock,
#smallElementTools .priceBlock{
	display: block;
	margin-top:-18px;
}

#elementTools .purchaseBonus span{
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
	font-family: "roboto_cnregular";
}

#smallElementTools .purchaseBonus{
	margin-top: 6px;
	font-family: "roboto_condensedlight";
	font-size: 14px;
	color: #888888;
}

#smallElementTools .purchaseBonus span{
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
	font-family: "roboto_cnregular";
}

#elementTools .oldPriceDifference{

}

#elementTools .priceValue,
#smallElementTools .priceValue{
	border-bottom: 1px dashed #bbbbbb;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	padding-bottom: 8px;
	color: #000000;
}

#elementTools .priceValue:hover,
#smallElementTools .priceValue:hover{
	color: #333333;
}

#elementTools .priceValue:active,
#smallElementTools .priceValue:active{
	position: relative;
	top: 1px;
}

#elementTools .priceIcon,
#smallElementTools .priceIcon{
	margin-right: 12px;
}

#elementTools .addCart,
#smallElementTools .addCart{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 71px;
	border-radius: 4px;
	color: #ffffff;
	height: 71px;
	font-size: 24px;
	font-weight:400;
	font-family:'cerapro';
	text-align: center;
	display: block;
	text-decoration: none;
	margin-top: 30px;
	/*font-family: 'roboto_condensedlight';*/
	margin-bottom: 12px;
	width: 220px;
	 background: #FF7C00!important;
    width: 100%;
	position:relative;
	padding:0;
	border:0;
	cursor:pointer;
}

#elementTools .fastBack{
	display: inline-block;
    line-height: 36px;
   border-bottom: 2px dashed rgba(66, 136, 201,0.6);
   
    text-align: center;
    font-size: 24px;
    font-family: 'cerapro';
    color: #000;
}

#elementTools .addCart.added,
#smallElementTools .addCart.added{
	    background: #FF7C00;
    width: 100%;
}

#elementTools .addCart.added:hover,
#smallElementTools .addCart.added:hover{
	 background: #FF7C00;
}


/*#elementTools .outOfStock,
#smallElementTools .outOfStock{
	color: #ff0000;
}

#elementTools .outOfStock:hover,
#smallElementTools .outOfStock:hover{
	color: #ff0000;
}*/
#elementTools .rating,
#elementContainer .mainContainer .rating,
#smallElementTools .rating{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -4px;
	position: relative;
	overflow: hidden;
	height: 15px;
	width: 79px;
	z-index: 2;
}

#elementTools .rating i,
#elementContainer .mainContainer .rating i,
#smallElementTools .rating i{
	background: url(images/rating.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#elementTools .rating i.m,
#elementContainer .mainContainer .rating i.m,
#smallElementTools .rating i.m{
	background: url(images/rating.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

#elementTools .icon,
#smallElementTools .icon{
	vertical-align: middle;
	display: inline-block;
}

#elementTools .addCart .icon,
#smallElementTools .addCart .icon{
padding-right: 0;
    margin-top: 0;
    position: absolute;
    left: 29px;
    top: 22px;;
}

#smallElementTools .mainTool,
#smallElementTools .secondTool{

}
.mainTool {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	padding: 20px 27px 10px 45px;
	background-color:#F3F3F3;
	border-radius:5px 5px 0 0;
}
.avaibility {
	
    display: flex;
    align-items: center;	
}
.avaibility span {
	margin-left:5px;
}
.rassrochka {
		
}
.rassrochka-btn {
	margin:0 0 5px 5px;
	width:16px;
	height:16px;
	cursor:pointer;
}
.rassrochka-modal:before {
	content:"";
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
	top: -10px;
    right: 10px;
    position: absolute;
}
.rassrochka-modal {
	position: absolute;
    left: 17px; 
    right: 17px;
    background: #fff;
    z-index: 1;
    padding: 20px 32px 20px 20px;
    top: 65px;
    line-height: 18px;	
	display:none;
}
.rassrochka-close {
	position:absolute;
	z-index:1;
	cursor:pointer;
	right:10px;
	top:10px;
	width:12px;
	height:12px;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url("/local/templates/dresscodeV2/images/rassrochka_close.png");
}
.rassrochka-more {
    color: #1DC740;
    text-decoration: none;
    display: block;
    float: right;
    margin: 15px 0 11px;	
}
@media (max-width:878px){
	.rassrochka-modal {
		left:5px;
		right:5px;
	}
}
@media(max-width:700px){
	.rassrochka-modal {
		
		margin:auto;
    max-width: 294px;
	}
}
@media(max-width:415px){
	.rassrochka-modal {
		font-size:13px;
	}
}
@media(max-width:700px){
	.rassrochka-modal {
		font-size:12px;
		line-height:15px;
	}
}
.bonus {
	
}
.w50  {
	width:50%;
}

.shareSocialBlockRight {
    right: 0;
    top: 135px!important;
    min-width: 360px!important;
    left: unset!important;
    max-width: 360px;
}
.ya-share-label{
    margin-bottom: 6px;
    margin-top: 30px;
    color: #717171;
    display: flex;
    align-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}
.ya-share-label span {
	margin-right: 21px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-family: 'cerapro';
    font-weight: 300;
}

#elementContainer{
	position: relative;
	width: 55%;
	max-width:815px;
}

#elementContainer .mainContainer{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

#elementContainer .description{
	margin: 12px 0;
	font-family: "roboto_ltregular";
}

#elementContainer .description .heading{
	margin-bottom: 6px;
	font-size: 16px;
}

#elementContainer .changeShortDescription{
	font-size: 13px;
	line-height: 16px;
}

#elementContainer .description .readMore{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 4px 0;
	display: block;
	color: #888888;
}

#elementContainer .description .readMore:hover{
	color: #000000;
}

#elementContainer .mainContainer .col{
	position: relative;	
	width: 50%;
}

#elementContainer .mainContainer .secondCol{
	width: 44%;
}

#elementContainer .mainContainer .col.hide{
	display: none;
}

#elementContainer .mainContainer .col:first-child{
	vertical-align: middle;
	text-align: center;
}

#elementContainer #pictureContainer .pictureSlider{
	table-layout: fixed;
}

#elementContainer #pictureContainer .pictureSlider .item:first-child{
	display: block;
	width: 402px;
    height: 407px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;	
}

#elementContainer #pictureContainer .pictureSlider .item{
	display: block;
	width: 402px;
    height: 407px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	display: none;
}
#elementContainer #pictureContainer {
	position:relative;
	border-radius:5px;
}
#elementContainer #pictureContainer .item a{
	text-align: center;
	display: block;
	color:transparent;
	width:100%;
	height:100%;
}

#elementContainer #pictureContainer .item a img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 90%;
}

#elementContainer #moreImagesCarousel{
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	position: relative;
	margin-top: 17px;
	overflow: hidden;
	opacity: 0;
}

#elementContainer #moreImagesCarousel.show{
	visibility: visible;
	opacity: 1;
}

#elementContainer #moreImagesCarousel.hide{
	display: none;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton,
#elementContainer #moreImagesCarousel #moreImagesRightButton{
	background: url(images/carouselArrowSmall.png) 0 0 no-repeat transparent;
	position: absolute;
	margin-top: 3px;
	height: 16px;
	opacity: 0.5;
	z-index: 2;
	width: 14px;
	top: 50%;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton:hover,
#elementContainer #moreImagesCarousel #moreImagesRightButton:hover{
	opacity: 0.8;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton:active,
#elementContainer #moreImagesCarousel #moreImagesRightButton:active{
	opacity: 1;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton{
	left: 32px;
}

#elementContainer #moreImagesCarousel #moreImagesRightButton{
	background-position: -14px 0;
	right: 32px;
}

#elementContainer #moreImagesCarousel .carouselWrapper{
	overflow: hidden;
	margin: auto;
	width: 100%;
	margin-left:-10px;
}

#elementContainer #moreImagesCarousel .slideBox{
	position: relative;
	overflow: hidden;
	list-style: none;
	height: 85px;
	padding: 0;
	margin: 0;
}

#elementContainer #moreImagesCarousel .slideBox .item{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right:10px;
	position: relative;
	text-align: center;
	line-height: 50px;
	opacity: 0.5;
	height: 71px;
	float: left;
}

#elementContainer #moreImagesCarousel .slideBox .item.selected{
	opacity: 1;
}

#elementContainer #moreImagesCarousel .slideBox .item.selected:after{
	transform: translateX(-50%);
	border-bottom: 2px solid #000000;
	position: absolute;
	display: block;
	content: "";
	width: 30%;
	left: 50%;
	bottom : -12px;
}

#elementContainer #moreImagesCarousel .slideBox .item a{
	display: block;
	line-height: 71px;
	height: 71px;
}


#elementContainer #moreImagesCarousel .slideBox .item img{
	vertical-align: middle;
	/*margin-top: -4px;*/
    max-height: 100%;
    max-width: 100%;
	height:71px;
	border-radius:3px;
}

#elementContainer .mainContainer .markerContainer{
	position: absolute;
	z-index: 3;
	left: 24px;
	top: 24px;
}

#elementContainer .wishCompWrap{
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 24px;
}

#elementContainer .wishCompWrap .elem{
	display: block;
	position: relative;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 8px;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	background: #fff;
	font-size: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementContainer .wishCompWrap .elem:before,
#elementContainer .wishCompWrap .elem:after{
	content: "";
	position: absolute;
	left: 9px;
	top: 9px;
	width: 16px;
	height: 16px; 
	background: url("images/wishCompImage.png") 0 0 no-repeat;
	transition: all 0.2s ease-in-out;
}

#elementContainer .wishCompWrap .elem:after{ opacity: 0; }
#elementContainer .wishCompWrap .addWishlist:before{ background-position: 0px 0px; }
#elementContainer .wishCompWrap .addWishlist:after{ background-position: -16px 0px; }
#elementContainer .wishCompWrap .addCompare:before{ background-position: 0px -16px; }
#elementContainer .wishCompWrap .addCompare:after{ background-position: -16px -16px; }
#elementContainer .wishCompWrap .elem:hover { border-color: #e7e8ea; background: #e7e8ea; }
#elementContainer .wishCompWrap .elem:active { top: 1px; }
#elementContainer .wishCompWrap .elem.added:before { opacity: 0; }
#elementContainer .wishCompWrap .elem.added:after { opacity: 1; }

#elementTools .row:nth-child(2){
    margin-top: 25px!important;
    display: flex;
    justify-content: space-between;
    align-items: center;	
}
.columnRow .bestprice {
	margin-top:33px;
display: flex;
    align-items: center;	
}
.columnRow .bestprice span {
display: inline-block;
    line-height: inherit;
    font-size: 18px;
    font-weight: 400;
    font-family: 'cerapro';
    color: #000;
    margin-left: 5px;
}

.delivery {
    border: 2px solid #F3F3F3;
    background: #fff;
    border-top: 2px solid transparent;
    padding: 20px 32px 20px 40px;
    display: flex;
    align-items: center;
	text-decoration:none;
	border-radius:0 0 5px 5px;
}
.delivery span {
display: inline-block;
    line-height: inherit;
    font-size: 18px;
    font-weight: 700;
    font-family: 'cerapro';
    color: #000;
    margin-left: 10px;
}

.pay {
    margin-top: 15px;
    border: 2px solid #FFF9E9;
    background: #FFF9E9;
    padding: 20px 32px 20px 40px;
    display: flex;
    align-items: center;
	text-decoration:none;	
	border-radius:5px;
}
.pay span {
display: inline-block;
    line-height: inherit;
    font-size: 18px;
    font-weight: 700;
    font-family: 'cerapro';
    color: #000;
    margin-left: 10px;
}


.columnRow .addWishlist {
background: url(/local/templates/dresscodeV2/images/wl.png) center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    margin-left: 45px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    color: transparent;
}
.columnRow .addWishlist.added {
	background-color: #FF7C00;
}
.columnRow .addCompare {
	background: url(/local/templates/dresscodeV2/images/cl.png) center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    margin-left: 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    color: transparent;
}
.columnRow .addCompare.added {
	background-color: #FF7C00;
}
#elementContainer .wishCompWrap .shareSocial:before{
	background: url(images/share.png) 0 0 no-repeat;
    background-size: cover;
    opacity: 1;
    width: 16px;
    height: 18px;
}
#elementContainer .wishCompWrap .shareSocial:after{
	background: url(images/share.png) 0 0 no-repeat;
    background-size: cover;
    opacity: 1;
    width: 16px;
    height: 18px;
}

#elementContainer .wishCompWrap .elem img{
	display: none;
	display: inline-block;
	vertical-align: middle;
}

#elementContainer .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	background-color: #424242;
	margin-bottom: 8px;
	color: #fff;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 2;
}

#elementContainer .brandImageWrap{
	display: block;
}


#elementContainer .brandImageWrap .tb{
	width: auto;
}

#elementContainer .brandImage{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 24px;
	margin-right: 66px;
}

#elementContainer .bindAction{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 24px;
	line-height: 18px;
	font-size: 13px;
}

/*#elementContainer .tb{
	width: auto;
}*/

#elementContainer .bindActionImage{
	width: 38px;
}

#elementContainer .bindActionImage .image{
	display: block;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#elementContainer .bindAction a {
	position: relative;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementContainer .bindAction a:active {
	position: relative;
	top: 1px;
}

.newReviewTable{
	font-size: 0;
}

.newReviewTable .left{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	padding-right: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.newReviewTable .right{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
}

.reviewsBtnWrap{
	margin-top: 6px;
}

.reviewsBtnWrap .row{
	display: inline-block;
	vertical-align: top;
	margin: 0 36px 12px 0;
    font-family: 'roboto_ltregular';
    font-size: 13px;
}

.reviewsBtnWrap .row:last-child{
	margin-right: 0;
}

.reviewsBtnWrap .row img{
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
}

.reviewsBtnWrap .label{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    text-decoration: none;
    line-height: 21px;
    color: #717171;
}
.reviewsBtnWrap .label span {
	font-family: 'cerapro';
    font-size: 16px;
    font-weight: 300;
}

.reviewsBtnWrap .labelDotted{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	color: #000000;
	border-bottom: 1px dashed #b9b9b9;
}

.reviewsBtnWrap a.label:hover .labelDotted{
	border-color: #000000;
}

.reviewsBtnWrap a.label:hover{
	color: #000000;
}

.reviewsBtnWrap a.label:active{
	position: relative;
	top: 1px;
}




#elementContainer .brandImage img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 34px;
	max-width: 200px;
}

#elementContainer .brandImage:hover img{
	opacity: 0.7;
}

#elementContainer .headingBox{
    table-layout: fixed;
    display: table;
    width: 100%;
}

#elementContainer .headingBox .heading{
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'cerapro';
}

#elementContainer .headingBox .moreProperties{
	vertical-align: top;
	display: table-cell;
	padding-right: 24px;
	padding-left: 12px;
	width: 40%;
}

#elementContainer .headingBox .morePropertiesLink{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	/*text-decoration: none;*/
	color: #888888;
}

#elementContainer .headingBox .morePropertiesLink:hover{
	color: #000000;
}

#elementContainer .elementProperties .propertyTable{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
	font-size: 16px;
    font-family: 'cerapro';
    font-weight: 300;
}

#elementContainer .elementProperties .propertyTable .propertyName,
#elementContainer .elementProperties .propertyTable .propertyValue{
    background-color: #ffffff;
    display: table-cell;
    position: relative;
    overflow: hidden;
    padding: 9px 0;
    width: 42%;
}

#elementContainer .elementProperties .propertyTable .propertyValue{
	width:54%;
}

#elementContainer .elementProperties .propertyTable .analog{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #000000;
}

#elementContainer .elementProperties .propertyTable .analog:hover{
	color: #888888;
}

#elementContainer .elementProperties .propertyTable .propertyName:after{
	border-bottom: 2px dotted #cccccc;
    position: absolute;
    margin-left: 12px;
    margin-top: -2px;
    height: 13px;
    content: '';
    width: 100%;
}

#elementContainer .elementSkuPropertyValue{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementContainer .elementSkuPropertyValue.loading{
	opacity: 0.5;
}

#elementContainer .elementSkuVariantLabel{
	margin-top: 12px;
	font-size: 16px;
}

#elementContainer .elementSkuPropertyName{
	font-size: 13px;
	color: #888888;
}

#elementContainer .elementSkuPropertyList{
	overflow: hidden;
	list-style: none;
	margin: 0px -2px 0 -4px;
	padding: 0px;
}

#elementContainer .elementSkuProperty{
	overflow: hidden;
	margin: 6px 0 12px;
}

#elementContainer .elementSkuPropertyDropdown{
	margin: 6px 0 12px;
}

#elementContainer .elementSkuProperty li{
	box-sizing: border-box;
	overflow: hidden;
	min-width: 54px;
	padding: 4px 2px 2px 4px;
	float: left;
}

#elementContainer .elementSkuProperty .selected .elementSkuPropertyLink{
	position: relative;
	/*top: -2px;*/
}

#elementContainer .elementSkuProperty .disabled{
	display: none;
}

#elementContainer .elementSkuPropertyLink{
	border: 1px solid #dddddd;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	padding: 6px 6px;
	display: block;
	color: #000000;
}

#elementContainer .elementSkuPropertyLink:active{
	position: relative;
	top: 1px;
}

#elementContainer .elementSkuPropertyList img{
	vertical-align: middle;
    max-height: 100%;
 	max-width: 100%;
}

#catalogElement .elementSkuDropDownProperty{
	overflow: visible;
}

#catalogElement .elementSkuDropDownProperty .skuDropdownListItem {
    box-sizing: content-box;
    overflow: visible;
    min-width: auto;
    padding: 0px;
    float: none;
}

#catalogElement .skuDropdown{
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
	position: relative;
	line-height: 13px;
	font-size: 13px;
	display: block;
	-webkit-user-select: none; 
	-moz-user-select: none;     
	-ms-user-select: none; 
	border-radius: 2px;
	width: 264px;
	margin-top: 4px;
}

#catalogElement .skuCheckedItem{
	background: url(images/selectArrow.png) 97% 50% no-repeat transparent;
	padding: 12px 30px 12px 8px !important;
	border-radius: 4px;
	display: block;
	cursor: pointer;
}

#catalogElement .skuCheckedItem:hover{
	opacity: 0.8;
}

#catalogElement .skuCheckedItem:active{
	position: relative;
	top: 1px;
}

#catalogElement .skuDropdown label:before,
#catalogElement .skuCheckboxList label:before {
	display: none;
}

#catalogElement .skuDropdownList {
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
    visibility: hidden;
    position: absolute;
    list-style: none;
    margin: 0 -1px;
    opacity: 0;
    padding: 0;
    z-index: 2;
    top: 44px;
    right: 0;
    left: 0;
}

#catalogElement .skuDropdownList.opened{
	visibility: visible;
	opacity: 1;
}

#catalogElement .pics .skuDropdownList{
	top: 52px;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue{
	border-top: 1px solid #e7e8ea;
	position: relative;
	display: block;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue:first-child{
	border-top: 0px;
}

#catalogElement .skuDropdownList .selected{
	font-family: "robotomedium";
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue:hover{
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

#catalogElement .skuDropdownList .skuPropertyItemLink{
	padding: 12px 8px !important;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
	color: #000000;
	display: block;
	border: 0px;
}

#catalogElement .skuDropdownList .skuDropdownListItem.selected .skuPropertyItemLink{
	border: 0px;
}

#catalogElement .skuDropdownList .skuDropdownListItem.disabled{
	display: none;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue:active .skuPropertyItemLink,
#catalogElement .skuDropdownList .skuPropertyItemLink:active{
	position: relative;
	top: 1px;
}

.changePropertiesNoGroup{
	margin-top: 8px;
}

#elementContainer #detailText,
#elementContainer #detailTags{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 24px;*/
	overflow: hidden;
	padding: 0 24px 24px 24px;
	font-size: 14px;
	clear: both;
}

#elementContainer #detailTags{
	padding-bottom: 0px;
}

#elementContainer #detailText .heading,
#elementContainer #detailTags .heading{
	border-top: 1px solid #e7e8ea;
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 36px 0;
    font-weight: 800;
    font-size: 20px;
}

#elementContainer #detailText img{
	max-width: 100%;
}

#elementContainer .defailTagsItems{
	margin-bottom: 12px;
}

#elementContainer .detailTagsItems .detailTagsItem{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 12px;
}

#elementContainer .detailTagsItems .detailTagsItem:last-child{
	margin-right: 0px;
}

#elementContainer .detailTagsItems .detailTagsLink{
	transition: all 0.2s ease-in-out;
	display: block;
	background-color: #f4f4f4;
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 4px;
	color: #000000;
}

#elementContainer .detailTagsItems .detailTagsLink.selected{
	font-family: 'robotomedium';
}

#elementContainer .detailTagsItems .detailTagsLink.selected .reset{
	vertical-align: middle;
	display: inline-block;
	margin-left: 6px;
	font-size: 13px;
}

#elementContainer .detailTagsItems .detailTagsLink:hover{
	background-color: #f0f0f0;
}

#elementContainer .detailTagsItems .detailTagsLink:active{
	position: relative;
	top: 1px;
}

#elementContainer .detailTagsItems .moreButton .detailTagsLink{
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
}

#elementContainer .detailTagsItems .moreButton .detailTagsLink:hover{
	background-color: #fbfbfb;
}

#elementContainer .detailTagsItems .detailTagsItem.showAll{
	display: inline-block !important;
}

@media screen and (min-width: 600px){
	#elementContainer .detailTagsItems .desktopHidden{
		display: none;
	}
}

@media screen and (max-width: 600px){
	#elementContainer .detailTagsItems .mobileHidden,
	#elementContainer #detailTags.mobileHidden{
		display: none;
	}
}

#morePhotoSlider{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 24px 48px 0 48px;
}

#morePhotoSlider .morePhotos{
	-webkit-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
}

#morePhotoSlider .morePhotos .photoItem{
	/*transform: scale(0.7);*/
	position: relative;
	text-align: center;
	opacity: 0.6;
	float: left;
}

#morePhotoSlider .morePhotos .photoItem.selected{
	padding-bottom: 24px;
	/*transform: scale(1);*/
	opacity: 1;
}

#morePhotoSlider .morePhotos .photoItem.selected:after{
	transform: translateX(-50%);
	border-bottom: 2px solid #000000;
	position: absolute;
	display: block;
	content: "";
	width: 30%;
	left: 50%;
	bottom : 0px;
}

#morePhotoSlider .morePhotos .photoItem a{
	display: inline-block;
	line-height: 100px;
	height: 100px;
}

#morePhotoSlider .morePhotos .photoItem img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

#elementContainer .zoom{
	cursor: zoom-in;
}

#related, 
#similar,
#watched {
	margin: 139px auto 0;
	max-width:1200px;
}

#similar .customTabloid, #related .customTabloid, #watched .customTabloid{
	background:#fff!important;
}
#similar .items, #related .items, #watched .items {
	flex-wrap: wrap;
    display: flex!important;
    justify-content: space-between;
}
#similar .customItem,#related .customItem,#watched .customItem, .productList.items .product {
	overflow: hidden;
    width: 100%!important;
    margin: 0 0 40px;
	flex:unset!important;
	max-width:unset!important;	
}
.tab a.browse {
	border-radius:5px 5px 0 0;
}.tab a.similar {
	border-radius:0 0 5px 5px;
}
#similar .product .name, 
#related .product .name,
#watched .product .name {
    font-family: 'cerapro';
    min-height:77px;
    font-weight: 300;
    font-size: 18px;
    max-width: 261px;
    text-align: left;
    line-height: 27px;
    margin: 20px 0;
}
.sm {
	display:none;
}
#similar .productColText,#related .productColText,#watched .productColText {
    padding: 0 15px!important;	
}
#similar .middleRow,#related .middleRow,#watched .middleRow {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding:20px 0;
	min-height:94px;
}
#similar .middleRow .prop__item,#related .middleRow .prop__item,#watched .middleRow .prop__item {
	width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;	
	
}
#similar .middleRow .prop__item .desc,#related .middleRow .prop__item .desc,#watched .middleRow .prop__item .desc {
font-weight: 300;
	font-size: 12px;
	font-family: 'cerapro';	
}
#similar .middleRow .prop__item .desc__val,#related .middleRow .prop__item .desc__val,#watched .middleRow .prop__item .desc__val {
	font-weight: 400;
	font-size: 18px;	
	font-family: 'cerapro';	
	margin:0 0 5px 0;
}
#similar .product .picture,#related .product .picture,#watched .product .picture { 
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;   
    /* width: 100%; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 375px;
    line-height: 375px;	
	border-radius:5px;
}
.items.productList {
	border:0!important;
}
#similar .plusMinus__item a,#related .plusMinus__item a,#watched .plusMinus__item a  {
    color: #000!important;
    font-family: 'cerapro';
    font-weight: 300;
}
#similar .plusMinus__item,#related .plusMinus__item,#watched .plusMinus__item {
	width:100%!important;
}
#similar .plusMinus__item:nth-child(2),#related .plusMinus__item:nth-child(2),#watched .plusMinus__item:nth-child(2){
	width:100%!Important;
}
#similar .plusMinus,#related .plusMinus,#watched .plusMinus {
	width:50%!important;
	margin:0!important;
}
#similar .article--wrap,#related .article--wrap,#watched .article--wrap {
font-family: 'cerapro';
font-weight: 300;
font-size: 12px;
margin:5px 0 10px;
min-height:21px;
}
#similar .product .price .discount,#related .product .price .discount,#watched .product .price .discount {
font-family: 'cerapro';
font-weight: 300;
font-size: 18px;	
color:#000;
margin: 0 0 -10px 0;
    display: block;
	height:auto;
	line-height:18px;
}
#similar .product .addCart,#related .product .addCart,#watched .product .addCart {
	background: #FF7C00;
    font-family: 'cerapro';
    font-size: 16px;
    font-weight: 400;
    max-width: 130px;
    width: 100%;
    line-height: 51px;
    height: 51px;
    margin-top: 30px;	
}
#similar .product .price .discount .measure,#related .product .price .discount .measure,#watched .product .price .discount .measure {
font-family: 'cerapro';
font-weight: 300;
font-size: 18px;	
    line-height: 30px;
color:#000;	
}
#similar .product .price,#related .product .price,#watched .product .price {
font-family: 'cerapro';
    font-weight: 500;
    font-size: 20px!important;
    line-height: 30px;
    color: #000;
}
#similar .product .price .measure,#related .product .price .measure,#watched .product .price .measure {
font-family: 'cerapro';
font-weight: 500;
font-size: 20px;
    line-height: 30px;	
color:#000;	
}
#similar .priceContainer,#related .priceContainer,#watched .priceContainer {
	justify-content: space-between;	
	flex-wrap:wrap;
}
#similar .add-cart,#related .add-cart,#watched .add-cart {
width:50%;
}
#similar .fastBack,#related .fastBack,#watched .fastBack {
display: inline-block;
    line-height: inherit;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    font-family: 'cerapro';
    color: #000;
    max-width: 159px;
    text-align: center;
    width: 50%;
}
#similar .fastBack span,#related .fastBack span,#watched .fastBack span {
	display: inline-block;
    border-bottom: 1px dotted;
}
#similar .priceContainer__item,#related .priceContainer__item,#watched .priceContainer__item {
	margin: 5px 0 0 0!important;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;	
}
#related .heading, 
#watched .heading, 
#similar .heading{
    font-family: 'cerapro';
    font-weight: 500;
    font-size: 36px;
    color: #000000;
    line-height: 36px;
    margin: 0 0 50px 0;
}
#similar .priceContainer,#related .priceContainer,#watched .priceContainer {
	position:relative!important;
	left:unset!important;
	right:unset!important;
	bottom:unset!important;
}
#catalogElement .productList{
	border-left: 0px;
}

/* #catalogElement .product{
	width: 25%;
} */

#giftContainer{
	padding-bottom: 24px;
    margin-top: 24px; 
}

#giftContainer .heading{
	border-top: 1px solid #e7e8ea;
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 36px 24px;
    font-weight: 800;
    font-size: 20px;
    display: block;
}

#elementProperties{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 24px;*/
	padding: 0;
	overflow: auto;
}

.subPanel {
    display: flex;
    align-items: center;
    justify-content: space-around;
	margin:15px 0;
}
.subPanel .amount_sq {
    line-height: inherit;
    font-size: 16px;
    font-weight: 300;
    font-family: 'cerapro';
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed rgba(66, 136, 201,0.6);
}
.subPanel .best3D {
	
}

#elementProperties .heading{
font-family: 'cerapro';
    letter-spacing: 1px;
    padding: 36px 0px 24px 0;
    font-weight: 500;
    font-size: 24px;
    display: block;
}

.elementProperties a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000000;
}

#elementProperties .stats {
	/*min-width: 600px;*/
	width: 100%;
	padding: 12px;
	border-collapse: collapse;
	table-layout: fixed;
}

#elementProperties .stats a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000000;
}

#elementProperties .stats a:active{
	position: relative;
	top: 1px;
}

#elementProperties .stats td{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementProperties .stats .question {
	background: url("images/questions.png") 0 0 transparent;
	-webkit-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	vertical-align: middle;
	display: inline-block;
	margin-left: 6px;
	height: 19px;
	width: 19px;
}

#elementProperties .stats .question:hover {
	background: url("images/questions.png") -19px 0 transparent;
}

#elementProperties .stats .question:active {
	background: url("images/questions.png") -38px 0 transparent;
}

#elementProperties .stats tr {

}

#elementProperties .stats tr.gray:last-child{
	border-bottom: 0px;
}

#elementProperties .stats .gray td {
	background-color: #F6F6F6;
}

#elementProperties .stats tr:hover td {
	background: #eee;
}

#elementProperties .stats .cap,
#elementProperties .stats .cap:hover td {
	background-color: #fff !important;
	border: 0 !important;
}

#elementProperties .stats .cap td {
	font-size: 18px;
	color: #000000;
	padding: 12px 0;
}

#elementProperties .stats td {
	padding: 10px 0px;
}

#elementProperties .stats .name {
text-overflow: ellipsis;
    padding-left: 23px;
    overflow: hidden;
    width: 50%;
    font-size: 18px;
    font-family: 'cerapro';
    font-weight: 300;
}

#elementProperties .stats .name span {
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	padding-right: 12px;
    font-size: 16px;
    font-family: 'cerapro';
    font-weight: 300;	
}

#elementProperties .stats .analog {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	    font-size: 16px;
    font-family: 'cerapro';
    font-weight: 300;	
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}

#elementProperties .stats .analog:hover {
	color: #000000;
	border-bottom-color: #000000;
}

#elementProperties .stats .analog:active {
	position: relative;
	top: 1px;
}

#elementProperties .stats .right {
	text-align: right;
	padding-right: 10%;
}

#catalogElement .bx_pagination_bottom{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#files{
	margin-top: 24px;
}

#files .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#files .heading{
	border-top: 1px solid #efefef;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#files .items{
	overflow: hidden;
}

#files .item{
	margin-bottom: 24px;
	overflow: hidden;
	height: 65px;
	float: left;
	width: 25%;
}

#files .item .tb{
	table-layout: fixed;
	display: table;
	width: 100%;
}

#files .item .tbr{
	display: table-row;
}

#files .item .icon{
	vertical-align: middle;
	display: table-cell;
	width: 20%;
}

#files .item .icon a{
	display: block;
}

#files .item .icon img{
	vertical-align: middle;
	max-width: 100%;
}

#files .item .info{
	vertical-align: middle;
	display: table-cell;
	padding-right: 18px;
	width: 50%;
}

#files .item .info .name{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	display: block;
	color: #000000;
	height: 25px;
}

#files .item .info .name span{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

#files .item small{
	display: block;
}

#video{
	margin-top: 24px;
}

#video .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#video .heading{
	border-top: 1px solid #efefef;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#video .items{
	overflow: hidden;
	margin: 0 -12px;
}

#video .items.sz1{
	margin: 0;
}

#video .item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 33.33333%;
	padding: 0px 12px 24px 12px;
}

#video .item iframe{
	height: 200px;
	width: 100%;
}

#video .items.sz1 .item{
	padding: 0px;
	width: 100%;
}

#video .items.sz1 iframe{
	height: 500px;
}

#video .items.sz2 .item{
	width: 50%;
}

#video .items.sz2 iframe{
	height: 300px;
}


#elementError {
	background-color: rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}

#elementErrorContainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.500);
	background-color: #ffffff;
	margin-left: -150px;
	margin-top: -130px;
	position: relative;
	overflow: hidden;
	color: #000000;
	width: 300px;
	z-index: 999;
	left: 50%;
	top: 50%;
}

#elementErrorContainer span.heading {
	background-color: #424242;
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#elementErrorContainer p {
	text-align: center;
	color: #000000;
	padding: 12px;
}

#elementErrorContainer #elementErrorClose {
	background: url("images/exit.png") 0px 0px no-repeat transparent;
	margin-bottom: 24px;
	position: absolute;
	display: block;
	height: 21px;
	right: 24px;
	width: 21px;
	top: 16px;
}

#elementErrorContainer #elementErrorClose:hover {
	background: url("images/exit.png") 0px -21px no-repeat transparent;
}

#elementErrorContainer #elementErrorClose:active {
	background: url("images/exit.png") 0px -42px no-repeat transparent;
}

#elementErrorContainer .close {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #cccccc;
	background: #424242;
	width: 140px;
	text-decoration: none;
	margin: 0px auto 12px;
}

#elementErrorContainer .close:hover {
	background: #2b2b2b;
}

#elementErrorContainer .close:active {
	position: relative;
	top: 1px;
}

#catalogElement #hint {
	position: absolute;
	border: 1px solid #bdbdbd;
	background: #fff;
	width: 300px;
	box-shadow: 1px 1px 12px #dbdbdb;
	padding: 12px;
}

#catalogElement #hint span {
	font-size: 14px;
	line-height: 31px;
	font-weight: 600;
	display: block;
}

#catalogElement #hint ins {
	background: url("images/clear.png") no-repeat 0 0 transparent;
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 10px;
	height: 9px;
	cursor: pointer;
}

#catalogElement #hint ins:active {
	top: 13px;
}

#skuOffersTable{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#skuOffersTable .offersTableContainer{
	box-sizing: border-box;
	padding: 0px 24px;
}

#skuOffersTable .offersTableContainerBtn{
	margin-top: 24px;
	text-align: center;
}

#skuOffersTable .catalogProductOffersNext img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
	margin-top: -2px;
}

#skuOffersTable .catalogProductOffersNext.btn-simple{
	border-radius: 4px;
	width: 156px;
}

#skuOffersTable .heading{
    font-family: 'robotomedium';
    text-transform: uppercase;
    padding: 36px 24px;
    font-weight: 800;
    font-size: 20px;
    display: block;
}

#skuOffersTable .offersTable{
	/*border-collapse: collapse;*/
	/*border-spacing: 8px;*/
	width: 100%;
}

#skuOffersTable .tb{
	transition: all 0.2s ease-in-out;
	width: 100%;
}

#skuOffersTable .tableElem .tb:hover{
	background-color: #fdfdfd;
}

#skuOffersTable .tc{
	box-sizing: border-box;
	text-align: center;
	padding: 8px 6px;
}

#skuOffersTable .thead{
	border-radius: 4px;
	background: #f1f1f1;
}

#skuOffersTable .thead .tc{
	padding: 12px 6px;
}

#skuOffersTable .tableElem{
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	margin-top: 8px;
}

#skuOffersTable .offersTable th,
#skuOffersTable .offersTable td{
	text-align: center;
}

#skuOffersTable .offersTable th{
	background-color: #f1f1f1;
	padding: 12px 0px;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}

#skuOffersTable .offersTable td{
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	padding-bottom: 8px;
	padding-top: 8px;
}

#skuOffersTable .offersTable th{
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable th:first-child,
#skuOffersTable .offersTable td:first-child{
	border-left: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable th:last-child,
#skuOffersTable .offersTable td:last-child{
	border-right: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable .offersName{
	text-align: left;
	width: 220px;
}

#skuOffersTable .offersTable .offersName + td{
	padding-left: 12px;
}

#skuOffersTable .offersTable .offersPicture{
	width: 96px;
}

#skuOffersTable .offersTable .offersPicture img{
	vertical-align: middle;
	max-height: 54px;
	max-width: 42px;
	height: auto;
	width: auto;
}

#skuOffersTable .offersTable .priceWrap {
	width: 184px;
}

#skuOffersTable .offersTable .quantity img{
    vertical-align: middle;
    display: inline-block;
    padding-right: 6px;
    margin-top: -4px;
}

#skuOffersTable .offersTable .price{
	font-family: "robotomedium";
	position: relative;
	font-size: 16px;
}

#skuOffersTable .offersTable .quanBaskWrap{
	width: 250px;
	padding: 0;
}

#skuOffersTable .offersTable .quanBaskWrap .tc{
	width: 50%;
}

#skuOffersTable .offersTable .basket{
	padding-right: 12px;
}

#skuOffersTable .offersTable .price .priceIcon{
	margin-right: 6px;
}

#skuOffersTable .offersTable .price .lnk{
	border-bottom: 1px dashed #000000;
	transition: all 0.2s ease-in-out;
	padding-bottom: 2px;
}

#skuOffersTable .offersTable .price:hover .lnk{
	border-color: #888888;
}

#skuOffersTable .offersTable .property{
	/*font-family: "robotobold";*/
	font-size: 14px;
}

#skuOffersTable .offersTable .discount{
	font-family: 'roboto_ltregular';
	position: absolute;
	font-size: 13px;
	color: #888888;
	display: block;
	right: -12px;
	top: -16px;
}

#skuOffersTable .offersTable .basket .addCart{
	/*width: 76px;*/
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 12px;
	color: #ffffff;
	height: 30px;
}

#skuOffersTable .offersTable .basket .addCart.requestPrice{
	margin-top: 0px;
}

#skuOffersTable .offersTable .basket .addCart:active{
	position: relative;
	top: 1px;
}

#skuOffersTable .offersTable .basket .addCart img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -4px;
}

#skuOffersTable .outOfStock{
	color: #888888;
}

#complect{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
}

#complect .heading{
	border-top: 1px solid #efefef;
	font-family: 'robotobold';
	text-transform: uppercase;
	padding: 24px 0px 12px 0;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#complect .complectList{
	overflow: hidden;
	margin: 0 -12px;
}

#complect .complectListItem{
	position: relative;
	height: 355px;
	float: left;
	width: 25%;
}

#complect .complectListItemWrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
}

#complect .complectListItemPicture img{
	-webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    max-height: 90%;
    max-width: 90%;
}

#complect .complectListItemPicture:hover img{
	opacity: 0.8;
}

#complect .complectListItemPicLink{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    text-align: center;
    height: 240px;
    line-height: 240px;
}

#complect .complectListItemLink{
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
    margin-bottom: 12px;
    line-height: 44px;
    overflow: hidden;
    font-size: 14px;
    display: block;
    height: 44px;
}

#complect .complectListItemLink .middle{
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
}

#complect .complectListItemPrice{
	font-family: 'robotobold';
	font-size: 18px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
}

#complect .complectListItemPrice .measure{
	font-size: 16px;
}

#complect .complectListItemPrice .discount{
	font-family: 'roboto_ltregular';
	padding-left: 4px;
	font-size: 14px;
}

#complect .complectResult{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	background-color: #fdfdfd;
	padding-right: 24px;
	padding-left: 24px;
	line-height: 60px;
	overflow: hidden;
	height: 60px;
}

#complect .complectPriceResult{
	font-family: 'robotobold';
	display: inline-block;
	margin-left: 12px;
	font-size: 18px;
}

#complect .complectResult .discount{
	font-family: 'roboto_ltregular';
	margin-left: 12px;
	font-size: 14px;
	color: #888888;
}

#complect .complectResultEconomy{
	border-left: 1px solid #e8e8e8;
	padding-left: 24px;
	float: right;
}

#complect .complectResultEconomyValue{
	font-family: 'robotobold';
	margin-left: 12px;
	font-size: 16px;
}

#complect .complectListItem:after{
	font-family: 'roboto_thregular';
	transform: translateY(-50%);
	position: absolute;
	font-size: 48px;
	display: block;
	color: #888888;
	content: "+";
	right: -12px;
	top: 50%;

}

#complect .complectListItem:last-child:after,
#complect .complectListItem:nth-child(4n):after{
	display: none;
}

#zoomer{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.7);
}

#zoomer.opened{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

#zoomer #zoomerExitLink{
	background: url(images/exitBig.png) 0 0  no-repeat transparent;
	height: 50px;
	opacity: 0.5;
	width: 50px;
}

#zoomer #zoomerExitLink:hover{
	opacity: 0.8;
}

#zoomer #zoomerExitLink:active{
	height: 48px;
	opacity: 1;
	top: 25px;
}

#zoomerMoreImagesContainerWrapper .item{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#zoomerMoreImagesContainerWrapper .item:hover{
	opacity: 0.9 !important;
}

#zoomerMoreImagesContainerWrapper .selected{
	opacity: 1 !important;
}

#zoomerBigPrevMore,
#zoomerBigNextMore{
	background: url(images/carouselArrowsBig.png) 0 0 no-repeat transparent;
	opacity: 0.5;	
}

#zoomerBigNextMore{
	background-position: -57px 0;
}

#zoomerNextMore,
#zoomerPrevMore{
	background: url(images/carouselArrows.png) 0 0 no-repeat transparent;
	opacity: 0.5;
}


#zoomerNextMore{
	background-position: -80px 0;
}

#zoomerPrevMore:hover,
#zoomerNextMore:hover,
#zoomerBigPrevMore:hover,
#zoomerBigNextMore:hover{
	opacity: 0.8;
}

#zoomerPrevMore:active,
#zoomerNextMore:active,
#zoomerBigPrevMore:active,
#zoomerBigNextMore:active{
	opacity: 1;
}

#zoomerNextMore:active{
	right: -1px !important;
}

#zoomerPrevMore:active{
	left: -1px !important;
}

#zoomerBigPrevMore:active{
	left: 23px !important;
}

#zoomerBigNextMore:active{
	right: 23px !important;
}

#zoomerMoreImagesContainerWrapper .link:active{
	position: relative;
	top: 1px;
}

.catalogProductOffersPager{
	text-align: center;
}

.catalogProductOffersNext{
	margin-top: 24px;
}

#catalogElement input[type="radio"]:not(checked){
  position: absolute;
  opacity: 0;
}

#catalogElement input[type="radio"] + label{
	cursor: pointer;
}

#catalogElement input[type="radio"]:not(checked) + label{
	position: relative;
	padding-left: 28px;
}

.smallSpecialTime{
	padding-bottom: 12px;
	color: #ffffff;
	font-size: 0;
	line-height: 0;
}

.smallSpecialTime .specialTimeItem{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	margin-left: 4px;
	padding: 8px 0px;
	line-height: 14px;
	height: 42px;
	width: 48px;
}

.smallSpecialTime .specialTimeItem:first-child{
	margin-left: 0px;
}

.smallSpecialTime .specialTimeItemValue{
	font-family: 'robotomedium';
	font-size: 14px;
}

.smallSpecialTime .specialTimeItemlabel{
	font-family: "roboto_ltregular";
	font-size: 12px;
}

.detail-text-wrap{
	box-sizing: border-box;
    margin-top: 12px;
    padding: 0 24px 24px;
    border-top: 1px solid #ededed;
}

.detail-text-wrap .heading {
	font-family: "robotomedium";
	padding: 30px 0 0px;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

#elementContainer .new-list-items-wrap{
	box-sizing: border-box;
	margin-top: 12px;
	margin-bottom: 0;
	padding: 0 24px;
	border-top: 1px solid #ededed;
}

.new-list-items-wrap .heading{
	display: block;
	padding: 36px 0 18px;
	font-family: "robotomedium";
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

#elementContainer .new-list-items{
	max-width: none;
	margin: 0 -12px;
	font-size: 0;
}

.new-list-items .list-item-wrap{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 12px;
	box-sizing: border-box;
}

.new-list-items .list-item{
	padding: 24px 18px;
	border: 1px solid #e7e8ea;
	border-radius: 2px;
}

.new-list-items .image{
	width: 54px;
	padding-right: 18px;
}

.new-list-items .image-container{
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.new-list-items .image-container:hover{
	opacity: 0.9;
}

.new-list-items .image-container:active{
	position: relative;
	top: 1px;
}

.new-list-items .text{
	color: #000000;
}

.new-list-items .name{
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
	max-height: 18px;
	overflow: hidden;
	text-decoration: none;
	color: #000000;
}

.new-list-items .name:active{
	position: relative;
	top: 1px;
}

.new-list-items .price{
	position: relative;
	display: inline-block;
	padding-right: 18px;
	font-size: 18px;
	font-family: "robotobold"
}

.new-list-items .old-price{
	position: absolute;
	right: 0;
	top: -12px;
	font-size: 13px;
	line-height: 15px;
	font-family: "roboto_ltregular";
	font-size: 13px;
	color: #888888;
}

.new-list-items .active-link{
	display: inline-block;
	font-family: "roboto_ltregular";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Custom color right section */ 

.columnRowWrap  {
	width:100%;
}

#elementTools .color_n, #smallElementTools .color_n {
	color: #000;
    margin-top: 10px;
    text-decoration: dotted;
    border-bottom: 1px dotted;
	font-size:16px;
    font-family: 'cerapro';	
}

#elementTools .priceContainer {
	margin-bottom: 0;
}
.column .bottom {
	width:100%;
	flex-flow:row!important;
}
.minus {
	width: 25px!important;
    height: inherit;
    border: solid 2px #fff!important;
    text-align: center;
    color: #d8e0e6;
    font: 26px/50px Arial, Helvetica, sans-serif;
    border-radius: 8px!important;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
	background: #fff!important;
}
.minusCard {
	width: 25px!important;
    height: inherit;
    border: solid 2px #fff!important;
    text-align: center;
    color: #d8e0e6;
    font: 26px/50px Arial, Helvetica, sans-serif;
    border-radius: 8px!important;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
	background: #fff!important;
}
.plus {
	width: 25px!important;
    height: inherit;
    border: solid 2px #fff!important;
    text-align: center;
    color: #d8e0e6;
    font: 26px/50px Arial, Helvetica, sans-serif;
    border-radius: 8px!important;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
	background: #fff!important;
}
.plusCard {
	width: 25px!important;
    height: inherit;
    border: solid 2px #fff!important;
    text-align: center;
    color: #d8e0e6;
    font: 26px/50px Arial, Helvetica, sans-serif;
    border-radius: 8px!important;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
	background: #fff!important;
}
.control {
	width:45%!important;
}
.plusMinus {
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	margin-top:28px;
}
.inputCard {
	display:none;
	    border: none;
    width: 50px;
    text-align: center;
}
.inputCard.activ {
    background: #fff!important;
    padding: 15px;
    border-radius: 5px;
    font-size: 18px;
	display:block;
}
.plusMinus__item .input.activ {
    background: #fff!important;
    padding: 15px;
    border-radius: 5px;
    font-size: 18px;
}
.plusMinus__item:nth-child(2){
	width: 50%!important;
    margin-top: 0!important;
    min-height: 21px;	
}
.plusMinus__item .button {
	border:0!important;
	font-size:18px!important;
}
.plusMinus__item .button.activ {
    color: #000!important;
    border: solid 2px #EEEEEE!important;
    background-color: #EEEEEE!important;
	border-radius:8px;
}

.propertiesGroupMobile {
	display:none;
}



/* END Custom color right section */ 

.changePrice {
	margin-top:-10px;
}

#similar .product .price.requestPriceVal,#related .product .price.requestPriceVal,#watched .product .price.requestPriceVal {
	font-size:15px!important;
	margin-top:20px;
}

.nbrowse {
	border-radius:5px 0 0 5px;
}
.nsimilar {
	border-radius:0 5px 5px 0;
}
.owl-theme .owl-nav {
	position: absolute;    
    z-index: 22;
    top: 50%;
    width: 100%;
    text-align: center;
}
.owl-theme .owl-nav .owl-prev {
	background: url(/local/templates/dresscodeV2/images/slideArrowSmallBlack.png) 0 0 no-repeat transparent!important;
    transform: translateY(-50%);
    position: absolute;
    height: 70px;
    width: 35px;	
	left:-30px;
	margin:0!important;
}
.owl-theme .owl-nav .owl-prev span, .owl-theme .owl-nav .owl-next span {
	display:none;
}
.owl-theme .owl-nav .owl-next {
	background: url(/local/templates/dresscodeV2/images/slideArrowSmallBlack.png) 0 0 no-repeat transparent!important;
    transform: translateY(-50%);
    position: absolute;
    height: 70px;
    width: 35px;	
	right:-30px;	
	background-position: 0 -70px!important;
	margin:0!important;
}

.owl-theme .owl-dots {
	width:100%;
}

#similar .product .addCart .icon,#related .product .addCart .icon,#watched .product .addCart .icon {
width:auto;
display:initial;	
}
.dnn {
	display:none!important;
}