/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template:hello-elementor
Version: 2.8.1
*/

.quote-btn a{
	background:#B00A00 !important; 
	border-radius:5px ;
	color:#fff !important;
	font-weight:500 !important;
	margin-left:20px;
	font-size:15px !important;
	text-transform:uppercase;
}
.quote-btn a:hover, .quote-btn a:focus{
	background:#cc180e !important; 
}
.container-slider .swiper-slide-inner{
	background:#fff;
	border-radius:5px;
	padding:15px;
	min-height:220px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	font-size: 30px;
}

.swiper-button-prev,
.swiper-button-next {
	color: #B00A00;
	font-size: 20px;
}

.swiper-slide p {
	color: #303030;
	text-align: center;
	font-family: "Manrope", Sans-serif;
	font-size: 18px;
	line-height: 1.6;
	font-style: normal;
	font-weight: 400;
	margin-top: 0;
}

.swiper-container {
	max-width: 700px;
}

.mega-current-menu-parent {
	background-color: #DE2000 !important;
	color: #fff !important;
}

.swiper-slide h2 {
	color: #303030;
	text-align: center;
	margin-top: 0;
	font-family: "Manrope", Sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.swiper-slide h4 {
	color: #303030;
	text-align: center;
	font-family: "Manrope", Sans-serif;
	margin-top: 10px;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.swiper-slide img {
	width: 106px;
	height: 106px;
	flex-shrink: 0;
}

.slide-box {
	width: 85%;
	margin: auto;
}
.blog-single-container {
	padding: 35px;
	border-radius: 30px;
	box-shadow: 1px 8px 35px #bebebe80;
	background: #fff;
	max-width: 1024px;
	margin: 0 auto;
}
.blog-single-container img{
	margin-top: 18px;
}
.blog-single-pic{
	padding-bottom: 10px;
}
.blog-single-pic img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	margin-top: 0 !important;
}
.blog-single-container h1 {
	font-size: 36px;
	margin: 20px 0;
}
.blog-single-content p {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.7;
}
.blog-single-container .social-share {
	padding-bottom: 18px;
	text-align: left;
	margin: 0 -5px;
	padding-top: 15px;
	padding-left: 0;
}
.blog-single-container .social-share li {
	padding: 0 5px;
}
.social-share li {
	margin: 0 5px;
	display: inline-block;
}
.home-banner{
	position: relative;
}
.slick-slide .slider-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 82vh;
	min-height: 366px;
	/* object-fit: cover; */
}
.home-banner .detials{
	position: absolute;
	top: 50%;
	max-width: 1000px;
	width: 100%;
	-ms-transform: translateX(169px) translateY(-50%);
	-webkit-transform: translate(169px,-50%);
	transform: translate(169px,-50%);
}
.home-banner .detials .title-content h2{
	color: #FFFFFF;
	font-family: "Manrope", Sans-serif;
	font-size: 66px;
	font-weight: 800;
	line-height: 1.1em;
	margin: 0 0 32px 0;
}
.home-banner .detials .title-content p{
	color: #FFFFFF;
	font-family: "Manrope", Sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.5em;
	max-width: 650px;
	width: 100%;
}

a.button-quote {
	font-family: "Manrope", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
	padding: 16px 25px 16px 25px;
	color: #ffffff;
	background: #b00a00;
	margin-right:15px;
}
a.button-call {
	font-family: "Manrope", Sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FFFFFF00;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	padding: 14px 25px 14px 25px;
}
.buttons-banner {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
@media only screen and (max-width: 600px) {
	.blog-single-container h1 {
		line-height: 1.3;
		font-size: 30px;
	}
	.get-a-quote-now form {
		padding: 30px 20px !important;
	}
}
.d-flx {
	margin-top: 20px;
}
.d-flx a img {
	margin-bottom: 6px;
	margin-right: 9px;
}
.slick-slider.new .slider-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 65vh;
	min-height: 366px;
	/* object-fit: cover; */
}
.home-banner .detials.salesslider {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: row;
	gap: 20px;
	max-width: 1304px;
	align-items: center;
	justify-content: space-between;
	left: 50%;
	padding: 0 12px;
}
.home-banner .detials.salesslider .title-content h2{
	color: #FFFFFF;
	font-family: "Manrope", Sans-serif;
	font-size: 66px;
	font-weight: 600;
	line-height: 1.1em;
	margin: 0 0 32px 0;
	text-shadow: 0px 3px 8px rgba(0,0,0,.3);
}
.home-banner .detials .title-content p{
	color: #FFFFFF;
	font-family: "Manrope", Sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.5em;
	max-width: 650px;
	width: 100%;
}

.buttons-banner {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.buttons-banner.sliders {
	display: block;
	text-align: center;
	background-color: #B00A00;
	padding: 30px 0;
	border-radius: 13px;
	width: 493px;
}
.buttons-banner.sliders h3 {
	color: #FFFFFF;
	font-family: "Manrope", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0;
}
.buttons-banner.sliders p {
	text-align: center;
	color: #FFFFFF;
	font-family: "Manrope", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7em;
}

a.button-getquote {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	padding: 16px 30px 16px 30px;
	color: #000000;
	width: 42%;
}

a.button-email {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	padding: 16px 30px 16px 30px;
	background-color: #000000;
	width: 42%;
}
a.button-phone {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	padding: 16px 30px 16px 30px;
	background-color: #000000;
	width: 42%;
}
a.button-atlanta {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	padding: 16px 5px 16px 1px;
	background-color: #000000;
	width: 42%;
}

.page-header .entry-title,
a.button-atlanta,
a.button-phone,
a.button-getquote,
a.button-email {
	font-family: "Manrope", Sans-serif;
}

.btn-box a.btn:hover{
	color: #000000;
	background-color: #FFFFFF;
	transition: 0.5s;
}
.btn-box a.button-getquote:hover{
	color: #fff;
	background-color: #000;
	transition: 0.5s;
}
.btn-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
}

.blog-single-container * {
	font-family: "Manrope", Sans-serif;
}

.woocommerce-page .single_add_to_cart_button.button,
.products.columns-4 .add_to_cart_button {
	font-family: "Manrope", Sans-serif;
	font-size: 14px !important;
	background-color: #b00a00 !important;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px !important;
	padding: 13px 20px 13px 20px;
	line-height: 1;
	color: #fff;
	transition: all .3s;
}

.woocommerce-page .single_add_to_cart_button.button:focus,
.products.columns-4 .add_to_cart_button:focus,
.woocommerce-page .single_add_to_cart_button.button:hover,
.products.columns-4 .add_to_cart_button:hover {
	background-color: #CC180E !important;
	color: #fff;
}

.products.columns-4 .woocommerce-loop-product__title {
	font-family: "Manrope", Sans-serif;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 1.2em;
	color: #000;
}

.woocommerce-Price-amount.amount {
	font-family: "Manrope", Sans-serif;
	font-size: 20px !important;
	font-weight: 500;
	color: #de2000;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page > * {
	font-family: "Manrope", Sans-serif !important;
}

.woocommerce-tabs.wc-tabs-wrapper ul {
	padding-left: 5px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {

}

.wp-block-preformatted .woocommerce {
	display: flex;
	margin-top: 60px;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.woocommerce div.product .product_title {
	font-weight: 700;
	font-size: 30px;
}
.related.products {
	float: left;
	margin-top: 30px;
	clear: both;
	width: 100%;
}

.related.products h1 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-notices-wrapper,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}

.wp-block-preformatted .woocommerce .woocommerce-cart-form {
	width: calc(100% - 450px);
	line-height: 0;
}

.woocommerce ul#shipping_method li {
	line-height: 0;
}

td[data-title="Shipping"],
.woocommerce-cart .woocommerce .cart-collaterals {
	line-height: 0 !important;
}

td[data-title="Shipping"] {
	display: flex !important;
	flex-wrap: wrap;
	gap: 20px;
}

.woocommerce ul#shipping_method li label {
	display: block;
	line-height: 1.4;
}

.wp-block-preformatted .woocommerce .cart-collaterals {
	width: 410px;
}

.woocommerce-cart .woocommerce .cart-collaterals {
	padding: 25px 30px;
	border: 2px solid #b00a00;
	border-radius: 10px;
}

.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
	content: none;
}

.woocommerce div.product form.cart div.quantity,
.product-quantity .quantity {
	width: 100%;
	position: relative;
	display: flex;
	letter-spacing: 0;
	border-radius: 5px;
	overflow: hidden;
	background-color: #ebeef0;
	width: 150px;
}

.woocommerce div.product form.cart div.quantity .plus,
.woocommerce div.product form.cart div.quantity .input-text.qty.text,
.woocommerce div.product form.cart div.quantity .minus {
	height: 40px;
}

.quantity .plus,
.quantity .input-text.qty.text,
.quantity .minus {
	border: 0;
	padding: 5px;
	background-color: #ebeef0;
	border-radius: 0;
	color: #000;
	width: 33.33%;
}

.quantity .plus,
.quantity .minus {
	font-weight: 700;
}

.quantity .input-text.qty.text:focus {
	outline: none;
	border: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0; 
}

.woocommerce table.shop_table.woocommerce-cart-form__contents tr td {
	background-color: #fff;
	border: 0;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table thead,
.woocommerce table.shop_table tbody,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tr,
.woocommerce table.shop_table td {
	border: 0 !important;
}

.woocommerce table.shop_table td.product-name {
	width: 300px;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents tr td.product-subtotal,
.woocommerce table.shop_table.woocommerce-cart-form__contents tr td.product-price {
	width: 125px;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail {
	width: 100px;
}

.woocommerce table.shop_table * {
	font-family: "Manrope", Sans-serif;
}

.woocommerce table.shop_table th {
	padding-bottom: 20px;
	font-size: 18px;
}

.woocommerce table.shop_table .product-remove {
	width: 40px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 91px;
}

.woocommerce table.shop_table td {
	line-height: 0;
}

.product-name a {
	line-height: 1.4;
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.checkout-button.button.alt.wc-forward {
	font-size: 16px !important;
	background-color: #b00a00 !important;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px !important;
	padding: 16px 20px 23px 20px;
	line-height: 0.4;
	color: #fff;
	transition: all .3s;
	margin-bottom: 0;
}

.form-row.place-order .button.alt,
.checkout_coupon .button[name="apply_coupon"] {
	font-size: 16px !important;
	background-color: #b00a00 !important;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px !important;
	padding: 16px 20px 16px 20px;
	line-height: 0.4;
	color: #fff;
	transition: all .3s;
	margin-bottom: 0;
}

.coupon,
.woocommerce-shipping-destination,
.woocommerce-shipping-calculator {
	display: flex;
}

.woocommerce-shipping-destination > * {
	width: auto;
}

.order-total th,
.cart-subtotal th {
	padding-bottom: 9px !important;
}

.actions > .button[type="submit"],
.actions .coupon .button {
	background-color: #FFFFFF00;
	font-family: "Manrope", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #b00a00;
	border-radius: 5px 5px 5px 5px;
	padding: 14px 25px 14px 25px;
	color: #b00a00;
}

.actions > .button[type="submit"] {
	border-color: #1D2939 !important;
	color: #1D2939 !important;
}

.actions {
	padding-top: 30px !important;
	border: 0 !important;
}

.coupon input[name="coupon_code"] {
	min-width: 170px;
	height: 46.2px;
	border: 2px solid #000000 !important;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	border-radius: 5px 5px 5px 5px;
	padding: 10px 25px 10px 25px !important;
}

.actions > .button[type="submit"]:disabled[disabled] {
	padding: 14px 25px 14px 25px !important;
}

.cart_totals h2 {
	margin-top: 0;
	font-family: "Manrope", Sans-serif;
	font-weight: 700;
}

.woocommerce a.remove {
	width: 24px;
	height: 24px;
	background: #000000 !important;
	border-color: #000000 !important;
	color: #fff !important;
	line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
}

#order_review .shop_table.woocommerce-checkout-review-order-table {
	padding: 25px 30px;
	border: 2px solid #b00a00 !important;
	border-radius: 10px;
}

.shop_table.woocommerce-checkout-review-order-table .cart_item td {
	line-height: 1.4 !important;
}

.select2-selection.select2-selection--single {
	border: 1px solid #666;
	height: 39.2px;
}

.woocommerce-cart .wcpay-express-checkout-wrapper {
	margin: 0;
}
.sold-out-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: red;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 3px;
	z-index: 10;text-transform: uppercase;
}
.woocommerce ul.products li.product {
	position: relative; /* Ensure relative positioning for the badge to work */
}

.social-share {
	padding: 0;
    display: flex;
    list-style: none;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 35px;
	align-items: center;
	justify-content: center;
}

.social-share img {
	width: 25px !important;
}

@media only screen and (max-width: 1250px) {
	.wp-block-preformatted .woocommerce .woocommerce-cart-form {
		width: calc(100% - 350px);
	}

	.wp-block-preformatted .woocommerce .cart-collaterals {
		width: 310px;
	}
}

@media only screen and (max-width: 1024px) {
	.wp-block-preformatted .woocommerce .woocommerce-cart-form,
	.wp-block-preformatted .woocommerce .cart-collaterals {
		width: 100% !important;
	}
}

@media only screen and (max-width: 992px) {
	.woocommerce ul.products.columns-4[class*=columns-] li.product {
		width: 48%;
		float: left;
		clear: both;
		margin: 0 0 2.992em;
	}

	.woocommerce ul.products.columns-4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 767px) {
	.woocommerce table.shop_table_responsive.cart tr > *:not(.product-thumbnail):not(.product-remove) {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	td[data-title="Shipping"] > * {
		width: 100%;
	}

	.woocommerce table.shop_table tr.woocommerce-cart-form__cart-item.cart_item {
		border-radius: 10px;
		overflow: hidden;
		border: 2px solid #de2000 !important;
		margin: 10px 0;
		position: relative;
		padding: 10px;
		padding-top: 25px;
	}

	.woocommerce table.shop_table .product-remove {
		width: 28px;
	}

	.woocommerce table.shop_table_responsive.cart tr td.product-remove, .woocommerce-page table.shop_table_responsive.cart tr td.product-remove {
		padding: 0;
		min-height: 0;
		position: absolute;
		right: -1px;
		top: -1px;
		min-width: 0;
		line-height: 0;
	}

	.woocommerce table.shop_table_responsive.cart tr td.product-remove a, .woocommerce-page table.shop_table_responsive.cart tr td.product-remove a {
		border-radius: 0 5px 0 5px;
		width: 28px;
		height: 28px;
		background: #000000 !important;
		border-color: #000000 !important;
		color: #fff !important;
		line-height: 1.2;
	}

	.product-thumbnail {
		display: block !important;
	}

	.woocommerce table.shop_table td {
		line-height: .8;
	}

	.woocommerce table.shop_table td.product-thumbnail {
		line-height: 0;
	}

	.woocommerce-cart-form .shop_table .product-thumbnail:before,
	.woocommerce-cart-form .shop_table product-name:before {
		content: none !important;
	}

	.woocommerce-cart-form .shop_table .product-name {
		width: calc(100% - 100px) !important;
	}

	.product-name,
	.woocommerce table.shop_table.woocommerce-cart-form__contents tr td.product-thumbnail {
		float: left;
	}

	.actions {
		flex-direction: column;
	}

	.woocommerce-shipping-destination, .woocommerce-shipping-calculator {
		display: flex;
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 600px) {
	.home-banner .detials.salesslider {
		position: absolute;
		transform: translate(-50%, -50%) !important;
		display: block !important;
		max-width: 324px !important;
		left: 44% !important;
		padding: 0 12px;
	}

	.woocommerce-Price-amount.amount {
		font-size: 17px !important;
	}

	.woocommerce-cart .woocommerce .cart-collaterals {
		padding: 15px;
	}

	.buttons-banner.sliders {
		width: 353px !important;
	}

	.btn-box {
		display: flex;
		gap: 9px;
	}
	a.button-getquote {
		width: 45% !important;
		padding: 10px;
		font-size: 11px;
	}
	a.button-email {
		width: 45% !important;
		padding: 10px;
		font-size: 11px;
	}
	a.button-phone{
		width: 30% !important;
		padding: 10px;
		font-size: 11px;
	}
	a.button-atlanta{
		width: 60% !important;
		padding: 10px;
		font-size: 11px;
	}

	.home-banner .detials.salesslider .title-content h2 {
		font-size: 36px !important;
		text-align: center;
		font-weight: 800;
	}
	.slick-prev:before {
		display:none;
	}
	.slick-next:before {
		display:none;
	}
	.buttons-banner.sliders p {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 450px) {
	.woocommerce ul.products.columns-4[class*=columns-] li.product {
		width: 100%;
	}

	.woocommerce table.shop_table td.product-name {
		width: 160px;
	}

	.woocommerce-Price-amount.amount {
		font-size: 15px !important;
	}

	#order_review .shop_table.woocommerce-checkout-review-order-table {
		padding: 15px;
	}

	.actions .coupon .button,
	.coupon input[name="coupon_code"] {
		width: 135px !important;
		text-align: center;
		min-width: 100px;
		padding: 5px !important;
	}
	.woocommerce table.shop_table_responsive.cart tr > *:not(.product-thumbnail):not(.product-remove) {
		width: 100% !important;
	}
	p.custom-cart-note {
		font-size: 13px;
		line-height: 19px !important;
	}
	.woocommerce-error li a.button.wc-forward {
		margin: 10px auto;
		width: 100%;
		text-align: center;
	}
	body.wp-singular.product-template-default ul.woocommerce-error {
		padding: 30px;
		text-align: center;
	}
	body.wp-singular.product-template-default .woocommerce-error::before {
		content: "\e016";
		color: #b81c23;
		display:none;
	}
	.woocommerce-error {
		border-top-color: #b81c23;
		padding: 10px;
		display: flex;
		align-items: center;
	}
}
.product_meta .posted_in{display:none}

.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: block;
}
body.wp-singular.page-template-default ul.woocommerce-error {
	display: flex;
}
