/* Layout */
.custom-product-gallery {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}

/* Thumbnails on the left */
.custom-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100px;
}

.custom-thumbnails .woocommerce-product-gallery__image {
    width: 100%;
}

/* Main image on the right */
.custom-main-image {
    flex: 1;
}

.custom-main-image img {
    width: 100%;
    height: auto;
}



.single-product div.product .entry-summary .product_title{
font-size:26px !important;
line-height: 26px;
}

.single-product div.product .entry-summary .price{
font-size:24px !important;
 }
 
 .single-product div.product.product-type-variable form.cart{
 margin-top:0px !important;
 }
 
 .razzi-free-shipping-bar {
    display: none !important;
}

ul.wcboost-variation-swatches__wrapper li {
    width: 28px !important;
    height: 28px !important;
}

.single-product div.product .single-product-extra-content{
    margin-top: 10px !important;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs{
margin-top: 30px !important;
}

 
.custom-payment-icons{
    clear: both;
    margin-top: 80px;
    text-align: center;
}

.woocommerce-checkout-review-order-table td.product-name img {
  /*  width: 40px;*/
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
}

.wc-proceed-to-checkout .continue-button{
    margin-top: 80px;  
}

.custom-payment-icons img {
    max-width: 50%;
    margin-top: 15px;
}

.woocommerce-checkout-review-order .cart_item strong{
    font-weight: 500 !important;
}


 .woocommerce-checkout-review-order .cart_item .product-quantity{ display:none !important; }
 
 
 .custom-checkout-product {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	margin-bottom: 20px;
}

.custom-product-thumb img {
	width: 80px;
	border-radius: 5px;
}

.custom-product-info {
	flex: 1;
	font-size: 14px;
}

.custom-product-info .product-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-item img{
    max-width: 100% !important;
}


.variations .label{
	text-transform:uppercase;
}
 
#page-header{
	margin-left: auto;
    margin-right: auto;
    width: 97%;
    max-width: 1358px !important;
    margin-bottom: 10px;
	clear: both;
}
#content {
    margin-left: auto;
    margin-right: auto;
    width: 97%;
    max-width: 1358px !important;
    margin-bottom: 10px;
    min-height: 200px;
    clear: both;
}

.single-product div.product .entry-summary{
	padding-left:25px !important;
}