.not-enought-count {
    position: absolute;


    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-enought-count::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 2;
    clip-path: polygon(
            50% 0%,
            100% 0%,
            100% 100%,
            50% 100%
    );

}
.not-enought-count__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);

}

.not-enought-count__content {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 24px 24px 24px 32px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: left;
}

.not-enought-count__close {
    position: absolute;
    top: 10px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;

    width:14px;
}
.not-enought-count__text{
    margin-right: 8px;
}
.not-enought-count__text p {
    margin: 0 0 16px;
    font-size: 14px;
    font-family: var(--inter);
    color: #333;
}

.not-enought-count__order-btn {
    margin-top: 16px;
    background: #3DB845;
    color: #fff;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    padding: 17px 24px;
    font-family: var(--inter);
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
}

.not-enought-count__order-btn:hover {
    background: #2BAB33;
}
.line{
    background: rgba(230, 230, 230, 1);

    height: 1px;

}
.header-product-cart_info {
    display: flex;
    justify-items: start;
    justify-content: space-between;
    align-items: flex-end;
}
.product-cart__container .product-cart__sizes {
    display: flex;
    gap: 66px;
    margin-top: 36px;
    margin-bottom: 80px;
    justify-items: start;
}
.product-cart__gallery-and-info {
    gap: 24px;
}
.product-cart__gallery-and-info .product-cart__main-info {
    flex: 1;
    max-width: 385px;
    margin-left: 0;
}
.product-delivery-block-all {
    width: 353px;
    max-width: 353px;
    border: 1px solid #3DB845;
    padding: 24px;
    border-radius: 24px;
}
.header-product-delivery {
    color: #3DB845;
    font-family: var(--inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
    position: relative;
}
.header-product-delivery:after {
    content: url(/local/templates/gofromir/assets/images/down-recall.svg);
}
.head-delivery span {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    display: block;
}
.pdb-sam .head-delivery,
.head-delivery div:nth-child(1) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.head-delivery {
    color: #3E3E3E;
    font-family: var(--inter);
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
}
.product-delivery-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16px;
}
/* .product-delivery-block-all .product-delivery-block:nth-child(2) {
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E6E6;
} */
.info-delivery {
    color: #3DB845;
    font-family: var(--inter);
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
}
.product-delivery-variable-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.product-delivery-var-item {
    background: #F5F5F5;
    padding: 16px;
    border-radius: 16px;
}

.var_item-name {
    color: #3E3E3E;
    font-family: var(--inter);
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
}
.var_item-span {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #3E3E3E;
}
.var_item-stock {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.stock-green span:nth-child(1) {
    font-family: var(--inter);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8FCB3E;
}

.stock-red span:nth-child(1) {
    font-family: var(--inter);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #FFBD3E;
}
.stock-green div span:nth-child(1) {
    width: 70%;
    height: 2px;
    background: #8FCB3E;
    display: block;
}
.stock-green div span:nth-child(2) {
    width: 30%;
    height: 2px;
    background: #E6E6E6;
    display: block;
}


.stock-red div span:nth-child(1) {
    width: 30%;
    height: 2px;
    background: #FFBD3E;
    display: block;
}
.stock-red div span:nth-child(2) {
    width: 70%;
    height: 2px;
    background: #E6E6E6;
    display: block;
}

.stock-light_green span:nth-child(1) {
    font-family: var(--inter);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8FCB3E;
}

.stock-light_green div span:nth-child(1) {
    width: 50%;
    height: 2px;
    background: #8FCB3E;
    display: block;
}
.stock-light_green div span:nth-child(2) {
    width: 50%;
    height: 2px;
    background: #E6E6E6;
    display: block;
}

.var_item-stock div {
    display: flex;
    flex-direction: row;
	flex: 1;
}
.head-product-block {
    color: #3E3E3E;
    font-family: var(--inter);
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px;
}
.product-payment-item {
    color: #3E3E3E;
    font-family: var(--inter);
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    height: 48px;
}
.product-payment-item:nth-child(2) {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.product-payment-list {
    display: flex;
    flex-direction: row;
    gap: 8px;
	flex-wrap: wrap;
}
.product-cart__main-info .product-cart__price-list {
    margin: 0 0 16px;
}
.product-cart__price-header {
    color: #3E3E3E;
    font-family: var(--inter);
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px;
}

select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 100%;
    color: #3E3E3E;
    border-radius: 8px;
    padding: 10px 24px;
    cursor: pointer;
    background: transparent;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #E6E6E6;
}
select:focus-visible {
    border: 1px solid #E6E6E6;
}
.product-cart__price-select{
    position: relative;
}
.product-cart__price-select:after {
    content: url(/local/templates/gofromir/assets/images/select-down.svg);
    transition: rotate 0.2s ease-out;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 24px;
	z-index: 0;
}
.sr-only {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.span-select {
    font-family: var(--inter);
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 3px;
    margin-bottom: 22px;
}
.span-select a {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.span-select span {
    display: block;
    border-bottom: 2px dashed;
}

.product-cart__main-info .product-cart__controls {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.product-cart__main-info .product-cart__controls-buttons {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
}

.product-cart__main-info .button-cart {
    padding: 17px 34px;
}

.product-cart__main-info .button-one-click {
    padding: 12px 28px;
}

.modal-infocarton {
    padding: 40px;
}
.item-modal-header {
    color: #3E3E3E;
    font-family: var(--inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}
.modal-infocarton .modal-form {
    width: 520px;
}
.modal-infocarton-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.modal-infocarton-item {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 8px;
}
.item-modal-header {
    color: #3E3E3E;
    font-family: var(--inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}
.item-modal-info {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 152%;
    color: #3E3E3E;
}

.modal-infocarton .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.not-enought-count__text p:nth-child(1) {
    font-weight: bold;
}
.header-product-left {
    width: 73.5%;
}

.product-delivery_rf {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.product-rf-title {
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.product-rf-title .rf-title-left {
    color: #3E3E3E;
    font-family: var(--inter);
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.product-rf-title .rf-title-right {
    color: #3DB845;
    font-family: var(--inter);
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-align: right;
}
.product-rf-descr {
    color: #3E3E3E;
    font-family: var(--inter);
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    margin-top: 4px;
}

.select .select2-container .select2-selection__rendered {
	padding: 0px !important;
}

.select .select2-container .select2-selection--single {
	border-radius: 8px;
    display: flex;
    padding: 10px 24px;
    justify-content: space-between;
    align-items: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
}

.select2-selection__arrow {
	display: none;
}

@media screen and (max-width: 1365px) {
    .product-cart__gallery-and-info .product-cart__main-info {
        max-width: 100%;
    }
    .product-cart__main-info .product-cart__controls {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 16px;
    }
    .product-cart__controls-count {
        min-width: max-content;
    }
    .product-delivery-block-all {
        width: 100%;
        max-width: 100%;
    }
}

.product-cart__container .product-cart__gallery-and-info {
	display: grid;
	gap: 24px;
	position: relative;
	grid-template-columns: auto 385px 353px;
	justify-content: normal;
}

.product-cart__gallery-and-info > div:nth-child(1) {
	grid-column-start: 1;
	grid-column-end: 4;
}

.product-cart__gallery-and-info > div:nth-child(2) {
	width: 100%;
}

.header-product-left .product-cart__articul-and-discount {
	margin-bottom: 0px;
}

.header-product-right .product-cart__compare-and-discount {
	margin: 0px;
}

.product-cart--main.container input:checked + [data-entity="favourites-title"] i {
	background-size: contain;
}

.product-cart__controls .product-cart__controls-count {
	justify-content: normal;
	gap: 24px;
	margin-bottom: 0px;
}

.product-cart__controls .product-cart__controls-count .product-cart__custom-input {
	margin-bottom: 0px;
}

.product-cart__controls .product-cart__price-desc {
	margin-top: 0px;
}

@media screen and (max-width:1199px) {
	.main ul.breadcrumbs.container {
		margin-top: 0px;
		margin-bottom: 24px;
		color: #A6A6A6;
        font-family: Inter;
        font-size: 12px;
        line-height: 14px;
	}
	
	.product-cart__gallery-and-info > div:nth-child(1) {
		grid-column-end: auto;
		grid-row-start: 2;
	}
	
	.product-cart__gallery-and-info .product-cart__gallery {
		margin-bottom: 0px;
	}
	
	.header-product-left {
		width: 100%;
	}
	
	.product-cart--main .product-cart__title {
		color: #000;
	}
	
	.header-product-left .product-cart__articul-and-discount {
		flex-direction: row;
		align-items: center;
	}
	
	.product-cart__articul.desc {
		color: var(--Text-text-primary, #3E3E3E);
		font-size: 10px;
		line-height: 14px;
	}
	
	.want-discount .want-discount__title {
		font-family: Inter;
		font-size: 10px;
		font-weight: 500;
		line-height: 14px;
	}
	
	.header-product-right {
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 1;
	}
	
	.header-product-right .product-cart__compare-and-discount label {
		padding: 24px;
		border: unset;
	}
	
	.header-product-right .product-cart__compare-and-discount span {
		font-size: 0px;
		gap: 0px;
	}
	
	.product-cart__custom-input .input-control {
		top: 0px;
		bottom: 0px;
		margin: auto;
		height: 24px;
	}
	
	.product-cart__container .product-cart__gallery-and-info {
		grid-template-columns: 100%;
	}
}

@media screen and (max-width: 991px) {
    .product-cart__main-info .product-cart__controls {
        display: flex;
        flex-direction: column;
    }
    .product-cart__container .product-cart__sizes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
    }
}

@media screen and (max-width: 767px) {

    .product-cart__main-info .product-cart__controls-buttons {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 0;
        align-items: center;
    }
    .modal-infocarton .modal-form {
        width: 100%;
    }
}

@media screen and (max-width: 465px) {
    .product-cart__container .product-cart__sizes {
        grid-template-columns: repeat(1, 1fr);
    }
    .product-cart__main-info .button-cart {
        padding: 15px 24px;
        font-size: 12px;
    }
    .product-cart__main-info .button-one-click {
        padding: 10px 24px;
        font-size: 12px;
    }
    .var_item-stock {
        gap: 4px;
    }
    .product-cart__gallery-and-info {
        gap: 12px;
    }

}



