/*NOTE:------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.modal-body h3 {
    font-size: 20px;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .3rem;
}

.media-list .media {
    margin-top: 0;
    padding: 1.5rem 0;
}

.about-checkup {
    display: flex;
    margin-bottom: 25px;
}

.about-checkup-box {
    margin-right: 15px;
}

.check-up-text {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #213d44;
}

.tour_head1 p {
    color: #7f7f7f;
    font-weight: 500;
}

.hide-export-buttons .dt-buttons {
    display: none;
}

.hide-export-buttons .container-fluid {
    padding: 0px;
}

.navbar-header .navbar-brand {
    margin-right: 0;
    padding: 7px 0;
}

.select2-container--default .select-sm.select2-selection--multiple {
   min-height: auto !important;
    height: auto !important;
}

.select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice {
    font-size: .875rem;
    padding: 2px !important;
    margin-top: 3px !important;
}

.add_button {
    position: fixed;
    bottom: 50px;
    padding: 10px;
    background: #F44336;
    z-index: 9999;
    right: 50px;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 35px;
    border-radius: 50%;
}

.remove_form {
     position: absolute; 
     right: 10px; 
    background: #F44336;
    padding: 6px 11px;
    border-radius: 50%;
    color: #fff;
    /* line-height: 10px; */
    display: inline-block;
    font-weight: 600;
    margin-top: -35px;
}

.cursor-pointer {
    cursor: pointer;
}

.bg_grey {
    background: #f3f3f3;
}

.btn-try-builder {
    position: fixed;
    /*right: 40px;
    bottom: 100px;*/
    z-index: 999;
    left: 291px;
    bottom: 47px;
}
.nav{
    padding-left: 9px;
}
.table-dark.table-bordered, .table-responsive>.table-bordered strong {
    display: block;
    margin-bottom: 3px;
}
.brdr{
        border: 1px dashed #b0bec5;
}
span.store {

    display: block;
    padding: 6px 6px 0px 6px;
    margin-bottom: 5px;
    width: fit-content;
}
table.table.table-striped.table-bordered span {
    margin-bottom: 7px;
}
@media (max-width:576px)
{
     .fixed-bottom, .fixed-top{
        position: relative !important;
    }
    html body.fixed-navbar{
        padding-top: 0px !important
    }
    .vertical-overlay-menu .main-menu .navigation li.open>a:not(.mm-next):after{
        display: none !important;
    }
    .mb-2, .my-2 {
    margin-bottom: 0.7rem!important;
}
.btn-try-builder {
    position: relative;
    z-index: 999;
    left: 28px;
    bottom: 96px;
}
form .form-actions {
    margin-top: 10px;
    padding: 6px 0;
    border-top: 1px solid #d1d5ea;
    float: right;
}
#navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
    position: absolute;
    right: 6px;
    top: 57px;
    left: unset !important;
}
.btn{
    padding: 0.65rem 1rem;
   }
}

.card.text-center.border {
    padding: 7px;
}
.close{
    color: #000 !important;
}
.pd {
    padding: 15px 14px 35px;
}
.re-item {
    box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.2);
}.product-details-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0 1px;
}
.product-details-price span.old {
    color: #333;
    font-size: 18px;
    text-decoration: line-through;
    margin-left: 20px;
}
 .product-details-price span {
    font-size: 20px;
    color: #fe5252;
}
.pro-details-meta {
    margin: 0 0 10px;
    border: 1px dashed #a91e22;
    width: fit-content;
    /* border: medium none; */
    padding: 11px;
    min-width: 217px;
    text-align: center;
}
#text1 {
 display: none;
}
#text2 {
 display: none;
}
#text3 {
 display: none;
}
#text4 {
 display: none;
}
#text5 {
 display: none;
}

#text6 {
 display: none;
}

#text7 {
 display: none;
}

#text8 {
 display: none;
}

#text9 {
 display: none;
}

#text10 {
 display: none;
}

#text11 {
 display: none;
}

#text12 {
 display: none;
}

.pd-0{
    padding: 0px !important;
}
.pull-right{
    float: right;
}

.login-page {
    background-image: url(../images/backgrounds/login.png);
    background-repeat: repeat;
    background-color: #d9e7db;
}

.meal input[type=checkbox]{
    width: 20px;
    height: 20px;}
.meal .form-check-label{
    padding-left: 10px;
    padding-top: 5px;}