#dialog-api-load .main-row {
    display: flex;
    flex-direction: row;
}

.image-carousel-product {
    direction: ltr;
}

#colorsAndSizes {
    width: 100%;
    /* border: 1px solid #868686; */
    border-collapse: inherit;
    padding: 10px 26px;
    margin-top: 10px;
    border-spacing: 0 8px;
}

.share-buttons {
    font-weight: 600;
    color: #777;
    margin-top: 16px;
    display: flex;
}

.share-buttons .fa {
    color: #313131;
    margin: 0 4px;
}

#colorsAndSizes th.colorTd {
    padding: 0px;
    padding-left: 8px;
    /* width: 120px; */
    width: 1%;
}

#colorsAndSizes TD {
    min-width: 100px;
    max-width: 100px;
    padding: 6px;
    background: #dfdfdf;
}

#colorsAndSizes TD INPUT {
    width: 75%;
    text-align: center;
    font-size: 12px;
    padding: 6px 2px;
    font-weight: 700;
}

.product-tables .table-responsive {
    border: 0;
}

.productSummary {
    font-size: 20px;
    font-weight: 400px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

/* sizes */

.bundle-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 8px;
}

button.openTable {
    font-size: 14px !important;
    letter-spacing: normal;
    padding: 6px 16px !important;
    margin-top: 4px;
    margin-bottom: 8px;
    background: transparent !important;
    color: var(--primaryColor) !important;
}

#colorsAndSizes.noSizes {
    /*margin: auto;*/
    width: auto;
    min-width: 200px;
}

#colorsAndSizes TH:not(.colorTd) {
    font-variant: JIS83;
    font-size: 1.15em;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    color: var(--primaryColor);
}

#colorsAndSizes TD {
    min-width: 100px;
    max-width: 100px;
    padding: 6px;
}

#colorsAndSizes.noSizes TD {
    padding-right: 0px;
}

#colorsAndSizes TD INPUT {
    width: 75%;
    text-align: center;
    font-size: 12px;
    padding: 6px 2px;
    font-weight: 700;
}

#colorsAndSizes TD INPUT::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    font-weight: 400;
    opacity: 1;
    /* Firefox */
}

#colorsAndSizes TD INPUT:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888;
    font-weight: 400;
}

#colorsAndSizes TD INPUT::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888;
    font-weight: 400;
}

#colorsAndSizes th.colorTd .color-container {
    display: flex;
    align-items: center;
    text-align: right;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 0px 2px;
    font-size: 12px;
    white-space: normal;
    word-break: break-word;
}

#colorsAndSizes th.colorTd IMG,
#colorsAndSizes th.colorTd .color-indication {
    cursor: pointer;
    margin-left: 10px;
    max-height: 20px;
    max-width: 20px;
    border-radius: 100px;
}

#f_api_select_count_size_color_table button {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: bold !important;
    padding: 12px !important;
}

#f_api_select_count_size_color_table button.openTable {
    font-size: 14px !important;
    letter-spacing: normal;
    padding: 6px 16px !important;
    margin-top: 4px;
    margin-bottom: 8px;
    /* background: transparent !important;
    color: var(--primaryColor) !important; */
}

/* inline  */

#container {
    position: relative;
    width: 100px;
    height: 100px;
}

.color-container span {
    width: 100%;
}

svg {
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#product-shape {
    fill: #dbed64;
}

#svg-photo {
    position: relative;
    object-fit: contain;
}

.colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 10px 0;
    width: 50%;
}

.product__colors-wrapper .colors {
    width: 100%;
    margin: auto;
}

.colors-text {
    font-size: 16px;
    font-weight: 700;
    direction: rtl;
}

.color,
.colors .color-special {
    height: 25px;
    width: 25px;
    margin-left: 0.5em;
    border-radius: 25px;
    cursor: pointer;
    margin: 2px;
}

.colors .color-special {
    border: none;
}

.bundle-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bundle-item .product-img {
    height: 70px;
    width: 70px;
}

.bundle-item-name {
    letter-spacing: -0.6px;
}

.bundle-item-name span {
    font-size: 14px;
    font-weight: 300;
}

.product-tables {
    margin: 0 -22px;
}

.product-tables .table-responsive {
    display: none;
}

.product-tables .table-responsive.active {
    display: block;
}

.items-container {
    margin: 16px 0;
}

.dialog-manager.state__info-and-sizes-state .dialog-manager__footer {
    background-color: #f6f6f6;
}

.accordion {
    color: black !important;
    background-color: #eee !important;
    margin: 6px 0;
    border-radius: 0 !important;
    cursor: pointer;
    padding: 18px !important;
    width: 100%;
    border: none;
    text-align: right;
    outline: none !important;
    font-size: 18px !important;
    transition: 0.4s;
    letter-spacing: normal;
    margin: 16px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion::before {
    color: black;
}

.accordion.active {
    margin-bottom: 0;
}

.accordion.active,
.accordion:hover {
    background-color: #ccc;
}

.accordion-section {
    padding: 0 18px;
    display: none;
    /* background-color: #ebebeb; */
    overflow: hidden;
    border-top: none;
    border-left: none;
    border-bottom: none !important;
    border-right: 1px solid #ccc;
    margin-bottom: 20px;

    background-color: transparent;
    padding: 18px 36px 18px 72px;
    border: 0 !important;
}

.accordion .fa-chevron-left {
    margin-left: 10px;
    transition: transform 0.5s ease-in-out;
}

.accordion.active .fa-chevron-left {
    transform: translateY(2px) rotate(-90deg);
}

.accordion.completed:after {
    content: "\2705";
    font-size: 18px;
    float: left;
    margin-right: 5px;
}

.accordion.active,
.accordion:hover {
    background-color: black !important;
    color: white !important;
}

.text p {
    line-height: normal;
    margin: 0 0 4px 0;
    color: #888;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
}

.accordion-section p {
    line-height: normal;
    font-weight: 600;
    margin: 0px 0 10px 0;
    color: #252525;
    letter-spacing: normal;
    font-size: 16px;
}

.table-arrow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: white;
    line-height: 24px;
    background: #808000aa;
    cursor: pointer;
    font-size: 12px;
    font-weight: 200;
}

.whatsapp_discount_qte {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
}

.whatsapp_discount_qte_button {
    background-color: var(--primaryColor);
    color: #fff;
    border-radius: 2rem;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin: 5px 0 15px;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    white-space: normal;
    text-align: center;
    direction: rtl;
    width: 50%;
    line-height: 1.5;
    display: block;
    overflow-wrap: break-word;
}

.whatsapp_discount_qte_button:hover {
    background-color: var(--primaryColor) !important;
    color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

@media (max-width: 500px) {
    #dialog-api-load .main-row {
        flex-direction: column-reverse;
    }

    #colorsAndSizes {
        padding: 0;
    }

    .share-buttons {
        justify-content: center;
        gap: 12px;
    }

    .share-buttons .fa {
        font-size: 18px;
    }

    .colors {
        width: 90%;
        margin: auto;
        justify-content: center;
    }

    .product__colors-wrapper .colors {
        width: 100%;
    }

    .colors-text {
        text-align: center;
    }

    .whatsapp_discount_qte {
        justify-content: center;
    }

    .whatsapp_discount_qte_button {
        width: 90%;
    }
}

@media (min-width: 500px) {
    .accordion {
        display: none;
    }

    .accordion-section {
        display: block !important;
        margin-bottom: 10px;
        margin-top: 16px;
        padding: 18px;
    }
}
