/*!
Theme Name: all sites
Theme URI: georges sites
Author: George
Author URI: https://georges sites
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: georges sites
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
.sight_img_box iframe
{
	max-width:100% !important;
}
.product_box
{
	margin:30px 0px 0px 0px;
}
.product_box h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
}
.product_box h3 {
    text-transform: uppercase;
    font-weight:500;
    font-size: 1.25rem;
}
.product_box img
{
	margin-bottom:30px;
}
.product_box .product_box_button.standard-button
{
	background:#d01818;
	color:#fff;
}
.product_box .product_box_button.standard-button:hover
{
	background:red !important;
	color:#fff;
}