/* checkout page css */	

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}

.woocommerce-shipping-fields{
	margin-top: 37px;
    margin-bottom: 10px;
}

#ship-to-different-address-checkbox{
	margin-right: 10px;
}

#ship-to-different-address-checkbox {
    background-color: #fff;
    border: 1px solid rgba(25, 23, 17, .48);
    border-radius: 4px;
    box-sizing: border-box;
    /* font-size: 1em; */
    /* height: 1.5em; */
    min-height: 25px;
    /* min-width: 19px; */
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 25px;
}
.woocommerce-checkout .input-text{
    background-color: #fff !important;
    border: 1px solid hsla(0, 0%, 7%, .8) !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    color: #2b2d2f !important;
    font-family: inherit !important;
    font-size: 1em !important;
    height: 3.125em !important;
    line-height: 1em !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 1em .5em !important;
    width: 100% !important;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    -moz-appearance: none;
    appearance: none;
    background: none;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    height: 100%;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
}
.woocommerce-checkout .entry-title {
	padding-left: 11px;
}
.woocommerce-checkout #billing_address_2_field , .woocommerce-checkout .address-field{
	margin-top: 20px !important;
}
.woocommerce-checkout #place_order{
	background: linear-gradient(94.59deg, #233EFF 0%, #14D0FF 50%, #74FFAB 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 30px 0px #365EF033;
    width: 220px;
    border-radius: 30px;
    border-width: 1px;
    padding-top: 19px;
    padding-right: 10px;
    padding-bottom: 19px;
    padding-left: 10px;
    color: #FFFFFF !important;
	font-weight: 600; 
}

.woocommerce-checkout .woocommerce table.shop_table , .woocommerce-checkout #payment {
    border: 1px solid rgba(0, 0, 0, .1) !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: unset !important;
	margin-top: 50px;
}
.woocommerce-checkout #order_review_heading{
	margin-bottom: 20px;
}


/* chekout page css end */





.woocommerce-cart .product-thumbnail-wrap{
		width:20%;
	}
	#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    	width: 100% !important;
	}
	
	.woocommerce-cart .cart_totals{
    	float: right;
    	width: 100% !important;
	}
	.woocommerce-cart .remove_button{
		font-weight: normal !important;
    	font-size: 14px !important;
    	text-decoration: underline;
	}
	.woocommerce-cart .checkout-button {
		width: auto;
		border-radius: 30px;
		border-width: 1px;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		color: #FFFFFF !important;
	}
	.woocommerce table.shop_table { 
		border: 0 none !important;
		margin : 0;
	}
	.update_cart_wrap{
		border-top: 1px solid #e9e6ed;
		padding-top:20px;
	}
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		border: 0 none !important;
		padding-top: 0 !important;
}
	#coupon_code{
	  	padding: 5px 13px;
	}
	.woocommerce-cart .wc-proceed-to-checkout{
    	padding: 0;
	}
	.shipping-calculator-form .button{
	    margin-bottom: 20px !important;
	}
@media (max-width: 768px) {
	
  .woocommerce-cart table.shop_table tr {
		display: grid;
		grid-template-columns: 100px 1fr; 
		gap: 15px;
		align-items: baseline;
		border: 1px solid #ddd;
		border-radius: 5px;
		padding: 15px;
		margin-bottom: 15px;
		background: #fff;
  }

  .woocommerce-cart table.shop_table thead {
    display: none;
  }

  .woocommerce-cart table.shop_table td {
    display: block;
    padding: 0;
    border: none;
  }

  .woocommerce-cart table.shop_table td:nth-child(1) {
    grid-column: 1 / 2; 
  }

  .woocommerce-cart table.shop_table td:nth-child(2) {
    grid-column: 2 / 3;
  }

  .woocommerce-cart table.shop_table td:nth-child(3) {
   	grid-column: 3 / 3;
    margin: 19px 0 0 10px;
    font-weight: 600;
  }

  .woocommerce-cart table.shop_table td:nth-child(2) .text-muted.small {
    display: inline-block;
    margin: 0;
  }

  .woocommerce-cart .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: unset !important;
  }

  .woocommerce-cart .product-thumbnail-wrap {
    width: 100% !important;
  }

  .proname {
    margin-bottom: 15px !important;
  }

  .product-quantity {
    margin: 19px 0 !important;
  }

  h1 {
    margin-left: 13px;
  }

  .remove_cart {
    margin-bottom: 0 !important;
  }
	
.cartdet{
		margin-bottom: 13px !important;
}
	
.woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    	background-color: unset;
	}
	.update_cart_wrap{
		flex-wrap : wrap;
	}
	.woocommerce-cart .cart-collaterals{
		padding : 0 !important;
	}
	.coupon {
		margin-top: 20px !important;
		display: inline-flex;
		gap: 20px;
	}
	.cart-collaterals .cart_totals tr td{
		border-top : 0 none !important;
	}
	.woocommerce-cart .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    	display: inline-block !important;
	}
	.woocommerce-checkout h3 {
    	text-align: left;
	}
}