/*!
Theme Name: ATI NRA Show
Author: studiolabs
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Roboto:wght@400;500;700&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
}

main {
	min-width: 750px;
	max-width: 1024px;
	margin: 0 auto;
}

.content-area {
	padding: 0 20px;
}

.header {
	margin-bottom: 20px;
}
.header img {
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%);
	width: 100%;
}
.header-actions {
	margin: 15px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
}
.header-actions a {
    background: rgba(0,0,0,.9);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 70%);
	display: inline-block;
    color: white;
    text-decoration: none;
    margin: 0 7px;
    padding: 15px 25px;
}

.footer {
	background-color: black;
	color: white;
	display: flex;
	align-items: center;
	font-size: .75rem;
	height: 50px;
	padding: 0 20px;
}

.products-list {
	margin-top: 30px;
}
.products-list div.product {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
/* @media screen and (max-width: 767px) {
	.product {
		flex-direction: column;
	}
}
 */
.products-list .product-name {
	font-size: 2rem;
	text-transform: uppercase;
}
.products-list .product-description {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.products-list .product-description ul {
	padding-left: 20px;
}
.products-list .product-details {
	flex: 0 1 550px;
}
.products-list .product-main {
	display: flex;
	position: relative;
	margin-left: 20%;
}

.products-list .product-image {
	margin-right: -100px;
	position: absolute;
	bottom: -10px;
	left: -185px;
	width: 220px;
	z-index: 1;
}
.products-list .product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.products-list .product-image-group {
	position: relative;
}

.products-list .product-promo {
	z-index: 0;
}
.products-list .product-promo-banner {
	background-color: #FF3522;
	color: white;
	font-style: italic;
	font-size: 2rem;
	font-weight: 500;
	margin: 5px 20px 10px 0;
	width: 200px;
	padding: 5px 0 5px 30px;
	position: relative;
	z-index: 1;
}
.products-list .product-promo-banner::after {
	content: '';
	display: block;
	background-color: #FF3522;
	position: absolute;
	top: 0;
	right: -15px;
	height: 100%;
	width: 50px;
	transform: skewX(-15deg);
	z-index: -1;
}
.products-list .product-promo sup {
	font-size: 0.7em;
}
.products-list .product-promo-top {
	font-size: 1.3rem;
	font-weight: 500;
	text-align: right;
}
.products-list .product-promo-bottom {
	margin-left: 20px;
}

.products-list .product-price {
	color: #FF3522;
	font-size: 1.3em;
}

.products-list .add-to-cart {
	margin-bottom: 20px;
	text-align: right;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce a.button,
.add_to_cart_button {
	background-color: #FF3522 !important;
	color: white !important;
	text-transform: uppercase;
	border-radius: 0 !important;
}
.woocommerce a.added_to_cart {
	display: none;
}

.products-list .product-1 .product-image-group {
	width: 220px;
	height: 330px;
}
.products-list .product-1 .product-image-group img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.products-list .product-1 .product-image-group img:nth-child(1) {
	bottom: 80px;
	left: 45px;
}
.products-list .product-1 .product-image-group img:nth-child(2) {
	bottom: 45px;
	left: -20px;
}
.products-list .product-1 .product-image-group img:nth-child(3) {
	bottom: 20px;
	left: 65px;
}

.products-list .product-2 .product-image,
.products-list .product-3 .product-image {
/* 	margin-right: -35px;
    margin-top: -50px; */
}
.products-list .product-2 .product-promo-banner,
.products-list .product-3 .product-promo-banner,
.products-list .product-4 .product-promo-banner {
	font-size: 3rem;
}

.products-list .product-4 .product-image {
	left: -180px;
}

.woocommerce input[type="text"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="email"],
.woocommerce .select2,
.woocommerce select,
.woocommerce input.input-text {
    height: 40px;
    font-size: 1rem;
}
.woocommerce .select2-container .select2-selection--single {
	height: 40px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}