/* COMPANY CUSTOM STYLES */


:root{
    --primary-color: #0f6a3c;
}

.primary-bg { background-color: #ffffff !important; color: #282828 !important; }
.secondary-bg { background-color:#000  !important; color: #fff !important; }
.secondary-color { color: #607d8b ; }
.secondary-bdr { border: 1px solid #607d8b ; }

.omf-radio-blk input[type=radio]:checked + label:before {background-color: white;border: 2px solid #616161;}
.omf-radio-blk input[type=radio]:checked + label:after {background-color: #616161;}
.order-status.completed { border-right: 4px solid #8bc34a ; }

.omf-action-btn { background-color: var(--primary-color) ; color: #fff; text-transform: capitalize; }

.omf-pullout-user-wrapper.primary-bg #signout { border-bottom: 1px solid #fff !important; }

.omf-pullout-user-wrapper.primary-bg a { color: #000; }

#loader-wrapper .fa { color: #c9b083; }

#hero { background-color: #fff; }


#grid-layout #product-list .omf-avatar-wrapper { height: 292px; }

.qty-plus, .qty-minus {
    background-color: #ccb07c !important;
    border-radius: 2px;
    color: #fff !important;
    font-size: 25px;
}

.qty-button.count {
    border: 1px solid #ccb07c;
    border-radius: 2px;
    width: 50px;
    height: 45px !important;
}

.qty-button {
    background-color: #fff;
    color: #353535;
    margin: 0 2px;
}

.qty-button.count {
    position: relative;
    top: 0px;
    font-weight: bold;
}

.omf-action-btn.add-qty-btn {
    background-color: #607d8b;
}

.add-qty {
    /*margin-top: 10px;*/
}

.omf-hdr-center a {
    color: #fff !important;
    font-size: 17px;
}

.bdr-btn{
    border: 1px solid var(--primary-color); !important;
    background-color: #fff !important; 
    color: #000 !important;
}

div#customer_name {
    font-size: 20px;
    margin-bottom: 10px;
}

#about {
    padding: 20px 0px !important;
}

#about .omf-tile {
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.pwa-wrapper {
    margin-top: 15px;
}

button#install-app {
    all: unset;
    background: green;
    color: #fff;
    padding: 4px 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.035em;
    font-weight: 600;
}

/*---------Home page----------*/
    .omf-hero-avatar-wrapper {
    	    margin-bottom: 15px;
       }

    .omf-avatar-wrapper{
    	padding: 0 !important;
    }

    .omf-hero-wrapper-intro{
    	height: 100vh;

    }
    .omf-tile{
    	padding: 0 !important;
    	padding-bottom: 15px !important;
    }
    .omf-social-nav-wrapper a.reg{
    	padding: 7px;
    }

    #grid-layout #product-list .omf-tile {
    	border: 1px solid #fffcfc;
    }

    .btn button {
        font-weight: bold;
        outline: none;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 15px 40px;
        border-radius: 27px;
        background-color: var(--primary-color);
        border: none;
        margin: 15px auto;
        margin-top: 80px;
    }

    #user-page .btn {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 12px;

    }

    #user-page .btn button{
        min-width: 100px;
        margin: 0px;
        margin-top: 20px;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 19px;
    }

        /*.btn button:hover {
            color: #fff;
            background-color: var(--primary-color)e0;
        }*/

    .btn-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .omf-main-nav ul li a:hover {
        transition: .3s ease;
        background: #ededed;
    }



    #cancel-update-form {
        background-color: #fff;
        color: #000;
        border: 1px solid var(--primary-color);
    }
/*------------------------------------------------------Login sign up and forgot password page------------------------------------------------------*/
    #contact-info-form-wrapper, #forgot-password {
        background-color: #fff;
    }

    .auth-page {
        max-width: 100%;
        height: 100%;
        margin: auto;
        text-align: center;  
    }

     #contact-info-form h4{
        border: none;
    }

    #login-message {
        padding: 10px 40px;
        color: #000;
    }

    #signup-form {
        width: 64%;   
    }

    .omf-floating-label {
        padding-left: 10px !important;
    }


    .omf-text-field {
        padding: 5px 10px;
    }

    #login-form-wrapper {
        padding: 40px 30px !important;
        background-color: #ffffff !important;
        color: #000 !important;
    }

   .auth-page h2{
        font-weight: 600;
        color: var(--primary-color);
        /*font-size: 20px;*/
    }

    button.login.omf-action-btn {
        width: 64%;
        border-radius: 31px;
        padding: 16px;
        outline: none;
    }

    #contact-info-form h4{
        margin: 20px 10px;
        text-align: left;
    }

    p.copyright {
        line-height: 4.45em;
        font-size: 12px;
    }   

    #contact-wrapper {
        line-height: 30px !important;
        margin: 11px;
        border-radius: 9px;
    }

    a#forgot-password {
        text-decoration: underline;
        float: right;
        padding: 0px 10px;
        margin-top: -36px;
        margin-bottom: 20px;
        width: 100%;
        text-align: right;
        color: #454545;
        font-size: 13px;
    }

    #forgot-password, #otp-verification {
        padding: 40px 20px;
    }

    .omf-text-field label {
        text-align: left;
    }

    strong{
        font-weight: 600 !important;
    }

    .otp-img{
        padding: 15px;
        width: 110px;
        margin: auto;
        margin-bottom: 20px;
        border-radius: 50%;
        background-color: #6c001214;
    }

    .otp{
        margin: auto;
        text-align: center;
    }

    .omf-text-field.otp input {
        width: 40px;
        margin-right: 8px;
        text-align: center;
        color: #6c0012;
        font-weight: 600;
        background-color: #ffffff;
        padding: 8px;
        font-size: 20px;
    }

    #resend{
        background-color: transparent;
        border: none;
        text-align: center;
        width: 100%;
    }

    #cust-info-dtls {
        text-align: left;
        line-height: 24px;
    }

    #cust-info-dtls h4{
        white-space:  nowrap;
    }

    #cust-info-dtls h4 {
        text-align: left;
        width: 120px;
        margin: 0;
    }

    .cust-img-blk {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    img.cust-resources {
        width: 50%;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        overflow: hidden;
    }

    #contact-wrapper{
        box-shadow: 0px 0px 2px 1px #dedede;
    }

    .pwd-blk {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .generate-pwd {
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: bold;
        letter-spacing: 0.035em;
        cursor: pointer;
        color: #454545;
    }

    .rotate-once {
      animation: rotateOnce 500ms linear;
    }

    @keyframes rotateOnce {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }


    /*-----------------------------------------My Orders page------------------------------------------*/
    #orders .omf-tile{
        padding: 5px !important
    }
    .paynow{
        background-color: #8bc34a !important;
    }

@media only screen and (min-width: 768px)  {
    #header-wrapper.on {
    max-width: 300px;
}

}
@media only screen and (min-width: 1024px)  {
        #header-wrapper.on {
    max-width: 300px;
}
  
/* AUTH PAGE STYLES 