/* Default layout Css start */

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

.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;
}

.bdl-product-img img {
    width: 100%;
    display: block;
}

.bdl-product-head h3 {
    color: #434852;
    font-size: 20px;
}

.bdl-product-head p {
    color: #707581;
    font-size: 16px;
    padding-top: 4px;
}

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

.bdl-product-img a {
    overflow: hidden;
}

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

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

.bdl-product-item {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: solid 1px;
    position: relative;
}

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

.bdl-product-content-price {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bdl-product-content-price .bdl-product-btn {
    margin-top: 10px;
}

.bdl-product-content-price .bdl-product-btn svg {
    display: block;
    margin-right: 4px;
    width: 18px;
    height: auto;
}

.bdl-product-content-price p {
    font-weight: bold;
    color: #707581;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-right: 5px;
}

.bdl-product-content-price span {
    color: #A7B3CE;
    text-decoration: line-through !important;
    display: block;
    line-height: 1;
    padding-right: 5px;
}

.bdl-product-content-title a {
    color: #434852;
    text-decoration: unset !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: block;
}

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

.bdl-product-content-option select {
    margin-bottom: 5px;
    cursor: pointer;
    padding: 0 20px 0 5px;
    position: relative;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    width: auto;
    box-sizing: border-box;
    box-shadow: unset;
    margin: 0 5px;
}


/* .bdl-product-content-option select:focus {
    box-shadow: 0 0 0 0.1rem rgb(18 18 18 / 55%);
    outline: transparent;
}

.bdl-product-content-option select:hover {
    box-shadow: 0 0 0 .2rem rgba(18 18 18 / 55%);
} */

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

.bdl-product-btn button {
    border: unset;
    background-color: #434852;
    color: #fff;
    font-family: inherit;
    padding: 8px 18px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 0;
    margin-left: auto;
}

.bdl-product-btn button:hover {
    opacity: 0.8;
}

.bdl-product-btn button:disabled,
.bdl-product-btn button[disabled] {
    opacity: 0.8;
    cursor: not-allowed;
}

.bdl-product-btn button.button--loading,
.rel-pro-btn button.button--loading {
    color: transparent !important;
    position: relative;
}

.bdl-product-btn button.button--loading::after,
.bdl-table-main.bdl-table-loading::after,
.rel-pro-btn 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-table-main.bdl-table-loading::after {
    filter: invert(1);
}

.bdl-table-main.bdl-table-loading .bdl-table-head,
.bdl-table-main.bdl-table-loading .bdl-table-body {
    opacity: 0.5;
}

.bdl-table .bdl-table-error {
    color: #a30b0b;
    margin-top: 5px;
}

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

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

.bdl-product-total {
    color: #434852;
    font-size: 2rem;
}

.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-total .bdl-total-discount,
.bdl-product-total .bdl-total-compare-price {
    font-size: 18px;
    padding: 0;
    padding-left: 5px;
    text-decoration: line-through !important;
}

.bdl-product-total .bdl-total-price {
    padding: 0;
    padding-left: 5px;
    font-size: 22px;
}


/* Default layout CSS end */


/* Bundle Quantity Start */

.bdl-qty {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    border: solid 1px #E8ECF2;
    border-radius: 3px;
    width: fit-content;
}

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

.bdl-qty input {
    text-align: center;
    font-family: inherit;
    border: unset;
    font-size: 14px;
    width: 35px;
}

.bdl-qty button {
    border: unset;
    background-color: #E8ECF2;
    padding: 5px;
    cursor: pointer;
}

.bdl-qty button svg {
    display: block;
    max-width: 18px;
    height: auto;
}


/* Bundle Quantity End */

.bdl-product-list .bdl-product-content {
    flex-direction: column;
}

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

.bdl-product-list .bdl-product-item .bdl-product-selection {
    width: 20px;
    height: 20px;
}

.bdl-product-list .bdl-product-item .bdl-product-selection+.bdl-product-selection-label:before {
    height: 20px;
    width: 20px;
}

.bdl-product-list .bdl-product-item .bdl-product-selection:checked+.bdl-product-selection-label:after {
    height: 10px;
    width: 5px;
    left: 7px;
    top: 4px;
}

.bdl-product-qty-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.bdl-product-qty-price .bdl-qty {
    margin-top: 0;
}

.bdl-other-text {
    font-size: 12px;
}

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

.bdl-error-text p {
    color: #831111;
    margin: 0;
    padding: 0;
}

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

.bdl-product-content-price span {
    display: block;
}

.bdl-product-total .bdl-total-discount,
.bdl-product-total .bdl-total-compare-price {
    font-weight: normal;
}

.bdl-product-item .bdl-product-selection {
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.bdl-product-item .bdl-product-selection+.bdl-product-selection-label {
    position: absolute;
    z-index: 1;
}

.bdl-product-item .bdl-product-selection+.bdl-product-selection-label:before {
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    background-color: rgba(255, 255, 255, 255);
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.3s;
}

.bdl-product-item .bdl-product-selection:checked+.bdl-product-selection-label:before {
    background-color: #000;
}

.bdl-product-item .bdl-product-selection[disabled]:checked+.bdl-product-selection-label {
    opacity: 0.5;
}

.bdl-product-item .bdl-product-selection[disabled]:checked+.bdl-product-selection-label:before {
    background-color: #ededed;
}

.bdl-product-item .bdl-product-selection[disabled]:checked+.bdl-product-selection-label:after {
    border-bottom: solid 2px #9e9e9e5e;
    border-right: solid 2px #9e9e9e5e;
}

.bdl-product-item .bdl-product-selection:checked+.bdl-product-selection-label:after {
    content: '';
    display: block;
    height: 15px;
    width: 6px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    left: 9px;
    top: 3px;
    transform: rotate(45deg);
}

.bdl-product .bdl-product-content-title a,
.bdl-product .bdl-product-content-price .bdl-main-price {
    font-weight: normal;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;
}


/* Product Bundle Row Grid Start */

.bdl-bundle-layout-1 .bdl-product-content-title {
    max-width: calc(100% - 120px);
    width: 100%;
}

.bdl-bundle-layout-1 .bdl-product-item .bdl-product-selection {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
}

.bdl-bundle-layout-1 .bdl-product-item .bdl-product-selection+.bdl-product-selection-label {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bdl-bundle-layout-1 .bdl-product-content-title .bdl-product-content-option {
    margin-top: 0;
}


/* Product Bundle Row Grid End */


/* Product Bundle Column Grid Start*/

.bdl-bundle-layout-2 .bdl-product-content {
    height: 100%;
}

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

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

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

.bdl-bundle-layout-2 .bdl-product-body .bdl-product-item {
    max-width: 25%;
    width: 100%;
    border-bottom: unset;
    margin: 0 10px;
    padding: 0;
    flex-direction: column;
}

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

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

.bdl-bundle-layout-2 .bdl-product-content {
    max-width: 100%;
    padding-left: 0;
}

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

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

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

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

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

.bdl-bundle-layout-2 .bdl-product-content-price {
    max-width: 100%;
    text-align: left;
    padding-left: 0;
}

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

.bdl-bundle-layout-2 .bdl-product-content-title a,
.bdl-bundle-layout-2 .bdl-product-content-price .bdl-main-price {
    font-size: 16px;
    letter-spacing: 0;
}

.bdl-bundle-layout-2 .bdl-product-content-price span {
    font-size: 14px;
    line-height: 1.25;
}

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

.bdl-bundle-layout-2 .bdl-product-total .bdl-total-discount,
.bdl-bundle-layout-2 .bdl-product-total .bdl-total-compare-price {
    font-size: 20px;
    letter-spacing: 0;
}

.bdl-bundle-layout-2 .bdl-product-item .bdl-product-selection {
    left: 5px;
    top: 5px;
}

.bdl-bundle-layout-2 .bdl-product-item .bdl-product-selection+.bdl-product-selection-label {
    left: 5px;
    top: 5px;
}

.bdl-bundle-layout-2 .bdl-product-head {
    width: 100%;
}

.bdl-bundle-layout-2.bdl-product-variant .bdl-product-body .bdl-product-list {
    flex-direction: unset;
}

.bdl-bundle-layout-2.bdl-product-variant .bdl-product-body .bdl-product-list .bdl-product-item {
    flex-wrap: unset;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
}

.bdl-bundle-layout-2.bdl-product-variant .bdl-product-body .bdl-product-list .bdl-product-content-title {
    max-width: 100%;
}

.bdl-bundle-layout-2.bdl-product-variant .bdl-product-body .bdl-product-list .bdl-product-content-price {
    max-width: 100%;
    padding-top: 10px;
}

.bdl-bundle-layout-2.bdl-product-variant .bdl-product-content-price .bdl-product-content-price-wrap span {
    font-size: 12px;
}

.bdl-bundle-layout-2.bdl-product-variant .bdl-product-content-price .bdl-product-content-price-wrap .bdl-main-price {
    font-size: 14px;
}

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

.bdl-bundle-layout-2.bdl-product-variant .bdl-product-body .bdl-product-item {
    max-width: calc(33.33% - 10px);
}

.bdl-bundle-layout-2.bdl-product-variant .bdl-product-content-title a {
    font-size: 14px;
    line-height: 1.25;
}

.bdl-bundle-layout-2 .bdl-product-item:first-child .bdl-product-selection+.bdl-product-selection-label:before {
    opacity: 0.6;
}


/* Product Bundle Column Grid End*/


/* Frequantly bought together Start */

.bdl-fbt-product.bdl-bundle-layout-1 .bdl-product-content-title {
    display: flex;
    flex-wrap: wrap;
}

.bdl-fbt-product.bdl-bundle-layout-1 .bdl-product-content-title .bdl-other-text {
    margin-right: 10px;
}

.bdl-fbt-product.bdl-bundle-layout-1 .bdl-product-content-title a {
    width: 100%;
}

.bdl-fbt-product.bdl-bundle-layout-1 .bdl-product-content-price {
    margin-top: 10px;
}

.bdl-fbt-product.bdl-bundle-layout-1 .bdl-product-item {
    padding-left: 30px;
}

.bdl-fbt-product.bdl-bundle-layout-1 .bdl-product-item .bdl-product-selection+.bdl-product-selection-label:before {
    height: 20px;
    width: 20px;
}

.bdl-fbt-product.bdl-bundle-layout-1 .bdl-product-item .bdl-product-selection:checked+.bdl-product-selection-label:after {
    height: 12px;
    width: 6px;
    left: 7px;
    top: 2px;
}

.bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-wrap {
    display: flex;
    flex-wrap: wrap;
}

.bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-wrap.bdl-product-2 .bdl-product-body:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 40%;
    display: block;
    height: 1px;
    background-color: rgba(140, 140, 140, 1);
    bottom: 0;
    left: 0;
}

.bdl-fbt-product:not(.bdl-fbt-layout) .bdl-product-wrap.bdl-product-3 .bdl-product-body:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 60%;
    display: block;
    height: 1px;
    background-color: rgba(140, 140, 140, 1);
    bottom: 0;
    left: 0;
}

.bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-wrap.bdl-product-4 .bdl-product-body:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 80%;
    display: block;
    height: 1px;
    background-color: rgba(140, 140, 140, 1);
    bottom: 0;
    left: 0;
}

.bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-wrap.bdl-product-5 .bdl-product-body:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    display: block;
    height: 1px;
    background-color: rgba(140, 140, 140, 1);
    bottom: 0;
    left: 0;
}

.bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-wrap .bdl-product-body {
    width: 100%;
    border: unset;
    position: relative;
}

.bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-wrap .bdl-product-footer {
    width: 100%;
    height: 100%;
}

.bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-body .bdl-product-item {
    max-width: calc(20% - 20px);
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
}

.bdl-fbt-product .bdl-product-total .bdl-total-discount {
    font-size: 16px;
    color: #000;
}

.bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-footer .bdl-product-btn {
    margin-left: 20px;
}

.bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-footer {
    justify-content: unset;
}

.bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-body {
    padding-bottom: 0;
}

.bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-content-title {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
}

.bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-content-title .bdl-product-content-option select {
    flex: 1 1 0px;
    max-width: 50%;
    height: auto;
    width: 0;
}

.bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-content-price {
    max-width: 100%;
    text-align: left;
    padding-top: 10px;
    display: block;
}

.bdl-fbt-product .bdl-product-content-title .bdl-other-text {
    margin-top: auto;
}

.bdl-fbt-product .bdl-product-content-title a {
    margin-bottom: 5px;
}

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

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

.bdl-fbt-layout .bdl-product-body {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 15px;
    max-width: max-content;
    width: 100%;
}

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

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

.bdl-fbt-layout .bdl-pro-item:not(:last-child)::after,
.bdl-fbt-layout .bdl-pro-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: #000;
}

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

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

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

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

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

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

.bdl-fbt-layout .bdl-pro-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bdl-fbt-layout .bdl-pro-total-wrap button {
    background-color: #000;
    border: unset;
    box-shadow: unset;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.25;
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
}

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

.bdl-fbt-layout .bdl-pro-item-total .bdl-total-discount {
    font-weight: 300;
    font-size: 12px;
    text-decoration-line: line-through !important;
    color: #A6A6A6;
    padding-right: 5px;
}

.bdl-fbt-layout .bdl-pro-item-total .bdl-total-price {
    font-weight: 600;
    font-size: 15px;
    color: #000000;
}

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

.bdl-fbt-layout .bdl-product-variant-option-wrap {
    position: relative;
    width: max-content;
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    margin: 0 5px 0 0;
}

.bdl-fbt-layout .bdl-product-variant-option-wrap select {
    cursor: pointer;
    padding: 4px 23px 4px 5px;
    position: relative;
    background-color: transparent;
    border-radius: 3px;
    font-size: 12px;
    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;
}

.bdl-fbt-layout .bdl-product-variant-option-wrap: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: 8px;
    right: 8px;
    transform: rotate(45deg);
}

.bdl-fbt-layout .bdl-pro-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-layout .bdl-pro-item-title .bdl-pro-item-name {
    margin-right: 5px;
}

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

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

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

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

.bdl-fbt-layout .bdl-pro-item-title .bdl-pro-list-price,
.bdl-fbt-layout .bdl-pro-item-title .bdl-pro-list-compare-at-price {
    color: #AAAAAA;
    padding-right: 5px;
    text-decoration: line-through !important;
}

.bdl-fbt-layout .bdl-pro-item-title .bdl-pro-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;
    background-color: transparent;
    border-top: unset;
    border-left: unset;
}

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

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

.bdl-fbt-layout .bdl-pro-item-title .bdl-pro-item-label::after {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    background-color: #BBBBBB;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 25%;
    position: absolute;
    left: -24px;
    top: -8px;
    /*transform: translateY(-50%);*/
    transition: all ease-in-out 0.2s;
    transform: unset;
    box-shadow: unset;
    border: unset;
    opacity: 1;
}

.bdl-fbt-layout .bdl-pro-item-title input:checked~.bdl-pro-item-label::after {
    background-color: #6A7CFF;
}

.bdl-fbt-layout .bdl-pro-item-title.disabled .bdl-pro-item-label::after {
    background-color: #BBBBBB !important;
}

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

.bdl-fbt-layout.bdl-bundle-layout-3 .bdl-product-body {
    box-shadow: none;
    padding-left: 0;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-item-list {
    width: 100%;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-total-wrap {
    padding-left: 0;
    display: flex;
    padding-top: 15px;
    width: 100%;
    justify-content: end;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-total-wrap button {
    margin-top: 0;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-total-wrap .bdl-pro-item-total {
    padding-right: 15px;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-wrap {
    display: unset;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-item a {
    position: relative;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-item input,
.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-pro-item input {
    position: absolute;
    opacity: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    z-index: 2;
    cursor: pointer;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-item label,
.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-pro-item label {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    background-color: #BBBBBB;
    top: -5px;
    right: -5px;
    transition: all ease-in-out 0.2s;
    opacity: 0;
    z-index: 1;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-item-list:hover .bdl-pro-item label,
.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-pro-item-list:hover .bdl-pro-item label {
    opacity: 1;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-item input:checked~label,
.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-pro-item input:checked~label {
    background-color: #6A7CFF;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-item label::before,
.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-pro-item label::before {
    content: '';
    display: block;
    height: 8px;
    width: 4px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    position: absolute;
    right: 6px;
    top: 3px;
    z-index: 1;
    transform: rotate(45deg);
    opacity: 0;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-item input:checked~label::before,
.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-pro-item input:checked~label::before {
    opacity: 1;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-item.disabled label,
.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-pro-item.disabled label {
    background-color: #BBBBBB !important;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-item input:checked~img,
.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-pro-item input:checked~img {
    opacity: 1;
}

.bdl-fbt-layout.bdl-bundle-layout-4 .bdl-pro-item img,
.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-pro-item img {
    opacity: 0.3;
    transition: all ease-in-out .3s;
}

.bdl-fbt-layout.bdl-bundle-layout-5 .bdl-pro-total-wrap {
    padding-left: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 15px;
}

.bdl-fbt-layout.bdl-bundle-layout-5 .bdl-pro-total-wrap button {
    margin-top: 0;
    margin-left: 15px;
}

.bdl-fbt-layout.bdl-bundle-layout-5 .bdl-product-wrap {
    max-width: max-content;
    width: 100%;
}

.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-pro-item a {
    width: 100px;
}

.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-product-wrap {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    max-width: max-content;
    width: 100%;
    position: relative;
}

.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-product-head {
    margin-bottom: 0;
    max-width: 150px;
}

.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-product-body {
    box-shadow: unset;
}

.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-product-head h3 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    line-height: 1.4;
}

.bdl-fbt-layout.bdl-bundle-layout-6 .bdl-product-head p {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 4px 20px;
    background-color: #000;
    position: absolute;
    border-radius: 15px;
    top: -11px;
}


/* Frequantly bought together End */


/* 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 .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-btn button[disabled] {
    cursor: default;
    pointer-events: none;
    opacity: 0.7;
}

.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  */

.bdl-product-variant .bdl-product-head h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25;
    color: #000;
    padding-bottom: 10px;
}

.bdl-product-variant .bdl-product-head p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.25;
    color: #000;
    padding-top: 0;
}

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

.bdl-product-variant .bdl-product-content-title a {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 8px;
}

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

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

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

.bdl-product-variant .bdl-product-footer .bdl-product-btn {
    margin: 5px 0;
}

.bdl-product-variant .bdl-product-list .bdl-product-item {
    border: unset;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
}

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

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

.bdl-product-variant .bdl-product-wrap {
    background-color: #F6F6F6;
    padding: 20px 15px;
    border-radius: 15px;
}

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

.bdl-product-variant .bdl-product-content-price .bdl-product-content-price-wrap .main-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    color: #000;
    padding-right: 5px;
}

.bdl-product-variant .bdl-product-content-price .bdl-product-content-price-wrap span {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #C7C7C7;
    padding-left: 0;
    padding-right: 5px;
}

.bdl-product-variant .bdl-product-content-title .bdl-product-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-product-variant .bdl-product-content-title .bdl-product-content-option {
    margin-top: 0;
}

.bdl-product-variant .bdl-product-content-title .bdl-other-text {
    padding-bottom: 8px;
    font-weight: 300;
    line-height: 1.25;
    font-size: 12px;
}

.bdl-product-variant .bdl-product-list .bdl-product-content-wrap {
    flex-direction: column;
}

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

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

.bdl-product-variant .bdl-product-total .bdl-total-price {
    font-size: 14px;
    line-height: 1.25;
}

.bdl-product-variant .bdl-other-text-wrap button {
    color: rgba(255, 255, 255, 1);
    background-color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    padding: 12px 20px;
    border-radius: 10px;
}

.bdl-product-variant .bdl-product-footer {
    margin: 0;
    padding: 15px 0 0 0;
}


/* Bundle Quantity Start */

.bdl-quantity .bdl-product-head h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25;
    color: #000;
    padding-bottom: 10px;
}

.bdl-quantity .bdl-product-head p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.25;
    color: #000;
    padding-top: 0;
}

.bdl-quantity .bdl-product-content-title a {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 8px;
    text-align: left;
}

.bdl-quantity .bdl-product-footer .bdl-product-btn {
    margin: 5px 0;
}

.bdl-quantity .bdl-product-list .bdl-product-item {
    border: unset;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
}

.bdl-quantity .bdl-product-list .bdl-product-item {
    margin-bottom: 20px;
    border-radius: 15px;
    transition: all ease-in-out 0.3s;
}

.bdl-quantity .bdl-product-list .bdl-product-item .bdl-product-img a {
    border-radius: 10px;
}

.bdl-quantity .bdl-product-list .bdl-product-item:hover .bdl-product-label,
.bdl-quantity .bdl-product-list .bdl-product-item.active .bdl-product-label {
    border: 1px solid #000;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.bdl-quantity .bdl-product-list .bdl-product-item:hover .bdl-other-text-wrap .bdl-product-tag,
.bdl-quantity .bdl-product-list .bdl-product-item.active .bdl-other-text-wrap .bdl-product-tag {
    background-color: #000;
    opacity: 1;
}

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

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

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

.bdl-quantity .bdl-product-content-price .bdl-product-content-price-wrap .bdl-main-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    color: #000;
    padding-right: 5px;
    text-decoration: none !important;
}

.bdl-quantity .bdl-product-content-price .bdl-product-content-price-wrap span {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #C7C7C7;
    padding-left: 0;
    padding-right: 5px;
}

.bdl-quantity .bdl-product-content-price .bdl-product-content-price-wrap span:last-child {
    padding-right: 0;
}

.bdl-quantity .bdl-product-content-title .bdl-product-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-product-content-title .bdl-other-text {
    line-height: 1.25;
}

.bdl-quantity .bdl-product-body {
    padding-top: 20px;
}

.bdl-quantity .bdl-product-content-price .bdl-product-btn {
    display: none;
}

.bdl-quantity .bdl-other-text-wrap {
    padding-bottom: 8px;
    display: flex;
    align-items: center;
}

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

.bdl-quantity .bdl-other-text-wrap .bdl-product-tag {
    position: absolute;
    top: -10px;
    margin: 0;
    right: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    padding: 4px 16px;
    background-color: #5F5F5F;
    border-radius: 20px;
    color: #fff;
    transition: all ease-in-out 0.3s;
    z-index: 1;
}

.bdl-quantity.bdl-bundle-type-2 .bdl-product-list .bdl-product-item {
    border: unset;
    padding-top: 40px;
}

.bdl-quantity.bdl-bundle-type-2 .bdl-product-list .bdl-product-item .bdl-other-text-wrap .bdl-product-tag {
    position: absolute;
    left: 1px;
    top: 1px;
    padding: 6px 15px;
    border-bottom: solid 1px #000;
    width: calc(100% - 2px);
    border-radius: 5px 5px 0 0;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    transition: all ease-in-out 0.3s;
}

.bdl-quantity.bdl-bundle-type-2 .bdl-product-list .bdl-product-item:hover .bdl-other-text-wrap .bdl-product-tag {
    background-color: #000;
    color: #fff;
}

.bdl-quantity .bdl-cart-error-text {
    display: none;
}

.bdl-quantity .bdl-product-item .bdl-product-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-product-item .bdl-product-select:hover {
    opacity: 0 !important;
}

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

.bdl-quantity .bdl-product-item .bdl-product-select:checked+.bdl-product-label {
    box-shadow: 0 0 15px #00000040;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 1);
}

.bdl-quantity .bdl-product-item .bdl-product-select:checked~.bdl-product-content .bdl-product-tag {
    background-color: #000;
    color: #fff;
}

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

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

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

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

.bdl-quantity.bdl-bundle-type-2 .bdl-product-item .bdl-product-label {
    border: solid 1px #000;
}

.bdl-quantity.bdl-bundle-type-2 .bdl-product-list .bdl-product-item .bdl-product-select:checked~.bdl-product-content .bdl-product-tag {
    background-color: #000;
    color: #fff;
}

.bdl-quantity .bdl-product-list .bdl-product-item {
    border-radius: 6px;
}

.bdl-quantity .bdl-product-list .bdl-product-item .bdl-product-img a {
    border-radius: 4px;
}

.bdl-quantity .bdl-product-item .bdl-product-label {
    border-radius: 6px;
}

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

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

.bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-item {
    border: unset;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-item .bdl-other-text-wrap .bdl-product-tag {
    margin-left: 6px;
    position: unset;
}

.bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-item .bdl-product-label:after {
    width: 0px;
    height: 0px;
    border-left: 25px solid transparent;
    border-right: 25px solid #000;
    border-top: 25px solid #000;
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    border-bottom: 25px solid transparent;
    border-radius: 0 15px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-label:before {
    content: '';
    display: block;
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #fff;
    right: 5px;
    top: 5px;
    z-index: 1;
    clip-path: polygon(50% 0%, 63% 40%, 98% 40%, 70% 60%, 80% 100%, 51% 75%, 20% 100%, 30% 60%, 0 40%, 37% 40%);
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-item input:checked+.bdl-product-label:after,
.bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-item input:checked+.bdl-product-label:before {
    visibility: visible;
    opacity: 1;
}

.bdl-quantity.bdl-bundle-type-3 .bdl-product-item .bdl-product-label {
    border: solid 1px transparent;
}

.bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-item .bdl-product-label:after {
    border-radius: 0 6px 0 0;
}

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

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

.bdl-bundle-type-4 .bdl-product-list .bdl-product-content {
    padding-left: 30px;
    padding-top: 5px;
}

.bdl-bundle-type-4 .bdl-other-text {
    font-size: 14px;
}

.bdl-bundle-type-4 .bdl-other-text-wrap .bdl-product-tag {
    margin-left: 15px;
    position: unset;
    background-color: #000;
    padding: 3px 20px;
}

.bdl-bundle-type-4 .bdl-product-content {
    max-width: 100%;
}

.bdl-bundle-type-4 .bdl-other-text-wrap {
    padding-bottom: 5px;
}

.bdl-bundle-type-4 .bdl-product-content-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bdl-bundle-type-4 .bdl-product-list .bdl-product-item {
    padding: 10px 15px;
}

.bdl-bundle-type-4 .bdl-product-item .bdl-product-label::after {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 15px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    transition: all ease-in-out 0.3s;
}

.bdl-bundle-type-4 .bdl-product-item .bdl-product-select:checked~.bdl-product-label::after {
    background-color: #6A7CFF;
    border: 1px solid #6A7CFF;
}

.bdl-bundle-type-4 .bdl-product-item .bdl-product-label::before {
    content: '';
    display: block;
    height: 10px;
    width: 5px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    position: absolute;
    top: 18px;
    left: 22px;
    z-index: 1;
    transform: rotate(45deg);
}

.bdl-bundle-type-4 .bdl-product-variant-wrap .bdl-product-variant-box {
    box-shadow: unset;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.bdl-bundle-type-4 .bdl-product-item .bdl-product-select:checked~.bdl-product-content .bdl-product-tag,
.bdl-bundle-type-4 .bdl-product-list .bdl-product-item:hover .bdl-other-text-wrap .bdl-product-tag {
    background-color: #6A7CFF;
}

.bdl-bundle-type-4 .bdl-product-item .bdl-product-label {
    box-shadow: unset !important;
}

.bdl-bundle-type-4 .bdl-product-item .bdl-product-select:checked+.bdl-product-label {
    border: solid 1px #6A7CFF;
}

.bdl-bundle-type-4 .bdl-product-content-title .bdl-product-content-price-wrap .bdl-main-price {
    font-weight: 600;
}

.bdl-bundle-type-4 .bdl-product-variant-wrap {
    padding-top: 10px;
}

.bdl-bundle-type-4 .bdl-product-list .bdl-product-item:hover .bdl-product-label,
.bdl-bundle-type-4 .bdl-product-list .bdl-product-item.active .bdl-product-label {
    border: solid 1px #6A7CFF;
}


/* Bundle Quantity End */


/* OFFER PRODUCTS POPUP START */
.bdl-pop-up {
    --pop-up-primary-color: #000000;
    --pop-up-secondary-color: #999999;
    --pop-up-background-color: #ffffff;
    --pop-up-add-to-cart-button-color: #ffffff;
    --pop-up-add-to-cart-button-background: #000000;
    --pop-up-shopping-button-color: #000000;
    --pop-up-shopping-border-color: #000000;
    --pop-up-shopping-button-background: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.bdl-pop-up.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999999999;
}

.bdl-pop-up a[href="javascript:void(0)"] {
    cursor: default;
}

.bdl-pop-up .bdl-pop-wrap {
    background-color: var(--pop-up-background-color);
    border-radius: 10px;
    padding: 20px;
    max-width: 650px;
    width: 100%;
    position: relative;
}

.bdl-pop-up .bdl-pop-head {
    padding-bottom: 15px;
}

.bdl-pop-up .bdl-pop-head h2 {
    color: var(--pop-up-primary-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: calc(100% - 25px);
}

.bdl-pop-up .bdl-pop-head p {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
    color: var(--pop-up-secondary-color);
}

.bdl-pop-current {
    padding-bottom: 20px;
}

.bdl-pop-current .bdl-pop-current-pro {
    display: flex;
    /*flex-wrap: wrap;*/
}

.bdl-pop-current .bdl-pop-current-pro .bdl-pop-current-left {
    max-width: 100px;
    width: 100%;
}

.bdl-pop-current .bdl-pop-current-pro .bdl-pop-current-left a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border: 1px solid var(--pop-up-background-color);
    border-radius: 5px;
}

.bdl-pop-current .bdl-pop-current-pro .bdl-pop-current-left a img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
}

.bdl-pop-current .bdl-pop-current-pro .bdl-pop-current-right {
    padding-left: 15px;
}

.bdl-pop-current .bdl-pop-current-pro .bdl-pop-current-right .bdl-pop-current-price {
    display: flex;
    /*margin: 0 -5px;*/
}

.bdl-pop-current .bdl-pop-current-pro .bdl-pop-current-right .bdl-pop-current-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: var(--pop-up-primary-color);
    text-decoration: unset !important;
}

.bdl-pop-current .bdl-pop-current-price {
    display: flex;
    align-items: baseline;
    padding-top: 5px;
}

.bdl-pop-current .bdl-pop-current-price span {
    padding-right: 5px;
    margin: 0;
}

.bdl-pop-current .bdl-pop-current-price .bdl-pop-current-price-new {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: var(--pop-up-primary-color);
}

.bdl-pop-current .bdl-pop-current-price .bdl-pop-current-price-old {
    text-decoration-line: line-through !important;
    color: var(--pop-up-secondary-color);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
}

.bdl-pop-current-sub-text {
    padding-top: 10px;
}

.bdl-pop-current-sub-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    color: var(--pop-up-primary-color);
}

.bdl-pop-current-varient {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding-top: 10px;
}

.bdl-pop-current-varient .bdl-pop-current-select {
    border-radius: 5px;
    display: block;
    margin: 0 5px;
    position: relative;
    border: 1px solid var(--pop-up-primary-color);
}

.bdl-pop-current-varient .bdl-pop-current-select select {
    display: block;
    border: unset;
    font-size: 12px;
    min-width: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    line-height: 1.4;
    padding: 3px 17px 3px 5px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    box-shadow: unset;
    background: transparent;
    color: var(--pop-up-primary-color);
}

.bdl-pop-current-varient .bdl-pop-current-select::after {
    height: 6px;
    width: 6px;
    content: '';
    display: block;
    position: absolute;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: rotate(45deg);
    right: 7px;
    top: 7px;
    transition: all ease-in-out 0.1s;
}

.bdl-pop-current-varient .bdl-pop-current-select.active::after {
    transform: rotate(-135deg);
    top: 10px;
}

.bdl-pop-up .bdl-pop-body .bdl-pop-body-left {
    max-width: 180px;
    width: 100%;
}

.bdl-pop-up .bdl-pop-body .bdl-pop-body-left a {
    position: relative;
    padding-top: 100%;
    width: 100%;
    display: block;
    border: 1px solid var(--pop-up-background-color);
    border-radius: 5px;
}

.bdl-pop-up .bdl-pop-body .bdl-pop-body-left a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    object-fit: contain;
}

.bdl-pop-up .bdl-pop-body .bdl-pop-body-right {
    padding-left: 15px;
    max-width: calc(100% - 180px);
}

.bdl-pop-up .bdl-pop-body .bdl-pop-body-right .bdl-pop-sugg-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    color: var(--pop-up-primary-color);
}

.bdl-pop-up .bdl-pop-body .bdl-pop-pro-sugg-item {
    display: flex;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 15px;
}

.bdl-pop-up .bdl-pop-pro-sugg-item .bdl-pop-pro-sugg-price {
    display: flex;
    align-items: baseline;
    padding-top: 10px;
}

.bdl-pop-up .bdl-pop-pro-sugg-item .bdl-pop-pro-sugg-price-new {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: var(--pop-up-primary-color);
}

.bdl-pop-up .bdl-pop-pro-sugg-item .bdl-pop-pro-sugg-price-old {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-decoration-line: line-through !important;
    color: var(--pop-up-secondary-color);
}

.bdl-pop-up .bdl-pop-pro-sugg-item .bdl-pop-pro-sugg-price span {
    padding-right: 5px;
    margin: 0;
}

.bdl-pop-pro-sugg-cont {
    padding-top: 10px;
}

.bdl-pop-pro-sugg-cont p {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    color: #565A5B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bdl-pop-btn {
    background: var(--pop-up-add-to-cart-button-background);
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    padding: 10px 15px;
    color: var(--pop-up-add-to-cart-button-color);
    border: unset;
    font-family: inherit;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: none !important;
}

.bdl-pop-btn.button--loading,
.bdl-product-variant .bdl-product-btn button.button--loading,
.bdl-quantity .bdl-product-btn button.button--loading,
.bdl-fbt-product .bdl-product-btn button.button--loading,
.bdl-fbt-layout .bdl-pro-total-wrap button.button--loading {
    color: transparent;
    position: relative;
    opacity: 0.6;
}

.bdl-pop-btn:disabled,
.bdl-product-variant .bdl-product-btn button:disabled,
.bdl-quantity .bdl-product-btn button:disabled,
.bdl-fbt-product .bdl-product-btn button:disabled,
.bdl-fbt-layout .bdl-pro-total-wrap button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.bdl-pop-btn.button--loading::after,
.bdl-fbt-layout .bdl-pro-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-pop-btn.button--loading[disabled],
.bdl-fbt-layout .bdl-pro-total-wrap button.button--loading[disabled] {
    opacity: 0.8;
    pointer-events: none;
}

.bdl-pop-btn-big {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 20px;
    border-radius: 10px;
}

.bdl-pop-btn-border {
    background-color: transparent;
    color: #000;
    border: solid 1px #000;
}

.bdl-pop-btn-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: unset !important;
    padding: 0 10px;
    color: #5F5F5F;
    transition: all ease-in-out 0.3s;
}

.bdl-pop-btn-link:hover {
    color: #000;
}

.bdl-pop-footer {
    display: flex;
    align-items: center;
    justify-content: right;
    padding-top: 15px;
}

.bdl-pop-footer .bdl-pop-btn {
    color: var(--pop-up-shopping-button-color);
    background: var(--pop-up-shopping-button-background);
    border: 1px solid var(--pop-up-shopping-border-color);
}

.bdl-pop-footer .bdl-pop-btn-big {
    margin-top: 0;
}

.bdl-pop-footer .bdl-pop-btn-link {
    color: var(--pop-up-secondary-color);
}

.bdl-pop-footer .bdl-pop-btn-link:hover {
    color: var(--pop-up-primary-color);
}

.bdl-pop-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.bdl-pop-close button {
    background-color: transparent;
    border: unset;
    display: block;
    cursor: pointer;
}

.bdl-pop-close button svg {
    display: block;
}

.bdl-pop-close button svg path {
    color: var(--pop-up-secondary-color);
    fill: var(--pop-up-secondary-color);
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-body {
    overflow: hidden;
    margin: 0 -10px;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-pro-sugg-item {
    flex-direction: column;
    margin: 10px;
    height: 100%;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-body-right {
    padding-left: 0;
    max-width: 100%;
    padding-top: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-body .bdl-pop-body-right .bdl-pop-sugg-title {
    font-size: 14px;
    margin-bottom: auto;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-pro-sugg-item .bdl-pop-pro-sugg-price-new {
    font-size: 14px;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-pro-sugg-item .bdl-pop-pro-sugg-price-old {
    font-size: 12px;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-btn {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    display: block;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-btn:disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.7;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-btn.bdl-pop-btn-big {
    width: auto;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-pro-sugg {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    position: relative;
    margin: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-current {
    padding-bottom: 10px;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-footer {
    padding-top: 5px;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-pro-sugg-item-wrap {
    display: flex;
    flex-direction: column;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-pro-sugg-item .bdl-pop-pro-sugg-price {
    padding-bottom: 10px;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-current-varient {
    padding-top: 0;
    padding-bottom: 10px;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-pro-sugg-cont {
    padding-bottom: 10px;
    padding-top: 0;
}

.bdl-pop-up.bdl-pop-multi .pop-pro-arrow {
    background-color: #AAAAAA;
    border: unset;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

.bdl-pop-up.bdl-pop-multi .pop-pro-arrow[disabled] {
    pointer-events: none;
    opacity: 0.2;
}

.bdl-pop-up.bdl-pop-multi .pop-pro-arrow:hover {
    opacity: 1;
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-body {
    position: relative;
}

.bdl-pop-up .bdl-pop-arrow-wrap {
    display: none;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.bdl-pop-up.bdl-pop-multi .bdl-pop-arrow-wrap {
    display: flex;
}


/* OFFER PRODUCTS POPUP END */


/* QTY NEW MUTLTI-VARIANT START */

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

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

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

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

.bdl-product-variant-wrap .bdl-product-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-product-variant-wrap .bdl-product-variant-img a img {
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
}

.bdl-product-variant-wrap {
    display: block;
    width: 100%;
    padding-top: 15px;
    position: relative;
    z-index: 2;
}

.bdl-product-variant-wrap .bdl-product-variant-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    border-radius: 4px;
    padding: 10px;
    display: flex;
    margin-bottom: 15px;
}

.bdl-product-variant-wrap .bdl-product-variant-box:last-child {
    margin-bottom: 0;
}

.bdl-product-variant-wrap select {
    cursor: pointer;
    padding: 7px 23px 7px 5px;
    position: relative;
    background-color: transparent !important;
    border-radius: 3px;
    font-size: 12px;
    width: 100%;
    box-shadow: unset;
    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 !important;
    background-image: unset !important;
    box-shadow: unset !important;
}

.bdl-product-variant-box .bdl-product-variant-option-wrap {
    position: relative;
    width: max-content;
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    margin: 0 5px;
    max-width: 170px;
}

.bdl-product-variant-box .bdl-product-variant-option-wrap: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-product-variant-box .bdl-product-variant-option {
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
    width: 100%;
    margin: 0 -5px;
    /*padding-right: 60px;*/
    max-width: calc(100% - 100px);
}

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

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

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

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

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

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

.bdl-product-variant-box .bdl-product-variant-action .bdl-varient-remove {
    background-color: transparent;
    border: unset;
    padding: 0;
    margin: 0;
    display: block;
    max-width: 16px;
    cursor: pointer;
}

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

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

.bdl-product-add-variant button {
    background-color: transparent;
    border: solid 2px #000;
    color: #000;
    border-radius: 5px;
    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-product-add-variant button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

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

.bdl-product-variant.bdl-bundle-layout-1 .bdl-product-content-price {
    padding-top: 10px;
}

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

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

.bdl-quantity.bdl-bundle-type-4 .bdl-product-content-price {
    padding-bottom: 5px;
}

.bdl-quantity.bdl-bundle-type-4 .bdl-product-add-variant button {
    margin-bottom: 5px;
}


/* QTY NEW MUTLTI-VARIANT END */

@media only screen and (max-width:1200px) {
    .bdl-bundle-layout-2.bdl-col-three .bdl-product-content {
        flex-wrap: wrap;
    }

    .bdl-bundle-layout-2.bdl-col-three .bdl-product-content-price-wrap {
        flex-wrap: wrap;
    }

    .bdl-bundle-layout-2.bdl-col-three .bdl-product-content-price {
        text-align: left;
        max-width: 100%;
    }

    .bdl-bundle-layout-2.bdl-col-three .bdl-product-list .bdl-product-content-wrap {
        flex-wrap: wrap;
    }

    .bdl-bundle-layout-2.bdl-col-three .bdl-product-content-price .bdl-product-content-price-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .bdl-bundle-layout-2.bdl-col-three .bdl-product-content-price .bdl-product-btn button {
        margin-left: 0;
    }

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

    .bdl-bundle-layout-2 .bdl-product-content-title a {
        font-size: 16px;
    }

    .bdl-bundle-layout-2 .bdl-product-content-price .bdl-main-price {
        font-size: 16px;
    }

    .bdl-bundle-layout-2 .bdl-product-content-price span {
        font-size: 14px;
    }

    .bdl-bundle-layout-2 .bdl-product-content-option select {
        padding: 0 20px 0 5px;
    }

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

    .bdl-bundle-layout-2.bdl-col-three .bdl-product-content-price {
        padding-top: 5px;
    }

    .bdl-bundle-layout-2 .bdl-product-content-price .bdl-main-price {
        font-size: 14px;
    }

    .bdl-product-variant .bdl-product-total .bdl-total-discount {
        font-size: 16px;
    }

    .bdl-product-variant .bdl-product-total p .bdl-total-text {
        font-size: 15px;
    }

    .bdl-product-variant .bdl-product-total .bdl-total-price {
        font-size: 12px;
    }

    .bdl-product-variant .bdl-product-btn button {
        font-size: 12px;
    }

    .bdl-fbt-product.bdl-bundle-layout-2.bdl-col-three .bdl-product-list .bdl-product-content-wrap {
        flex-wrap: unset;
    }

    .bdl-product-variant-box .bdl-product-variant-option {
        max-width: calc(100% - 135px);
    }

    .bdl-bundle-type-4 .bdl-product-variant-wrap .bdl-product-variant-option {
        max-width: calc(100% - 100px);
    }

    .bdl-bundle-type-4 .bdl-other-text-wrap .bdl-product-tag {
        margin-left: 10px;
    }
}

@media only screen and (max-width:1000px) {
    .bdl-bundle-layout-2 .bdl-product-body {
        padding-bottom: 0;
    }

    .bdl-bundle-type-4 .bdl-other-text-wrap .bdl-product-tag {
        margin-left: 10px;
    }
}

@media only screen and (max-width:991px) {
    .bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-body .bdl-product-item {
        max-width: calc(20% - 10px);
        border-bottom: unset;
    }

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

    .bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-wrap .bdl-product-body:after {
        content: unset !important;
    }

    .bdl-bundle-layout-2 .bdl-product-content-price p {
        font-size: 14px;
    }

    .rel-main .rel-grid .rel-grid-wrap {
        margin: 0 -15px;
    }

    .rel-main .rel-title h2 {
        font-size: 30px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-price p {
        font-size: 15px;
    }

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

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter .rel-pro-select-wrap .rel-pro-select-inner:after {
        right: 4px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-price p .rel-pro-compare-price {
        font-size: 12px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter {
        padding-bottom: 10px;
        margin: 0 -2px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter .rel-pro-select-wrap {
        min-width: 90px;
        padding: 0 2px 4px 2px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter .rel-pro-select-wrap .rel-pro-select-inner select {
        padding: 7px 20px 7px 7px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-btn button {
        padding: 10px;
        font-size: 13px;
    }

    .rel-main .rel-pro-slider .rel-slider-arrow {
        top: 13vw;
    }

    .rel-main .rel-pro-slider {
        margin: 0 -15px;
    }

    .rel-main .rel-pro-slider .rel-slider-arrow svg {
        width: 10px;
    }

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

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-vendor {
        font-size: 13px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro {
        padding: 0 15px 30px 15px;
    }

    .bdl-bundle-layout-2.bdl-col-three .bdl-product-body .bdl-product-item {
        max-width: calc(100% - 10px);
    }

    .bdl-product-variant .bdl-product-total p .bdl-total-text {
        font-size: 14px;
    }

    .bdl-product-variant .bdl-product-total .bdl-total-discount {
        font-size: 14px;
    }

    .bdl-product-variant .bdl-product-total .bdl-total-price {
        font-size: 12px;
    }

    .bdl-product-variant .bdl-product-footer .bdl-product-btn {
        margin: 15px 0 0 0;
    }

    .bdl-product-content {
        max-width: calc(100% - 50px);
    }

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

    .bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-item .bdl-product-label:after {
        border-bottom: 20px solid transparent;
        border-left: 20px solid transparent;
        border-right-width: 20px !important;
        border-top-width: 20px !important;
    }

    .bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-label:before {
        height: 12px;
        width: 12px;
    }

    .bdl-quantity.bdl-bundle-type-3 .bdl-product-item .bdl-product-content {
        max-width: calc(100% - 80px);
    }

    .bdl-quantity .bdl-other-text-wrap .bdl-product-tag {
        font-size: 11px;
    }

    .bdl-quantity .bdl-product-list .bdl-product-item {
        padding: 10px;
    }

    .bdl-quantity .bdl-other-text-wrap .bdl-product-tag {
        padding: 4px 10px;
        font-size: 10px;
    }

    .bdl-bundle-layout-2.bdl-col-three.bdl-fbt-product .bdl-product-body .bdl-product-item {
        max-width: calc(20% - 10px);
        margin: 0 5px;
    }

    .bdl-bundle-layout-2 .bdl-product-content-option select {
        padding: 2px;
        font-size: 12px;
    }

    .bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-body .bdl-product-item {
        margin: 0 5px;
    }

    .bdl-bundle-type-4 .bdl-product-item .bdl-product-label::before {
        top: 18px;
        left: 16px;
        height: 8px;
        width: 4px;
    }

    .bdl-bundle-type-4 .bdl-product-item .bdl-product-label::after {
        height: 16px;
        width: 16px;
        top: 15px;
        left: 10px;
    }

    .bdl-bundle-type-4 .bdl-product-list .bdl-product-content {
        padding-left: 25px;
    }

    .bdl-bundle-type-4 .bdl-other-text-wrap .bdl-product-tag {
        padding: 3px 20px;
    }
}

@media only screen and (max-width:767px) {
    .bdl-product-item .bdl-product-img {
        max-width: 50px;
    }

    .bdl-product-item .bdl-product-content {
        max-width: calc(100% - 50px);
    }

    .bdl-bundle-layout-2.bdl-col-three .bdl-product-body .bdl-product-item {
        max-width: calc(33.33% - 10px);
    }

    .bdl-bundle-layout-2 .bdl-product-body .bdl-product-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .bdl-bundle-layout-2 .bdl-product-body .bdl-product-list {
        margin: 0 -5px;
    }

    .bdl-bundle-layout-2 .bdl-product-item .bdl-product-selection+.bdl-product-selection-label:before {
        height: 15px;
        width: 15px;
    }

    .bdl-bundle-layout-2 .bdl-product-item .bdl-product-selection:checked+.bdl-product-selection-label:after {
        height: 9px;
        width: 4px;
        left: 5px;
        top: 2px;
    }

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

    .rel-main .rel-grid .rel-grid-wrap {
        margin: 0 -10px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro {
        padding: 0 10px 20px 10px;
    }

    .rel-main .rel-pro-slider {
        margin: 0 -10px;
    }

    .bdl-quantity .bdl-other-text-wrap .bdl-product-tag {
        font-size: 11px;
        padding: 4px 12px;
    }

    .bdl-quantity .bdl-product-content-title a {
        font-size: 14px;
    }

    .bdl-quantity .bdl-product-list .bdl-product-item {
        padding: 12px;
    }

    .bdl-quantity.bdl-bundle-type-2 .bdl-product-list .bdl-product-item {
        padding-top: 36px;
    }

    .bdl-product-variant .bdl-product-list .bdl-product-item {
        margin-bottom: 10px;
    }

    .bdl-product-variant .bdl-product-footer .bdl-product-btn {
        margin: 0;
    }

    .bdl-bundle-layout-2.bdl-product-variant .bdl-product-body .bdl-product-list .bdl-product-item .bdl-product-img {
        max-width: 100%;
    }

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

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

    .bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-body .bdl-product-item {
        padding-left: 0;
        padding-right: 0;
    }

    .bdl-bundle-layout-2.bdl-col-three.bdl-fbt-product .bdl-product-body .bdl-product-item {
        max-width: calc(33.33% - 10px);
    }

    .bdl-bundle-type-3 .bdl-product-footer {
        margin: 20px 0 0 0;
    }

    .bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-item {
        margin-bottom: 15px;
    }

    .bdl-quantity.bdl-bundle-type-3 .bdl-product-item .bdl-product-content {
        max-width: calc(100% - 65px);
    }

    .bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-body .bdl-product-item {
        padding-bottom: 15px;
    }

    .bdl-bundle-type-4 .bdl-product-list .bdl-product-item {
        padding: 5px 10px;
    }

    .bdl-bundle-type-4 .bdl-product-list .bdl-product-content {
        max-width: 100%;
    }

    .bdl-product-variant-box .bdl-product-variant-qty {
        margin-right: 8px;
    }

    .bdl-bundle-type-4 .bdl-product-item .bdl-product-label::before {
        top: 14px;
    }

    .bdl-bundle-type-4 .bdl-product-item .bdl-product-label::after {
        top: 11px;
    }
}

@media only screen and (min-width:767px) {

    .bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-item:hover .bdl-product-label:after,
    .bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-item:hover .bdl-product-label:before,
    .bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-item input:checked+.bdl-product-label:after,
    .bdl-quantity.bdl-bundle-type-3 .bdl-product-list .bdl-product-item input:checked+.bdl-product-label:before {
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (max-width: 650px) {
    .rel-main .rel-title h2 {
        font-size: 20px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro {
        max-width: 50%;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content {
        padding-top: 10px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-vendor {
        font-size: 12px;
        padding-bottom: 8px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-price p {
        font-size: 14px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter {
        padding-bottom: 8px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter .rel-pro-select-wrap {
        min-width: 80px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro .rel-pro-content .rel-pro-filter .rel-pro-select-wrap .rel-pro-select-inner select {
        padding: 5px 20px 5px 5px;
    }

    .rel-main .rel-pro-slider {
        margin: 0 -5px;
    }

    .rel-main .rel-pro-slider .rel-slider-arrow {
        top: 30vw;
        height: 35px;
        width: 35px;
        background-color: rgba(255, 255, 255, 0.5);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
    }

    .rel-main .rel-pro-slider .rel-slider-arrow svg {
        width: 8px;
    }

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

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

    .bdl-fbt-layout .bdl-pro-item-list {
        width: 100%;
    }

    .bdl-fbt-layout .bdl-pro-total-wrap {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .bdl-fbt-layout .bdl-pro-total-wrap button {
        margin-top: 0;
        margin-left: 15px;
    }

    .bdl-fbt-layout .bdl-pro-item {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:550px) {
    .bdl-bundle-layout-2 .bdl-product-footer .bdl-product-total .bdl-total-discount {
        font-size: 16px !important;
    }

    .bdl-fbt-product.bdl-bundle-layout-2 .bdl-product-footer .bdl-product-btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .bdl-bundle-layout-2.bdl-col-three.bdl-fbt-product .bdl-product-body .bdl-product-item {
        max-width: calc(33.33% - 10px);
        margin: 0 5px;
    }
}

@media only screen and (max-width:500px) {
    .bdl-bundle-layout-2.bdl-col-three .bdl-product-body .bdl-product-item {
        max-width: calc(50% - 10px);
    }

    .bdl-bundle-layout-2 .bdl-product-footer .bdl-product-total .bdl-total-price {
        font-size: 16px;
    }

    .bdl-bundle-layout-2 .bdl-product-footer .bdl-product-total .bdl-total-discount {
        font-size: 20px;
    }

    .bdl-bundle-layout-2 .bdl-product-footer .bdl-product-total p .bdl-total-text {
        font-size: 16px;
    }

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

    .bdl-bundle-layout-2 .bdl-product-content-title {
        width: 100%;
    }

    .bdl-bundle-layout-2 .bdl-product-content-price {
        max-width: 100%;
        text-align: left;
    }

    .bdl-bundle-layout-2 .bdl-product-content-price .bdl-product-content-price-wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .bdl-bundle-layout-2 .bdl-product-list .bdl-product-content-wrap {
        flex-wrap: wrap;
    }

    .bdl-bundle-layout-2 .bdl-product-content-price span {
        padding-right: 5px;
    }

    .bdl-bundle-layout-2 .bdl-product-btn button {
        margin-left: 0;
        margin-right: auto;
    }

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

    .bdl-bundle-layout-1 .bdl-product-content-price {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-top: 5px;
    }

    .bdl-bundle-layout-1 .bdl-product-content-price {
        text-align: left;
    }

    .bdl-bundle-layout-1 .bdl-product-content-price-wrap {
        display: flex;
        align-items: center;
    }

    .bdl-bundle-layout-1 .bdl-product-total p .bdl-total-text,
    .bdl-bundle-layout-1 .bdl-product-total .bdl-total-price {
        font-size: 14px;
    }

    .bdl-bundle-layout-1 .bdl-product-total .bdl-total-discount {
        font-size: 18px;
    }

    .bdl-bundle-layout-1 .bdl-product-btn button {
        margin-left: 0;
    }

    .bdl-fbt-layout .bdl-pro-item a {
        width: 55px;
    }

    .bdl-fbt-layout .bdl-pro-item:not(:last-child)::after,
    .bdl-fbt-layout .bdl-pro-item:not(:last-child)::before {
        top: 24px;
    }

    .bdl-fbt-layout .bdl-pro-item:not(:last-child)::before {
        top: 28px;
    }
}

@media only screen and (max-width:450px) {
    .bdl-bundle-layout-2 .bdl-product-footer .bdl-product-total p .bdl-total-text {
        display: none;
    }

    .bdl-bundle-layout-2 .bdl-product-footer .bdl-product-total .bdl-total-discount {
        padding-left: 0;
    }

    .rel-main .rel-grid .rel-grid-wrap {
        margin: 0 -5px;
    }

    .rel-main .rel-grid .rel-grid-wrap .rel-pro {
        padding: 0 5px 20px 5px;
    }

    .rel-main .rel-pro-slider .rel-slider-arrow {
        height: 30px;
        width: 30px;
    }

    .rel-main .rel-pro-slider .rel-slider-arrow svg {
        width: 7px;
    }

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

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

    .bdl-bundle-type-4 .bdl-other-text-wrap .bdl-product-tag {
        margin-left: 10px;
    }
}

@media only screen and (max-width:375px) {
    .bdl-bundle-layout-2.bdl-col-three .bdl-product-body .bdl-product-item {
        max-width: calc(100% - 10px);
    }
}


/* OTHER APP CSS START */
.bdl-product-img .vue-portal-target {
    display: none;
}

/* OTHER APP CSS END */

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

.bdl-product-variant.bdl-bundle-layout-2 .bdl-product-content-title .bdl-product-content-option select:not(:last-child) {
    margin-bottom: 4px;
}

.bdl-product-variant.bdl-bundle-layout-2.bdl-col-three .bdl-product-body .bdl-product-item {
    max-width: 50%;
    width: 100%;
    flex: 1 0 calc(33.33% - 10px);
}

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

.bdl-product-variant.bdl-bundle-layout-1 .bdl-product-content-title .bdl-product-content-option {
    margin: 0 -3px 0 -3px;
}

.bdl-product-variant.bdl-bundle-layout-1 .bdl-product-content-option select {
    margin: 0 3px;
    max-width: calc(33.33% - 6px);
    padding: 4px;
}

/* QTY TABLE LAYOUT START */
.bdl-table {
    margin: 2rem 0;
}

.bdl-table .bdl-table-title {
    width: 100%;
    padding: 8px 0;
    font-size: 18px;
}

.bdl-table .bdl-table-main {
    position: relative;
    display: table;
    width: 100%;
    border: solid 1px rgba(67, 72, 82, 1);
    border-radius: 5px;
    overflow: hidden;
}

.bdl-table .bdl-table-head {
    display: table-row-group;
    background-color: rgba(67, 72, 82, 1);
}

.bdl-table .bdl-table-row {
    display: table-row;
    cursor: pointer;
}

.bdl-table .bdl-table-data {
    display: table-cell;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.35;
    color: rgba(112, 117, 129, 1);
    margin: 0;
}

.bdl-table .bdl-table-body {
    display: table-row-group;
}

.bdl-table .bdl-table-row .bdl-table-data:last-child:not(:first-child) {
    text-align: center;
}

.bdl-table .bdl-table-row .bdl-table-data:nth-child(n+2):not(:last-child) {
    text-align: center;
}

.bdl-table .bdl-table-head .bdl-table-data {
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
}

.bdl-table .bdl-table-body .bdl-table-row:nth-child(2n+2) {
    background-color: rgba(67, 72, 82, 0.05);
}

.bdl-table.bdl-vertical-table .bdl-table-main {
    display: flex;
}

.bdl-table.bdl-vertical-table .bdl-table-row {
    display: block;
    width: 100%;
}

.bdl-table.bdl-vertical-table .bdl-table-data {
    display: block;
}

.bdl-table.bdl-vertical-table .bdl-table-body {
    display: flex;
    max-width: calc(100% - 110px);
    width: 100%;
}

.bdl-table.bdl-vertical-table .bdl-table-body .bdl-table-data {
    text-align: center;
}

.bdl-table.bdl-vertical-table .bdl-table-head {
    width: 110px;
    border: unset;
}

.bdl-table.bdl-vertical-table .bdl-table-body .bdl-table-row .bdl-table-data:nth-child(2n+2) {
    background: rgba(67, 72, 82, 0.1);
}

.bdl-table.bdl-vertical-table .bdl-table-head .bdl-table-data {
    padding: 5px 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.bdl-table.bdl-vertical-table .bdl-table-body .bdl-table-row:nth-child(2n+2) {
    background-color: transparent;
}

.bdl-table.bdl-vertical-table .bdl-table-head .bdl-table-row .bdl-table-data:nth-child(n+2):not(:last-child) {
    text-align: left;
}

.bdl-table.bdl-vertical-table .bdl-table-head .bdl-table-row .bdl-table-data:last-child:not(:first-child) {
    text-align: left;
}

.bdl-table.bdl-vertical-table .bdl-table-row .bdl-table-data:last-child:not(:first-child) {
    text-align: center;
}

/* QTY TABLE LAYOUT END */

/* QTY 7 START */
.bdl-quantity.bdl-bundle-type-7 .bdl-product-body {
    padding-top: 15px;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-item .bdl-product-label {
    border-radius: 2px;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-list .bdl-product-item {
    margin-bottom: 10px;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-btn button {
    border-radius: 2px;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-content {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-content-wrap .bdl-product-content-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-other-text-wrap {
    padding-bottom: 0;
    flex-wrap: wrap;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-other-text-wrap .bdl-product-tag {
    position: unset;
    /*margin-left:10px*/
    margin: 1px 0;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-item .bdl-product-label::after {
    display: none;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-item .bdl-product-select:checked~.bdl-product-label::after {
    display: none;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-item .bdl-product-label::before {
    display: none;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-list .bdl-product-item .bdl-other-text-wrap .bdl-product-tag {
    padding: 3px 15px;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-item .bdl-product-label {
    box-shadow: unset !important;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-list .bdl-product-item:hover .bdl-product-label,
.bdl-quantity.bdl-bundle-type-7 .bdl-product-list .bdl-product-item.active .bdl-product-label {
    border: solid 1px #6A7CFF;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-variant-wrap .bdl-product-variant-box {
    border: unset;
    box-shadow: unset;
    background-color: rgba(106, 124, 255, 0.1);
    padding: 7px;
}

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

.bdl-quantity.bdl-bundle-type-7 .bdl-product-footer .bdl-product-total {
    display: none;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-footer .bdl-product-btn {
    margin: 0;
    width: 100%;
}

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

.bdl-quantity.bdl-bundle-type-7 .bdl-product-btn button {
    padding: 8px 18px;
    justify-content: center;
    width: 100%;
}


.bdl-quantity.bdl-bundle-type-7 .bdl-product-btn button span {
    padding-left: 10px;
}


.bdl-quantity.bdl-bundle-type-7 .bdl-product-content-price {
    flex-direction: column;
    align-items: end;
}

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

.bdl-quantity.bdl-bundle-type-7 .bdl-product-content-price .bdl-product-content-price-wrap span {
    font-size: 14px;
    width: 100%;
}

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

.bdl-quantity.bdl-bundle-type-7 .bdl-product-content-price .bdl-product-content-price-wrap:last-child span:last-child {
    /*display: none;*/
}

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

.bdl-quantity.bdl-bundle-type-7 .bdl-product-content-price .bdl-product-content-price-wrap.bdl-product-content-total-price-wrap {
    /*padding-top: 3px;*/
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-content-price .bdl-product-content-price-wrap {
    justify-content: end;
    text-align: right;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-content-price .bdl-product-content-price-wrap:not(.bdl-product-content-total-price-wrap) {
    display: none;
}


.bdl-quantity.bdl-bundle-type-7 .bdl-other-text {
    font-size: 14px;
    padding-right: 10px;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-save-amt {
    width: 100%;
    font-size: 14px;
    color: green;
    padding-top: 3px;
    font-weight: 700;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-list .bdl-product-item {
    padding: 12px;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-variant-box .bdl-product-variant-option-wrap,
.bdl-quantity.bdl-bundle-type-7 .bdl-product-variant-box .bdl-product-variant-qty {
    border: unset;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-variant-box .bdl-product-variant-action .bdl-varient-remove {
    display: none;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-variant-box .bdl-product-variant-qty {
    margin-right: 0;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-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-bundle-type-7 .bdl-product-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-bundle-type-7 .bdl-product-content {
    position: relative;
}

.bdl-quantity.bdl-bundle-type-7 .bdl-product-select:checked~.bdl-product-content:after {
    background: #434852;
}

/* QTY 7 END */