body {
    background-color: #f1f3f6 !important;
}

:focus,
input:focus,
label:focus,
a:focus,
a:hover,
a:active {
    outline: 0 !important;
    text-decoration: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif !important;
}

main.containtSec {
    display: grid;
    grid-template-columns: 27% 46% 25%;
    grid-gap: 1%;
    margin: 0;
    padding: 1%;
    text-align: justify;
    font-family: 'Inter', sans-serif !important;
    background-color: #fff;
    box-shadow: 0 0 5px #a1a1a1;
    border-radius: 4px;
}

main.containtSec.removeRightPanel {
    grid-template-columns: 27% 72%;
}


@media (max-width: 1440px) {
    main.containtSec {
        grid-template-columns: 25% 45% 28%;
        grid-gap: 1%;
    }
}

main.containtSec aside.sidebar-left ol {
    position: sticky;
    top: 80px;
    background: transparent;
    color: #5f5f5f;
    border-radius: 6px;
    padding: 0px;
    overflow: hidden;
    list-style: none;
    margin: 0;
}

main.containtSec aside.sidebar-left ol li {
    padding: 0px;
    margin: 0px;
}

main.containtSec aside.sidebar-left .imgSec {
    display: flex;
    align-items: stretch;
    justify-content: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

main.containtSec aside.sidebar-left .imgSec .thumbelImgSec {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    row-gap: 8px;
}

main.containtSec aside.sidebar-left .imgSec .thumbelImgSec .thumbelImg {
    overflow: hidden;
    height: 100%;
}

main.containtSec aside.sidebar-left .imgSec .thumbelImgSec .thumbelImg ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

main.containtSec aside.sidebar-left .imgSec .thumbelImgSec .thumbelImg ul li {
    margin: 0;
    padding: 0;
}

main.containtSec aside.sidebar-left .imgSec .thumbelImgSec .thumbelImg ul li img {
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    padding: 5px;
}

main.containtSec aside.sidebar-left .imgSec .thumbelImgSec .top {
    background-color: #fff;
    border: 1px solid #e4e7ec;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

main.containtSec aside.sidebar-left .imgSec .thumbelImgSec .top i {
    color: #fff;
}

main.containtSec aside.sidebar-left .imgSec .thumbelImgSec .top:hover {
    background-color: #007dc9;
}

main.containtSec aside.sidebar-left .imgSec .thumbelImgSec .bottom {
    background-color: #344054;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

main.containtSec aside.sidebar-left .imgSec .thumbelImgSec .bottom i {
    color: #fff;
}

main.containtSec aside.sidebar-left .imgSec .thumbelImgSec .bottom:hover {
    background-color: #007dc9;
}

main.containtSec aside.sidebar-left .imgSec .mainZoomImg {
    background-color: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    align-items: stretch;
}

main.containtSec aside.sidebar-left .mrpSec {
    padding: 0px;
    /*padding: 0px;*/
    margin: 0px;
    /* background-color: #eee;
    text-align: center;
    border-radius: 10px; */

}

main.containtSec aside.sidebar-left .mrpSec .sellerInformation {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 8px;
    margin-bottom: 8px;
}

/* Old code */
/* main.containtSec aside.sidebar-left .mrpSec h5 {
    background-color: #fff6ed;
    padding: 2px 6px;
    margin: 8px 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
    line-height: 18px;
    color: #ec4a0a;
    font-family: 'Roboto', sans-serif;
}

main.containtSec aside.sidebar-left .mrpSec h4 {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 !important;
}

main.containtSec aside.sidebar-left .mrpSec h4 .off {
    color: #039855;
    font-weight: bold;
} */
/* Old code */

/* Newly added on 7/7/2025 */
main.containtSec aside.sidebar-left .mrpSec h5 {

    background-color: #fff6ed;

    padding: 2px 6px;

    margin: 0 0 8px;

    display: inline-block;

    font-size: 12px;

    font-weight: 400;

    border-radius: 4px;

    line-height: 18px;

    color: #ec4a0a;



}



main.containtSec aside.sidebar-left .mrpSec h4 {

    color: #667085;

    font-size: 15px;

    font-weight: 400;

    padding: 0 !important;

    margin: 0 !important;

}



main.containtSec aside.sidebar-left .mrpSec h4 .off {

    color: #ec4a0a;

    font-weight: bold;

}
/* Newly added on 7/7/2025 */

main.containtSec aside.sidebar-left .mrpSec h3 {
    color: #344054;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    padding: 5px 0 0 !important;
    margin: 0 !important;
    position: relative;
}

main.containtSec aside.sidebar-left .mrpSec h3 sup {
    color: #646464;
    font-size: 14px;
    font-weight: normal;
}

main.containtSec aside.sidebar-left .mrpSec em {
    font-style: normal;
    color: #667085;
    font-size: 10px;
}

main.containtSec aside.sidebar-left .addtocartSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-left: 88px; */
    -moz-column-gap: 8px;
    column-gap: 8px;
    /* margin-top: 15px; */  /* Removed on 7/7/2025 */
}

main.containtSec aside.sidebar-left .addtocartSec .buyNowBtn {
    width: 50%;
    background-color: #f1f9fe;
    border-color: #0090dd;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
}

main.containtSec aside.sidebar-left .addtocartSec .buyNowBtn a {
    color: #0090dd;
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: normal;
    display: block;
    text-align: center;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main.containtSec aside.sidebar-left .addtocartSec .buyNowBtn a:hover {
    text-decoration: none;
}

main.containtSec aside.sidebar-left .addtocartSec .custAddCrtBtn {
    background-color: #0090dd;
    border-color: #0090dd;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    width: 50%;
    text-align: center;
    border-radius: 6px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

main.containtSec aside.sidebar-left .addtocartSec .custAddCrtBtn div span {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 46px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
}

main.containtSec aside.sidebar-left .addtocartSec .custAddCrtBtn:hover {
    text-decoration: none;
}

main.containtSec aside.sidebar-left .addtocartSec .custAddCrtBtn .input-group span {
    display: block;
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    line-height: normal;
}

main.containtSec aside.sidebar-left .addtocartSec .custAddCrtBtn .cartbton {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main.containtSec aside.sidebar-left .addtocartSec .custAddCrtBtn .cartbton .minusIcon {
    width: 75px;
    padding: 0px;
    margin: 0px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

main.containtSec aside.sidebar-left .addtocartSec .custAddCrtBtn .cartbton .minusIcon .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

main.containtSec aside.sidebar-left .addtocartSec .custAddCrtBtn .cartbton .plusIcon {
    width: 75px;
    padding: 0px;
    margin: 0px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

main.containtSec aside.sidebar-left .addtocartSec .custAddCrtBtn .cartbton .plusIcon .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

main.containtSec aside.sidebar-left .addtocartSec .custAddCrtBtn .cartbton .form-control {
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    font-weight: normal;
    padding: 0;
}

.brd1 {
    border: 1px solid #eee;
}

main.containtSec aside.sidebar-left .sidebartitleSec {
    background-color: #fff;
    padding: 0;
    /* margin: 16px 0; */ /* Removed on 7/7/2025 */
    margin: 12px 0 0; /* Added on 7/7/2025 */
    display: none;
    text-align: left;
}


main.containtSec aside.sidebar-left .sidebartitleSec h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 0;
    margin: 0;
    color: #344054;
    font-family: 'Inter', sans-serif !important;
}

main.containtSec aside.sidebar-left .sidebartitleSec h2 i {
    color: #00548b;
}

/* Removed on 7/7/2025 */
/* main.containtSec aside.sidebar-left .sidebartitleSec h5 {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 5px 0 17px;
    color: #475467;
} */

main.containtSec aside.sidebar-left .sidebartitleSec a.rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 8px;
    column-gap: 8px;
    text-decoration: none;
}

main.containtSec aside.sidebar-left .sidebartitleSec a.rating span {
    background-color: #039855;
    color: #fff;
    padding: 3px 12px;
    display: block;
    border-radius: 6px;
    font-weight: 400;
}

main.containtSec aside.sidebar-left .sidebartitleSec a.rating small {
    font-size: 14px;
    color: #475467;
    font-weight: 500;
}

main.containtSec aside.sidebar-left .sidebartitleSec a.rating:hover {
    color: #007dc9;
}

main.containtSec aside.sidebar-left .sidebartitleSec.active {
    display: block;
    /* padding-left: 88px; */
}

.body-sticky main.containtSec aside.sidebar-left .sidebartitleSec {
    display: block;
    border-top: 1px solid #eee;
    /* padding-top: 15px; */ /* Removed on 7/7/2025 */
    padding-top: 10px; /* Added on 7/7/2025 */
    margin-top: 10px;
}

main.containtSec aside.sidebar-right ul {
    position: sticky;
    top: 80px;
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #5f5f5f;
    border-radius: 6px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    list-style: none;
}

main.containtSec aside.sidebar-right ul .headerSection {
    padding: 20px 14px;
    border-bottom: 2px solid #dfdfdf;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 4px;
}

main.containtSec aside.sidebar-right ul .headerSection h3 {
    padding: 0;
    margin: 0;
    color: #344054;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

main.containtSec aside.sidebar-right ul .headerSection small {
    padding: 0;
    margin: 0;
    color: #667085;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    line-height: normal;
    display: block;
}

main.containtSec aside.sidebar-right ul li {
    padding: 0;
    max-height: 550px;
    overflow-y: auto;
    transition: all 0.4s ease;
}

main.containtSec aside.sidebar-right ul li:active,
main.containtSec aside.sidebar-right ul li:hover {
    overflow-y: auto;
}

main.containtSec aside.sidebar-right ul li::-webkit-scrollbar {
    width: 3px;
    background-color: #c4c4c4;
}

main.containtSec aside.sidebar-right ul li::-webkit-scrollbar-thumb {
    height: 3px;
    border-radius: 10px;
    visibility: hidden;
}

main.containtSec aside.sidebar-right ul li::-webkit-scrollbar-track {
    visibility: hidden;
}

main.containtSec aside.sidebar-right ul li::-webkit-scrollbar-thumb,
main.containtSec aside.sidebar-right ul li:hover::-webkit-scrollbar-thumb,
main.containtSec aside.sidebar-right ul li:focus::-webkit-scrollbar-thumb {
    visibility: visible;
    background: #424040;
}

main.containtSec aside.sidebar-right ul li ul {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0px;
}

main.containtSec aside.sidebar-right ul li ul li {
    border-bottom: 1px solid #dfdfdf;
    padding: 12px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 12px;
    column-gap: 12px;
    overflow: hidden;
}

main.containtSec aside.sidebar-right ul li ul li:last-child {
    border: none;
}

/* @media (max-width: 1440px) {
    main.containtSec aside.sidebar-right ul li ul li {
        align-items: flex-start;
        flex-direction: column;
    }
    
} */
/* margin-left: 20%; margin-top: 10px; */
.lftPad1366 {
    cursor: pointer;
}

main.containtSec aside.sidebar-right ul li ul li .left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: 8px;
    column-gap: 8px;
    text-decoration: none;
}

/* @media (max-width: 1440px) {
    main.containtSec aside.sidebar-right ul li ul li .left {
      align-items: flex-start;
    }
  } */
main.containtSec aside.sidebar-right ul li ul li .left .imgSec {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    width: 72px;
    padding: 5px;
    border-radius: 6px;
}

main.containtSec aside.sidebar-right ul li ul li .left .imgSec img {
    -o-object-fit: cover;
    object-fit: cover;
}

main.containtSec aside.sidebar-right ul li ul li .left .conSec {
    text-align: left;
    text-decoration: none;
    width: 80%;
}

main.containtSec aside.sidebar-right ul li ul li .left .conSec strong {
    font-size: 15px;
    font-weight: 500;
    color: #344054;
    text-align: left;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
}

main.containtSec aside.sidebar-right ul li ul li .left .conSec strong:hover {
    color: #000;
}

main.containtSec aside.sidebar-right ul li ul li .left .conSec .precesec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 2px;
    column-gap: 4px;
    padding-top: 4px;
}

/* @media (max-width: 1440px) {
    main.containtSec aside.sidebar-right ul li ul li .left .conSec .precesec {
      flex-direction: column;
      align-items: flex-start;
    }
  } */
main.containtSec aside.sidebar-right ul li ul li .left .conSec .precesec .price {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
}

main.containtSec aside.sidebar-right ul li ul li .left .conSec .precesec .price strong {
    font-weight: 600;
    font-size: 13px;
    color: #344054;
    height: auto;
    padding: 0;
    margin: 0;
}

main.containtSec aside.sidebar-right ul li ul li .left .conSec .precesec .price small {
    font-weight: 400;
    text-decoration: line-through;
    color: #667085;
    font-size: 12px;
    padding: 0 4px;
    margin: 0;
    background-color: transparent;
    border: none;
    line-height: normal;
}

main.containtSec aside.sidebar-right ul li ul li .left .conSec .precesec span {
    background-color: #fff;
    font-weight: 700;
    color: #E9640D;
    font-size: 13px;
    padding: 0px;
}

main.containtSec aside.sidebar-right ul li ul li .right {
    padding: 0;
    margin: 0;
}

main.containtSec aside.sidebar-right ul li ul li .right a {
    text-decoration: none;
    color: #007dc9;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #e5f5ff;
    padding: 4px 12px;
    border-radius: 6px;
}

main.containtSec aside.sidebar-right ul li ul li .right a:hover {
    color: #000;
}

main.containtSec section {
    background-color: #fff;
    word-wrap: break-word;
}

main.containtSec section .breadcrumbArea {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 28px;
}

main.containtSec section .breadcrumbArea .breadcrumbs {
    margin-bottom: 0px;
}

main.containtSec section .breadcrumbArea .breadcrumbs ol {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

main.containtSec section .breadcrumbArea .breadcrumbs ol li {
    padding: 0 8px 0 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    font-size: 11px;
    color: #000;

}

/* main.containtSec section .breadcrumbArea .breadcrumbs ol li span {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
} */
main.containtSec section .breadcrumbArea .breadcrumbs ol li a {
    color: #667085;
}

main.containtSec section .breadcrumbArea .breadcrumbs ol li::after {
    content: '\f105';
    font-family: 'icomoon' !important;
    margin-left: 6px;
    font-size: 9px;
}

/* main.containtSec section .breadcrumbArea .breadcrumbs ol li:nth-last-child(2) { */
main.containtSec section .breadcrumbArea .breadcrumbs ol li.shopbycatg {
    width: 111px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
}

main.containtSec section .breadcrumbArea .breadcrumbs ol li:last-child {
    width: 299px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
}

main.containtSec section .breadcrumbArea .breadcrumbs ol li:last-child::after {
    content: '';
}

main.containtSec section .breadcrumbArea .breadcrumbs ol li::before {
    content: '';
    font-family: 'icomoon' !important;
    margin-left: 0;
    font-size: 12px;
    padding: 0;
}

main.containtSec section .daynamicContent p {
    padding: 0;
    margin: 0 0 5px;
    font-size: 14px;
    color: #344054;
    font-weight: 400;
}

main.containtSec section .daynamicContent p u {
    text-decoration: none;
}

main.containtSec section .daynamicContent p small {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
}

main.containtSec section .daynamicContent p b {
    font-size: 15px;
    font-weight: 600;
}

main.containtSec section p {
    font-size: 14px;
    color: #344054;
    font-weight: 400;
    padding-bottom: 10px;
    margin: 0;
}

main.containtSec section h3 {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    padding-bottom: 10px;
}

main.containtSec section h2 {
    font-size: 17px;
    color: #344054;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

main.containtSec section strong {
    font-size: 15px;
    color: #344054;
    font-weight: 500;
    padding-bottom: 10px;
}

main.containtSec section ul {
    /* padding: 0; */
    margin: 0;
}

.medInfoSec ul {
    /* padding: 0; */
    margin: 0;
}

main.containtSec section ul li b {
    font-size: 14px;
    /* color: #f00; */
    font-weight: 500;
}

main.containtSec section p b {
    font-size: 15px;
    color: #344054;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

main.containtSec section p b i {
    font-style: normal;
}

main.containtSec section ul li {
    padding: 0 0 5px;
    margin: 0;
    font-size: 14px;
    color: #344054;
    font-weight: 400;
}

main.containtSec section .delivery {
    background: linear-gradient(90deg, rgb(245, 255, 251) 0%, rgb(235, 255, 246) 100%);
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 6px;
}

main.containtSec section .delivery ul {
    margin: 0px;
    padding: 0px; /* Added on 7/7/2025 */
    list-style: none;
}

main.containtSec section .delivery ul li {
    margin: 0px 7px;
    list-style: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 6px;
    column-gap: 6px;
    color: #344054;
}

main.containtSec section .delivery ul li strong {
    padding: 0;
    margin: 0;
    color: #027a48;
}

main.containtSec section .delivery ul li i {
    font-size: 21px;
    color: #027a48;
    padding-right: 4px;
}

main.containtSec section .availableVariant {
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

main.containtSec section .availableVariant h3 {
    padding: 0;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

main.containtSec section .availableVariant h4 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #4f585e;
}

main.containtSec section .availableVariant ul {
    padding: 0;
    margin: 6px 0 18px;
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    column-gap: 8px;
    row-gap: 8px;
}

@media (max-width: 1440px) {
    main.containtSec section .availableVariant ul {
        grid-template-columns: auto auto auto auto auto auto;
    }
}

@media (max-width: 1024px) {
    main.containtSec section .availableVariant ul {
        grid-template-columns: auto auto auto auto;
    }
}

main.containtSec section .availableVariant ul li {
    background-color: #E0F3FD;
    padding: 3px 22px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #7DCDF7;
    cursor: pointer;
}

main.containtSec section .availableVariant ul li.active {
    background-color: #009DEC;
    color: #fff;
    border: 1px solid #0090DD;
}

main.containtSec section .availableVariant ul li.active strong {
    color: #fff;
}

main.containtSec section .availableVariant ul li strong {
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #0090DD;
}

main.containtSec section .availableVariant ul li span {
    padding: 0;
    margin: 0;
    font-size: 11px;
}



/* Removed on 7/7/2025 */
/* main.containtSec section .conditionSec {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 6px;
} */

/* Added on 7/7/2025 */
main.containtSec section .conditionSec {

    /* background-color: #fff;border-radius: 6px; */

    border-right: 1px solid #c0eaff;

    padding: 0px;

    display: flex;

    align-items: flex-start;

    flex-direction: column;

    width: 100%;

}

main.containtSec section .conditionSec ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* Removed on 7/7/2025 */
/* main.containtSec section .conditionSec ul li {
    margin: 3px 7px;
    list-style: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 8px;
    column-gap: 8px;
} */

/* Added on 7/7/2025 */
main.containtSec section .conditionSec ul li {

    margin: 2px;

    list-style: none;

    font-size: 14px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    -moz-column-gap: 8px;

    column-gap: 8px;

    

}

main.containtSec section .conditionSec ul li i {
    font-size: 13px;
    line-height: normal;
}

/* Removed on 7/7/2025 */
/* main.containtSec section .compositionsalt {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dfdfdf;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 15px;
    text-decoration: none;
} */

/* Added on 7/7/2025 */
main.containtSec section .compositionsalt {

    background-color: #fff;

    /* display: flex;

    align-items: flex-start;

    justify-content: flex-start;

    column-gap: 6px;

    border: 0px solid #dfdfdf; */

    padding: 0px;

    margin-bottom: 12px;

    text-decoration: none;

}

main.containtSec section .compositionsalt strong {
    font-size: 15px;
    font-weight: 600;
    color: #344054;

    padding: 0; /* Added on 7/7/2025 */
    margin: 0; /* Added on 7/7/2025 */
}

main.containtSec section .compositionsalt p {
    font-size: 14px;
    font-weight: 400;
    color: #667085;
    padding: 0;
    margin: 0;
}

main.containtSec section .compositionsalt i {
    font-size: 24px;
    line-height: normal;
}

/* Removed on 7/7/2025 */
/* main.containtSec section .compositionsalt:hover {
    background-color: #fafdff;
}

main.containtSec section .compositionsalt:hover i {
    color: #0086C9;
} */

main.containtSec section .sidebartitlesec {
    background-color: #fff;
    padding: 0px;
    margin: 0 0 10px;
    display: block;
    text-align: left;
    font-family: 'Inter', sans-serif !important;
}

main.containtSec section .sidebartitlesec h1 {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #344054;
    display: flex;
    align-items: center;
    column-gap: 6px;
    font-family: 'Inter', sans-serif !important;
}

main.containtSec section .sidebartitlesec h1 i {
    color: #00548b;
}

main.containtSec section .sidebartitlesec h5 {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    /* margin: 5px 0 17px; */ /* Removed on 7/7/2025 */
    margin: 5px 0 12px; /* Added on 7/7/2025 */
    color: #475467;
}

main.containtSec section .sidebartitlesec h5 span {
    color: #667085;
}

main.containtSec section .sidebartitlesec a.rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 8px;
    column-gap: 8px;
    text-decoration: none;
    margin-bottom: 10px;
}

main.containtSec section .sidebartitlesec a.rating span {
    background-color: #baf8de;
    color: #004e2d;
    padding: 3px 12px;
    display: block;
    border-radius: 6px;
    font-weight: 400;
}

main.containtSec section .sidebartitlesec a.rating small {
    font-size: 14px;
    color: #475467;
    font-weight: 500;
}

/* Start added on 7/7/2025 */
main.containtSec section .nwDesiSec {

    background-color: #ffffff;

    padding: 18px;

    margin: 0px;

    margin-bottom: 10px;

    display: flex;

    align-items: stretch;

    justify-content: space-between;

    column-gap: 16px;

    border-radius: 12px;

    background: linear-gradient(90deg,rgba(211, 240, 255, 1) 0%, rgba(255, 255, 255, 0.72) 100%);

}



main.containtSec section .mrpSec {

    padding: 0px;

    margin: 0px;

    width: 100%;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: flex-start;



}







main.containtSec section .mrpSec .sellerInformation {

    display: flex;

    align-items: flex-start;

    justify-content: flex-start;

    column-gap: 8px;

    margin-bottom: 8px;

}



main.containtSec section .mrpSec h5 {

    background-color: #fff6ed;

    padding: 2px 6px;

    margin: 0 0 8px;

    display: inline-block;

    font-size: 12px;

    font-weight: 400;

    border-radius: 4px;

    line-height: 18px;

    color: #ec4a0a;



}



main.containtSec section .mrpSec h4 {

    color: #667085;

    font-size: 15px;

    font-weight: 400;

    padding: 0 !important;

    margin: 0 !important;

}



main.containtSec section .mrpSec h4 .off {

    color: #ec4a0a;

    font-weight: bold;

}



main.containtSec section .mrpSec h3 {

    color: #344054;

    font-size: 24px;

    line-height: normal;

    font-weight: 600;

    padding: 5px 0 0 !important;

    margin: 0 !important;

    position: relative;

}



main.containtSec section .mrpSec h3 sup {

    color: #646464;

    font-size: 14px;

    font-weight: normal;

}



main.containtSec section .mrpSec em {

    font-style: normal;

    color: #667085;

    font-size: 10px;

}





main.containtSec section .addtocartSec {

    display: flex;

    align-items: center;

    justify-content: space-between;

    /* padding-left: 88px; */

    -moz-column-gap: 8px;

    column-gap: 8px;

}



main.containtSec section .addtocartSec .buyNowBtn {

    width: 100%;

    background-color: #ffffff;

    border-color: #0090dd;

    border-width: 1px;

    border-style: solid;

    border-radius: 6px;

}



main.containtSec section .addtocartSec .buyNowBtn a {

    color: #0090dd;

    font-size: 16px;

    text-transform: uppercase;

    line-height: normal;

    font-weight: normal;

    display: block;

    text-align: center;

    height: 44px;

    display: flex;

    align-items: center;

    justify-content: center;

}



main.containtSec section .addtocartSec .buyNowBtn a:hover {

    text-decoration: none;

}



main.containtSec section .addtocartSec .custAddCrtBtn {

    background-color: #0090dd;

    border-color: #0090dd;

    border-width: 1px;

    border-style: solid;

    color: #fff;

    font-size: 18px;

    line-height: normal;

    font-weight: normal;

    width: 100%;

    text-align: center;

    border-radius: 6px;

    height: 46px;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

}



main.containtSec section .addtocartSec .custAddCrtBtn div span {

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    height: 46px;

    font-size: 17px;

    text-transform: uppercase;

    font-weight: normal;

}



main.containtSec section .addtocartSec .custAddCrtBtn:hover {

    text-decoration: none;

}



main.containtSec section .addtocartSec .custAddCrtBtn .input-group span {

    display: block;

    width: 100%;

    cursor: pointer;

    background-color: transparent;

    line-height: normal;

}



main.containtSec section .addtocartSec .custAddCrtBtn .cartbton {

    background-color: transparent;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



main.containtSec section .addtocartSec .custAddCrtBtn .cartbton .minusIcon {

    width: 75px;

    padding: 0px;

    margin: 0px;

    border: none;

    display: flex;

    align-items: center;

    justify-content: center;

}



main.containtSec section .addtocartSec .custAddCrtBtn .cartbton .minusIcon .icon {

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-weight: 400;

    font-size: 12px;

}



main.containtSec section .addtocartSec .custAddCrtBtn .cartbton .plusIcon {

    width: 75px;

    padding: 0px;

    margin: 0px;

    border: none;

    display: flex;

    align-items: center;

    justify-content: center;

}



main.containtSec section .addtocartSec .custAddCrtBtn .cartbton .plusIcon .icon {

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-weight: 400;

    font-size: 12px;

}



main.containtSec section .addtocartSec .custAddCrtBtn .cartbton .form-control {

    text-align: center;

    background: transparent;

    border: none;

    box-shadow: none;

    font-size: 16px;

    font-weight: normal;

    color: #fff;

    font-weight: normal;

    padding: 0;

}
/* End added on 7/7/2025 */

main.containtSec section .sidebartitlesec a.rating:hover {
    color: #007dc9;
}

main.containtSec section .sidebartitlesec.active {
    display: none;
}

main.containtSec section .outer-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: width 1s;
}

main.containtSec section .outer-container .outer-container.active {
    width: 500px !important;
    transition: width 1s;
}

main.containtSec section .outer-container .outer-container.active .center {
    height: auto;
    text-align: center;
    padding: 75px;
}

main.containtSec section .outer-container .outer-container.active .center h3 {
    font-size: 14px;
    color: #344054;
    font-weight: 700;
}

main.containtSec section .outer-container .scrollmenu {
    background-color: #fff;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
}

main.containtSec section .outer-container .scrollmenu .navMenu {
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

main.containtSec section .outer-container .scrollmenu .navMenu a {
    color: #667085;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-size: 15px;
}

main.containtSec section .outer-container .scrollmenu .navMenu a.tour-details-section-active {
    color: #000;
    font-weight: 600;
    border-bottom: 3px solid #344054;
}

main.containtSec section .outer-container .scrollmenu .navMenu a.tour-details-section-active:first-child {
    border-bottom: 3px solid #344054;
}

main.containtSec section .outer-container .scrollmenu .navMenu a.tour-details-section-active .center p {
    padding: 0;
    margin: 0;
}

main.containtSec section .outer-container .scrollmenu .navMenu a.tour-details-section-active .center p b {
    font-size: 19px;
    background-color: #027a48;
}

main.containtSec section .outer-container .scrollmenu .navMenu.padtop {
    margin-top: 80px;
    transition: ease-in 0.3s;
    position: relative;
}

.rateReviews {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 16px;
}

.rateReviews .people-review {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 16px;
    padding: 0;
    margin: 0;
}

.rateReviews .person-det {
    border: none;
    padding: 0;
}

.rateReviews .person-det:before {
    border: none;
}

.rateReviews .ratingListing {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}

.rateReviews .nav-tabs {
    border: none;
}

.rateReviews .border-top-none {
    border: none;
}

.rateReviews .nav-tabs li.active a {
    border: none;
}

.detailsPageProLst {
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.detailsPageProLst .productsListing {
    padding: 1%;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0 5px #a1a1a1;
    border-radius: 4px;
    font-size: 13px;
}

.detailsPageProLst .hlthContainer .radi130 {
    border-radius: 8px;
    padding: 16px;
    padding-bottom: 80px;
}

.detailsPageProLst .hlthContainer .owl-item {
    padding: 10px 0;
}

.detailsPageProLst .hlthContainer h3 {
    padding: 0;
    margin: 10px 0;
    font-size: 17px;
    font-weight: 500;
    color: #344054;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.detailsPageProLst .hlthContainer .more-test span {
    min-height: 40px;
    text-align: left;
    font-size: 12px;
    padding-bottom: 10px;
    padding-left: 30px;
    line-height: normal;
    display: block;
}

.detailsPageProLst .hlthContainer .title {
    color: #344054;
    font-size: 19px;
    line-height: normal;
    font-weight: 600;
    padding: 0 0 5px;
    margin: 0;
}

.detailsPageProLst .hlthContainer h4 {
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 5px;
}

.detailsPageProLst .hlthContainer h4 strong {
    color: #039855;
}

.detailsPageProLst .hlthContainer .viewDetails {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 150px;
    color: #0090dd;
    border: 1px solid #0090dd;
    text-align: center;
    margin-left: -75px;
    border-radius: 22px;
    padding: 10px;
}

.detailsPageProLst .hlthContainer .shadow:hover .viewDetails {
    background-color: #0090dd;
    color: #fff;
}

.detailsPageProLst .hlthContainer ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
    font-size: 12px;
    font-weight: normal;
}

.detailsPageProLst .hlthContainer ul li {
    padding: 0 0 5px;
    color: #000;
    line-height: normal;
}

.detailsPageProLst .hlthContainer ul li i {
    padding: 0 4px 0 0;
    color: #ef7f1d;
}

.detailsPageProLst .healthPackagesSec .slick-list {
    margin: 0 -10px;
}

.detailsPageProLst .healthPackagesSec .holder {
    height: auto;
    color: #fff;
    text-align: center;
}

.detailsPageProLst .healthPackagesSec .center {
    margin: 10px;
}

.detailsPageProLst .healthPackagesSec .center img {
    width: 100%;
}

.detailsPageProLst .healthPackagesSec .slick-prev {
    height: 60px;
    width: 32px;
    z-index: 9;
    left: 0px !important;
    top: 50% !important;
    margin-top: 0px;
    background-color: rgba(228, 231, 236, 0.5);
    border-radius: 0 8px 8px 0;
}

.detailsPageProLst .healthPackagesSec .slick-prev::before {
    content: '\f104';
    font-family: icomoon !important;
    font-size: 32px;
    color: #000;
    left: 0px;
    font-weight: normal;
    position: relative;
}

.detailsPageProLst .healthPackagesSec .slick-next {
    height: 60px;
    width: 32px;
    z-index: 9;
    right: -2px !important;
    top: 50% !important;
    margin-top: 0px;
    background-color: rgba(228, 231, 236, 0.5);
    border-radius: 8px 0 0 8px;
}

.detailsPageProLst .healthPackagesSec .slick-next::before {
    content: '\f105';
    font-family: icomoon !important;
    font-size: 32px;
    color: #000;
    right: 0px;
    font-weight: normal;
    position: relative;
}

.detailsPageProLst .productsListing .detailsRatingSec {
    min-height: 222px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    -moz-column-gap: 55px;
    column-gap: 55px;
}

.detailsPageProLst .productsListing .detailsRatingSec .left {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
}

.detailsPageProLst .productsListing .detailsRatingSec .right {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
}

.detailsPageProLst .productsListing .commonHeadertitleSec {
    padding: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detailsPageProLst .productsListing .commonHeadertitleSec h2 {
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    color: #1d2939;
    background-color: transparent;
}

@media (max-width: 1024px) {
    .detailsPageProLst .productsListing .commonHeadertitleSec h2 {
        font-size: 15px;
    }
}

.detailsPageProLst .productsListing .commonHeadertitleSec a {
    background-color: #f6f6f6;
    color: #1268b3;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.detailsPageProLst .productsListing .commonHeadertitleSec a:hover {
    background-color: #ebebeb;
    text-decoration: none;
    color: #000;
}

.detailsPageProLst .productsListing .sliderPrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detailsPageProLst .productsListing .sliderPrice .price {
    display: flex;
    flex-direction: column;
    row-gap: 0px;
}

.detailsPageProLst .productsListing .sliderPrice .price strong {
    color: #1d2939;
    font-size: 17px;
}

.detailsPageProLst .productsListing .sliderPrice .price small {
    color: #667085;
    font-size: 13px;
    text-decoration: line-through;
}

@media (max-width: 1024px) {
    .detailsPageProLst .productsListing .sliderPrice .price strong {
        font-size: 12px;
    }

    .detailsPageProLst .productsListing .sliderPrice .price small {
        font-size: 10px;
    }
}

.custAddCrtBtn {
    cursor: pointer;
}

.detailsPageProLst .productsListing .sliderPrice .custAddCrtBtn {
    width: 50%;
    text-align: center;
}

.detailsPageProLst .productsListing .sliderPrice .custAddCrtBtn .cart-count-plus-minus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #039855;
    background-color: #039855;
    border-radius: 6px;
    padding: 2px 0;
}

.detailsPageProLst .productsListing .sliderPrice .custAddCrtBtn .cart-count-plus-minus .minus-btn {
    padding: 8px 4px 8px 12px;
    border: none;
    background-color: transparent;
    color: #fff;
    line-height: normal;
}

.detailsPageProLst .productsListing .sliderPrice .custAddCrtBtn .cart-count-plus-minus .cart-count {
    padding: 0;
    margin: 0;
    border: none;
    height: auto;
    box-shadow: none;
    background-color: #039855 !important;
    color: #fff;
}

.detailsPageProLst .productsListing .sliderPrice .custAddCrtBtn .cart-count-plus-minus .plus-btn {
    padding: 8px 12px 8px 4px;
    border: none;
    background-color: transparent;
    color: #fff;
    line-height: normal;
}

.detailsPageProLst .productsListing .sliderPrice .addBtn {
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    padding: 9px 30px;
    color: #039855;
    display: block;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.detailsPageProLst .detailsFotDescription {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.detailsPageProLst .detailsFotDescription .commonHeadertitleSec {
    padding: 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detailsPageProLst .detailsFotDescription p {
    padding: 0;
    margin: 0;
}

.detailsPageProLst .detailsFotDescription .commonHeadertitleSec h2 {
    font-size: 17px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    color: #1d2939;
    background-color: transparent;
}

@media (max-width: 1024px) {
    .detailsFotDescription .commonHeadertitleSec h2 {
        font-size: 15px;
    }
}

.detailsPageProLst .detailsFotDescription .commonHeadertitleSec a {
    background-color: #f6f6f6;
    color: #1268b3;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.detailsPageProLst .detailsFotDescription .commonHeadertitleSec a:hover {
    background-color: #ebebeb;
    text-decoration: none;
    color: #000;
}

.detailsPageProLst .reviewtisPro {
    padding: 0;
    margin: 0;
    background-color: #f7f7f7;
}

.detailsPageProLst .reviewtisPro span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    cursor: pointer;
}

/* ul.prod_des li b {font-weight: bold; color: #f00 !important;} */

.panel-group .panel {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    border: none;
}

.panel-group .panel .panel-heading {
    padding: 0;
    margin: 0;
    width: 100%;
}

.panel-default>.panel-heading a i {
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    color: #4a4a4a;
}

.panel-group .panel .panel-collapse .panel-body {
    padding: 0 0 0 64px;
}

.panel-group .nav-pills>li.active>a {
    background-color: #fff;
    border-bottom: 3px solid #000;
    color: #000;
}

.panel-group .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
}

.panel-default>.panel-heading {
    border-color: #027a48;
}

.footerConSec {
    background-color: #fff;
}

.productsListing .addtocartSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-top: 10px;
}

.productsListing .addtocartSec .priceSec {
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.productsListing .addtocartSec .priceSec .sellprice {
    color: #b1b1b3;
}

.productsListing .addtocartSec .priceSec .offerprice {
    color: #000;
}

.productsListing .addtocartSec .custAddCrtBtn {
    background-color: #fff;
    border-color: #039855;
    border-width: 1px;
    border-style: solid;
    color: #039855;
    font-size: 13px;
    line-height: normal;
    font-weight: bold;
    width: 50%;
    text-align: center;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.productsListing .addtocartSec .custAddCrtBtn div span {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-height: 34px;
}

.productsListing .addtocartSec .custAddCrtBtn:hover {
    text-decoration: none;
}

.productsListing .addtocartSec .custAddCrtBtn .input-group span {
    display: block;
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    line-height: normal;
}

.productsListing .addtocartSec .custAddCrtBtn .cartbton {
    background-color: #039855;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}

.productsListing .addtocartSec .custAddCrtBtn .cartbton .minusIcon {
    width: 25%;
    padding: 0px;
    margin: 0px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productsListing .addtocartSec .custAddCrtBtn .cartbton .minusIcon .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}

.productsListing .addtocartSec .custAddCrtBtn .cartbton .plusIcon {
    width: 25%;
    padding: 0px;
    margin: 0px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productsListing .addtocartSec .custAddCrtBtn .cartbton .plusIcon .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}

.productsListing .addtocartSec .custAddCrtBtn .cartbton .form-control {
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    font-weight: normal;
    width: 50%;
}

@media (max-width: 1440px) {
    main.containtSec aside.sidebar-left .addtocartSec {
        flex-direction: column;
        row-gap: 10px;
    }

    main.containtSec aside.sidebar-left .addtocartSec .buyNowBtn {
        width: 100%;
    }

    main.containtSec aside.sidebar-left .addtocartSec .custAddCrtBtn {
        width: 100%;
    }
}

.productsListing .item {
    background: #fff;
    padding: 0px;
    margin: 0px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    position: relative;
}

.productsListing .owl-prev {
    position: absolute;
    width: 40px;
    height: 80px;
    border-radius: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    left: 0;
    top: 50%;
    margin-top: -40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 7px 2px 10px -1px rgba(0, 0, 0, 0.4);
    background-color: hsla(0, 0%, 100%, 0.98);
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.productsListing .owl-prev.disabled {
    background: #fff;
    cursor: not-allowed !important;
    box-shadow: 7px 2px 10px -1px rgba(0, 0, 0, 0.4);
}

.productsListing .owl-prev.disabled:after {
    color: #d0d0d0;
    cursor: not-allowed !important;
}

.productsListing .owl-next {
    position: absolute;
    width: 40px;
    height: 80px;
    font-size: 0;
    padding: 0;
    margin: 0;
    right: 0;
    top: 50%;
    margin-top: -40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: -5px 2px 10px -3px rgba(0, 0, 0, 0.4);
    background-color: hsla(0, 0%, 100%, 0.98);
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.productsListing .owl-next.disabled {
    background: #fff;
    cursor: not-allowed !important;
    box-shadow: -5px 2px 10px -3px rgba(0, 0, 0, 0.4);
}

.productsListing .owl-next.disabled:after {
    color: #d0d0d0;
    cursor: not-allowed !important;
}

.productsListing .owl-prev:after {
    content: '\f104';
    color: #000;
    font-size: 32px;
    line-height: 20px;
    width: 12px;
    font-family: icomoon !important;
    left: 50%;
    position: absolute;
    margin-left: -6px;
    top: 50%;
    margin-top: -10px;
}

.productsListing .owl-next:after {
    content: '\f105';
    color: #000;
    font-size: 32px;
    line-height: 20px;
    width: 12px;
    font-family: icomoon !important;
    left: 50%;
    position: absolute;
    margin-left: -6px;
    top: 50%;
    margin-top: -10px;
}

.productsListing .owl-next:hover {
    box-shadow: -5px 2px 10px -3px rgba(0, 0, 0, 0.7);
}

.productsListing .owl-prev:hover {
    box-shadow: 7px 2px 10px -1px rgba(0, 0, 0, 0.7);
}

.productsListing .shadow .outOfStk {
    position: absolute;
    background-color: rgb(239 239 239 / 80%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    z-index: 9;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 5px;
}

.productsListing .shadow .outOfStk span {
    padding: 10px 30px;
    background-color: rgb(0 0 0 / 75%);
    border-radius: 6px;
    color: #fdd501;
    font-size: 14px;
}

.productsListing .shadow {
    box-shadow: 0 3px 16px 0 #fff;
    border-radius: 2px;
}

.productsListing .shadow:hover {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.22);
    border-radius: 2px;
}






main.containtSec section .genericMedSec {
    background-color: #E8F6FF;
    border: 1px solid #E8F6FF;
    padding: 0px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #027A48;
}

.toggle {
    display: none;
}

.option {
    position: relative;
}

.option label {
    position: relative;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 16px;
}

.title,
.content {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.2s;
}

.title {
    padding: 16px;
    display: block;
    color: #027A48;
    font-weight: normal;
    cursor: pointer;
}

.title:after,
.title:before {
    content: '';
    position: absolute;
    right: 36px;
    top: 43%;
    width: 1.5px;
    height: 10px;
    background-color: #114e74;
    transition: all 0.2s;
    transform: rotate(-45deg);
}

.title:after {
    transform: rotate(45deg);
    right: 30px;
}

.content {
    max-height: 0;
    overflow: hidden;
    background-color: #E8F6FF;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;

    p {
        margin: 0;
        padding: 15px;
        font-size: 0.9em;
        line-height: 1.5;
    }
}

.toggle:checked {
    & .content {
        /* box-shadow: 0px 0px 1px #000, 0px 0px 1px #ddd; */
        border: 1px solid #000;
        border-radius: 6px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    &+.title+.content {
        height: auto;
        max-height: 440px;
        overflow-y: auto;
    }

    &+.title:before {
        transform: rotate(45deg) !important;
    }

    &+.title:after {
        transform: rotate(-45deg) !important;
    }
}

.alternativeMedSec {
    padding: 16px;
}

.alternativeMedSec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}

.alternativeMedSec ul li {
    background-color: #fff;
    padding: 12px !important;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #027A48;
    row-gap: 8px;
}

.alternativeMedSec ul li .first {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    column-gap: 22px;
    text-align: left;
    position: relative;
}

.alternativeMedSec ul li .first .ribbon {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 0 12px;
}

.alternativeMedSec ul li .first .ribbon {
    --r: .4em;
    --c: #039855;
    position: absolute;
    top: -22px;
    left: -18px;
    line-height: 1.8;
    padding: 0em 1.2em calc(2*var(--r));
    border-radius: var(--r) 0 0 var(--r);
    background: radial-gradient(100% 50% at left, var(--c) 98%, #0000 101%) 100% 0/.5lh calc(100% - 2*var(--r)),
        radial-gradient(100% 50% at right, #0005 98%, #0000 101%) 0 100%/var(--r) calc(2*var(--r)),
        conic-gradient(from 90deg at var(--r) calc(100% - 2*var(--r)), #0000 25%, var(--c) 0) 0 0/calc(101% - .5lh) 100%;
    background-repeat: no-repeat;
}

.alternativeMedSec ul li .first h3 {
    font-size: 15px;
    font-weight: 500;
    color: #344054;
    text-align: left;
    line-height: normal;
    padding: 10px 0 0 0;
    margin: 0;
}

.alternativeMedSec ul li .first h5 {
    color: #737C8F;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.alternativeMedSec ul li .first .addBtn {
    border: 1px solid #7dcdf7;
    color: #007dc9;
    border-radius: 6px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    width: 120px;
    text-transform: uppercase;
    box-shadow: 0px 0px 2px #7dcdf7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.alternativeMedSec ul li .second {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.alternativeMedSec ul li .second .precesec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 2px;
    column-gap: 4px;
    padding: 0px;
}


.alternativeMedSec ul li .second .precesec .price {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
}

.alternativeMedSec ul li .second .precesec .price strong {
    font-weight: 700;
    font-size: 14px;
    color: #344054;
    height: auto;
    padding: 0;
    margin: 0;
}

.alternativeMedSec ul li .second .precesec .price small {
    font-weight: 500;
    text-decoration: line-through;
    color: #667085;
    font-size: 13px;
    padding: 0 4px;
    margin: 0;
    background-color: transparent;
    border: none;
    line-height: normal;
}

.alternativeMedSec ul li .second small strong {
    font-weight: 600 !important;
    font-size: 13px !important;
    padding: 0 !important;
}

.alternativeMedSec ul li .second .precesec span {
    background-color: #fff;
    font-weight: 700;
    color: #F46A13;
    font-size: 14px;
    padding: 0px;
    text-transform: uppercase;
}

.alternativeMedSec ul li .second small {
    color: #667085;
    font-size: 12px;
    font-weight: 500;
}
.ableVariant {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 16px;
    padding: 0px;
    margin: 0 0 16px;
}

.ableVariant h4 {
    font-size: 16px;
    font-weight: 600;
    color: #344054;
    padding: 0px;
    margin: 0 0 5px;
}

.ableVariant .variantLst {
    padding: 16px;
    margin: 0px;
    background-color: #e6f6fd;
    border: 1px solid #c2e8fd;
    border-radius: 6px;
    width: 100%;
}

.ableVariant .variantLst ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}

.ableVariant .variantLst ul li {
    background-color: #fff;
    box-shadow: 0 0 2px #a1a1a1;
    padding: 12px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #027A48;
    row-gap: 8px;
}

.ableVariant .variantLst ul li .first {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    column-gap: 22px;
    text-align: left;
    position: relative;
}

.ableVariant .variantLst ul li .first .ribbon {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 0 12px;
}

.ableVariant .variantLst ul li .first .ribbon {
    --r: .4em;
    --c: #039855;
    position: absolute;
    top: -22px;
    left: -18px;
    line-height: 1.8;
    padding: 0em 1.2em calc(2*var(--r));
    border-radius: var(--r) 0 0 var(--r);
    background: radial-gradient(100% 50% at left, var(--c) 98%, #0000 101%) 100% 0/.5lh calc(100% - 2*var(--r)),
        radial-gradient(100% 50% at right, #0005 98%, #0000 101%) 0 100%/var(--r) calc(2*var(--r)),
        conic-gradient(from 90deg at var(--r) calc(100% - 2*var(--r)), #0000 25%, var(--c) 0) 0 0/calc(101% - .5lh) 100%;
    background-repeat: no-repeat;
}

.ableVariant .variantLst ul li .first h3 {
    font-size: 15px;
    font-weight: 500;
    color: #344054;
    text-align: left;
    line-height: normal;
    padding: 10px 0 0 0;
    margin: 0;
}

.ableVariant .variantLst ul li .first h5 {
    color: #737C8F;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.ableVariant .variantLst ul li .first .addBtn {
    border: 1px solid #7dcdf7;
    color: #007dc9;
    border-radius: 6px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    width: 120px;
    text-transform: uppercase;
    box-shadow: 0px 0px 2px #7dcdf7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ableVariant .variantLst ul li .second {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ableVariant .variantLst ul li .second .precesec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 2px;
    column-gap: 4px;
    padding: 0px;
}


.ableVariant .variantLst ul li .second .precesec .price {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
}

.ableVariant .variantLst ul li .second .precesec .price strong {
    font-weight: 700;
    font-size: 14px;
    color: #344054;
    height: auto;
    padding: 0;
    margin: 0;
}

.ableVariant .variantLst ul li .second .precesec .price small {
    font-weight: 500;
    text-decoration: line-through;
    color: #667085;
    font-size: 13px;
    padding: 0 4px;
    margin: 0;
    background-color: transparent;
    border: none;
    line-height: normal;
}

.ableVariant .variantLst ul li .second small strong {
    font-weight: 600 !important;
    font-size: 13px !important;
    padding: 0 !important;
}

.ableVariant .variantLst ul li .second .precesec span {
    background-color: #fff;
    font-weight: 700;
    color: #F46A13;
    font-size: 14px;
    padding: 0px;
    text-transform: uppercase;
}

.ableVariant .variantLst ul li .second small {
    color: #667085;
    font-size: 12px;
    font-weight: 500;
}


/* for .jitoAltMedSec  160925*/
main.containtSec aside.sidebar-right .alternativePDPMedSec {
    border: 1px solid #7DCDF7;
    padding: 0px;
    position: sticky;
    top: 80px;
    color: #5f5f5f;
    border-radius: 12px;
    margin: 0px;
    overflow: hidden;
    list-style: none;
    margin-bottom: 16px;
    background: #E0F7FF;
    background: linear-gradient(180deg, rgba(224, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 32%);
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .headerSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 4px;
    padding: 24px 16px 16px;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .headerSection .lftSec {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    color: #344054;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .headerSection .lftSec h3 {
    padding: 0;
    margin: 0;
    color: #344054;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec .bottomBannerSec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 8px;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec .bottomBannerSec .blockSec {
    color: #344054;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 4px;
    position: relative;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec .bottomBannerSec .blockSec::after {
    content: "";
    position: absolute;
    right: -5px;
    width: 2px;
    height: 50%;
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(153, 192, 230, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec .bottomBannerSec .blockSec:last-child::after {
    width: 0px;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec .compareSec {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    color: #007DC9;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: sticky;
    top: 80px;
    background: #fff;
    border: 1px solid #E4E7EC;
    color: #5f5f5f;
    border-radius: 8px;
    padding: 0px;
    margin: 0px;
    overflow: visible;
    list-style: none;
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul li {
    background-color: #fff;
    padding: 14px 12px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #027A48;
    row-gap: 8px;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul li .first {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    column-gap: 6px;
    text-align: left;
    position: relative;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul li .first .imageSec {
    width: 64px;
    height: 64px;
    border: 1px solid #E4E7EC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 8px;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul li .first .imageSec img {
    aspect-ratio: 1/1;
    width: 100%;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul li .ribbon {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 0 12px;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul li .ribbon {
    --r: .4em;
    --c: #039855;
    position: absolute;
    top: -12px;
    left: -6px;
    line-height: 1.8;
    padding: 0em 1.2em calc(2*var(--r));
    border-radius: var(--r) 0 0 var(--r);
    background: radial-gradient(100% 50% at left, var(--c) 98%, #0000 101%) 100% 0/.5lh calc(100% - 2*var(--r)), radial-gradient(100% 50% at right, #0005 98%, #0000 101%) 0 100%/var(--r) calc(2*var(--r)),
        conic-gradient(from 90deg at var(--r) calc(100% - 2*var(--r)), #0000 25%, var(--c) 0) 0 0/calc(101% - .5lh) 100%;
    background-repeat: no-repeat;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul li .first h3 {
    font-size: 15px;
    font-weight: 500;
    color: #344054;
    text-align: left;
    line-height: normal;
    padding: 0;
    margin: 0;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul li .first .expdate {
    color: #344054;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul li .first .expdate span {
    background-color: #F2F4F7;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul li .first .price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul li .first .price strong {
    font-weight: 700;
    font-size: 16px;
    color: #344054;
    height: auto;
    padding: 0;
    margin: 0;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul li .first .price small {
    font-weight: 500;
    color: #667085;
    font-size: 14px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    line-height: normal;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul li .first .addbutton {
    border: none;
    color: #fff;
    border-radius: 6px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 38px;
    text-transform: capitalize;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #0090DD;
    text-shadow: none;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul .slider {
    height: 50px;
    overflow: hidden;
    background-color: #FFFAEB;
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0;
    
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul .slider div {
    color: #667085;
    height: 50px;
    margin-bottom: 50px;
    padding: 10px 20px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul .slider div strong {
    font-weight: 700;
    padding: 0 4px;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul .slider-text1 {
    background-color: #FFFAEB;
    color: #667085;
    animation: slide 8s linear infinite;
    
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul .slider-text2 {
    background: #FFFAEB;
}

main.containtSec aside.sidebar-right .alternativePDPMedSec .jitoAltMedSec ul .slider-text3 {
    background: #FFFAEB;
}

@keyframes slide {
    0% {
        margin-top: -300px;
    }

    5% {
        margin-top: -200px;
    }

    33% {
        margin-top: -200px;
    }

    38% {
        margin-top: -100px;
    }

    66% {
        margin-top: -100px;
    }

    71% {
        margin-top: 0px;
    }

    100% {
        margin-top: 0px;
    }
}

.compareSecModal {
    background-color: #fff;
    min-height: 333px;
    border-radius: 12px;
    overflow: hidden;
    border: none;
}

.compareSecModal .modalheader {
    background-color: #ffffff;
    padding: 16px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4e7ec;
}

.compareSecModal .modalheader h5 {
    color: #344054;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.compareSecModal .modalheader .closeBtn {
    color: #344054;
    background-color: transparent;
    border: 1px solid #767676;
    font-size: 9px;
    font-weight: 400;
    padding: 2px 6px 0px 6px;
    margin: 0;
    border-radius: 50%;
}

.compareSecModal .modalheader .closeBtn:hover {
    border-color: #000000;
}

.compareSecModal .modalheader .closeBtn:hover i {
    color: #000000;
}

.compareSecModal .modalbody {
    min-height: 400px;
    background: #E0F7FF;
    background: linear-gradient(180deg, rgba(224, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 32%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    margin: 0;
}

.compareSecModal .modalbody .headSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.compareSecModal .modalbody .headSec .lft {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.compareSecModal .modalbody .headSec .lft h3 {
    padding: 0;
    margin: 0;
    color: #0090DD;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.compareSecModal .modalbody .headSec .lft p {
    padding: 0;
    margin: 0;
    color: #475467;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.compareSecModal .modalbody .headSec .right {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.compareSecModal .modalbody .headSec .right h3 {
    padding: 0;
    margin: 0;
    color: #039855;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.compareSecModal .modalbody .headSec .right p {
    padding: 0;
    margin: 0;
    color: #475467;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.compareSecModal .modalbody .bdySec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.compareSecModal .modalbody .bdySec ul {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    border: 1px solid #E4E7EC;
    border-radius: 8px;
    overflow: hidden;
}

.compareSecModal .modalbody .bdySec ul li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    margin: 0;
    border-bottom: 1px solid #E4E7EC;
    gap: 4px;
    background-color: #ECFDF3;
}

.compareSecModal .modalbody .bdySec ul li .lowerprice {
    background-color: #FB6514;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 0 8px;
    border-radius: 4px;
}

.compareSecModal .modalbody .bdySec ul li button {
    background-color: #039855;
    color: #fff;
    border: none;
    width: 100%;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px;
    cursor: pointer;
}

.compareSecModal .modalbody .bdySec ul li .imgSec {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    margin: 16px auto;
}

.compareSecModal .modalbody .bdySec ul li h2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #344054;
    line-height: normal;
}

.compareSecModal .modalbody .bdySec ul li:first-child {
    background-color: #F9FAFB;
    color: #667085;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.compareSecModal .modalbody .bdySec ul li:first-child::after {
    background-color: #E4E7EC;
}

.compareSecModal .modalbody .bdySec ul li:first-child::before {
    background-color: #E4E7EC;
}

.compareSecModal .modalbody .bdySec ul li:nth-child(2) {
    background-color: #039855;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.compareSecModal .modalbody .bdySec ul li:nth-child(2)::after {
    background-color: transparent;
}

.compareSecModal .modalbody .bdySec ul li:nth-child(2)::before {
    background-color: transparent;
}

.compareSecModal .modalbody .bdySec ul li:nth-child(odd) {
    border-right: 1px solid #E4E7EC;
    background-color: #fff;
}

.compareSecModal .modalbody .bdySec ul li:nth-last-child(2) {
    border-bottom: none;
}

.compareSecModal .modalbody .bdySec ul li:last-child {
    border-bottom: none;
}

.compareSecModal .modalbody .bdySec ul li::after {
    background-color: #ECFDF3;
    content: "";
    width: 10px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0px;
    margin-bottom: -1px;
    right: 0px;
}

.compareSecModal .modalbody .bdySec ul li::before {
    background-color: #ECFDF3;
    content: "";
    width: 10px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0px;
    margin-bottom: -1px;
    left: 0px;
}

.compareSecModal .modalbody .fotSec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 24px;
    margin: 6px 0;
}

.compareSecModal .modalbody .fotSec .blockSec {
    color: #475467;
    font-size: 13px;
    font-weight: 600;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 12px;
    position: relative;
}

.compareSecModal .modalbody .fotSec .blockSec::after {
    content: "";
    position: absolute;
    right: -5px;
    width: 2px;
    height: 50%;
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(153, 192, 230, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.compareSecModal .modalbody .fotSec .blockSec:last-child::after {
    width: 0px;
}