/* 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: 10px !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;
}

.rz-stock{ display:none !important; } 
.custom-product-tabs section.related.products{ display:block !important; }


.single-product .entry-summary .product_title.entry-title,
.single-product div.product.product-type-variable form.cart .single_variation_wrap .woocommerce-variation,
.single-product .entry-summary p{ margin-bottom:5px !important; }
.single-product div.product .summary-price-box{
	margin: 0 0 5px !important;
}
.single-product .entry-summary .stock.in-stock,
.single-product .entry-summary .out-of-stock{
	margin-top:0px !important;
}



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

.single-product div.product .product-button-wrapper .single_add_to_cart_button{
	min-width: 60% !important;
}

.woocommerce .low-stock {
    color: red !important;
    font-weight: bold;
}

.woocommerce .hurry-stock-message {
    color: #d00 !important;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
 
 
.woocommerce-variation-add-to-cart-disabled .rz-wishlist-button {
	opacity:0.5;
	border:1px solid #a6a6a6;
	pointer-events: none !important; 
}
.disablebtn{
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.stock.out-of-stock {
    color: red;
    font-weight: bold;
}
 