@font-face {
    font-family: 'Avenir';
    src: url('../font/avenir/avenirRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('../font/avenir/avenirBlack.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
body {
    font-family: 'Avenir' !important;
}

/*region Background*/
.mcare-bg-blue{
    background: #21409A !important;
}

.mcare-bg-light-blue{
    background: #5ec9dd; !important;
}

.mcare-bg-pink{
    background: #f38bb3 !important;
}

.mcare-bg-light-pink{
    background: #ffe7ee; !important;
}

.mcare-bg-white{
    background: #ffffff; !important;
}

.mcare-bg-green{
    background: #60c260 !important;
}

.mcare-bg-light-green{
    background: #defaff; !important;
}

.mcare-bg-gray{
    background: #F3F5F6; !important;
}

.mcare-bg-img-heart{
    background-image: url("../media/img/heart.png") !important;
    background-repeat: no-repeat !important;
    background-size: 500px !important;
    background-position: -80px !important;
}

.mcare-bg-orange{
    background: rgba(249,70,29,0.7) !important;
}
/*endregion*/

/*region Font Color*/
.mcare-gray-color{
    color: #626974;
}

.mcare-green-color{
    color: #60c260 !important;
}

.mcare-light-gray-color{
    color: #626974;
}

.mcare-strong-gray-color{
    color: #1C191A;
}

.mcare-white-color{
    color: #ffffff !important;
}

.mcare-blue-color{
    color: #21409a !important;
}

.mcare-pink-color{
    color: #f38bb3 !important;
}

.mcare-light-blue{
    color: #5ec9dd;
}
/*endregion*/

/*region Font Size*/

.mcare-fs-1p1{
    font-size: 1.1rem !important;
}

.mcare-fs-0p9{
    font-size: 0.938rem !important;
}

.mcare-fs-0p8{
    font-size: 0.8rem !important;
}

.mcare-fs-1p2rem{
    font-size: 1.2rem;
}

.mcare-fs-12px{
    font-size: 12px !important;
}

.mcare-fs-14px{
    font-size: 14px !important;
}

.mcare-fs-15px{
    font-size: 15px !important;
}

.mcare-fs-16px{
    font-size: 16px !important;
}

.mcare-fs-18px{
    font-size: 18px !important;
}

.mcare-fs-20px{
    font-size: 20px !important;
}

.mcare-fs-24px{
    font-size: 24px !important;
}

.mcare-fs-28px{
    font-size: 28px !important;
}

.mcare-fs-38px{
    font-size: 38px !important;
}

.mcare-fs-48px{
    font-size: 48px !important;
}

/*endregion*/

/*region Margin*/

/*region Top*/

.mcare-mt-7p8{
    margin-top: 7.8rem !important;
}

.mcare-mt-11px{
    margin-top: 11px !important;
}

.mcare-mt-13px{
    margin-top: 13px !important;
}

.mcare-mt-16px{
    margin-top: 16px !important;
}

.mcare-mb-16px{
    margin-bottom: 16px !important;
}

.mcare-mt-25px{
    margin-top: 25px !important;
}

.mcare-mt-27px{
    margin-top: 42px !important;
}


.mcare-mt-30px{
    margin-top: 30px !important;
}

.mcare-mt-70px{
    margin-top: 70px !important;
}

.mcare-mt-80px{
    margin-top: 80px !important;
}

/*endregion*/

/*region Bottom*/

.mcare-mb-14{
    margin-bottom: 14px !important;
}

/*endregion*/

/*endregion*/

/*region Border*/

.mcare-separator-1px{
    height: 1px;
    background: #eaeaea !important;
    margin-left: 15px;
    margin-right: 15px;
}

.mcare-separator-vertical-1px{
    height: 22px;
    width: 2px;
    background: #eaeaea !important;
    margin-left: 15px;
    margin-right: 15px;
}

.mcare-separator-sm{
    height: 1px;
    background: #eaeaea !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mcare-separator{
    height: 2px;
    background: #eaeaea !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mcare-border-top{
    border-top: 1px solid #3c5a9a !important;
}

.mcare-border-bottom{
    border-bottom: 1px solid #eaeaea !important;
}

.mcare-border-gray{
    border: 1px solid #F1F1F4FF !important;
}

.mcare-border-radius-6{
    border-radius: 6px;
}

.mcare-border-radius-15{
    border-radius: 15px;
}

.mcare-border-radius-50{
    border-radius: 50px;
}

.mcare-border-top-radius-6{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.mcare-border-bottom-radius-6{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.mcare-border-top-0{
    border-top: 0 !important;
}

.mcare-border-active{
    --bs-card-box-shadow: var(--bs-root-card-box-shadow);
    --bs-card-border-color: var(--bs-root-card-border-color);
    border: 1px solid var(--bs-card-border-color);
    box-shadow: var(--bs-box-shadow-sm) !important;
}

/*endregion*/

/*region Image*/

.mcare-50px{
    width: 50px;
    height: 50px;
}

.mcare-max-img-50px{
    max-width: 50px;
    max-height: 50px;
}

.mcare-90px{
    width: 90px;
    height: 90px;
}

.mcare-max-img-90px{
    max-width: 90px;
    max-height: 90px;
}

/*endregion*/

/*region Form*/

/*region Button*/
.mcare-btn{
    text-align: center;
    background-blend-mode: normal;
    border-radius: 50px !important;
    font-weight: bold;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4rem;
    border: 0px;
    cursor: pointer;
    color: #ffffff;
}

.mcare-btn-radius-6{
    text-align: center;
    background-blend-mode: normal;
    border-radius: 6px !important;
    font-weight: bold;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4rem;
    border: 0px;
    cursor: pointer;
    color: #ffffff;
}

.mcare-btn-pink{
    background: #f38bb3;
}

.mcare-btn-pink:hover{
    background-color: #21409A !important;
}

.mcare-btn-blue{
    background: #21409A;
}

.mcare-btn-blue:hover{
    background-color: #f38bb3 !important;
    color: #ffffff;
}

.mcare-btn-gray{
    background: #626974;
}

.mcare-btn-gray:hover{
    background-color: #21409A !important;
    color: #ffffff;
}

.mcare-btn-light-blue{
    background: #5EC9DD;
    border-radius: 5px !important;
    width: 100%;
    font-size: 15px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mcare-btn-light-blue:hover{
    background-color: #f38bb3 !important;
    color: #ffffff;
}
/*endregion*/

/*region Checked*/
.mcare-form-check{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    display: flex;
    align-items: center;
    & .mcare-form-check-label{
        font-size: 15px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 2px;
    }
    .mcare-form-check-input{
        appearance: none;
        width: 15px !important;
        height: 15px !important;
        border-radius: 5px !important;
        cursor: pointer;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
        border: 1px solid #888;
        margin-right: 5px;
    }
    .mcare-form-check-input:checked {
        background-color: #21409a !important;
    }
    .mcare-form-check-input:checked ~ label{
        color: #21409a;
        font-weight: bold;
    }
}

/*endregion*/

/*region Range*/
.mcare-form-range{
    & .mcare-form-range-label{
        font-size: 14px !important;
        display: flex;
        align-items: center;
        width: 100%;
        color: #21409a;
        margin-top: 10px;
    }
    .mcare-form-range-input{
        -webkit-appearance: none;
        width: 100%;
        height: 5px;
        border-radius: 5px;
        background: #F3F5F6;
        outline: none;
        -webkit-transition: .2s;
    }
    .mcare-form-range-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background: #ffffff;
        border: 3px solid #21409a;
        cursor: pointer;
    }

    .mcare-form-range-input::-moz-range-thumb {
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background: #ffffff;
        border: 3px solid #21409a;
        cursor: pointer;
    }
}

/*endregion*/

/*region Select*/
.mcare-form-select{
    & select{
        background: #F3F5F6 !important;
        border: none;
        border-radius: 60px;
        font-size: 15px;
        color: #1C191A;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 20px;
        padding-right: 20px;
    }
    select::after{
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*endregion*/

/*region Counter*/
.mcare-counter {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 25px;
    border: 1px solid #EAEAEA;
}

.mcare-counter-btn {
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #4a4a4a;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    padding: 5px;
}

.mcare-counter-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mcare-counter-value {
    font-size: 15px;
    color: #4a4a4a;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    width: 80%;
    text-align: center;
}
.mcare-counter-value:focus-visible {
    border: none !important;
}
/*endregion*/

/*endregion*/

/*region Table*/
.page-circle-item{
    width: 40px;height: 40px;
    border-radius: 100px;
    display: flex;
    cursor: pointer;
    color: #1C191A;
}
.page-circle-item-active{
    color: #ffffff;
    background: #21409A;
}
.page-circle-item:hover{
    background: #F3F5F6;
    color: #1C191A;
}
.page-circle-item-control{
    border: solid 1px #21409A;
    border-radius: 100px;
    margin-right: 50px;
    margin-left: 50px;
    & i{
        color: #21409A;
    }
}
.page-circle-resume{
    color: #21409A;
    font-size: 14px;
}
/*endregion*/

.mcare-blue-active{
    color: #21409a;
    font-weight: bold;
    cursor: pointer;
}

.mcare-blue-hover:hover{
    color: #21409a;
    font-weight: bold;
    cursor: pointer;
}

.mcare-clear-both{
    clear: both !important;
}
.mcare-subtitle{
    font-weight: 400;
}
.mcare-info{
    font-weight: 400;
}
.mcare-green-check{
    width: 25px;
    height: 25px;
    background: rgba(96,194,96,0.3);
    background-blend-mode: normal;
    border-radius: 50px;
    border: 2px solid #60c260;
    text-align: center;
    & i{
        color: #60c260;
    }
}
.mcare-w90{
    width: 90%;
}

.mcare-md-w80{
    width: 80%;
    margin: auto;
}

/*region Header*/
.mcare-head{
    border-bottom: 0px !important;
}
.mcare-head-logo{
    max-width: 160px;
}
.mcare-head-btn{
    width: 50px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #80808026;
    background: #8080801a;
    background-blend-mode: normal;
    box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.13);
}
.mcare-head-btn-ico{
    font-size: 1.5rem !important;
    color: #ffffff !important;;
}
.mcare-head-btn-text{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    max-width: 80px;
    overflow: hidden;
    word-wrap: break-word;
}
.mcare-head-btn-badge{
    position: absolute;
    width: 15px;
    height: 15px;
    background: #f38bb3;
    background-blend-mode: normal;
    color: #21409a;
    top: 30px;
}
.mcare-head-menu{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.mcare-head-menu:hover{
    border-top: 2px solid #f38bb3;
}
.mcare-head-menu a{
    color: #ffffff;
}
.mcare-head-menu a:hover{
    color: #f38bb3;
}
.mcare-head-callaction{
    background-image: url("../media/img/callaction/bg.png") !important;
    background-repeat: no-repeat;
    background-color: #009bff;
    height: 150px;
}
.mcare-head-callaction .title{
    font-weight: 400;
    line-height: 48px;
}
.mcare-head-callaction .subtitle{

}

/*endregion*/

/*region Footer*/

.mcare-footer{
    min-height: 540px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    background-image: url("../media/img/bgfooter.svg") !important;
    background-repeat:no-repeat !important;
    display: block !important;
}

.mcare-footer-title{
    font-weight: bold;
    font-size: 18px;
}

.mcare-footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mcare-footer li{
    margin-bottom: 15px;
}

.mcare-footer a{
    color: #ffffff;
    font-size: 14px;
}

.mcare-footer i{
    font-size: 20px;
    margin-right: 15px;
}

.mcare-footer a:hover{
    color: #f38bb3;
}


/*endregion*/

/*region Home*/
.mcare-home-hero{
    background-image: url("../media/img/home/hero.png") !important;
    background-size: cover;
}
.mcare-home-medicine{
    background-image: url("../media/img/home/medicine.png") !important;
    background-size: cover;
}
.mcare-home-logomarketcare{
    background-image: url("../media/img/home/logomarketcare.png") !important;
    width: 136px;
    height: 45px;
}

.mcare-home-category{
    margin-top: 70px;
}
.mcare-category{

}
.mcare-category .img-container{
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background: #fff;
    padding: 6px;
    display: flex;
}
.mcare-category:hover{
    & .img-container{
        background: #f38bb3 !important;;
    }
    .text{
        color: #f38bb3 !important;
    }
}
.mcare-underline{
    font-size: 15px;
    text-decoration: underline;
}
.cat-control{
    display: none;
}
.product-control{
    display: none;
}
.swiper-button-prev,.swiper-button-next{
    border: 1px solid;
    border-radius: 100px;
    height: 30px;
    width: 30px;
}
.swiper-button-prev:after,.swiper-button-next:after{
    font-size: 10px;
    font-weight: bold;
}
.swiperCat{
    overflow: hidden;
}
.cat-control {
    & .swiper-button-prev{
        margin-top: -155px !important;
        left: -10px;
    }
    .swiper-button-next{
        margin-top: -155px !important;
        right: -10px;
    }
}
.swiperProduct{
    overflow: hidden;
}
.product-control {
    & .swiper-button-prev{
        margin-top: -255px !important;
        left: -10px;
    }
    .swiper-button-next{
        margin-top: -255px !important;
        right: -10px;
    }
}
/*endregion*/

/*region Product*/
.mcare-detail-prod-breadcrumb a{
    color: #626974;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}
.mcare-detail-prod-image{
    width: 485px;
    height: 485px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    background: #ffffff;
    background-blend-mode: normal;
}
.mcare-detail-prod-ref{
    color: #626974;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}
.mcare-detail-prod-name{
    color: #21409a;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}
.mcare-detail-cat-name{
    color: #626974;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.mcare-detail-price-title{
    color: #f38bb3;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
}
.mcare-detail-price-value{
    color: #f38bb3;
    font-size: 50px;
    font-weight: 400;
    line-height: 68.3px;
}
.mcare-detail-price-value-green{
    color: #0a714e;
    font-size: 50px;
    font-weight: 400;
    line-height: 68.3px;
}
.mcare-detail-saving-container{
    border-radius: 6px;
    border: 1px solid #29c28e;
    background: #ecfdf5;
    background-blend-mode: normal;
    padding: 10px;
}
.mcare-detail-marketprice-title{
    color: #231f20;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    margin-bottom: 5px;
}
.mcare-detail-marketprice-value{
    color: #626974;
    font-size: 24px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    text-decoration: line-through;
}
.mcare-detail-badget-saving{
    color: #0a714e;
    font-size: 18px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    height: 32px;
    border-radius: 20px;
    border: 1px solid #07724d;
    background: #c3f0db;
    background-blend-mode: normal;
}
.mcare-detail-badget-saving-text{
    color: #0a714e;
    font-size: 18px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
}
.mcare-detail-saving-text{
    color: #0a714e;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}
.mcare-detail-competitor-container{
    height: 64px;
    border-radius: 5px 0px 5px 5px;
    border: 1px solid #626974;
    background: #ffffff;
    background-blend-mode: normal;
}
.mcare-detail-competitor-image{
    border-right: 1px solid #626974;
    margin: auto;
}
.mcare-detail-competitor-price-title{
    color: #231f20;
    font-size: 10px;
    font-weight: 400;
    line-height: 9px;
    text-align: center;
    margin-bottom: 5px;
}
.mcare-detail-competitor-price-price{
    color: #eb001b;
    font-size: 18px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
}
.mcare-detail-competitor-price-percent{
    color: #740000;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    width: 50px;
    height: 39px;
    border: 1px solid #eb001b;
    background: #fb7e61;
    background-blend-mode: normal;
    border-radius: 0px 5px 5px 0px;
}
.mcare-detail-alert-warning-container{
    height: 40px;
    border-radius: 6px;
    border: 1px solid #b98603;
    background: rgba(255,187,0,0.62);
    background-blend-mode: normal;
    display: flex;
}
.mcare-detail-alert-warning-text{
    color: #b98603;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    margin: auto;
}
.mcare-detail-alert-danger-container{
    height: 40px;
    border-radius: 6px;
    border: 1px solid #f8471d;
    background: rgba(249,70,29,0.7);
    background-blend-mode: normal;
    display: flex;
}
.mcare-detail-alert-danger-text{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    margin: auto;
}
.mcare-detail-prod-info-container{
    height: 35px;
    display: flex;
    border-bottom: 1px solid #eaeaea !important;
}
.mcare-detail-prod-info-title{
    color: #f38bb3;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
    height: 35px;
    border-bottom: 2px solid #f38bb3;

}
.mcare-detail-prod-info-desc{
    color: #626974;
    font-size: 13px;
    font-weight: 400;
    line-height: 17.76px;
}
.mcare-finder-container{
    width: 55%;
}
.mcare-finder-btn{
   cursor: pointer;
    background: #5EC9DD;
}
.mcare-finder-btn:hover{
    background: #f38bb3;
}
.mcare-finder-btn i{
   color: #21409A;
}
.mcare-product-container{
    max-width: 1000px;
    margin: auto;
}

.mcare-product-container-widget{
    border: 1px solid #ffffff;
    border-radius: 10px;

}
.mcare-product-container-widget:hover{
    --bs-card-box-shadow: var(--bs-root-card-box-shadow);
    --bs-card-border-color: var(--bs-root-card-border-color);
    border: 1px solid var(--bs-card-border-color);
    box-shadow: var(--bs-box-shadow-sm) !important;
    & .mcare-product-link{
        color: #443297 !important;
    }
    .mcare-product-link{
        color: #443297 !important;
        text-decoration: underline;
    }
    .mcare-btn{
        background: #f38bb3;
    }
}
.mcare-product-container-widget .image-containe{
    width: 175px;
    height: 175px;
    margin: auto;
    text-align: center;
    & img{
        max-width: 85%;
        max-height: 90%;
    }
}

.mcare-product-container-widget .mcare-product-link{
    font-size: 1.23rem;
    max-width: 200px;
    display: block;
    min-height: 50px;
    max-height: 50px;
    overflow: auto;
}
/*endregion*/

/*region Login */
.border-radius-0{
    border-radius: 0px;
}
.mcare-login-head{
    border: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.mcare-login-title{
    color: #21409a;
    font-size: 30px;
    font-weight: 400;
    line-height: 57.37px;
}
.mcare-login-body{
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.mcare-form-label{
    color: #231f20;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.mcare-form-password-ico{
    color: #626974;
    font-weight: 600;
    background-blend-mode: normal;
    top: 50px;
    right: 0px;
}

.mcare-info-pass{
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
/*endregion*/

/*region Contact */
.mcare-cantact-form{
    background-blend-mode: normal;
    box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.25);
}
/*endregion*/

/*region About */
.mcare-about-card{
    height: 244px;
}
/*endregion*/

/*region Membership  */
.mcare-membership-campany-bg{
    background-image: url("../media/img/membership/bgcompany.png") !important;
}
.mcare-membership-person-bg{
    background-image: url("../media/img/membership/bgperson.png") !important;
    background-size: contain;
}
.mcare-plan-card{
    position: absolute;
    top: -50px;
    & p{
        margin-top: 5px;
    }
}
.mcare-plan-card:hover{
    position: absolute;
    height: 125%;
    top: -75px;
    & .mcare-plan-card-container{
        margin-top: 25px !important;
    }
    .mcare-light-gray-color{
        color: #21409A !important;
    }
    .mcare-btn-gray{
        background-color: #21409A !important;
        color: #ffffff;
    }
}
/*endregion*/

/*region About */
.mcare-about-card{
    height: 244px;
}
/*endregion*/

/*region Blog */
.mcare-article-widget{
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mcare-article-main-img{
    height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mcare-article{
    &
    .subtitle{
        color: #21409a;
        font-size: 20px;
        font-weight: 5;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    p{
        color: #1C191A;
        font-size: 16px;
        font-weight: 5;
    }
    ul{
        color: #041E42;
        font-size: 16px;
        font-weight: 5;
        padding-left: 25px;
    }
}
.mcare-article-tag{
    padding: 10px 25px;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    color: #1C191A;
    margin-right: 5px;
}
.mcare-article-tag.active{
    background: #21409A;
    color: #ffffff;
}
.mcare-article-relation-container{
    max-width: 80% !important;
    margin: auto;
}
/*endregion*/

.mcare-btn-small{
    font-size: 13px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

@media (max-width: 991.98px) {
    .mcare-mt-20{
        margin-top: 20px;
    }
    .mcare-fs-20{
        font-size: 20px !important;
    }
    .mcare-fs-14{
        font-size: 14px !important;
    }
    .mcare-fs-1p5rem{
        font-size: 1.5rem !important;
    }
    .mcare-fs-1p2rem{
        font-size: 1.2rem !important;
    }
    .mcare-p-sm-14 {
        padding: 14px !important;
    }
    .mcare-md-w80{
        width: 100%;
        margin: auto;
    }
    .mcare-fs-32px{
        font-size: 32px !important;
    }
    .mcare-fs-18px{
        font-size: 18px !important;
    }
    .mcare-fs-12px{
        font-size: 12px !important;
    }
    .mcare-fs-sm-28px{
        font-size: 28px !important;
    }
    .mcare-fs-sm-20px{
        font-size: 20px !important;
    }
    .mcare-fs-16px{
        font-size: 16px !important;
    }
    .mcare-head{
        height: 140px !important;
    }
    .mcare-head .app-header-secondary{
        margin-top: 10px !important;
        height: 40px !important;;
    }
    .mcare-head .app-header-primary{
        height: 10px !important;
        margin-bottom: 10px !important;
        border: 0px;
    }
    .mcare-head-img{
        width: 80%;
    }
    .mcare-head-menu{
        padding: 10px;
    }
    .mcare-head-menu:hover{
        background: #f3f5f6;
        border-top: none;
        border-left: 2px solid #f38bb3;
    }
    .mcare-head-menu a{
        color: #231f20;
    }
    .mcare-head-menu a:hover{
        color: #f38bb3;
    }
    .mcare-footer{
        background-position:center !important;
    }
    .mcare-footer-bottom{
        flex-direction: column-reverse;
    }
    .mcare-footer-bottom > div{
        margin-bottom: 25px;
    }
    .mcare-d-sm-none{
        display: none !important;
    }
    .mcare-overflow-sm-auto{
        overflow-x: auto !important;
    }
    .mcare-footer-all-rights{
        margin: 0px !important;
        border-top: 1px solid #3c5a9a !important;
        padding: 10px;
        font-size: 12px;
    }
    .mcare-about-card{
        height: 160px;
    }
    .mcare-subtitle-br br {
        display: none; /* Oculta el <br> en pantallas pequeñas */
    }
    .mcare-order-sm-1 {
        order: 1;
    }
    .mcare-order-sm-2 {
        order: 2;
    }
    .mcare-order-sm-3 {
        order: 3;
    }
    .mcare-order-sm-4 {
        order: 4;
    }
    .mcare-head-callaction {
        background-position: 10%;
        & .title{
            font-size: 25px !important;
            margin-left: 50px;
        }
        .subtitle{
            font-size: 12px !important;
            margin-left: 50px;
            margin-bottom: 25px;
        }
        .d-flex{
            flex-direction: column !important;
        }
    }
    .mcare-about-img{
        height: 100%;
    }
    .mcare-btn-sm{
        font-size: 13px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .mcare-plan-card:hover{
        position: absolute;
        height: 100%;
        top: -50px;
        & .mcare-plan-card-container{
            margin-top: 0px !important;
        }
    }
    .mcare-home-medicine{
        background-position: 30% !important;
    }
    .mcare-product-container-widget:hover{
        border: 1px solid #ffffff !important;
        box-shadow: none !important;
    }
    .mcare-product-container{
        width: 100% !important;
    }
    .mcare-home-category{
        margin-top: 49px;
    }
    .cat-control{
        display: block;
    }
    .product-control{
        display: block;
    }
    .mcare-article-main-img{
        height: 255px;
        background-position: -200px;
    }
    .mcare-article-relation-container{
        max-width: 100% !important;
    }
}

@media (max-width: 700px) {
    .mcare-fs-1p5rem{
        font-size: 1.4rem !important;
    }
    .mcare-fs-1p2rem{
        font-size: 1.1rem !important;
    }
    .mcare-md-w80{
        width: 100%;
        margin: auto;
    }
}

/*region Redefinicion template original*/
.app-header-menu{
    display: flex !important;
}

.app-header-tertiary{
    border: none;
}
#kt_app_header_menu_toggle{
    color: #ffffff;
}
@media (min-width: 992px) {
    [data-kt-app-header-stacked="true"] .app-header {
        flex-direction: column;
        height: calc(var(--bs-app-header-secondary-height) + var(--bs-app-header-tertiary-height,0px));
    }
}
@media (max-width: 991.98px) {
    #kt_app_header_menu{
        padding: 0px !important;
    }
    .app-header-menu{
        display: block !important;
        background: #ffffff;
    }
}

/*endregion*/
