.single-product-custom .container-custom {
    max-width: 1440px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
    padding-top: 44px;
}

.single-product-custom .woocommerce-breadcrumb {
    display: none;
}

.single-product-custom .zoomImg {
    display: none!important;
}

.single-product-custom li {
    margin-bottom: 0px;
}

.single-product-custom .product {
    display: flex;
    column-gap: 58px;
}

.single-product-custom .woocommerce-product-gallery {
    max-width: 688px;
    width: 100%;
}

.single-product-custom .woocommerce-product-gallery__wrapper {
    display: flex;
    column-gap: 14px;
    row-gap: 14px;
    flex-wrap: wrap;
    position: sticky;
    top: 130px;
}

.single-product-custom .woocommerce-product-gallery__image:nth-of-type(1) {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.single-product-custom .woocommerce-product-gallery__image a {
    display: flex;
}

.single-product-custom .woocommerce-product-gallery .wp-post-image {
    margin-bottom: 20px;
}

.single-product-custom .woocommerce-product-gallery__image a {
    width: 100%;
    height: 100%;
}

.single-product-custom .woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.single-product-custom .woocommerce-product-gallery__image {
    max-width: 103px;
    max-height: 102px;
}

.single-product-custom .entry-title {
    color:#333;
    font-family: "Jost",sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; 
    margin-bottom: 20px;
}

.single-product-custom .entry-summary {
    padding-top: 52px;
}
.single-product-custom .star-rating {
    margin: 0;
}

.single-product-custom .woocommerce-product-rating {
    display: flex;
    align-items: center;
    column-gap: 11px;
}

.single-product-custom .average-rating {
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product-custom .count-rating {
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product-custom .summary {
    max-width: 643px;
    width: 100%;
}

.single-product-custom .summary .price {
    color: #333;
    font-family: "Jost", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-top: 49px;
    display: flex;
    flex-direction: row-reverse;
    column-gap: 10px;
    justify-content: flex-end;
}

.single-product-custom .summary .price del {
    color: #777;
    text-decoration-color: #777;
}

.single-product-custom .summary .price ins bdi {
    color: #C72A2A;
}

.single-product-custom .all-sections {
    padding: 0;
    list-style: none;
}

.single-product-custom .all-sections ul {
    padding: 0;
    list-style: none;
}

.single-product-custom .all-sections .main-title {
    color: #000;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    position: relative;
    cursor: pointer;
}

.single-product-custom .all-sections .main-title svg {
    position: absolute;
    top: 50%;
    left: calc(100% - 16px);
    transform: translateY(-50%) rotate(180deg);
    transition: all .8s;
}

.single-product-custom .all-sections .customize-sections-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.single-product-custom .customize-order .customize-sections-list li {
    margin-bottom: 0px!important;
}

.single-product-custom .custom-section-title {
    margin: 0;
    color: #333;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.single-product-custom .custom-section-title .tooltip-icon {
    display: flex;
    position: relative;
}

.single-product-custom .custom-section-title .tooltip-icon .tooltip-content {
    position: absolute;
    max-width: 250px;
    width: max-content;
    padding: 15px;
    background: #000;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 10px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.single-product-custom .custom-section-title .tooltip-icon.active .tooltip-content {
    opacity: 1;
    visibility: visible;
}

.single-product-custom .custom-section-title .tooltip-icon .tooltip-content p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.5;
    color: #FFF;
}

.single-product-custom .custom-section-title .tooltip-icon svg {
    cursor: pointer;
}

.single-product-custom .custom-section-title .tooltip-icon svg path:nth-child(1) {
    fill: #000;
}

.single-product-custom .all-sections .custom-item-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 20px;
    padding-top: 18px;
    /* align-items: flex-start; */
}

.single-product-custom .all-sections .custom-item {
    max-width: 150px;
    margin: 0;
    padding-bottom: 11px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.single-product-custom .all-sections .custom-item .additional-selections {
    margin: 10px auto 0px auto;
    width: 90%;
}

.single-product-custom .all-sections .custom-item .additional-selection-section {
    display: none;
}

.single-product-custom .all-sections .custom-item.selected .additional-selection-section {
    display: block;
}

.single-product-custom .all-sections .custom-item .additional-selection-section .section-title {
    text-align: center;
    margin-top: 5px;
}

/* .single-product-custom .all-sections .custom-item .inner {
    margin-top: auto;
} */

.not-click {
    opacity: 0;
    pointer-events: none;
    padding: 0!important;
    margin: 0!important;
    height: 0px!important;
}

.single-product-custom .all-sections .custom-item.selected {
    background-color: #f3f3f3;
}

.single-product-custom .custom-item .img-wrapper {
    width: 100%;
    height: 136px;
    margin-bottom: 8px;
    background-color: #fff;
}

.single-product-custom .custom-item .custom-item-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-product-custom .custom-item .custom-item-title {
    margin: 0;
    color:#333;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 1px;
}

.single-product-custom .custom-item .custom-item-price {
    color: #333;
    font-family: "Jost",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    display: block;
    text-transform: capitalize;
}

.single-product-custom .custom-shiping-info {
    display: flex;
    align-items: center;
    column-gap: 11px;
    margin-bottom: 54px;
}

.single-product-custom .custom-shiping-info p {
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.single-product-custom .entry-customization-title {
    color: #333;
    font-family: "Jost",sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
    margin-bottom: 50px;
}

.single-product-custom .custom-section .list-options {
    max-height: 0px;
    overflow: hidden;
    transition: all .8s;
}

.single-product-custom .custom-section .list-options.opened {
    max-height: 5000px;
    padding-top: 23px;
    margin-bottom: 40px;
    overflow: visible;
}

.single-product-custom .measure-warning__list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 42px;
}

.single-product-custom .measure-warning__item {
    display: flex;
    column-gap: 14px;
    align-items: flex-start;
}

.single-product-custom .measure-warning__item p {
    margin: 0;
    color:#777;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product-custom .measure-section .custom-item-list .custom-item {
    max-width: 176px;
    padding-bottom: 24px;
}

.single-product-custom .measure-section .custom-item-list .custom-item img {
    margin-bottom: 16px;
    display: block;
    width: 100%;
    object-fit: contain;
    height: auto;
    max-height: 124px;
}

.single-product-custom .measure-section .custom-item-list .custom-item .custom-item-title {
    color: #777;
}

.single-product-custom .measure-measurements__title-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product-custom .measure-mount-type {
    margin-bottom: 35px;
}

.single-product-custom .measure-measurements {
    margin-bottom: 35px;
}

.single-product-custom .measure-measurements .custom-section-title {
    padding-bottom: 0px;
    border: none;
}

.single-product-custom .measure-measurements .measure-measurements__title-button {
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 23px;
}

.single-product-custom .measure-measurements .measure-btn {
    color: #FFF;
    font-family: "DM Sans",sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */
    text-transform: uppercase;
    background: #333;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 10px;
}

.single-product-custom .measure-measurements .measure-width {
    display: flex;
    column-gap: 26px;
}

.single-product-custom .measure-measurements .measure-selector span {
    color: #000;
    font-family: "DM Sans",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.single-product-custom .measure-measurements .selectors {
    display: flex;
    align-items: center;
    column-gap: 23px;
}

.single-product-custom .measure-measurements .selectors select {
    color: #000;
    font-family: "DM Sans",sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #333;
    border-radius: 0px;
    padding: 4px 17px 4px 6px;
    height: unset;
    background-position: calc(100% - 6px) 50%;
}

.single-product-custom .measure-measurements .measure-height {
    display: flex;
    column-gap: 26px;
}

.single-product-custom .measure-measurements .measure-width-height {
    display: flex;
    flex-direction: column;
    row-gap: 21px;
}

.single-product-custom .measure-rooms .rooms {
    max-width: 498px;
    width: 100%;
    padding-top: 21px;
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.single-product-custom .measure-rooms .rooms select {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    height: unset;
    border: 1px solid #333;
    border-radius: 0px;
    width: 50%;
    background-position: calc(100% - 18px) 50%;
}

.single-product-custom .measure-rooms .rooms input {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    height: unset;
    border: 1px solid #333;
    border-radius: 0px;
    width: 50%;
}

.single-product-custom .color-section .color-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 41px;
    row-gap: 20px;
}

.single-product-custom .color-section .color-list .custom-item-image {
    max-width: 73px;
    max-height: 73px;
    min-width: 73px;
    min-height: 73px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.single-product-custom .color-section .color-list .custom-item {
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-product-custom .color-section .color-list .custom-item-title {
    color:#777;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product-custom .color-list .custom-item.selected {
    background: unset;
}

.single-product-custom .color-list .custom-item.selected .custom-item-image {
    border: 1px solid #777;
    padding: 9px;
}

.single-product-custom .customize-order .upgrades__list {
    padding-top: 23px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 20px;
}

.single-product-custom .customize-order .upgrades__item-image {
    margin-bottom: 9px;
    width: 100%;
    display: block;
}

.single-product-custom .customize-order .upgrades__item {
    max-width: 136px;
    margin: 0;
}

.single-product-custom .customize-order .upgrades__item-title {
    color: var(--b, #333);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.single-product-custom .customize-order .upgrades__item-price {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 9px;
}

.single-product-custom .customize-order .upgrades__item-price .sale-price {
    color: #C72A2A;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-product-custom .customize-order .upgrades__item-price .regular-price {
    color: var(--g, #777);
    font-family: "Jost";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.single-product-custom .customize-order .upgrades__item-price:has(.sale-price) .regular-price:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #777;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.single-product-custom .customize-order .warranty-section .custom-section-title {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.single-product-custom .customize-order .warranty__list {
    max-width: 311px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 27px;
}

.single-product-custom .customize-order .warranty__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product-custom .customize-order .warranty__item .checkbox-container {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.single-product-custom .customize-order .warranty__item .checkbox-container label {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.single-product-custom .customize-order .warranty__item .checkbox-container input {
    margin: 0;
}

.single-product-custom .customize-order .warranty__item .custom-item-price {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-product-custom .customize-order .warranty-checkbox {
    width: 12px;
    height: 12px;
    border: 1px solid #333;
    background: transparent;
    appearance: none; /* Убираем стандартный стиль чекбокса */
    -webkit-appearance: none; /* Убираем стандартный стиль чекбокса для WebKit-браузеров */
    outline: none; /* Убираем стандартную рамку при фокусе */
    cursor: pointer; /* Изменяем курсор при наведении на чекбокс */
    position: relative; /* Для позиционирования псевдоэлемента */
}

.single-product-custom .customize-order .warranty-checkbox:checked {
    background-color: transparent; /* Цвет фона при нажатии */
}

.single-product-custom .customize-order .warranty-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 2px;
    bottom: 2px;
    width: 6px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.single-product-custom .options__list {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 27px!important;
}

.single-product-custom .customize-order .options__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product-custom .customize-order .options__item .checkbox-container {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.single-product-custom .customize-order .options__item .checkbox-container label {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.single-product-custom .customize-order .options__item .checkbox-container input {
    margin: 0;
}

.single-product-custom .customize-order .options__item .custom-item-price {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-product-custom .customize-order .options-checkbox {
    width: 12px;
    height: 12px;
    border: 1px solid #333;
    background: transparent;
    appearance: none; /* Убираем стандартный стиль чекбокса */
    -webkit-appearance: none; /* Убираем стандартный стиль чекбокса для WebKit-браузеров */
    outline: none; /* Убираем стандартную рамку при фокусе */
    cursor: pointer; /* Изменяем курсор при наведении на чекбокс */
    position: relative; /* Для позиционирования псевдоэлемента */
}

.single-product-custom .customize-order .options-checkbox:checked {
    background-color: transparent; /* Цвет фона при нажатии */
}

.single-product-custom .customize-order .options-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 2px;
    bottom: 2px;
    width: 6px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.single-product-custom .total-box {
    margin-top: 32px;
    padding: 35px 40px 18px 25px;
    background-color: #F8F8F8;
    max-width: 470px;
    width: 100%;
}

.single-product-custom .total-box .total-box__add-to-cart .cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product-custom .total-box .total-box__add-to-cart .add-to-cart .button {
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; 
    text-transform: uppercase;
    background-color: #333;
    border-radius: 0px;
    padding: 17px 50px;
    height: unset;
    border: none;
    margin-right: 0px;
}

.single-product-custom .total-box .total-box__add-to-cart .add-to-cart .button::before {
    display: none;
}

.single-product-custom .total-box .total-box__add-to-cart .add-to-cart .button::after {
    content: "";
    display: inline-block;
    width: 13px; /* Ширина SVG */
    height: 10px; /* Высота SVG */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjQ2MzkgNC45MDQ3OUMxMy40NDY5IDQuODcwOTMgMTMuNDMgNC44NDEzMSAxMy40MTMxIDQuODE1OTJDMTMuMzk2MiA0Ljc5MDUzIDEzLjM4MzUgNC43NzM2IDEzLjM3NSA0Ljc2NTE0TDkuMTYwMTYgMC4zMzQ0NzNDOS4xMjYzIDAuMzAwNjE4IDkuMDg4MjIgMC4yNzMxMTIgOS4wNDU5IDAuMjUxOTUzQzkuMDAzNTggMC4yMzA3OTQgOC45NTcwMyAwLjIxNTk4MyA4LjkwNjI1IDAuMjA3NTJDOC44NTU0NyAwLjIwNzUyIDguODA2OCAwLjIxMzg2NyA4Ljc2MDI1IDAuMjI2NTYyQzguNzEzNyAwLjIzOTI1OCA4LjY3MzUgMC4yNjI1MzIgOC42Mzk2NSAwLjI5NjM4N0M4LjU2MzQ4IDAuMzY0MDk1IDguNTIzMjcgMC40NDg3MyA4LjUxOTA0IDAuNTUwMjkzQzguNTE0ODEgMC42NTE4NTUgOC41NDY1NSAwLjc0NDk1NCA4LjYxNDI2IDAuODI5NTlMMTIuMjE5NyA0LjYxMjc5SDAuODk1NTA4QzAuNzg1NDgyIDQuNjEyNzkgMC42OTQ0OTkgNC42NTA4OCAwLjYyMjU1OSA0LjcyNzA1QzAuNTUwNjE4IDQuODAzMjIgMC41MTQ2NDggNC44OTIwOSAwLjUxNDY0OCA0Ljk5MzY1QzAuNTE0NjQ4IDUuMDk1MjEgMC41NTA2MTggNS4xODE5NyAwLjYyMjU1OSA1LjI1MzkxQzAuNjk0NDk5IDUuMzI1ODUgMC43ODU0ODIgNS4zNjE4MiAwLjg5NTUwOCA1LjM2MTgySDEyLjIxOTdMOC42MjY5NSA5LjE1NzcxQzguNTkzMSA5LjE5MTU3IDguNTY3NzEgOS4yMzE3NyA4LjU1MDc4IDkuMjc4MzJDOC41MzM4NSA5LjMyNDg3IDguNTI5NjIgOS4zNjkzIDguNTM4MDkgOS40MTE2MkM4LjUzODA5IDkuNDYyNCA4LjU0ODY3IDkuNTExMDcgOC41Njk4MiA5LjU1NzYyQzguNTkwOTggOS42MDQxNyA4LjYxODQ5IDkuNjQ0MzcgOC42NTIzNCA5LjY3ODIyQzguNjg2MiA5LjcxMjA4IDguNzI2NCA5LjczOTU4IDguNzcyOTUgOS43NjA3NEM4LjgxOTUgOS43ODE5IDguODY4MTYgOS43OTI0OCA4LjkxODk1IDkuNzkyNDhDOC45NTI4IDkuNzkyNDggOC45OTMgOS43ODQwMiA5LjAzOTU1IDkuNzY3MDlDOS4wODYxIDkuNzUwMTYgOS4xMzA1MyA5LjcyNDc3IDkuMTcyODUgOS42OTA5MkwxMy4zODc3IDUuMjcyOTVDMTMuMzg3NyA1LjI3Mjk1IDEzLjQwMjUgNS4yNDU0NCAxMy40MzIxIDUuMTkwNDNDMTMuNDYxOCA1LjEzNTQyIDEzLjQ3NjYgNS4wOTk0NSAxMy40NzY2IDUuMDgyNTJDMTMuNDg1IDUuMDQ4NjcgMTMuNDg3MSA1LjAxOTA0IDEzLjQ4MjkgNC45OTM2NUMxMy40Nzg3IDQuOTY4MjYgMTMuNDcyMyA0LjkzODY0IDEzLjQ2MzkgNC45MDQ3OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 14px; /* Расстояние между текстом кнопки и иконкой */
    vertical-align: middle; /* Центрирование иконки по вертикали */
}


.single-product-custom .total-box .qty {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.single-product-custom .total-box .qty .quantity {
    margin: 0;
    float: none;
}

.single-product-custom .total-box .qty__text {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product-custom .total-box .qty .quantity .minus, .single-product-custom .total-box .qty .quantity .plus, .single-product-custom .total-box .quantity .input-text {
    border-color: #000!important;
}

.single-product-custom .total-box .total-box__shipping {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.single-product-custom .total-box .total-box__shipping .total-box__shipping-text {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product-custom .total-box .total-box__shipping .total-box__shipping-price{
    color: #000;
    font-family: "DM Sans",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-product-custom .total-box .total-box__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.single-product-custom .total-box .total-box__price .total-box__price-text {
    color: #333;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-product-custom .total-box .total-box__price .total-box__price-number {
    color: #333;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-product-custom .custom-recently-viewed {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

.single-product-custom .custom-recently-viewed .uptitle {
    display: inline-block;
    color:#FFF;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 141.667% */
    text-transform: uppercase;
    padding: 5px 32.5px;
    margin-bottom: 15px;
    background-color: #777;
}

.single-product-custom .custom-recently-viewed .title {
    color:#333;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 69.444% */
    margin-bottom: 35px;
}

.single-product-custom .custom-recently-viewed .recently-viewed__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 14px;
    row-gap: 35px;
    margin-bottom: 0px;
    padding: 0;
}

.single-product-custom .custom-recently-viewed .woocommerce-LoopProduct-link {
    display: block;
    width: 100%;
    max-height: 334.5px;
    margin-bottom: 12px;
}

.single-product-custom .custom-recently-viewed .woocommerce-LoopProduct-link img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.single-product-custom .custom-recently-viewed .woocommerce-loop-product__title {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.single-product-custom .custom-recently-viewed .colors {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    column-gap: 10px;
}

.single-product-custom .custom-recently-viewed .colors__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
    margin: 0;
}

.single-product-custom .custom-recently-viewed .colors__list .colors__item {
    margin: 0;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.single-product-custom .custom-recently-viewed .colors__list .colors__item.selected img {
    border: 1px solid #000;
    padding: 5px;
}

.single-product-custom .custom-recently-viewed .colors__list .colors__item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.single-product-custom .custom-recently-viewed .colors .all-colors {
    white-space: nowrap;
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product-custom .custom-recently-viewed .colors__item.hidden {
    display: none;
}

.single-product-custom .custom-recently-viewed .product-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}

.single-product-custom .custom-recently-viewed .average-rating {
    font-size: 14px;
    font-weight: bold;
}

.single-product-custom .custom-recently-viewed .review-count {
    font-size: 14px;
    color: #555;
}

.single-product-custom .custom-recently-viewed .star-rating {
    margin: 0;
}
.single-product-custom .custom-recently-viewed .average-rating {
    color:#333;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product-custom .custom-recently-viewed .review-count {
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product-custom .custom-recently-viewed .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    column-gap: 22px;
}

.single-product-custom .custom-recently-viewed .price ins {
    padding: 0;
}

.single-product-custom .custom-recently-viewed .price ins bdi {
    color: #C72A2A;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-product-custom .custom-recently-viewed .price del {
    text-decoration: none;
    position: relative;
}

.single-product-custom .custom-recently-viewed .price del::before {
    content:"";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    top: 50%;
    transform: translateY(-50%);
}

.single-product-custom .custom-recently-viewed .price del bdi {
    color: #777;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-product-custom .custom-recently-viewed .price bdi {
    color: #333;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-product-custom .custom-recently-viewed .button {
    display: none;
}

.single-product .template-container {
    overflow: unset;
}

.single-product .customize-sections-list .custom-item-title {
    padding-left: 10px;
    padding-right: 10px;
}

.single-product .customize-sections-list .custom-item .additional-colors {
    display: none;
    grid-template-columns: repeat(2,1fr);
    column-gap: 10px;
    row-gap: 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.single-product .customize-sections-list .custom-item.selected .additional-colors {
    display: grid;
}

.single-product .customize-sections-list .custom-item .additional-colors.opened {
    max-height: 500px;
}

.single-product .customize-sections-list .custom-item .additional-colors .color-ad {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.single-product .customize-sections-list .custom-item .additional-colors .color-ad.selected .color-image {
    padding: 4px;
    background: radial-gradient(circle at 50% -20.71%, #eaecd0 0, #e6edd2 6.25%, #e2eed4 12.5%, #deefd6 18.75%, #daf0d9 25%, #d6f1dc 31.25%, #d3f1df 37.5%, #d0f2e2 43.75%, #cdf2e6 50%, #cbf2ea 56.25%, #c9f2ed 62.5%, #c8f2f1 68.75%, #c7f2f4 75%, #c7f2f7 81.25%, #c8f1fa 87.5%, #c9f1fd 93.75%, #cbf0ff 100%);
}

.single-product .customize-sections-list .custom-item .additional-colors .color-image {
    width: 100%;
    max-width: 30px;
    max-height: 30px;
    display: block;
    border: 1px solid #000;
}

.single-product .customize-sections-list .custom-item .additional-colors .color-title {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

.single-product .customize-sections-list .custom-item .open-colors {
    display: none;
    border: none;
    background-color: #000;
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    margin: 10px auto 20px auto;
    padding: 5px 10px;
}

.single-product .customize-sections-list .custom-item.selected .open-colors {
    display: block;
}

.single-product .custom-item {
    transition: opacity .3s ease-in-out;
    position: relative;
}

.single-product .custom-item[class*="na-"] {
    pointer-events: none;
    opacity: 0.5;
}

.single-product-custom .custom-option-image {
    max-width: 150px;
    width: 100%;
    height: 136px;
    margin-top: 20px;
}

.single-product-custom .custom-option-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-product-custom .customize-section:has(.custom-option-image) .options__list {
    padding-top: 10px!important;
}


@media(max-width:1024px){
    .single-product-custom .product {
        flex-direction: column;
    }

    .single-product-custom .summary {
        max-width: 100%;
    } 

    .single-product-custom .woocommerce-product-gallery {
        max-width: unset;
    }

    .single-product-custom .custom-recently-viewed .recently-viewed__list {
        grid-template-columns: repeat(2,1fr);
        width: 100%;
    }

    .single-product-custom .custom-recently-viewed .recently-viewed__item .woocommerce-LoopProduct-link {
        max-height: unset;
    }

    .single-product-custom .woocommerce-product-gallery__wrapper {
        position: static;
    }
}

@media(max-width:768px){
/*     .single-product-custom .woocommerce-product-gallery__wrapper {
        row-gap: unset;
    } */

    .single-product-custom .woocommerce-product-gallery__image {
        max-width: 70px;
        max-height: 70px;
    }

    .single-product-custom .entry-summary {
        padding-top: 30px;
    }

    .single-product-custom .entry-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .single-product-custom .summary .price {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 28px;
    }

    .single-product-custom .custom-shiping-info {
        margin-bottom: 20px;
    }

    .single-product-custom .entry-customization-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .single-product-custom .custom-shiping-info p {
        font-size: 14px;
    }

    .single-product-custom .all-sections .main-title {
        font-size: 18px;
    }

    .single-product-custom .color-section .color-list {
        gap: 20px;
    }

    .single-product-custom .color-section .color-list .custom-item-image {
        max-width: 35px;
        max-height: 35px;
        min-width: 35px;
        min-height: 35px;
        margin-left: auto;
        margin-right: auto;
    }

    .single-product-custom .color-list .custom-item.selected .custom-item-image {
        padding: 4px;
    }

    .single-product-custom .color-section .color-list .custom-item-title {
        font-size: 14px;
    }

    .single-product-custom .measure-warning__item p {
        font-size: 14px;
    }

    .single-product-custom .measure-warning__list {
        margin-bottom: 20px;
    }

    .single-product-custom .measure-section .custom-item-list .custom-item {
        max-width: 100px;
    }

    .single-product-custom .custom-item .custom-item-title {
        font-size: 14px;
    }

    .single-product-custom .measure-section .custom-item-list .custom-item img {
        margin-bottom: 10px;
    }

    .single-product-custom .measure-mount-type {
        margin-bottom: 20px;
    }

    .single-product-custom .measure-measurements .measure-selector span {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .single-product-custom .measure-measurements {
        margin-bottom: 20px;
    }

    .single-product-custom .measure-rooms .rooms select {
        font-size: 14px;
    }

    .single-product-custom .measure-rooms .rooms input {
        font-size: 14px;
    }

    .single-product-custom .measure-rooms .rooms {
        column-gap: 15px;
    }

    .single-product-custom .custom-section .list-options.opened {
        margin-bottom: 30px;
    }

    .single-product-custom .all-sections .custom-item {
        max-width: 100px;
    }

    .single-product-custom .all-sections .custom-item-list {
        row-gap: 14px;
    }

    .single-product-custom .all-sections .customize-sections-list {
        row-gap: 30px;
    }

    .single-product-custom .customize-order .upgrades__item {
        max-width: 120px;
    }

    .single-product-custom .customize-order .upgrades__item-price {
        flex-direction: column-reverse;
    }

    .single-product-custom .customize-order .warranty__item .checkbox-container label {
        font-size: 14px;
    }

    .single-product-custom .customize-order .warranty__item .custom-item-price {
        font-size: 14px;
    }

/*     .single-product-custom .total-box .total-box__add-to-cart .cart {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 15px;
    } */

    .single-product-custom .total-box .total-box__add-to-cart .add-to-cart .button {
        padding: 10px 15px;
        font-size: 14px;
        min-width: unset;
    }

    .single-product-custom .total-box .qty__text {
        display: none;
    }

    .single-product-custom .total-box .total-box__price .total-box__price-text {
        font-size: 18px;
    }

    .single-product-custom .total-box .total-box__price .total-box__price-number {
        font-size: 18px;
    }

    .single-product-custom .custom-recently-viewed .recently-viewed__list {
        grid-template-columns: repeat(2,1fr);
        width: 100%;
    }
    .single-product-custom .custom-recently-viewed .woocommerce-loop-product__title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .single-product-custom .custom-recently-viewed .price ins bdi {
        font-size: 18px;
    }
    .single-product-custom .custom-recently-viewed .price del bdi {
        font-size: 18px;
    }
    .single-product-custom .custom-recently-viewed .price bdi {
        font-size: 18px;
    }
    .single-product-custom .custom-recently-viewed .product-rating {
        margin-bottom: 15px;
    }
    .single-product-custom .custom-recently-viewed .colors__list .colors__item {
        width: 30px;
        height: 30px;
    }

    .single-product-custom .custom-recently-viewed {
        padding-top: 40px;
    }

    .single-product-custom .custom-recently-viewed .title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .single-product-custom .custom-recently-viewed .woocommerce-LoopProduct-link {
        max-height: unset;
    }
}

@media(max-width:510px){
    .single-product-custom .custom-recently-viewed .recently-viewed__list {
        grid-template-columns: 1fr;
    }


    .single-product-custom .measure-measurements .measure-measurements__title-button {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }
}

.woocommerce.single-product .product-type-variable .total-box__add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.woocommerce.single-product .product-type-variable .single_variation_wrap .woocommerce-variation-price {
    display: none!important;
}

.woocommerce.single-product .product-type-variable .single_variation_wrap .woocommerce-variation-add-to-cart span.price {
    margin-top: 0px!important;
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: normal;
}

.woocommerce.single-product .product-type-variable .summary .price {
    flex-direction: row!important;
    justify-content: flex-start!important;
}