

.metal-btn
{
    height:232px!important
}

.gold-btn
{
    background-size: contain, cover;
	background-image: url("/wp-content/uploads/tiles/gold-2022.png")!important;
}

.silver-btn
{
    background-size: contain, cover;
	background-image: url("/wp-content/uploads/tiles/silver-2022.png")!important;
}

.platinum-btn
{
    background-size: contain, cover;
	background-image: url("/wp-content/uploads/tiles/platinum-2022.png")!important;
}

.palladium-btn
{
    background-size: contain, cover;
	background-image: url("/wp-content/uploads/tiles/palladium-2022.png")!important;
}

@media only screen and (max-width: 1219px) {
    .container {
        width: 100%!important;
        max-width: 100%!important;
    }

    .col-lg-9
    {
        width: 100%!important;
        max-width: 100%!important;
    }

    .mobile-product-tile .prices-list-product .primary_image
    {
        max-height:300px!important;
    }

    .main-container .shop-products.list-view .item-col .product-wrapper .box-hover 
        {
            max-width:200px!important
        }
}