.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }


.product-item-available {
	font-size: 14px;
    color: #4b9700;
}

.product-item-not-available {
	color: red;
}


.product-item {
	display: block;
	box-sizing: border-box;
	/* padding-top: 15px; */
    padding: 20px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	background: #fff;
	/* box-shadow: 0 0 0 0 rgba(0, 0, 0, .19); */
    /* -webkit-box-shadow: 0px 0px 16px -2px rgba(34, 60, 80, 0.19);
    -moz-box-shadow: 0px 0px 16px -2px rgba(34, 60, 80, 0.19);
    box-shadow: 0px 0px 16px -2px rgba(34, 60, 80, 0.19); */
	border-radius: 5px;
	border: 1px solid #ccc;
	transition: 0.1s ease box-shadow;

}

.product-item a {
	text-decoration: none;
}

.product-item-big-card .product-item,
.product-item-small-card .product-item { }

.product-item-line-card .product-item { border-bottom: 1px solid #dadada; }


.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	/* right: -20px;
	left: -20px;
	padding: 20px 20px 0; */
	width: 100%;
	border-color: transparent;
	/* box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19); */
    /* -webkit-box-shadow: 0px 0px 16px -2px rgba(34, 60, 80, 0.14);
-moz-box-shadow: 0px 0px 16px -2px rgba(34, 60, 80, 0.14); */

/* box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12); */

background-color: #fff;
}

.bx-touch .product-item {
	padding: 20px 0 0;
	width: auto;
	background: #fff;
}

@media screen and (max-width: 768px){
	.bx-touch .product-item {
		padding: 20px;
	}
}

.product-item-properties--prop {
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-position-y: calc(100% - 8px) !important;
}

.product-item-properties--prop span {
	/* margin-top: -6px; */
	background-color: #fff;
}

.product-item-properties--prop span:first-of-type {
	padding-right: 5px;
}


.product-item-properties--prop span:last-of-type {
	padding-left: 5px;
}
/*
.bx-no-touch .product-item-container {
	height: 100%;
}



.bx-no-touch .product-item-container.hover {
	height: auto;
	position: absolute !important;
} */

/* .bx-no-touch .product-item-container .product-item  {
	height: 100%;
} */


/* .bx-no-touch .product-item-container {
	height: 100% !important;
	justify-content: space-between;
}

.bx-no-touch .product-item-container .product-item {
	height: 100% !important;
	justify-content: space-between;
} */

/* .bx-no-touch .product-item-container.hover .product-item {
	height: auto !important;

} */


.product__wrapper--props {
	/* position: absolute;
	top: 100%; */
}

.bx-no-touch .product-item-container {
	height: 100%;
}

.bx-no-touch .product-item-container .product-card {
	/* height: 100%; */
}

.product-item-container.hover {
	height: auto;
}

.product-item-container.hover .product-card {
	height: auto;
	position: absolute;
	width: 100%;
	box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
	background-color: #fff;
}


/* .row{
    overflow: hidden;
}

[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
} */

.bx-no-touch .product-item-container.hover {
	/* height: auto !important; */
	/* position: absolute; */
}

.bx-no-touch .product-item-container.hover .product-item {
	/* height: auto; */
	/* -webkit-animation: product-item-hover 500ms 1 ease; */
	/* animation: product-item-hover 500ms 1 ease; */
    /* will-change: box-shadow; */

/*
	border: 1px solid transparent;
		/* box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19); */
        /* -webkit-box-shadow: 0px 0px 16px -2px rgba(34, 60, 80, 0.4);
        -moz-box-shadow: 0px 0px 16px -2px rgba(34, 60, 80, 0.4);
        box-shadow: 0px 0px 16px -2px rgba(34, 60, 80, 0.4); */

		/* -webkit-box-shadow: 0px 0px 50px 3px rgba(34, 60, 80, 0.15);
        -moz-box-shadow: 0px 0px 50px 3px rgba(34, 60, 80, 0.15);
        box-shadow: 0px 0px 50px 3px rgba(34, 60, 80, 0.15);
		box-shadow: 0px 0px 50px 3px rgba(34, 60, 80, 0.15); */

		box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);


		/* left: -20px;
		right: -20px; */
		/* padding-left: 30px;
		padding-right: 30px; */
}




/*Title*/
.product-item-title {
	margin: 0;
	padding: 0;

    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 10px;
	line-height: 1;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	transition: 250ms linear all;
	font-size: 14px;
	/* text-transform: uppercase; */
    /* font-weight: 600; */
	line-height: 1.3;
}


/*Image*/
.product__image {
	height: 150px;
    padding-bottom: 15px;
	max-width: 80%;
    margin: 0 auto;
	margin-top: 30px;
	position: relative;

	display: flex;
    align-items: center;
    justify-content: center;
}

.product__image  img {
    height: 100%;
    width: 100%;
    object-fit: contain;
	max-height: 130px;
}
/*Image*/

/*Price*/
.product-item-price-container {
}

.product-item-price-current {
	white-space: nowrap;
	font-size: 19px;
    font-weight: 600;
    /* padding-bottom: 10px; */
    display: inline-block;
	margin-bottom: 5px;
}



.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
}


/*Info*/
.product-item-info-container {
	clear: both;
}

.product-item-info-container-title {
    font-size: 12px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
    display: none !important;
}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}
/*Info*/


@media screen and (max-width: 1120px) {
	.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
		display: block;
		opacity: 1;
		transition: opacity 300ms ease;
	}

	.bx-touch .product-item-info-container.product-item-touch-hidden {
		display: block !important;
	}

}



/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {
	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 15px;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 30px;
	height: 30px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}


.product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}


.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

.product-item-quantity { font-size: 12px; }
/*Amount*/





/*region Properties */
.product-item-properties {
	display: block;
	margin: 0;
}

.product-item-properties dl {
    clear: both;
}

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 11px;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 11px;
}

/*endregion*/




/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}


.product-item-compare label {
	display: flex;
	align-items: center;
}


.product-item-compare span[data-entity="compare-title"] {
	font-size: 13px;
	padding-left: 4px;
}
/*Compare*/




/* SKU */
.product-item-line-card .product-item-scu-container { text-align: left; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-block-title { font-size: 12px; }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
    outline-width: .5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: .5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: #000;
}
/* SKU */




/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}
/*Description*/


/*Buttons*/
.product-item-button-container {
    text-align: center;
	flex: 100%;
}
.product-item-button-container .btn {
    margin-bottom: 2px;
}

.product-item-button-container button {
	width: 100%;;
}


.actions_block {
	flex: 30%;
}


@media screen and (max-width: 768px) {
	.product-item-button-container button {
		font-size: 10px;
		padding: 10px 20px;
	}

	.favor svg,
	.product-item-compare svg {
		width: 15px;
		height: 15px;
	}


	.show__more--link {
		display: block;
		margin-left: 0;
	}

}


@media screen and (max-width: 568px) {
	.product-item-available {
		font-size: 11px;
		color: #4b9700;
	}

	.props__section {
		display: none !important;
	}
	.product__image {
		height: 100px;
	}


	.product-item-title a {
		color: #3f3f3f;
		text-decoration: none;
		transition: 250ms linear all;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
		line-height: 120%;
		display: block;
	}


	.product-item-title {
		/* height: auto; */
		height: 60px;
	}

	.slick-initialized .product__image {
		height: 50px;
	}

	.product__image--labels {
		top: 5px !important;
		left: 8px !important;
		display: flex;
		flex-direction: column;
	}
}


.product-item-block {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
/*Buttons*/



@media screen and (max-width: 359px) {
	.product-item-button-container button {
		font-size: 10px;
		padding: 10px 0px;
	}

	.favor svg,
	.product-item-compare svg {
		width: 15px;
		height: 15px;
	}


}



input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.btn  {
    padding: 6px 16px;
    border: 1px solid transparent;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
	text-decoration: none;
	-webkit-appearance: button;
	color: #fff;
}


.btn:hover {
	text-decoration: none;
	color: #fff;
}

.btn-red {
    background-color: #e31235;
    color: #fff;
	transition: 0.5s ease background-color;
}
.btn-red:hover {
    background-color: #b91933;
    color: #fff;
}

.btn-green {
    background-color: #52b461;
    color: #fff;
	transition: 0.5s ease background-color;
}
.btn-green:hover {
    background-color: #5f863d;
    color: #fff;
}


.btn-border {
    border: 1px solid #333;
    color: #333;
	transition: 0.5s ease ;
}
.btn-border:hover {
    border: 1px solid #ccc;
    color: #ccc;
}

.btn-grey {
    background-color: #afafaf;
}
/* btn-link btn-md */


.btn-buy {
    background: #eee;
    color: #333;
}

.btn-border:hover {
    border: 1px solid rgb(144, 144, 144);
    color: #ccc;
}


.product__image--label span {
    background: #29ad492b;
    color: #000;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}


.product__image--labels {
	/* margin-bottom: 20px; */
	position: absolute;
	top: 6px;
    left: 8px;
	z-index: 1;
}


.product-item--quick-view {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
    font-size: 15px;
    text-align: center;
	transition: 0.5s ease opacity;
}

.product-item--quick-view a {
	font-size: 13px;
    text-align: center;
    background: #dcb763;
    text-decoration: none;
    padding: 10px;
    color: #000;
	border-radius: 5px;
	transition: 0.5s ease background-color;
}

.product-item--quick-view a:hover {
	background-color: #efd393;
	color: #000;
}

.product-item-container:hover .product-item--quick-view {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}


@media screen and (max-width: 576px) {
	.product-item-price-current {
		white-space: nowrap;
		font-size: 15px;
		font-weight: 600;
		margin-bottom: 6px;
	}

	.product-item-title a {
		font-size: 13px;
		font-weight: 400;
		text-transform: uppercase;
	}

	.product-item-button-container button {
		font-size: 10px;
		padding: 8px 8px;
	}
}


.product__image--gallery {
	position: absolute;
    top: 0;
    height: 100%;
	width: 100%;

	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    z-index: 1;
}

.product__image--gallery--item--wrapper {
	/* position: absolute;
	top: 0; */
}

.product__image--gallery--item--nav {

}


.product__image--wrapper {
	position: relative;
    padding-top: 80%;
    margin: 0 auto;
    text-align: center;
    zoom: 1;
    display: block;
}

.product__image--gallery--item--wrapper {
	flex-grow: 1;
    -webkit-box-flex: 1;
}


.product__image--gallery--item--wrapper img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	pointer-events: none;

	opacity: 0;
    transition: opacity .2s ease-in-out;
}



.product__image--gallery--item--wrapper.active img {
    opacity: 1;
}


.section-gallery-nav__item {
    display: inline-block;
    width: 12px;
    height: 2px;
    background: rgba(136,136,136,.5);
    border-radius: 100%;
}

.section-gallery-nav {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    line-height: 0;
}

.section-gallery-nav__item.active {
    background-color: red;
}

.product__image--labels {
    z-index: 3;
}

.product-item--container___ {
	margin-bottom: 20px;
}



.section-gallery-nav__item:not(.active) {
    cursor: pointer;
}

.product-item-article {
	font-size: 14px;
}