/*  
Theme Name: Pizza Mania Theme
Theme URI: https://pizza-mania.pt/
Description: A WordPress theme frame work
Version: 3.0
Author: Pizza Mania
Author URI: https://pizza-mania.pt/
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

�ie - Internet Explorer (All versions)
�ie8 - Internet Explorer 8.x
�ie7 - Internet Explorer 7.x
�ie6 - Internet Explorer 6.x
�gecko - Mozilla, Firefox (all versions), Camino
�ff3 - Firefox 3
�ff3_5 - Firefox 3.5 new
�opera - Opera (All versions)
�opera8 - Opera 8.x
�opera9 - Opera 9.x
�opera10 - Opera 10.x
�webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
�safari3 - Safari 3.x
�chrome - Google Chrome
*/

/*Presets*/


/************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em,  img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
}
body, th, td, input, textarea{
		color: var(--color1);
		font-family: var(--font1);
		font-size:16px;
		line-height: 26px;
}
body{
	background-position: center;	
	background-repeat: repeat-y;
	background-size: contain;
}
input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none !important;
		outline-style: none;
}
input:focus-visible{
		outline-width: 0px ;
}
textarea:focus-visible{
		outline-width: 0px ;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
select{
    appearance: none;
    background-image: url(./images/dropdown.svg);
    background-repeat: no-repeat;
    background-position: 98.5% 50%;
}
.wpcf7-form label{
		width: 100%;
		margin-top: 0px;
		font-family: var(--font3);
		font-size: 14px;
		line-height: 30px;
		color: var(--color4);
}
.wpcf7-form input{
		width: 100%;
		border-radius: 5px;
		height: 46.77px;
		margin-top: 1px;
		padding: 0px 20px;
		display: flex;
		align-items: center;
		font-family: var(--font1);
		font-size: 14px;
		line-height: 24px;
}
.wpcf7-form textarea{
		width: 100%;
		border-radius: 5px;
		height: 91.51px;
		resize: none;
		margin-top: 8px;
		padding: 10px 20px;
		font-family: var(--font1);
		font-size: 14px;
		line-height: 24px;
}
.wpcf7-form .has-spinner{
		width: fit-content;
		margin-top: 50px;
		display: flex;
		align-items: center;
		padding: 12px 30px;
		border: 0px;
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
		background-color: var(--color1);
		color: var(--color2);
		height: auto;
		margin-bottom: 0px;
}
.wpcf7-form .wpcf7-spinner{
	display: none;
}
.wpcf7-form .has-spinner:hover{
		background-color: var(--color9);
		color: var(--color4);
}
a{
		text-decoration: none;
}
#navbarSupportedContent ul li a:focus-visible{
		background-color: transparent !important;
}
#navbarSupportedContent ul li a:active{
		background-color: transparent !important;
}
#navbarSupportedContent ul li a:focus{
		background-color: transparent !important;
}
#navbarSupportedContent ul li a:hover{
		background-color: transparent !important;
}
acronym, abbr, span.caps{
		cursor:help;
}
acronym, abbr{
		border-bottom:1px dashed var(--color2);
}
code{
		color: var(--color1);
		font-size:1.0em;
}
li{
		list-style: none;
}
input {
    border: 1px solid var(--color4);
    padding: 15px 10px;
}
.section-padding {
	padding: 50px 0;
}
form#commentform label {
    display: block;
}
.navbar-brand img,
.footer-logo-col img,
footer .social-media-icon{
		max-width: 100%;
		width: 158px;
		height: auto;
}
.navbar-brand img,
.footer-logo-col img{
		height: auto;
		object-fit: cover;
}
.container{
		max-width: 1400px !important;
		padding: 0px 15px;
}
header .container{
		max-width: 100% !important;
		padding: 0 25px;
		align-items: flex-start !important;
}
.elementor-element {
    --widgets-spacing: 0px !important;
}
@keyframes zoomin{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.05);
	}
}
@keyframes zoomInImg{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.25);
	}
}
@keyframes zoomOutImg{
	0%{
		transform: scale(1.25);
	}
	100%{
		transform: scale(1);
	}
}
@keyframes zoomout{
	0%{
		transform: scale(1.05);
	}
	100%{
		transform: scale(1.5);
		opacity: 0;
	}
}
.zoomEffect{
	overflow: hidden;
}
.zoomEffect.notShow .elementor-widget-wrap{
	transform: scale(1);
	transition: transform 5s ease !important;
}
.zoomEffect.notShow .image{
	transform: scale(1);
	transition: transform 5s ease;
}
.zoomEffect.show .elementor-widget-wrap{
	transform: scale(1.25);
	transition: transform 5s ease !important;
}
.zoomEffect.show .image{
	transform: scale(1.25);
	transition: transform 5s ease;
}

/*Header*/
.navbar{
	padding: 20px 0px;
	position: absolute;
	width: 100%;
	top: 0%;
	z-index: 99;
}
.navbar-brand{
		margin: 0%;
		padding: 0px;
		flex: 1;
}
.navbar-brand a{
		display: flex;
		justify-content: center;
}
.navbar-toggler{
	z-index: 10;
}
.navbar-toggler .icon-bar{
	background-color: var(--color2);
}
.navbar-toggler.collapsed .icon-bar{
	background-color: var(--color1);
}
.navbar-toggle .icon-bar {
  	height: 3px;
}
.navbar-toggler.collapsed .icon-bar{
	  height: 5px;
	  margin-bottom: 18px;
	  display: block;
}
.menu-item-has-children:hover .dropdown-menu{
	display: block !important;
}
.navbar-toggle {
	  border: none;
	  background: transparent !important;
	  padding-right: 0px;
	  padding-left: 0px;
}
.navbar-toggle:hover {
  	background: transparent !important;
}
.navbar-toggle:focus {
  	background: transparent !important;
}
.navbar-toggle .icon-bar {
  	transition: all 0.2s;
  	margin-left: auto;
  	display: flex;
}
.navbar-toggle .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 30% 100%;
	  width: 30px;
}
.navbar-toggle .bottom-bar {
	  transform: rotate(-45deg);
	  transform-origin: 50% 100%;
	  width: 30px;
}
.navbar-toggle.collapsed .top-bar {
  	transform: rotate(0);
  	width: 96px;
}
.navbar-toggle.collapsed .bottom-bar {
  	transform: rotate(0);
}
button:focus {
	  outline: none;
	  border:none;
}
.navbar-light .navbar-toggler{
		border:none;
		box-shadow: none;
}
#myBtn {
	  display: none;
	  position: fixed;
	  bottom: 40px;
	  right: 20px;
	  z-index: 100;
	  border: none;
	  outline: none;
	  background-color: var(--color2);
	  cursor: pointer;
	  padding: 10px;
	  border-radius: 50px;
}
#myBtn img{
		filter: brightness(0)invert(1);
		transform: rotate(270deg);
		display: flex;
}
#myBtn:hover {
  	background-color: var(--color3);
}
.dropdown-menu{
		left: -20px;
		margin-top: 50px;
		width: 175px;
		padding: 0px;
		overflow: hidden;
}
#navbarSupportedContent li a{
		padding: 0px;
		font-family: var(--font1);
}
#navbarSupportedContent li .nav-link{
		margin: 20px 0px;
		display: flex;
		align-items: center;
}
#navbarSupportedContent li{
		display: flex;
		flex-direction: column;
		align-items: center;
}
#navbarSupportedContent .dropdown-menu{
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}
#navbarSupportedContent .dropdown-menu li:hover{
	background-color: var(--color9);
}
#navbarSupportedContent #menu-main-menu .active .nav-link span{
	font-family: var(--font3);
	color: var(--color1);
}
#navbarSupportedContent #menu-main-menu .active .dropdown-menu .active span{
	font-family: var(--font2);
	color: var(--color3);
}
#navbarSupportedContent #menu-main-menu .active .dropdown-menu li:hover span{
	color: var(--color3);
}
#navbarSupportedContent #menu-main-menu li .dropdown-menu li:hover span{
	color: var(--color3);
}
#navbarSupportedContent #menu-main-menu li:last-child{
	margin: 0px 0px 0px 41.5px;
}
#navbarSupportedContent #menu-main-menu li:last-child a{
	margin: 0px 0px;
}
#navbarSupportedContent #menu-main-menu li:last-child a span{
	font-size: 16px;
	line-height: 21.86px;
	padding: 12px 30px;
	background-color: var(--color1);
	color: var(--color2);
	border-radius: 5px;
}
#navbarSupportedContent #menu-main-menu li.active:last-child a span{
	color: var(--color2);
}
#navbarSupportedContent #menu-main-menu li:last-child a span:hover{
	background-color: var(--color9);
	color: var(--color3);
}
#navbarSupportedContent #menu-main-menu .dropdown li:last-child{
    margin: 0px;
}
#navbarSupportedContent #menu-main-menu .dropdown li:last-child a span{
	font-size: 15px;
	line-height: 20.49px;
	padding: 0px;
	background-color: transparent;
	color: var(--color4);
}
#navbarSupportedContent #menu-main-menu .dropdown li:last-child a:hover span{
	color: var(--color3);
}
#navbarSupportedContent .menu-item-has-children .dropdown-menu li a{
	padding: 5px;
}
#navbarSupportedContent .menu-item-has-children .dropdown-menu li.active a{
	background-color: var(--color9);
}
.dropdown-toggle::after{
	display: none;
}
#navbarSupportedContent .menu-item-has-children .dropdown-menu li{
	margin: 0px;
}
.dropdown-item span{
	width: 160px;
	display: flex;
	white-space: initial;
}
.navbar-expand-lg .navbar-toggler{
	display: block !important;
	flex: 1;
	padding: 20px 0;
}
.navbar-expand-lg .navbar-collapse{
	flex: 1;
}
#navbarSupportedContent.left-menu{
	display: flex !important;
	height: auto !important;
}
#navbarSupportedContent.left-menu ul{
	column-gap: 15px;
}
#navbarSupportedContent.left-menu ul li:first-child{
	margin-right: 120px;
}
#navbarSupportedContent.right-menu{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000000bd;
    width: 0;
    height: 100vh;
    display: flex !important;
    overflow: hidden;
}
#navbarSupportedContent.right-menu.show{
	display: flex !important;
	width: 100%;
}
.right-menu ul{
	flex-direction: column !important;
	background-color: #fff;
	height: 100vh;
	width: 300px;
	padding: 100px 50px 0 0;
	translate: 300px 0;
	transition-delay: .5s !important;
	transition: .5s all ease-in-out;
}
#navbarSupportedContent.right-menu.show ul{
	translate: 0 0;
}
#navbarSupportedContent.right-menu li .nav-link{
	margin: 7px 0;
}
#navbarSupportedContent.right-menu li{
	align-items: end;
	margin: 0 20px;
}
.right-menu a span{
	font-family: var(--font2);
	font-size: 22px;
	line-height: 30.8px;
	color: #000;
	text-align: right;
}
.left-menu  ul ul{
	background-color: #0000007a;
}
.left-menu  ul ul a{
	padding: 5px;
}
.left-menu  ul ul span{
	justify-content: center;
}
.right-menu a:hover span{
	color: #a21b20;
}
.right-menu .active a span{
	color: #a21b20;
}

/*Home*/
.mainBanner .elementor-image-carousel-wrapper{
	height: 100vh;
	position: relative;
}
.mainBanner .swiper-slide-inner{
	position: relative;
}
.mainBanner .swiper-slide-inner:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0000007a;
	z-index: 1;
}
.mainBanner .elementor-image-carousel-wrapper img{
	height: 100vh;
	object-fit: cover;
	object-position: center;
}
.mainBanner .swiper-slide-prev img,
.mainBanner .swiper-slide-next img{
	animation: zoomout 1s forwards;
}
.mainBanner .swiper-slide-visible img{
	animation: zoomin 3s forwards;
}
.mainBanner .swiper-pagination{
	width: fit-content !important;
    display: flex;
    bottom: 57px !important;
    left: 20px !important;
}
.mainBanner .swiper-pagination span{
	background-color: #fff;
	width: 12px;
	height: 12px;
}
.mainBanner .elementor-swiper-button{
	bottom: 40px !important;
	right: 20px !important;
	top: auto !important;
	left: auto !important;
	z-index: 2 !important;
}
.mainBanner .elementor-swiper-button-prev{
	right: 60px !important;
}
.miniGallery{
	padding: 40px;
	background-image: url('./images/doubleCircle.svg');
	background-position: center;
	background-size: 95%;
	background-repeat: no-repeat;
}
.miniGallery .elementor-image-carousel-wrapper{
	height: 260px;
	border-radius: 50%;
}
.miniGallery .elementor-image-carousel-wrapper img{
	height: 260px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.miniGallery .elementor-swiper-button-prev{
	left: -5px !important;
}
.miniGallery .elementor-swiper-button-next{
	right: -5px !important;
}
.brandTwo{
	position: relative;
}
.brandTwo:before{
	content: "";
	background-image: url('./images/brand.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	height: 35px;
	margin-bottom: 15px;
	transform: rotate(180deg);
}
.brandTwo:after{
	content: "";
	background-image: url('./images/brand.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	height: 35px;
	margin-top: 15px;
}
.brandOne:after{
	content: "";
	background-image: url('./images/brand.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	height: 73px;
	margin-top: 15px;
}
.slidersBrand:after{
	filter: invert(1);
	height: 45px;
}
.aboutBrand:after{
	height: 29px;
	margin-top: 25px;
}
.aboutBrand:before{
	height: 29px;
	margin-bottom: 25px;
}

/*Blog*/
.blogs{
	display: flex;
	flex-direction: column;
}
.blogs .eachPost{
	display: flex;
	flex-wrap: wrap;
}
.blogs .eachPost >div{
	display: flex;
	flex-direction: column;
	width: 50%;
}
.blogs .reverse{
	flex-direction: row-reverse;
}
.blogs .blackEntry{
	background-color: #000;
}
.blogs h3{
	color: #B49E66;
    font-family: var(--font1);
    font-size: 16px;
    text-align: center;
}
.blogs h2{
    font-family: var(--font1);
    color: #000000;
    font-size: 23px;
    text-align: center;
    margin: 24px 0 45px;
}
.blogs p{
    font-family: var(--font1);
    color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 1.6rem;
}
.blogs .blackEntry h2,
.blogs .blackEntry p{
	color: #fff;
}
.blogs .innerBox{
	padding: 50px;
	border: 1px solid #000;
}
.blackEntry .innerBox{
	border-color: #fff;
}
.entry .contentBox{
	margin: 50px;
}
.blackEntry .contentBox:before{
	filter: invert(0);
}
.blackEntry .contentBox:after{
	filter: invert(0);
}
.blogs .image{
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

/* Shop */
.shop-archive .products {
	display: flex;
	flex-wrap: wrap;
}
.shop-archive .products .product {
    width: 32% !important;
    margin: 0 .6% !important;
}
.shop-archive .products .product img{
	background-color: #cdcdcf;
}
.shop-archive .products .product .add_to_cart_button{
	display: none !important;
}
.shop-archive .products .product .woocommerce-loop-product__title {
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: var(--font3);
    font-size: 16px;
    line-height: 22.4px;
    color: #000;
    z-index: 2;
    background-color: #fff;
    margin-top: 16px !important;
    padding: 0 !important;
}
.shop-archive .products .product .price price{
	margin: 0 !important;
}
.shop-archive .products .product .price bdi {
    position: relative;
    font-family: var(--font3);
    font-size: 16px;
    line-height: 22.4px;
    color: #4f4f4f;
    z-index: 2;
    background-color: #fff;
    margin-top: 16px !important;
    align-items: center;
    padding: 0 !important;
}
.shop-archive .products .product .woocommerce-loop-product__title:before {
    content: "Visualizacao rapida";
    position: absolute;
    top: 0px;
    left: 0%;
    padding: 0px 20px;
    background-color: #ffffffbf;
    display: flex;
    width: 100%;
    justify-content: center;
    color: #fff;
    font-family: var(--font3);
    font-size: 14px;
    line-height: 50px;
    transform: translateY(0px);
    transition-duration: 399ms;
    transition-property: transform;
    z-index: -1;
    height: 0px;
    overflow: hidden;
}
.shop-archive .products .product:hover .woocommerce-loop-product__title:before {
    transform: translateY(-66px);
    transition-duration: .3s;
    height: auto;
    color: #000;
}

/*Shop Single*/
.shop-single p{
	color: #000;
	font-family: var(--font3);
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 25px;
}
.shop-single .woocommerce-tabs,
.shop-single .related.products,
.shop-single.vouchers .cart .quantity,
.shop-single .product_meta .posted_in,
.shop-single .cart .added_to_cart{
	display: none !important;
}
.shop-single .product_meta span{
	color: #4F4F4F;
	font-size: 12px;
	font-family: var(--font3);
	line-height: 16.4px;
}
.shop-single div.product div.images{
	margin-bottom: 0 !important;
	height: fit-content;
}
.shop-single .product{
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
}
.shop-single .woocommerce-product-gallery{
	width: 58% !important;
	border: 1px solid #ccc;
}
.shop-single .woocommerce-product-gallery img{
	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAAqElEQVR42qWVOQ7EIAxF3wmoUqXMGTgGBR1lNCji/jdghDI7MATbv+XJu4HaFiyOQCQScFgWhrYRSA0Ftj5k8E3oKY9pYSv7X6xoZ62xY4gVHd+oueDt7fUjYH8ZO3N9VTJN6lHhdgNSzjl3wHC2O02DqYyEFYEWnAh03QwHYIBYP2/ZDxil4E0Rqrg44naIB0A8coohF6+VYpHFp0NxrBTnUXGQp76AO/soOi9I+gdeAAAAAElFTkSuQmCC),auto;
}
.shop-single .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
	display: none;
}
.shop-single .summary{
	width: 38% !important;
	display: flex;
	flex-direction: column;
}
.shop-single .summary .product_title{
	order: 1;
}
.shop-single .summary .price{
	order: 2;
}
.shop-single .summary h4{
	order: 3;
	font-family: var(--font2);
	font-size: 14px;
	line-height: 19.6px;
	color: #2F2E2E;
}
.shop-single .summary .cart{
	order: 4;
}
.shop-single .summary .cart .quantity input{
	height: 40px;
    width: 76px;
    border: 1px solid #ccc;
    color: #575757;
    margin: 0px 0px 30px;
    padding: 5px 0px 5px 5px;
}
.shop-single .summary .socialMedia{
	order: 7;
}
.shop-single .descrip{
	width: 50%;
	margin-top: 30px;
}
.shop-single .descrip p{
	font-family: var(--font2);
	font-size: 18px;
	line-height: 24px;
	color: #2F2E2E;
	margin-bottom: 24px;
}
.shop-single .descrip p:last-child{
	margin-bottom: 0px;
}
.shop-single .breadcrumbs{
	display: flex;
	column-gap: 4px;
}
.shop-single .breadcrumbs a,
.shop-single .breadcrumbs p,
.shop-single .breadcrumbs span{
	color: #2F2E2E;
	font-family: var(--font2);
	font-size: 18px;
	line-height: 25.2px;
}
.shop-single .breadcrumbs span{
	opacity: .6;
}
.shop-single h1{
	font-family: var(--font2);
	font-size: 32px;
	line-height: 38px;
	color: #575757;
}
.shop-single h3{
	font-family: var(--font2);
	font-size: 16px;
	line-height: 22.4px;
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	cursor: pointer;
}
.shop-single h3 span{
	position: relative;
}
.shop-single h3 .h{
	width: 10px;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: -14.4px;
}
.shop-single h3 .v{
	width: 1px;
	height: 10px;
	background-color: #000;
	position: absolute;
	top: -4.5px;
	left: -10px;
}
.tabs .eachTab.show .v{
	transform: rotate(90deg);
}
.shop-single .price bdi{
	font-family: var(--font3);
	font-size: 20px;
	color: #575757;
}
.shop-single p.price{
	margin: 4px 0px 20px;
	padding-bottom: 0;
}
.shop-single .cart .single_add_to_cart_button{
	font-family: var(--font3);
	font-size: 16px;
	color: #fff !important;
	background-color: #B49E66 !important;
	width: 100%;
	padding: 8px 16px;
} 
.shop-single .cart .single_add_to_cart_button:hover{
	opacity: .8;
}
.shop-single .socialMedia{
	display: flex;
	column-gap: 18px;
}
.shop-single .socialMedia .fb{
	color: #3a5897;
}
.shop-single .socialMedia .tw{
	color: #2fc7f2;
}
.shop-single .socialMedia .pi{
	color: #f01951;
}
.shop-single .headBar{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	flex-wrap: wrap-reverse;
	row-gap: 30px;
}
.shop-single .headBar .prevNext{
	display: flex;
	margin-left: auto;
}
.shop-single .headBar .prevNext a,
.shop-single .headBar .prevNext p{
	font-family: var(--font2);
	font-size: 18px;
	line-height: 25.2px;
	color: #2F2E2E;
	display: flex;
	align-items: center;
}
.shop-single .headBar .prevNext svg{
	margin: 0px 8px;
}
.shop-single .headBar .prevNext p{
	margin: 0px 10px;
}
.shop-single .product.product_cat-vouchers .summary h4{
	display: none;
}
body.single-product nav{
	background-color: #000;
}
.shop-single{
	margin: 220px 0 60px;
}
.shop-single .woocommerce-product-details__short-description{
	order: 5;
}
.shop-single .tabs{
	color: #000;
	order: 6;
}
.tabs .eachTab{
	border-bottom: 1px;
	border-color: #000;
	border-style: solid;
}
.tabs .eachTab:last-child{
	border-bottom: 0px;
}
.tabs .eachTab .tabContent{
	display: none;
}
.tabs .eachTab.show .tabContent{
	display: block;
}
.shop-archive .woocommerce.columns-4{
	display: block;
}
.woocommerce.columns-4{
	display: none;
}

/*Single Page*/
.single-post .container-fluid{
		padding: 0px;
}
.single-post .title{
		margin-bottom: 30px;
}
.comment-section{
		margin-top: 50px;
		margin-bottom: 60px;
}
.comment-section .comment-reply-title{
		font-family: var(--font3);
		font-size: 24px;
		line-height: 30px;
		color: var(--color3);
}
.comment-section .logged-in-as{
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
		color: var(--color2);
		margin: 10px 0px 5px 0px;
}
.comment-section .comment-notes{
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
		color: var(--color2);
		margin: 10px 0px 5px 0px;
}
.comment-section form p label{
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
		color: var(--color2);
		margin: 10px 0px 8px 0px;
}
.comment-section form p textarea{
		resize: none;
		padding: 10px;
		height: 100px;
		max-width: 500px;
		width: 100%;
		border-radius: 5px;
}
.comment-section form p input{
		padding: 10px;
		height: 50px;
		max-width: 500px;
		width: 100%;
		border-radius: 5px;
}
.comment-section form .comment-form-cookies-consent{
		display: flex;
		align-items: center;
}
.comment-section form .comment-form-cookies-consent input{
		width: 20px;
		height: 20px;
		margin-right: 15px;
}
.comment-section form .form-submit input{
		width: fit-content;
		font-family: var(--font1);
	  font-size: 14px;
	  line-height: 17.81px;
	  display: flex;
	  padding: 16.2px 37px;
	  background-color: var(--color6);
	  color: var(--color9);
	  border-radius: 5px;
	  border: 0px;
	  margin-top: 20px;
	  height: fit-content;
}
.comment-section form .form-submit input:hover{
		background-color: var(--color3);
		color: var(--color9);
}
.comment-section .comments-title{
		display: none;
}
.comment-section h3{
		font-family: var(--font1);
		font-size: 25px;
		margin-bottom: 30px;
}
.comment-section .comment-list .children{
		margin-left: 40px;
		margin-top: 15px;
}
.comment-section .comment-list .comment{
		margin-bottom: 15px;
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
}
.comment-section .comment-list .comment .comment-author img{
		width: 40px;
		height: 40px;
		border-radius: 50px;
		margin-right: 10px;
}
.comment-section .comment-list .comment .comment-author{
		display: flex;
		align-items: center;
		margin-bottom: 10px;
}
.comment-section .comment-list .reply a{
		color: var(--color2);
}
.comment-section .comment-list .comment-meta a{
		color: var(--color2);
}
.comment-section .comment-respond{
		margin-top: 30px;
}
.social-share{
		text-align: center;
		margin-top: 40px;
}
.social-share ul{
		display: flex;
		justify-content: space-evenly;
		column-gap: 20px;
		margin-top: 20px;
}
.social-share ul i{
		font-size: 22px;
}

/*Cart*/
body .xoo-wsc-markup .xoo-wsc-modal .xoo-wsc-container .xoo-wsc-basket{
	display: none !important;
}
body.woocommerce-cart .single-page,
body.woocommerce-checkout .single-page{
	margin: 250px 0 60px;
	color: #000;
}
body.woocommerce-cart .navbar,
body.woocommerce-checkout .navbar{
	background-color: #000;
}
body.woocommerce-cart a,
body.woocommerce-checkout a{
	color: #B49E66;
}
body.woocommerce-cart a:hover,
body.woocommerce-checkout a:hover{
	color: #000;
}
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none !important;
}
.single-page .woocommerce{
	display: flex;
	flex-wrap: wrap;
	column-gap: 5%;
}
.single-page .woocommerce .wc-empty-cart-message{
	width: 100%;
}
.single-page .container{
	max-width:100% !important;
	padding: 0;
}
.single-page .woocommerce .woocommerce-notices-wrapper{
	width: 100%;
}
.single-page .woocommerce .woocommerce-cart-form{
	width: 65%;
}
.single-page .woocommerce .cart-collaterals{
	width: 30%;
}
.single-page .woocommerce .cart-collaterals .cart_totals{
	width: 100%;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table:before{
	content: "Meu carrinho";
	font-family: var(--font2);
	font-size: 20px;
	line-height: 28px;
	color: #2F2E2E;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table{
	display: flex;
	flex-direction: column;
	border: 0px;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table tbody{
	border-width: 1px 0px 0px 0px;
	border-color: #ccc;
	border-style: solid;
	margin: 15px 0px;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table thead{
	display: none;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table td{
	border: 0px;
	background-color: transparent;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table tr{
	display: flex;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item{
	border-width: 0px 0px 1px 0px;
	border-color: #ccc;
	border-style: solid;
	position: relative;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item td{
	padding: 35px 10px;
	color: #000;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail{
	width: 20%;
	display: flex;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail a,
.single-page .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail img{
	width: 100%;
	display: flex;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .product-name{
	width: 40%;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .product-name a{
	font-family: var(--font2);
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .product-price{
	position: absolute;
    top: 45%;
    left: 20%;
	width: 40%;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .product-price bdi{
	font-family: var(--font2);
	font-size: 14px;
	line-height: 20px;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .product-quantity{
	width: 16%;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .product-quantity input{
	width: 75px;
    height: 30px;
    color: #000;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .product-subtotal{
	width: 18%;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .product-subtotal bdi{
	font-family: var(--font2);
	font-size: 16px;
	line-height: 22.4px;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .product-remove{
	order: 10;
	width: 7%;
	background-color: transparent;
}
.single-page .woocommerce .woocommerce-cart-form .shop_table .product-remove a{
	color: #888 !important;
}
::placeholder{
	color: #2f2e2e;
}
.single-page .woocommerce .cart-collaterals h2{
	display: none;
}
.single-page .woocommerce .cart-collaterals .shop_table{
	display: flex;
	flex-direction: column;
	border: 0px;
}
.single-page .woocommerce .cart-collaterals tbody{
	border-width: 1px 0px 0px 0px;
	border-color: #ccc;
	border-style: solid;
	margin: 15px 0px;
}
.single-page .woocommerce .cart-collaterals .shop_table:before{
	content: "Resumo do pedido";
	font-family: var(--font2);
	font-size: 20px;
	line-height: 28px;
	color: #2F2E2E;
}
.single-page .woocommerce .cart-collaterals .shop_table .cart-subtotal th,
.single-page .woocommerce .cart-collaterals .shop_table .cart-subtotal td{
	font-family: var(--font2);
	font-size: 16px;
	line-height: 28.8px;
	color: #2F2E2E;
}
.single-page .woocommerce .cart-collaterals .shop_table .cart-subtotal{
	font-family: var(--font2);
	font-size: 16px;
	line-height: 28.8px;
	color: #2F2E2E;
    padding: 35px 0px 20px 0px;
    display: flex;
    justify-content: space-between;
}
.single-page .woocommerce .cart-collaterals .shop_table th,
.single-page .woocommerce .cart-collaterals .shop_table td{
	padding: 0px;
	border: 0px;
	color: #000;
}
.single-page .woocommerce .cart-collaterals .shop_table .order-total th,
.single-page .woocommerce .cart-collaterals .shop_table .order-total td{
	font-family: var(--font2);
	font-size: 20px;
	line-height: 36px;
	color: #2F2E2E;
}
.single-page .woocommerce .cart-collaterals .shop_table .order-total{
	font-family: var(--font2);
	font-size: 20px;
	line-height: 36px;
	color: #2F2E2E;
    padding: 20px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    border-width: 1px 0px 0px 0px;
	border-color: #ccc;
	border-style: solid;
}
.single-page .woocommerce .cart-collaterals .wc-proceed-to-checkout a{
	font-family: var(--font2);
	font-size: 18px;
	line-height: 25.2px;
	background-color: #B49E66;
	padding: 8px;
}
.single-page .woocommerce .woocommerce-cart-form .actions{
	display: flex;
	flex-direction: column;
	width: 60%;
	padding: 0px;
    margin-top: 30px;
}
.single-page .actions .couponHead{
	color: #d69869;
	order: 1;
	font-family: var(--font2);
	font-size: 16px;
	line-height: 22.4px;
	text-align: left;
	cursor: pointer;
}
.single-page .actions .couponHead:before{
	content: "\f02b";
	font-family: FontAwesome;
	margin-right: 5px;
}
.single-page .actions .coupon{
	order: 2;
	display: flex;
	margin-top: 10px;
}
.single-page .actions .coupon input{
	width: 60% !important;
	margin: 0px 0px 0px 0px !important;
	border-right: 0px !important;
	padding: 10.5px !important;
	font-family: var(--font2);
	font-size: 16px;
	line-height: 22.4px;
}
.single-page .actions .coupon button{
	width: 40%;
	border-color: #B49E66;
	border-radius: 0px;
	border-style: solid;
	border-width: 1px;
	color: #B49E66;
	background-color: transparent;
	font-family: var(--font2);
	font-size: 16px;
	line-height: 22.4px;
}
.single-page .actions #cart_order_notes{
	order: 2;
	margin-top: 30px;
}
.single-page .actions #cart_order_notes label{
	color: #d69869;
	font-family: var(--font2);
	font-size: 16px;
	line-height: 22.4px;
	cursor: pointer;
}
.single-page .actions #cart_order_notes label:before{
	content: "\f15c";
	font-family: FontAwesome;
	margin-right: 5px;
}
.single-page .actions #cart_order_notes textarea{
	color: #2f2e2e;
	font-family: var(--font2);
	font-size: 16px;
	line-height: 22.4px;
	height: 92px;
	resize: none;
	border-color: #2f2e2e99;
	padding: 12px;
	margin-top: 10px;
}
.single-page .actions #cart_order_notes textarea::placeholder,
.single-page .actions .coupon input::placeholder{
	color: #2f2e2e99;
}
.single-page .actions #cart_order_notes .customer_notes_on_cart{
	display: flex;
	flex-direction: column;
	text-align: left;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle{
	width: 100%;
}
body .woocommerce-info{
	margin-bottom: 10px;
	border-top-color: #B49E66;
}
body .woocommerce-info:before {
    color: #B49E66;
}
body.woocommerce-checkout .checkout_coupon{
	margin: 0px !important;
    width: 100%;
    display: flex;
    padding: 0px !important;
    border: 0px !important;
    align-items: center;
}
body.woocommerce-checkout .checkout_coupon p{
	width: 52.5%;
	padding: 0px;
}
body.woocommerce-checkout .checkout_coupon p.form-row-first{
	width: 32.5%;
	padding: 0px;
}
body.woocommerce-checkout .checkout_coupon p.form-row-first input{
	width: 100% !important;
	margin: 0px 0px 0px 0px !important;
	border-right: 0px !important;
	padding: 10.5px !important;
	font-family: var(--font2);
	font-size: 16px;
	line-height: 22.4px;
}
body.woocommerce-checkout .checkout_coupon p.form-row-last button{
	width: 100%;
	border-color: #d69869;
	border-radius: 0px;
	border-style: solid;
	border-width: 1px;
	color: #d69869;
	background-color: transparent;
	font-family: var(--font2);
	font-size: 16px;
	line-height: 22.4px;
	padding: 11px 8px;
}
body.woocommerce-checkout .checkout_coupon p.form-row-last{
	width: 15%;
}
body.woocommerce-checkout form.woocommerce-checkout{
	margin-top: 30px;
}
body.woocommerce-checkout form.woocommerce-checkout input{
	border-color: #2f2e2e99;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
}
body.woocommerce-checkout form.woocommerce-checkout textarea{
	border-color: #2f2e2e99;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
	resize: none;
	height: 98px;
	padding: 10px;
}
body.woocommerce-checkout #customer_details{
	display: flex;
	flex-direction: column;
}
body.woocommerce-checkout #customer_details >div{
	width: 100%;
}
body.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper .select2-selection--single{
	height: 45px;
	padding: 6px 0px !important;
	border-radius: 0px;
}
body.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper .select2-selection--single .select2-selection__arrow{
	top: 9px;
}
body.woocommerce-checkout .woocommerce-checkout .woocommerce-additional-fields{
	margin-top: 30px;
}
body.woocommerce-checkout #order_review_heading{
	margin: 30px 0px 15px 0px;
}
body.woocommerce-checkout #place_order{
	background-color: #B49E66;
}
.cart.xoo-wsc-cart-trigger{
	width: 36px;
	height: 30px;
	position: relative;
	cursor: pointer;
	margin-left: 53px;
}
.cart.xoo-wsc-cart-trigger #mini-cart-count{
	position: absolute;
	top: -5px;
	left: 17px;
}
.nav-link span{
	text-transform: uppercase;
}
.xoo-wsc-modal .xoo-wsc-container, 
.xoo-wsc-modal.xoo-wsc-slider {
    max-width: 350px;
    right: -350px;
}
.xoo-wsc-cart-active .xoo-wsc-container{
    right: 0px;
}
.xoo-wsc-modal .xoo-wsc-header{
    color: #fff;
    background-color: #000;
    padding: 36px 30px;
}
.xoo-wsc-modal .xoo-wsc-header .xoo-wsch-basket{
	display: none;
}
.xoo-wsc-modal .xoo-wsc-header .xoo-wsch-text{
	font-family: var(--font2);
	font-size: 23px;
	line-height: 28px;
}
.xoo-wsc-modal .xoo-wsc-header .xoo-wsch-close{
	top: 35px;
	left: 30px;
}
.xoo-wsc-modal .xoo-wsc-header .xoo-wsch-close:before{
	content: ">";
	font-family: var(--header-font);
	font-size: 24px;
	line-height: 24px;
}
.xoo-wsc-modal .xoo-wsc-products{
	padding: 34px;
}
.xoo-wsc-modal .xoo-wsc-product{
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 30px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #ccc;
	border-style: solid;
}
.xoo-wsc-modal .xoo-wsc-product .xoo-wsc-pname a{
	font-family: var(--font2);
	font-size: 16px;
	line-height: 24px;
	color: #605e5e;
}
.xoo-wsc-modal .xoo-wsc-product .xoo-wsc-qty-price,
.xoo-wsc-modal .xoo-wsc-product .xoo-wsc-qty-price span,
.xoo-wsc-modal .xoo-wsc-product .xoo-wsc-qty-price bdi{
	font-family: var(--font2);
	font-size: 18px;
	line-height: 25.2px;
	color: #2F2E2E;
}
.xoo-wsc-modal .xoo-wsc-product .xoo-wsc-img-col{
	width: 30%;
}
.xoo-wsc-modal .xoo-wsc-product .xoo-wsc-sum-col{
	width: 70%;
}
.xoo-wsc-modal .xoo-wsc-product .xoo-wsc-sm-left{
	width: 70%;
	max-width: 160px;
}
.xoo-wsc-modal .xoo-wsc-product .xoo-wsc-sm-right{
	width: 30%;
	display: none;
}
.xoo-wsc-modal .xoo-wsc-product:hover .xoo-wsc-sm-right{
	display: block;
}
.xoo-wsc-modal .xoo-wsc-footer{
	padding: 0px;
}
.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue,
.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout{
	display: none;
}
.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-cart{
	background-color: #B49E66;
	color: #fff;
	border-radius: 0px;
	font-family: var(--font2);
	font-size: 18px;
	line-height: 25.2px;
}
.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-cart:hover{
	background-color: #000;
}
.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-totals,
.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-totals span,
.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-totals bdi{
	font-family: var(--font2);
	font-size: 26px;
	line-height: 39px;
	color: #2F2E2E;
	text-align: start;
}
.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-totals{
	padding: 34px;
	border-width: 0px 0px 1px 0px;
	border-color: #ccc;
	border-style: solid;
}
.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-buttons-cont{
	padding: 34px;
}
.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-totals .xoo-wsc-ft-amt-label:after{
	content: "";
}
.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-totals .xoo-wsc-ft-amt{
	display: flex;
	flex-direction: column;
}

/* Recrument */
.recruBrand:after{
	filter: invert(1);
}
.recruBrand:before{
	filter: invert(1);
}
.recruMainBrand:before{
	position: absolute;
	top: -8px;
	left: -55px;
	transform: rotate(90deg);
	width: 45px;
	height: 45px;
}
.recruMainBrand:after{
	position: absolute;
	top: -23px;
	right: -55px;
	transform: rotate(-90deg);
	width: 45px;
	height: 45px;
}

/*Error*/
.error404{
	  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.error404 .error .container{
		padding: 0px 15px;
}
.error404 h1{
	  text-align: center;
    padding: 60px 0px;
    font-family: var(--font3);
    font-size: 50px;
    line-height: 60px;
    color: var(--color3);
    max-width: 460px;
    margin: auto;
}


/*Archive*/
.archive .container-fluid{
		padding: 0px;
		margin-top: -60px;
}

/*Search Page*/
.search-results .container-fluid{
		padding: 0px;
		margin-top: -60px;
}
.nosearch-result p{
		margin: 15px 0px 10px 0px;
}
.nosearch-result form >div{
		display: flex;
		max-width: 500px;
}
.nosearch-result form input{
		border-radius: 5px;
}
.nosearch-result form #s{
		width: 70%;
		border-color: var(--color8);
		margin-right: 15px;
}
.nosearch-result form #searchsubmit{
		width: 30%;
		margin-top: 0px !important;
		border: 0px;
		font-family: var(--font1);
}
.nosearch-result form #searchsubmit:hover{
		background-color: var(--color3);
		color: var(--color9);
}

/*Menu*/
.menu{
	max-width: 1196px;
	margin: auto;
}
.menu h2{
	font-family: var(--font2);
	font-size: 25px;
	line-height: 37.5px;
	color: #b49e66;
	letter-spacing: 2px;
	padding-bottom: 15px;
	border-bottom: 2px solid #aaa;
	margin-bottom: 20px;
}
.menu .top{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	background-image: linear-gradient(to right, black 30%, rgba(255, 255, 255, 0) 0%);
    background-size: 5px 1px;
    background-repeat-y: no-repeat;
    background-position: 0 calc( 100% - 6px );
}
.menu .eachCatMenu{
	display: flex;
	flex-wrap: wrap;
	column-gap: 5%;
}
.menu .eachItem{
	width: 30%;
	margin-bottom: 50px;
}
.menu .eachItem h3{
	font-family: var(--font1);
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	max-width: 357px;
	-webkit-text-stroke-width: 15px;
  	-webkit-text-stroke-color: #fff;
  	position: relative;
}
.menu .eachItem h3 .above{
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	-webkit-text-stroke-width: 0px;
}
.menu .eachItem span{
	font-family: var(--font1);
	font-size: 20px;
	line-height: 24px;
	color: #b49e66;
	display: flex;
	align-items: flex-end;
	padding-left: 3px;
	background-color: #fff;
}
.menu .eachItem p{
	font-family: var(--font1);
	font-size: 15px;
	line-height: 22.5px;
	color: #000;
}


/*Footer*/
footer{
    background-color: #a21b20;
    font-family: var(--font3);
	padding: 30px 15px 40px;
}

footer .container{
	max-width: 1000px !important;
}

.footer-top .container{
	border: 1px solid #f1d5a3;
    border-radius: 10px;
    padding: 20px;
}

.container.p0{
	padding: 0;
}

footer .row{
align-items: center;
}

footer .navbar-brand{
    margin: 0px;
}

footer .navbar-brand img{
    max-width: 160px;
}

footer .navbar-brand a{
justify-content: flex-start;
}

.footer-bottom{
	padding-top: 40px;
}

.social-text h3{
	padding-bottom: 20px;
    font-style: normal;
    font-weight: 400;
}

.social-icons{
	display: flex;
	gap: 7px 7px;
}

.col-sm-3{
	width: 40%;
}
.col-sm-3.col-12.footer-map{
	width: 60%;
}

.social-media-icon{
  display: flex;
  row-gap: 15px;
  margin-top: 20px;
  justify-content: space-around;
}
.social-media-icon a{
    display: flex;
}
.social-media-icon i{
    font-size: 25px;
}
.footer-contact-col i{
    margin-right: 10px;
}
.social-media a{
width: 35px;
height: 35px;
background-color: #fff;
border-radius: 50%;
align-items: center;
justify-content: center;
display: flex;
}
.social-media img{
width: 22px;
height: 22px;
}

.footer-social-col{

flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 0px;
}

.footer-social-col .address img{
margin-top: 3px;
}

.open-user-map {
width: 90%;
margin: 0 auto;
margin-left: 0;
}

.open-user-map .box-wrap .map-wrap {
aspect-ratio: 2.2 !important;
}

footer {
margin-top: -1px;
}
.col-sm-5.col-12.footer-map {
padding-left: 30px;
}

.social-media-resp-block{
display: none !important ;
}


@media (max-width: 1100px){
.footer-bottom .container .footer_copy{
display: grid;
justify-content: center;
}

.footer_copy p{
display: block;
}

.footer_copy p a{
display: block;
}
}



@media (max-width: 767px) {
footer .row {
    flex-direction: row;
    row-gap: 10px !important;
}


footer .row .col-12 {
    width: 100%;
}

.footer-social-col{
    width: 100% !important;
    margin: 10px 0px !important;
}


.social-media{
    margin: 0 auto !important;
    float: none !important;
    max-width: none !important;
}

.open-user-map {
    width: 100%;
}

.footer-bottom .container .footer_copy {
    display: grid;
    justify-content: flex-start;
}

.footer_copy p a {
     display: table-cell;
}	

.col-sm-3.col-12.footer-map {
    width: 100%;
}

.open-user-map .box-wrap .map-wrap {
    aspect-ratio: 2 !important;
	height: auto !important;
}

}