
.tasheel-checkout-wrapper .woocommerce-checkout div,
.tasheel-checkout-wrapper .woocommerce-checkout #customer_details,
.tasheel-checkout-wrapper .woocommerce-checkout #checkout-order-review {
	width: 100% !important;
    flex: auto !important;
    max-width: 100% !important;
    margin: 0;
    float: none !important;
}
.tasheel-checkout-wrapper .woocommerce-checkout form.variations_form div {
	width: auto !important;
	flex: none !important;
}
.tasheel-checkout-wrapper .woocommerce-checkout form.variations_form .single-product-table-wrapper {
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.tasheel-checkout-wrapper .woocommerce-checkout form.variations_form .woocommerce-variation-price {
	display: none;
}
#product-buy-form .entry-product-info .price {
	display: none !important;
}
#product-buy-form .entry-product-info {
	padding: 0 10px;
}
.tasheel-product-single .woocommerce-form-coupon-toggle {
	display: none;
}
.woocommerce form.checkout .tasheel-single-product:before,
.woocommerce form.checkout .tasheel-single-product:after {
	content: ' '; /* 1 */
	display: table; /* 2 */
}
.woocommerce form.checkout .tasheel-single-product:after {
	clear: both;
}
.woocommerce form.checkout .tasheel-single-product {
	*zoom: 1;
	margin-bottom: 2em;
}
.woocommerce form.checkout .product .entry-summary {
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce form.checkout .product .quantity,
.woocommerce form.checkout .product .add_to_cart_button {
	margin: 0 0 2em 0 !important;
}
.woocommerce form.checkout .tasheel-single-product .product-quantity:after {
	content: ' ';
	display: table;
	clear: both;
}
.woocommerce form.checkout .tasheel-single-product .quantity {
	float: left;
	margin-right: 4px !important;
}
/**
 * - When product is sold individually we only show button for adding/removing
 * - Changes button to remove text once added to an order
 */
.selected button.add_to_cart_button,
.selected a.add_to_cart_button {
	display: none;
}
.selected button.add_to_cart_button::after,
.selected a.add_to_cart_button::after {
	content: attr(data-tasheel_remove_text);
}

#tasheel-product-selection .shop_table td.product-thumbnail {
	width: 40%;
}
#tasheel-product-selection .shop_table td.product-name,
#tasheel-product-selection .shop_table td.product-price {
	width: 15%;
}
#tasheel-product-selection .shop_table td.product-quantity {
	width: 30%;
}

/* Center add to cart input on product table */
#tasheel-product-selection .shop_table td.product-quantity {
	text-align: center;
}
/* Display label inline with radio button on product list */
#tasheel-product-selection .product-item label.tasheel-radio-list-label {
	display: inline;
}
/**
* When product is displayed using single template, style quantity input.
*/
.tasheel-single-product .quantity .qty {
	width: 5em;
}
/**
* When using single template, display "Add to order" on the same line as qty.
*/
.tasheel-single-product .quantity {
	float: left;
	margin-right: 0.5em;
}

/*
 * Pricing Tables
 */
.tasheel-pricing-table-wrapper {
	width: 100%;
	clear: both;
}
/* Pricing Table Columns */
.tasheel-pricing-table-product {
	position: relative;
	float: left;
	margin: 1.6em 0 1em -1px;
	border: 1px solid #e0e0e0;
	text-align: center;
}
.tasheel-pricing-table-product:not(:first-child) {
	border-left: none;
}
.tasheel-pricing-table-product,
.tasheel_columns_4 .tasheel-pricing-table-product {
	width: 24%;
}
.tasheel_columns_2 .tasheel-pricing-table-product {
	width: 49%;
}
.tasheel_columns_3 .tasheel-pricing-table-product {
	width: 33%;
}
.tasheel_columns_5 .tasheel-pricing-table-product {
	width: 19%;
}
@media screen and (max-width: 782px) {
	.tasheel-pricing-table-product,
	.tasheel_columns_4 .tasheel-pricing-table-product,
	.tasheel_columns_2 .tasheel-pricing-table-product,
	.tasheel_columns_3 .tasheel-pricing-table-product,
	.tasheel_columns_5 .tasheel-pricing-table-product {
		width: 100%;
	}
}
/* Pricing Table Header */
.tasheel-pricing-table-product-header {
	padding: 1em 1em 1.6em;
}
.tasheel-pricing-table-product-title {
	font-size: 1em;
}
.tasheel-pricing-table-product-price {
	font-size: 1.6em;
	line-height: 1em;
}
.tasheel-pricing-table-product-price .subscription-details {
	font-size: 0.6em;
}
.tasheel-pricing-table-product .product-quantity {
	min-height: 30px;
}
#order_review .tasheel_order_review td.product-name .product-quantity a {
    color: #666;
}

/* Border between sections */
.tasheel-pricing-table-product-attributes,
.tasheel-pricing-table-product-dimensions {
	padding-top: 2em;
	border-top: 1px solid #e5e5e5;
}
/*
 * Scroll down button
 */
.selected .wc-south {
	display: inline-block;
	margin-left: 4px;
}
.wc-south {
	display: none;
}
.wc-south:before,
.wc-south a:before {
	font-family: 'WooCommerce';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 7px;
	content: '\e02e';
	font-size: 0.75em;
}
/**
 * Order Review Remove Button Styles
 */
.tasheel-product-single .entry-product-info {
	background: transparent;
}
#order_review .tasheel_cart_item td.product-name {
	padding: 7px 0 !important;
	min-width: 76% !important;
	vertical-align: middle;
	display: grid;
    grid-template-columns: 15px auto 65px;
    gap: 5px;
}
#order_review .product-remove {
	display: inline-block;
	width: auto !important;
}
.tasheel_order_review .product-details {
	display: inline-block;
	float: left;
	min-width: 70%;
	width: auto !important;
	font-weight: normal !important;
}
.tasheel_order_review .product-details .remove {
	display: none;
}
.tasheel_order_review .product-quantity {
	display: inline-block;
	float: right;
	width: auto !important;
}
.tasheel-checkout-wrapper .product-quantity .quantity {
	display: grid !important;
    grid-template-columns: 20px 25px 20px;
    border-radius: 3px;
} 

.tasheel-qty-container .minus,
.tasheel-qty-container .plus {
	display : none !important;
}
.tasheel-qty {
	display :none;
}
.tasheel-checkout-wrapper .tasheel-qty,
.tasheel-qty-container .tasheel-qty {
	display : block !important;
}
.tasheel-checkout-wrapper  .tasheel-qty:hover{
	cursor: pointer;
}
.tasheel-checkout-wrapper .quantity input[type='number']::-webkit-inner-spin-button, 
.tasheel-checkout-wrapper .quantity input[type='number']::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0;
}
.tasheel-checkout-wrapper.top-qty-button #order_review .product-quantity .quantity,
.tasheel-checkout-wrapper.top-qty-button  #order_review  .tasheel_order_review thead .product-quantity {
	display: none !important;
}
.tasheel-checkout-wrapper.top-qty-button #order_review .tasheel_cart_item td.product-name {
	grid-template-columns: auto;
}
.tasheel_order_review td.product-total {
    padding: 7px 0 !important;
}
#order_review .tasheel_order_review  ul#shipping_method li {
	padding: 0 !important;
}
#order_review .tasheel_order_review #shipping_method input.shipping_method {
    position: relative;
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 7px;
}
#order_review .tasheel_order_review  .amount {
    color: #259bea;
    font-weight: 600;
}
/**
 * Order Review Remove Button Styles WC < 2.3
 */
#order_revie .tasheel_order_review a.remove {
	display: inline-block;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 0.85em;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: red;
	text-decoration: none;
}
#order_review.tasheel_order_review a.remove:hover {
	background-color: red;
	color: #fff;
}
/**
 * Make sure notices clear content
 */
#tasheel-messages,
.woocommerce-info {
	clear: both;
}


.tasheel-checkout-wrapper .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}
.tasheel-checkout-wrapper .woocommerce-checkout #order_comments_field {
	padding-top: 15px;
}
.tasheel-checkout-wrapper .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
	width: 100% !important;
	margin: 0;
	padding: 0;
	min-width: 0; 
	max-width: 100%;
}

.tasheel-checkout-wrapper .woocommerce-checkout #billing_address_2_field .screen-reader-text {
	position: initial !important;
    clip-path: initial;
}

.tasheel-checkout-wrapper {
	padding: 20px;
	margin: 20px 0;
}
.tasheel-checkout-wrapper .woocommerce-additional-fields {
	padding-bottom: 30px;
}
.tasheel-checkout-wrapper .woocommerce-additional-fields h3 {
	display :none;
}
.tasheel-checkout-wrapper .woocommerce-checkout .woocommerce-shipping-fields,
.tasheel-checkout-wrapper .woocommerce-checkout .payment_methods {
	display: none !important;
	border: none !important;
}
.tasheel-checkout-wrapper .payment_methods .payment_box {
    position: relative;
    margin-top: 15px;
    padding: 15px;
    background-color: #fff !important;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
    border: none !important;
    font-size: 14px;
    line-height: 1.9;
}

.tasheel-checkout-wrapper .payment_methods .payment_box::before {    
	content: "";
    position: absolute;
    top: -10px !important;
    left: 25px;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent !important;
}
.tasheel-checkout-wrapper .wc_payment_method {
	border: none !important;
	text-align: left;
}

.tasheel-checkout-wrapper .payment_methods li>label {
	display: inline;
    margin-bottom: 0;
}
.tasheel-checkout-wrapper .payment_methods  input[type="radio"] {
	width: 15px;
}
.tasheel-checkout-wrapper .woocommerce-checkout .single-radio-variation label{
	white-space: initial;
	padding: 0 3px;
}
.tasheel-checkout-wrapper .woocommerce-checkout label {

}
.tasheel-checkout-wrapper  .form-row .required {
    color: red;
    font-weight: 700;
    border: 0;
}
.tasheel-checkout-wrapper  form .form-row.woocommerce-validated .select2-container, 
.tasheel-checkout-wrapper form .form-row.woocommerce-validated input.input-text, 
.tasheel-checkout-wrapper form .form-row.woocommerce-validated select,
.tasheel-checkout-wrapper form .form-row.woocommerce-validated .select2-selection--single {    border-color: #69bf29 !important;
}
.tasheel-checkout-wrapper form .form-row.woocommerce-invalid .select2-container, 
.tasheel-checkout-wrapper form .form-row.woocommerce-invalid input.input-text, 
.tasheel-checkout-wrapper form .form-row.woocommerce-invalid select {
	border-color: #d65d67 !important;
}

.tasheel-checkout-wrapper form .form-row input.input-text, 
.tasheel-checkout-wrapper form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
}

.tasheel-checkout-wrapper form .form-row textarea, 
.tasheel-checkout-wrapper input[type=email], 
.tasheel-checkout-wrapper input[type=number], 
.tasheel-checkout-wrapper input[type=password], 
.tasheel-checkout-wrapper input[type=reset], 
.tasheel-checkout-wrapper input[type=search], 
.tasheel-checkout-wrapper input[type=tel], 
.tasheel-checkout-wrapper input[type=text], 
.tasheel-checkout-wrapper input[type=url], 
.tasheel-checkout-wrapper textarea {
    border-color: #e8e8e8;
    background-color: #fff;
    box-shadow: none;
}

.tasheel-checkout-wrapper  #customer_details input, 
.tasheel-checkout-wrapper  #customer_details .select2-container .select2-selection--single {
    border: 2px solid #bce0f7;
}
.tasheel-checkout-wrapper .woocommerce-billing-fields>h3,
.tasheel-checkout-wrapper #order_review_heading {
	display: block !important;
	text-align: center;
	font-size: 18px !important;
	border: none !important;
	margin: 0 0 7px 0 !important;
}

.tasheel-checkout-wrapper #order_review_heading {
	margin: 0 !important;
    padding: 0 !important;
    height: 50px !important;
    line-height: 50px !important;
	float: none !important;
    display: block !important;
    width: 100% !important;
}
.tasheel-checkout-wrapper #order_review_heading:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.79166 2H1V4H4.2184L6.9872 16.6776H7V17H20V16.7519L22.1932 7.09095L22.5308 6H6.6552L6.08485 3.38852L5.79166 2ZM19.9869 8H7.092L8.62081 15H18.3978L19.9869 8Z' fill='currentColor' /%3E%3Cpath d='M10 22C11.1046 22 12 21.1046 12 20C12 18.8954 11.1046 18 10 18C8.89543 18 8 18.8954 8 20C8 21.1046 8.89543 22 10 22Z' fill='currentColor' /%3E%3Cpath d='M19 20C19 21.1046 18.1046 22 17 22C15.8954 22 15 21.1046 15 20C15 18.8954 15.8954 18 17 18C18.1046 18 19 18.8954 19 20Z' fill='currentColor' /%3E%3C/svg%3E");
    width: 24px; /* Adjust the width as needed */
    height: 24px; /* Adjust the height as needed */
    background-position: center center;
    display: inline-block;
    margin-right: 8px; /* Adjust the spacing between the icon and text as needed */
    margin-bottom: -5px;
    opacity: 0.7;
}
.tasheel-checkout-wrapper #place_order {
	display :block;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 100%;
}
.tasheel-checkout-wrapper .woocommerce-checkout-payment #place_order {
	margin-bottom: 0;
}
.tasheel-checkout-wrapper #place_order:before {
    animation: shiny 2s ease-in-out infinite;
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: -180px;
    width: 30px;
}


#order_review_heading {
    cursor: pointer;
    position: relative;
}

.toggle-icon {
	display: block;
	float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    margin: 20px 7px 0;
}

.up-arrow {
    border-width: 0 6px 7px 5px;
    border-color: transparent transparent #000 transparent;
}
.top-buy-button  .form-row.place-order{
	display: none;
}
.tasheel-checkout-wrapper:not(.top-buy-button) .form-row.place-order {
	padding-bottom: 15px !important;
}
.tasheel-checkout-wrapper {    
	border-radius: 6px;
	border: 3px solid #259bea;
	box-shadow: 2px -3px 60px 0 rgb(54 57 73 / 9%);
	background-color: white;
}
.tasheel-checkout-wrapper #place_order {
	border-radius: 4px;
	line-height: 55px;
	height: 60px;
    padding: 0;
    color: white;
    background: #259bea;
}

.tasheel-checkout-wrapper #ship-to-different-address {
	display: none;
}

.tasheel-checkout-wrapper .woocommerce-checkout-review-order-table {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
    border: none !important;
   	width: 100% !important;
}
.tasheel-checkout-wrapper .woocommerce-checkout-review-order-table thead, 
.tasheel-checkout-wrapper .woocommerce-checkout-review-order-table tfoot {
	background: transparent !important;
}
#order_review .tasheel_order_review  table.shop_table thead {
	background: transparent !important;

}
#order_review .tasheel_order_review .woocommerce-checkout-review-order-table thead tr {
    display: flex;
    border: none;
    border-bottom: 2px dotted #bce0f7;
}
#order_review .tasheel_order_review .woocommerce-checkout-review-order-table tr {
	display: flex;
    border-bottom: 2px dotted #bce0f7;
}
#order_review .tasheel_order_review .woocommerce-checkout-review-order-table .cart_item .product-name {
    flex-grow: 1;
    border: none;
}
#order_review .tasheel_order_review  .woocommerce-checkout-review-order-table tfoot td {
    flex-grow: 1;
}
#order_review .tasheel_order_review .woocommerce-checkout-review-order-table tfoot tr {
    align-items: center;
}
#order_review .tasheel_order_review tfoot td {
	width: auto !important;
}
#order_review .tasheel_order_review  .order-total {
	border: none !important;
}
#order_review .tasheel_order_review  .order-total th,
#order_review .tasheel_order_review  .order-total td {
	color: #000;
	font-weight: bold;

}
#order_review .tasheel_order_review  .woocommerce-checkout-review-order-table :is(th,td) {
    border: none;
}
#order_review .tasheel_order_review  .shop_table tr :is(td,th):last-child {
    text-align: right;
}
#order_review .tasheel_order_review  .woocommerce table.shop_table td, .tasheel_order_review  table.shop_table td {
	border: none;
}
#order_review .tasheel_order_review table.shop_table .tasheel_cart_item td {
	border-left: 0 !important;
	border-right: 0 !important;
} 
#order_review .tasheel_order_review .woocommerce-checkout-review-order-table thead th {
	flex-basis: 76%;
    padding: 5px 7px;
    font-weight: bold;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.tasheel_order_review  .product-quantity {
	font-weight: bold !important;
}
#order_review .tasheel_cart_item td.product-name {
	padding: 10px;
}
#order_review .tasheel_order_review .woocommerce-checkout-review-order-table thead th.product-total {
	flex-basis: 20%;
	padding: 5px 7px;
}
#order_review .tasheel_order_review thead .product-quantity {
	width: auto !important;
    float: right !important;
}

#order_review .tasheel_order_review .product-remove {
    height: 15px;
    width: 15px !important;
    line-height: 15px;
    border-radius: 50%;
    background: #f95f5f;
    color: white;
    text-align: center;
    margin-top: 5px;
}
#order_review .tasheel_order_review td.product-name a {
	color: white;
    line-height: 0;
    width: auto;
    height: auto;
    opacity: 1;
    font-size: 15px;
}
#order_review  .tasheel_order_review tbody .product-quantity {
	width: auto !important;
    float: right;
}
.tasheel-checkout-wrapper div.quantity input[type="button"],
.tasheel-checkout-wrapper div.quantity input[type="number"] {
	height: 30px;
	border: 1px solid #bce0f7;
	background-color: #fff !important;
	color: black !important;
	padding: 0;
}
.tasheel-checkout-wrapper div.quantity input[type="number"] {
	background: none;
    padding: 0;
    margin: 0;
    width: 25px !important;
    text-align: center;
    font-size: 15px;
    height: 30px !important;
    min-height: 30px;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
}
#order_review .tasheel-qty {
	border-radius: 0 !important;
}
#order_review .tasheel_order_review  .cart-subtotal th,
#order_review .tasheel_order_review  .cart-subtotal td {
	padding: 7px 0 !important;
}
#order_review .tasheel_order_review  .woocommerce-shipping-totals th, 
#order_review .tasheel_order_review  .woocommerce-shipping-totals td {
	padding: 5px 0 !important;
}
#order_review .tasheel_order_review  .woocommerce-shipping-totals label {
	margin: 0;
}
#order_review .tasheel_order_review  .order-total th ,
#order_review .tasheel_order_review  .order-total td {
	padding: 10px 0 !important;
}
.tasheel-checkout-wrapper .checkout-order-review {
	padding: 0;
}
.tasheel-checkout-wrapper .checkout-order-review:after, 
.tasheel-checkout-wrapper .woocommerce-order-pay #order_review:after,
.tasheel-checkout-wrapper .checkout-order-review:before, 
.tasheel-checkout-wrapper .woocommerce-order-pay #order_review:before {
	display: none;
}
.tasheel-checkout-wrapper #order_review_heading,
.tasheel-checkout-wrapper #order_review,
.tasheel-checkout-wrapper .wd-table-wrapper {
	background-color: #f1f9ff;
	border: none !important;
	box-shadow: none;
	float: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.tasheel-checkout-wrapper #order_review_heading {
	border-bottom: 3px solid #bce0f7 !important;
    text-align: left;
    padding-left: 7px !important;
	font-weight: bold;
}

.tasheel-checkout-wrapper .form-row input.input-text,

.tasheel-checkout-wrapper .form-row select {
	min-height: 45px;

}
.tasheel-product-single .single_add_to_cart_button {
	animation: shake-x 4s ease infinite;
}

.tasheel-product-single #customer_details .col-1,
.tasheel-product-single #customer_details .col-2 {
	display: block !important;
	padding: 0;
}
.tasheel-product-single .woocommerce-additional-fields {
	display: block;
}
.tasheel-checkout-wrapper  #customer_details {
	margin-bottom: 20px !important;

}
.tasheel-checkout-wrapper:not(.top-buy-button) #customer_details {
	margin-bottom: 20px !important;
}
.tasheel-checkout-wrapper .woocommerce-variation-availability {
	display: none;
}

@keyframes shake-x {
    0%, 100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
    }
    20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
    }
}

.tasheel-checkout-wrapper #order_review {
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}

.tasheel-checkout-wrapper #order_review .tasheel_order_review,
.tasheel-checkout-wrapper #order_review  .woocommerce-checkout-payment {
	max-width: 96% !important;
	padding: 0 !important;
	margin: 0 auto !important;
}
.tasheel-checkout-wrapper #order_review .tasheel_order_review {
	display: inline-block;
	overflow: auto;
}

.tasheel-single-product .entry-summary {
	width: 100% !important;
}
.tasheel-single-product .entry-summary  .entry-title,
.tasheel-single-product .entry-summary  .woocommerce-product-details__short-description
.tasheel-single-product .entry-summary   p.price  {
	display : none;
}
.radio-variation-active table.variations  {
	padding: 5px;
	border: 0 !important;
}
.radio-variation-active table.variations th.label {
	display: none !important;
}
.radio-variation-active .variations td.label,
.radio-variation-active .variations td.label label,
.radio-variation-active .variations td.value select,
.radio-variation-active .variations .reset_variations {
	display: none !important;
	width: 0 !important;
	max-width: 0%;
}
.radio-variation-active .variations td.value {
	width: 100%;
}
.radio-variation-active table.variations {
	background-color: #f0f9ff;
	max-width: 100%;
    width: 100%;
}
.single-radio-variation {
    grid-column-gap: 0.5rem;
    flex-direction: row;
    align-items: center;
    display: flex;
    border: 2px solid #bce0f7;
    margin: 7px 5px  !important;
    border-radius: 5px;
    padding: 10px 15px;
    background: white;
}

.single-radio-variation  input[type="radio"] {
    position : relative;
    margin-right: 10px;
}

.single-radio-variation span {
	margin-right: 0;
    margin-left: auto;
    font-weight: bold;
    color: #259bea;
}
#order_review .tasheel_order_review .woocommerce-checkout-review-order-table .cart_item .product-total {
	width: auto !important; 
	flex-basis: 20%;
} 
#order_review .tasheel_order_review .woocommerce-checkout-review-order-table .cart_item .product-name {
	min-width: auto !important; 
	flex-basis: 76%; 
	font-size: 15px;
}

.sticky-atc-btn {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.sticky-atc-btn a {
    display: inline-block;
    padding: 0 100px;
    animation: shake-x 4s ease infinite;
    width: auto;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    color: #fff;
    background-color: #259bea;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
}

@keyframes shake-x {
  0%,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}


.qty-order-section {
	display: grid;
    grid-gap: 15px;
    grid-template-columns: 125px 1fr;
}

.qty-order-section td {
	padding: 0;
    border: 0;
}
.tasheel-checkout-wrapper .qty-order-section  .quantity {
	display: grid;
    grid-template-columns: 35px 50px 35px;
    border: 2px solid #259bea;
    border-radius: 3px;
    height: 60px;
}
.tasheel-checkout-wrapper .qty-order-section div.quantity input[type="button"]  {
	border: none;
    height: auto;
}
.tasheel-checkout-wrapper .qty-order-section div.quantity input[type="number"]{
	border-left: 2px solid #259bea;
    border-right: 2px solid #259bea;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    width: 50px !important;
    height: 100% !important;
    font-size: 20px;
}
.tasheel-checkout-wrapper .qty-order-section .product-remove,
.tasheel-checkout-wrapper .qty-order-section  .product-details,
.tasheel-checkout-wrapper .qty-order-section  .product-total {
	display :none;
}
.qty-order-section input[type=number] {
	padding: 0;
}
.rtl .toggle-icon {
  float: left;
}

.rtl #order_review  .tasheel_order_review .product-details {
	float: right;
}
.rtl #order_review  .tasheel_order_review .product-quantity {
	float: left;
}
.rtl .tasheel-checkout-wrapper .payment_methods .payment_box::before {  
	left: auto;  
	right: 25px;
}
.rtl .tasheel-checkout-wrapper .wc_payment_method {
	text-align: right;
}
.rtl #order_review .tasheel_order_review  .shop_table tr :is(td,th):last-child {
    text-align: left;
}
.rtl #order_review .tasheel_order_review #shipping_method input.shipping_method {
	float: left;
}
.rtl #order_review .tasheel_order_review thead .product-quantity {
	float: left !important;
}
.rtl .single-radio-variation span {
    margin-left: 0;
    margin-right: auto;
}
.rtl .tasheel-checkout-wrapper #order_review_heading {
	text-align: right;
}
.rtl .single-radio-variation {
	padding: 10px 5px;
}

.rtl .single-radio-variation input[type="radio"] {
	margin-right: 0;
    margin-left: 10px;
}
.rtl .tasheel-checkout-wrapper #customer_details input {
	direction: rtl;
}
@keyframes shiny {
    0% {
        opacity: 0;
        transform: scale(0) rotate(45deg)
    }

    80% {
        opacity: .5;
        transform: scale(0) rotate(45deg)
    }

    81% {
        opacity: 1;
        transform: scale(4) rotate(45deg)
    }

    to {
        opacity: 0;
        transform: scale(50) rotate(45deg)
    }
}
@media screen and (max-width: 600px) {
	.tasheel-checkout-wrapper {
	    margin: 15px 0;
	    padding: 10px 7px;
	}
}
@media screen and (max-width: 450px) {
	.tasheel-checkout-wrapper .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	    grid-gap: 10px;
	    grid-template-columns: repeat(1, 1fr);
	}
	.tasheel-checkout-wrapper .woocommerce-checkout #order_comments_field {
		padding-top: 10px;
	}
	#order_review .tasheel_order_review .woocommerce-checkout-review-order-table thead th,
	#order_review .tasheel_order_review .order-total th, 
	#order_review .tasheel_order_review .order-total td {
	    padding: 5px 7px !important;
	}
}


