/* Common material order css */

.MO a.commonMO-btn {
    padding: 13px 20px 13px 20px;
    border: 1px solid var(--violet-red);
    border-radius: 38px;
    text-decoration: unset;
    display: inline-flex;
    line-height: 13px;
    font-size: 16px;
    justify-content: center;
}
.MO a.commonMO-btn:not(.commonMO-white-btn) {
    color: var(--white);
    background-color: var(--violet-red);
}
.MO a.commonMO-btn { 
    color: var(--violet-red);
    background-color: var(--white);
}
.MO h5.commn-h5 {
    color: var(--violet-red);
    font-weight: 600;
}
.MO .moSlide-bottom-btn {
    text-align: center;
    display: flex;
    max-width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.MO a.commonMO-btn.mw-btnunset {
    max-width: fit-content;
}
.MO .material-card img {
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    /*height: fit-content;*/
}


body.fertility {
    --MOrgba: rgba(163, 0, 80, 0.2);
}

body.gastroenterology {
    --MOrgba: rgba(0, 116, 122, 0.2);
}

body.obstetrics {
    --MOrgba: rgba(105, 58, 119, 0.2);
}


.MO .materialorder-container-1100 {
    max-width: 1100px;
    margin: auto;
}
.MO.materialorder-header {
    background: transparent linear-gradient(249deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
    color: var(--white);
}
.MO a.filter-btn {
    padding: 13px 35px;
    border: 1px solid var(--violet-red);
    border-radius: 38px;
    text-decoration: unset;
    color: var(--violet-red);
    display: inline-flex;
    align-items: center;
    line-height: 13px;
    margin-right: 15px;
    text-align: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.4s ease;
    margin-bottom: 15px;
}
.MO a.filter-btn .checkmark {
    position: absolute;
    left: 50px;
    /* right: 0; */
    /* margin: auto; */
    opacity: 0;
    font-size: 16px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateX(-20px);
    width: fit-content;
    font-weight: bold;
}
.MO a.filter-btn .checkmark img {
    filter: var(--TAFilter);
}
.MO .filter-btn.clicked {
    background-color: var(--MOrgba);
}
.MO .filter-btn.clicked .checkmark {
    opacity: 1;
    transform: translateX(-25px);
}
.MO .filter-btn.clicked .buttonText {
    transform: translateX(15px);
}
.MO .filter-btn .buttonText {
    transition: transform 0.4s ease;
}
.MO .addtocartcontainer {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.MO .added-to-cart {
    display: none; /* Initially hide added to cart content */
    flex-direction: column;
    align-items: center;
}

.MO .added-to-cart.active {
    display: flex; /* Show added to cart content when active */
    margin-left: 10px; /* Adjust margin as needed */
}

.MO .checkmark {
    position: absolute;
    left: 15px;
}

.MO .delete-icon {
    margin-left: 10px;
    font-size: 16px;
    opacity: 0;
    /* cursor: pointer; */
}
.MO .delete-icon[style*="opacity: 1"] {
    cursor: pointer;
    pointer-events: auto;
}
.MO .materialorder-btn {
    flex: 0 1 55%;
    max-width: 110px;
}
.MO .materialorder-btn.clicked {
    position: relative;
    margin-right: 25px;
    padding-left: 15px;
    padding-right: 18px;
    align-items: center;
    justify-content: right;
}
.MO .materialorder-btn.clicked::before {
    content: '';
    position: absolute;
    background-color: var(--violet-red);
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -20px;
}
.MO .materialorder-btn.clicked .added-to-cart {
    display: flex; /* Show added to cart content when button is clicked */
}

.MO .specialty-filter {
    margin-bottom: 30px;
}
.MO.materialorder-contentarea {
    /* padding-top: 40px;
    padding-bottom: 40px; */
    padding-top: 200px;
    padding-bottom: 40px;
}
.MO a.select-all-btn {
    margin-left: 30px;
    text-decoration: none;
    color: var(--violet-red);
}
.MO .material-card {
    padding: 50px 0px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    border-top: 1px solid rgba(217, 217, 217, 1);
}
.MO .material-card h5.commn-h5 {
    margin-bottom: 15px;
}
.MO .numberOfPages span {
    color: var(--violet-red);
}
.MO nav.materialorder-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}
.MO ul.pagination.pagination-sm {
    margin: 0;
}
.MO ul.pagination.pagination-sm {
    margin: 0;
    margin-left: 15px;
}
.MO nav.materialorder-pagination .page-link {
    border: unset;
    background-color: unset !important;
    color: rgba(177, 177, 177, 1);
    font-size: 16px;
    margin-right: 5px;
}
.MO nav.materialorder-pagination .page-item.active .page-link {
    color: var(--violet-red);
    border: 1px solid var(--violet-red);
    border-radius: 13px;
    line-height: 12px;
    padding: 8px 6px;
    font-weight: 900;
}
.MO span.pagination-title {
    color: var(--violet-red);
    display: flex;
    align-items: center;
    position: relative;
}
.MO nav.materialorder-pagination .page-link:focus {
    box-shadow: unset;
}
/* CSS for small loader circle */
.MO.loader {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid var(--fcv2-blue);
    animation: spin 1s linear infinite;
    position: absolute;
    left: -40px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (min-width: 768px) {
    .MO.materialorder-header {
        padding-top: 250px;
        padding-bottom: 60px;
    }
    #ta-selector-salesforce-guest .commonPopupContent > .row {
        padding-top: unset;
    }
}

@media screen and (max-width:1200px) {
    .MO .materialorder-container-1100 {
        max-width: 100%;
        padding: 0px 20px;
    }
    .MO.materialorder-contentarea .materialorder-container-1100 .row {
        width: 100%;
        margin: auto;
    }
    .MO .material-card {
        padding: 35px 0px;
    }
 }


 @media screen and (max-width: 767px) {
    .MO.materialorder-header {
        padding-top: 130px;
        padding-bottom: 30px;
    }
    .MO .material-card .col-4 {
        width: 100%;
        /* margin-bottom: 30px; */
        padding: 0;
        padding-right: 0px !important;
    }
    .MO .material-card .col-8 {
        width: 100%;
        padding: 0;
    }
    .MO a.filter-btn {
        padding: 13px 25px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .MO a.select-all-btn {
        margin-left: 10px;
    }
    .MO .filter-btn.clicked .checkmark {
        transform: translateX(-35px);
    }
    .MO .filter-btn.clicked .buttonText {
        transform: translateX(10px);
    }
    .MO.materialorder-header .col-8 {
        width: 100%;
    }
    .MO .specialty-filter {
        padding: 0;
    }
 }


 @media screen and (max-width: 479px) {
    .MO .specialty-filter-buttons a {
        display: inline-flex;
        margin-bottom: 10px;
    }
    .MO.materialorder-contentarea {
        padding-top: 150px;
        padding-bottom: 20px;
    }
    .MO .specialty-filter {
        margin-bottom: 20px;
    }
    .MO .materialorder-btn.clicked {
        padding-left: 37px;
    }
    .MO a.commonMO-btn {
        padding: 14px 22px 14px 22px;
    }
    .MO nav.materialorder-pagination {
        padding-top: 30px;
    }
    /* .MO.sticky-cart-slide .sticky-cart-btn, .MO.sticky-cart-slide.active .sticky-cart-btn {
        left: -40px;
    } */
 }
 @media only screen and (min-width: 480px) and (max-width: 992px) {
    .MO.materialorder-contentarea {
        padding-top: 150px;
    }
 }
 @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .MO .material-card .col-4 {
        padding-right: 1rem !important;
    }
 }
 @media only screen and (min-width: 768px) and (max-width: 834px) {
    .MO a.filter-btn{
        margin-bottom: 10px;
    }
 }
 @media only screen and (min-width: 835px) and (max-width: 857px) {
    .MO a.filter-btn {
        padding: 13px 25px;
    }
 }
/* gastrotrepatic CSS */
body.gastroenterology .MO.materialorder-header {
    background: var(--color-alice-blue);
    color: var(--color-black);
}
.materialorder-header.MO{
    display: none;
}
#ta-selector-salesforce-guest .commonPopupContent select{
	border-radius: 7.31px;
}