/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.header_social_block i.fab::before,
.footer_social_block i.fab::before{
	font-size: 25px;
}

.hero_section .hero_text{
	font-weight: bold;
	font-size: 45px;
	line-height: normal;
}
.hero_section .right_block{
	background: rgba(0, 42, 54, 0.7);
	border-radius: 5px;
	padding: 10px;
}
.hero_section .right_block_list_item{
	width: 100%;
}
.hero_section .right_block_list_item .w-iconbox-title{
	color: #fff;
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
}
.hero_section .right_block_list_item .w-iconbox-icon{
	width: 70px !important;
	height: 70px;
	margin-right: 10px !important;
}
.hero_section .get_offer_btn{
	width: 100%;
	margin-top: 20px;
}
.hero_section .get_offer_btn a{
	width: 100%;
}

.category_banner{
	border-radius: 5px;
	border: 1px solid #002A36;
	box-shadow: 0px 4px 4px 0px #00000080;
	overflow: hidden;
}
.category_banner .w-ibanner-content .w-ibanner-title{
	position: absolute;
	top: 50%;
	left: 50%;
  	transform: translate(-50%, -50%) !important;
	font-weight: 700;
	text-align: center;
}

.our_features_block{
	flex: 1;
}
.our_features_block .w-iconbox-icon{
	width: 100px;
	height: 100px;
}
.our_features_block .w-iconbox-title{
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
	text-align: center;
}

.feedback_form_horizontal{
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: stretch;
}
.feedback_form_horizontal .left{
	width: 30%;
}
.feedback_form_horizontal .right{
	width: 70%;
    border-left: 1px solid #002A36;
    padding-left: 20px;
}
.feedback_form_horizontal .left .heading{
	line-height: normal;
}
.feedback_form_horizontal input[type="submit"]{
	margin-top: .4rem;
}
.privacy-policy-wrapper{
	display: flex;
	align-items: center;
	gap: 20px;
}
.feedback_form_horizontal .wpcf7-spinner,
.modal .wpcf7-spinner{
	display: none;
}

.products_list .w-grid-item .w-grid-item-h{
	padding: 10px;
}
.products_list .w-grid-item .product_title{
	padding: 10px 0;
	font-size: 20px;
	font-weight: 600;
}
.products_list .w-grid-item .product_price{
	padding: 10px 0;
	font-size: 20px;
	font-weight: 600;
}
.products_list .w-grid-item .product_btn{
	margin-top: 10px;
}

.product_specs_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product_specs_list .one_spec{
	width: 100%;
  	display: flex;
  	justify-content: space-between;
  	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
}
.product_specs_list .one_spec .spec_title{
	font-size: 14px;
	line-height: normal;
}
.product_specs_list .one_spec .spec_value{
	width: 100%;
	max-width: 200px;
	text-align: right;
	font-size: 14px;
	line-height: normal;
}

.footer_section{
	padding: 16px !important;
}
.footer_menu ul.menu{
	column-count: 2;
}
.footer_menu ul.menu li a{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.jquery-modal.blocker::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.modal .heading{
	font-size: 20px;
	padding: 15px 30px;
	font-weight: 500;
	border-bottom: 1px solid #000;
  	margin: -15px -30px 20px -30px;
}
.modal .privacy-policy-wrapper,
.modal label{
	margin-top: 20px;
}
.modal .wpcf7-list-item-label{
	line-height: normal;
	font-size: 12px;
}
.modal .privacy-policy-wrapper label{
	margin-top: 0;
}