body{
     font-family: 'Opensans-Regular', sans-serif;
}
.mc_card{
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    margin: 10px;
    position: relative;
    border-radius: 2px;
    font-size: 14px;
}
.card-content, .mc-pointer{
    cursor:pointer;
}
.mc_content-block{
    padding: 0 5px;
    padding-bottom: 18px;
}
.mc_card_listing{
    display:inline-block;
}
.mc_card_listing .mc_card {
    margin: 10px;
    max-width: 389.95px;
}
.childcontainer .mc_card_listing .mc_card {
    /*max-width: 330px;*/
    margin-bottom: 28px;
}
.mc_card_listing .mc_card-image {
    height: 9.5vw;
}
.mc_card_listing .card-footer{
    height: 35px;
    /*min-height: 1px;*/
    color:black;
    padding: 10px 5px;
}
.mc_card_listing .card-header{
    padding: 15px;
}
.mc_card_listing .card-footer p {
    margin: 0;
    color: black;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mc_card_listing .card-footer price , .mc_card_listing .custom-footer price,.mc_title,.mc_dates, .mc_ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mc_demo_card_header_pic .card-header{
    background-size: contain;
    background-position: center;
    display: block !important;
    color: #6d6d72 !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding: 25%;
}
.mc_col_33_cardlisting{
    width:33.33%;
}
.mc_card_container{
    max-width: 1200px;
    margin: auto;
    /*max-height: calc(100vh - 200px);*/
    /*overflow-y: auto;*/
}
.mc_custom_card_cont{
    margin-left: 7px;  
    margin-right: 7px;  
    color:black;
    height:74px;
    margin-top:5px;
}
.mc_top{
    margin-top:10px;
}
.mc_p_20{
    padding:20px;
}
.childcontainer{
    padding:30px 0px;
}
.mc_title{
    font-size: 16px;
}
.mc_dates{
    font-size: 12px;
}
.mc_detail_title{
    font-weight: 700;
    font-size: 50px;
}
#detailModal .mc_detail_title{
    font-size: 20px;
}
.mc_detail_subtitle{
    font-size: 18px;
}
.mc_container{
    max-width: 1200px;
    margin: auto;
}
.blog-post {
    height: auto;
    font-family: 'Opensans-Regular', sans-serif;
    overflow: hidden;
    font-size:18px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.mc-down-arrow {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
/*    width: 22px;
    height: 22px;*/
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor:pointer;
}
.invert {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mc_child_card{
    padding: 15px;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.mc_view_more .mc-body2{
    font-size: 16px;
}
.mc_add_cart .mc-btn{
    font-size: 12px;
}
.mc_child_align{
    padding: 10px 0px;
}
.text-ellipse{
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
text-ellipse-btn{
     max-width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mc_m_top{
    margin-top: 2em;
}
.cart_hang {
    position: fixed;
    right: 0;
    width: 306px;
    height: 65px;
    background: #009A61;
    /* box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25); */
    border-radius: 0px 0px 0px 10px;
    text-align: center;
    color: #FFFFFF;
    font-family: OpenSans-Bold;
    font-weight: normal;
    font-size: 17px;
    z-index:2;
}
.mc_cart_btn{
    padding:0px 12px;
}
.mc_position_a{
    position: absolute;
}
.mc_image_cover{
    overflow: hidden;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mc_banner_image{
    height:100%;
    /*height:55vh;*/
    position:absolute;
    z-index:1;
    width:100%;
    /*width:80%;*/
    margin:auto;
}
.mc_banner_blur_image{
    height:55vh;
     filter: blur(30px);
     -webkit-filter: blur(30px);
     width:100%;
     position: relative;
/*    background-size:cover;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    width:100%;
    position: relative;*/
}
.mc_container_modal{
    flex: 1;
    width:90%;
}
.white-bg{
    background: white !important;
}
#detailModal .mc_banner_image, #detailModal .mc_banner_blur_image{
     height:40vh;
}
#detailModal .blog-post{
    /*max-height:168px;*/
    max-height: calc(var(--viewport-height) - 86vh);
    overflow:unset;
    margin-bottom:20px;
}
.mc-share-icon{
    text-align: end;
    display: flex;
    align-items: unset;
    justify-content: center;
}
#detailModal .mc_container_modal{
    max-width: 955px;
}
.pagelay{
    display: flex;
    flex-direction: column;
}
.pageinlay , .domain_pageinlay{
    flex:1;
    overflow:auto;
    margin-top: 110px;
    /*margin-bottom: 40px;*/
    z-index:999;
}
.domain_pageinlay{
    margin-bottom: 0px;
}
.pageinlay .mc-modal, .native_pageinlay .mc-modal{
    z-index:9999;
}
.with-banner .pageinlay{
    margin-top: 140px;
}
.with-footer .pageinlay{
    margin-bottom:40px;
}
.native_pageinlay{
    flex:1;
    overflow:auto;
    margin-top: 110px;
}
.mc-exit{
    text-align: right;
    margin: 10px 20px;
    border-radius:0px;
    cursor: default;
}
#preloader-transp {
    position:absolute; 
    left:0; 
    top:0; background: rgba(0,0,0,.2);
    width:100%;
    height:100%; 
    overflow-y: hidden;
    z-index: 10000; 
} 
.preloader-custom{ 
    width: 44px; 
    height: 44px; 
    position: fixed;
    margin-left: 46%; 
    top:45%; 
    z-index:10001;
}
.mc_disable_btn {
    background-color:#BEBEBE !important;
    /* pointer-events: none; */
    cursor: pointer;
}
.detailModal-height{
    height:auto;
    overflow: hidden;
}
.fw-text, .mc-body1.text-ellipse.fw-text {
    font-family: OpenSans-SemiBold;
    font-weight: 500;
}
.pos_abs{
    position:absolute;
}
.exit-padding{
    float: right;
    padding: 20px 20px 10px 20px;
}
.mc-play-overlay{
    position: absolute;
    top: 58%;
    left: 50%;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    cursor:pointer;
}
.m_desc{
    overflow: auto;
}
.mc-child-description{
    height: calc(100% - 45px);
    overflow: auto;
    margin-bottom: 10px;
}
.mc-child-description .m_desc{
    overflow: unset;
}
.mc-back-align{
    display:flex;
    margin-top:25px;
    cursor:pointer;
}
.tooltips:hover .tooltiptexts {
    visibility: visible !important;
}
.white-bg-tooltip .tooltiptexts {
    visibility: hidden; 
    position: absolute; 
    background: white;
    color: black;
    z-index: 9999999;
    border: 1px solid #dfe3e9;
    border-right-color: rgb(223, 227, 233);
    border-right-style: solid;
    border-right-width: 1px;
    width: auto;
    box-shadow: 2px 4px 14px 4px rgba(0,0,0,0.2);
    padding: 12px;
    border-radius: 10px;
    margin: 0;
    text-align: left;
}
.mc-tooltip-align{
    top:0;
    left:0;
    height:unset;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media only screen and (max-width: 768px){
    .mc-child-description #blog-post { padding-bottom: 40px; }
    .mc-child-description {margin-bottom: 0;}
    .childcontainer{
        padding:0px 20px;
    }
    .mc_detail_title{
        font-size:25px;
    }
    .mc_col_33_cardlisting{
        width:50%!important;
    }
    .mc_event_des_height .card-header {
        /*min-height: 40vw;*/
    }
    .mc_banner_image, .mc_banner_blur_image , #detailModal .mc_banner_image, #detailModal .mc_banner_blur_image{
        height:24vh;
    }
    .mc_banner_image{
        width:100%;
    }
    .mc_demo_card_header_pic .card-header{
        border-bottom: 1px solid #e1e1e1;
    }
    .mc_col_33_cardlisting .card-footer{
        border-top: 1px solid #e1e1e1;
    }
    .cart_hang{
        bottom: 0;
        width: 100%;
        border-radius: 0px;
        z-index:999;
        height:40px;
    }
    .cart_hang .mc_p_20{
        display: flex;
        align-items: center;
        padding:0 20px;
    }
    .childcontainer .mc_p_20{
        padding:20px 30px;
    }
    .mc-mobile-bottom{
        bottom:0;
        position:fixed;
        right:0;
        z-index:999;
    }
    .mc-addcart-bottom{
        bottom: 0;
        position: absolute;
        right: 0;
        width: 100%;
    }
    .detailModal-height{
        height:100%;
    }
    .mc-down-arrow {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .pageinlay{
        margin-top:60px;
    }
    .with-banner .pageinlay{
        margin-top:90px;
    }
    .mc_container.childcontainer {
        margin-top: 0;
    }
    .childcontainer .mc_card_listing .mc_card{
        margin-bottom: 10px;
    }
    .page-content-fix .footer{
        position: fixed;
        z-index:998;
    }
    #detailModal .blog-post{
        max-height: calc(var(--viewport-height) - 0);
        overflow:hidden;
        margin-bottom:30px;
    }
    .m_desc{
        height: 100%;
    }
    #detailModal .description-container{
        height: calc(100% - 40px);
    }
    .pageinlay{
        margin-bottom: 0px !important;
        overflow-x: hidden;
    }
    .mc-mob-pb40{
        padding-bottom: 40px !important;
    }
    .mc-mob-pb80{
        padding-bottom: 80px !important;
    }
    .mc-total-bt{
        bottom: 40px;
    }
    .tooltips:hover .tooltiptexts {
    visibility: hidden !important;
}
}
@media only screen and (min-width:320px) and (max-width:375px){ 
    .mc_banner_image, .mc_banner_blur_image , #detailModal .mc_banner_image, #detailModal .mc_banner_blur_image{
        height:27vh;
    }
}
@media only screen and (max-width:481px){
    .mc_col_33_cardlisting{
        width:100%!important;
    }
    .mc_event_des_height .card-header {
        /*min-height: 40vw;*/
    }
    .mc_card_listing .mc_card{
        margin:5px;
    }
    .mc_card_listing .card-content-inner{
        padding: 10px;
    }
    .mc_title_ellipsis{
        text-overflow: unset;
        white-space: unset;
    }
    .mc_custom_card_cont{
        margin-left: 7px;  
        margin-right: 7px;  
        color:black;
        height:auto;
        margin-top:5px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .childcontainer .mc_card_listing .mc_card {
        margin-bottom: 10px;
    }
     .mc_banner_image, .mc_banner_blur_image , #detailModal .mc_banner_image, #detailModal .mc_banner_blur_image{
        height:40vh;
    }
}
@media only screen and (min-width: 744px) and (max-width: 1279px) and (orientation: portrait){
    .childcontainer .mc_card_listing .mc_card {
        margin-bottom: 10px;
    }
    .pageinlay, .with-banner .pageinlay{
        margin-top:140px;
    }
    .mc_banner_image, .mc_banner_blur_image , #detailModal .mc_banner_image, #detailModal .mc_banner_blur_image{
        height:30vh;
    }
}


