.product-gallery-slider .gallery-images img {
    max-width: 400px;
    max-height: 400px;
    margin: auto;
}
.product-gallery-slider .gallery-images {
	max-width: 400px;
	max-height: 400px;
	border: 1px solid #dedede;
	text-align: center;
	}
	
	
/* Button */


.product-price {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.product-buy-button .button {
    background-color: #8ABAD3;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.product-buy-button .button:hover {
    background-color: #7AAAC2;
}

.product-buy-button .button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(138, 186, 211, 0.5);
}
