/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/
	Description: Child theme of Hello Elementor with custom overlay header.
	Author: RPS Traders
	Template: hello-elementor
	Version: 1.0.0
	Text Domain: hello-elementor-child
*/

.btn-primary {
	background-color: #DF3C2A;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    display: inline-block;
    text-align: center;
    padding: 16px 42px 16px 42px;
    line-height: 1;
    transition: all .3s;
    width: auto;
}

.btn-primary:hover {
	color: #ffffff !important;
}

.product .btn-primary {
	margin-top: 30px;
	margin-bottom: 30px;
}

.product-template-default.single-product #primary.content-area {
    margin: 10rem 0;
}

.post-type-archive-product #primary.content-area {
	margin: 5rem 0;
}

.product-template-default.single-product .mfg-header, body.search-results .mfg-header {
    background-color: #171D32;
}

body.search-results #content {
    margin: 8rem auto;
}
