.latest-frequently-bought-together-container {
    background: #F3F3F7;
}

.fz-22 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.35px;
    color: #323232;
}

.p-30 {
    padding: 30px;
}

.border-30 {
    border-radius: 30px;
}

.p-8 {
    padding: 8px;
}

.w-30-g-30 {
    width: calc(30% - 15px);
}

.w-70-g-30 {
    width: calc(70% - 15px);
}

.gap-20 {
    gap: 20px;
}

.w-25-g-20 {
    width: calc(25% - 15px);
}

.bg-wt {
    background-color: #fff;
}

.h-auto {
    height: auto;
}

.max-100 {
    max-width: 100%;
}

.border-16 {
    border-radius: 16px;
}

.border-10 {
    border-radius: 10px;
}

.o-cover {
    object-fit: cover;
}

.fz-16 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0em;
    color: #323232;
}

.p-t-16 {
    padding-top: 16px;
}

.p-t-4 {
    padding-top: 4px;
}

.p-t-10 {
    padding-top: 10px;
}

.m-b-0 {
    margin-bottom: 0;
}

.fz-14 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0em;
    color: #323232;
}


.fz-14-b-400 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    color: #323232;
}

.fz-10 {
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
}

.line-through {
    text-decoration: line-through;
}

.m-l-8 {
    margin-left: 8px;
}

.frequenty-product {
    opacity: .7;
    transition: all .1s;
    border: 2px solid #fff;
}

.frequenty-product.empty-product,
.frequenty-product.empty-product:hover {
    border: none !important;
    opacity: 1 !important;
}

.bundle-option {
    border: 2px solid #DFDFDF;
}

.frequenty-product.active,
.bundle-option.active {
    border: 2px solid #278CFF;
    opacity: 1;
}

.svg-active {
    display: none;
}

.frequenty-product.active .svg-active,
.bundle-option.active .svg-active {
    display: block !important;
}

.frequenty-product.active .svg-non-active,
.bundle-option.active .svg-non-active {
    display: none !important;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.t-20 {
    top: 20px;
} 

.l-20 {
    left: 20px;
}

.max-24 {
    max-width: 24px;
}

.pointer {
    cursor: pointer;
}

.fz-28 {
    font-size: 28px;
    font-weight: bold;
    line-height: 29px;
    letter-spacing: 0.36px;
    color: #323232;
}

.fz-20 {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;
}
.fz-24{
    font-size: 24px;
}

.fz-32{
    font-size: 32px;
}

.fz-64{
    font-size: 64px;
}
.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

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

.addbuttonselected {
    padding: 13px 20px;
    color: #fff;
    border: none;
    background: linear-gradient(180deg, #3BE3FE 0%, #4AECF7 100%);
}

.bundle-prices .addbuttonselected {
    padding: 13px 69px;
}

.p-b-16 {
    padding-bottom: 16px;
}

.items-center {
    align-items: center;
}

.gap-30 {
    gap: 30px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.frequent-compare {
    color: #2CBCFC;
    background: #DEF8FF;
    padding: 6px 10px;
    width: max-content;
    margin: auto;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-t-60 {
    padding-top: 60px;
}

.b-t-1 {
    border-top: 1px solid #D8D8D8;
}

.w-92 {
    width: 92px;
}

.w-100-minus-156 {
    width: calc(100% - 156px);
}

.border-8 {
    border-radius: 8px;
}

.product-bundle-option {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
    outline: 1px solid #323232;
    opacity: .6;
    cursor: pointer;
    background-size: cover;
    background-position: center;
}

.product-bundle-option.active {
    opacity: 1;
  outline: 2px solid #278CFF;
}

.gap-8 {
    gap: 8px;
}

.gap-4 {
    gap: 4px;
}

.w-32 {
    width: 32px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.p-0 {
    padding: 0;
}

.p-22 {
    padding: 22px;
}

.b-1 {
    border: 1px solid #929292;
}

.border-4 {
    border-radius: 4px;
}

.product-bundle-qty {
    padding: 2px 8px;
    width: max-content;
}

.border-20 {
    border-radius: 20px;
}

.color-grey {
    color: #747474;
}

.color-light-grey {
    color: #929292;
}

.m-b-10 {
    margin-bottom: 10px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.gap-10 {
    gap: 10px;
}

.m-0 {
    margin: 0;
}

.b-dashed {
    border: 1px dashed #eee;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.p-t-30 {
    padding-top: 30px;
}


@media screen and (min-width: 750px){
    .frequenty-product:hover,
    .bundle-option:hover {
        border: 2px solid #278CFF;
        opacity: 1;
    }
    
    .bundle-option:hover .svg-non-active path {
        fill: #278CFF;
    }

    .product-bundle-qty svg:hover path {
        fill: #3D3D3D;
    }

    .product-bundle-option:hover {
        opacity: 1;
      outline: 2px solid #278CFF;
    }
}

@media screen and (max-width: 749px) {
    .w-100-m {
        width: 100%;
    }

    .gap-16-m {
        gap: 16px;
    }

    .w-50-g-16 {
        width: calc(50% - 8px);
    }

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

    .fz-16-m {
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        letter-spacing: 0em;
    }

    .m-b-30-m {
        margin-bottom: 30px;
    }

    .p-t-b-24-m {
        padding-top: 24px;
        padding-bottom: 24px;
    } 
    
    .p-l-r-19_5-m {
        padding-left: 19.5px;
        padding-right: 19.5px;
    }
}