.product-view-details-section {
    margin-bottom: 50px;
}

.product-details-title-section {
    color: #000f28 !important;
    font-size: 18px;
    font-weight: 700 !important;
    margin: 0px;
    margin-bottom: 15px;
    max-width: 570px;
    text-wrap: wrap;
    word-break: keep-all !important;
    word-wrap: break-word;
}

.product-details-title-section * {
    color: #000f28 !important;
    font-size: 18px;
    font-weight: 700 !important;
    margin: 0px;
    margin-bottom: 15px;
    max-width: 570px;
    text-wrap: wrap;
    word-break: keep-all !important;
    word-wrap: break-word;
}

/* .product-view-details-section h6 {
    color: #000f28;
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 15px;
    max-width: 570px;
    text-wrap: wrap;
    word-break: keep-all !important;
    word-wrap: break-word;
}

.product-view-details-section h6 p {
    color: #000f28;
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 15px;
    max-width: 570px;
    text-wrap: wrap;
    word-break: keep-all !important;
    word-wrap: break-word;
} */

.product-view-price-box {
    border-radius: 20px;
    border: 1px solid #bfdbff;
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.product-view-price-box label {
    color: #0b3378;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-view-price-box h5 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
}

.product-view-price-box h5 span {
    color: #e60012;
    font-size: 16px;
}

.product-view-price-box h5 small {
    font-size: 16px;
}

.product-details-show-data {
    border-radius: 20px;
    border: 1px solid #bfdbff;
    padding: 15px;
    background: #fff;
}

.product-details-view-data {
    border: 1px solid #f1f2f3;
    background: #fff;
}

.product-details-view-name {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-flow: wrap;
    padding: 15px;
    border-bottom: 1px solid #f1f2f3;
}

.product-details-view-name :last-child {
    border-bottom: 0px;
}

.product-details-view-name span {
    color: #0b3378;
    font-size: 20px;
    font-weight: 600;
    min-width: 135px;
}

.product-details-view-name p {
    color: #000 !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.main-Product-features-section {
    border-radius: 10px;
    border: 1px solid #bfdbff;
    background: #fff;
    padding: 15px 20px;
    /* width: 1415px; */
}

.product-title-section {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    width: fit-content;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.underline-gradiant {
    height: 5px;
    background: linear-gradient(135deg, #72aff0 0.1%, #ffd0d4 100.1%);
    display: block;
}

.product-title-section img {
    width: 25px;
}

.product-features-data {
    margin-top: 20px;
    margin-bottom: 0px;
}

.product-features-data textarea {
    width: 100%;
    border: none;
    outline: unset;
    resize: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16.19px;
    font-weight: 400;
    line-height: 24px;
}

.product-item-select-section {
    border-radius: 20px;
    border: 1px solid #bfdbff;
    background: #f3f8ff;
    padding: 15px;
    margin-bottom: 50px;
}

.product-quantity-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 24px;
}

.product-quantity-title label {
    color: #000;
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
}

.product-quantity-title p {
    color: #000;
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}

.product-item-select-number {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.product-item-select-number .product-all-select-number {
    font-size: 18px;
    width: auto;
}

.product-item-select-number button {
    border-radius: 8px;
    border: 1px solid #bfdbff;
    min-width: 60px;
    height: 60px;
    font-size: 28px;
    outline: unset;
    line-height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-select-number input {
    border-radius: 8px;
    border: 1px solid #bfdbff;
    min-width: 60px;
    height: 60px;
    font-size: 28px;
    outline: unset;
    background: #fff;
    text-align: center;
}

.product-item-minus {
    font-size: 30px;
}

.product-item-total-price {
    margin: 20px 0px;
}

.product-item-total-price h6 {
    color: #000;
    font-size: 25px;
    margin: 0px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item-total-price h6 small {
    font-size: 16px;
}

.product-item-total-price h6 span:not(#totalItemPrice) {
    color: #e60012;
    font-size: 15px;
}

.product-add-cart-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
    border-radius: 8px;
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 18px 25px;
    border: unset;
    outline: unset;
}

.product-add-cart-btn button img {
    width: 25px;
}

.product-delivery-box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-flow: wrap;
    border-radius: 8px;
    border-bottom: 1px solid #f1f2f3;
    padding: 10px 15px;
    background: #fff;
    margin: 10px 0px 10px;
}

.product-delivery-box:last-child {
    margin-bottom: 0px;
}

.product-delivery-box img {
    width: 40px;
    height: 40px;
}

.product-delivery-box span {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    min-width: 100px;
}

.product-delivery-box p {
    color: #000;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
}

.product-view-show-section {
    /* min-width: 320px;
    max-width: 640px; */
    margin: 0 auto;
    color: #333;
    padding: 0;
    font: "Microsoft Yahei", Verdana, Tahoma;
    margin-bottom: 20px;
}

.containers {
    width: 100%;
    position: relative;
}

.swiper1 {
    width: 100%;
}

.swiper1 .selected {
    border-radius: 10px;
    border: 1px solid rgba(37, 117, 252, 1) !important;
    background: #fff;
}

.swiper1 .swiper-slide {
    border-radius: 10px;
    border: 1px solid #e3dfdf;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    height: 130px !important;
    margin-bottom: 0px;
    width: 125px !important;
    height: 125px !important;
}



.product-mini-item {
    width: 100%;
    height: 100%;
}

.product-mini-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper2 {
    width: 100%;
    height: 500px !important;
    margin-bottom: 15px !important;
    border-radius: 20px;
    border: 1px solid #bfdbff;
}

.swiper2 .swiper-slide {
    width: 100% !important;
    height: 500px !important;
    text-align: center;
    font-size: 25px;
    width: 100%;
    padding: 15px 30px;
    background: #fff;
}

.product-view-main-item {
    width: 100%;
    height: 100%;
}

.product-view-main-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: zoom-in;
}

/*
.scroll-swiper-wrapper {
    overflow-x: auto;
} */

.scroll-swiper-wrapper::-webkit-scrollbar {
    height: 6px;
    border-radius: 15px;
}

.scroll-swiper-wrapper::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 5px;
}

.scroll-swiper-wrapper::-webkit-scrollbar-thumb {
    background: #004ea2;
    border-radius: 5px;
}

.swiper-container-free-mode>.swiper-wrapper {
    /* transform: unset !important; */
    cursor: default;
}

.total-item-message {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.product-view-main-item:focus-visible {
    outline: unset !important;
}

.product-view-main-item a:-webkit-any-link:focus-visible {
    outline: unset !important;
}

.product-warranty-section {
    border-radius: 8px;
    border-bottom: 1px solid #F1F2F3;
    background: #FFF;
    padding: 15px;
    margin-bottom: 30px;
}

.product-warranty-title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-flow: wrap;
    margin-bottom: 15px;
}

.product-warranty-title-section h6 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.product-warranty-title-section p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.main-product-warranty-image-section{
    border: 1px solid #000;
    padding: 5px;
    margin-bottom: 15px;
}

.product-warranty-image-section {
    width: 80px;
    height: 80px;
    margin: auto;
}

.product-warranty-image-section img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-warranty-select-section {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-flow: wrap;
    justify-content: flex-end;
    border-bottom: 1px solid #bfdbff;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.product-warranty-select-section:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.product-warranty-select-btn {
    border-radius: 8px;
    border: 1px solid #BFDBFF;
    background: #FFF;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 125px;
    cursor: pointer;
}

.product-warranty-select-btn input {
    width: 18px;
    height: 18px;
    min-width: 18px;
}

.product-warranty-select-btn span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.product-features-warranty-section{
    margin-top: -110px;
}


@media (max-width: 1599px) {
    .product-details-view-name {
        padding: 20px;
    }

    .product-details-view-name p {
        font-size: 18px;
    }

    .product-details-view-name span {
        font-size: 18px;
    }

    .product-delivery-box span {
        font-size: 18px;
        min-width: 70px;
    }

    .product-delivery-box p {
        font-size: 15px;
    }

    .swiper2 .swiper-slide,
    .swiper2 {
        height: 420px !important;
    }

    .product-item-total-price {
        margin: 20px 0px;
    }
}

.swiper-button-next {
    background-image: unset;
    background-color: black;
    display: flex;
    width: 23px;
    height: 78px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    right: 0;
    left: auto;
}

.swiper-button-prev {
    background-image: unset;
    background-color: black;
    display: flex;
    width: 23px;
    height: 78px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    left: 0;
    left: auto;
}

.product-like-details-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 15px;
}

.product-like-details-view .recommended-products-like-cart {
    border: 1px solid #D0D0D0 !important;
}

/* .product-features-warranty-section {
    margin-top: -100px !important;
} */

.ph-2-product-view-details-section {
    display: none;
}

@media (max-width: 1499px) {
    .product-warranty-select-btn {
        min-width: 110px;
    }

    .product-warranty-title-section {
        gap: 7px;
    }
}

@media (max-width: 1410px) {
    .main-Product-features-section {
        width: auto;
    }
}

@media (max-width: 1399px) {
    .product-details-show-data {
        padding: 15px;
    }

    .product-details-title-section {
        width: auto;
        word-break: break-word;
        min-width: auto;
        max-width: none;
    }

    .product-details-title-section * {
        width: auto;
        word-break: break-word;
        min-width: auto;
        max-width: none;
    }

    /* .product-view-details-section h6 {
        width: auto;
        word-break: break-word;
        min-width: auto;
    }

    .product-view-details-section h6 p {
        width: auto;
        word-break: break-word;
        min-width: auto;
    } */

    .product-warranty-section {
        margin-bottom: 10px;
        padding: 15px 10px;
    }

    .product-delivery-box span,
    .product-delivery-box p {
        font-size: 16px;
        min-width: 50px;
    }

    .product-delivery-box {
        padding: 10px 7px;
    }

    .product-add-cart-btn button {
        padding: 12px 20px;
    }

    .product-delivery-box img {
        width: 35px;
        height: 35px;
    }

    .product-warranty-select-section {
        gap: 15px;
    }

    .product-delivery-box p {
        font-size: 13px;
    }
}

@media (max-width: 1250px) {
    .product-warranty-select-section {
        gap: 4px;
    }
}

@media (max-width: 1199px) {
    .product-delivery-box {
        padding: 10px 15px;
    }

    .product-delivery-box span {
        min-width: 75px;
    }

    .product-details-view-name span {
        min-width: 110px;
    }

    .product-warranty-title-section {
        gap: 15px;
    }

    .product-delivery-box p {
        font-size: 14px;
    }

    /* .product-features-warranty-section {
        margin-top: 0px !important;
    } */

    .product-warranty-select-section {
        gap: 15px;
    }

    .product-quantity-title {
        margin-bottom: 15px;
    }

    .product-quantity-responsive-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        flex-flow: wrap;
    }

    .product-quantity-table-section {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-flow: wrap;
        justify-content: space-between;
    }

    .product-quantity-table-section .product-item-total-price {
        margin: 0px;
    }

    .product-setproduct-table-section {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .product-features-warranty-section{
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .product-delivery-box span {
        min-width: 100px;
    }

    .product-view-details-section,
    .product-item-select-section,
    .product-view-show-section {
        margin-bottom: 20px;
    }

    .product-view-show-section {
        min-width: auto;
    }

    .product-details-view-name {
        padding: 15px;
        justify-content: space-between;
    }

    .product-details-view-name span {
        min-width: auto;
    }

    .show-zoom-image {
        display: none !important;
    }
}

@media (max-width: 922px) {
    .product-setproduct-table-section .product-warranty-section {
        order: 2;
        width: 100%;
    }

    .product-setproduct-table-section {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-item-select-number button {
        height: 50px;
        font-size: 24px;
        line-height: 1px;
    }

    .product-item-select-number input {
        height: 50px;
    }

    .product-quantity-title {
        margin-bottom: 15px;
    }

    .product-item-total-price {
        margin: 15px 0px;
    }

    .product-delivery-box {
        margin-top: 15px;
    }

    .product-item-total-price h6,
    .product-view-price-box h5 {
        font-size: 22px;
    }

    .product-view-details-section .products-add-cart-section {
        position: inherit !important;
    }

    .ph-2-product-view-details-section {
        display: block;
    }

    .ph-2-product-like-details-view {
        display: none;
    }

    .product-like-details-view p,
    .product-like-details-view h6 {
        margin-bottom: 0px;
    }
}

@media (max-width: 575px) {
    .product-quantity-responsive-section {
        display: block;
    }

    .product-quantity-table-section .product-item-total-price {
        margin: 15px 0px;
    }

    .product-quantity-table-section {
        display: block;
    }

    .product-setproduct-table-section {
        display: block;
    }
}

@media (max-width: 500px) {
    .swiper1 .swiper-slide {
        width: 110px !important;
        height: 110px !important;
    }

    .product-details-title-section {
        word-break: initial !important;
        word-wrap: initial !important;
    }

    .product-details-title-section * {
        word-break: initial !important;
        word-wrap: initial !important;
    }

    /* .product-view-details-section h6 p {
        word-break: initial !important;
        word-wrap: initial !important;
    } */
}

@media (max-width: 499px) {

    .swiper2 .swiper-slide,
    .swiper2 {
        height: 400px !important;
    }

    .product-details-view-name {
        padding: 10px;
    }

    .product-details-view-name span,
    .product-details-view-name p {
        font-size: 16px;
    }

    .product-details-view-name p a {
        color: inherit !important;
    }

    .product-delivery-box span,
    .product-delivery-box p {
        font-size: 16px;
    }

    .product-delivery-box img {
        width: 40px;
        height: 40px;
    }

    .product-details-title-section {
        font-size: 16px;
    }

    /* .product-view-details-section h6 {
        font-size: 16px;
    }

    .product-view-details-section h6 p {
        font-size: 16px;
    } */
}

@media (max-width: 425px) {

    .swiper2 .swiper-slide,
    .swiper2 {
        height: 350px !important;
    }

    .product-delivery-box span {
        min-width: 65px;
    }

    .product-delivery-box {
        gap: 5px;
    }
}

@media (max-width: 375px) {
    .product-warranty-section {
        padding: 15px;
    }

    .product-warranty-select-section {
        gap: 5px;
    }

    .product-delivery-box p {
        font-size: 14px;
    }
}

.fslightbox-toolbar-button:first-child {
    display: none !important;
}

.product-add-cart-btn.bg-red #addToCartBtn {
    background: #ff7676 !important;
}
