.articul_new_detail {
    color: white;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    background: var(--color-bgnd);
    padding: 2px 5px;
    left: 110px;
    transform-origin: left top;
    z-index: 2;
}

.tovar-owl-item img {
    max-width: 70px;
    max-height: 70px;
    display: block;
    margin: 0 auto;
}

.product-item-amount-field-btn-minus {
    border-right: 1px solid #EEE;
    cursor: pointer;
}

.product-item-amount-field-btn-plus {
    border-left: 1px solid #EEE;
    cursor: pointer;
}

.d2-btn-img i {
    color: #fff !important;
}

.complect_list {
    margin-top: 30px;
}

.complect_list thead th {
    text-align: center;
    padding: 5px 20px;
}

.complect_list thead {
    background: #d80b22;
    color: #fff;
}

.complect_list img {
    border: 2px solid #e7e7e7;
    border-top: 0px;
    border-bottom: 0px;
    padding: 5px;
    max-height: 150px;
    min-width: 154px;
}

.complect_list .name {
    padding: 0 10px;
    display: block;
}

.complect_list tr {
    border-bottom: 2px solid #e7e7e7;
    border-right: 2px #e7e7e7 solid;
}

.short_icon {
    background: #e11029;
    color: #fff;
    width: 40px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.tovar-file {
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
	.complect_list thead th {
	    text-align: center;
	    padding: 0 0 0 0;
	    vertical-align: middle;
	    font-size: 13px;
	}
	.complect_list img {
		width: 100px;
		min-width: unset;
	}
	.complect_list .name {
	    padding: 0 0px 0 10px;
	    display: block;
	    font-size: 13px;
	}
}

/* картинка на странице */
.minimized {
    max-width: 350px;
    cursor: pointer;
    border: 1px solid #FFF;
    max-height: 350px;
    width: 100%;
  }
   
  .minimized:hover {
    border: 1px solid yellow;
  }
   
  /* увеличенная картинка */
  #magnify {
    display: none;
   
    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 600px;
    height: auto;
    z-index: 9999;
  }
   
  #magnify img {
    width: 100%;
  }
   
  /* затемняющий фон */
  #overlay {
    display: none;
   
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
  }
   
  /* кнопка закрытия */
  #close-popup {
    width: 30px;
    height: 30px;
   
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
  }
   
  #close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
  }
   
  @keyframes rota {
   25% { transform: rotate(360deg); }
  }
   
  #close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  
  
  
@media (max-width: 768px) {
	.articul_new_detail {
		left: auto;
	}
}

.detail-page-recommendation-products .standart-ttl {
	margin: 20px 0;
}
.detail-page-recommendation-products .owl-carousel .owl-nav .owl-prev {
	right: auto;
    top: 180px;
    left: -50px;
}
.detail-page-recommendation-products .owl-carousel .owl-nav .owl-next {
    top: 180px;
    right: -50px;
}

@media (max-width: 1200px) {
	.detail-page-recommendation-products .owl-carousel .owl-nav .owl-prev {
	    left: -25px;
	}
	.detail-page-recommendation-products .owl-carousel .owl-nav .owl-next {
	    right: -25px;
	}
}
.extravert-logo-on-image-detail {
    position: absolute;
    top: 100px;
    left: 150px;
    height: auto !important;
    width: 290px;
}
.extravert-logo-on-image-detail-slider {
	position: absolute;
    top: 30px;
    left: 90px;
    height: auto !important;
    width: 220px !important;
}
@media (max-width: 768px) {
	.product-detail .extravert-logo-on-image {
		width: 130px !important;
        left: 100px;
        top: 15px;
        padding: 0;
	}
}
.articul_new_detail {
    color: white;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    background: var(--color-bgnd);
    padding: 5px 10px;
    left: 114px;
    transform-origin: left top;
}
@media (max-width: 768px) { 
	.articul_new_detail {
	    z-index: 2;
		left: 15px;
	}
}

.d2-flex.product-item-detail-info-container {
	min-height: auto;
}

.product-item-detail-info-container .d2-left b {
}
.private-price {
	display: none !important;
    font-weight: 700;
    line-height: 30px;
    display: block;
    font-size: 19px !important;
    text-transform: uppercase;
    color: var(--color-text);
}


/* VARIATIONS */

.variations {
	padding: 15px 0;
}
.variation-name {
	font-size: 14px;
}
.variations-block {
	margin-bottom: 5px;
}
.variation-link {
    padding: 5px 10px;
    margin: 5px 5px 5px 0;
    border: 1px #ccc solid;
    transition: 0.15s;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}
.variation-link.active {
	border-color: #c13542;
}
.variation-link:hover, 
.variation-link:active,
.variation-link:focus {
	text-decoration: none;
	color: #c13542;
	border-color: #c13542;
}
.variation__color-picture {
	border-radius: 3px;
	border: 1px #ccc solid;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.variation__color-picture-empty {
	width: 0;
	height: 20px;
}



