.notify-gray {
	background-color: #e6e6e6;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	outline: transparent solid 1px;
	color: #09192b;
	padding: 0 5px;
	margin-top: 5px;
	text-align: center
}
.notify-gray:hover {
	background-color: #e0dfdf
}

.notify-gray.-big-size {
	font-size: 14px;
	margin-top: 10px
}
.detail-item__sections {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: top;
	-ms-flex-align: top;
	margin-bottom: 30px;
}
.detail-item__section{
	display: flex;
}
.detail-item__section.-desc{
	flex-direction: column;
}
.detail-item__photos{
	display: flex;
	flex-direction: column;
}
.detail-item__title{
	font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    width: fit-content;
    color: gray;
    margin-bottom: 15px;
}
.detail-item__category{
	color: gray;
}
.detail-item__header{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.detail-item__photos__item{
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	margin-right: 15px;
	background-color: white;
	padding: 15px;
	cursor: pointer;
}
.detail-item__photo__item{
	cursor: pointer;
}
.detail-item__photo{
	width: 500px;
	height: 500px;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.detail-item__fields{
	display: flex;
	flex-direction: column;
	padding: 15px;
	background-color: white;
	width: 500px;
	margin-bottom: 15px;
}
.detail-item__field{
	display: flex;
	margin-bottom: 10px;
}
.detail-item__field-value{
	width: 350px;
}
.detail-item__field-label{
	font-weight: 600;
	color: gray;
	width: 150px;
}
.detail-item__field-full{
	display: none;
}
.detail-item__offer{
	background-color: white;
	padding: 15px;
	margin-bottom: 15px;
}
.detail-item__price-wrapper{
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}
.detail-item__price{
	font-size: 36px;
	font-weight: 900;
	margin-right: 15px;
}
.detail-item__price-tax{
	color: gray;
}
.detail-item__stock{
	margin-bottom: 10px;
}
.detail-item__buy{
	height: 40px;
	background-color: #4caf50;
	text-align: center;
	color: white;
	font-weight: 600;
	cursor: pointer;
	width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail-item__count-btn{
	height: 40px;
	width: 40px;
	background-color: var(--color-dark);
	color: white;
	border: none;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	font-size: 16px;
}
.detail-item__sections .item-picture {
	width: 340px;
	text-align: center;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	position: relative;
	z-index: 5;
	height: fit-content;
}

.detail-item__sections .item-picture .item-picture__image {
	display: inline-block;
	max-width: 100%;
	cursor: pointer;
}

.detail-item__sections .item-picture .item-picture__discount {
	position: absolute;
	display: block;
	z-index: 6;
	background-color: #ffd800;
	padding: 4px 10px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 700;
	left: 20px;
	top: 20px
}

.detail-item__sections .item-description {
	width: 370px
}

.detail-item__sections .item-description .item-description__breadcrumb {
	margin-top: -2px
}

.detail-item__sections .item-description .item-description__breadcrumb .breadcrumb_link {
	font-size: 14px;
	font-weight: 400;
	color: #09192b
}

.detail-item__sections .item-description .item-title {
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 15px;
	line-height: 1.3em;
}

.detail-item__sections .item-description .item-properties {
	margin-top: 30px
}

.detail-item__sections .item-description .item-properties .properties-row {
	margin-bottom: .5em;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0;
	width: 100%
}
.detail-item__sections .item-description .item-properties .properties-row:last-child {
	border-bottom: none
}

.detail-item__sections .item-panel .filials-list dd:not(:last-of-type),
.detail-item__sections .item-panel .filials-list dt:not(:last-of-type) {
	border-bottom: 1px solid #dadada
}

.detail-item__sections .item-description .item-properties .properties-row:after {
	content: '';
	display: block;
	clear: both
}

.detail-item__sections .item-description .item-properties .properties-row__left {
	float: left;
	width: 55%;
	text-align: left;
	font-size: 14px;
	font-weight: 700
}

.detail-item__sections .item-description .item-properties .properties-row__right {
	float: right;
	text-align: right;
	width: 41%;
	font-size: 14px;
	font-weight: 100
}

.detail-item__sections .item-description .item-properties .properties-row__right a {
	font-size: 14px;
	font-weight: 100;
	text-decoration: none
}

.detail-item__sections .item-description .item-properties .properties-row__right a:hover {
	text-decoration: none;
	font-weight: bold;
}

.detail-item__sections .item-description .item-properties .properties-row__button {
	float: right
}

.detail-item__sections .item-description .item-properties .properties-row__full {
	width: 100%;
	text-align: left;
	clear: both;
	display: none
}

.detail-item__sections .item-description .item-properties .properties-row__full a {
	font-size: 14px;
	font-weight: 100;
	text-decoration: none
}

.detail-item__sections .item-description .item-properties .properties-row__full a:hover {
	text-decoration: none;
	font-weight: bold;
}

.detail-item__sections .item-panel {
	width: 370px
}

.detail-item__sections .item-panel .item-panel__text {
	margin-top: 20px;
	line-height: 2em
}

.detail-item__sections .item-panel .filials-list {
	display: grid;
	grid-template-columns: minmax(-webkit-min-content, 1fr) auto;
	grid-template-columns: minmax(min-content, 1fr) auto
}

.detail-item__sections .item-panel .filials-list dt {
	padding: .3em 0;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	width: 150px;
}

.detail-item__sections .item-panel .filials-list dd {
	padding: .3em 0;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}

.detail-item__sections .item-panel .filials-list dd .notify-gray {
	width: 150px
}

.detail-item__sections .item-panel .item-panel__wrapper {
	background-color: #e6e6e6;
	padding: 20px;
	border-radius: 4px
}

.detail-item__tabs{
	display: flex;
	background-color: var(--color-dark);
}
.detail-item__tabs-item{
	text-transform: uppercase;
	color: white;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	transition: var(--transition-ease);
}

.detail-item__tabs-item.-selected,
.detail-item__tabs-item:hover {
    background-color: var(--color-sub);
}

.detail-item__tabs-content {
	margin-top: 10px
}

.detail-item__tabs-content .tabs-content__row {
	display: none
}
.detail-item__tabs-content .tabs-content__row table {
	/*width: 100% !important;*/
	margin-top: 10px !important;
	background-color: white;
}
.detail-item__tabs-content .tabs-content__row table tr td {
	padding: 8px !important;
}
.detail-item__tabs-content .tabs-content__row.-selected {
	display: block
}
.item-panel__button{
	margin: 10px 0;
}
.item-panel__buy{
	width: 100% !important;
    float: none !important;
    padding: 0 !important;
    text-align: center !important;
}

.item-panel__buy-disabled {
	position: relative;
    border-radius: 4px;
    background: #09192b;
    font-size: 11px;
    line-height: 36px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.8px;
    width: 100%;
    color: #fff;
    cursor: pointer;
    height: 35px;
    margin: auto;
    padding: 0 !important;
	opacity: 0.4;
    position: relative;
    cursor: default !important;
    text-align: center;
}

.item-panel__buy-disabled:after {
    position: absolute;
    top: 11px;
    left: 110px;
    transform: translateX(-50%);
    content: "";
    background: url(/local/templates/eshop_bootstrap_green/images/sprite.png) no-repeat -373px 0;
    height: 15px;
    width: 16px;
}

.item-panel__buy-disabled:before {
	height: 1px;
	width: 100%;
	display: block;
	content: ' ';
	background-color: red;
	-webkit-transform:  translateY(17px) translateX(-2px) rotate(-4deg);
	transform: translateY(17px) translateX(-2px) rotate(-4deg);
	position: absolute;
}
.item-panel__buy:after{
	left: 100px !important;
}

.item-panel__price{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-panel__price .catalogue-item__buy-input{
	background-color: #e6e6e6;
	font-weight: bold;
}
.item-panel__delivery{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 25px;
   /* background-color: #d4edda;*/
   	background-color: #ffd800;
	border-radius: 4px;
	margin-top: 30px;
	transition: 0.8s ease;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
.item-panel__delivery:hover{
	background-color: #fbe35f;
}
.item-panel__delivery-link{
	
	text-decoration: none;
}
.item-panel__delivery i{
	font-size: 22px;
	margin-right: 10px;
}
.item-old-price__value{
	color: #09192b;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	position: relative;
	z-index: 4
}
.item-old-price__value:after {
	z-index: 5;
	position: absolute;
    top: 9px;
    right: 3px;
    bottom: 10px;
    left: 3px;
    background: no-repeat center url('data:image/svg+xml;charset=US-ASCII,%0A<svg%20width%3D"491px"%20height%3D"125px"%20viewBox%3D"0%200%20100%25%20100%25"%20version%3D"1.1"%20xmlns%3D"http%3A//www.w3.org/2000/svg"%20xmlns%3Axlink%3D"http%3A//www.w3.org/1999/xlink">%0A%20%20%20%20<g%20fill%3D"none"%20fill-rule%3D"evenodd">%0A%20%20%20%20%20%20%20%20<path%20d%3D"M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625"%20stroke%3D"%23B80909"%20stroke-width%3D"16"%20/>%0A%20%20%20%20</g>%0A</svg>');
    background-size: 100% 100%;
    content: '';
}
.item-price__value{
	color: #09192b;
	font-size: 26px;
	font-weight: 400;
	text-align: right;
	position: relative;
	top: -3px;
}

.detailed-description table{
    border-spacing: 1px;
    border-collapse: inherit;
}

.detailed-description thead{
	background-color: white !important;
}

.detailed-description tbody{
	background-color: white !important;
}

.detailed-description th{
	padding: 5px 10px;
}
.more-photos {
    width: 340px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.more-photos__link {
    display: block;
    width: 48%;
    height: 120px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(226, 226, 226);
    border-image: initial;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.more-photos__picture {
    display: inline;
    width: 90%;
}
.kit-alert{
	background-color: #e6e6e6;
    padding: 10px;
    border-left: 5px solid #fbd800;
}
#applicability_models,#applicability_mod,#applicability_engines,#applicability_table {
	display: none;
}
.synonyms-list{
	margin-top: 15px;
}
.synonyms-list__header{
	font-weight: bold;
}
.item-panel__filials{
	display: flex;
	justify-content: space-between;
	font-weight: 14px;
	font-weight: bold;
}
.more-photos__video{
	width: 90%;
	height: 90%;
    background-position: top;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    background-size: 130%;
   	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.more-photos__link .fa-youtube{
	font-size: 32px;
	color: white;
	position: absolute;
	transition: all 1s ease;
}
.more-photos__video:hover{
	background-size: 160%;
}
.more-photos__video:hover .fa-youtube{
	color: red;
}
.item-delivery{
	border-radius: 4px;
	margin-top: 20px;
}
.item-delivery__title{
	background-color: #ffd800;
	padding: 5px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.item-delivery__title{
	font-weight: bold;
}
.item-delivery__title i{
	margin-right: 15px;
}
.item-delivery__items-link{
	color: #09192b;
	padding: 5px 20px;
	text-decoration: none;
	cursor: pointer;
	transition: 0.8s ease;
	border-bottom: 1px solid #eaeaea;
}
.item-delivery__items{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	border: 1px solid #eaeaea;
	border-top: none;
}
.item-delivery__items-link:hover{
	background-color: #ffd800;
}
.item-delivery__items-text{
	padding: 2px 20px;
	background-color: #f8f8f8;
/*	text-align: center;*/
	border-bottom: 1px solid #eaeaea;
	font-size: 12px;
	color: gray;
}
.item-delivery__items-link:last-child{
	border-bottom: none;
}
.item-delivery__items-link .fas{
	margin-right: 10px;
}
.applicability-row{
	background: white;
	padding: 5px 10px;
	margin-bottom: 1px;
}
.applicability-row.brands span,
.applicability-row.models span,
.applicability-row.mods span,
.applicability-row.engines span
{
	margin-right: 20px;
	cursor: pointer;
	transition: 0.2s;
}
.applicability-row.brands span:hover,
.applicability-row.models span:hover,
.applicability-row.mods span:hover,
.applicability-row.engines span:hover
{
	font-weight: 600;
}
.applicability-row span.active{
	font-weight: bold;
	cursor: auto;
}
.applicability-row.table{
	background: none;
	padding-left: 0;
}
.applicability-row.table td,
.applicability-row.table th
{
	border: 1px solid #eaeaea;
	padding: 5px 10px;
}
#tab_applicability{
	padding-top:0;
}
.detail-item__buy-wrapper{
	display: flex;
	justify-content: space-between;
}
.detail-item__request{
	padding: 10px 15px;
	background-color: #25D366;
	color: white;
	display: flex;
	align-items: center;
	font-weight: 600;
	width: fit-content;
	text-decoration: none;
	transition: var(--transition-ease);
	margin-right: 15px;
}
.detail-item__request:hover{
	background-color: white;
	color: #25D366;
}
.detail-item__request i{
	font-size: 20px;
	margin-right: 15px;
}
.detail-item__watchlist{
	padding: 10px 15px;
	background-color: var(--color-sub);
	font-weight: 600;
	display: block;
	width: 170px;
	display: flex;
	justify-content: center;
	
}
.detail-item__watchlist i{
	margin-right: 15px;
	color: white;
}
.detail-item__watchlist-item{
	text-decoration: none;
	color: white;
}
.detail-item__links{
	display: flex;
}
.detail-item__tip{
	font-size: 12px;
	color: gray;
	margin-bottom: 15px;
}