@media (min-width:1231px) and (max-width:1399px){
.custom_container{width:1130px !important}
}
@media only screen and (min-width: 1400px) {
    .custom_container {
        max-width: 1320px;
    }
}
.buynow{background-color: #212121 !important;}
.buynow:hover{background-color:#d1222b!important;}
img.img-responsive {background-color: #bcbcbc36;}
.single-product .product-info ul li a{font-size: 19px;}
.roled-bg{background: none;}
/* or divider */
.or{display:flex;justify-content:center;align-items: center;color:grey;margin-top: 20px;margin-bottom: 10px;}
.or:after,.or:before {content: "";display: block;background: grey;width: 30%;height:1px;margin: 0 10px;}
.btn_send,.hide_loader,.checkbox-error{display:none}
.go_to_cart{display:none}
/*.loader_image{display:none !important}*/
#overlay {background: #ffffff;color: #666666;position: fixed;height: 100%;width: 100%;z-index: 5000;top: 0;left: 0;float: left;text-align: center;padding-top: 25%;opacity: .92;}
.spinner {margin: 0 auto;height: 64px;width: 64px;animation: rotate 0.8s infinite linear;border: 5px solid #222222;border-right-color: transparent;border-radius: 50%;}
@keyframes rotate { 0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);} }
.bg_panel_record_bg{background-color: #d12429;color: #fff;border: 1px solid #d12429;}
.bg_panel_record_bg:hover{box-shadow: 0px 15px 30px -2px rgba(0, 0, 0, 0.1);transition: all 0.4s ease-in-out;transform: translate3d(0, -2px, 0);}
.float-left {float: left;}
.float-right {float: right;}
.btn:hover, .fc .fc-button-primary:hover, .swal2-popup .swal2-actions button:hover, .wizard>.actions a:hover, div.tox .tox-button:hover{color: #000 !important;background-color: #fff;border-color: #d12429;font-weight: 600;}
.heading {font-size: 30px;}
.inner-banner-area .innter-title h1 {font-size: 48px;color: #ffffff;padding-bottom: 75px;padding-top: 120px;text-align: center;}
.single-product-store.product {border: 1px solid #f5f5f5;padding: 10px;}
.bg-dark{background-color:#000000 !important}
.input-error {border-color: red !important;}
.product-bg{background-image: url(../img/product-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.single-product-store.product{background-color: #fff;}
.upload-container {
    width: 40px;
    padding: 10px 10px 0;
    background: #dddada;
}

i.fa.fa-paperclip {
    font-size: 18px;
}
.new-msg-alert {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 10px 0px;
    background: #fff;
    border-bottom: 2px solid #e6ddd4;
    cursor: pointer;
}
p.alert-txt {
    margin-right: 8px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}
span.badge.badge-light {
    background: #d41e26;
}
.text-white {color: #fff;}
.h3{
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px;
    font-weight: 500;
}
/*.new-msg-alert{display:none}*/
@media (min-width: 320px) and (max-width: 480px){
.single-product-store .single-product img{
    width: 250px !important;
}
}

.main-menu{
    float: inline-end;
}

.about-eilison-service-txt{
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin_top{
    margin-top: 70px;
}

.mb-10 {
    margin-bottom: 8px;
}

.ml-5{
    margin-left: 20px;  
}

.text-black{
    color: #000000bf;
}

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

.fs-2{
    font-size: 1rem;
}

.mb-35{
    margin-bottom: 35px;
}

.mt-30{
    margin-top: 30px;
}

.light-para{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000000bf;
    letter-spacing: 0.05rem;
}

.category-btn{ 
    border: 1px solid #d1555a;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 1rem;
    color: white;
    background-color: #d1222b;
    border-radius: 5px;
}

.category-btn:hover {
    color: #ffff;
    background-color: #000;
    border: 1px solid #000;
}

.ms-5 {
    margin-left: 3rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.mt-5{
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-0 {
    margin-top: 0rem !important;
}

.mb-5{
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.justify-content-between{
    justify-content: space-between !important;
}

.justify-content-center{
    justify-content: center !important;
}

.justify-content-baseline{
    justify-content: baseline !important;
}

.d-flex{
    display: flex !important;
}

.align-items-center{
    align-items: center !important;
}

@media only screen and (max-width: 991px) {
    .ms-5 {
        margin-left: unset !important;
        margin-top: 25px;
    }

    .me-5 {
        margin-right: unset !important;
        margin-top: 25px;
        /* margin-bottom: 50px; */
    }

    .mobile-first {
        display: flex;
        flex-direction: column;
    }

    .mobile-first .mobile-order-1 {
        order: 1;
    }

    .mobile-first .mobile-order-2 {
        order: 2;
    }

    .mt-sm-4{
        margin-top: 1.5rem !important;
    }

    .logo-area a img {
        width: 120px !important;
    }
    
    .sidebar{
        display: none;
    }
    
    /*.main-content {*/
    /*    margin-left: unset !important;*/
    /*}*/
    
    .blog-category-btn{
        display: block !important;
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .offcanvas{
            display: block !important;
        }
        
        .offcanvas-backdrop{
            display: block !important;
        }
    
    }

/* products rating-review css */

.review-area{
    margin-top: 75px;
    margin-bottom: 30px;
    border-top: 1px solid #e7e7e7;
}

.card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 20px;
}

.rating-star {
    color: #f26922;
    margin-left: 10px;
}

.progress{
    height: 7px !important;
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
}

.progress-bar {
    background-color: #f26922 !important;
}

.w-100{
    width: 100% !important;
}

.align-items-baseline{
    align-items: baseline !important;
}

.text-end{
    text-align: end !important;
}

@media only screen and (max-width: 576px) {
    .offcanvas{
        width: 100% !important;
    }

    .product-review-img{
        width: 250px !important;
    }

    .blog-title{
        font-size: 25px !important;
    }

    .blog-detail-img{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas-active{
        z-index: 9999999 !important;
    }

    .modal-dialog {
        top: 53% !important;
    }

    .product-review-img{
        width: 300px;
    }

    .dic-text{
        font-size: 45px !important;
    }

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

    .trainer-box2 .trainer-content-holder h3 a {
        font-size: 15px;
    }

    .trainer-box2 .trainer-img-holder img {
        width: 130px !important;
    }
}

.offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    padding: 10px 15px;
    width: 400px;
    background-color: #f8f8f8;
    overflow-y: auto;
    transition: all 0.5s ease;
    z-index: 1049;
}

.offcanvas-active {
    right: 0;
    z-index: 9999;
    transition: all 0.5s ease;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1048;
}

.rating-img img {
    margin: 14px 0px;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
    padding: 5px;
}

img.product-review-img {
    border-radius: 8px;
}

a:focus{color: #ffffff;}

.blog-margin-top{
    margin-top: 180px;
}

@media (min-width: 768px) and (max-width: 1920px){
     .dic-text{
        font-size: 60px !important;
    }
}

.category-title{
    font-size: 20px;
    border-bottom: 2px dashed #d1222b;
    padding-bottom: 10px;
}

.blog-category{
    color: black;
    font-size: 17px;
}

.offcanvas-blog-category{
    color: black;
    font-size: 17px;
    border-bottom: 1px solid #e6e4e4;
    padding-bottom: 10px;
}

.category-menu{
    color: black;
}

/*#sidebar {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  height: 100%;*/
/*  width: 23.8%;*/
/*  margin-top: 180px;*/
/*}*/

.cat-btn{
    background-color: #f5f5f5;
    padding: 10px;
}

.rounded{
border-radius: 1.1rem;
}

.welcome-modal{overflow: scroll !important;}