.nbCatalogItem {border: 1px solid #e6e6e6; padding: 1.75rem .75rem 0; position: relative; background: #fff; position: relative;}
.nbCatalogItem._hover {z-index: 150; border-color: #e31f24;}
.nbCatalogItem__stikers {position: absolute; left: 0; top: 0.375rem; width: 3.125rem; z-index: 5;}
.nbCatalogItem__stiker {height: 1.5rem; width: 3.125rem;}
.nbCatalogItem__discount {height: 1.5rem; width: 3.125rem; background: #f98e3d; color: #fff; font-weight: 600; text-align: center; font-size: 0.875rem; line-height: 1.5rem;}
.nbCatalogItem__actions {position: absolute; top: -0.25rem; right: -0.25rem; z-index: 5;}
.nbCatalogItem__action {height: 3.125rem; width: 3.125rem; display: block; opacity: 0.6;}
.nbCatalogItem__action:hover {opacity: 1;}
.nbCatalogItem__action.icon:before {transform: translate(-50%,-50%) scale(0.6);}
.nbCatalogItem__imgContainer {height: 0; padding-top: 100%; position: relative; margin-bottom: 1.875rem;}
.nbCatalogItem__imgFlex {
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items :center;	
  position: absolute; top: .5rem; left: .5rem; right: .5rem; bottom: .5rem;
}
.nbCatalogItem__img {max-width: 100%; height: auto; max-height: 100%;}
.nbCatalogItem__img._active {display: inline;}
.nbCatalogItem__count {background: #b4b4b4; color: #fff; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.5px; padding: 0 .5rem; text-align: center;}
.nbCatalogItem__corner {position: absolute; right: -0.75rem; text-align: right; bottom: -1.75rem;}
.nbCatalogItem__priceFrom {font-size: 0.875rem; font-weight: 600; letter-spacing: 0.5px; padding: 0 .5rem; background: #e31f24; color: #fff; display: inline-block;}
.nbCatalogItem__name {letter-spacing: 0.6px; line-height: 1.3; max-height: 2.5rem; overflow: hidden; margin-bottom: 0.875rem; display: block; color: #282828 !important; height: 2.5rem}
.nbCatalogItem__addition {display: none;}
.nbCatalogItem._hover .nbCatalogItem__addition {display: block; }
.nbCatalogItem__art {font-size: 0.75rem; color: #686666; letter-spacing: 0.3px; margin-bottom: 0.25rem;}
.nbCatalogItem__artV {font-weight: 600; color: #000000;}
.nbCatalogItem__variantsTitle {font-size: 0.75rem; color: #686666; letter-spacing: 0.3px; margin-bottom: 0.25rem;}
.nbCatalogItem__buy {margin: 0 -0.75rem;}

.nbCatalogItem__variantsItems {margin: 0 -0.375rem;}
.nbCatalogItem__variantsItem {padding: 0 0.375rem 0.375rem; display: inline-block; width: 20%; vertical-align: top;}
.nbCatalogItem__variantsItemImg {background-position: center; background-size: contain; background-repeat: no-repeat; border: 3px solid #fff; height: 0; padding: 50%; box-shadow: 0 0 0 1px #e6e6e6;}
.nbCatalogItem__variantsItemImg:hover,
.nbCatalogItem__variantsItem._active .nbCatalogItem__variantsItemImg {cursor: pointer; box-shadow: 0 0 0 1px #e31f24;}

.nbCatalogItem__offers {margin: 0 -.75rem;}
.nbCatalogItem__offer {display: none; padding: 0.5rem .75rem;}
.nbCatalogItem__offer:hover {background: #f5f5f5;}
.nbCatalogItem__offer._active {display: block;}
.nbCatalogItem__offerProp {font-size: 0.8125rem; color: #6d6d6d; line-height: 1; margin-bottom: 0.125rem;}
.nbCatalogItem__offerPrice {font-size: 1rem; color: #282828; line-height: 1rem; font-weight: 600;}
.nbCatalogItem__offerPrice._old {font-size: 0.75rem; color: #656565; text-decoration: line-through; font-weight: normal;} 
.nbCatalogItem__offerQ {font-size: 0.75rem; color: #000; line-height: 1rem; padding-left: 0.25rem; font-weight: 600;}
.nbCatalogItem__offerCol._l {padding-right: 0.25rem !important;}

.nbCatalogItem__qBtn._plus,
.nbCatalogItem__qBtn._minus {
	position: relative;
	display: block;
	min-width: 1.125rem;
	height: 1.875rem;
	border-radius: 0px;
	background-color: transparent;
	color: #444343;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
	line-height: 1.875rem;
	color: #444343;
	font-size: 0.875rem;
}
.nbCatalogItem__qBtn._plus:hover,
.nbCatalogItem__qBtn._minus:hover {background-color: #e6e6e6}

.nbCatalogItem__qContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 0;
	border: 1px solid #c1c1c1;
	background: #fff;
}

.nbCatalogItem__qContainer.load:before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: #fff; z-index: 1; opacity: !important;}
.nbCatalogItem__qContainer.load:before {background-image: url(images/loader.svg); background-position: center center; background-repeat: no-repeat; background-size: 1.5rem auto;}

.nbCatalogItem__qContainer.load:after {font-family: FontAwesome; position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%); z-index: 2; opacity: 0; line-height: 0.5; font-size: 1.25rem;}

.nbCatalogItem__qContainer.loadSucces:before,
.nbCatalogItem__qContainer.loadError:before {background-image: none !important}
.nbCatalogItem__qContainer.loadSucces:after {content:'\f00c'; color: #8bc34a;}
.nbCatalogItem__qContainer.loadError:after {content:'\f00d'; color: #f44336;}

.nbCatalogItem__qContainer.load.load:after {animation: 1s buyanimation;}
@keyframes buyanimation {
 0% { opacity: 0;}
 40% { opacity: 1; }
 80% { opacity: 1; }
 100% { opacity: 0; }
}

.nbCatalogItem__qField {
	display: block;
	padding: 0;
	width: 100%;
	height: 1.875rem;
	border: none;
	border-radius: 0px;
	background: transparent !important;
	color: #444343;
	vertical-align: middle;
	text-align: center;
	line-height: 1.875rem;
	transition: border 300ms ease;
	font-size: 0.875rem;
	width: 2rem;
}

.nbCatalogItem__qContainer {}
.nbCatalogItem__qContainer._disabled {position: relative; border-color: #e8e8e8;  cursor: default;}
.nbCatalogItem__qContainer._disabled:before {content: ''; position: absolute; display: block; left: 0; top: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.7); z-index: 5;  cursor: default;}

/*
.nbCatalogItem:hover {border: 1px solid #e31f24;}
.nbCatalogItem:hover .nbCatalogItem__name {max-height: none;}
.nbCatalogItem:hover .nbCatalogItem__addition {display: block;}
*/

.nbCatalogItem._line {padding: 0.5rem;}
.nbCatalogItem._line:hover {border: 1px solid #e31f24;}
.nbCatalogItem._line .nbCatalogItem__addition {display: block;}
.nbCatalogItem._line .nbCatalogItem__name {height: auto; padding-top: 0.625rem; font-size: 1.125rem; font-weight: 600;}
.nbCatalogItem._line .nbCatalogItem__variantsItem {width: 8%;}
.nbCatalogItem._line .nbCatalogItem__col._left {display: flex; flex-direction: column; justify-content: center; align-items: start; padding-top: 1rem; padding-bottom: 1rem;}
.nbCatalogItem._line .nbCatalogItem__imgContainer {width: 100%; margin-bottom: 0;}
.nbCatalogItem._line .nbCatalogItem__corner {right: auto; left: -0.5rem; bottom: -0.875rem;}
.nbCatalogItem._line .nbCatalogItem__zoom {position: absolute; right: 0; bottom: -0.875rem; background: #f9f9f9 url(images/zoom.svg) center center no-repeat; background-size: 1.5rem 1.5rem; width: 2.625rem; height: 2.625rem; filter: grayscale(1); cursor: pointer;}
.nbCatalogItem._line .nbCatalogItem__zoom:hover {filter: grayscale(0);}
.nbCatalogItem._line .nbCatalogItem__offer._active {display: table-row;}
.nbCatalogItem._line .nbCatalogItem__offer:hover {background: none;}
.nbCatalogItem._line .nbCatalogItem__offers {margin: 0;}
.nbCatalogItem._line .nbCatalogItem__offersTable {width: 100%; font-size: 0.875rem;}
.nbCatalogItem._line .nbCatalogItem__offersTable th {padding: 0.5rem 0.5rem; background: #e6e6e6; font-weight: 600; text-align: center; border-left: 1px solid #fff;}
.nbCatalogItem._line .nbCatalogItem__offersTable th._clear {background: none !important; border: none !important;}
.nbCatalogItem._line .nbCatalogItem__offersTable th:first-child {border: none;}
.nbCatalogItem._line .nbCatalogItem__offersTable td {padding: 0.25rem 0.5rem; text-align: center; vertical-align: middle; border-left: 1px solid #e6e6e6; background: #fff;}
.nbCatalogItem._line .nbCatalogItem__offersTable td._clear {background: none !important; border: none !important;}
.nbCatalogItem._line .nbCatalogItem__offersTable td:first-child {border: none;}
.nbCatalogItem._line .nbCatalogItem__offersTable .nbCatalogItem__offer._1 td {background: #f8f8f8;}
.nbCatalogItem._line .nbCatalogItem__offersTable tfoot {position: relative;}
.nbCatalogItem._line .nbCatalogItem__offersTableSep{height: 1rem;}
.nbCatalogItem._line .nbCatalogItem__offersTableFoot { border-top:1px solid #818181;}
.nbCatalogItem._line .nbCatalogItem__offersTableFoot td {font-size: 1rem; font-weight: 600; padding: 0.75rem 0.5rem 0.75rem; border: none !important;}
.nbCatalogItem._line .nbCatalogItem__seriesPLegend {text-transform: uppercase; text-align: left !important; padding-left: 0 !important}
.nbCatalogItem._line .nbCatalogItem__seriesPValue {color: #e31f24; font-size: 1.125rem !important;} 
.nbCatalogItem._line .nbCatalogItem__offersTCol._q {width: 10%; padding-left: 1.5rem;}
.nbCatalogItem._line .nbCatalogItem__offersTCol._b {width: 88px;}
.nbCatalogItem._line .nbCatalogItem__buyBtn {position: relative; text-indent: -9999px; width: 4rem; width: 100%; cursor: pointer;}
.nbCatalogItem._line .nbCatalogItem__buyBtn.disabled {cursor: default;}
.nbCatalogItem._line .nbCatalogItem__buyBtn:before {background-position: 0 -9.375em;}
.nbCatalogItem._line .nbCatalogItem__buyBtn:hover:before {background-position: 0 -40.625em;}
.nbCatalogItem._line .nbCatalogItem__buyBtn.disabled:before {background-position: 0 -6.25em;}
.nbCatalogItem._line .nbCatalogItem__offer:hover td {background: #f5f5f5 !important;}
.nbCatalogItem._line .nbCatalogItem__seriesBuy {display: none;}
.nbCatalogItem._line .nbCatalogItem__seriesBuy._active {display: table-footer-group;}


@media (min-width: 1600px) {
	.nbCatalogItem._line .nbCatalogItem__imgContainer {width: 246px; height: 246px; padding-top: 0;}
}

