/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

@font-face {
	font-family: 'Roboto-Regular';
	src: url('fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BarlowCondensed-Bold';
	src: url('fonts/BarlowCondensed-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BarlowCondensed-Regular';
	src: url('fonts/BarlowCondensed-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.l-subheader.at_middle {
	background: #0e2f45!important;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.17)!important;
	animation: slide-down 0.7s;
}
body{
	font-family: 'Roboto-Regular';	
}
h1{
	font-family: 'BarlowCondensed-Bold'!important;
}
.w-nav{
	font-family: 'BarlowCondensed-Regular'!important;
	font-size: 22px;
	text-transform: uppercase;
}
.iconbox_prem{
	padding: 35px 20px;
	box-shadow: 0 1px 80px 12px rgb(26 40 68 / 6%);
	border-radius: 30px;
	width: 23%;
}
.iconbox_prem .w-iconbox-title{
	font-size: 22px;
	font-family: 'BarlowCondensed-Regular';
	font-weight: 700;
}
.iconbox_prem  .subtitle_section{
	color: #ebaa00;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 22px;
}
.iconbox_prem  .w-iconbox-icon svg{
	position: relative;
	z-index: 2;
}
.iconbox_prem  .w-iconbox-icon{
	position: relative;
}
.iconbox_prem  .w-iconbox-icon:before{
	content: "";
	width: 90px;
	height: 90px;
	background: #ecab00;
	opacity: .1;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: -30px;
	z-index: 1;
}
.subtitle_section{
	letter-spacing: 3px;
	color: #edac00;
	text-transform: uppercase;
	font-weight: 700;
	font-family: BarlowCondensed-Regular;
	font-size: 22px;
}
.section_title{
	text-transform: capitalize;
	font-size: 45px;
	font-family: 'BarlowCondensed-Bold'!important;
	padding-top: .5rem;
}
ul li::marker{
	color: #fec305;
}
.w-btn{
	font-family: Roboto-Regular!important;
	text-transform: uppercase;
	font-size: 16px;
	box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
}
.w-btn .w-btn-label{
	position: relative;padding-right: 20px;
}
.w-btn.btn_more .w-btn-label:after{
	content: "";
	background: url(img/arrow_right.svg) no-repeat center right;
	width: 24px;
	height: 24px;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.w-btn.btn_more_black .w-btn-label:after{
	content: "";
	background: url(img/arrow_right_white.svg) no-repeat center right;
	width: 24px;
	height: 24px;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	translate: 8s;
} 
.w-btn.btn_more_black .w-btn-label:hover:after{
	content: "";
	background: url(img/arrow_right.svg) no-repeat center right;
	width: 24px;
	height: 24px;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.call .w-iconbox-icon, .mail .w-iconbox-icon, .location .w-iconbox-icon{
	background: #edac00;
	width: 30px!important;
	height: 30px!important; 
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.call .w-iconbox-icon, .location .w-iconbox-icon{
	margin-bottom: 5px;
}
.call .w-iconbox-icon:after{
	content: "";
	background: url(img/call.svg) no-repeat center right;
	background-size: contain;
	width: 20px;
	height: 20px;
}
.mail .w-iconbox-icon:after{
	content: "";
	background: url(img/mail.svg) no-repeat center right;
	background-size: contain;
	width: 20px;
	height: 20px;
}
.location .w-iconbox-icon:after{
	content: "";
	background: url(img/location.svg) no-repeat center right;
	background-size: contain;
	width: 20px;
	height: 20px;
}
.sub_footer{
	border-top: 1px solid rgba(255, 255, 255, .2);padding-top: 15px;
}

.subtitle_slide {
	letter-spacing: 3px;
	color: #edac00;
	text-transform: uppercase;
	font-family: BarlowCondensed-Regular!important;
}
#title_slide{
	text-transform: capitalize;
	font-size: 70px!important;
	font-family: 'BarlowCondensed-Bold'!important;
	padding-top: .5rem;
	font-weight: 700!important;
	line-height: 110%!important;
	width: 650px!important;
}
#btn_slide{
	font-family: 'Roboto-Regular'!important;
	font-style: normal;
	text-transform: uppercase!important;
	font-size: 16px!important;
	font-weight: 500!important;
	box-shadow: 0 3px 24px rgb(0 0 0 / 12%)!important;
	padding: 1em 3em 1em 2em!important;
	line-height: normal!important;
	position: relative;
}
#btn_slide::after {
	content: "";
	background: url(img/arrow_right.svg) no-repeat center right;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#btn_slide:hover::after {
	content: "";
	background: url(img/arrow_right_white.svg) no-repeat center right!important;
		width: 24px;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.case_link_cat_product{
	border: 1px solid #ccc;
	border-radius: 12px;
	min-height: 250px;
}
.grid_category .w-grid-list > div > div{
	border-radius: 12px;

}
.grid_category .w-grid-list > div{
	box-shadow: 0 1px 80px 12px rgb(26 40 68 / 6%)!important;
}
.grid_category h2.post_title{
	font-size: 40px!important;
	font-family: 'BarlowCondensed-Bold' !important;
	width: 60%;
	letter-spacing: 1px;
}
.grid_category h2.post_title b{
	display: none!important;
}
.btn_cat_shop_banner.us-btn-style_1{
	border-radius: 50%!important;
	height: 56px!important;
	width: 56px!important;
	display: block;
	position: relative;
	padding: 0!important;
}
.btn_cat_shop_banner::before {
	content: "";
	background: url(img/arrow_right.svg) no-repeat center right;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;;
	top: 50%;
	transform: translate(-50%, -50%);
}
.grid_products article .w-grid-item-h{
	border: 1px solid #eee!important;
	box-shadow: 0 1px 80px 12px rgb(26 40 68 / 6%)!important;
}
.btn_product_grid{
	margin: 0 auto!important;
}
.case_produts_list{
	padding-bottom: 1.5rem!important;
}
.btn_product_grid.w-btn .w-btn-label{
	padding-right: 0!important;
}
.btn_product_grid.w-btn .w-btn-label::after{
	display: none;
}
.ab_content{
	padding: 0 240px 0 0;
}
.ab_img{
	height: 595px;
}
.case_contfcts .w-iconbox-title{
	font-family: 'BarlowCondensed-Bold' !important;
	font-size: 22px;
}
.case_contfcts .w-iconbox-icon{
	padding: 5px;
	border-radius: 50%;
	background: #fcf6e4;
	width: 60px!important;
	height: 60px!important;
	color: #333333!important;
}
.case_contfcts .w-iconbox{
	box-shadow: 0 1px 80px 12px rgb(26 40 68 / 6%);
	padding: 20px;
	border-radius: 12px;
}
.line_one_form{
	display: flex;
	gap: 15px;
}
.case_form > div{
	margin-bottom: 15px;
}
.box_form{
	box-shadow: 0 1px 80px 12px rgb(26 40 68 / 6%);
	padding: 20px 40px;
}
.g-breadcrumbs a:hover{
	color: #fff;
}
.g-breadcrumbs div:last-child a{
	color: #fff!important;
	pointer-events: none;
}
.wpcf7-not-valid.wpcf7-validates-as-required{
	border: 1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-response-output{
	display: none!important;
}
/* span.woocommerce-Price-amount:after {
	content: " / 500 g";
	font-weight: 300!important;
	font-size: 16px;
	color: var(--color-content-text);
} */
.single-product .section_main_product .price{
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--color-content-heading);
}
.single-product .quantity,.single-product .single_add_to_cart_button {
	display: none;
}
.blockUI.blockMsg.blockMsgAwooc.blockPage{
	max-width: 800px!important;
}
.woocommerce .blockUI.blockOverlay {
	background: rgba(0,0,0, 1) !important;
}
.awooc-popup-title{
	font-family: 'BarlowCondensed-Bold' !important;
	font-size: 40px;
}
.awooc-price-label, .awooc-qty-label, .awooc-sum-label{
	font-weight: 700;
}
/*.title_product_category{
	min-height: 56px;
}*/
.related.products > h2{
	font-family: 'BarlowCondensed-Bold' !important;
	margin-bottom: 1.5rem;
}
.section_main_product .button.alt{
	padding: 1.0em 3.0em!important;
}
.section_main_product  li {
	margin: 0 0 0;
}
.section_main_product ul{
	column-count: 2;
	border: 1px solid #d7d4d4;
	padding: 15px 0 15px 30px;
	margin: 0 0 10px 0;
}
.l-header.sticky .l-subheader.at_top{
	height: 0!important;
	transition-property: transform,background,box-shadow,line-height,height;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.78,.13,.15,.86);
}
.btn_product_grid{
	text-align: center;
	font-size: .9rem;
	width: 160px;
	margin-top: 1rem;
}
ul.footer-icons{
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sub_footer a:hover{
	color: #fff!important;
}
.footer_contact a{
	color: rgba(255,255,255,0.76) !important;
}
.footer_contact a:hover{
	color: #edac00!important;
}
.case_contacts a{
	color: #000;
}
.case_contacts a:hover{
	text-decoration: underline;
}
.single-product .w-post-elm.product_field.price, .case_prise_pa_cat .product_field.price{
	margin-right: 6px!important;
}
.pa_product_cat{
	color: #a5a5a5;
		font-size: 14px;
}
.privacy_col_case > div{
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 135px;
}


/*Mobile style*/
@media (max-width: 1440px){
	#title_slide {
		font-size: 60px !important;
	}
	.ab_content {
		padding: 0 90px 0 0;
	}
}
@media (max-width: 1280px){
	#title_slide {
		font-size: 50px !important;
	}
}
@media (max-width: 1024px){
	.grid_category h2.post_title {
		font-size: 30px !important;
		width: 80%;
	}
	.ab_img {
		display: none;
	}
	.ab_content {
		width: 100%;
		padding: 0 1.5rem 0 1.5rem;
	}
	.g-cols.via_grid.case_ab_section{
		grid-template-columns: 1fr;
	}
	.ab_img_modile {
		margin-right: 20px;
		margin-bottom: 30px;
	}
	.l-section {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	 .btn_cat_shop_banner.us-btn-style_1 {
    height: 36px !important;
    width: 36px !important;
  }
   .w-nav.type_mobile .w-nav-anchor:not(.w-btn) {
    text-align: center;
  }
    .ush_menu_1.type_mobile .w-nav-anchor.level_1 {
    font-size: 1.8rem !important;
  }
  .case_title{
  	display: flex;
  	justify-content: center;
  	align-items: center;
  }
}
@media (max-width: 835px){
	.grid_category h2.post_title {
		font-size: 24px !important;
	}
	.prem{
		height: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}
	.iconbox_prem {
		width: 100%!important;
	}
	.w-hwrapper > :not(:last-child) {
		margin-inline-end: 0;
		gap: 10px;
	}
	.l-subheader.at_middle .type_mobile .w-nav-list.level_1{
		background: #0e2f45!important;
	}
	.w-nav-close::before {
		font-weight: 300!important;
		font-size: 1.6rem!important;

	}
	.w-nav-close {
		line-height: 2;
		width: 1.2em;
		opacity: .8!important;
	}

}
@media (max-width: 600px){
	.case_sub_footer_link.w-hwrapper.valign_top{
		flex-direction: column-reverse;
		justify-content: center!important;
		align-items: center!important;
	}
	.awooc-custom-order-button.button.alt.show-add-to-card {
		margin: 15px auto 0 auto!important;
	}
	.prem{
		align-items: stretch!important;
	}
	.prem {
		gap: 10px;
	}
	.iconbox_prem {
		border-radius: 12px;
	}
	.box_form {
		padding: 20px 20px;
	}
	.line_one_form {
		flex-direction: column;
	}
	.btn_cat_shop_banner.us-btn-style_1 {
		height: 36px !important;
		width: 36px !important;
	}
	.grid_category h2.post_title{
		font-size: 28px!important;
		width: 80%;
	}
	.ab_img{
		display: none;
	}
	.ab_img_modile {
		margin-right: 20px;
		margin-bottom: 30px;
	}
	.ab_content{
		padding: 0 10px 0 10px;
	}
	.l-section{
		padding-right: 10px;
		padding-left: 10px;
	}
	.iconbox_prem .w-iconbox-title {
		font-size: 20px;
	}
	.section_title {
		text-transform: capitalize;
		font-size: 30px;
		padding-top: 0;
	}
	.subtitle_section {
		font-size: 18px;
	}
	.img_about_home{
		display: none;
	}
	.case_produts_list .w-grid-list{
		gap: 10px!important;
	}
	.title_product_category.usg_post_title_1{
		font-size: 14px !important;
		line-height: 120%;
	}
	.title_product_category {
		min-height: auto;
	}
	.us-btn-style_1.btn_product_grid, .us-btn-style_1.btn_more, #btn_slide{
		font-size: 12px;
		width: auto;
		margin-top: 1rem;
	}
	#btn_slide{
		font-size: 12px!important;
	}
	#btn_slide::after {
		right: 15px;
	}
	.w-btn.btn_more .w-btn-label::after, .w-btn.btn_more_black  .w-btn-label::after, #btn_slide::after{
		width: 16px;
		height: 16px;
		background-size: contain;
	}
	.w-btn .w-btn-label {
		padding-right: 10px;
	}
	.w-btn.us-btn-style_3{
		font-size: 12px;
	}
	.footer_contact .w-iconbox.iconpos_left{
		display: grid;
	}
	.w-hwrapper.footer_contact{
		display: block;
	}
	.footer_contact .w-iconbox-icon{
		margin: 0 auto!important;
	}
	.footer_contact .w-iconbox{
		margin-bottom: 7px;
	}
	footer .w-hwrapper.align_center > * {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	#title_slide {
		font-size: 45px !important;

		padding-top: .5rem;
		font-weight: 700 !important;
		line-height: 110% !important;
		width: 100% !important;
		left: 0!important;
	}
	.ush_menu_1.type_mobile .w-nav-anchor.level_1 {
		font-size: 1.8rem!important;
	}
	.w-nav.type_mobile .w-nav-anchor:not(.w-btn){
		text-align: center;
	}
	.section_title {
		font-size: 28px;
		letter-spacing: 1px;
	}
}
@media (max-width: 414px){
	#title_slide {
		font-size: 40px !important;
	}
	.subtitle_section {
		font-size: 16px;
	}
}
@media (max-width: 393px){
	.w-btn, .button {
		padding: 0.8em 1.8em!important;
	}
	.grid_category h2.post_title{
		font-size: 26px!important;
	}
}
@media (max-width: 385px){
	.section_title {
		font-size: 24px;
	}
}
@media (max-width: 360px){
	#title_slide {
		font-size: 35px !important;
	}
	.grid_category h2.post_title {
		font-size: 24px !important;
	}

}
@media (max-width: 320px){
	#title_slide {
		font-size: 32px !important;
	}
	.section_title {
		font-size: 20px;
	}
	.subtitle_section {
		font-size: 14px;
		padding-bottom: 5px;
	}
	.grid_category h2.post_title {
		font-size: 22px !important;
	}
	.iconbox_prem .w-iconbox-title {
		font-size: 18px;
	}
}
