/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      4.6
*/



/** Single Product Page  **/

.single-product .woocommerce-notices-wrapper .woocommerce-message{
	background:rgba(255, 255, 255, 0.15);
	border-left:0 !important;
	border-top:2px solid #159B6B !important;

}

.single-product .woocommerce-notices-wrapper .button{
	font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-family: Bebas Neue;
    border-radius: 0px;
    color: #ffffff;
    padding: 15px 20px;
	background-color: #159B6B;
    border: 1px solid #159B6B;
}

.single-product .woocommerce-notices-wrapper .button:hover{
	background-color: #fff;
    border: 1px solid #fff;
	color:#010101;
	padding: 15px 20px;
}

.single-product .entry-content > *{
	max-width: 1680px;
	margin: 0 auto;
	overflow:hidden !important;
}

.single-product .woocommerce-breadcrumb {
	background: rgba(255, 255, 255, 0.15) !important;
	max-width: 100%;
	padding: 16px calc((100% - 1680px) / 2);
	font-family: mundial;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	margin-bottom: 80px;
}

.single-product .woocommerce-breadcrumb a {
	color: rgba(255, 255, 255, 0.75) !important;
	text-decoration: none !important;
}

.single-product .woocommerce-breadcrumb a:hover {
	color: #fff !important;
}

.single-product .woocommerce-product-gallery{
	width:38% !important;
	margin-bottom:90px !important;
}

.single-product .woocommerce-tabs{
	display:none !important;
}

.single-product .product-description{
	flex-grow:1 !important;
}

.single-product .product-description h2{
	font-size:48px !important;
	border-bottom:1px solid rgba(255, 255, 255, 0.15) !important;
	padding-bottom:16px !important;
	margin-bottom:20px !important;
}


.single-product .summary{
	display: flex !important;
    flex-direction: column !important;
	margin-bottom:30px !important;
}

.single-product .summary .entry-title{
	font-size:72px !important;
	letter-spacing: 0 !important;
	order: 1 !important;
}

.single-product .variations tbody tr{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.single-product .variations tbody tr th label{
	padding: 0;
	font-size: 24px !important;
	letter-spacing: 0.24px !important;
	font-family: Bebas Neue;
	color:rgba(255, 255, 255, 0.75) !important;
	font-weight: 400 !important;
}

.single-product .quantity{
	width: 100% !important;
	margin-top:20px !important;
	position:relative !important;
	padding-top:40px !important;
}

.single-product .quantity:before{
	content:"Quantity :";
	font-size: 24px !important;
	letter-spacing: 0.24px !important;
	font-family: Bebas Neue;
	color:rgba(255, 255, 255, 0.75) !important;
	font-weight: 400 !important;
	display:block !important;
	position: absolute;
    top: 0;
}

.single-product .cart{
	gap:20px !important;
}

.single-product .woocommerce-variation-add-to-cart{
	gap:20px !important;
}



.single-product .cart button{
	padding:20px 100px 16px !important;
}


.single-product .single_add_to_cart_button{
	background:transparent !important;
	border:1px solid #fff !important;
}


.single-product .single_add_to_cart_button:hover{
	background:#fff !important;
}

.single-product .wc-buy-now-btn{
	background:#159b6b !important;
	border:1px solid #159b6b !important;
}

.single-product .wc-buy-now-btn:hover{
	background:#fff !important;
	border:1px solid #fff !important;	
}

.single-product .product-properties{
	width: 40% !important;
    flex-shrink: 0 !important;
}

.single-product .product-properties h3{
	text-align:center !important;
	margin-bottom:32px !important;
}

.single-product .product-properties.w-full{
	width: 100% !important;
}

.single-product .product-properties .product-properties-box-container{
	border:1px solid rgba(255, 255, 255, 0.10) !important;
}

.single-product .product-properties .product_properties_box{
	display: flex;
    align-items: center;
	padding:20px 28px 16px !important;
}

.single-product .product-properties .product_properties_box:nth-child(odd) {
    background-color:rgba(255, 255, 255, 0.10) !important; 
}

.single-product .product-properties .product_properties_box .properties_title{
	font-size: 20px !important;
	letter-spacing: 0.2px !important;
	width: 50%;
	margin-bottom:0 !important;
	text-align:left !important;
}

.single-product .product-properties .product_properties_box .properties_content{
	margin-bottom:0 !important;
	color: rgba(255, 255, 255, 0.75) !important;
	width: 50%;
}

.single-product .information-wrapper{
	display:flex;
	width: 100%;
}

.single-product span.onsale{
	margin-left:-150px !important;
	margin-top:20px !important;
}

.single-product .woocommerce-Tabs-panel--additional_information tbody th{
	text-align: left !important;
	padding:0 0 10px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	top: unset !important;
    bottom: 20px !important;
}

.single-product .price{
	font-family: Bebas Neue, display !important;
	font-size:48px !important;
	letter-spacing:0 !important;
	margin-bottom:10px !important;
	margin-top:16px !important;
	color:#fff !important;
	order: 2 !important;
}

.single-product .disclaimer{
	border-top:1px solid rgba(255, 255, 255, 0.15) !important;
	padding-top:32px !important;
	color: rgba(255, 255, 255, 0.75) !important;
	order:4 !important;
}

.single-product .woocommerce-product-details__short-description{
	display:none !important;
}

.single-product .disclaimer p{
	margin-bottom: 0px;
}



.single-product .cart{
	order: 3 !important;	
}



.single-product .value .variable-items-wrapper{
	gap:12px !important;
}

.single-product .value .variable-items-wrapper li{
	background:rgba(255, 255, 255, 0.10) !important;
	border:1px solid rgba(255, 255, 255, 0.15) !important;
	color:rgba(255, 255, 255, 0.75) !important;
	border-radius:0 !important;
	margin:0 !important;
}

.single-product .value .variable-items-wrapper li:hover{
	box-shadow:none !important;
}

.single-product .value .variable-items-wrapper li.selected{
	border:1px solid #159b6b !important;
	color:#fff !important;
}

.single-product .variations .woo-selected-variation-item-name{
	display:none !important;
}

.single-product .variations .label{
	padding: 0 0 6px !important;
}


.single-product .product-description .dynamic-entry-content h2{
	font-size:42px !important;
	border-bottom:0!important;
	padding-bottom:0 !important;
	margin-bottom:10px !important;
}

.single-product .product-description .dynamic-entry-content h2:not(:first-child){
	margin-top:60px !important;
}

.single-product .product-description .dynamic-entry-content h3{
	font-size:34px !important;
	margin-top:30px !important;
	font-family: Bebas Neue, display;
}

.single-product .product-description .dynamic-entry-content h4{
	font-size:28px !important;
	margin-top:30px !important;
	font-family: Bebas Neue, display;
}

.single-product .product-description .dynamic-entry-content h4{
	font-size:24px !important;
	margin-top:30px !important;
	font-family: Bebas Neue, display;
}

.single-product .product-description p {
	color: rgba(255, 255, 255, 0.75);
}

.single-product .product-description .dynamic-entry-content ul,
.single-product .product-description .dynamic-entry-content ol{
	margin-left:20px !important;
}

.single-product .product-description .dynamic-entry-content ul li,
.single-product .product-description .dynamic-entry-content ol li{
	margin-bottom:10px !important;
}


/* .single-product .related.products{
	display:none !important;
} */

.single-product .related.products {
	padding: 100px 0px; 
}


.single-product .related.products .product .woocommerce-loop-product__title {
	font-size: 32px;
    line-height: 1.2em;
}

.single-product .related.products .product .price {
	font-size: 22px !important;
    line-height: 1.36em !important;
    letter-spacing: -0.48px !important;
    margin-top: 0 !important;
	color: #159b6b !important;
	font-family: mundial !important;
}

.single-product .related.products .product .button {
	font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.4px;
    background: rgba(195, 38, 48, 0);
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 100%;
    padding: 15px 31px 15px 31px !important;
    margin-top: 12px !important;
}

.single-product .related.products .product:hover .button {
	background: #159B6B !important;
    border: 1px solid #159B6B !important;
}




@media (min-width: 1025px) and (max-width: 1740px) {
	.single-product .entry-content > *{
		max-width: 90%;
		margin: 0 auto;
	}
	
	.single-product .woocommerce-breadcrumb{
		max-width: 100%;
		padding: 16px calc((100% - 90%) / 2);
		margin-bottom: 80px;
	}
}

@media(max-width:1024px){
	.single-product .entry-content > *{
		padding:0 40px !important;
	}
	
	.single-product .woocommerce-breadcrumb{
	    padding: 16px 40px !important;
		margin-bottom: 60px;
		text-align:center !important
	}
	
	.single-product .woocommerce-tabs{
	    padding: 50px 30px !important;	
	}
	
	.single-product .information-wrapper{
		flex-direction:column !important;
	}
	
	.single-product .product-properties{
		width:100% !important;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel >*{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
	.single-product .woocommerce-product-gallery{
		width:100% !important;
		margin-bottom: 30px !important;
	}
	
	.woocommerce div.product div.summary{
		width:100% !important;
		margin-bottom: 40px !important;
	}
	
	.single-product .quantity:before{
		position: unset !important;
		margin-right:10px !important;
	}
	
	.single-product .variations tbody tr th label{
		margin-right:10px!important;
		margin-top:20px !important;
	}
	
	.single-product .quantity{
		margin-top:0 !important;
		padding-top:20px !important;
	}
	
	.single-product .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
		
}

@media(max-width:900px){
	.single-product .woocommerce-product-gallery {
		margin-bottom: 120px !important;
    }
}

@media(max-width:768px){
	.single-product .entry-content > *{
		padding:0 20px !important;
	}
	
	.single-product .woocommerce-message{
	display: inline-flex !important;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
		width:100% !important;
	}
	
	.single-product .woocommerce-product-gallery {
		margin-bottom: 20px !important;
    }
	
	.woocommerce div.product div.summary{
		margin-bottom:0 !important;
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
		top: 15px !important;
		bottom: unset !important;
	}
	
	.single-product .woocommerce-breadcrumb{
		margin-bottom: 10px !important;
		padding: 12px 20px !important;
		font-size:12px !important;
	}
	
	.woocommerce div.product form.cart div.quantity{
		justify-content: flex-start !important;
	}
	
	.single-product .variations tbody tr{
		flex-direction:row !important;
	}
	
	.single-product .summary .entry-title{
		font-size: 36px !important;
	}
	
	.single-product .price{
		font-size: 28px !important;
		margin-bottom:0 !important;
	}
	
	.single-product .cart button{
		padding: 15px 40px 11px !important;
	}
	
	.single-product .product-description h2{
		font-size: 28px !important;
		padding-bottom:12px !important;
		margin-bottom:16px !important;
	}
	
	.single-product .product-properties .product_properties_box .properties_title{
		font-size: 16px !important;
		letter-spacing: 0.16px !important;
	}
	
	.single-product .product-properties .product_properties_box .properties_content{
		font-size: 14px !important;
	}
	
	.single-product .product-properties{
		    padding: 20px 8px 14px !important;
	}
	
	.single-product .product-properties .single-product-properties-title{
		margin-bottom:12px !important;
	}
	
	.single-product .product-description .dynamic-entry-content h2{
		font-size: 24px !important;
	}

	.single-product .product-description .dynamic-entry-content h2:not(:first-child){
		margin-top:40px !important;
	}

	.single-product .product-description .dynamic-entry-content h3{
		font-size:22px !important;
		margin-top:20px !important;
	}

	.single-product .product-description .dynamic-entry-content h4{
		font-size:20px !important;
		margin-top:20px !important;
	}

	.single-product .product-description .dynamic-entry-content h4{
		font-size:20px !important;
		margin-top:30px !important;
	}
	
	.single-product .related.products .product .woocommerce-loop-product__title {
		font-size: 22px;
		letter-spacing: 0.66px !important;
        line-height: 1.2em !important;
	}
	
	.single-product .related.products .product .price {
		font-size: 18px !important;
        line-height: 1.36em !important;
        letter-spacing: -0.36px !important;
        margin-top: 0 !important;
	}
	
	.single-product .related.products .product .button {
		padding: 14px 10px !important;
        font-size: 18px !important;
        line-height: 1em !important;
	}
	
	.single-product .related.products ul.products {
		grid-gap: 16px !important;
	}

	

	
	
}


/* Single Product Gallery style */

.single-product .woocommerce-product-gallery .flex-control-thumbs img{
	opacity: 1 !important;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover{
	border:1px solid #159B6B!important;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	max-width:120px !important;
}

.single-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	top: 10px !important;
	bottom: unset !important;
}

/* DESKTOP */
.woocommerce .flex-control-thumbs {
	margin: 10px 0px 10px -5px !important;
	width: 18% !important;
	display: flex;
}

ol.flex-control-nav.flex-control-thumbs li {
	width: 100% !important;
}

/* width */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
	width: 3px;
}

/* Track */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(23, 26, 20, 0.2);
	border-radius: 10px;
}

/* Handle */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb {
	background: #159B6B;
	border-radius: 10px;
}

/* Handle on hover */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.15);
}

ol.flex-control-nav.flex-control-thumbs li {
	width: 100% !important;
}

.woocommerce .flex-control-thumbs {
	margin: 10px 0px 10px -5px !important;
	width: 18% !important;
	display: flex;
}

.woocommerce .flex-control-nav {
	max-height: 600px;
	overflow-y: auto !important;
}

@media (min-width: 1025px) {
	.woocommerce .flex-viewport {
		width: 80% !important;
		left: unset;
		margin: 0 0 0 auto;
	}

	.woocommerce .flex-control-nav {
		position: absolute;
		top: -10px;
		left: 6px;
	}
	
	.flex-control-thumbs {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 800px) and (max-width: 1024px) {
	.woocommerce .flex-viewport {
		width: 84% !important;
	}
}

@media (max-width: 1024px) {
	.woocommerce .flex-control-thumbs {
		margin: 10px 0px 10px -5px !important;
		width: 12% !important;
	}

	ol.flex-control-nav.flex-control-thumbs li {
		width: 100% !important;
	}

  .woocommerce .flex-viewport {
	  width: 87% !important;
	  left: unset !important;
	  margin: 0 0 0 auto;
	}

	.woocommerce .flex-control-nav {
		position: absolute;
		top: -10px;
		left: 0px;
	}
	
	.flex-control-thumbs {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	ol.flex-control-nav.flex-control-thumbs li {
		width: 100% !important;
	}

	.woocommerce .flex-control-thumbs {
		width: 100% !important;
	}

	.woocommerce .flex-viewport {
		width: 100% !important;
		left: unset !important;
	}

	.woocommerce .flex-control-nav {
		position: unset !important;
	}
	
	.flex-control-thumbs {
		flex-direction: row;
	}
}






/** My Account Style **/

.woocommerce-form-register .woocommerce-form-row .woocommerce-form-register__submit{
	background: #159B6B !important;
	font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.4px;
	padding: 15px 25px;
}

.woocommerce-form-register .woocommerce-form-row .woocommerce-form-register__submit:hover{
	background: #fff !important;
	color:#010101 !important;
}

.woocommerce-MyAccount-content .account-orders-table{
	background:rgba(255, 255, 255, 0.15) !important;
}

/** Responsive Divider Style **/

.responsive-divider hr{
	color:rgba(255, 255, 255, 0.15) !important;
	background-color: transparent !important;
	margin:0!important;
}

/* Checkout Page Style */

.woocommerce-checkout #customer_details h3{
	font-size:48px !important;
}


.woocommerce-checkout .woocommerce-billing-fields {
    padding: 60px 62px;
    background: rgba(255, 255, 255, 0.15);
}

.woocommerce-checkout .woocommerce-shipping-fields .shipping_address{
    padding: 60px 62px;
    background: rgba(255, 255, 255, 0.15) !important;
}

.woocommerce-checkout .woocommerce-additional-fields {
    background: rgba(255, 255, 255, 0.15);
    margin-top: 16px;
}

.woocommerce-checkout #order_review_heading {
  font-size: 36px !important;
  line-height: 1.2em !important;
}

.woocommerce-checkout label {
  font-size: 16px;
  font-weight: 400 !important;
  color: #fff !important;
}

.woocommerce-checkout form .form-row.notes label {
  font-weight: 400 !important;
  letter-spacing: 0.16px !important;
}

.woocommerce-checkout input,
.woocommerce-checkout .select2-selection{
  height: 52px !important;
}

.woocommerce-checkout .woocommerce form.checkout_coupon {
  background: rgba(255, 255, 255, 0.15) !important;
  max-width: 65% !important;
	border-radius:0 !important;
	padding:60px 62px;
}

.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout .select2-selection{
  margin-bottom: 0 !important;
	background:rgba(255, 255, 255, 0.15) !important;
	color:#fff !important;
	min-height:50px;
	border-radius:0 !important;
	border:1px solid transparent !important;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout input:hover,
.woocommerce-checkout .select2-selection:focus,
.woocommerce-checkout .select2-selection:hover,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout textarea:hover{
border-color: #159B6B !important;	
} 

.woocommerce-checkout button{
	font-size: 24px !important;
    letter-spacing: 0.48px !important;
    background: #159b6b !important;
    border-radius: 0 !important;
    padding: 15px 32px 13px !important;	
	font-weight:400 !important;
}


.woocommerce-checkout button:hover{
	background: #fff !important;
	color:#010101 !important;
}

.woocommerce-checkout .notes textarea,
.woocommerce-checkout .woocommerce-additional-fields textarea {
  min-height: 140px !important;
}

.woocommerce-checkout .woocommerce-additional-fields {
  padding: 40px !important;
}

.woocommerce-checkout .cart_item td {
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: transparent;
  color: #fff;
  font-weight: 500 !important;
}

.woocommerce-checkout .cart_item td.product-total {
  color: #fff;
}

.woocommerce-checkout .shop_table {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.woocommerce-checkout .pp-checkout__order_review .woocommerce-checkout-review-order .shop_table thead tr th {
  font-weight: 600;
  border: 0 !important;
  font-size: 20px !important;
  background: #efefef !important;
  color: #fff !important;
}

.woocommerce-checkout .shop_table tr th:first-child,
.woocommerce-checkout .shop_table tr td:first-child {
  width: 40%;
}

.woocommerce-checkout .shop_table tr th:last-child,
.woocommerce-checkout .shop_table tr td:last-child {
  width: 60%;
}

.woocommerce-checkout tfoot th,
.woocommerce-checkout tfoot td {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  font-weight: 500 !important;
  width: 50%;
}

.woocommerce-checkout .order_review_heading {
  margin-bottom: 24px !important;
}

.woocommerce-checkout .woocommerce-info::before {
  display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  overflow: hidden;
}

.woocommerce-checkout .woocommerce-info {
  padding: 20px 26px;
  margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-left: 0;
    border-top: 2px solid #159B6B;
}

.woocommerce-checkout .woocommerce-checkout-payment {
	padding:20px !important;
}

.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-info {
  padding: 15px 20px;
  margin-bottom: 30px;
  border: none;
}

.woocommerce-checkout .woocommerce-info a.showcoupon {
	text-decoration: underline !important;
	color:#159B6B !important;
	font-weight:400 !important;
}

.woocommerce-checkout .woocommerce-info a.showcoupon:hover{
	color:#fff !important;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span {
  font-size: 16px !important;
  color: #fff !important;
}

.woocommerce-checkout .woocommerce-shipping-fields .checkbox {
  display: flex;
  align-items: center;
  gap: 14px;
}

.woocommerce-shipping-fields #ship-to-different-address-checkbox {
  appearance: none;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #161616 !important;
  border-radius: 0 !important ;
  cursor: pointer !important;
  position: relative !important;
  background-color: #fff !important;
min-height:auto !important;
}

.woocommerce-shipping-fields #ship-to-different-address-checkbox:checked {
  background-color: #159B6B !important;
  border-color: #159B6B !important;
}

.woocommerce-shipping-fields
  #ship-to-different-address-checkbox:checked::after {
  content: "✔";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.woocommerce-checkout .woocommerce-checkout-review-order table thead th {
  color: #fff !important;
	background:rgba(255, 255, 255, 0.15) !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order table tfoot th,
.woocommerce-checkout .woocommerce-checkout-review-order table tbody td {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order table tfoot th,
.woocommerce-checkout .woocommerce-checkout-review-order td.product-total {
  color: #fff !important;
  font-weight: 500 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
  font-size: 20px !important;
  color: #ffff !important;
  font-weight: 600;
}

.woocommerce-checkout .woocommerce-shipping-fields .shipping_address label {
  color: #fff !important;
  font-size: 16px !important;
text-transform:capitalize;
}

.woocommerce-checkout
  .woocommerce-shipping-fields
  .shipping_address
  label
  .required {
  color: #fff !important;
  font-size: 14px !important;
}

.woocommerce-checkout .shipping_address .address-field span {
  font-size: 16px !important;
  color: #fff !important;
}

.woocommerce-checkout .shipping_address .form-row .optional {
  font-size: 16px !important;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 0 !important;
}

.woocommerce-checkout .pp-checkout__order_review {
  background: #fff !important;
}

.woocommerce-checkout tfoot label,
.woocommerce-checkout tfoot label .woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 500 !important;
}

.woocommerce-checkout #place_order {
  margin-bottom: 0 !important;
}

.woocommerce-checkout .woocommerce-shipping-methods li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.woocommerce-checkout .woocommerce-shipping-methods li label {
  margin-bottom: 0 !important;
  color: #fff !important;
  line-height: 1em !important;
  font-size: 16px !important;
}

.woocommerce-checkout li input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 50% !important;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-top: 0 !important;
	min-height:unset !important;
	background:transparent !important
}

.woocommerce-checkout li input[type="radio"]:checked {
  background-color: #efefef !important;
	 border: 1px solid #159B6B !important;
}

.woocommerce-checkout li input[type="radio"]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #159B6B !important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.woocommerce .checkout_coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
}

.woocommerce .checkout_coupon p:first-child {
  width: 100% !important;
}

.woocommerce form .form-row {
  margin: 0 !important;
}

.woocommerce-checkout .select2-selection {
  display: flex;
  align-items: center;
}

.woocommerce-checkout .select2-selection,
.woocommerce-checkout .select2-selection .select2-selection__arrow {
  height: 54px !important;
}

.woocommerce-checkout .woocommerce-shipping-fields {
  margin-top: 20px !important;
}

.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
  margin-bottom: 20px !important;
}

.woocommerce-checkout .woocommerce-shipping-fields span {
  font-size: 32px !important;
	letter-spacing: 0.96px !important;
}

.woocommerce-checkout .woocommerce-error li {
  color: #fff !important;
}

.woocommerce-checkout .woocommerce .login input {
  background: #fff !important;
}

.woocommerce-checkout .woocommerce .login input:focus {
  border: 1px solid #fff !important;
}

.woocommerce-checkout .woocommerce .login {
  background: #efefef !important;
}

.woocommerce-checkout .woocommerce .login .woocommerce-button {
  border-radius: 200px !important;
}

.woocommerce-checkout
  .woocommerce-form-login-toggle
  .woocommerce-info
  .showlogin:hover {
  color: #fff !important;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 34% !important;
}

@media (max-width: 1024px) {
	
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout .woocommerce-checkout-review-order,
	.woocommerce-checkout #order_review_heading{
		width:100% !important;
	}
	
  .woocommerce-checkout #order_review_heading {
    font-size: 30px !important;
    line-height: 1.2em !important;
  }

  .woocommerce-checkout .pp-checkout__order_review .woocommerce-checkout-review-order .shop_table thead tr th {
    font-size: 20px !important;
  }

  .woocommerce-checkout .woocommerce-additional-fields {
    margin-bottom: 20px !important;
  }

  .woocommerce-checkout .woocommerce-checkout-payment {
    border-radius: 16px !important;
  }

  .woocommerce-checkout .woocommerce form.checkout_coupon {
    margin-bottom: 20px !important;
  }

  .woocommerce-checkout .woocommerce form.checkout_coupon {
    max-width: 100% !important;
  }

  .woocommerce-checkout .woocommerce-shipping-fields span {
    font-size: 18px !important;
  }

  .woocommerce-checkout .woocommerce-shipping-fields {
    margin-top: 0 !important;
  }

  .woocommerce-checkout .woocommerce-additional-fields {
    padding: 30px !important;
  }

  .woocommerce-checkout .shop_table thead tr th {
    font-size: 22px !important;
  }

  .woocommerce-checkout tfoot label,
  .woocommerce-checkout tfoot label .woocommerce-Price-amount {
    font-size: 18px;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot th,
  .woocommerce-checkout .woocommerce-checkout-review-order table tbody td {
    font-size: 18px !important;
  }

  .woocommerce-checkout tfoot label,
  .woocommerce-checkout tfoot label .woocommerce-Price-amount,
  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
	
	.woocommerce-checkout button{
		font-size: 20px !important;
		padding: 9px 32px 6px !important;	
	}
	
	.woocommerce-checkout #customer_details h3{
		font-size:22px !important;
	}


	.woocommerce-checkout .woocommerce-billing-fields {
		padding: 20px;
	}

	.woocommerce-checkout .woocommerce-shipping-fields .shipping_address{
		padding: 20px;
	}
	
	.woocommerce-checkout .woocommerce form.checkout_coupon {
		padding:20;
	}
	
  .woocommerce-checkout #order_review_heading {
    font-size: 24px !important;
    line-height: 1.2em !important;
  }

  .woocommerce-checkout form .form-row.notes label {
    font-size: 14px !important;
  }

  .woocommerce-checkout .pp-checkout__order_review .woocommerce-checkout-review-order .shop_table thead tr th {
    font-size: 18px !important;
  }

  .woocommerce-checkout .woocommerce-info {
    margin-bottom: 28px;
  }

  .woocommerce-checkout #customer_details .col-1 {
    margin-bottom: 48px;
  }

  .woocommerce-checkout .woocommerce-info {
    margin-bottom: 28px;
  }

  .woocommerce-checkout .woocommerce-billing-fields h3 {
    margin-bottom: 10px !important;
  }

  .woocommerce-checkout label {
    font-size: 14px !important;
  }

  .woocommerce-checkout input[type="radio"] {
    width: 16px;
    height: 16px;
  }

  .woocommerce-checkout .woocommerce form.checkout_coupon {
    display: flex;
    flex-direction: column;
  }

  .woocommerce-checkout .woocommerce form.checkout_coupon .form-row {
    width: 100% !important;
  }

  .woocommerce-checkout .woocommerce form.checkout_coupon .form-row .button {
    width: 100% !important;
  }

  .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label span {
    font-size: 18px;
  }

  .woocommerce-checkout .woocommerce-additional-fields {
    padding: 20px !important;
  }

  .woocommerce-checkout .shop_table thead tr th {
    font-size: 18px !important;
  }

  .woocommerce-checkout tfoot label,
  .woocommerce-checkout tfoot label .woocommerce-Price-amount {
    font-size: 14x;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot th,
  .woocommerce-checkout .woocommerce-checkout-review-order table tbody td {
    font-size: 18x !important;
  }

  .woocommerce-checkout tfoot label,
  .woocommerce-checkout tfoot label .woocommerce-Price-amount,
  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
    font-size: 14x !important;
  }
}

