/* Default layout Css start */

#bdl-app-sections {
    display: none !important;
}

.bdl-quantity button.button--loading,
.bdl-quantity .bdl-quantity-add-variant button.button--loading,
.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-btn button.button--loading,
.bdl-fbt-useful .bdl-fbt-total-wrap .rel-pro-btn button.button--loading,
.bdl-product .bdl-product-btn button.button--loading {
    color: transparent;
    position: relative;
}

.bdl-quantity button.button--loading:after,
.bdl-quantity .bdl-quantity-add-variant button.button--loading:after,
.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-btn button.button--loading:after,
.bdl-product .bdl-product-btn button.button--loading:after,
.bdl-fbt-useful .bdl-fbt-total-wrap button.button--loading:after {
    content: '';
    display: block;
    width: 1.4em;
    height: 1.4em;
    position: absolute;
    left: calc(50% - 0.75em);
    top: calc(50% - 0.75em);
    border: 0.15em solid transparent;
    border-right-color: white;
    border-radius: 50%;
    animation: button-loading-spinner 0.7s linear infinite;
    opacity: 1;
}

.bdl-quantity button:disabled,
.bdl-quantity button[disabled],
.bdl-quantity .bdl-quantity-add-variant button:disabled,
.bdl-quantity .bdl-quantity-add-variant button[disabled],
.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-btn button:disabled,
.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-btn button[disabled],
.bdl-product .bdl-product-btn button:disabled,
.bdl-product .bdl-product-btn button[disabled],
.bdl-fbt-useful .bdl-fbt-total-wrap button:disabled,
.bdl-fbt-useful .bdl-fbt-total-wrap button[disabled] {
    opacity: 0.6;
    /* pointer-events: none; */
    cursor: not-allowed;
}

/* Bundle Quantity Start */

.bdl-quantity * {
    padding: 0;
    margin: 0;
}

.bdl-quantity {
    max-width: 700px;
    width: 100%;
    margin: 0;
    padding: 15px 0px;
    display: none;
    --title-align: left;
    --title-color: #000;
    --title-font-size: 18px;
    --title-font-style: normal;
    --title-font-weight: 400;
    --description-color: #000;
    --description-align: left;
    --description-font-size: 14px;
    --description-font-style: normal;
    --description-font-weight: 300;
    --package-color: #000;
    --package-radius: 6px;
    --package-radio-color: #000;
    --package-border-color: #dfdfdf;
    --package-background-color: #fff;
    --package-active-border-color: #000;
    --package-active-background-color: #fff;
    --package-badge-color: #fff;
    --package-badge-background-color: #000;
    --package-badge-border-radius: 20px;
    --package-popular-badge-color: #fff;
    --package-popular-badge-background-color-one: #ee0979;
    --package-popular-badge-background-color-two: #ff6a00;
    --package-popular-badge-border-radius: 3px;
    --product-title-color: #000;
    --product-title-font-size: 14px;
    --product-title-font-style: normal;
    --product-title-font-weight: 500;
    --package-title-color: #000;
    --package-title-font-size: 14px;
    --package-title-font-style: normal;
    --package-title-font-weight: 500;
    --swatch-active-border-color: #000000;
    --swatches-border-thickness: 2px;
    --swatches-border-radius: 50%;
    --info-label-color: green;
    --info-label-font-size: 14px;
    --info-label-font-style: normal;
    --info-label-font-weight: 700;
    --main-price-color: #979797;
    --main-price-font-size: 13px;
    --main-price-font-style: normal;
    --main-price-font-weight: 400;
    --discount-price-color: #000;
    --discount-price-font-size: 14px;
    --discount-price-font-style: normal;
    --discount-price-font-weight: 700;
    --add-variant-button-color: #000;
    --add-variant-button-background-color: transparent;
    --add-variant-button-border-color: #000;
    --add-variant-button-border-radius: 5px;
    --add-bundle-button-color: #fff;
    --add-bundle-button-background-color: #000;
    --add-bundle-button-border-color: #000;
    --add-bundle-button-border-radius: 5px;
    --free-gift-active-background-color: rgba(0, 133, 255, 1);
    --free-gift-background-color: rgba(0, 133, 255, 0.3);
    --free-gift-font-color: #000;
    --free-gift-font-weight: bold;
    --free-gift-font-size: 13px;
}

.bdl-quantity {
    display: block;
}

.bdl-quantity .bdl-quantity-head h3 {
    font-weight: var(--title-font-weight);
    font-style: var(--title-font-style);
    font-size: var(--title-font-size);
    line-height: 1.25;
    color: var(--title-color);
    padding-bottom: 10px;
    text-align: var(--title-align);
}

.bdl-quantity .bdl-quantity-head h3.center-border:before,
.bdl-quantity .bdl-quantity-head h3.center-border:after {
    background-color: var(--title-color);
}

.bdl-quantity .bdl-quantity-head p {
    font-weight: var(--description-font-weight);
    font-style: var(--description-font-style);
    font-size: var(--description-font-size);
    line-height: 1.25;
    color: var(--description-color);
    padding: 0;
    padding-bottom: 20px;
    text-align: var(--description-align);
}

.bdl-quantity .bdl-quantity-head p.center-border:before,
.bdl-quantity .bdl-quantity-head p.center-border:after {
    background-color: var(--description-color);
}

.bdl-quantity .bdl-quantity-head h3.center-border,
.bdl-quantity .bdl-quantity-head p.center-border {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bdl-quantity .bdl-quantity-head h3.center-border:before,
.bdl-quantity .bdl-quantity-head h3.center-border:after,
.bdl-quantity .bdl-quantity-head p.center-border:before,
.bdl-quantity .bdl-quantity-head p.center-border:after {
    content: "";
    flex-grow: 1;
    height: 2px;
}

.bdl-quantity .bdl-quantity-content-title a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: inherit;
    text-decoration: unset;
    display: block;
}

.bdl-quantity .bdl-quantity-footer .bdl-quantity-btn {
    margin: 15px 0 0;
    width: 100%;
}

.bdl-quantity .bdl-quantity-list .bdl-quantity-item {
    border: unset;
    padding: 15px;
    color: var(--package-color);
    background-color: var(--package-background-color);
    margin-bottom: 15px;
    transition: all ease-in-out 0.3s;
    position: relative;
    border-radius: var(--package-radius);
}

.bdl-quantity .bdl-quantity-item-title {
    max-width: calc(100% - 120px);
    width: 100%;
}

.bdl-quantity .bdl-quantity-list .bdl-quantity-item:hover .bdl-quantity-label,
.bdl-quantity .bdl-quantity-list .bdl-quantity-item.active .bdl-quantity-label {
    border: 1px solid var(--package-active-border-color);
}

.bdl-quantity .bdl-quantity-list .bdl-quantity-item.active {
    border-radius: var(--package-radius);
    background-color: var(--package-active-background-color);
}

.bdl-quantity .bdl-quantity-content-price {
    max-width: 100%;
    text-align: left;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 120px;
    gap: 5px;
}

.bdl-quantity .bdl-quantity-content-price .bdl-quantity-content-price-wrap,
.bdl-quantity .bdl-quantity-content-price .bdl-quantity-content-total-price-wrap {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    text-align: right;
    flex-wrap: wrap;
    flex-direction: column;
}

.bdl-quantity .bdl-quantity-content-title .bdl-quantity-content-option select {
    padding: 6px 33px 6px 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25;
    display: block;
    height: unset;
    border-radius: 5px;
    border: 1px solid #AAAAAA;
    box-shadow: unset;
    position: relative;
    z-index: 3;
}

.bdl-quantity .bdl-quantity-content-title .bdl-quantity-other-text {
    line-height: 20px;
    color: var(--package-title-color);
    font-size: var(--package-title-font-size);
    font-weight: var(--package-title-font-weight);
    font-style: var(--package-title-font-style);
    padding-right: 6px;
}

.bdl-quantity .bdl-quantity-other-text-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
}

.bdl-quantity .bdl-quantity-other-text-wrap .bdl-quantity-other-text span {
    padding: 0;
}

.bdl-quantity .bdl-quantity-tag {
    margin: 0;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    padding: 2px 12px;
    background-color: var(--package-badge-background-color);
    border-radius: var(--package-badge-border-radius);
    color: var(--package-badge-color);
    transition: all ease-in-out 0.3s;
    display: inline-block;
}

.bdl-quantity .bdl-quantity-item .bdl-quantity-select {
    position: absolute;
    opacity: 0 !important;
    left: 0;
    top: 0;
    height: 100%;
    width: 100% !important;
    z-index: 2;
    cursor: pointer;
    display: block;
    clip: unset;
}

.bdl-quantity .bdl-quantity-item .bdl-quantity-select:hover {
    opacity: 0 !important;
}

.bdl-quantity .bdl-quantity-item .bdl-quantity-label {
    position: absolute;
    border: 1px solid var(--package-border-color);
    transition: all ease-in-out 0.1s;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: var(--package-radius);
}

.bdl-quantity .bdl-quantity-item .bdl-quantity-select:checked+.bdl-quantity-label {
    opacity: 1;
    border: 1px solid var(--package-active-border-color);
}

.bdl-quantity .bdl-quantity-total p .bdl-total-text {
    font-size: 14px;
    line-height: 1.25;
    color: #000000;
}

.bdl-quantity .bdl-quantity-total .bdl-total-price {
    font-size: 18px;
    line-height: 1.25;
    color: #000;
    font-weight: 600;
}

.bdl-quantity .bdl-quantity-total .bdl-total-discount {
    font-size: 14px;
    line-height: 1.25;
}

.bdl-quantity .bdl-quantity-list .bdl-quantity-item:last-child {
    margin-bottom: 0;
}

.bdl-quantity .bdl-quantity-list .bdl-quantity-item .bdl-quantity-img a {
    border-radius: 4px;
    padding-bottom: 100%;
    position: relative;
    display: block;
    border: solid 1px #d7d7d7;
}

.bdl-quantity .bdl-quantity-list .bdl-quantity-item .bdl-quantity-img a img {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.bdl-quantity .bdl-quantity-content-title .bdl-quantity-content-option select {
    padding: 4px 20px 4px 4px;
    z-index: 2;
}

.bdl-quantity .bdl-quantity-content .bdl-quantity-content-option {
    margin-bottom: 8px;
}

.bdl-quantity input:checked.bdl-quantity-select~.bdl-error-text:not(:empty) {
    display: block;
}

.bdl-quantity .bdl-quantity-variant-wrap,
.bdl-quantity .bdl-quantity-add-variant {
    display: none;
}

.bdl-quantity input:checked.bdl-quantity-select~.bdl-quantity-variant-wrap,
.bdl-quantity input:checked.bdl-quantity-select~.bdl-quantity-add-variant {
    display: block;
}

.bdl-quantity .bdl-quantity-content {
    max-width: 100%;
    width: 100%;
    padding-left: 32px;
    position: relative;
    display: flex;
}

.bdl-quantity .bdl-quantity-content-wrap {
    width: 100%;
    /* padding-left: 10px; */
}

.bdl-quantity .bdl-quantity-content-wrap .bdl-quantity-content-title {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    height: 100%;
    align-items: center;
}

.bdl-quantity .bdl-quantity-variant-wrap .bdl-quantity-variant-box {
    border: unset;
    background: var(--package-background-color);
    /* box-shadow: 0px 0px 3px rgb(0 0 0 / 20%); */
    border-radius: 4px;
    /* padding: 10px; */
    display: flex;
}

.bdl-quantity .bdl-quantity-item.active .bdl-quantity-variant-wrap .bdl-quantity-variant-box {
    background: var(--package-background-active-color);
}

.bdl-quantity .bdl-quantity-variant-wrap .bdl-quantity-variant-box:not(:last-child) {
    margin-bottom: 10px;
}

.bdl-quantity .bdl-quantity-total .bdl-total-price {
    font-size: 16px;
    color: #fff !important;
}

.bdl-quantity .bdl-quantity-btn button {
    border: 1px solid var(--add-bundle-button-border-color);
    color: var(--add-bundle-button-color);
    font-weight: 700;
    letter-spacing: .01rem;
    border-radius: var(--add-bundle-button-border-radius);
    padding: 12px 20px;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 0;
    margin-left: auto;
    font-family: inherit;
    font-size: 15px;
    background-color: var(--add-bundle-button-background-color);
    width: 100%;
    justify-content: center;
}


.bdl-quantity .bdl-quantity-btn button span {
    padding-left: 8px;
}

.bdl-quantity .bdl-quantity-content-price .bdl-quantity-content-price-wrap .bdl-main-price {
    font-size: 14px;
    font-weight: 700;
}

.bdl-quantity .bdl-quantity-content-price .bdl-quantity-content-price-wrap:last-child span {
    color: rgba(58, 58, 58, 1);
    padding-right: 0;
}

.bdl-quantity .bdl-quantity-content-price .bdl-quantity-content-price-wrap:last-child span:nth-child(2) {
    padding-right: 0;
}

.bdl-quantity .bdl-quantity-save-amt {
    width: 100%;
    font-size: var(--info-label-font-size);
    color: var(--info-label-color);
    /* padding-top: 6px; */
    font-weight: var(--info-label-font-weight);
    font-style: var(--info-label-font-style);
    line-height: 1.4;
}

.bdl-quantity .bdl-quantity-content:after {
    transform: translateY(-50%);
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    border: 1px solid #D9D9D9;
    transition: all ease-in-out .3s;
}

.bdl-quantity .bdl-quantity-content:before {
    content: '';
    display: block;
    height: 10px;
    width: 5px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: 8px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}

.bdl-quantity .bdl-quantity-select:checked~.bdl-quantity-content:after {
    background: var(--package-radio-color);
    border: solid 1px var(--package-radio-color);
}

.bdl-quantity .bdl-quantity-variant .bdl-quantity-content-title .bdl-quantity-content-option select {
    padding: 4px 20px 4px 4px;
    z-index: 2;
}

.bdl-quantity .bdl-quantity-variant .bdl-quantity-content-price {
    padding-bottom: 0;
    padding-top: 0;
}

.bdl-quantity .bdl-quantity-img {
    max-width: 60px;
    width: 100%;
    margin-right: 15px;
}

.bdl-quantity .bdl-quantity-variant-wrap .bdl-quantity-variant-img {
    max-width: 40px;
    height: auto;
    width: 100%;
    padding-right: 10px;
}

.bdl-quantity .bdl-quantity-variant-wrap .bdl-quantity-variant-img a {
    display: block;
    position: relative;
    padding-top: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
}

.bdl-quantity .bdl-quantity-variant-wrap .bdl-quantity-variant-img a img {
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
}

.bdl-quantity .bdl-quantity-variant-wrap {
    /*display: block;*/
    width: 100%;
    padding-top: 10px;
    position: relative;
    z-index: 2;
}

.bdl-quantity .bdl-quantity-variant-wrap select {
    cursor: pointer;
    padding: 7px 23px 7px 5px;
    position: relative;
    color: var(--package-color);
    background-color: transparent;
    border-radius: 3px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow .1s ease;
    line-height: 1.25;
    height: auto;
    min-height: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    display: block;
    border: unset;
    background-image: unset;
    box-shadow: unset;
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-option-wrap {
    position: relative;
    width: max-content;
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid var(--package-color);
    border-radius: 3px;
    margin: 0 5px;
    max-width: 170px;
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-option-wrap.bdl-quantity-variant-swatches{
    border: unset;
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-option-wrap:not(.bdl-quantity-variant-swatches):after {
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 8px;
    transform: rotate(45deg);
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-option {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 -5px;
    max-width: calc(100% - 100px);
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-qty {
    padding: 7px 6px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    display: flex;
    margin-right: 12px;
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-qty button {
    background-color: transparent;
    border: unset;
    padding: 0;
    margin: 0;
    line-height: 1.25;
    cursor: pointer;
    min-height: unset;
    height: auto;
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-qty input {
    padding: 0;
    margin: 0;
    box-shadow: unset;
    border: unset;
    width: 25px;
    line-height: 1.25;
    font-size: 11px;
    text-align: center;
    height: auto;
    min-height: unset;
    background-color: transparent;
    -moz-appearance: textfield;
    font-family: inherit;
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-qty input[type=number]::-webkit-inner-spin-button,
.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-qty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-qty button svg {
    max-width: 14px;
    height: auto;
    display: block;
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-action {
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 10px;
    position: relative;
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-action .bdl-quantity-variant-remove {
    background-color: transparent;
    border: unset;
    margin: 0;
    display: block;
    padding: 4px;
    max-width: 23px;
    cursor: pointer;
    position: absolute;
    right: -4px;
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-action .bdl-quantity-variant-remove svg {
    display: block;
}

.bdl-quantity .bdl-quantity-variant-wrap .bdl-quantity-variant-box:only-child .bdl-quantity-variant-action .bdl-quantity-variant-remove {
    opacity: 0;
    visibility: hidden;
}

.bdl-quantity .bdl-quantity-add-variant {
    width: 100%;
}

.bdl-quantity .bdl-quantity-add-variant button {
    background-color: var(--add-variant-button-background-color);
    border: solid 1px var(--add-variant-button-border-color);
    color: var(--add-variant-button-color);
    border-radius: var(--add-variant-button-border-radius);
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.25;
    padding: 7px 15px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
    display: block;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.bdl-quantity .bdl-quantity-popular {
    position: absolute;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0 0 var(--package-popular-badge-border-radius) var(--package-popular-badge-border-radius);
    color: var(--package-popular-badge-color);
    bottom: calc(100% - 11px);
    padding: 2px 10px;
    right: 15px;
    z-index: 1;
    line-height: 19px;
    display: block;
    background: linear-gradient(270deg, var(--package-popular-badge-background-color-one), var(--package-popular-badge-background-color-two));
    background-size: 400% 400%;
    -webkit-animation: bundle-tag-bg-color-anim 4s ease infinite;
    -moz-animation: bundle-tag-bg-color-anim 4s ease infinite;
    animation: bundle-tag-bg-color-anim 4s ease infinite;
    margin-right: calc(var(--package-radius) / 4);
}

.bdl-quantity .bdl-quantity-popular:after {
    width: 8px;
    height: 13px;
    content: ' ';
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    z-index: -15;
    right: 100%;
    filter: brightness(.8);
    background: linear-gradient(270deg, var(--package-popular-badge-background-color-two), var(--package-popular-badge-background-color-one));
    -webkit-animation: bundle-tag-bg-color-anim 4s ease infinite;
    -moz-animation: bundle-tag-bg-color-anim 4s ease infinite;
    animation: bundle-tag-bg-color-anim 4s ease infinite;
    background-size: 400% 400%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.bdl-quantity .bdl-quantity-popular:before {
    width: 8px;
    height: 13px;
    content: ' ';
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    z-index: -15;
    left: 100%;
    filter: brightness(.8);
    background: linear-gradient(75deg, var(--package-popular-badge-background-color-two), var(--package-popular-badge-background-color-one));
    -webkit-animation: bundle-tag-bg-color-anim 4s ease infinite;
    -moz-animation: bundle-tag-bg-color-anim 4s ease infinite;
    animation: bundle-tag-bg-color-anim 4s ease infinite;
    background-size: 400% 400%;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

@-webkit-keyframes bundle-tag-bg-color-anim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes bundle-tag-bg-color-anim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes bundle-tag-bg-color-anim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.bdl-quantity .bdl-quantity-cart-error-text {
    font-size: 13px;
    color: #7f0b0b;
    padding: 5px 0 0;
    text-align: center;
}

.bdl-quantity .bdl-quantity-content-price span:not(.bdl-quantity-discount-price) {
    font-size: var(--main-price-font-size);
    font-weight: var(--main-price-font-weight);
    font-style: var(--main-price-font-style);
    text-decoration: line-through;
    color: var(--main-price-color);
    padding-left: 5px;
    line-height: 17px;
}

.bdl-quantity .bdl-quantity-content-price .bdl-quantity-discount-price {
    font-size: var(--discount-price-font-size);
    font-weight: var(--discount-price-font-weight);
    font-style: var(--discount-price-font-style);
    color: var(--discount-price-color);
    line-height: 20px;
    padding-left: 5px;
}

.bdl-quantity.bdl-bundle-layout-1.bdl-no-radio .bdl-quantity-content {
    padding-left: 0;
}

.bdl-quantity.bdl-bundle-layout-1.bdl-no-radio .bdl-quantity-content:before,
.bdl-quantity.bdl-bundle-layout-1.bdl-no-radio .bdl-quantity-content:after {
    content: unset;
}

.bdl-quantity .bdl-quantity-content-title a .bdl-quantity-product-title {
    margin-right: 6px;
    color: var(--product-title-color);
    font-size: var(--product-title-font-size);
    font-weight: var(--product-title-font-weight);
    font-style: var(--product-title-font-style);
}

/* .bdl-quantity .bdl-quantity-content-title a .bdl-quantity-tag {
    margin-left: 6px;
} */

.bdl-quantity.bdl-bundle-layout-1.bdl-bundle-double-price .bdl-quantity-content-price {
    min-width: 190px;
}

.bdl-quantity.bdl-bundle-layout-1.bdl-bundle-double-price .bdl-quantity-item-title {
    max-width: calc(100% - 190px);
}

.bdl-quantity.bdl-bundle-layout-1.bdl-bundle-double-price .bdl-quantity-content-price .bdl-quantity-content-price-wrap,
.bdl-quantity.bdl-bundle-layout-1.bdl-bundle-double-price .bdl-quantity-content-price .bdl-quantity-content-total-price-wrap {
    flex-direction: row;
}

/* Bundle Quantity End */

@keyframes button-loading-spinner {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}


/* RELATED PRODUCT CSS START  */

#rel-related-sections {
    display: none;
}

.rel-main .rel-title h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 300;
    text-align: center;
    padding: 0;
    margin: 2rem 0;
}

.rel-main .rel-grid .rel-grid-wrap {
    margin: 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rel-main .rel-grid .rel-grid-wrap .rel-slider-arrow {
    display: none;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro {
    max-width: 25%;
    padding: 0 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-img a {
    display: block;
    position: relative;
    padding-bottom: 133%;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-img a img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content a {
    text-decoration: none !important;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content h5 {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 300;
    margin: 0;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-vendor {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.25;
    color: #848484;
    padding-bottom: 12px;
    margin-top: auto;
    margin-bottom: 0;
    opacity: 0.6;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-price {
    padding-bottom: 15px;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-price p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
    display: flex;
    align-items: baseline;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-price p .rel-pro-compare-price {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    -webkit-text-decoration-line: line-through !important;
    text-decoration-line: line-through !important;
    color: #848484;
    padding-left: 5px;
    opacity: 0.6;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding-bottom: 15px;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter .rel-pro-select-wrap {
    max-width: 33.33%;
    width: 100%;
    padding: 0 5px 5px 5px;
    min-width: 100px;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter .rel-pro-select-wrap .rel-pro-select-inner select:focus {
    outline: none;
    box-shadow: unset;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter .rel-pro-select-wrap .rel-pro-select-inner {
    position: relative;
    border: solid 1px #000;
    cursor: pointer;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter .rel-pro-select-wrap .rel-pro-select-inner:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    border: 1px solid;
    border-color: inherit;
    border-width: 0 1px 1px 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    height: 7px;
    width: 7px;
    right: 10px;
    z-index: -1;
    -webkit-transition: all ease-in-out 0.05s;
    transition: all ease-in-out 0.05s;
    transform-origin: center;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter .rel-pro-select-wrap .rel-pro-select-inner select {
    width: 100%;
    background-color: transparent;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    padding: 9px 25px 9px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: unset;
    cursor: pointer;
    display: block;
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter .rel-pro-select-wrap .rel-pro-select-inner.open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-btn button {
    display: block;
    border: unset;
    background-color: #000;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    color: #FFFFFF;
    width: 100%;
    padding: 12px;
    font-family: inherit;
    cursor: pointer;
}

.rel-main .rel-grid:not(.rel-pro-slider) .rel-grid-wrap .rel-pro:nth-child(n+5) {
    display: none;
}

.rel-main .rel-grid .rel-slider-arrow {
    display: none;
}

.rel-main .rel-pro-slider {
    overflow: hidden;
    position: relative;
    margin: 0 -20px;
}

.rel-main .rel-pro-slider .rel-grid-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    position: relative;
    margin: 0;
    transition: all ease-in-out .5s;
    transform: translate3d(0px, 0px, 0px);
}

.rel-main .rel-pro-slider .rel-slider-arrow {
    position: absolute;
    top: 14vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background-color: transparent;
    border: unset;
    font-family: inherit;
    cursor: pointer;
    padding: 5px;
    display: block;
}

.rel-main .rel-pro-slider .rel-slider-arrow[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.2;
}

.rel-main .rel-pro-slider .rel-slider-arrow svg {
    display: block;
    width: 11px;
    height: auto;
}

.rel-main .rel-pro-slider .rel-slider-arrow.rel-next {
    right: -5px;
}

.rel-main .rel-pro-slider .rel-slider-arrow.rel-prev {
    left: -5px;
}

.rel-main .rel-grid-square .rel-grid-wrap .rel-pro .rel-pro-img a {
    padding-bottom: 100%;
}

/* RELATED PRODUCT CSS END  */


/* FREQUANTLY BOUGHT TOGETHER USEFUL START */

.bdl-fbt-useful * {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: inherit;
}

.bdl-fbt-useful *,
.bdl-fbt-useful *:before,
.bdl-fbt-useful *:after {
    box-sizing: border-box;
}

.bdl-fbt-useful *:focus {
    outline: none;
}

.bdl-fbt-useful *>select {
    font-family: inherit;
}

.bdl-fbt-useful {
    margin: 2rem 0;
    --fbt-useful-title-color: #000;
    --fbt-useful-title-font-size: 18px;
    --fbt-useful-title-font-style: normal;
    --fbt-useful-title-font-weight: 400;

    --fbt-useful-description-color: #000;
    --fbt-useful-description-font-size: 14px;
    --fbt-useful-description-font-style: normal;
    --fbt-useful-description-font-weight: 300;

    --fbt-useful-product-title-color: #000;
    --fbt-useful-product-title-font-size: 14px;
    --fbt-useful-product-title-font-style: normal;
    --fbt-useful-product-title-font-weight: 500;

    --fbt-useful-variant-picker-color: #000;
    --fbt-useful-variant-picker-font-size: 12px;
    --fbt-useful-variant-picker-background-color: transparent;

    --fbt-useful-main-price-color: #979797;
    --fbt-useful-main-price-font-size: 13px;
    --fbt-useful-main-price-font-style: normal;
    --fbt-useful-main-price-font-weight: 400;

    --fbt-useful-discount-price-color: #000;
    --fbt-useful-discount-price-font-size: 14px;
    --fbt-useful-discount-price-font-style: normal;
    --fbt-useful-discount-price-font-weight: 700;

    --fbt-useful-add-bundle-button-color: #fff;
    --fbt-useful-add-bundle-button-background-color: #000;
    --fbt-useful-add-bundle-button-border-color: #000;
    --fbt-useful-add-bundle-button-border-radius: 5px;
    --fbt-useful-add-bundle-button-font-size: 12px;
    --fbt-useful-add-bundle-button-font-style: normal;
    --fbt-useful-add-bundle-button-font-weight: 700;

    --fbt-useful-total-main-price-color: #979797;
    --fbt-useful-total-main-price-font-size: 13px;
    --fbt-useful-total-main-price-font-style: normal;
    --fbt-useful-total-main-price-font-weight: 700;

    --fbt-useful-total-discount-price-color: #000;
    --fbt-useful-total-discount-price-font-size: 14px;
    --fbt-useful-total-discount-price-font-style: normal;
    --fbt-useful-total-discount-price-font-weight: 400;

    --fbt-useful-checkbox: #000;

    --fbt-useful-error-text-color: #831111;
}

.bdl-fbt-useful .bdl-fbt-head {
    margin-bottom: 15px;
}

.bdl-fbt-useful .bdl-fbt-head h3 {
    color: var(--fbt-useful-title-color);
    font-size: var(--fbt-useful-title-font-size);
    font-style: var(--fbt-useful-title-font-style);
    font-weight: var(--fbt-useful-title-font-weight);
}

.bdl-fbt-useful .bdl-fbt-head p {
    color: var(--fbt-useful-description-color);
    font-size: var(--fbt-useful-description-font-size);
    font-style: var(--fbt-useful-description-font-style);
    font-weight: var(--fbt-useful-description-font-weight);
    padding-top: 4px;
}

.bdl-fbt-useful .bdl-fbt-body {
    padding: 15px;
    padding-left: 0;
    max-width: max-content;
    width: 100%;
}

.bdl-fbt-useful .bdl-fbt-item-list {
    display: flex;
    flex-wrap: wrap;
}

.bdl-fbt-useful .bdl-fbt-item {
    padding-right: 25px;
    position: relative;
}

.bdl-fbt-useful .bdl-fbt-item:not(:last-child)::after,
.bdl-fbt-useful .bdl-fbt-item:not(:last-child)::before {
    content: '';
    display: block;
    position: absolute;
    height: 9px;
    width: 1px;
    border-radius: 2px;
    right: 12px;
    top: calc(50% - 4px);
    background-color: var(--fbt-useful-checkbox);
}

.bdl-fbt-useful .bdl-fbt-item:not(:last-child)::before {
    width: 9px;
    height: 1px;
    right: 8px;
    top: 50%;
}

.bdl-fbt-useful .bdl-fbt-item:last-child {
    padding-right: 0;
}

.bdl-fbt-useful .bdl-fbt-item a {
    display: block;
    width: 68px;
    padding-bottom: 100%;
    position: relative;
    border-radius: 6px;
}

.bdl-fbt-useful .bdl-fbt-item a img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bdl-fbt-useful .bdl-fbt-total-wrap {
    padding-left: 15px;
}

.bdl-fbt-useful .bdl-fbt-total-wrap .bdl-fbt-item-total {
    display: flex;
    align-items: center;
}

.bdl-fbt-useful .bdl-fbt-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

.bdl-fbt-useful .bdl-fbt-total-wrap button {
    box-shadow: unset;
    line-height: 1.25;
    padding: 7px 15px;
    margin-top: 10px;
    cursor: pointer;
    color: var(--fbt-useful-add-bundle-button-color);
    font-size: var(--fbt-useful-add-bundle-button-font-size);
    font-style: var(--fbt-useful-add-bundle-button-font-style);
    font-weight: var(--fbt-useful-add-bundle-button-font-weight);
    border-radius: var(--fbt-useful-add-bundle-button-border-radius);
    border: 1px solid var(--fbt-useful-add-bundle-button-border-color);
    background-color: var(--fbt-useful-add-bundle-button-background-color);
}

.bdl-fbt-useful .bdl-fbt-item-total .bdl-fbt-total-price-text {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    padding-right: 5px;
}

.bdl-fbt-useful .bdl-fbt-item-total .bdl-fbt-total-discount {
    font-weight: var(--fbt-useful-total-discount-price-font-weight);
    font-style: var(--fbt-useful-total-discount-price-font-style);
    font-size: var(--fbt-useful-total-discount-price-font-size);
    color: var(--fbt-useful-total-discount-price-color);
}

.bdl-fbt-useful .bdl-fbt-item-total .bdl-fbt-total-price {
    font-weight: var(--fbt-useful-total-main-price-font-weight);
    font-style: var(--fbt-useful-total-main-price-font-style);
    font-size: var(--fbt-useful-total-main-price-font-size);
    color: var(--fbt-useful-total-main-price-color);
    text-decoration-line: line-through;
    padding-right: 5px;
}

.bdl-fbt-useful .bdl-fbt-variant-option {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 3;
    position: relative;
}

.bdl-fbt-useful .bdl-fbt-variant-option-wrap {
    position: relative;
    width: max-content;
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid var(--fbt-useful-variant-picker-color);
    border-radius: 3px;
    margin: 0 5px 0 0;
}

.bdl-fbt-useful .bdl-fbt-variant-option-wrap select {
    cursor: pointer;
    padding: 4px 23px 4px 5px;
    position: relative;
    border-radius: 3px;
    width: 100%;
    box-shadow: unset;
    box-sizing: border-box;
    transition: box-shadow .1s ease;
    line-height: 1.3;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* text-indent: 1px; */
    text-overflow: '';
    display: block;
    border: unset;
    background-image: unset;
    min-height: unset;

    color: var(--fbt-useful-variant-picker-color);
    font-size: var(--fbt-useful-variant-picker-font-size);
    background-color: var(--fbt-useful-variant-picker-background-color);
}

.bdl-fbt-useful .bdl-fbt-variant-option-wrap:after {
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    border-right: solid 1px var(--fbt-useful-variant-picker-color);
    border-bottom: solid 1px var(--fbt-useful-variant-picker-color);
    padding: 0;
    margin: 0;
    position: absolute;
    top: 8px;
    right: 8px;
    transform: rotate(45deg);
}

.bdl-fbt-useful .bdl-fbt-item-title {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 1.25;
    padding-left: 25px;
    align-items: center;
    position: relative;
    width: fit-content;
    margin-bottom: 10px;
    flex-wrap: wrap;
    display: flex;
}

.bdl-fbt-useful .bdl-fbt-item-title .bdl-fbt-item-name {
    margin-right: 5px;
    color: var(--fbt-useful-product-title-color);
    font-size: var(--fbt-useful-product-title-font-size);
    font-style: var(--fbt-useful-product-title-font-style);
    font-weight: var(--fbt-useful-product-title-font-weight);
}

.bdl-fbt-useful .bdl-fbt-item-title .bdl-fbt-list-discount {
    font-weight: 600;
}

.bdl-fbt-useful .bdl-fbt-item-title:last-child {
    margin-bottom: 0;
}

.bdl-fbt-useful .bdl-fbt-item-title label {
    position: absolute;
    height: auto;
    display: block;
    /*width: 16px;*/
    margin-right: 8px;
}

.bdl-fbt-useful .bdl-fbt-item-title input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
}

.bdl-fbt-useful .bdl-fbt-item-title .bdl-fbt-list-price,
.bdl-fbt-useful .bdl-fbt-item-title .bdl-fbt-list-compare-at-price,
.bdl-fbt-useful .bdl-fbt-item-title .bdl-fbt-list-discount {
    padding-right: 5px;
}

.bdl-fbt-useful .bdl-fbt-list-price,
.bdl-fbt-useful .bdl-fbt-list-compare-at-price {
    text-decoration: line-through;
    color: var(--fbt-useful-main-price-color);
    font-size: var(--fbt-useful-main-price-font-size);
    font-style: var(--fbt-useful-main-price-font-style);
    font-weight: var(--fbt-useful-main-price-font-weight);
}

.bdl-fbt-useful .bdl-fbt-item-title .bdl-fbt-list-discount {
    color: var(--fbt-useful-discount-price-color);
    font-size: var(--fbt-useful-discount-price-font-size);
    font-style: var(--fbt-useful-discount-price-font-style);
    font-weight: var(--fbt-useful-discount-price-font-weight);
}

.bdl-fbt-useful .bdl-fbt-item-title .bdl-fbt-item-label::before {
    content: '';
    display: block;
    height: 8px;
    width: 4px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    position: absolute;
    left: -18px;
    top: -5px;
    z-index: 1;
    transform: rotate(45deg);
    opacity: 0;
    background-color: transparent;
    border-top: unset;
    border-left: unset;
}

.bdl-fbt-useful .bdl-fbt-item-title.disabled .bdl-fbt-item-label::before {
    opacity: 1;
}

.bdl-fbt-useful .bdl-fbt-item-title input:checked~.bdl-fbt-item-label::before {
    opacity: 1;
}

.bdl-fbt-useful .bdl-fbt-item-title .bdl-fbt-item-label::after {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid var(--fbt-useful-checkbox);
    border-radius: 25%;
    position: absolute;
    left: -24px;
    top: -8px;
    /*transform: translateY(-50%);*/
    transition: all ease-in-out 0.2s;
    transform: unset;
    opacity: 1;
}

.bdl-fbt-useful .bdl-fbt-item-title input:checked~.bdl-fbt-item-label::after {
    background-color: var(--fbt-useful-checkbox);
}

.bdl-fbt-useful .bdl-fbt-item-title.disabled .bdl-fbt-item-label::after {
    background-color: #fff;
}

.bdl-fbt-useful .bdl-fbt-item-title-wrap {
    padding-top: 20px;
}

.bdl-fbt-useful .bdl-fbt-error-text,
.bdl-fbt-useful .bdl-fbt-cart-error-text {
    display: none;
    color: var(--fbt-useful-error-text-color);
    font-size: 14px;
    width: 100%;
    margin-top: auto;
    height: auto;
    line-height: 1.25;
    padding-top: 5px;
}

/* FREQUANTLY BOUGHT TOGETHER USEFUL END */

/* PRODUCT BUNDLE START */
.bdl-product * {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: inherit;
}

.bdl-product *,
.bdl-product *:before,
.bdl-product *:after {
    box-sizing: border-box;
}

.bdl-product *:focus {
    outline: none;
}

.bdl-product *>select {
    font-family: inherit;
}

.bdl-product {
    margin: 2rem 0;

    --product-bundle-border-radius: 15px;
    --product-bundle-background-color: #F6F6F6;
    --product-bundle-item-background-color: #fff;

    --product-bundle-title-color: #000;
    --product-bundle-title-font-size: 18px;
    --product-bundle-title-font-style: normal;
    --product-bundle-title-font-weight: 400;

    --product-bundle-description-color: #000;
    --product-bundle-description-font-size: 14px;
    --product-bundle-description-font-style: normal;
    --product-bundle-description-font-weight: 300;

    --product-bundle-product-title-color: #000;
    --product-bundle-product-title-font-size: 18px;
    --product-bundle-product-title-font-style: normal;
    --product-bundle-product-title-font-weight: 500;

    --product-bundle-quantity-title-color: #000;
    --product-bundle-quantity-title-font-size: 12px;
    --product-bundle-quantity-title-font-style: normal;
    --product-bundle-quantity-title-font-weight: 500;

    --product-bundle-variant-picker-color: #000;
    --product-bundle-variant-picker-font-size: 12px;
    --product-bundle-variant-picker-background-color: transparent;

    --product-bundle-main-price-color: #979797;
    --product-bundle-main-price-font-size: 13px;
    --product-bundle-main-price-font-style: normal;
    --product-bundle-main-price-font-weight: 400;

    --product-bundle-discount-price-color: #000;
    --product-bundle-discount-price-font-size: 14px;
    --product-bundle-discount-price-font-style: normal;
    --product-bundle-discount-price-font-weight: 700;

    --product-bundle-add-bundle-button-color: #fff;
    --product-bundle-add-bundle-button-background-color: #000;
    --product-bundle-add-bundle-button-border-color: #000;
    --product-bundle-add-bundle-button-border-radius: 5px;
    --product-bundle-add-bundle-button-font-size: 14px;
    --product-bundle-add-bundle-button-font-style: normal;
    --product-bundle-add-bundle-button-font-weight: 700;

    --product-bundle-total-main-price-color: #979797;
    --product-bundle-total-main-price-font-size: 14px;
    --product-bundle-total-main-price-font-style: normal;
    --product-bundle-total-main-price-font-weight: 400;

    --product-bundle-total-discount-price-color: #000;
    --product-bundle-total-discount-price-font-size: 16px;
    --product-bundle-total-discount-price-font-style: normal;
    --product-bundle-total-discount-price-font-weight: 700;

    --product-bundle-total-price-text-color: #000;
    --product-bundle-total-price-text-font-size: 16px;
    --product-bundle-total-price-text-font-style: normal;
    --product-bundle-total-price-text-font-weight: 500;

    --product-bundle-error-text-color: #831111;
}

.bdl-product .bdl-product-wrap {
    background-color: var(--product-bundle-background-color);
    padding: 20px 15px;
    border-radius: var(--product-bundle-border-radius);
}

.bdl-product .bdl-product-head {
    padding-bottom: 25px;
}

.bdl-product .bdl-product-head h3 {
    line-height: 1.25;
    color: var(--product-bundle-title-color);
    font-size: var(--product-bundle-title-font-size);
    font-style: var(--product-bundle-title-font-style);
    font-weight: var(--product-bundle-title-font-weight);
}

.bdl-product .bdl-product-head p {
    padding-top: 4px;
    line-height: 1.25;
    color: var(--product-bundle-description-color);
    font-size: var(--product-bundle-description-font-size);
    font-style: var(--product-bundle-description-font-style);
    font-weight: var(--product-bundle-description-font-weight);
}

.bdl-product .bdl-product-body {
    padding: 0;
    border-radius: 15px 15px 0 0;
}

.bdl-product .bdl-product-list {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.bdl-product .bdl-product-list .bdl-product-item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border: unset;
    border-radius: var(--product-bundle-border-radius);
    padding: 15px;
    background-color: var(--product-bundle-item-background-color);
    margin-bottom: 15px;
}

.bdl-product .bdl-product-list .bdl-product-item:last-child {
    margin-bottom: 0;
}

.bdl-product .bdl-other-text {
    padding-bottom: 8px;
    line-height: 1.25;
    color: var(--product-bundle-quantity-title-color);
    font-size: var(--product-bundle-quantity-title-font-size);
    font-style: var(--product-bundle-quantity-title-font-style);
    font-weight: var(--product-bundle-quantity-title-font-weight);
}

.bdl-product .bdl-other-text span {
    font-weight: 700;
    padding: 0 5px;
    display: inline-block;
}


.bdl-product .bdl-product-img {
    max-width: 100px;
    width: 100%;
}

.bdl-product .bdl-product-img img {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.bdl-product .bdl-product-img a {
    overflow: hidden;
    display: block;
    padding-bottom: 100%;
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
}



.bdl-product .bdl-product-list .bdl-product-content {
    flex-direction: column;
    max-width: calc(100% - 100px);
    width: 100%;
    display: flex;
    padding-left: 10px;
    justify-content: space-between;
}

.bdl-product .bdl-product-list .bdl-product-content-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: unset;
    height: 100%;
    flex-direction: column;
}

.bdl-product .bdl-product-content-title a {
    display: block;
    color: var(--product-bundle-product-title-color);
    font-size: var(--product-bundle-product-title-font-size);
    font-style: var(--product-bundle-product-title-font-style);
    font-weight: var(--product-bundle-product-title-font-weight);
    line-height: 1.25;
    margin-bottom: 8px;
    text-decoration: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bdl-product .bdl-product-content-price {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    text-align: left;
    flex-direction: unset;
    padding-left: 0;
    padding-top: 8px;
}

.bdl-product .bdl-product-content-price .bdl-product-content-price-wrap {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.bdl-product .bdl-product-content-price .bdl-compare-at-price,
.bdl-product .bdl-product-content-price .bdl-compare-price {
    display: block;
    line-height: 1.25;
    padding-left: 0;
    padding-right: 5px;
    text-decoration: line-through;
    color: var(--product-bundle-main-price-color);
    font-size: var(--product-bundle-main-price-font-size);
    font-style: var(--product-bundle-main-price-font-style);
    font-weight: var(--product-bundle-main-price-font-weight);
}

.bdl-product .bdl-product-content-price .bdl-main-price {
    display: block;
    line-height: 1.25;
    padding-left: 0;
    padding-right: 5px;
    color: var(--product-bundle-discount-price-color);
    font-size: var(--product-bundle-discount-price-font-size);
    font-style: var(--product-bundle-discount-price-font-style);
    font-weight: var(--product-bundle-discount-price-font-weight);
}

.bdl-product .bdl-product-content-title {
    max-width: 100%;
    width: 100%;
}

.bdl-product .bdl-product-content-option {
    display: flex;
    flex-wrap: wrap;
    margin: 5px -5px 0 -5px;
    margin-top: 0;
}

.bdl-product .bdl-product-content-option select {
    margin-bottom: 5px;
    cursor: pointer;
    padding: 6px 33px 6px 8px;
    position: relative;
    background-color: var(--product-bundle-variant-picker-background-color);
    color: var(--product-bundle-variant-picker-color);
    border: 1px solid var(--product-bundle-variant-picker-color);
    border-radius: 5px;
    width: auto;
    box-sizing: border-box;
    box-shadow: unset;
    margin: 0 5px;
    font-weight: 300;
    font-size: var(--product-bundle-variant-picker-font-size);
    line-height: 1.25;
    display: block;
    height: unset;
    z-index: 3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.bdl-product .bdl-product-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 15px 0 0 0;
}

.bdl-product .bdl-product-btn button {
    font-family: inherit;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 0;
    margin-left: auto;
    color: var(--product-bundle-add-bundle-button-color);
    font-size: var(--product-bundle-add-bundle-button-font-size);
    font-style: var(--product-bundle-add-bundle-button-font-style);
    font-weight: var(--product-bundle-add-bundle-button-font-weight);
    border-radius: var(--product-bundle-add-bundle-button-border-radius);
    border: 1px solid var(--product-bundle-add-bundle-button-border-color);
    background-color: var(--product-bundle-add-bundle-button-background-color);
}

.bdl-product .bdl-product-total p {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    letter-spacing: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.bdl-product .bdl-product-total .bdl-total-discount {
    padding: 0;
    padding-left: 5px;
    text-decoration: line-through;
    line-height: 1.25;
    color: var(--product-bundle-total-main-price-color);
    font-size: var(--product-bundle-total-main-price-font-size);
    font-style: var(--product-bundle-total-main-price-font-style);
    font-weight: var(--product-bundle-total-main-price-font-weight);
}

.bdl-product .bdl-product-total .bdl-total-price {
    padding: 0;
    padding-left: 5px;
    line-height: 1.25;
    color: var(--product-bundle-total-discount-price-color);
    font-size: var(--product-bundle-total-discount-price-font-size);
    font-style: var(--product-bundle-total-discount-price-font-style);
    font-weight: var(--product-bundle-total-discount-price-font-weight);
}

.bdl-product .bdl-product-total p .bdl-total-text {
    line-height: 1.25;
    color: var(--product-bundle-total-price-text-color);
    font-size: var(--product-bundle-total-price-text-font-size);
    font-style: var(--product-bundle-total-price-text-font-style);
    font-weight: var(--product-bundle-total-price-text-font-weight);
}

.bdl-product .bdl-error-text,
.bdl-product .bdl-cart-error-text {
    display: none;
    font-size: 14px;
    width: 100%;
    margin-top: auto;
    height: auto;
    line-height: 1.25;
    padding-top: 5px;
}

.bdl-product .bdl-error-text p,
.bdl-product .bdl-cart-error-text p {
    color: var(--product-bundle-error-text-color);
    margin: 0;
    padding: 0;
}

/* Product Bundle Row Grid Start */
.bdl-product.bdl-bundle-layout-1 .bdl-product-content-title {
    max-width: calc(100% - 120px);
}

/* Product Bundle Row Grid End */

/* Product Bundle Column Grid Start*/
.bdl-product.bdl-bundle-layout-2 .bdl-product-content {
    height: 100%;
    max-width: 100%;
    padding-left: 0;
}

.bdl-product.bdl-bundle-layout-2 .bdl-product-head {
    padding-bottom: 15px;
    width: 100%;
}

.bdl-product.bdl-bundle-layout-2 .bdl-product-body {
    border-bottom: 1px solid rgba(140, 140, 140, 1);
    padding-bottom: 10px;
}

.bdl-product.bdl-bundle-layout-2 .bdl-product-body .bdl-product-list {
    flex-wrap: wrap;
    margin: 0 -10px;
    flex-direction: unset;
}

.bdl-product.bdl-bundle-layout-2 .bdl-product-body .bdl-product-list .bdl-product-item {
    flex-wrap: unset;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    max-width: calc(33.33% - 10px);
    width: 100%;
    border-bottom: unset;
    flex-direction: column;
}

.bdl-product.bdl-bundle-layout-2 .bdl-product-img {
    max-width: 100%;
    margin-bottom: 10px;
}

.bdl-product.bdl-bundle-layout-2 .bdl-product-img a img {
    max-width: 100%;
}

.bdl-product.bdl-bundle-layout-2.bdl-col-three .bdl-product-body .bdl-product-item {
    max-width: 33.33%;
    width: 100%;
}

.bdl-product.bdl-bundle-layout-2.bdl-col-three .bdl-product-content-price {
    max-width: 95px;
    width: 100%;
}

.bdl-product.bdl-bundle-layout-2.bdl-col-three .bdl-product-content-title {
    max-width: calc(100% - 95px);
    width: 100%;
}

.bdl-product.bdl-bundle-layout-2 .bdl-product-content-option select {
    margin: 0 5px;
    outline: none;
}

.bdl-product.bdl-bundle-layout-2.bdl-col-three .bdl-product-content-option select {
    width: 100%;
}

.bdl-product.bdl-bundle-layout-2.bdl-col-three .bdl-product-content-option select:not(:first-child) {
    margin: 10px 5px 0;
    outline: none;
    width: 100%;
}

.bdl-product.bdl-bundle-layout-2 .bdl-product-content-price {
    text-align: right;
}

.bdl-product.bdl-bundle-layout-2 .bdl-product-total .bdl-total-price,
.bdl-product.bdl-bundle-layout-2 .bdl-product-total p .bdl-total-text {
    font-size: 16px;
    letter-spacing: 0;
}

.bdl-product.bdl-bundle-layout-2 .bdl-product-list .bdl-product-item:last-child {
    margin-bottom: 15px;
}

/* Product Bundle Column Grid End*/


/* Quantity Bundle type 2 (coloumn) start */

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-list .bdl-quantity-item {
    max-width: calc(33.33% - 10px);
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-content-wrap .bdl-quantity-content-title {
    flex-wrap: wrap;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-img {
    margin-right: 10px;
    display: none;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-content-wrap {
    max-width: 100%;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-content {
    padding-left: 0;
    padding-top: 10px;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-content:after {
    top: 10px;
    height: 18px;
    width: 18px;
    content: unset;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-content:before {
    top: 9px;
    left: 7px;
    height: 9px;
    width: 3px;
    content: unset;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-item-title {
    max-width: 100%;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-content-price {
    min-width: unset;
    width: 100%;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-content-title a {
    display: none;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-content-price .bdl-quantity-content-price-wrap,
.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-content-price .bdl-quantity-content-total-price-wrap {
    align-items: center;
}

.bdl-quantity.bdl-bundle-layout-2 input:checked.bdl-quantity-select~.bdl-quantity-variant-wrap,
.bdl-quantity.bdl-bundle-layout-2 input:checked.bdl-quantity-select~.bdl-quantity-add-variant {
    display: none;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-save-amt {
    text-align: center;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-other-text-wrap {
    justify-content: center;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-item .bdl-quantity-label {
    z-index: 0;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-item .bdl-quantity-select:checked+.bdl-quantity-label:before {
    content: '';
    background-color: var(--package-active-border-color);
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: var(--package-radius);
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-content-title .bdl-quantity-other-text {
    width: 100%;
    text-align: center;
    padding-right: 0;
    font-weight: 700;
    padding-bottom: 5px;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-popular {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-tag {
    text-align: center;
    display: block !important;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-tag:empty {display: none !important;}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-content-price span:not(.bdl-quantity-discount-price),
.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-content-price .bdl-quantity-discount-price {
    padding-left: 0;
    text-align: center;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-body {
    margin-top: 15px;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-popular {
    line-height: 16px;
    font-size: 11px;
    bottom: calc(100% - 7px);
}

@media only screen and (max-width:550px) {
    .bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-list .bdl-quantity-item {
        max-width: calc(33.33% - 8px);
    }

    .bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-list {
        gap: 12px;
    }
}

/* Quantity Bundle type 2 (coloumn) end */

.bdl-quantity-item.active::after {content: '' !important;}


/*VARIANT SWATCHES IN QUANTITY BUNDLE CSS START*/
.bdl-quantity-variant-swatches > div {
  display: flex; /* Use flexbox for horizontal alignment */
  gap: 10px; /* Add space between swatches */
}

.bdl-quantity-variant-swatches > div div {
  width: 30px; /* Adjust size as needed */
  height: 30px;
  border-radius: var(--swatches-border-radius); /* Make it circular */
  cursor: pointer;
  border: 0.7px solid lightgray; /* Border for inactive state */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.3s, box-shadow 0.3s; /* Smooth transitions */
}


.bdl-quantity-variant-swatches label div:hover{
  box-shadow: 0 0 0 1px var(--swatch-active-border-color);
}

.bdl-quantity-variant-swatches > div input[type="radio"] {
  display: none; /* Hide the original radio button */
}

.bdl-quantity-variant-swatches label input[type="radio"]:checked + div{
  box-shadow: 0 0 0 var(--swatches-border-thickness) var(--swatch-active-border-color);
  border: unset;
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-option-wrap.bdl-quantity-variant-swatches {
    width: auto;
    max-width: unset;
    flex-grow: unset;
    flex-basis: unset;
}

.bdl-quantity-variant-swatches > div {
    flex-wrap: wrap;
    gap: 5px;
}

.bdl-quantity .bdl-quantity-variant-box .bdl-quantity-variant-option {
    flex-wrap: wrap;
    row-gap: 10px;
}
.bdl-quantity.bdl-bundle-layout-1 .bdl-quantity-variant-box .bdl-quantity-variant-action {
    align-items: baseline;
}
/*VARIANT SWATCHES IN QUANTITY BUNDLE CSS EMD*/

/* RADIO HIDE IF IMAGE ADDED CSS START  */
.bdl-quantity .bdl-quantity-item.bdl-no-radio .bdl-quantity-content:before, 
.bdl-quantity .bdl-quantity-item.bdl-no-radio .bdl-quantity-content:after {
    content:unset;
}
.bdl-quantity .bdl-quantity-item.bdl-no-radio .bdl-quantity-content {padding-left:0;}
/* RADIO HIDE IF IMAGE ADDED CSS START  */

.bdl-quantity-gift {
    background-color: var(--free-gift-background-color);
    margin: 15px -15px -15px;
    padding: 8px 15px;
    /*display: flex;*/
    align-items: center;
    position: relative;
    z-index: 2;
    gap: 10px;
    /*border-radius: 0 0 var(--package-radius) var(--package-radius);*/
    transition: all ease-in-out 0.2s;
    border: 1px solid var(--package-border-color);
    border-top: unset;
}

.bdl-quantity-upsell .bdl-quantity-gift {
    display: flex;
}
.bdl-quantity-gift .bdl-quantity-gift-textinfo {min-width: 40px;}
.bdl-quantity-upsell .bdl-quantity-gift-textinfo {
    min-width:50px;
}

.bdl-quantity-gift .bdl-quantity-gift-img a {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 3px;
}

.bdl-quantity-gift .bdl-quantity-gift-img a img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
}

.bdl-quantity-gift .bdl-quantity-gift-text p, .bdl-quantity-gift-textinfo {
    color: var(--free-gift-font-color);
    font-size: var(--free-gift-font-size);
    font-weight: var(--free-gift-font-weight);
    line-height: 1.2;
}

.bdl-quantity-gift .bdl-quantity-gift-variant select {
    font-family: inherit;
    padding: 4px 30px 4px 6px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    font-size: 11px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    line-height: 1.1;
    height: auto !important;
    min-height: unset !important;
}

.bdl-quantity-gift .bdl-quantity-gift-variant {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    min-width: 40%;
}

.bdl-quantity-gift .bdl-quantity-gift-text {
    width: auto;
}

.bdl-quantity-gift .bdl-quantity-gift-variant select:focus {
    outline: none;
    box-shadow: none;
}

.bdl-quantity-gift-price {
    margin-left: auto;
    display: flex;
    gap: 4px;
    align-items: end;
}
.bdl-quantity-gift-price p{
    color: var(--free-gift-font-color);
}
.bdl-quantity.bdl-bundle-layout-1 .bdl-quantity-gift-price {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    min-width: 80px;
}

.bdl-quantity-gift-price .bdl-quantity-gift-price-amount {
    text-decoration: line-through;
}

.bdl-quantity-gift-price p {
    font-size: 13px;
    line-height: 1.2;
}

.bdl-quantity-gift-price .bdl-quantity-gift-price-zero {
    font-weight: 600;
}

.bdl-quantity-item.active .bdl-quantity-gift, .bdl-quantity-item:hover .bdl-quantity-gift {
    background-color: var(--free-gift-active-background-color);
    border: 1px solid var(--package-active-border-color);
    border-top: unset;
}

.bdl-quantity-gift-title-wrap {
    row-gap: 4px;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    align-items: center;
    column-gap: 5px;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-gift {
    margin:15px -10px -10px;
    flex-wrap: wrap;
    padding: 10px 5px;
    justify-content: center;
    margin-top: 0;
    gap: 5px;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-gift-title-wrap {
    max-width: 100%;
    justify-content: center;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-gift-price {
    margin-right: auto;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-gift .bdl-quantity-gift-img a {
    width: 50px;
    height: 50px;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-gift .bdl-quantity-gift-text {
    text-align: center;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-gift-variant {
    justify-content: center;
}

.bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-list .bdl-quantity-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bdl-quantity-gift .upsell-check {
    opacity: 0;
}

.bdl-quantity-gift .bdl-quantity-gift-wrap {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    position: relative;
}

.bdl-quantity-gift .upsell-check + .bdl-quantity-gift-wrap:after {
    transform: translateY(-50%);
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: -28px;
    background: #fff;
    border: 1px solid #fff;
    transition: all ease-in-out .3s;
}

.bdl-quantity-gift .upsell-check + .bdl-quantity-gift-wrap:before {
    content: '';
    display: block;
    height: 10px;
    width: 5px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: -22px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}

.bdl-quantity-gift .upsell-check:checked + .bdl-quantity-gift-wrap:before {
    border-right-color: var(--free-gift-active-background-color);
    border-bottom-color: var(--free-gift-active-background-color);
}

.bdl-quantity-gift:last-child {
        border-radius: 0 0 var(--package-radius) var(--package-radius);
}

.bdl-quantity-item .bdl-quantity-gift + .bdl-quantity-gift {
        border-top: solid 1px var(--package-active-background-color);
}

/*.bdl-quantity-item .bdl-quantity-gift + .bdl-quantity-gift:after {
        content:'';
        display: block;
        height:18px;
        width:18px;
        background-color: var(--package-active-background-color);
        border-radius:50%;
        position: absolute;
        left:50%;
        transform: translateX(-50%);
        bottom: calc(100% - 9px);
}

.bdl-quantity-item .bdl-quantity-gift + .bdl-quantity-gift:before {
        content:'+';
        display: block;
        color: var(--free-gift-active-background-color);
        position: absolute;
        left:50%;
        transform: translateX(-50%);
        bottom: calc(100% - 9px);
        font-size: 17px;
        font-weight: 700;
        line-height: 18px;
        z-index: 1;
}*/

.bdl-quantity-multi-gift-option-input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.bdl-quantity-multi-gift-wrap:before {
    transform: translateY(-50%);
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    transition: all ease-in-out 0.3s;
}

.bdl-quantity-multi-gift-wrap:after {
    content: '';
    display: block;
    height: 8px;
    width: 4px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 9px;
    left: 6px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}

.bdl-quantity-multi-gift-option-input:checked + .bdl-quantity-multi-gift-wrap:after {
    border-color: var(--package-radio-color);
}

.bdl-quantity-multi-gift {
    padding: 15px;
    margin: 0 -15px -15px;
    background-color: var(--free-gift-active-background-color);
    border-bottom-left-radius: var(--package-radius);
    border-bottom-right-radius: var(--package-radius);
}

.bdl-quantity-multi-gift label.bdl-quantity-multi-gift-wrap {
    padding-left: 24px;
    width: 100%;
    position: relative;
    z-index: 3;
    color: #fff;
    
    !;!i;!;
}

.bdl-quantity-multi-gift-title p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.bdl-quantity-multi-gift-select-detail {
    display: flex;
    align-items: center;
    width: auto;
    color: #fff;
    gap: 8px;
}

.bdl-quantity-multi-gift-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 8px;
}

.bdl-quantity-multi-gift-select-price {
    display: flex;
    align-items: center;
    width: auto;
    gap: 8px;
}

.bdl-quantity-multi-gift-select-detail select {
    font-family: inherit !important;
    padding: 4px 30px 4px 6px !important;
    border: 1px solid #d3d3d3 !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    line-height: 1.1 !important;
    height: auto !important;
    min-height: unset !important;
}

.bdl-quantity-multi-gift-select-price-original {
    opacity: 0.7;
    text-decoration: line-through;
}

.bdl-quantity-multi-gift-select p {
    color: #fff;
    font-size: 13px;
}

.bdl-quantity-multi-gift-wrap ul {
    padding-left: 10px;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}

.bdl-quantity-multi-gift-option:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.bdl-quantity-multi-gift-option {
    display: flex;
}

.bdl-quantity-multi-gift-option-input:checked + .bdl-quantity-multi-gift-wrap ul {
    max-height: max-content;
    transition: max-height 0.3s ease-in;
}

.bdl-quantity-multi-gift-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.bdl-quantity-multi-gift-title span {
    font-weight: 600;
}

.bdl-quantity-multi-gift-select-wrap {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}