/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2026 | 07:32:08 */
.woocommerce-orders-table {
	border:none!important;
}
.woocommerce-orders-table__header {
	border:none!important;
	text-transform:uppercase!important;
}
.woocommerce-orders-table {
	font-family: 'Inter'!important;
    font-size: 13px!important;
}
.woocommerce-orders-table__cell {
	border:none!important;
	border-top: solid 1px black!important;
    padding: 1em 1em!important;
}
.view {
	background-color: black!important;
    color: white!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    border-radius: 0px!important;
    padding: 0.5em 2em!important;
    width: 100%!important;
    text-align: center!important;
    margin-right: 1em!important;
}
.view:hover {
	background-color:#CB9E58!important;
}










.woocommerce-NoticeGroup {
	width:100%;
}
.woocommerce-error {
	width:100%;
	margin-top: 1em;
	margin-bottom: 1em;
    background-color: #CB9E58;
    border-color: #CB9E58;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.woocommerce-error::before {
	display:none;
}




.woocommerce .checkout {
	display:flex;
	flex-wrap: wrap;
}
#customer_details .col-1, #customer_details .col-2 {
	width:100%;
}
#order_review {
	padding-left:3em;
	width:50%
}
#customer_details {
	width:50%;
}
.woocommerce h3 {
	font-family:"Inter";
	font-size:20px;
	text-transform:uppercase;
}
.woocommerce-checkout-payment .place-order {
	background-color: #E3E3E3;
}
.place-order .button {
	width: 100%!important;
    background-color: #CB9E58!important;
    border-radius: 0px!important;
    text-transform: uppercase!important;
    margin-top: 1em!important;
}
.place-order .button:hover {
	background-color:black!important;
}
.place-order .button:focus {
	outline:none!important;
}
.order-total {
	text-align:center;
	text-transform: uppercase;
}
.order-total td {
	padding-top:0em!important;
	padding-bottom:0em!important;
}
.woocommerce-form-coupon-toggle {
	display:none;
}




@media (max-width: 481px) {
	.woocommerce .checkout {
		display:flex;
		flex-direction: column;
	}
	#customer_details {
		width:100%;
	}
	#order_review {
   		padding-left: 0em;
    	width: 100%;
    	padding-top: 3em;
		margin-bottom:5em;
	}	
	.woocommerce-orders-table .order {
		margin-bottom:2em;
	}
	.addresses .woocommerce-Address {
		margin-bottom:2em;
	}
	
}

.woocommerce-checkout-review-order-table {
	border:none!important;
	padding:1em;
}
.woocommerce-checkout-review-order-table tr th {
	border:none!important;
}
.woocommerce-checkout-review-order-table tr td {
	border:none!important;
}
.cart_item .product-name {
	border-top: 1px solid black!important;
    border-bottom: 1px solid black!important;
	background-color: transparent;
}
.cart_item .product-total {
	border-top: 1px solid black!important;
    border-bottom: 1px solid black!important;
	background-color: transparent;
	text-align:center;
}


.woocommerce-checkout-review-order-table .cart_item .product-total {
	min-width:125px;
}
.woocommerce-checkout-review-order-table thead .product-total {
	text-align:center;
}










