/*region Sidebar */

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 15px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}
/*endregion*/

/*region Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -15px 1px -14px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}
.btn-not-avaliable .btn.disabled {
	opacity: 1 !important;
	color: #8d8d8d !important;
	cursor: default !important;
	background-color: #eaeaea !important;
	padding: 12px 18px !important;
}


/*region Price */
.product-item-detail-price-current span {
	font-size: 24px !important;
	line-height: 1;
	font-weight: 700;
}
.catalog-set-constructor-product-item-container .product_item_title {
	margin-bottom: 20px;
}
.catalog-set-constructor-product-item-container .product_item_title .name {
	height: auto;
	min-height: 30px;
}
.product-item-detail-price-old span {
	color: var(--secondary-txt);
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	text-decoration: line-through;
	display: block;
	margin-left: 10px;
	margin-bottom: 1px;
}
.product-item-detail-price-discount span {
	font-size: 12px;
	color: var(--light-txt);
	display: flex;
	width: 47px;
	height: 18px;
	align-items: center;
	justify-content: center;
	background: var(--stocks);
	margin-left: 12px;
	margin-bottom: 3px;
}
.product-item-detail-price {
	display: flex;
	align-items: flex-end;
	margin-bottom: 40px;
}

/*endregion*/
.product_rating span {
	display: inline-block;
	vertical-align: middle;
}
.product_rating .count_title {
	margin-right: -3px;
}
.product_rating .count_rating {
	margin-left: 3px;
	font-weight: 500;
	letter-spacing: 1px;
}
.product_rating .fa-star {
	margin-left: 5px;
	color: #c5c5c5;
	font-size: 14px;
}
.product_rating .fa-star.active, .product_rating .fa-star.active-star {
	color: var(--main_color);
}

/*region Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
	z-index: 1;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
}

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-radius: 10px;
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 75%;
	max-height: 75%;
	width: auto;
	height: auto;
	outline: none;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

@keyframes border-dance-detali {
  0% {
    background-position: 0px 0px, 141px 32px, 0px 141px, 141px 0px;
  }
  100% {
    background-position: 141px 0px, -32px 32px, 0px 0px, 141px 141px;
  }
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
	background-color: var(--main_color);
	background-color: var(--theme-color-primary)
}

/*endregion*/

/*region Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active { outline-color: var(--theme-color-primary); }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 45%;
	bottom: 0;
	z-index: 111;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 300ms ease;
	transform: translate(-50%, 0%);
	font-size: 30px;
	background-color: transparent;
}
.product-item-detail-slider-left i,
.product-item-detail-slider-right i{
  color: var(--add_color);
	opacity: .5;
  transition: .2s ease-out;
}
.product-item-detail-slider-left:hover i,
.product-item-detail-slider-right:hover i{
	opacity: 1;
}
.product-item-detail-slider-left {
	left: 30px;
}

.product-item-detail-slider-right {
	right: -10px;
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: transparent;
	opacity: 1;
}

.product-item-detail-slider-close { display: none; }

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*endregion*/

/*region magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

.product-detail-info-top .product-item-label-ring {
	margin-bottom: 0;
}


.product-detail-info-top .product-item-label-ring.product-item-label-top { top: 20px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-detail-info-top .product-item-label-ring.product-item-label-left { left: 15px; }

.product-item-label-left > div { text-align: left; }

.product-detail-info-top .product-item-label-ring.product-item-label-bottom { bottom: 20px; }
.product-item-detail-slider-block.product-item-detail-slider-block-square .product-item-label-ring{
	z-index: 11;
}
.product-item-detail-slider-block.product-item-detail-slider-block-square .product-item-label-ring.product-item-label-right{
	right: 15px;
	left: auto;
}

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}


.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs-list.nav-tabs {
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	border: none;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	text-decoration: none;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.tab-content-row.row{
	margin-left: 0px;
	margin-right: 0px;
}

/*region Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 310;
	box-sizing: border-box;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
	display: flex;
	width:100%;
	align-items: center;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	max-width:80px;
	vertical-align: middle;
	text-align: center;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container {
	max-width: 650px;
	flex:1;
}

.product-item-detail-short-title-text {
	display: block;
	color: var(--main_font_color);
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-properties {
	margin: 0;
	list-style: none;
	display: block;
}

.product-item-detail-properties-item {
	width: calc(50% - 30px);
	margin-bottom: 20px;
}
.product-item-detail-properties-item:nth-child(2n) {
	margin-left: 60px;
}

.product-item-detail-properties-item.brand .product-item-detail-properties-value a,
.product-detail-description-link {
	color: var(--main_link_color);
	border-bottom: 1px solid;
}
.product-item-detail-properties-item.brand .product-item-detail-properties-value a:hover,
.product-detail-description-link:hover {
	border-bottom-color: transparent;
}
#description.product-item-detail-tab-content {
	padding-right: 40px;
}
.product-item-detail-properties-dots{
	border-bottom:1px dotted #a5a5a5;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.product-item-detail-properties-name {
	font-weight: 500;
}
.product-detail-description-title {
	margin-right: 25px;
}
.sku-line-block-color, .sku-line-block-size {
	padding: 15px 0;
}
.sku-line-block-color .product-item-scu-item-color-container, .sku-line-block-size .product-item-scu-item-text-container {
	padding: 0;
	margin-left: 5px;
}
.sku-line-block-color .product-item-scu-item-color-container:first-child, .sku-line-block-size .product-item-scu-item-text-container:first-child {
	margin-left: 0;
}
.sku-line-block-color .product-item-scu-item-color-container {
	height: 40px;
	max-width: 40px;
	width: 40px;
}
.sku-line-block-size .product-item-scu-item-text-container {
	/*width: 60px;*/
}
.product_card_detail .product-item-scu-item-list {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.sku-line-block-color .product-item-scu-item-color-block_main {
	padding-top: calc(100% - 2px);
}
.sku-line-block-color .product-item-scu-item-color_main {
	-webkit-background-size: cover;
	background-size: cover;
}
.sku-line-block-size .product-item-scu-item-text-block {
	padding: 6px 8px;
}
.sku-line-block-size .product-item-scu-item-text {
	line-height: normal;
	font-size: 12px;
}
.sku-line-block-color .product-item-scu-item-color-block_main, .sku-line-block-size .product-item-scu-item-text-block {
	outline: none !important;
	border: 1px solid transparent;
}
.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

.fancybox-stage {
	width: 100%;
	min-width: 320px;
	max-width: 1024px;
	height: 90%;
	margin: auto;
	text-align: center;
	transition: .2s ease-in-out;
}
.fancybox-is-open .fancybox-stage {
	background-color: #fff;
}
.product-detail-sku-container .product-item-scu-container-title {
	margin-bottom: -1px;
}
.product-detail-composite_article{
	color: #B2B2B2;
	font-size: 12px;
}
.in_stock_block{
	position: relative;
	top: 0px;
	right: 0;
	height: 24px;
}
.composite_name, .nutrition-title, .nutrition_value, .product-item-scu-container-title {font-weight: 400;color: #B2B2B2;}
.nutrition-title {
	margin-bottom: 15px;
}
.product-detail-composite-container, .product-detail-nutrition-container,
.product_card_detail .product-item-scu-container-title {
    font-size: 14px;
}
.nutrition-item {
    border-radius: 3px;
    border: solid 2px #d3e8bb;
	text-align: center;
	min-width: 90px;
}
.nutrition_percent {
	background-color: #d3e8bb;
	padding: 3px 0;
}

.nutrition_name {
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}

.nutrition_value {
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
}

.product_card__title h1 {
	line-height: 1.3;
	font-weight: 400;
	font-size: 18px;
}

.product_card__title .product_card__brand {
	font-size: 24px;
	font-weight: 500;
}
/* tabs */

.product-item-detail-tabs .sub-title-tab {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--main-txt);
}
.product-item-detail-tabs .content-tab {
	font-size: 14px;
}
.product-item-detail-tabs-list .product-item-detail-tab-link {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	padding: 0;
	margin-right: 36px;
	transition: .3s ease;
	opacity: 0.35;
}
.product-item-detail-tabs-list .product-item-detail-tab-link.active {
	opacity: 1;
}
.nav-tabs .nav-link{
	border-top-left-radius: 0;
	border-top-right-radius: 0!important;
}
.product-item-detail-properties-item .properties-item {
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.product-item-detail-properties-item .properties-item span {
	flex-shrink: 0;
	display: block;
	line-height: 1;
}

.product-detail-sales-slider  .owl-carousel .owl-stage-outer {
	padding-bottom: 85px;
}

/* region new style product-card-detail --------------------------------------------------------------------------*/

.sku-line-block-color, .sku-line-block-size, .product-detail-descriptions {
	margin: 20px 0;
	padding: 0;
	line-height: 1.5;
}

.product_card_detail .product-item-scu-container-title, .product-detail-description-title {
	color: var(--main_font_color);
	font-weight: 500;
}

.product-detail-descriptions .tab-content {
	line-height: 1.86;
}

.product-item-detail-slider-block {
	height: 100%;
	padding-top: 0;
	width: 100%;
	background: #fff;
	margin-left: 0px;
}

.product-item-detail-slider-container {
	display: flex;
	justify-content: space-between;
}

.product-item-detail-slider-controls-block {
	width: 85px;
	height: 552px;
	padding: 28px 0;
	position: relative;
	display: none!important;
}

.product-item-detail-slider-controls-block .swiper-container {
	height: 100%;
}

.product-item-detail-slider-controls-block .swiper-wrapper {
	flex-direction: column;
}


.product-item-scu-item-text {
	text-transform: none;
}

.product-detail-pay-block {
	display: flex;
	align-items: center;
}

.price__block {
	margin-right: 50px;
}

.product_add-favour {
	margin-left: 25px;
}

.product-detail-pay-item .product-detail-buy-button {
	display: block;
	width: 170px;
	padding: 11px 0;
	text-align: center;
}

.nav-tabs, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
	padding: 0;
}

.product-detail-descriptions .tab-content {
	font-size: 14px;
	padding: 15px 0;
}

.product-detail-descriptions .nav-tabs > li > a {
	margin: 0;
	line-height: normal;
	border: none;
	border-radius: 0;
	padding: 0;
	background-color: transparent !important;
	display: inline-block;
	color: var(--main_link_color);
	border-bottom: 1px solid;
	margin-right: 15px;
	font-weight: bold;
}
.product-detail-descriptions .nav-tabs > li:hover > a {
	border-bottom-color: transparent;
}

.nav-tabs > li.active > a {
	color: #232222;
	border-bottom-color: transparent;
}

.catalog-set-constructor-wrapper {
	padding: 50px 0;
}
.product_add-favour.to_favorites .fa {
	width: 100%;
	height: 100%;
	font-size: 18px;
	padding: 8px 0;
	text-align: center;
	color: var(--main_color);
}
.product_add-favour.to_favorites .fa:before {
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

.product_add-favour.to_favorites.active .fa:before, .product_add-favour.to_favorites:hover .fa:before {
	content: "\f004";
}

/* endregion -------------------------------------------------------------------------- */

.product-item-detail-slider-image {
    display: none;
}
.product-item-detail-slider-image.active {
   display: block;
}
.product-detail-composite-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-detail-composite_icons{
	position: relative;
	display: flex;
	align-items: center;
}
.product-detail-composite_icons .composite_icons{
	cursor: pointer;
}

.product-detail-composite_icons .composite_icons .normal{
	position: relative;
	width: 30px;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}
.product-detail-composite_icons .composite_icons .heart.active{
	position: absolute;
	width: 30px;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
	left: 5px;
}
.product-detail-composite_icons .composite_icons{
	margin-left: 12px;
}

.product-detail-description-container{
	margin-top: 38px;
}
.description_row{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.description_block{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.description_block:last-child{
	align-items: flex-start;
}
.description_block .description_block_icon{
	margin-right: 10px;
}
.description_block:not(:last-child){
	margin-right: 40px;
}

.description_block:not(:last-child) .description_block_text{
	height: 29px;
	display: flex;
	align-items: flex-end;
}
.description_block_text{
	line-height: 1;
}
.description_block_text a{
	color: var(--main_font_color);
	font-size: 14px;
	border-bottom: 1px dashed var(--main_font_color);
	padding-bottom: 2px;
	line-height: 1;
}
.description_block_text a:hover{
	border-bottom-color: transparent;
}
.description_block:last-child .description_block_text a{
	border-bottom: 0px;
	line-height: 21px;
}
.description_block:last-child .description_block_text{
	max-width: 208px;
}
.block_rating_drink {
	margin-bottom: 100px;
}
.block_rating_drink .block_rating{
	margin-bottom: 10px;
}
.block_rating_drink .block_rating .rating{
	display: flex;
	align-items: center;
}
.block_rating_drink .block_rating .rating li + li{
	margin-left: 16px;
}
.block_rating_drink .block_rating .rating li.active .circle svg{
	fill: var(--main_color);
}
.block_rating_drink .block_rating .rating li.noraml .circle svg{
	fill: #C4C4C4;
}
.block_rating_drink .block_rating .rating li.position span{
	text-transform: uppercase;
	font-size: 12px;
	color: var(--main_font_color);
	font-weight: 500;
}
.block_drink_description_served{
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.served_img{
	margin-right: 15px;
}
.served_content{
	display: flex;
	flex-direction: column;
}
.served_content .title{
	font-size: 16px;
	line-height: 22px;
	color: var(--main_font_color);
	font-weight: 500;
}
.served_content .temperature{
	font-size: 24px;
	line-height: 34px;
	color: var(--main_font_color);
}

.block_drink_description_comesto{
	display: flex;
	align-items: flex-start;
}
.comesto_content{
	display: flex;
	flex-direction: column;
}
.comesto_content .title{
	font-size: 16px;
	line-height: 22px;
	color: var(--main_font_color);
	margin-bottom: 5px;
	font-weight: 500;
}
.comesto_content .menu li{
	font-size: 14px;
	line-height: 14px;
	color: var(--main_font_color);
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
}
.comesto_content .menu li:before{
	content: '-';
	top: 1px;
	left: 0;
	position: absolute;
}
.comesto_img{
	margin-right: 15px;
}

.properties-item{
	overflow: hidden;
}
.product-detail-info-top{
	margin-bottom: 120px;
}
.main_content{
	margin-bottom: 0px!important;
}
.product_card-country_origin{
	position: absolute;
	top: 20px;
	z-index: 15;
	left: 20px;
}
.country_origin_img img{
	max-width: 42px;
	max-height: 28px;
}

.product-detail-viewed-slider{
	margin-top: 120px;
}

.row.product_card_row{
	margin-left: 0px;
	margin-right: 0px;
}


.product-detail-composite_article-n-brend{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.product-detail-composite_article-n-brend .product-detail-composite_article{
	margin-right: 24px;
}
.product-detail-composite_article-n-brend span,
.product-detail-composite_article-n-brend a{
	font-size: 12px;
	line-height: 15px;
	color: var(--main_font_color);
	opacity: 1;
}
.product-detail-composite_article-n-brend a{
	border-bottom: 1px dashed var(--main_font_color);
}
.product-detail-composite_article-n-brend a:hover{
	border-color: transparent;
	color: var(--main_color_hover);
}
.button-quantity-col{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
}
.product_card__title{
	margin-bottom: 16px;
}
.product_rating .quan_testimonials{
	position: relative;
	top: -2px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link{
	color: var(--main_font_color)!important;
	background-color: transparent!important;
	position: relative;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item .nav-link{
	color: var(--main_font_color)!important;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item .nav-link:hover{
	color: var(--main_font_color);
}

.composite_icons .border_svg{
	border-radius: 6px;
	position: absolute;
	width: 36px;
	height: 36px;
	overflow: visible;
	left: 0;
	top: 0;
}
.bx-retina .composite_icons .border_svg{
	width: 38px;
	height: 38px;
	left: -0.5px;
	top: -0.5px;
}
.bx-retina .composite_icons .border_svg rect{
	width: 37px;
	height: 37px;
}
.composite_icons .border_svg rect{
	transition: .3s;
}
.composite_icons:hover .border_svg rect{
	stroke-dashoffset: 100;
	animation: border_move_svg 30s infinite linear;
	stroke: var(--main_color);
}
.composite_icons.active .border_svg rect{
	stroke: var(--main_color);
	animation: border_move_svg 30s infinite linear;
}
@keyframes border_move_svg {
	to {
    stroke-dashoffset: -1000;
  }
}
.composite_icons.favour .main_svg{
	transition: .3s;
}
.composite_icons.favour:hover .main_svg{
	fill: var(--main_color);
}
.composite_icons.favour.active .main_svg{
	fill: var(--main_color);
}

.composite_icons.compare .main_svg path{
	transition: .3s;
}
.composite_icons.compare:hover .main_svg path{
	stroke: var(--main_color);
}
.composite_icons.compare.active .main_svg path{
	stroke: var(--main_color);
}

.composite_icons.share .main_svg path,
.composite_icons.share .main_svg{
	transition: .3s;
}
.composite_icons.share:hover .main_svg path{
	fill: var(--main_color);
}
.composite_icons.share.active .main_svg path{
	fill: var(--main_color);
}
.byu-container-row{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	height: 70px;
}

.product_card_detail{
	opacity: 1 !important;
}
.product_card_fast .link-detail-text{
	display: none;
}
.link-detail-page-wrp {
	text-align: end;
	user-select: none;
}
.link-detail-page-wrp .link-detail-page{
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	background: var(--secondary_color);
	transition: .3s ease;
}
.link-detail-page-wrp .link-detail-page:hover{
	background: #dfdfdf;
}
.link-detail-page-wrp .link-detail-page:active{
	background: #d2d2d2;
}

.product_rating{
	display: flex;
	align-items: center;
	margin-right: 12px;
}
.product_rating span:first-child{
	position: relative;
	top: -1px;
}
.product_rating_count{
	font-size: 14px;
	line-height: 1;
	color: var(--main_font_color);
	margin-left: 5px;
}
.rating_and_article{
	display: flex;
	align-items: center;
}
.product-item-detail-tab-link.active{
	position: relative;
}

.product-item-detail-properties-item .properties-item span:first-child{
	 color: #8d8d8d;
	 font-weight: 400;
	font-size: 14px;
}
.product-item-detail-properties-value, .product-item-detail-properties-name {
	max-width: 45%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-item-detail-properties-value, .product-item-detail-properties-value a {
	font-size: 14px;
	font-weight: 400;
	color: var(--main-txt)
}
.product-item-detail-properties-value a {
	text-decoration: underline;
}
.product-item-detail-properties-value a:hover {
	color: var(--main_color);
	text-decoration: none;
}

.product-item-detail-tab-content.recomendaction .recomendaction_wrap{
	padding: 30px 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #fff;
	font-size: 14px;
}

.product-item-detail-main-info_top{
	margin-bottom: 10px;
}
.block_brends {
	position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
  line-height: 1;
}
.block_brends .block_brends_logo{
	max-width: 80px;
	border-radius: 10px;
}
.block_brends a{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: var(--main_font_color);
}
.product-item-detail-main-info__bottom{
	margin-top: 30px;
}
.detailed_product_card_gift h2 svg{
	margin-left: 10px;
	position: relative;
	top: -6px;
}

.product-detail-info-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.product-item-detail-gallery {
	position: relative;
	flex-shrink: 0;
	margin-right: 50px;
	overflow: hidden;
	transition: .3s ease;
}
.product-item-detail-gallery .k_loader {
	position: absolute;
	background: none;
	display: none;
}
.product-item-detail-gallery .k_loader::before {
	border-left-color: var(--main_color);
}
.product-item-detail-gallery.loading {
	opacity: 0.7;
	pointer-events: none;
}
.product-item-detail-gallery.loading .k_loader {
	display: block;
}
.product-item-detail-gallery .swiper-btn {
	display: none;
}
.product-item-detail-gallery .swiper-btn svg {
	transform: none;
}
.product-item-detail-gallery .swiper-button-next:hover svg {
	transform: translateX(20%);
}
.product-item-detail-gallery .swiper-button-next:hover:active svg {
	transform: translateX(45%);
}
.product-item-detail-gallery .swiper-button-prev:hover svg {
	transform: translateX(-20%);
}
.product-item-detail-gallery .swiper-button-prev:hover:active svg {
	transform: translateX(-45%);
}
.product-item-detail-gallery .swiper-slide {
	width: 100%;
	position: relative;
}
.product-item-detail-gallery .swiper-slide svg {
	position: absolute;
	z-index: 10;
	top: 16px;
	right: 16px;
	opacity: 0;
	pointer-events: none;
	transition: .3s ease;
}
.bx-touch .product-item-detail-gallery .swiper-slide svg {
	display: none;
}
.product-item-detail-gallery .swiper-slide:hover svg {
	opacity: 1;
}
.product-item-detail-gallery .swiper-wrapper {
	width: 830px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	position: relative;
}
.swiper-wrapper.imgsCount-1 .product-item-detail-gallery-image:nth-child(1),
.swiper-wrapper.imgsCount-3 .product-item-detail-gallery-image:nth-child(3),
.swiper-wrapper.imgsCount-5 .product-item-detail-gallery-image:nth-child(5) {
	grid-column-start: 1;
	grid-column-end: 3;
}
.product-item-detail-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
        border-radius: 4px;
}
.product-item-detail-main-info {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.product-detail-info-top .product_item_subtitle {
	margin-bottom: 40px;
}
.product-detail-info-top .card_article,
.product-detail-info-top .card_article span {
	font-weight: 400;
	color: var(--secondary-txt);
}
.product-detail-info-top .card_brand {
	margin-left: 20px;
}
.product-detail-info-top .card_brand a {
	border-bottom: 1px solid var(--main-txt);
	transition: .3s ease;
}
.product-detail-info-top .card_brand a:hover {
	opacity: 0.6;
	border-bottom: 1px solid transparent;
}
.product-detail-info-top .card_quantity-status {
	font-weight: 400;
}
.product-detail-info-top .card_quantity-status span {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-right: 6px;
	display: inline-block;
}
.product-detail-info-top .rating-and-brand {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

#simple-prediction.popup-window {
	display: none !important;
}
.product-item-detail-tabs-container {
	z-index: 1;
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 20px;
	overflow: hidden;
}
.product-item-detail-tabs-container::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: var(--border);
}

.product-item-detail-tabs-container .underline {
	position: absolute;
	width: 78px;
	height: 3px;
	background-color: var(--main_color);
	left: 0;
	bottom: 0;
	transition: .3s ease;
}
.product-item-detail-properties {
	display: flex;
	flex-wrap: wrap;
}
.product-item-detail-properties-item .dashed-line {
	width: 100%;
	border-bottom: 1px dashed #8d8d8d;
	flex-shrink: 1 !important;
	margin: 10px 3px 0;
}
.properties-tab {
	margin-bottom: 40px;
	width: 100%;
}
.description-tab {
	color: var(--main-txt);
}
.description-tab ul {
	margin-top: 20px;
}
.description-tab ul li {
	padding-left: 18px;
	position: relative;
}
.description-tab ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	background: var(--main-txt);
	border-radius: 100px;
}
.tab-content {
	width: 100%;
}
.similar-products_wrapper {
	margin-top: 120px;
	position: relative;
}
.similar-products.swiper-wrapper {
	flex-direction: column;
}
.similar-products_wrapper .swiper-slider {
	height: 575px;
	overflow: hidden;
}
.similar-products_wrapper .product_item__price {
	align-items: flex-end;
}
.similar-products_wrapper .old_price span {
	font-size: 14px;
	line-height: 14px;
}
.product-detail-set, .product-detail-custom-set {
	margin-top: 120px;
}
.fancybox-container {
	opacity: 0;
	transition: opacity .3s ease;
}
.fancybox-container.fancybox-is-open {
	opacity: 1;
}
.fancybox-container * {
	color: #fff;
}
.product-detail-info-top .add-wishlist {
	position: static;
}
.product-detail-info-top .add-wishlist path {
	opacity: 0.4;
}
.product-detail-info-top .add-wishlist:hover path,
.product-detail-info-top .add-wishlist .active path {
	opacity: 1;
}
.product-detail-info-top .product-icon-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100px;
}
.product-detail-info-top .add-to-compare {
	cursor: pointer;
}
.product-detail-info-top .add-to-compare svg {
	opacity: 0.4;
	transition: .3s ease;
}
.product-detail-info-top .add-to-compare:hover svg {
	opacity: 0.7;
}
.product-detail-info-top .add-to-compare .active svg {
	opacity: 1
}
.product-detail-actions-and-status {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.product-detail-info-top .product_card-flags {
	position: static;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.product-detail-info-top .product_card-flags .flag-item {
	margin-right: 6px;
}
.sku-line-block-title-select .product-item-scu-item-color-block {
	padding: 0;
	border: none !important;
}
.product-detail-info-top .sku-line-block-title-select img {
	width: 34px !important;
	height: 34px !important;
}
.product-detail-byu-container {
	display: flex;
	margin: 40px 0;
}
.product-detail-info-top .btn_fill {
	width: 100%;
}
.block_buy_on_click {
	margin-top: 10px;
}
.product-detail-info-top .choose-size-btn {
	display: flex;
	height: 50px;
	width: 100%;
	align-items: center;
	justify-content: center;
	background: var(--secondary_color);
	border-bottom: none !important;
	margin-bottom: 0;
	flex-shrink: 0;
}
.product-detail-info-top .choose-size-btn:hover {
	opacity: 1;
	background: #dfdfdf;
}
.product-detail-info-top .choose-size-btn:hover:active {
	background: #d2d2d2;
}
.choose-size-btn svg {
	margin-right: 15px;
}
.product-detail-info-top .prod-of-day_timer {
	border: 1px solid var(--border);
	width: 100%;
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
	margin-top: 0;
	flex-shrink: 0;
}
.product-detail-info-top .prod-of-day_timer [data-timer="scds"] {
	order: 4;
}
.product-detail-info-top .prod-of-day_timer [data-timer="scds"] + span {
	order: 3;
}
.product-detail-info-top .prod-of-day_timer [data-timer="scds"].timer-display-none + span {
	order: 0;
}
.product-detail-info-top .prod-of-day_timer .timer-val {
	width: 85px;
	font-size: 60px;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.product-detail-info-top .prod-of-day_timer .timer-val_label {
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
.product-detail-info-top .prod-of-day_timer .timer-separator {
	font-size: 30px;
	font-weight: 300;
	margin: 0 20px;
}
.more-info_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 26px 0;
}
.more-info_block {
	border-bottom: 1px solid var(--border);
}
.more-info_block:first-child {
	border-top: 1px solid var(--border);
}
.more-info_title span {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
}
.more-info_title svg {
	transition: .3s ease;
	margin: 0 16px;
}
.more-info_title.active svg {
	transform: rotate(-180deg);
}
.more-info_content {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: .3s ease;
}
.active + .more-info_content {
	opacity: 1;
}
.more-info_content li {
	padding-left: 22px;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}
.more-info_content li:last-child {
	margin-bottom: 0;
}
.more-info_content li a {
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	transition: .3s ease;
}
.more-info_content li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.more-info_content li::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: var(--main-txt);
}
.more-info_content {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.product-item-detail-tabs {
	margin-top: 120px;
}
@media (max-width: 1350px) {
	.product-item-detail-gallery .swiper-wrapper {
		display: flex;
		grid-gap: unset;
		width: 100%;
	}
	.product-item-detail-gallery .swiper-btn {
		display: flex;
	}
	.product-item-detail-gallery .swiper-button-prev {
		left: 5px;
	}
	.product-item-detail-gallery .swiper-button-next {
		right: 5px;
	}
	.product-item-detail-gallery {
		margin-right: 0;
		margin-bottom: 40px;
		width: 100%;
		overflow: hidden;
	}
	.product-detail-info-top {
		flex-direction: column;
	}
	.fast_elem_wrapper .product-detail-info-top {
		flex-direction: row;
	}
	.product-item-detail-main-info {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 40px;
	}
	.fast_elem_wrapper .product-item-detail-main-info {
		display: flex;
		grid-gap: unset;
	}
	#sale_prediction {
		margin-bottom: 0;
	}
}
@media (max-width: 992px) {
	.product-item-detail-main-info {
		display: block;
	}
}
@media (max-width: 576px) {
	.product-detail-info-top .prod-of-day_timer .timer-val {
		width: 50px;
		font-size: 50px;
	}
	.product-detail-info-top .prod-of-day_timer {
		height: 90px;
	}
	.product-detail-set, .product-detail-custom-set, .product-item-detail-tabs,
	.similar-products_wrapper, .product-detail-viewed-slider {
		margin-top: 90px;
	}
}