/* Single Product Layout CSS */
body.single-product.theme-astra form.cart, body.single-product.theme-betheme form.cart {
    display: block !important;
}

.icon-selected, .d-none {
    display: none;
}

.color-frame {
    width: 30px;
    height: 30px;
}

.product-type-simple .e-con>.e-con-inner {
    max-width: 1344px !important;
}

.customizer-container {
    color: #333;
    padding: 23px 42px;
    background: #CFC4B04D;
    margin-bottom: 20px;
}

.customizer-container h2 {
    font-weight: 800;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #3B3B3B;
    margin-bottom: 21px;
}

.section {
    margin-bottom: 21px;
    display: flex;
    align-items: start;
}

.section:last-child {
    margin-bottom: 0;
}

.section-border {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 21px;
    margin-bottom: 21px;
}

.section-title {
    width: 115px;
}

.section-title .label {
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #3B3B3B;
}

.section-title .value {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #A2947D;
}

.option-group, .color-palette {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.option, .material-option, .color-swatch {
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.option:not(.color-swatch), .material-option {
    height: 71px;
}

.option span, .material-option span, .color-swatch span {
    font-weight: 400;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #A2947D;
    transition: color 0.3s ease, padding 0.3s ease, transform 0.3s ease, font-size 0.3s ease;
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.option .option-images {
    width: 60px;
    height: auto;
    position: relative;
}

.option.color-swatch .option-images {
    width: 30px;
    height: 30px;
}

.option img, .material-option img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-bottom: 2px;
    transition: transform 0.3s ease, padding 0.3s ease, height 0.3s ease;
}

.color-swatch img {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}

.option.selected img, .material-option.selected img, .color-swatch.selected img, .option.selected .color-frame {
    border: 2px solid #3B3B3B;
}

.option.selected .icon-selected {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.option:not(.selected):hover {
    background-color: #A2947D;
}

.option:not(.selected, .color-swatch):hover img {
    transform: scale(0.95);
    padding: 2px;
    height: 45px;
}

.color-swatch:not(.selected):hover img {
    padding: 2px;
    transform: scale(0.95);
    object-fit: cover;
}

.color-swatch:not(.selected):hover .color-frame {
    padding: 2px;
    transform: scale(0.95);
}

.option:not(.selected):hover span.name-text, .material-option:not(.selected):hover span.name-text {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 10px;
    padding: 0 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.woocommerce form .form-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
}

.form-input .label {
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #3B3B3B;
    width: 115px;
}

.custom-select-wrapper {
    position: relative;
    width: calc(100% - 115px);
    display: inline-flex;
    align-items: center;
}

.custom-select-wrapper .icon {
    width: 40px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A2947D;
    border-right: 0;
}

.woocommerce-page form .form-input .custom-select {
    padding: 10px;
    border: 1px solid #A2947D;
    border-radius: 0;
    color: #A2947D;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    background-image: url("data:image/svg+xml;utf8,<svg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 6.83331L8 10.8333L4 6.83331H12Z' fill='%23A2947D' stroke='%23A2947D' stroke-width='2' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.order-summary-header .total-price .amount,
.order-summary-header .total-price .amount .woocommerce-Price-currencySymbol {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}

.woocommerce form .wrap-wh .form-input:first-child {
    margin-bottom: 10px;
}

.iframe-container {
    width: 100%;
    height: 826px;
}

@media (max-width: 1200px) {
    .product-type-simple .e-con>.e-con-inner {
        display: flex;
        flex-direction: column;
    }
    .product-type-simple .e-con>.e-con-inner > .elementor-element {
        width: 100%;
        padding: 0 63px;
    }
}

@media (max-width: 575px) {
    .product-type-simple .e-con>.e-con-inner > .elementor-element {
        width: 100%;
        padding: 0;
    }

    .product-type-simple .elementor-section-wrap > .elementor-element {
        padding: 0
    }

    .customizer-container {
        padding: 21px 40px;
    }

    .product-type-simple .e-con>.e-con-inner > .elementor-element.elementor-widget-woocommerce-products {
        padding: 0 28px
    }

    .elementor-heading-title {
        margin-left: 28px;
    }

    .section {
        flex-direction: column;
    }

    .section-title {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .section-title .label {
        margin-right: 10px;
    }

    .woocommerce form .form-input {
        flex-direction: column;
        align-items: start;
    }

    .form-input .label {
        margin-bottom: 5px;
    }

    .custom-select-wrapper {
        width: 100%;
    }

    .wrap-wh {
        display: flex;
        justify-content: space-between;
    }

    .wrap-wh .form-input {
        width: calc(50% - 8px);
    }

    .woocommerce form .wrap-wh .form-input:first-child {
        margin-bottom: 0
    }
}