

.logo-holder {
    top: -3px !important;
}

    .logo-holder img {
       /* width: 150px !important;*/
        height: 80px !important;
    }

.footer-logo img {
    height: 75px;
    width: auto;
}

.slider-content2 {
    font-family: "Great Vibes", cursive !important;
    font-size: 40px !important;
    margin: 0px;
    text-transform: capitalize !important
}

.theme-color {
    color: #FF9915 !important; /* Amazon Orange */
}

.theme-color2 {
    color: red !important; /* Red */
}
.theme-font {
    font-family: "Playfair Display", cursive !important;
    font-size: 40px !important;
    margin: 0px;
    font-style: normal !important;
}

.theme-font-small {
    font-family: "Playfair Display", cursive !important;
    font-size: 30px !important;
    font-weight: 500;
    color: #C0392B !important;
    margin: 0px;
}

.hours {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 20px;
    color: #fff;
}

.bold-separator-theme {
    max-width: 400px;
    margin: 0 auto 10px;
    position: relative;
}

.cotactus {
    margin-left: 20px;
    margin-right: 20px;
    padding: 50px;
}

.big-number button {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 20px;
    font-family: 'Playfair Display', cursive;
    transition: all 500ms linear;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    color: #fff;
    background-color: #E28904;
}

.single-service {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 45px 40px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    text-align: left !important;
}

.textRight {
    text-align: right !important;
}

.textLeft {
    text-align: left !important;
}

.single-service {
    transition: all .5s ease 0s;
}

    .single-service > h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 20px 0 10px;
        text-transform: uppercase;
    }

    .single-service:hover i {
        color: #FF9900 !important;
    }

    .single-service:hover {
        box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
        transform: translateY(-10px);
        border: none;
    }

@media only screen and (max-width: 1062px) {

    .smallScreenHide {
        display: none !important;
    }
}

@media only Screen and (min-width: 1064px) {

    .largelScreenHide {
        display: none !important;
    }
}


.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.person-circle {
    border-radius: 50%;
    color: rgba(255, 255, 255, .87);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    width: 100% !important;
    display: inline-block;
}

@media only screen and (max-width: 450px) {

    .logo-holder img {
        width: 60px !important;
        height: 60px !important;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.btn-group button {
    background-color: #FF9900 !important;
    /* Green background */
    border: 1px solid #FF9915; /* Green border */
    color: white; /* White text */
    padding: 10px 5px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left;
    width: 25px; /* Float the buttons side by side */
}

.btn-group input {
    /* Green background */
    border: 1px solid #FF9915; /* Green border */
    /* White text */
    padding: 10px 5px; /* Some padding */
    /* Pointer/hand icon */
    float: left;
    width: 50px !important;
    text-align: center;
}

.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: #FF9900;
}

.text-center {
    align-content: center !important;
    text-align: center !important;
    float: none !important;
}

.btnGoWebsite {
    padding-top: 25px !important;
    line-height: 70px;
    font-size: large;
    color: #FF9900 !important;
    font-weight: bolder;
}

.otpinput {
    line-height: 40px;
    text-align: center !important;
    font-size: 20px;
    font-weight: 550;
    width: 80px;
}

.password-info > li {
    text-align: left;
    padding: 6px;
}

.mt-30 {
    margin-top: 30px !important;
}

.cart-totals a {
    float: right;
    margin-top: 50px;
    height: 48px;
    border: none;
    color: #fff;
    width: 100%;
    cursor: pointer;
    padding: 0 20px;
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
    font-family: 'Playfair Display', cursive;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}


    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 2; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100% !important; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4);
        /* Black w/ opacity */
    }


@media only Screen and (min-width: 550px) {

    .modal-content {
        width: 500px !important;
    }
}


    /* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: left !important;
}
    /* The Close Button */
    .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    .modal-header {
        padding: 14px;
        color: #060606;
        text-align: left;
        font-size: 2em;
        font-weight: bolder;
        border-bottom: 2px solid #F90;
    }
    /* Modal Body */
    .modal-body {
        padding: 2px 16px;
        text-align:left !important
    }
    /* Modal Footer */
.modal-footer {
    padding: 2px 15px;
    
    color: white;
    border-top: 2px solid #F90 !important;
    
    text-align: right;
}
    /* Modal Content */
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 80%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        animation-name: animatetop;
        animation-duration: 0.4s
    }
    /* Add Animation */
    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

.card {
    position: relative;
    
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    
 
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.card-body {
    -webkit-box-flex: 1;
   
    flex: 1 1 auto;
    padding: 1rem;
    background-color: var(--smoke-color2);
}

#itemPrice {
    font-size: 30px;
    line-height: 1.417;
    font-weight:bolder
}

.modal-body h5 {
    font-size: 24px;
    line-height: 1.417;
}

.list-group {
    cursor: pointer !important;
}



.w-100 {
    width: 100% !important;
}

.list-group {
  
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

ul {
  
}

dl, ol, ul {
    margin-top: 0;
    
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    background-color: var(--smoke-color2);
    border: 1px solid rgba(244, 244, 244, 0.85);
    color: black !important;
}

.pl-5{
    padding-left:25px 
}

.text-right {
    text-align: right;
    float: right;
    padding-top: 10px;

}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    color:white !important;
}

.woocommerce-form-login-toggle .woocommerce-info {
    background-color: #F90;
    color: white;
    text-align: left;
    cursor:pointer;
}

.woocommerce-message, .woocommerce-info {
    position: relative;
    padding: 11px 20px 11px 50px;
    background-color: #d3d3d3;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 0;
}

@media screen and (max-width: 930px) {

    .CartImageMobileView {
        display: none !important;
    }

    .footer-layout1 {
        display: none !important;
    }
}

.cart_table thead {
    background-color: #ecf0f1;
}

    .cart_table thead th {
        border: none !important;
        color: black;
    }

.cart_table td {
    color: #8b8b8b;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: #BB3430;
    color: white !important;
}

.woocommerce-message::before, .woocommerce-info::before {
    color: white !important;
}

.cart_table .qty-input {
    color: black !important;
}

.cart_totals th:first-child, .cart_totals td:first-child {
    width: 45%;
    background-color: #f9fbfb;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
}

.cart_totals th, .cart_totals td {
    color: black !important;
}

.cart_table td {
    color: #000;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
input[type="radio"] ~ label {
    cursor: pointer;
    line-height: 1;
    font-weight: 600;
}

label{

    text-align:left;
}

.form-check-label img{
    height:100px;
   
}
.mb-5{
    margin-bottom:25px !important
}
.mt-5 {
    margin-top: 25px !important
}

.btn-warning {
    color: #000;
    background-color: #FF9900;
    border-color: #FF9900;
}

.card-image {
    width: 135px;
    margin-left: 0;
    padding: 0px;
    height: 175px;
}

.img-card-body {
    width: 100% !important;
    height: 100% !important;
}

.h3 {
    font-size: 36px;
    line-height: 1.278;
    text-align:left;
}

.text-center {
    text-align: center !important;
}

.img-card-body h5 {
    font-size: 20px;
 
    text-align: center;
}

#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
     /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 111; /* Add a z-index if needed */
    /* Center the snackbar */
    bottom: 10px;
    right: 10px !important /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.toast-header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: #FF9900;
    margin:0px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.toast-body {
    background-color: white;
    color: black;
    padding: 10px 20px;
    text-align: left;
}

    .toast-body h3 {
        font-size: 24px;
        font-weight: 600
    }

    .toast-body .big-text {
        font-size: 28px;
        font-weight:600;
        padding:2px;
        
    }

.text-white{
    color:white;
    font-weight:bolder;
}

.text-black {
    color: black;
    font-weight: bolder;
}

.btn-close {
    float: right;
    text-align: right;
    margin-right: 0.5rem;
    margin-left: 5rem;
    cursor:pointer;
}

#toastspnStatus{
    margin-left:15px
}

.liveToastInvoice{
    cursor:pointer;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.TabHeader {
    color: #FF9900;
    font-size:2.5em;
    font-weight:600;
  
    line-height:50px;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}


.btnNew {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-danger1 {
    color: red;
    background-color: #D8962B !important;
    border-color: #D8962B;
}

.btn-primary {
    background-color: #0096E9 !important;
    border-color: #0096E9;
}
.btn-warning {
    background-color: #D8962B !important;
    border-color: #D8962B;
}

.btn-info {
    background-color: #31D2F2 !important;
    border-color: #31D2F2;
}

.imageApp {
    opacity: 0.7;
}

.imageApp:hover {
    opacity: 1;
    color: green;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s ease;
}


@media screen and (max-width: 550px) {

    .imageApp{
        width:75% !important;
    }


}

@media only screen and (min-width: 620px) {
    .form-control {
        width: 100% !important;
    }
}

.form-control {
    display: block;
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7e7e7e;
    background-clip: padding-box;
    border: 1px solid #f0f1f5;
    appearance: none;
    border-radius: .75rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    margin: 10px !important;
}

.resrv-time {
    float: left;
    
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    width: 100%;
    padding: 15px 20px;

    -webkit-appearance: none;
    
}

select, .form-control, .form-select, textarea, input {
    color: black !important;
}





