/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .edd-advanced-sale-count-time{
     font-size:0;
    
 }
 .edd-advanced-sale-count-offer-box{
      margin:30px 0;
 }
 .edd-advanced-sale-count-time .eddadv-count-item,
  .edd-advanced-sale-count-time .emerce-count-value{
     font-size:16px;
 }
.edd-advanced-sale-count-time  .countdown{
    display:flex;
     margin:0 -7.5px;
     align-items:center;
     font-size:16px;
}

 .edd-advanced-sale-count-time .emerce-count-value{
    background: #05A845;
    width: auto;
    height: 56px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    color: #FFF;
    min-width: 56px;
    display:block;
    margin:0 7.5px;
    border-radius:4px;
}
 .edd-advanced-sale-count-time .emerce-count-value .label{
   display:block;
       font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color:#666;
    margin-top:7px;
    margin-bottom: 0;
 }
 
 
 .edd-advanced-sale-title{
     font-size:24px;
 }
 .mayosis-product-widget-counter  .edd-advanced-sale-title{
     font-size:16px;
     text-align:center;
     position:relative;
     width: 100%;
    height: 15px;
    margin: 20px 0 30px;
    color: #164a41;
    border-bottom: 1px #164a41 solid;
 }
 
 .mayosis-product-widget-counter  .edd-advanced-sale-title span {
        background: #ffffff;
    font-size: 16px;
    padding: 10px;
}
 
  .mayosis-product-widget-counter .edd-advanced-sale-count-time .countdown{
      justify-content:center;
  }
  
  
   .mayosis-product-widget-counter  .edd-advanced-sale-count-time .emerce-count-value{
    background: transparent;
    width: auto;
    height: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #164a41;
    min-width: auto;
    display:block;
    margin:0 7.5px;
    border-radius:4px;
}
 .mayosis-product-widget-counter   .edd-advanced-sale-count-time .emerce-count-value .label{
   display:block;
       font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: lowercase;
    color:#666;
    margin-top:7px;
    margin-bottom: 0;
 }
    .mayosis-product-widget-counter .edd-advanced-sale-count-time{
      border-bottom: 1px #164a41 solid;
      padding-bottom:30px;
 }
 .edd-adv-perchantage-box{
     padding-top:10px;
 }
 .edd-adv-perchantage-box p.edv_perch_value{
     margin-bottom:0;
     font-weight:600;
     font-size:16px;
     line-height:1.2;
 }
 .edd-adv-perchantage-box .edv_perch_label{
     font-weight:400;
     font-size:14px;
     line-height:1;
 }
 
  .mayosis-product-widget-counter .edd-adv-perchantage-box{
         display: flex;
    justify-content: space-between;
    margin-top: 30px;
 }
   .mayosis-product-widget-counter .edd-adv-perchantage-amount,
   .mayosis-product-widget-counter .edd-adv-save-amount{
     width:50%;
     text-align:center;
 }
 .mayosis-product-widget-counter .edd-adv-perchantage-amount{
     border-right:1px solid #164a41;
 }
 .product-price h3 del{
         opacity: .5;
    font-weight: 400;
 }
 .edd-adv-social-button{
    text-align:center;
}
.edd-adv-social-button a{
    line-height:30px;
    width:30px;
    height:30px;
    display:inline-block;
    margin:5px 7.5px;
    border-radius:3px;
    background:#1877f2;
    color:#fff;
    transition: all .2s;
}
.edd-adv-social-button a:hover{
    background:#fff;
    color:#1877f2;
}
.edd-adv-social-button a.twitter{
    background:#1da1f2;
}
.edd-adv-social-button a.twitter:hover{
     background:#fff;
    color:#1da1f2;
}
.edd-adv-social-button a.pinterest{
    background:#e60023;
}
.edd-adv-social-button a.pinterest:hover{
     background:#fff;
    color:#e60023;
}