.main-body-bg {
    width: 100%;
    height: 100%;
    /* background-image: url(../../../../../custom-assets/img/main-bg-2.png); */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.main-all-product-header-section {
    border-radius: 20px;
    background: linear-gradient(90deg, #A1C4FD 0%, #C2E9FB 100%);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 30px 0px;
    gap: 15px;
}


.main-all-product-header-title h1 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.number-product-dropdown button {
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.60);
    padding: 10px 15px;
    outline: unset;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    background: unset;
}

.product-sort-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-flow: wrap;
}

.sort-filter a,
.sort-new-filter a {
    cursor: pointer;
}

.filter-submit-next-btn {
    text-align: end;
    border-width: 3px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(145deg, #2575FC, #FF0844) border-box;
    border: 3px solid transparent !important;
    border-radius: 10px;
    width: 105px;
}

.filter-submit-next-btn button {
    border-radius: 10px;
    border: 0px solid #2575FC;
    background: #FFF;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    outline: unset;
    width: 100%;
}

.main-manufacture-category-dropdown {
    position: sticky;
    top: 210px;
    margin-bottom: 15px;
}

.manufacture-category-dropdown {
    border-radius: 10px;
    border: 1px solid #BFDBFF;
    padding: 24px;
    background: #FFF;
    margin-top: 30px;
    /* max-height: 600px;
    overflow-y: auto; */
}

.all-product-header-btn-section {
    gap: 12px;
    justify-content: flex-end;
}

.number-sort-product-btn {
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.forward-filter-btn button {
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.60);
    padding: 10px 14px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: unset;
    outline: unset;
    width: 105px;
}

.manufacture-category-dropdown .main-title {
    display: flex;
    align-items: center;
    /* padding-bottom: 10px; */
    /* border-bottom: 1px solid rgba(231, 238, 253, 1); */
}

.manufacture-category-dropdown .main-title span {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.manufacture-category-dropdown .main-title img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.manufacture-category-dropdown .sub-categories {
    margin-top: 20px;
}
.manufacture-category-dropdown .accordion-button.collapsed{
    border-bottom: 1px solid rgba(231, 238, 253, 1);
}
.manufacture-category-dropdown .accordion-button{
    padding-bottom: 10px !important;
}
.manufacture-category-dropdown .sub-categories .sub-title {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(231, 238, 253, 1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    cursor: pointer;
}

.sub-title,
.sub-title a {
    color: #466dc7ff !important;
}
.product-price {
    color: red;
    font-size: 22px !important;
}
.product-name:hover,
.product-name *:hover {
    color: #0569ffff;
    text-decoration: underline;
}
.manufacture-category-dropdown .sub-categories .sub-title .manufacturer_name {
    min-width: 15px;
    min-height: 15px;
}
.manufacture-category-dropdown .sub-categories .sub-title p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(77, 77, 77, 1);
    margin-bottom: 0px;
}
.manufacture-category-dropdown .sub-categories .sub-title a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(77, 77, 77, 1);
    display: block;
}
.manufacture-category-dropdown .accordion-body .Clear-data-section{
    margin-top: 15px;
}

.manufacture-category-data ul {
    margin: 0px;
    padding: 0px;
}

.manufacture-category-data ul li {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px solid #BFDBFF;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.manufacture-category-data ul li:last-child {
    margin-bottom: 0px !important;
}

.recommended-products-bg {
    border-radius: 15px;
    border: 1px solid #DFE9FE;
    background: #FFF;
    padding: 10px 10px 20px;
}

.recommended-products-img {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}

.recommended-products-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recommended-products-bg p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
}

.recommended-products-bg h1 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px 0px 0px;
}

.recommended-products-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    flex-flow: wrap;
    margin-top: 12px;
}

.recommended-products-cart button {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px;
    border-radius: 8px;
    background: linear-gradient(90deg, #6A11CB 0%, #2575FC 100%);
    border: unset;
    outline: unset;
    color: var(--Text, #FAFAFA);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

.recommended-products-cart button img {
    width: 20px !important;
}

.all-recommended-products-cart button {
    border-radius: 8px !important;
}

.recommended-products-like-cart {
    border-radius: 100% !important;
    border: 1px solid #BFDBFF !important;
    background: unset !important;
    width: 45px;
    height: 45px;
    justify-content: center;
}

.recommended-products-like-cart img {
    width: 15px;
}

.products-add-cart-section span {
    color: #263238;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

.recommended-products-details-bg {
    border-radius: 20px;
    border: 1px solid #BFDBFF;
    background: #FFF;
    padding: 30px;
    display: flex;
    gap: 30px;
}

.recommended-products-details {
    width: calc(100% - 250px);
}

.recommended-products-show {
    width: 215px;
    height: 215px;
}

.recommended-products-show img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recommended-products-details label {
    color: #000;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
    max-width: 570px;
    text-wrap: wrap;
    width: 100%;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.recommended-products-details label p {
    color: #000;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    max-width: 570px;
    text-wrap: wrap;
    width: 100%;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.recommended-products-details h1 {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 30px;
}

.product-code-data {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-flow: wrap;
}

.product-code {
    border-radius: 100px;
    background: #e7f0ff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 0px;
    flex-flow: wrap;
}

.product-code span {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

.product-code P {
    color: #3b6fd5;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 500;
}

.products-add-cart-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    gap: 7px;
}

.products-add-cart-section .recommended-products-cart {
    justify-content: left !important;
    gap: 16px !important;
}

.recommended-products-cart-note {
    display: flex;
    align-items: center;
    gap: 10px;
}

.recommended-products-cart-note .warranty-card-label {
    border-radius: 20px;
    background: #FFEFE5;
    padding: 6px 25px;
    color: #E25D12;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.recommended-products-cart-note .free-card-label {
    border-radius: 20px;
    background: #E4F7F5;
    padding: 6px 25px;
    color: #27AE60;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0px !important;
}



.main-product-list-header {
    width: 100%;
    /* background: url(../../../../../custom-assets/img/product-list-bg.png); */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 16px 20px;
}

.main-product-header-data {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-flow: wrap;
}

.main-product-header-back {
    border-width: 3px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(145deg, #2575FC, #FF0844) border-box;
    border: 3px solid transparent !important;
    border-radius: 8px;
}

.main-product-header-back a,
.main-product-header-back button {
    border-radius: 8px;
    border: 0px;
    padding: 10px 22px;
    background: #FFF;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-product-header-back a img,
.main-product-header-back button img {
    width: 8px;
}

.main-product-header-list-page ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-flow: wrap;
}

.main-product-header-list-page ul li {
    list-style: none;
    padding: 0px;
}

.main-product-header-list-page ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

.main-product-header-list-page ul li img {
    width: 20px;
}

.main-not-product-section {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 50px -2px rgba(0, 0, 0, 0.07);
    padding: 30px;
}

.main-not-product-section-data {
    margin: 100px 0px;
}

.main-not-product-img {
    width: 250px;
    height: 250px;
    margin: auto;
}

.main-not-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-not-product-section-data h6 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.main-not-product-section-data p {
    color: #757575;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
}

@media(max-width:1199px) {
    .product-code {
        border-radius: 15px;
    }

    .recommended-products-details label {
        font-size: 15px;
    }

    .recommended-products-details label p {
        font-size: 15px;
    }
}

@media(max-width:1040px) {
    .all-product-header-btn-section {
        justify-content: flex-start;
    }
}

@media(max-width:991px) {
    .main-all-product-header-title h1 {
        font-size: 22px;
    }

    .manufacture-category-dropdown {
        margin-bottom: 0px !important;
        padding: 15px;
    }

    .main-product-header-data {
        gap: 15px;
    }
}

@media(max-width:767px) {
    .main-all-product-header-title {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .main-all-product-header-data {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .product-sort-section {
        margin-bottom: 0px;
    }

    .main-all-product-header-title h1 {
        margin-bottom: 0px;
    }

    .recommended-products-details-bg {
        display: block;
        position: relative;
    }

    .recommended-products-details {
        width: 100%;
    }

    .recommended-products-show {
        margin-bottom: 15px;
    }

    .recommended-products-details label {
        margin-bottom: 15px;
    }

    .recommended-products-details h1 {
        margin-bottom: 15px;
    }

    .products-add-cart-section {
        position: absolute;
        top: 30px;
        right: 20px;
    }
}

@media(max-width:575px) {
    .main-all-product-header-title {
        display: block;
        margin-bottom: 10px;
    }

    .main-all-product-header-title h1 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .main-all-product-header-section {
        display: block;
    }

    .main-all-product-header-data {
        display: block;
    }

    .product-sort-section {
        margin-bottom: 10px;
    }

    .main-product-header-back {
        display: none;
    }

    .breadcrumb-list {
        display: none;
    }

    .breadcrumb-list:last-child {
        display: block;
    }

    .all-product-header-btn-section {
        justify-content: flex-start;
    }
}

@media(max-width:425px) {
    .number-sort-product-btn {
        width: 100%;
        min-width: 100%;
    }

    .main-body-bg .liked-product-card .recommended-products-bg h1 {
        font-size: 18px;
    }

    .main-not-product-img {
        width: 100%;
        height: 100%;
    }

    .recommended-products-details-bg .recommended-products-show {
        margin-right: auto !important;
    }
    .manufacture-category-dropdown .main-title span{
        font-size: 16px;
    }
}

@media(max-width:374px) {
    .recommended-products-details-bg {
        padding: 20px;
    }

    .products-add-cart-section {
        top: 20px;
        right: 10px;
    }

    .recommended-products-show {
        width: 190px;
        height: 190px;
    }
}
