

/* Start:/local/templates/maneken/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?178463312722967*/
.product__main {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.product__left {
    grid-column: 1 / span 8;
    padding-right: 32px;
}

.product__back {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
}

.product__back:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/local/templates/maneken/assets/img/icons/icon-arrow-brown.svg) var(--light-grey) 50% 50% / 80% no-repeat;
    border-radius: var(--default-border-radius);
    padding: 4px;
    margin-right: 16px;
    transform: rotate(180deg);
}

.product__right {
    grid-column: 9 / span 4;
    height: fit-content;
    position: sticky;
    top: 0;
}

.product__other-poses {
   display: flex;
   align-items: center;
   margin-bottom: 40px;
}

.product__other-poses p {
    font-size: 16px;
    line-height: 20px;
}

.product__other-poses_left {
    width: 32px;
    height: 32px;
    background: url(/local/templates/maneken/assets/img/icons/icon-arrow-brown.svg) var(--light-grey) 50% 50% / 80% no-repeat;
    border-radius: var(--default-border-radius);
    transform: rotate(180deg);
    margin: 0 16px;
}

.product__other-poses_right {
    width: 32px;
    height: 32px;
    background: url(/local/templates/maneken/assets/img/icons/icon-arrow-brown.svg) var(--light-grey) 50% 50% / 80% no-repeat;
    border-radius: var(--default-border-radius);
}

.product__name {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 16px;
}

.product__code {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 40px;
}

.product__code span {
    font-weight: 500;
    margin-left: 4px;
}

.product__options {
    margin-bottom: 40px;
}

.product__options-title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
}

.product__options-list {
    display: flex;
    gap: 8px;
}

.option-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.option-slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.option-slider.owl-carousel .owl-nav button.owl-prev,
.option-slider.owl-carousel .owl-nav button.owl-next {
    border-radius: 0;
}

.option-slider-wrap {
    width: calc(100% + 48px);
}

.option-slider {
    left: -20px;
    height: max-content;
}

.option-card {
    cursor: pointer;
    width: 108px;
    box-sizing: content-box;
    position: relative;
}

.option-card.chosen:after {
    content: '';
    background: url(/local/templates/maneken/assets/img/icons/icon-chosen.svg) 50% 50% / 70% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
}

.option-card__photo {
    object-fit: contain;
    width: 100%;
    border: 1px solid rgba(99, 81, 72, 0.00);
}

.option-card.selected .option-card__photo{
    border: 1px solid rgba(99, 81, 72, 0.70);
}

.option-card__name {
    font-size: 16px;
    line-height: 120%;
    margin-top: 12px;
    text-align: center;
}

.product__price-block {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 20px;
}

.product__price {
    font-size: 20px;
    line-height: 24px;
}

.product__old-price {
    color: rgba(99, 81, 72, 0.80);
    font-size: 18px;
    line-height: 24px;
    text-decoration: line-through;
}

.product__old-price.hidden {
    display: none;
}

.product__order-block {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}

.product__btn-buy {
    width: 100%;
}

.product__btn-text {
    color: var(--white-color);
    font-size: 16px;
    line-height: 20px;
}

.product__btn-text.mob {
    display: none;
    margin-right: 8px;
}

.product__btn-text.mob:after { 
    display: block; 
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: var(--white-color);
    margin-left: 8px;
}

.product__btn-buy .product__price {
    display: none;
    color: var(--white-color);
    font-size: 12px;
    line-height: 16px;
    margin-right: 8px;
}

.product__btn-buy .product__old-price {
    display: none;
    color:rgba(255, 255, 255, 0.70);
    font-size: 10px;
    line-height: 16px;
    text-decoration: line-through;
}

.product__order-block .to-like  {
    padding: 12px;
    cursor: pointer;
}

.product__order-block .to-like svg {
    width: 28px;
    height: 28px;
    fill: transparent;
}

.product__order-block .to-like.active {
    background: transparent;
}

.product__order-block .to-like:hover {
    background: var(--light-grey);
}

.product__order-block .to-like.active svg {
    fill: var(--default-color);
}

.product__properties-block {
    border-bottom: 1px solid var(--light-color);
    padding: 20px 0;
}

.product__properties-block.border-top {
    border-top: 1px solid var(--light-color);
}

.product__properties-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 120%;
    cursor: pointer;
}

.product__properties-heading:after {
    content: '';
    display: block;
    background: url(/local/templates/maneken/assets/img/icons/icon-arrow-brown.svg) 50% 50% / 70% no-repeat;
    width: 28px;
    height: 28px;
    transform: rotate(270deg); 
}

.product__properties-block.hidden .product__properties-heading:after {
    transform: rotate(90deg);
}

.product__properties-heading:hover:after {
    background-color: var(--light-grey);
}

.product__properties {
    margin-top: 16px;
}

.product__properties-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 12px;
    gap: 10px;
}

.product__properties-item:last-child {
    margin-bottom: 0;
}

.product__properties-item-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.product__properties-item-value {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-transform: lowercase;
}

.right.product__properties-heading:after {
    transform: none;
}

.product__items-list {
    column-gap: 16px;
    row-gap: 36px;
    display: flex;
    flex-wrap: wrap;
}
a.product-card.product-card__to-col-link {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    width: calc(25% - 16px);
}
a.product-card.product-card__to-col-link span {
    position: relative;
}

@media (max-width: 1919px) {

    .product__main {
        gap: 16px;
    }
    
    .product__back {
        font-size: 14px;
    }
    
    .product__back:before {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }
    
    .product__other-poses p {
        font-size: 14px;
    }
    
    .product__other-poses_left {
        width: 28px;
        height: 28px;
        margin: 0 8px 0 12px;
    }
    
    .product__other-poses_right {
        width: 28px;
        height: 28px;
    }
    
    .product__name {
        font-size: 24px;
    }
    
    .product__code {
        font-size: 14px;
    }
   
    .product__options-title {
        font-size: 18px;
    }
    
    /* .option-slider-wrap {
        width: calc(100% + 56px);
    }
    
    .option-slider {
        left: -56px;
    } */

    .option-card {
        width: 96px;
    }
    
    .option-card__name {
        font-size: 14px;
    }

    .product__price {
        font-size: 18px;
        line-height: 22px;
    }
    
    .product__old-price {
        font-size: 16px;
        line-height: 22px;
    }
    
    .product__btn-text {
        font-size: 14px;
    }
    
    .product__order-block .to-like  {
        padding: 8px;
    }
    
    .product__properties-heading {
        font-size: 16px;
    }
    
    .product__properties-heading:after {
        width: 24px;
        height: 24px;
    }
    
    .product__properties-item-name {
        font-size: 14px;
    }
    
    .product__properties-item-value {
        font-size: 14px;
    }

    .product__items-list {
        row-gap: 32px;
    }
}

@media (max-width: 1511px) {

    .product__back {
        margin-bottom: 32px;
    }
/* 
    .option-slider-wrap {
        width: calc(100% + 10px);
    }
    
    .option-slider {
        left: -10px;
    } */

    .option-card {
        width: 92px;
    }

    .product__price {
        font-size: 16px;
        line-height: 19px;
    }
    
    .product__old-price {
        font-size: 14px;
        line-height: 19px;
    }

    .product__items-list {
        row-gap: 28px;
    }
}

@media (max-width: 1279px) {

    .product__back {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 28px;
    }
    
    .product__other-poses {
       margin-bottom: 28px;
    }
    
    .product__other-poses p {
        font-size: 12px;
        line-height: 16px;
    }
    
    .product__other-poses_left {
        margin: 0 12px;
    }
    
    .product__name {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .product__code {
        font-size: 12px;
        margin-bottom: 28px;
    }
   
    .product__options {
        margin-bottom: 28px;
    }
    
    .product__options-title {
        font-size: 14px;
        margin-bottom: 16px;
    }
    
    /* .option-slider-wrap {
        width: calc(100% + 35px);
    }
    
    .option-slider {
        left: -35px;
    } */

    .option-card {
        width: 72px;
    }

    .option-card__name {
        font-size: 10px;
        margin-top: 4px;
    }
    
    .product__price-block {
        gap: 28px;
        margin-bottom: 16px;
    }
    
    .product__price {
        font-size: 14px;
        line-height: 17px;
    }
    
    .product__old-price {
        font-size: 12px;
        line-height: 17px;
    }
    
    .product__order-block {
        margin-bottom: 28px;
    }
    
    .product__btn-text {
        font-size: 12px;
        line-height: 16px;
    }
    
    .product__order-block .to-like svg {
        width: 24px;
        height: 24px;
    }
    
    .product__properties-block {
        padding: 12px 0;
    }
    
    .product__properties-heading {
        font-size: 12px;
    }
    
    .product__properties-heading:after {
        width: 28px;
        height: 28px;
    }
    
    .product__properties {
        margin-top: 12px;
    }
    
    .product__properties-item-name {
        font-size: 12px;
    }
    
    .product__properties-item-value {
        font-size: 12px;
    }
}

@media (max-width: 1132px) {

    .product__main {
        gap: 24px;
    }
    
    .product__left {
        grid-column: 1 / span 12;
        padding-right: 0;
    }
    
    .product__back {
        margin-bottom: 0;
        padding: 8px 16px;
        border-bottom: 1px solid var(--light-color);
        background: var(--white-color);
        width: 100%;
    }

    .product__right {
        grid-column: 1 / span 12;
        position: static;
    }
    
    .product__other-poses {
       margin: 0 16px 24px;
    }
    
    .product__name {
        margin: 0 16px 8px;
    }
    
    .product__code {
        font-size: 12px;
        margin: 0 16px 24px;
    }
   
    .product__options {
        margin: 0 0 24px 16px;
    }

    .option-slider-wrap {
        width: 100%;
        overflow-x: auto;
        position: relative;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }

    .option-slider-wrap::-webkit-scrollbar {
		display: none;
	}
    
    .option-slider {
        width: max-content;
    }
    
    .option-card {
        width: 72px;
    }
    
    .product__price-block {
        display: none;
    }
    
    .product__order-block {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid var(--light-color);
        background: var(--white-color);
        padding: 8px 16px;
        margin-bottom: 0;
        gap: 8px;
        box-shadow: var(--default-box-shadow);
        z-index: 5;
    }
    
    .product__btn-text.desk {
        display: none;
    }
    
    .product__btn-text.mob {
        display: flex;
        align-items: center;
    }
    
    .product__btn-buy .product__price {
        display: block;
    }
    
    .product__btn-buy .product__old-price {
        display: block;
    }

    .product__properties-block {
        margin: 0 16px;
    }
    
    .product__properties {
        width: 80%;
    }
    
    .product__properties-item {
        margin-bottom: 8px;
        gap: 90px;
    }

    /* .product__items-list-wrap {
        width: 100%;
        overflow-x: auto;
        position: relative;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }

    .product__items-list-wrap::-webkit-scrollbar {
		display: none;
	}
    
    .product__items-list {
        display: flex;
        width: fit-content;
    } */

    .product__items-list .product-card {
        max-width: 31% !important;
    }
}

@media (max-width: 600px) {

    .product__back {
        top: 40px;
        border-bottom: none;
    }

    .product__order-block {
        bottom: 56px;
        border-top: none;
    }

    .product__properties {
        width: 100%;
    }
    
    .product__properties-item {
        gap: 10px;
    }

    .product__items-list .product-card {
        max-width: 47% !important;
    }
}
    

/* product__details */

.product__details-content-wrap {
    height: 100%;
	padding: 20px;
	position: relative;
	margin: 12px;
	overflow-y: auto;
}

.product__details-content-wrap::-webkit-scrollbar {
	width: 8px;
	background: var(--light-color);	;
  	border-radius: 100px;
}

.product__details-content-wrap::-webkit-scrollbar-track {
	border-radius: 100px;
  	background: var(--light-color);
}

.product__details-content-wrap::-webkit-scrollbar-thumb {
  	width: 4px;
	background-color: rgba(99, 81, 72, 0.20);
	border-radius: 1000px;
}

.product__details-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product__details-block {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--light-color);
}

.product__details-block:last-child {
    border-bottom: none;
}

.product__details-name {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 16px;
}

.product__details-value {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.product__details-value:last-child {
    margin-bottom: 0;
}

.product__details-value span {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.product__details-value span:last-child {
    font-weight: 500;
}

.product__details-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.product__details-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 14px;
}
.product__details-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1919px) {
  
    .product__details-name {
        font-size: 16px;
    }
    
    .product__details-value {
        font-size: 16px;
    }
    
    .product__details-value span {
        font-size: 16px;
    }
    
    .product__details-text {
        font-size: 16px;
    }
    
    .product__details-text p {
        font-size: 16px;
    }
}

@media (max-width: 1511px) {

    .product__details-name {
        font-size: 14px;
    }
    
    .product__details-value {
        font-size: 14px;
    }
    
    .product__details-value span {
        font-size: 14px;
    }
    
    .product__details-text {
        font-size: 14px;
    }
    
    .product__details-text p {
        font-size: 14px;
        margin-bottom: 12px;
    }
}

@media (max-width: 1279px) {

    .product__details-content {
        gap: 20px;
    }
    
    .product__details-block {
        padding-bottom: 20px;
    }
    
    .product__details-name {
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .product__details-value {
        font-size: 12px;
    }
    
    .product__details-value span {
        font-size: 12px;
    }
    
    .product__details-text {
        font-size: 12px;
    }
}

@media (max-width: 1132px) {
    
    .product__details-content-wrap {
        padding: 10px;
        margin: 6px;
    }
    
    .product__details-content {
        gap: 12px;
    }
    
    .product__details-block {
        padding-bottom: 12px;
    }
    
    .product__details-value {
        flex-direction: column;
        gap: 4px;
    }
    
    .product__details-text p {
        margin-bottom: 10px;
    }
}

/* product__header */
    
.product__header {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 8px 56px;
    border-bottom: 1px solid var(--light-color);
    background: var(--white-color);
    box-shadow: var(--default-box-shadow);
    z-index: 4;
}

.product__header.active {
    display: flex;
}

.product__header-left {
    display: flex;
}

.product__header-img {
    margin-right: 20px;
}

.product__header-img img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.product__header-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product__header-name {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 8px;
}

.product__header-code {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.product__header-code span {
    font-weight: 500;
    margin-left: 4px;
}

.product__header-price {
    font-size: 18px;
    line-height: 120%;
}

.product__header-old-price {
    color: rgba(99, 81, 72, 0.80);
    font-size: 18px;
    line-height: 120%;
    text-decoration: line-through;
    margin-left: 12px;
}

.product__header-right {
    display: flex;
}

.product__header-btn.btn-brown {
    padding: 16px 36px;
    margin-right: 16px;
}

.product__header-right .to-like {
    padding: 12px;
    cursor: pointer;
}

.product__header-right .to-like.active {
    background: transparent;
}

.product__header-right .to-like:hover {
    background: var(--light-grey);
}

.product__header-right .to-like svg  {
    width: 28px;
    height: 28px;
    fill: transparent;
}

.product__header-right .to-like.active svg {
    fill: var(--default-color);
}

@media (max-width: 1919px) {

    .product__header {
        padding: 8px 44px;
    }

    .product__header-img img {
      width: 84px;
      height: 84px;
    }
    
    .product__header-name {
        font-size: 16px;
    }
    
    .product__header-code {
        font-size: 14px;
    }
    
    .product__header-price {
        font-size: 16px;
    }
    
    .product__header-old-price {
        font-size: 16px;
    }
    
    .product__header-btn.btn-brown {
        padding: 12px 36px;
    }
    
    .product__header-right .to-like {
        padding: 8px;
    }
}

@media (max-width: 1511px) {

    .product__header {
        padding: 8px 24px;
    }
    
    .product__header-img img {
        width: 76px;
        height: 76px;
    }
    
    .product__header-name {
        font-size: 14px;
    }
    
    .product__header-code {
        font-size: 12px;
    }

    .product__header-price {
        font-size: 14px;
    }
    
    .product__header-old-price {
        font-size: 12px;
    }
}

@media (max-width: 1279px) {

    .product__header-right .to-like svg  {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 1132px) {
    
}

@media (max-width: 600px) {
    
}

/* product__added */

.product__added-notice {
    display: none;
    border-radius: var(--default-border-radius);
    background: var(--light-color);
    padding: 16px;
    margin-bottom: 32px;
}

.product__added-notice.active {
    display: block;
}

.product__added-notice-heading {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 8px;
}

.product__added-notice-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.product__added-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.product__added-img {
    width: 100%;
    object-fit: contain;
}

.product__added-info {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.product__added-name {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 8px;
}

.product__added-code {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}

.product__added-code span {
    font-weight: 500;
}

.product__added-prices {
    margin-bottom: 20px;
}

.product__added-price {
    font-size: 14px;
    line-height: 120%;
    margin-right: 12px;
}

.product__added-old-price {
    color: rgba(99, 81, 72, 0.80);
    font-size: 12px;
    line-height: 120%;
    text-decoration: line-through;
}

.product__added-head-text {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 12px;
}

.product__details-added-head {
    width: 60px;
    text-align: center;
}

.product__details-added-head p {
    font-size: 12px;
    line-height: 120%;
    margin-top: 8px;
}

@media (max-width: 1132px) {

    .product__added-notice {
        margin-bottom: 16px;
    }
    
    .product__added-notice-heading {
        font-size: 14px;
    }
    
    .product__added-notice-text {
        font-size: 10px;
    }
    
    .product__added-name {
        font-size: 14px;
        margin: 0 0 8px;
    }
    
    .product__added-code {
        margin: 0 0 16px;
    }
    
    .product__added-prices {
        margin-bottom: 16px;
    }
    
    .product__added-head-text {
        margin-bottom: 8px;
    }
}

@media (max-width: 600px) {

    .product__added-item {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

}






/* End */


/* Start:/local/templates/maneken/components/bitrix/catalog.item/product-item/style.css?17846331272788*/
.product-card {
    position: relative;
    max-width: calc(25% - 16px);
}

.products .product-card {
    max-width: calc(33.33% - 11px);
}

.product-card .to-like {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: var(--default-border-radius);
    padding: 8px;
    z-index: 2;
    cursor: pointer;
}

.product-card .to-like svg {
    fill: transparent;
    width: 28px;
    height: 28px;
}

.product-card .to-like:hover {
    background: var(--light-grey);
}

.product-card .to-like.active svg {
    fill: var(--default-color);
}

.product-card__media {
    min-height: 440px;
}

.product-card__media .owl-item {
    overflow: hidden;
}

.product-card__media.owl-carousel .owl-dots {
	gap: 4px;
	bottom: 8px;
	padding: 0 8px;
}

.product-card__media.owl-carousel button.owl-dot {
	height: 2px;
}

.product-card .media__item.big,
.product-card .media__item.small {
    width: 100%;
}

.product-card__name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 120%;
    height: 44px;
    margin: 12px 0;
}

.product-card__code {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    height: 20px;
    margin-bottom: 12px;
}

.product-card__price span {
    font-size: 16px;
    line-height: 140%;
}

.product-card__price_new {
    margin-right: 12px;
}

.product-card__price_old {
    color: rgba(99, 81, 72, 0.80);
    text-decoration: line-through;
}

@media (max-width: 1919px) {

    .product-card .to-like {
        top: 12px;
        right: 12px;
        padding: 6px;
    }
    
    .product-card .to-like svg {
        width: 20px;
        height: 20px;
    }
    
    .product-card__media {
        min-height: auto;
    }
    
    .product-card__name {
        font-size: 16px;
        height: 38px;
    }
    
    .product-card__code {
        font-size: 12px;
        height: 17px;
    }
    
    .product-card__price span {
        font-size: 14px;
    }
}

@media (max-width: 1511px) {

    .product-card__name {
        font-size: 14px;
        height: 34px;
        margin: 8px 0;
    }
    
    .product-card__code {
        font-size: 10px;
        height: 14px;
        margin-bottom: 8px;
    }
    
    .product-card__price span {
        font-size: 12px;
    }
}

@media (max-width: 1279px) {

    .product-card .to-like {
        top: 8px;
        right: 8px;
    }
    
    .product-card__name {
        font-size: 12px;
        height: 28px;
    }
}

@media (max-width: 1132px) {
    .products .product-card {
        max-width: calc(50% - 8px);
    }
}

/* End */


/* Start:/local/templates/maneken/components/bitrix/catalog.top/products/section/themes/blue/style.min.css?1784633127702*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-top-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/maneken/components/bitrix/catalog.top/products-wrap/section/themes/blue/style.min.css?1784633127702*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-top-header{border-color:#006cc0}
/* End */
/* /local/templates/maneken/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?178463312722967 */
/* /local/templates/maneken/components/bitrix/catalog.item/product-item/style.css?17846331272788 */
/* /local/templates/maneken/components/bitrix/catalog.top/products/section/themes/blue/style.min.css?1784633127702 */
/* /local/templates/maneken/components/bitrix/catalog.top/products-wrap/section/themes/blue/style.min.css?1784633127702 */
