/*
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]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/




tr.woocommerce-shipping-totals.shipping, tr.fee {
    display: none;
}


tr.cart-subtotal {
    display: none;
}

.entry-content table, .woocommerce table.shop_table td
{
    border: none;
    border-top:  0px!important;
}
.entry-content table:not(.variations)
{
    border: none;
    border-top:  0px!important;
}

.woocommerce table.shop_table td
{
    padding: 9px 0px!important;
}
tr.order-total th {
    padding: 0!important;
}
/*#billing_country_field {
    display: block!important;
}*/

/* IMAGE STYLES */
.input_pay + .pay_span {
  cursor: pointer;
  transition: 0.3s;
}

.pay_span img {
    margin-bottom: 10px;
}
/* CHECKED STYLES */
.input_pay:checked + .pay_span {
    background-image: linear-gradient(243deg,#3D72E7 0%,#53a0fe 100%);
    color: white;
}
.pay_span {
	padding: 30px 60px;
	border: 1px solid #53a0fe;
	border-radius: 0;
	text-align: center;
	margin: 0 10px;
	max-width: 300px;
	margin-bottom: 12px;
}

.input_pay {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.input_pay:checked + .pay_span h3
{
    color: #ffffff;
}

.order_summary_sec {
    margin-top: 60px;
    margin-bottom: 60px;
    display: none;
}
.order_summary_sec_short .left_sec
{
  display: none;

}
.order_summary_sec_short #order_review .pay_buttons
{
  display: none!important;
}
.order_summary_sec_short tr.cart_item {
    display: none;
}

.order_summary_sec_short #order_review .main_order_summary 
{
  padding-bottom: 100px;
}

.order_summary_sec_short #order_review .req_description
{
  display: none;
}

.order_summary_sec_short
{
    margin-top: 80px;
    margin-bottom: 70px;
}
.order_summary_sec_short #payment 
{
    display: none;
}
.pay_now_btn
{
    background-image: linear-gradient( 
243deg
 ,#3D72E7 0%,#53a0fe 100%);
    color: white;
    border: none;
    cursor: pointer;
    padding: 15px 45px;
    border-radius: 20px;
    position: relative;
    top: -70px;
    right: 55px;
}

/***** Custom *****/

.woocommerce-additional-fields {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3rem;
	border-top: 7px solid #509afb;
	border-bottom: 7px solid #509afb;
	border-radius: 10px;
}
#customer_details {
  margin: 0 auto;
  background: #fff;
  padding: 3rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.woocommerce-billing-fields label {
  font-size: 15px;
}
#customer_details input {
  background: none;
  border-bottom: 1px solid #ddd;
	transition: 0.3s;
}
#customer_details input.inspire-file-add-button, #customer_details input.inspire-file-delete-button {
	background: linear-gradient(243deg,#3D72E7 0%,#53a0fe 100%);
	border: 0;
	height: 50px;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	color: #fff;
	max-width: 170px;
	margin-top: 20px;
	border-radius: 30px;
}
.inspire-file-info {
	display: block;
	text-align: left;
	margin-top: 1rem;
	color: #509afb;
}
#customer_details input:focus {
  border-bottom: 1px solid #519cfc;
}
.woocommerce-billing-fields .inspire-file-error {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	display: block;
}
.woocommerce-billing-fields {
}
.input_pay + .pay_span:hover {
}
.input_pay + .pay_span:hover h3 {
  color: #fff;
}
.input_pay + .pay_span:hover {
  background-image: linear-gradient(243deg,#3D72E7 0%,#53a0fe 100%);
  color: white;
  box-shadow: 0 7px 8px #868686;
}
.pay_span h3 {
	font-size: 25px;
	padding-bottom: 0;
	color: #5b5b5b;
	line-height: 1;
	border-bottom: 1px solid#ddd;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.pay_span h3 strong {
  font-weight: 900;
}
.pay_span > strong {
  font-size: 13px;
}

/**** Pay gross ****/


.main_order_summary {
  display: flex;
  width: 100%;
  background: #fff;
  padding: 2rem 3rem;
  align-items: center;
  box-sizing: border-box;
  flex-wrap: wrap;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.main_order_summary .left_sec {
  width: 100%;
  max-width: 250px;
  padding: 1rem;
}
.main_order_summary .right_sec .req_description {
  display: flex;
  justify-content: space-between;
}
.main_order_summary .right_sec .req_total, .main_order_summary .right_sec .req_description {
  display: flex;
  margin: 0;
  background: #fff;
}
.main_order_summary .right_sec .req_total .return_time, .main_order_summary .right_sec .req_total .product_total_cost {
  border: 1px solid #f2f2f2;
  padding: 20px;
  width: 100%;
}
.main_order_summary  .pay_buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
.main_order_summary  .pay_buttons .pay_option {
  background-image: linear-gradient( 243deg ,#3D72E7 0%,#53a0fe 100%);
  color: white;
  border: none;
  cursor: pointer;
  padding: 12px 45px;
  border-radius: 30px;
  text-decoration: navajowhite;
  text-align: center;
  width: 200px;
  margin: 5px 15px;
  line-height: normal;
}
.main_order_summary .right_sec .req_total h4, .main_order_summary .right_sec .req_description h4 {
  margin: 5px 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}
.main_order_summary .right_sec .req_total p, .main_order_summary .right_sec .req_description p {
  line-height: 1.3;
  color: #5b5b5b;
  font-weight: 600;
}
.main_order_summary .right_sec {
  flex: 1;
}
.main_order_summary .right_sec .req_description {
  background: #f6f6f6;
  padding: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.main_order_summary .right_sec .req_description h4 {
  padding-bottom: 0;
}
.main_order_summary .right_sec .req_description p {
}

.main_order_summary .document_wrap img {
  display: block;
  max-width: 150px;
  text-align: center;
  width: 100%;
}
.main_order_summary .document_wrap span {
  display: block;
  text-align: center;
  font-weight: bold;
}
.main_order_summary .document_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.et_pb_wc_checkout_billing .order_summary_sec_short, .et_pb_wc_checkout_additional_info .order_summary_sec_short {
	display: none;
}
.et_pb_wc_checkout_additional_info #customer_details {
	padding: 0;
}
@media(max-width:991px){
  .main_order_summary .left_sec{
    max-width: 100%;
    text-align: center;
  }
  .main_order_summary .pay_buttons{
    justify-content: center;
  }

}
@media(max-width:767px){
  .main_order_summary .pay_buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
  .main_order_summary .right_sec .req_total{
    display:block;
  }
}