/*
Theme Name: WooHooDoodh
Theme URI: https://wizorbit.com
Description: Custom theme for WooHooDoodh
Author: Wizorbit
Author URI: https://wizorbit.com
Template: storefront
Version: 1.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 16 Sep 2021 10:43:37 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.woohoo-subscription-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0006;
    z-index: 99999;
}
.woohoo-subscription-content {
    max-width: 400px;
    margin: 50px auto auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #cccc;
    text-align: center;
    position: relative;
}
.day-qty{
    max-width: 60px;
}
.form-group{
    position: relative;
}

/* wizard form */
.woohoo-subscription-form.active-form,
.woohoo-subscription-form-custom.custom-active-form
{
    display: block;
    transition: all 1s ease;
}
.hidden-form,
.custom-hidden-form{
    display: none;
    transition: all 1s ease;
}
.plan-heading {
    background-color: #ccc;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.plan-heading h3{
    margin: 0;
    font-size: 18px;
}

/* HIDE RADIO */
.woohoo-subscription-form [type=checkbox] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* IMAGE STYLES */
.woohoo-subscription-form [type=checkbox] + img {
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 10px;
  }
  
  /* CHECKED STYLES */
.woohoo-subscription-form [type=checkbox]:checked + img {
    outline: 2px solid rgb(1, 170, 1);
  }
  .woohoo-subscription-header {
    position: relative;
}
  span.close-modal {
    position: absolute;
    top: -30px;
    right: -30px;
    background-color: #ccc;
    color: #000;
    padding: 5px 13px;
    border-radius: 50%;
    cursor: pointer;
}
/* #ui-datepicker-div{
    position: absolute !important;
} */

.custom-plan-list ul {
    list-style: none;
    margin: 0;
}

.custom-plan-list ul li {
    display: inline;
    padding: 5px 10px;
    border: 1px solid;
    cursor: pointer;
}

.custom-plan-name.custom-active {
    background-color: #0098ff;
    color: #fff;
}
input.custom-qty{
    max-width: 45px;
}

.custom-week-days th,
.custom-week-days td {
    padding: 0;
    text-align: center;
}

.form-group h4 {
    font-size: 16px;
}
.form-group input {
    max-height: 30px;
}
nav.custom-plan-list {
    padding-bottom: 20px;
}
.form-group label{
    display: inline-grid;
}
span.instruction-text {
    font-size: 12px;
    text-align: left;
}
.form-group.instructions-options {
    margin-bottom: 10px;
}

.woohoo-date-quantity {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding-top: 25%;
    border: 1px solid #fffdf0;
    border-radius: 5px;
    box-shadow: 3px 2px 6px 1px #ccc;
}

.woohoo-date-quantity.get-input{
    display: block;
}
.custom-day-picker .ui-datepicker{
    width: 20em;
}

.multiple-date-picker {
    display: none;
    padding-top: 10px;
}

span.calendar-icon {
    background-color: #0098ff;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.calendar-holder{
    position: relative;
}
span.close-custom-calender {
    position: absolute;
    top: -12px;
    right: -18px;
    z-index: 99;
    background-color: #000;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
}
.selected-deldata{
    padding-top: 10px;
}
ul.custom-delivery-details {
    margin: 0;
    text-align: center;
    list-style: none;
}
span.remove-custom-del {
    background-color: #970000;
    font-size: 10px;
    color: #fff;
    padding: 2px 4px;
    cursor: pointer;
    border-radius: 50%;
}

.calendar-date-picker,
.weekly-date-picker {
    background-color: #fff3cd !important;
}
.woohoo-subscription-modal input[type=number]::-webkit-inner-spin-button, 
.woohoo-subscription-modal input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}



.affiliate-register .form-group,
.affiliate-login-holder{
    padding: 8px;
    line-height: 2px;
    font-family: poppins, sans-serif;
    display: block;
}
.affiliate-register .form-group label,
.affiliate-login-holder .login-username label,
.affiliate-login-holder .login-password label{
    display: block;
    padding: 15px 6px;

}
.affiliate-register .form-group input,
.affiliate-login-holder .login-username input,
.affiliate-login-holder .login-password input{
    border-top: 0px solid !important;
    border: 1px solid grey !important;
    border-radius: 6px !important;
    line-height: 10px !important;
    width: 50%;
    padding: 10px !important;
    max-height: 40px !important;
    transition: box-shadow 300ms ease-out;
}
.affiliate-register .form-group input:focus,
.affiliate-login-holder .login-username input:focus,
.affiliate-login-holder .login-password input:focus{
    background: #ffffff !important;
    border-top: 0px !important;
    box-shadow: 0px 0px 5px #333333;
}
.affiliate-register .form-group select{
    padding: 6px !important;
    border-radius: 5px !important;
    border: 1px solid grey !important;
    color: grey !important;
    width: 20%;
}

.affiliate-register .form-group button,
.affiliate-login-holder .login-submit input{
    border-radius: 6px;
    background: #e9bf59;

}
.affiliate-register .form-group button:hover,
.affiliate-login-holder .login-submit input:hover{
    
   color: #fafafa;

}





.dashboard-menu{
    padding: 0px !important;
    margin-left: -53px !important;
}
.dashboard-menu ul li {
    display: inline-block !important;
    text-decoration: none !important;
    
    

}

.dashboard-menu ul li a{
    text-decoration: none !important;
    color: #333333 !important;
    padding: 10px !important;
    background: #e9bf5950;
    border: none;
    border-radius: 2px;
    margin-left: -4px;
    transition: 300ms ease-out;

}

.dashboard-menu ul li a:hover{
    text-decoration: none !important;
    color: #fafafa !important;
    background: #e9bf59;
    
}
.dashboard-menu ul li a.active{
    color: #fafafa !important;
    background: #e9bf59;
    border: 1px 1px 0px 1px solid grey;
}

.user-details h4{
    font-size: 20px !important;
    letter-spacing: 1px;
}

#dashboard .full-row{
    display: flex;
    flex-flow: row nowrap;

    justify-content: space-between;
}

#dashboard .full-row .invite-link{
    width: 100% !important;
    padding: 20px 0px;
    font-family: Helvetica, sans-serif;
    letter-spacing: 1px;
}
#dashboard .full-row .invite-link h3{
    font-size: 20px;

}
#dashboard .full-row .invite-link input{
    border-radius: 5px;
}
#dashboard .full-row.cards div{
    padding: 20px;
    width: 25%;
    text-align: center;
    border: 0px solid grey;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #888888;
    margin: 20px 0px;
    font-family: Helvetica, sans-serif;
    font-size: 15px !important;
    flex-shrink:0;
    background-image: linear-gradient(to bottom, #e9bf59, #fafafa);

}
#dashboard .full-row.cards div h4{
    line-height: 28px !important;

}
#dashboard .full-row.cards div p{
    font-size: 20px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
}

#dashboard .full-row.table div h4{
    font-family: Helvetica, sans-serif;
    line-height: 28px !important;
    padding: 10px 0px;
}

div.social{
    
    float: right;

}

.invite-link .fa {
 padding: 10px;
    font-size: 20px;
    width: 40px;
  text-align: center;
  text-decoration: none !important;
  color:#fafafa !important ;
  margin: 5px 1px;
  border-radius: 2px;
  
  
}

.invite-link .fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-envelope{
  background: #dd4b39;
  color: white;
}

.fa-share-alt{
  background: #dd4b39;
  color: white;
}

.fa-sms{
  background: #dd4b39;
  color: white;
}

.fa-telegram {
  background: #125688;
  color: white;
}
.fa-whatsapp {
  background: #a4c639;
  color: white;
}


.converted-customers table {
  border-collapse: collapse;
  width: 100% !important;
  border-radius: 5px !important;
}

.converted-customers th, 
.converted-customers td {
  text-align: left;
  padding: 10px;
}

.converted-customers table tr:nth-child(even){background: #333333 !important}

.converted-customers th {
  background-color: #e9bf59 !important;
  color: white;
}

.converted-customers{
    flex-grow: 1;
}

#commission h4{
   font-family: Helvetica, sans-serif;
}

#affiliate-customer table {
  border-collapse: collapse;
  width: 100% !important;
  border-radius: 5px !important;
}

#affiliate-customer th, 
#affiliate-customer td {
  text-align: left;
  padding: 10px;
}

#affiliate-customer table tr:nth-child(even){background: #333333 !important}

#affiliate-customer th {
  background-color: #e9bf59 !important;
  color: white;
}

.affiliate-profile table {
  border-collapse: collapse;
  width: 100% !important;
  border-radius: 5px !important;
}

.affiliate-profile th, 
.affiliate-profile td {
  text-align: left;
  padding: 10px;
}

.affiliate-profile table tr:nth-child(even){background: #333333 !important}

.affiliate-profile th {
  background-color: #e9bf59 !important;
  color: white;
}

.affiliate-profile button{
    border-radius: 6px;
    background: #e9bf59;
} 

.affiliate-profile button:hover{
    color: #fafafa !important;
    background: #e9bf59 !important;
} 
.affiliate-profile input{
   border-top: 0px solid !important;
    border: 1px solid grey !important;
    border-radius: 6px !important;
    line-height: 10px !important;
    width: 50%;
    padding: 10px !important;
    max-height: 40px !important;
    transition: box-shadow 300ms ease-out;
}

.affiliate-profile input:focus{
    background: #ffffff !important;
    border-top: 0px !important;
    box-shadow: 0px 0px 5px #333333;
}

.storefront-primary-navigation {

    line-height: 0.5em !important;
}
@media only screen and (max-width: 480px) {
    .storefront-primary-navigation {

        line-height: 1.5em !important;
    }
  }
.site-header {
    margin-bottom: 0.6em !important;
    padding-top: 0.5em;
    padding-bottom: 0em;
}

.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    padding: 1em 1em;
}

.site-header-cart .cart-contents {
    padding: 1em 0;
}

.site-branding, .site-search, .site-header-cart, .site-logo-anchor, .site-logo-link, .custom-logo-link {
    margin-bottom: 0.5em;
}

.site-header-cart .cart-contents::after {
    line-height: 0.6em;
}
button.menu-toggle, button.menu-toggle:hover {
    background-color: #edd30c;
}
button.menu-toggle, button.menu-toggle:hover {
    border:none;
}

.site-info {
    padding: 0.617924em 0;
    width: 100%;
    text-align: center;
}

.col-4 {


    max-width: 100% !important;
}

.site-info span[role=separator] {
    
    display: none;
}

.widget .widget-title, .widget .widgettitle {
    margin-bottom:0px;
}

.widget_pages ul li, .widget_categories ul li, .widget_archive ul li, .widget_recent_comments ul li, .widget_nav_menu ul li, .widget_links ul li, .widget_product_categories ul li, .widget_layered_nav ul li, .widget_layered_nav_filters ul li {
    list-style: none;
    margin-bottom: 0em;
    line-height: 0.5em;
}

.widget li {
    padding: 0px 0px;
    border-bottom: 0px solid #eee;
    line-height: 35px !important;
    color:#ffffff!important;
    fill: #ffffff !important;
}
.widget svg{
    color:#ffffff!important;
    fill: #ffffff !important;
}

.widget {
    margin: 0 0 1em;
}

.wp-block-search .wp-block-search__button svg {
    color:#333333 !important;
    fill: #333333 !important;
}

@media (min-width: 768px){
.col-full {
    max-width: 71.498938em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
}
.woocommerce-active .site-header .site-branding {
    width: 20%;
    float: left;
    margin-right: 0;
}
}


.widget_search form:not(.wp-block-search), .widget_product_search form:not(.wp-block-search) {
    position: relative;
    display: none;
}
.site-header-cart .cart-contents {
    /*padding: 1em 0;*/
    /*display: none;*/
}

.footer-widgets a{
    color:#ffffff !important;

}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title, .site-footer .widget .widgettitle {
    color: #ffffff;
}



  
.btn-grad {
    /* background-image: linear-gradient(to right, #f8c545 0%, #f8b500  51%, #faca52  100%); */
    /* margin: 10px; */
    /* padding: 15px 45px; */
    text-align: center;
    /* text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 4px;
    display: block;
    background-color: #129b38;
  }

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
    background-color: #a2c3a6;
  }

  .newbtn1 {
    background-color: #129b38 ;
    color: #ffffff;
  }
  .newbtn1:hover {
    background-color: #a2c3a6 ;
    color: #ffffff;
  }
 