/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.woocommerce-checkout form.checkout .custom-checkout-grid{
  display: block;
}

.woocommerce-checkout form.checkout .custom-checkout-right{
  position: static;
}

.woocommerce-checkout h3,
.cart_totals.calculated_shipping h2,
.headingStyle {
	font-size: 21px!important;
    color: #000000!important;
}

.headerStyleBigger {
	font-size: 28px!important;
    color: #96b51f!important;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: rgb(255 255 255 / 51%);
    border-radius: 5px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    background: #c3ef17;
    color: #000;
}

.headerBtn {
	z-index: -1;
}

.inline-content-container {
	width: fit-content;
}

.widget_shopping_cart_content .woocommerce-mini-cart__total.total,
.widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons,
.woocommerce-checkout .page-header,
.woocommerce-cart .page-header {
	display:none!important;
}

.woocommerce-checkout #content,
.woocommerce-cart #content {
	margin-top:80px;
}

.widget_shopping_cart_content {
	padding: 0 16px;
}

.widget_shopping_cart_content .woocommerce-mini-cart.cart_list {
	padding: 10px 0px;
    list-style: none;
}

.woocommerce-cart .woocommerce{
  max-width: 1200px;
  margin: 0 auto;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error{
  border-left: 6px solid #c3ef17;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  border-radius: 12px;
}

.woocommerce-cart table.shop_table{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.woocommerce-cart table.shop_table thead th{
  background: #f7f7f7;
  color: #666;
  font-weight: 600;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th{
  padding: 16px;
  border-color: rgba(0,0,0,.08);
}

.woocommerce-cart .product-name a{
  color: #111;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-cart .product-name a:hover{
  text-decoration: underline;
}

.woocommerce-cart a.remove{
  color: #111 !important;
  background: transparent;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  width: 34px;
  height: 34px;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart a.remove:hover{
  background: #c3ef17 !important;
  border-color: #c3ef17;
  color: #000 !important;
}

.woocommerce-cart .quantity .qty{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 10px 12px;
  min-height: 42px;
}

.woocommerce-cart .coupon{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.woocommerce-cart .coupon input.input-text{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 12px 14px;
  min-height: 44px;
}

.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart input.button,
.woocommerce-cart a.button{
  border-radius: 14px !important;
  padding: 12px 16px !important;
  min-height: 44px;
  font-weight: 700 !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.woocommerce-cart .button:hover,
.woocommerce-cart button.button:hover,
.woocommerce-cart input.button:hover,
.woocommerce-cart a.button:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  background: #c3ef17 !important;
  color: #000 !important;
  border-color: #c3ef17 !important;
  border-radius: 16px !important;
  padding: 14px 18px !important;
  font-size: 16px !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
  filter: brightness(.96);
}

.woocommerce-cart .cart-collaterals .cart_totals{
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 18px 18px 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  float: left;
  width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals h2{
  font-size: 18px;
  margin-bottom: 12px;
}

.woocommerce-cart .cart_totals table{
  border: none;
}
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td{
  padding: 12px 16px;
  border-color: rgba(0,0,0,.08);
}

.woocommerce-cart .order-total th,
.woocommerce-cart .order-total td{
  font-weight: 800;
}

.woocommerce-cart a{
  text-decoration-color: #c3ef17;
}

.tabHeading .woocommerce-Tabs-panel h2 {
	display:none;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    padding: 40px 20px;
}

.woocommerce-info .showcoupon {
	color: #000000;
}

#billing_wooccm12_field,
#billing_wooccm13_field,
#billing_wooccm14_field,
#billing_wooccm15_field,
#billing_wooccm16_field {
  display: none;
}

.widget_shopping_cart_content ul.cart_list li, 
.widget_shopping_cart_content ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
}

.widget_shopping_cart_content ul.cart_list li::before,
.widget_shopping_cart_content ul.product_list_widget li::before,
.widget_shopping_cart_content ul.cart_list li::after,
.widget_shopping_cart_content ul.product_list_widget li::after {
    content: " ";
    display: table;
}

.widget_shopping_cart_content a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: var(--wc-red) !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.widget_shopping_cart_content ul.cart_list li a, 
.widget_shopping_cart_content ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}

.widget_shopping_cart_content ul.cart_list li img, 
.widget_shopping_cart_content ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}

.widget_shopping_cart_content ul.cart_list li::after, 
.widget_shopping_cart_content ul.product_list_widget li::after {
    clear: both;
}

.widget_shopping_cart_content .product-name {
	color: #000000!important;
}

.widget_shopping_cart_content .product-price {
    color: #535353!important;
}

.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--view-cart,
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--checkout {
	background-color: #C3EF17!important;
	color:#000!important;
}

.shop_table.woocommerce-checkout-review-order-table,
.woocommerce-checkout-payment {
	color:#000;
}

@media (max-width: 768px){
  .woocommerce-cart table.shop_table{
    border-radius: 14px;
  }

  .woocommerce-cart .coupon{
    flex-direction: column;
    align-items: stretch;
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    width: 100%;
    text-align: center;
  }

  .woocommerce-cart .cart-collaterals .cart_totals{
    margin-top: 20px;
  }
}

@media (max-width: 991px){
	.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item.mini_cart_item img {
	  display: block!important;
	}
}

@media (min-width: 992px){
  .woocommerce-checkout form.checkout .custom-checkout-grid{
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 40px;
    align-items: start;
  }

  .woocommerce-checkout form.checkout #customer_details,
  .woocommerce-checkout form.checkout #customer_details .col-1,
  .woocommerce-checkout form.checkout #customer_details .col-2{
    float: none !important;
    width: 100% !important;
  }

  .woocommerce-checkout form.checkout .custom-order-notes{
    margin-top: 24px;
  }

  .woocommerce-checkout form.checkout .custom-checkout-right{
    position: sticky;
    top: 30px;
    align-self: start;
  }

  .woocommerce-checkout form.checkout #order_review{
    background: #f7f7f7;
    padding: 24px;
    border-radius: 10px;
  }

  .woocommerce-checkout form.checkout #order_review_heading{
    margin: 0 0 14px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
  .woocommerce-checkout form.checkout .custom-checkout-grid{
    gap: 24px;
  }
}