.list-product-size-wrapper {
    position: relative;
    font-weight: 400;
    padding: 0;
    border: none;
}

.choose-a-size {
    cursor: pointer;
    user-select: none;
    background-color: #fff;
    padding: 0px 10px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    padding: 0 12px;
    line-height: 46px;
    color: var(--pr-color-black);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23cccccc" viewBox="0 0 16 16"><path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>');
    background-position: calc(100% - 8px) 16px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
}

.choose-a-size.product-size-focus {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23a397e1" viewBox="0 0 16 16"><path d="m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z"/></svg>');
    background-position: calc(100% - 8px) 14px;
    border-color: var(--primary-lt);
    outline-color: var(--primary-lt);
    background-color: #fff;
}

.list-product-size {
    display: none;
}

.close-multiple-size {
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-multiple-size svg {
    width: 20px;
    height: 20px;
}

.product-size-focus .list-product-size {
    display: block;
    margin: 0;
    padding: 0;
    border-color: var(--primary-lt);
    overflow: hidden;
}

.list-product-size .product-size-item {
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
}

.list-product-size .product-size-item:last-child {
    padding: 0;
}

.list-product-size>.product-size-item:hover {
    background-color: #31a1fa;
    color: var(--white);
}

.list-variant {
    border-top: 2px solid #e8e8e8 !important;
}

.product-size-item {
    padding: 6px 12px;
}

.product-size-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

.product-size-item.bestseller small {
    color: rgb(238, 77, 45);
}

.product-size-item.disable {
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}

.open-multiple-size {
    background-color: #31a1fa;
    color: #fff;
    width: 100%;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.open-multiple-size svg {
    margin-top: -3px;
}

.open-multiple-size-wrapper {
    overflow: hidden;
}

.open-multiple-size-wrapper .header-navigation-wrapper,
.open-multiple-size-wrapper .header-content {
    z-index: 1;
}

.open-multiple-size-wrapper .wishlist-product-link-in-product-detail,
.open-multiple-size-wrapper .product-detail-content:after,
.open-multiple-size-wrapper .product-more-content {
    z-index: 0;
}

.multiple-size-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11129;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms ease-in-out;
    color: #313131;
}

.open-multiple-size-wrapper .multiple-size-wrapper {
    opacity: 1 !important;
    pointer-events: all;
}

.multiple-size-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(11 11 11 / 44%);
}

.multiple-size-content {
    position: relative;
    z-index: 2;
    width: 92%;
    max-width: 1200px;
    margin: 60px auto 0;
    min-height: 100px;
    padding: 12px 24px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 4px -1px rgb(0 0 0 / 20%), 0 5px 10px 0 rgb(0 0 0 / 14%), 0 1px 12px 0 rgb(0 0 0 / 10%);
}

.multiple-header {
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.close-multiple-sz {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: var(--gray);
    background-color: transparent;
    padding: 8px 0;
}

.close-icon {
    width: 24px;
    height: 24px;
}

.list-product-size-background {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.multiple-left {
    width: 300px;
    min-width: 300px;
}

.multiple-right {
    width: 100%;
    padding-left: 16px;
}

.bulk-ordering {
    text-align: right;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
}

.bulk-ordering>* {
    display: block;
    padding: 1px 0;
}

.bulk-ordering-dialog-nextTier {
    color: #ff5965;
}

.bulk-ordering-dialog-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0;
}

.bulk-ordering-dialog-row>*:first-child {
    margin-left: 0;
}

.bulk-ordering-dialog-row>*:last-child {
    margin-right: 0;
}

.bulk-ordering-dialog-row .bulk-ordering-dialog-col>*:last-child {
    width: 100%;
}

.bulk-ordering-dialog-header {
    background-color: var(--light);
    font-weight: 500;
    color: var(--primary);
    position: sticky;
    top: 0;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
}

.bulk-ordering-dialog-row {
    padding-top: 6px;
    padding-bottom: 6px;
}

.bulk-ordering-dialog-hidden {
    opacity: 0;
    pointer-events: none
}

.bulk-ordering-dialog-choose {
    border: 2px solid var(--flash);
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    min-height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bulk-ordering-dialog-choose>.select-variant {
    cursor: pointer;
    user-select: none;
    padding: 8px 12px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-variant {
    z-index: 10;
    font-size: 15px;
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: -2px;
    width: calc(100% + 4px);
    background-color: #fff;

    max-height: 310px;
    overflow-y: auto;
    overflow-x: hidden;

    list-style: none;
    margin: 0;
    padding: 0;
    border: 2px solid var(--flash);
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.more-than-five-wrapper .list-variant {
    max-height: 238px
}

.more-than-five-wrapper .bulk-ordering-dialog-row:nth-child(4) .list-variant {
    padding-bottom: 80px;
}

.product-size-focus .list-variant {
    display: block;
    border-color: var(--primary-lt);
}

.bulk-ordering-dialog-choose.product-size-focus {
    border-radius: 5px 5px 0 0;
    border-color: var(--primary-lt);
}

/*Fix top-overflow*/
@media (min-width: 991px) {
    #pod-module-content .list-product-size-wrapper.top-overflow .choose-a-size.product-size-focus {
        border-radius: 24px 24px 0 0;
    }

    #pod-module-content .list-product-size-wrapper.top-overflow .list-product-size {
        top: calc(100% - 2px);
        bottom: auto;
        border-radius: 0 0 20px 20px;
    }
}

/*End fix top-overflow*/

@media (min-width: 991px) {
    .bulk-ordering-dialog-row:nth-child(n + 5) .bulk-ordering-dialog-choose.product-size-focus {
        border-radius: 0 0 5px 5px;
    }

    .bulk-ordering-dialog-row:nth-child(n + 5) .list-variant {
        top: auto !important;
        bottom: calc(100% + 1px) !important;
        border-top: 2px solid var(--flash);
        border-bottom: none;
        border-radius: 5px 5px 0 0;
    }

    .bulk-ordering-dialog-row:nth-child(n + 5) .bulk-ordering-dialog-choose.product-size-focus .list-variant {
        border-color: var(--primary-lt);
    }
}

.bulk-ordering-dialog-choose {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%, calc(100% - 16px);
    background-size: 5px 5px, 5px 5px, 1px calc(100% - 16px);
    background-repeat: no-repeat;
}

.bulk-ordering-dialog-choose.product-size-focus {
    background-image: linear-gradient(45deg, #a397e1 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #a397e1 50%);
    background-position: calc(100% - 10px) 50%, calc(100% - 15px) 50%;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
    border-color: var(--primary-lt);
    outline: 0;
}

.list-variant-image {
    display: none;
}

.select-image-variant {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
    /* border: 2px solid var(--secondary); */
    margin: 0 6px 0 0;
    position: relative;
    overflow: hidden;
}

.select-image-variant:after {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 50%;
    content: "";
    border: 2px solid var(--pr-color-white);
}

.select-image-variant[data-variant-option-slug="white"]:after,
.select-image-variant[data-variant-option-slug="lemon"]:after,
.select-image-variant[data-variant-option-slug="transparent"]:after,
.select-image-variant[data-theme-variant-color="light"]:after {
    border-color: var(--pr-color-primary);
}

.bulk-ordering-dialog-choose>.select-variant.flex-b {
    padding: 5px 12px
}

.select-image-variant::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    background-image: url(/assets/images/tick-white.svg);
    z-index: 9;
    background-size: 100%;
}

.select-image-variant[data-variant-option-slug="white"]:before,
.select-image-variant[data-variant-option-slug="lemon"]:before,
.select-image-variant[data-variant-option-slug="transparent"]::before,
.select-image-variant[data-theme-variant-color="light"]::before {
    border-color: var(--pr-color-primary);
    background-image: url(/assets/images/tick-black.svg);
}

.select-image-variant img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    height: 92%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

.list-variant-image {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 6px;
    padding: 6px;
}

.list-variant-image .choose-image-variant {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
    font-size: 0;
    width: 38px;
    height: 38px;
}

.list-variant-image .choose-image-variant::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.list-variant-image .choose-image-variant img,
.color-item {
    width: 92%;
    height: 92%;
    border-radius: 50%;
    min-width: 1px;
    min-height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bulk-ordering-dialog-removeCell {
    width: 36px;
    min-width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bulk-ordering-dialog-removeCell button {
    padding: 0px;
    cursor: pointer;
    border: none;
    outline: none;
    color: var(--primary);
    background-color: transparent;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    color: var(--secondary)
}

.bulk-ordering-dialog-removeCell button svg {
    width: 20px;
    height: 20px;
}

.multiple-footer {
    padding-top: 10px;
}

.multiple-footer .bulk-product-addtocart {
    max-width: 340px;
    margin-left: auto;
}

/* 
.multiple-slider:not(.slick-slider) >*:nth-child(n + 2){
    display: none
} */
.multiple-slider {
    position: relative;
    overflow: hidden;
}

.multiple-slider-item {
    position: relative;
}

.multiple-slider-item::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.multiple-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.bulk-ordering-dialog-add {
    padding: 10px;
    border: 1px solid #1e80b8;
    font-size: 14px;
    color: #1e80b8
}

.bulk-ordering-dialog-cell a {
    color: var(--secondary)
}

.AttributeHelpLink {
    margin-left: 6px;
    font-weight: 400;
}

.product-variant-wrapper .bulk-product-addtocart {
    background-color: #ff5965;
    padding: 16px 27px;
    border-radius: var(--large-padding);
    color: var(--white);
    font-size: 14px;
    min-width: 80px;
    width: 100%;
}

.product-variant-wrapper .bulk-product-addtocart.is-loading {
    background-color: #F2F2F6;
}

.product-variant-wrapper .bulk-product-addtocart.is-added {
    background-color: #47CCCC;
}

.bulk-product-addtocart span {
    user-select: none;
    font-size: 16px;
    vertical-align: middle;
}

.bulk-product-addtocart svg {
    vertical-align: middle;
    transform: translate(-2px, -2px);
}

.input-quantity {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 10px 10px;
    border-bottom: 1px solid #e8e8e8;
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}

.input-quantity .form-control {
    border-radius: 3px 0 0 3px;
    border-right: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

.input-quantity .button {
    border: none;
    width: fit-content;
    background: var(--primary);
    color: white;
    padding: 0 16px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

.product-size-focus {
    border-bottom-color: transparent;
}

@media (min-width: 1181px) {

    .more-than-five-wrapper {
        max-height: 372px;
    }

    .size-item-default:hover {
        color: var(--primary);
        background-color: #fafafa;
    }

    .open-multiple-size:hover {
        background-color: #0a71c3;
        color: #fff;
    }

    .bulk-ordering-dialog-removeCell button:hover {
        color: var(--primary);
    }

    .product-variant-wrapper .bulk-product-addtocart:hover {
        background-color: #cc2d38;
    }

    .bulk-ordering-dialog-header {
        padding-left: 0;
        padding-right: 0
    }

    .bulk-ordering-dialog-cellQty {
        width: 180px;
        min-width: 180px;
        margin-right: 10px
    }

    .multiple-variant-group {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px
    }

    .bulk-ordering-dialog-removeCell {
        width: 60px;
        max-width: 60px;
        margin-left: auto;
    }

    .bulk-ordering-dialog-header .bulk-ordering-dialog-cellQty {
        padding-left: 10px
    }

    .list-product-size .product-size-item {
        padding: 6px 12px;
    }
}

@media (max-width: 1023px) {
    .mb-open-multiple-size #main-header {
        z-index: 1 !important
    }

    .mb-open-multiple-size {
        overflow: hidden;
    }

    /* .mb-open-multiple-size #___ratingbadge_0  */
    .mb-open-multiple-size .js-help-button {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .bulk-product-addtocart {
        padding: var(--small-padding) var(--middle-padding);
        margin: 0;
        line-height: 1;
    }
}

.list-product-size-background.mb-show {
    z-index: 999111;
    width: 100%;
    height: 100%;
    display: block;
}


.product-variant-wrapper .choose-a-size {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (min-width: 990px) {

    .product-size-focus {
        position: absolute;
        top: 0;
        left: 0;
        border: none;
    }

    .choose-a-size {
        width: 100%;
        height: 46px;
        border: 2px solid #d1d1d1;
        border-radius: 24px;
    }

    #pod-module-content .choose-a-size {
        border: none;
    }

    .product-size-focus {
        border-radius: 24px 24px 0 0;
        border-color: var(--primary-lt)
    }

    .hide-large,
    .close-choose-size {
        display: none !important
    }

    .bulk-ordering-dialog-table {
        margin-bottom: 12px;
    }

    .bulk-ordering-dialog-table.more-than-five-wrapper {
        overflow: hidden auto;
    }

    .list-product-size {
        z-index: 3;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        border: 2px solid var(--flash);
        border-top: none;
        border-radius: 0 0 20px 20px;
    }

    .list-product-size-wrapper.product-size-focus {
        border-radius: 26px 26px 0 0;
        border-color: var(--primary-lt);
        height: 46px;
        position: relative;
        border: none;
    }

    .select.error.product-size-focus .choose-a-size {
        border-radius: 26px 26px 0 0px;
    }

    .open-multiple-size {
        border-radius: 0 0 16px 16px;
    }
}

@media (max-width: 990px) {
    .list-product-size>.product-size-item.selected {
        background-color: #31a1fa;
        color: var(--white);
    }

    .choose-a-size {
        width: 100%;
        height: 48px;
        border: 2px solid var(--flash);
        border-radius: 24px;
    }

    .choose-a-size.product-size-focus {
        border-color: var(--primary-lt);
    }

    #pod-module-content .choose-a-size {
        border: none;
    }

    .hide-large {
        display: block;
    }

    .multiple-content,
    .multiple-footer {
        flex-wrap: wrap;
        font-size: 15px;
    }

    .multiple-footer {
        background-color: #fff;
        z-index: 3;
        padding-bottom: 60px;
    }

    .multiple-left,
    .multiple-right {
        width: 100%;
        min-width: 1px;
        padding: 0;
        margin-bottom: 12px;
    }

    .multiple-left .slick-list.draggable {
        padding: 0
    }

    .bulk-ordering-dialog-table.more-than-five-wrapper {
        overflow-y: auto;
    }

    .hide-phone {
        display: none;
    }

    .bulk-ordering-dialog-header.bulk-ordering-dialog-cell.bulk-ordering-dialog-cellQty {
        padding-left: 8px;
    }

    .multiple-header {
        display: flex;
        flex-direction: column;
        border: none;
        margin: 0;
    }

    .multiple-header span:first-child {
        font-weight: 300;
    }

    .select-variant {
        text-transform: capitalize;
    }

    .bulk-ordering-dialog-row {
        padding: 0;
        margin-bottom: 16px
    }

    .product-size-item {
        /*white-space: nowrap;*/
        padding: 10px 12px;
    }

    .bulk-ordering-dialog-removeCell {
        min-width: 30px;
        width: 30px;
    }

    .bulk-ordering-dialog-choose>.select-variant,
    .bulk-ordering-dialog-choose>.select-variant.flex-b {
        padding-left: 6px;
    }

    .multiple-footer .bulk-product-addtocart {
        max-width: 100%;
    }

    .header-prop {
        font-weight: 500;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -o-sticky;
        position: -ms-sticky;
        position: sticky;
        top: 0;
        background-color: #fff;
        padding: 12px;
        font-size: 16px;
        z-index: 3;
    }

    .close-prop {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-color: transparent;
        padding: 6px;
    }

    .bulk-ordering-dialog-cell.bulk-ordering-dialog-cellImg {
        width: 65px;
        min-width: 65px;
    }

    .bulk-ordering-dialog-cell.bulk-ordering-dialog-cellImg .bulk-ordering-dialog-choose {
        padding-right: 7px;
    }

    .bulk-ordering-dialog-cell.bulk-ordering-dialog-cellQty {
        width: 90px;
        min-width: 90px;
    }

    .bulk-ordering {
        font-size: 15px;
    }

    .list-product-size-background.mb-show {
        background-color: var(--pr-color-primary) !important;
        opacity: 0.4 !important;
    }

    .list-product-size-wrapper:not(.product-size-focus) {
        padding-right: 16px;
    }

    .list-product-size-wrapper.product-size-focus .list-product-size {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        border-radius: 15px 15px 0 0 !important;
        border: none;
        z-index: 999123;
        margin: 0;
        left: 0;
        padding-bottom: 20px;
        -webkit-border-radius: 15px 15px 0 0 !important;
        -moz-border-radius: 15px 15px 0 0 !important;
        -ms-border-radius: 15px 15px 0 0 !important;
        -o-border-radius: 15px 15px 0 0 !important;
        max-height: 85vh;
        overflow-y: auto;
}

    .list-product-size-wrapper.product-size-focus {
        border-color: var(--primary-lt)
    }

    .product-size-item.close-choose-size {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .close-choose-size {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e1e1e1;
        padding: 10px 14px;
        cursor: pointer;
        user-select: none;
        font-weight: 500;
        color: var(--primary)
    }

    .bulk-ordering-dialog-col {
        width: 100%;
        display: grid;
        grid-template-columns: 94px calc(100% - 100px);
        grid-gap: 6px 2px;
    }

    .bulk-ordering-dialog-cellStyle {
        grid-column-start: span 2;
    }

    .size-color-group-col {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }

    .bulk-ordering-dialog-cell.bulk-ordering-dialog-cellSz {
        width: 100%;
        margin-right: 6px;
    }

    .input-quantity .form-control {
        padding: 12px;
        border: 2px solid #e1e1e1;
    }

    .bulk-ordering-dialog-table {
        max-height: calc(100vh - 280px);
    }

    .bulk-ordering-dialog-add-another {
        position: sticky;
        bottom: 0;
        width: 100%;
        z-index: 1;
        padding: 16px 0;
    }
}

@media (max-width: 760px) {

    .multiple-content {
        padding-bottom: 68px;
        max-height: calc(100% - 60px - 80px);
    }

    .multiple-size-content {
        width: 100%;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        padding: 12px;
    }

    .more-than-five-wrapper .list-variant {
        max-height: none
    }

    .more-than-five-wrapper .bulk-ordering-dialog-row:nth-child(4) .list-variant {
        padding-bottom: 2px;
    }

    .more-than-five-wrapper .bulk-ordering-dialog-row:nth-child(4) .product-size-focus .list-variant {
        padding-bottom: 80px;
    }

    .bulk-ordering-dialog-row:nth-child(n + 6) .list-variant {
        bottom: 0;
    }

    .bulk-ordering-dialog-row:nth-child(n + 6) .bulk-ordering-dialog-choose.product-size-focus .list-variant {
        border-color: transparent;
    }

    .list-variant-image {
        grid-template-columns: repeat(6, 1fr);
    }

    .list-variant-image .choose-image-variant img {
        width: 120%;
        height: 120%;
    }

    .bulk-ordering-dialog-row {
        padding-right: 52px;
        position: relative;
    }

    .bulk-ordering-dialog-removeCell {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        z-index: 9;
    }

    .list-variant {
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        z-index: 3333;
        width: 100vw;
        overflow: hidden;
        height: 0;
        max-height: 100vh;
        display: block;
        transition: height 200ms ease-in-out;
        background-color: #fff;
        padding: 0 16px;
        border: none;
        /* box-shadow: 0 3px 4px -1px rgb(0 0 0 / 20%), 0 5px 10px 0 rgb(0 0 0 / 14%), 0 1px 12px 0 rgb(0 0 0 / 10%); */
    }

    .product-size-focus .list-variant {
        height: 85vh;
        overflow-y: auto;
    }

    .multiple-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 2222;
        padding: 12px;
        border-top: 1px solid #e1e1e1;
        box-shadow: 0 1px 3px -1px rgb(0 0 0 / 20%), 0 3px 6px 0px rgb(0 0 0 / 14%), 0 1px 6px 0px rgb(0 0 0 / 10%);
    }

    .multiple-footer .multiple-left {
        text-align: right;
    }

    .bulk-ordering-dialog-header {
        display: none
    }

    .product-variant-wrapper {
        width: 100%
    }
}

@media (min-width:760px) and (max-width: 1180px) {
    .bulk-ordering-dialog-table.more-than-five-wrapper {
        max-height: 400px;
    }

    .bulk-ordering-dialog-row:nth-child(n + 6) .list-variant {
        border-bottom: 2px solid var(--flash);
        border-radius: 5px;
    }

    .bulk-ordering-dialog-table .bulk-ordering-dialog-row {
        margin-bottom: 13px;
    }

    .select.error.product-size-focus .choose-a-size {
        border-radius: 26px;
    }

    .bulk-ordering-dialog-header {
        padding-left: 0;
        padding-right: 0
    }

    .multiple-variant-group .bulk-ordering-dialog-cell.bulk-ordering-dialog-cellImg {
        width: 100%
    }

    .bulk-ordering-dialog-cellQty {
        width: 180px;
        min-width: 180px;
        margin-right: 10px
    }

    .multiple-variant-group {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px
    }

    .bulk-ordering-dialog-removeCell {
        width: 60px;
        max-width: 60px;
        margin-left: auto;
    }

    .bulk-ordering-dialog-header .bulk-ordering-dialog-cellQty {
        padding-left: 10px
    }

    .list-variant {
        min-width: 164px;
    }

}

@media (min-width: 990px) and (max-width: 1180px) {

    .bulk-ordering-dialog-table .bulk-ordering-dialog-row {
        margin-bottom: 0;
    }

    .multiple-variant-group {
        grid-template-columns: 1fr 1.5fr 0.7fr;
    }

    .bulk-ordering-dialog-cellQty {
        width: 120px;
        min-width: 120px;
        margin-right: 10px
    }

    .image-title {
        display: none;
    }
}


@media (width: 768px) {
    .bulk-product-addtocart {
        padding: var(--small-padding) var(--large-padding)
    }

    .bulk-product-addtocart:focus,
    .bulk-product-addtocart:active {
        background-color: #dc3945;
    }
}

@media (max-width: 479px) {
    .bulk-ordering-dialog-table {
        max-height: calc(100vh - 350px);
        overflow: scroll;
    }

    .bulk-ordering-dialog-col {
        grid-template-columns: 54px calc(100% - 60px);
    }

    .bulk-ordering-dialog-cell.bulk-ordering-dialog-cellQty {
        width: 50px;
        min-width: 50px;
    }
}

@media (max-width: 990px) {
    .open-multiple-size svg {
        display: block;
        margin-top: -3px;
    }

    .list-product-size>.product-size-item:not(:first-child) {
        border-bottom: none;
    }

    .list-product-size>.product-size-item:nth-child(n+3) {
        border-top: 1px solid #e8e8e8;
        border-bottom: none;
    }

    .open-multiple-size {
        background-color: #31a1fa;
        padding: 16px 27px;
        border-radius: var(--pr-spacing-09);
        justify-content: center;
        gap: 7px;
        display: flex;
        align-items: center;
        width: 100%;
        user-select: none;
        font-weight: 500;
    }

    .open-multiple-size:focus,
    .open-multiple-size:hover {
        background-color: #0a71c3;
    }

    .list-product-size>.product-size-item:last-child {
        padding: 12px;
        border-top: 1px solid #e1e1e1;
    }

    .list-product-size.has-multiple-size >.product-size-item.multiple-size-item {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
    }

    .list-product-size>.product-size-item:last-child:hover {
        background-color: transparent;
    }

    .list-product-size-wrapper.product-size-focus .list-product-size.has-multiple-size {
        padding-bottom: 80px;
    }

    .multiple-size-content .product-variant-wrapper {
        margin: 0;
    }

    .button-add-to-cart.bulk-product-addtocart {
        width: 100% !important;
        min-height: 1px;
    }

    body.open-choose-size-list {
        overflow: hidden;
    }
}

.open-choose-size-list #___ratingbadge_0 {
    z-index: 0 !important;
}