.variant-product-options .item-product-choose {
    display: flex;
    gap: 12px 6px;
}
.radio-list-with-image {
    position: relative;
}
.item-product-choose .radio-list-with-image label {
    border-radius: 12px;
    padding: 5px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: solid 2px rgb(225, 230, 237);
}
.item-product-choose .radio-list-with-image.not_available label {
    border-style: dashed;
}
.item-product-choose .radio-list-with-image:hover label {
    border-color: rgb(213, 217, 222);
}
.item-product-choose .radio-list-with-image input[type=radio]:checked~label {
    border-style: solid;
    border-color: #ff6d1b;
}
.item-product-choose .radio-list-with-image.not_available label img {
    opacity: 0.5;
}
.radio-list-with-image .marker-tippy-box {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 20px;
    display: none;
}
.radio-list-with-image:hover .marker-tippy-box {
    display: block;
    z-index: 5;
}
.radio-list-with-image .marker-tippy-box::before {
    content: '';
    position: absolute;
    top: -10px; /* Расположение ромба над элементом */
    left: calc(50% - 10px); /* Расположение ромба по горизонтали */
    width: 0;
    height: 0;
    border-left: 10px solid transparent; /* Левая граница (половина ширины ромба) */
    border-right: 10px solid transparent; /* Правая граница (половина ширины ромба) */
    border-bottom: 10px solid #000; /* Нижняя граница (цвет ромба) */
    z-index: -1; /* Ромб будет "торчать" из блока .product-icon::after */
}
.second-cost-block {
    height: 20px;
    width: 20px;
}
.cost-info-dropdown {
    position: absolute;
    visibility: hidden;
    top: 90px;
    left: -24px;
    right: -24px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: -1px 7px 20px 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.2s;
	z-index: 2;
}
.cost-info-dropdown.active {
    visibility: visible;
    opacity: 1;
}
.second-cost-block .btn-popover {
    line-height: 20px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    text-align: center;
    user-select: none;
    font-size: 16px;
    border: 1px solid #84858A;
    color: #84858A;
}
.second-cost-block .btn-popover:hover {
    border: 1px solid var(--theme-primary);
    color: var(--theme-primary);
}

.cost-info-dropdown .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    scale: 1.3;
    cursor: pointer;
}

@media (max-width: 991px) {
    .cost-info-dropdown {
        top: 60px;
        padding: 16px 30px;
    }
}
.rs-comment-list .photo-container {
    margin-top: 20px;
    display: flex;
}
.rs-comment-list .photo-list {
    margin-bottom: 0;
    padding-left: 0;
}
.rs-comment-list .one-photo-container {
    width: 150px;
    margin-right: 10px;
}
.rs-comment-list .one-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 130px;
}
.rs-comment-list .one-photo img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.dropzone.rs-dropzone {
    min-height: 100px;
}
.photo-container .swiper-button-next {
    right: 1px;
}
.photo-container .swiper-button-prev {
    left: 1px;
}

.dz-preview:before,
.dz-upload {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.dz-filename,
.dz-size,
.dz-upload {
    margin-right: 6px;
}
.dz-filename a {
    text-decoration: none;
    color:inherit;
}
.dz-error-message,
.dz-preview:before {
    content: "";
}
.dropzone,
.dropzone * {
    box-sizing: border-box;
}
.dropzone {
    min-height: 120px;
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover {
    border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.dropzone .dz-message {
    text-align: center;
}
.dropzone .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
.dropzone-preview {
    margin-top: 16px;
}
.dz-preview {
    display: flex;
    margin-top: 6px;
    align-items: center;
    padding: 2px 0;
}
.dz-preview:hover {
    background: #f5f5f5;
}
.dz-preview:before {
    background: url(/modules/files/view/img/icons/download.svg) no-repeat;
    background-size: 24px 24px;
}
.dz-progress {
    display: none;
}
.dz-processing:not(.dz-complete) .dz-progress {
    display: block;
}
.dz-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: radial-gradient(closest-side, #fff 70%, transparent 80% 100%), conic-gradient(gray var(--progress, 0), #d3d3d3 0);
    font-size: 8px;
}
.dz-error-message {
    display: none;
    background: url(/modules/files/view/img/icons/invalid.svg) no-repeat;
    background-size: 32px 32px;
    min-width: 32px;
    height: 32px;
    cursor: pointer;
}
.dz-remove,
.dz-remove:hover {
    width: 24px;
    height: 24px;
    margin-left: 16px;
}
.dz-error .dz-error-message {
    display: block;
}
.dz-remove {
    background: url(/modules/files/view/img/icons/close.svg) no-repeat;
}
.dz-remove:hover {
    background: url(/modules/files/view/img/icons/close-red.svg) no-repeat;
    opacity: 0.7;
}
.dz-left-part {
    flex: 1;
    display: flex;
    align-items: center;
}
