/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/


/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/














/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 26px;
  font-weight: bold;
  margin: 0 15px 15px;
}
.woocommerce-order-received .checkout_info_custom,
.woocommerce-order-received .main_row_div,
#billing_country_field {
  display: none;
}


.woocommerce-billing-fields h3 {
    background: #EC008C;
    padding: 15px 10px;
    color:#fff;
    font-weight: 600;
    margin-bottom: 15px;
} 
.woocommerce table.shop_table td,
.woocommerce ul#shipping_method li {
 
    font-weight: normal;
     font-size: 14px;
    line-height: 1.3;
}
.woocommerce-error a {
    color: #fff;
}
.checkout-inline-error-message {
    color:red;
    font-size: 12px;
}

.woocommerce-billing-fields  h3 {
    display: none;
}

.woocommerce-checkout h2,
.woocommerce-billing-fields h2,
#order_review_heading {
    font-size: 20px;
    color: #EC008C;
    font-weight: 600;
    padding-top: 10px;
    position: relative;
    padding: 15px 0;
    margin-bottom: 20px;
}
#billing_section_title2_field {
    margin-top: 40px;
}
.woocommerce-checkout h2::before,
.woocommerce-billing-fields h2::before,
#order_review_heading::before {
    content:' ';
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: #EC008C;
}
.woocommerce-checkout h2::after,
.woocommerce-billing-fields h2::after,
#order_review_heading::after {
    content:' ';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 60%;
    height: 2px;
    border-radius: 5px;
    background: #EC008C;
}
#billing_phone_info_field,
#billing_email_desc_field {
    font-size: 12px;
}
#billing_newsletter_text_before_field {
    font-size: 14px;
    margin-bottom: 5px;
}
#billing_newsletter_text_before_second_field {
     font-size: 14px;
}
.woocommerce-input-wrapper .checkbox {
    line-height: 1.3;
}
.woocommerce-shipping-totals.shipping {   
    display: flex;
    flex-direction: column;
}

#ship-to-different-address {
    font-size: 16px;
}
.et_pb_wc_checkout_order_details_0,table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tr,
.woocommerce table.shop_table th {
    border: 0!important;
}


 
  
 

/* hide native checkbox but keep it accessible */
.special-offer-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}

/* label text (we draw the box as a pseudo-element of this span) */
.specia_offer_box .et_pb_code_inner label span {
  position: relative;
  padding-left: 28px;        /* room for custom box */
  line-height: 20px;
  user-select: none;
  font-weight: 600;
  color: #EC008C;

}

/* box */
.specia_offer_box .et_pb_code_inner label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #cfcfcf;
  background: #fff;
  box-sizing: border-box;
  transition: all .12s ease;
}

/* check mark (hidden by scale(0)) */
.specia_offer_box .et_pb_code_inner label span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 42%;
  transform: translateY(-50%) rotate(45deg) scale(0);
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transition: transform .12s ease;
}

/* checked state */
.specia_offer_box.checked   .et_pb_code_inner label span::before {
  background: #EC008C;
  border-color: #EC008C;
}

.specia_offer_box.checked   .et_pb_code_inner label span::after {
  transform: translateY(-50%) rotate(45deg) scale(1);
}

/* small responsive tweak */
@media screen and (max-width: 420px) {
  .specia_offer_box .et_pb_code_inner   { padding: 6px 8px; font-size: 15px; }
  .specia_offer_box .et_pb_code_inner label span { padding-left: 26px;  }
}



.cta_arrow_box {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.cta_arrow_box_left svg {
    font-size:30px;
    color: #EC008C;
}
.cta_arrow_box_right {
    margin-left: 30px;
}
.cta_arrow_box_left svg {
 
    -webkit-animation: slide-right .5s cubic-bezier(.215,.61,.355,1) infinite alternate both;
    animation: slide-right .5s cubic-bezier(.215,.61,.355,1) infinite alternate both;
}

@-webkit-keyframes slide-right {
    0% {
        transform: translateX(15px)
    }

    to {
        transform: translateX(30px)
    }
}

@keyframes slide-right {
    0% {
        transform: translateX(15px)
    }

    to {
        transform: translateX(30px)
    }
}



.countdownbox {
  color: #fff;
  font-size: 20px;
}
body.home .woocommerce-variation.single_variation {
  display: none!important;  
}
.mobile-order-toggle-container {
    display: none;
}

@media screen and (max-width: 768px) {
 
  .countdownbox {
 
  font-size: 14px;
  }

  .mobile-order-toggle-bottom {
    background: #fff;
    z-index: 9999910000;

    height: 0;
    transition:  max-height .3s ease;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
  }
 
  .mobile-order-toggle-bottom.active {
     visibility: visible;
      opacity: 1;
      max-height: 70vh;
      height: auto;
      transition:  max-height .3s ease;
  }

  #mobile-order-toggle {
 
    z-index: 99999910001;
    margin-left: 5px;
    color: #222;
    border: none;
    padding: 10px 10px;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
  }

  /* Hide the normal desktop order review on mobile */
  .woocommerce-checkout-review-order-table {
    display: block;
  }
  #page-container {
    background-color: #fff;
  }

  .entry-content .orders_details_floating table:not(.variations) { 
 margin-bottom: 0!important;
}
.woocommerce .orders_details_floating table.shop_table th {
    padding: 5px 12px;
    line-height: 1.3em;
}

  .mobile-order-toggle-container svg   {
    width: 20px;
    height: 20px;
    margin-bottom: -2px;
  }
  .order_total_top {
    color: #EC008C;
  }
  .mobile-order-toggle-container svg path {
    fill: #EC008C;
   }
  .mobile-order-toggle-container {
    position: relative;
    z-index: 99999999999999999;
    border: solid 2px #EC008C;
    padding:8px 12px;
    margin-left: 5%;
    margin-right: 5%;
    background: #fff;
    display: block;
  }
  .mobile-order-toggle-top {
 
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-order-toggle-container.is-sticky {
    position: fixed;
    top: 0px; /* adjust for header height */
    left: 0px;
    right: 0px;
    z-index: 99999999999999999;
    background: #fff;
    border: solid 2px #EC008C;
    padding:8px 12px;
    border-radius: 0;

  }
 
  #order_review_heading,
  #order_review .shop_table.woocommerce-checkout-review-order-table .cart_item {
    display: none;
  }
  .mobile-order-toggle-bottom {
    font-size: 14px;
    line-height: 1.2;
  }
 .mobile-order-toggle-bottom-top {
  font-weight: bold;
  color: #EC008C;
  }
  .mobile-order-toggle-bottom-top {
    margin-bottom: 10px;
  }
  .mobile-order-toggle-bottom-mid-left{
    padding-right: 30px;
  }
  .mobile-order-toggle-bottom-footer,
  .mobile-order-toggle-bottom-bottom,
  .mobile-order-toggle-bottom-mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .mobile-order-toggle-bottom-footer,
  .mobile-order-toggle-bottom-mid {
    font-weight: 600;
  }
  .mobile-order-toggle-bottom-footer {
    margin-bottom: 0;
  }
  .mobile-order-toggle-bottom-bottom-right {
    font-weight: 600;
      color: #EC008C;
  }
  .mobile-order-toggle-bottom-bottom-left span {
    font-weight: 600;
  }
  #mobile-order-toggle::after {
    content:' > ';
    font-family: monospace, Arial, Helvetica, sans-serif;
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 8px;
  }
  #mobile-order-toggle.active::after {
 
    transform: rotate(-90deg);
 
  }
  .mobile-order-toggle-bottom-mid .product-total {
    text-align: right;
  }
  .mobile-order-toggle-bottom-mid .product-quantity {
    display: none;
  }
  .mobile-order-toggle-bottom-mid .product-name {
    padding-right: 25px;
  }

  .entry-content tr td {
      border-top: 0;
      padding:0;
  }

.entry-content table:not(.variations) {
    border: 0;
}


}







