/*==== Resetting The Styles =========== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: 300;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*======================= Button Css For Sites ================*/
.main_button,
button,
input[type="submit"] {
	background: red;
}
.customerViewedSec .prodCarsl a.button,
.woocommerce ul.products li.product a.button.product_type_simple,
.woocommerce .products li a.add_to_cart_button, 
.main_button,
#customSlider a.et_pb_button {
    background: #1C8100;
    border: none;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 10px 30px;
    position: relative;
    color: #fff;
    font-family: proxima-nova, sans-serif !important;
    text-transform: uppercase !important;
}
.customerViewedSec .prodCarsl a.button:after,
.woocommerce .products li a.add_to_cart_button:after,
.woocommerce ul.products li.product a.button.product_type_simple:after,
.main_button:after,
#customSlider a.et_pb_button:after {
    display: flex;
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    outline: 1px solid #1e8102;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s ease-in-out;
    transform: scale(1.3);
}
.customerViewedSec .prodCarsl a.button:hover,
.woocommerce .products li a.add_to_cart_button:hover,
.woocommerce ul.products li.product a.button.product_type_simple:hover,
.main_button:hover,
#customSlider a.et_pb_button:hover {
    background: transparent;
    color: #1C8100;
}

.customerViewedSec .prodCarsl a.button:before,
.woocommerce .products li a.add_to_cart_button:before,
.woocommerce ul.products li.product a.button.product_type_simple:before,
.main_button:before,
#customSlider a.et_pb_button:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #1d8101;
    display: block !important;
    margin: 0;
    opacity: 0;
    transform: scale(1.2);
    transition: 0.5s ease-in-out;
    visibility: hidden;
}

.customerViewedSec .prodCarsl a.button:hover:before,
.woocommerce .products li a.add_to_cart_button:hover:before,
.woocommerce ul.products li.product a.button.product_type_simple:hover:before,
.main_button:hover:before,
#customSlider a.et_pb_button:hover:before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.customerViewedSec .prodCarsl a.button:hover:after,
.woocommerce .products li a.add_to_cart_button:hover:after,
.woocommerce ul.products li.product a.button.product_type_simple:hover:after,
.main_button:hover:after,
#customSlider a.et_pb_button:hover:after {
    opacity: 1;
    visibility: visible;
    outline-offset: -4px;
    transform: scale(1);
    content: '';

}

h1,h2,h3,h4,h5,h6 {
	font-family: proxima-nova, sans-serif !important;
}
body p {
    font-size: 20px;
    line-height: 27px;
}
.home #breadcrumbsWraps {
    display: none;
}
body p,
body a,
body table,
body strong,
body div {
	font-family: proxima-nova, sans-serif !important;
}

.maintitle {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 30px;
}
.maintitle.lg {
    font-size: 70px;
}
.maintitle.white {
    color: #fff;
}