/*
Theme Name: Mixtas Child
Theme URI: http://mixtas.novaworks.net
Description: This is a child theme for Mixtas Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: mixtas
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

.custom_coupon_code_container {
  display: flex;
  flex-direction: column;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th {
  padding-right: 0px;
  padding-left: 0px;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr{
	display: flex;
	justify-content: space-between;
}

.custom-coupon-code-container button {
  padding: 12px 16px;
}

.custom-coupon-code-container input {
  margin-bottom: 0px;
}

.gkit74c60c .gkit-block__inner > .woocommerce {
  max-width: none;
  width: 100%;
}

.custom-cart-totals-box {
  padding: 1rem !important;
}

.custom-cart-right-sidebar {
  margin-top: 0px !important;
}
body.woocommerce-cart
  .woocommerce
  .woocommerce-cart-form
  tr.cart_item
  .product-remove
  a.remove:after {
  font-size: 12px;
}
/* 
.custom_woocommerce_cart_header {
  display: flex;
  justify-content: space-between;
} */
.custom_woocommerce_cart_header_heading {
  font-size: 12px !important;
}

.shop_table thead {
  border-bottom: none;
}

.promos_and_rewards_panel {
  position: fixed;
  z-index: 100;
  /* display: none; */
  top: 0px;
  right: -100%;
  width: min(94%, 456px);
  height: 100vh;
  background: #fff;
  padding: 40px 20px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s linear;
}

.promos_and_rewards_panel[panel-state="open"] {
  right: 0px;
}
.woocommerce-cart .site-wrapper .site-content-wrapper {
  z-index: unset;
}

.custom_promos_heading {
  padding: 14px 28px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #000;
  position: relative;
}

.custom_coupon_label_text {
  font-size: 14px;
  font-weight: 600;
}

.custom_coupon_code_input {
  text-transform: uppercase;
}

.close_promos_panel_button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 12px;
}

.custom_promos_button_icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr {
  border-bottom: none;
  margin-bottom: 24px;
}
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th {
  padding-top: 0px;
  padding-bottom: 0px;
  padding: 0px;
  width: 100%;
}
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td {
  padding-top: 0px;
  padding-bottom: 0px;
  padding: 0px;
	text-align: right;
	width: 100%;
}
body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  table.shop_table
  .order-total {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid #00000048;
}

.custom_coupon_code_input {
  font-size: 13px;
  font-weight: bold;
}

.custom_proceed_to_checkout_btn {
  font-size: 13px;
}

.custom_promos_text a {
  text-decoration: underline;
}

.accepted_payment_methods_heading {
  font-size: 1em;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/****************************************************************/
/********************* CUSTOM EMPTY CART STYLES *****************/
/****************************************************************/

.custom-empty-cart-container {
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.empty-cart-content {
  margin-bottom: 80px;
}

.empty-cart-icon {
  margin-bottom: 24px;
  color: #ccc;
}

.empty-cart-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #333;
}

.empty-cart-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 32px;
}

.custom-back-to-home-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 15px 35px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
}

.custom-back-to-home-btn:hover {
  background-color: #333;
  color: #fff;
}

.empty-cart-recent-products {
  border-top: 1px solid #eee;
  padding-top: 60px;
}

.recent-products-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.empty-cart-recent-products .products {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .empty-cart-title {
    font-size: 26px;
  }
  .empty-cart-description {
    font-size: 16px;
  }
}

.woocommerce-checkout .site-content-wrapper{
	z-index: unset;
}

.woocommerce-checkout .page-header-content{
	display: none;
}

.custom-wc-block-checkout{
	padding-top: 48px !important;
	padding-bottom: 48px !important;
	padding-right: 24px !important;
	padding-left: 24px !important;
}

.mixtas-checkout-gate{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.mixtas-checkout-gate__checkbox span{
	font-size: 13px;
}

.mixtas-checkout-gate__helper{
	margin-bottom: 6px;
}

.cart-custom-order-summary-heading{
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.cart_totals .woocommerce-Price-amount{
	font-size: 12px !important;
	font-weight: 500 !important;
}

.cart_totals label{
	font-size: 12px !important;
}

.woocommerce-cart-form__cart-item .product-subtotal{
	vertical-align: top;
}

.woocommerce-cart-form__cart-item .mixtas-cart-subtotal-cell{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.woocommerce-cart-form__cart-item .mixtas-cart-line-quantity{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.woocommerce-cart-form__cart-item .mixtas-cart-line-quantity-label{
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.woocommerce-cart-form__cart-item .mixtas-cart-ajax-quantity{
	display: inline-flex;
}

.woocommerce-cart-form__cart-item .mixtas-cart-line-quantity .quantity{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 42px;
	padding: 0;
	border: 1px solid #e7e2d8;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(17, 17, 17, 0.06);
	overflow: hidden;
}

.woocommerce-cart-form__cart-item .mixtas-cart-line-quantity .quantity .qty{
	width: 44px;
	min-width: 44px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
	-moz-appearance: textfield;
}

.woocommerce-cart-form__cart-item .mixtas-cart-line-quantity .quantity .qty::-webkit-outer-spin-button,
.woocommerce-cart-form__cart-item .mixtas-cart-line-quantity .quantity .qty::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce-cart-form__cart-item .mixtas-cart-line-quantity .quantity .mixtas-qty-trigger{
	width: 36px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #7a746b;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.woocommerce-cart-form__cart-item .mixtas-cart-line-quantity .quantity .mixtas-qty-trigger:hover{
	background: #f7f4ee;
	color: #1a1a1a;
}

.woocommerce-cart-form__cart-item .mixtas-cart-line-quantity .quantity .mixtas-qty-trigger:disabled{
	cursor: not-allowed;
	opacity: 0.45;
}

.custom-hidden-update-cart{
	display: none !important;
}

.mixtas-promo-messages:empty{
	display: none;
}

.mixtas-promo-messages{
	margin-bottom: 12px;
}

.mixtas-promo-messages .woocommerce-error,
.mixtas-promo-messages .woocommerce-message,
.mixtas-promo-messages .woocommerce-info{
	margin: 0;
	font-size: 12px;
}

body.mixtas-cart-is-loading #mixtas-cart-page-content{
	opacity: 0.72;
	transition: opacity 0.2s ease;
}

body.mixtas-cart-is-loading .mixtas-cart-line-quantity .mixtas-qty-trigger,
body.mixtas-cart-is-loading .mixtas-cart-line-quantity .qty,
body.mixtas-cart-is-loading .custom_coupon_code_container button,
body.mixtas-cart-is-loading .custom_coupon_code_container input{
	pointer-events: none;
}

.woocommerce-cart-form__cart-item .product-remove{
	vertical-align: top;
}

.woocommerce-cart-form__cart-item .product-remove .remove{
	padding: 0px !important;
	margin: auto !important;
	margin-top: 5px !important;
}

.woocommerce-cart-form__cart-item .woocommerce-Price-amount{
	font-size: 12px !important;
	font-weight: 500 !important;
}

.woocommerce-cart-form__cart-item .product-meta{
	font-weight: 500 !important;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name dl.variation dt{
	font-weight: 500 !important;
}

.mixtas-cart-ajax-quantity .qty-button.inc , .mixtas-cart-ajax-quantity .qty-button.dec{
	display: none !important;
}

.woocommerce-cart-form__cart-item .mixtas-cart-line-quantity .quantity {
	min-height: 24px;
	border-radius: 1px;
}

.woocommerce-cart-form__cart-item .mixtas-cart-line-quantity .quantity .qty {
	width: 32px;
	height: 32px;
	margin-bottom: 0px;
	font-size: 12px;
}

.woocommerce-cart-form__cart-item .mixtas-cart-line-quantity .quantity .mixtas-qty-trigger {
	width: 18px;
	height: 18px;
	font-size: 14px;
}

.woocommerce-cart-form__cart-item .mixtas-cart-line-quantity-label {
	font-size: 12px;
}

.custom_woocommerce_cart_header_heading:nth-child(2){
	font-weight: 600;
}

.mixtas-promo-messages .woocommerce-error{
	list-style: none;
	display : flex;
	flex-direction: column;
}

.mixtas-promo-messages .woocommerce-error p{
	color: red;
	margin-bottom: 4px;
}

.mixtas-promo-error-list{
	margin: 0 0 12px;
}

.mixtas-promo-error-message{
	margin: 0 0 4px;
	color: red;
	font-size: 12px;
	line-height: 1.4;
}

.custom_promos_text{
	margin-top: 12px;
}

.product-details .mixtas-cart-line-quantity{
	display: none;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form thead tr:first-child th{
	border-bottom: none !important;	
}

table.woocommerce-cart-form__contents{
/* 	background-color: #f8f8f84f; */
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item{
	 -webkit-box-shadow: 0px 1px 0px 0px rgba(174, 174, 174, 0.34);
    box-shadow: 0px 1px 0px 0px rgba(174, 174, 174, 0.34);
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals {
	margin-bottom: 12px !important;
}

.woocommerce-lost-password .woocommerce-error{
    padding: 10px;
    padding-left: 4rem;
    margin-bottom: 13px !important;
}

.custom-coupon-list{
	display: flex;
	gap: 0px;
	margin: 0px;
	margin-top: 8px;
	flex-wrap: wrap;
}

.custom-coupon-list li{
    list-style-type: none;
    display: flex;
    align-items: center;
    font-size: 9px;
    gap: 4px;
    padding: 4px 4px 4px 8px;
    border: 1px solid #000;
    border-radius: 500px;
}
/****************************************************************/
/****************************************************************/
/****************************************************************/



@media screen and (max-width: 768px){
	.woocommerce-cart-form__cart-item{
		display: flex !important;
	}
	body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-remove{
		position: static !important;
	}
	body.woocommerce-cart .woocommerce .woocommerce-cart-form td.product-name{
		padding-bottom: 24px !important;
	}
	body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table{
		margin-bottom: 0rem !important;
	}
	
	.product-details .mixtas-cart-line-quantity{
		margin-top: 8px;
		display: flex;
	}
}
