
.product__info-activity-item__favorite {
    position: absolute;
    top: 20px;
    right: 15px;
    margin-left: 0;
    width: 21px;
}
.product__info-activity-item__favorite span::before {
    font-size: 1.3rem;
}

.product__info-activity-item__compare {
    position: absolute;
    top: 50px;
    right: 15px;
    margin-left: 0;
    width: 21px;
}
.product__check {
    text-align: left;
}
.product__check-cost, .product__check-btn {
    text-align: center;
}
.product-consult-btn {
    width: 90%;
}
.product__info-activity-item__compare span::before {
    font-size: 1.3rem;
}

.delivery-card-block {
    box-shadow: 2px 2px 20px -2px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 20px 20px 1px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.delivery-card-block .h5 {
    margin-bottom: 10px;
    font-size: 1rem;
}
.delivery-card-block div {
    margin-bottom: 20px;
}
.delivery-card-block div > span {
    text-decoration: none;
    color: #000;
}
.delivery-card-block div > a {
    text-decoration: none;
}
.delivery-card-block div > span > span {
    font-weight: bold;
    color: #FF6A40;
}
/*.mobile-popup {
    padding-top: 60px;
}*/
@media(max-width: 768px) {
    .breadcrumbs {
        margin-top: 60px;
    }
}
.js-order-info-delivery-cost-ctn {
    margin-bottom: 10px;
}

/* Tabs */

.tab-section__tabs {
    padding: 15px 0;
    background: #fff;
	border: 1px solid #eeeef3;
}

.tab-section__box {
    position: relative;
    overflow: auto;
    display: flex;
    margin: 0 -30px;
}

@media screen and (max-width: 1023px) {
    .tab-section__box {
        margin: 0 -20px;
    }
}

@media screen and (max-width: 767px) {
    .tab-section__box {
        margin: 0 -15px;
    }
}

.tab-section__list,
.tab-section__item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-section__list {
    flex: 1 0 auto;
    display: flex;
    padding: 0 30px;
}

@media screen and (max-width: 1023px) {
    .tab-section__list {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .tab-section__list {
        padding: 0 15px;
    }
}

.tab-section__item {
    flex: 0 0 auto;
    display: block;
}

.tab-section__item:not(:first-child) {
    margin-left: 30px;
}

@media screen and (max-width: 1023px) {
    .tab-section__item:not(:first-child) {
        margin-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .tab-section__item:not(:first-child) {
        margin-left: 15px;
    }
}

.tab {
    display: block;
    white-space: nowrap;
    margin: 0;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #10496A;
    cursor: pointer;
}

.tab--active,
.tab:hover {
    color: #737373;
}

.tab--active {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.tab-section__block {
    display: none;
}

.tab-section__block--padding-top_30px {
	padding-top: 30px;
}

.tab-section__block--active {
    display: block;
}


.tab-section__block .section-gray {
	box-shadow: none;
	border-top: 0;
}


.product__description {
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.product__description {
		margin-right: 0;
	}
}

.product__check-wrapper {
	flex: 0 0 auto;
	margin-left: auto;
}

.product-characteristic__list {
	max-height: none;
}

.product-characteristic__list::before {
	display: none;
}


.product__guarantee {
    display: block;
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 20px -2px rgb(0 0 0 / 10%);
    background: #fff;
}

.product__guarantee-image {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.product__guarantee-text {
    color: #FF6A40;
}



.product__guarantee {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px;
    box-shadow: 2px 2px 20px -2px rgb(0 0 0 / 10%);
    background: #fff;
}

.product__guarantee-image {
    flex: 0 0 auto;
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.product__guarantee-text {
    flex: 1 1 auto;
    margin: 0 0 0 10px;
    font-weight: 700;
    color: #FF6A40;
}
/*
.header-main__search-button {
  position: absolute;
  width: 34px;
  height: 34px;
  background: #10496A;
  z-index: 11;
  right: 0;
top: 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
	transform: translate(0, 0);
}

.header-main__search-button:hover {
	background: #143C53;
  color: #fff;
}
*/


@media screen and (min-width: 768px) {

    .header-main__middle .header-main__info {
        align-items: center;
    }
    
    .header-main__middle .header-main__info-item.header-main__shopping-cart {
        flex: 0 0 auto;
        border: 1px solid #eee;
        border-radius: 3px;
        padding: 10px;
    }

    .header-main__middle .header-main__info-item-num {
        flex: 1 0 auto;
        font-weight: 700;
        font-size: 12px
    }
}

.header-main__bottom .header-main__info-item-num {
    display: none;
}











.owl-stage {
    display: flex;
}
  
.owl-item {
    display: flex;
    flex-direction: column;
}

.owl-prev,
.owl-next {
    margin-top: -20px;
}

.media__item {
    flex: 1 1 auto;
    height: auto;
}

.media__text {
    padding-bottom: 15px;
}
  
.media__text::before {
    display: none;
}

.media__text-title {
    margin-bottom: 0;
}




.product-accessory-modal img {
	max-width: 100%;
}

.fast {
    position: absolute;
    top: 25%;
    width: 200px;
    text-align: center;
    background: #fff;
    z-index: 100;
    cursor: pointer;
    padding: 10px;
    left: 0;
    display:none;
    border: 0.5px solid #FBBF34;
    margin-left: 20px;
}

.modal-fast .product__info {
    width: 100%;
}

.modal-fast .product__title {
    font-size: 26px;
    line-height: 1;
}

.modal-fast .article {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    color: gray;
}

.modal-fast .product__info-popular-wrapper {
    display: inline-block;
}

.product-card-container:hover .fast {
    display: block;
}
@media screen and (max-width:340px) {
    .modal-fast .product__title {
        font-size: 23px;
    }
}

.custom-checkbox {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.custom-checkbox input[type="checkbox"] {
    display: none; /* Скрываем стандартный чекбокс */
}

.custom-checkbox .checkbox-icon {
    fill: none;
    stroke-width: 2;
    transition: stroke 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-icon {
    stroke: #f47920; /* Цвет для активного состояния */
}


