.d-flex{
	display: flex;
	flex-wrap: wrap;
	float: none;
} 

.bottom-box{
	clear: both;
	background: #822A44;
	padding: 57px 0;
}

.woocommerce-page div.product div.summary .product-data h2{
	color: #575757;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: lowercase;
	margin-bottom: 5px !important;
	margin-top: 20px !important;
}

.woocommerce-page div.product div.summary .product-data p{
	color: #575757;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 112.5% */
	text-transform: lowercase;
	margin: 0;
}

.woocommerce div.product div.images img{
	box-shadow: 0 0 10px 0 #0000001A;
	margin: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.woocommerce div.product form.cart div.quantity{
	float: none;
	margin: 0;
	display: inline-block;
}

.woocommerce div.product form.cart{
	display: flex;
	width: 400px;
  gap: 10px;
  justify-content: flex-start;
	margin-bottom: 30px !important;
}

.woocommerce div.product form.cart div.quantity label{
	display: none!important;
}

.woocommerce .quantity .qty{
	height: auto!important;
	border: none;
	background: none;
	padding-left: 10px!important;
  padding-right: 10px!important;
	width: 60px;
	color: #575757;
	text-align: center;
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.woocommerce div.product form.cart .qty-box{
	border-radius: 5px;
	padding: 0 12px;
	background: #F2F3F4;
	white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce div.product form.cart .qty-box .minus, .woocommerce div.product form.cart .qty-box .plus{
	background: transparent;
	padding: 0;
  width: 20px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce div.product form.cart .qty-box .minus:hover, .woocommerce div.product form.cart .qty-box .plus:hover{
	cursor: pointer!important;
}

.woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after{
	display: none;
}

section.related.products{
	padding-top: 60px;
}

#woo-products-wrapper{
	background: url('http://localhost/setservices/wp-content/uploads/2025/01/products-bg.png') right top no-repeat;
	background-size: 355px;
}

body{
	font-family: "Raleway", Sans-serif!important;
}

a:hover{
	color: #E37041;
}

form.wpcf7-form label{
	color: #575757;
	font-family: Raleway;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 100% */
	margin-bottom: 10px;
}

span.wpcf7-not-valid-tip{
	display: block;
	color: #dc3232;
  font-size: 14px;
  font-weight: normal;
}

.wpcf7-list-item label{
	display: flex!important;
  align-items: flex-start!important;
  justify-content: space-between!important;
  gap: 10px;
	font-size: 16px!important;
	font-style: normal;
	font-weight: 500!important;
	line-height: 21px!important;
}

.wpcf7-list-item label a{
	text-decoration: underline;
}

textarea,
input[type="email"], input[type="password"], input[type="search"], input[type="text"], input[type="url"],
input[type="file"]{
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #9B9C9B;
}

.align-items-center{
	align-items: center;
} 
.justify-content-end{
	justify-content: flex-end;
}
.justify-content-between{
	justify-content: space-between;
}
.icon-contact a{
	position: relative;
	padding: 12px 18px 12px 24px!important;
}
.icon-contact a:after{
	content: '';
	position: absolute;
	background: url('http://localhost/setservices/wp-content/uploads/2024/11/Mail.svg') center center no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce ul.products li.product a img{
	border-radius: 10px;
	box-shadow: 0 0 10px 0 #0000001A;
}

.woocommerce-tabs{
	display: none;
}

.woocommerce .summary .product_meta > span.sku_wrapper, .woocommerce .summary .product_meta > span.posted_in, .woocommerce .summary .product_meta > span.posted_in a{
	font-family: "Raleway", Sans-serif;
	color: #7C878E!important;
	font-weight: 500;
	font-size: 16px!important;
	line-height: 24px;
	padding: 0;
	text-transform: lowercase;
}

.woocommerce .summary .product_meta{
	margin-top: 15px!important;
	margin-bottom: 30px!important;
}

.woocommerce-product-details__short-description{
	margin-bottom: 30px;
}

.woocommerce div.product form.cart .button{
	padding: 15px 70px;
	height: 40px;
	width: auto;
	border-radius: 5px;
	text-transform: lowercase;
}

.woocommerce .quantity .qty{
	height: 40px;
}

.woocommerce-product-details__short-description p{
	font-family: "Raleway", Sans-serif;
	color: #1B0005!important;
	font-weight: 400;
	font-size: 16px!important;
	line-height: 18px;
}

.woocommerce-product-details__short-description p.short-description-title{
	font-weight: 500;
}

section.related.products{
	clear: both;
}

section.related.products h2{
	margin-top: 20px;
	color: #575757;
	text-align: center;
	font-family: Raleway;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.48px;
	text-transform: lowercase;
}

section.related.products ul.products{
	padding-top: 20px!important;
}

.woocommerce div.product div.images.woocommerce-product-gallery{
	margin-bottom: 0;
}

.woocommerce span.onsale{
	top: 0;
  left: 0;
}

.woocommerce div.product .product_title{
	color: #575757;
	font-family: Raleway;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.woocommerce-page div.product div.summary{
	padding-top: 10%;
}

.single-product p.saved-sale{
	text-align: center;
}

.my-prizes .eael-grid-post-excerpt{
	display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}

.my-prizes .eael-grid-post .eael-entry-wrapper{
	min-height: 210px!important;
	position: relative;
}

.my-prizes .eael-grid-post-excerpt .eael-post-elements-readmore-btn{
	position: absolute;
	bottom: 0px;
}

.my-prizes .eael-grid-post-excerpt p{
	align-self: flex-start;
	font-size: 16px!important;
	line-height: 21px;
	color: rgba(25, 20, 21, 1);
	font-family: "Raleway", Sans-serif;
	font-weight: 500;
	font-style: italic!important;
}

.my-prizes .eael-grid-post-excerpt p b{
	font-style: normal!important;
	font-weight: 700;
	display: block;
}

.my-prizes .eael-entry-wrapper{
	display: flex;
  flex-direction: column;
}

.my-prizes .eael-entry-wrapper .eael-entry-content{
	order: 2;
}

.my-prizes .eael-entry-wrapper .eael-entry-header-after{
	order: 1;
}

.icon-arrow-right{
	background: url('http://localhost/setservices/wp-content/uploads/2024/11/arrow-right.svg') center center no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	display: block;
}

.icon-cart a{
	position: relative;
	padding: 13px 25px 13px 40px !important;
	background: rgba(227, 112, 65, 1);
	border-radius: 5px;
	border: 1px solid rgba(227, 112, 65, 1);
	color: white!important;
}
.icon-cart a:after{
	content: ''!important;
	position: absolute!important;
	background: url('http://localhost/setservices/wp-content/uploads/2024/11/Bag.svg') center center no-repeat!important;
	background-size: contain!important;
	width: 19px!important;
	height: 19px!important;
	left: 15px!important;
	top: 50%!important;
	transform: translateY(-50%)!important;
	opacity: 1!important;
}

#woo-sidebar-wrapper{
	position: fixed !important;
  right: -100vw;
  z-index: 999999;
  background: #fff;
  height: 100vh;
  overflow-y: auto !important;
  top: 0;
  padding: 60px 40px;
	box-shadow: 0 0 10px 0 #0000001A;
}

.icon-close{
	background: url('http://localhost/setservices/wp-content/uploads/2024/11/close-dark.svg') center center no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: .5;
	transition: .2s all linear;
}

.icon-close:hover{
	opacity: 1;
	cursor: pointer;
}

#woo-products-wrapper h1.page-title{
	display: block!important;
	text-align: center;
	font-size: 32px;
	line-height: 38px;
	color: rgba(25, 20, 21, 1);
	font-family: "Raleway", Sans-serif;
	text-transform: uppercase;
}

.category-filters-container{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.woocommerce .woocommerce-breadcrumb{
	width: 20%;
	margin: 0;
  padding: 0;
  float: none;
	font-size: 14px;
	line-height: 16px;
	color: #7C878E;
	font-family: "Raleway", Sans-serif;
	font-weight: 700;
}

.woocommerce .woocommerce-breadcrumb a{
	font-weight: 400;
}

.category-filters{
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 60px;
}

.category-ordering{
	width: 20%;
	position: relative;
}

.woocommerce #woo-products-wrapper{
	padding-right: 15px;
}

.category-slider{
	width: 100%;
}

.category-slider a{
	border-radius: 5px;
	border: 1px solid #1B0005;
	padding: 13px 24px 10px;
	font-family: "Nunito", Sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
/* 	width: auto!important; */
	margin: 0 5px;
	text-align: center;
}

.woocommerce .catalog-ordering-container{
	opacity: 0;
	margin: 0!important;
	position: absolute;
  display: none;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
	border-radius: 20px;
	top: 50%;
	transform: translatey(-50%);
	width: auto;
	right: 5px;
	z-index: 99999;
	padding: 10px 10px 10px 40px;
	justify-content: space-between;
}

.woocommerce .catalog-ordering-container .woocommerce-ordering{
	float: none;
	margin: 0!important;
}

.woocommerce .catalog-ordering-container .icon-close{
	left: 10px;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce ul.products{
	padding-top: 60px!important;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
	row-gap: 20px;
	column-gap: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-family: "Raleway", Sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #1B0005;
	text-transform: uppercase;
}

.woocommerce-product-gallery__image a{
	width: 100%;
}

.woocommerce ul.products a.woocommerce-LoopProduct-link{
	position: relative;
}


.woocommerce ul.products a.button{
	display: none!important;
}

.woocommerce ul.products .categories a.woocommerce-LoopProduct-link{
	display: none;
}

.woocommerce ul.products .categories a{
	color: #7C878E;
	text-align: center;
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	text-transform: lowercase;
}

.woocommerce ul.products  .woocommerce-loop-product__title{
	color: #575757!important;
	text-align: center!important;
	font-family: Raleway!important;
	font-size: 16px!important;
	font-style: normal!important;
	font-weight: 600!important;
	line-height: normal!important;
	text-transform: uppercase!important;
	margin-bottom: 0!important;
}

.woocommerce-pagination{
	margin-top: 40px;
}

.woocommerce-Price-amount{
  background: #822A44;
  border-radius: 5px;
  padding: 2px 5px;
  color: white;
	font-family: "Raleway", Sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.woocommerce ul.products a.woocommerce-LoopProduct-link .woocommerce-Price-amount{
	position: absolute;
  top: 10px;
  left: 10px;
  background: #822A44;
  border-radius: 5px;
  padding: 2px 5px;
  color: white;
	font-family: "Raleway", Sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.woocommerce ul.products li.product a img{
	min-height: 356px;
	height: 100%;
	object-fit: cover;
	padding: 0;
}

.woocommerce ul.products::before{
	content: none;
	clear: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin: 0!important;
	width: 23%;
}

.slick-track{
	display: flex;
	align-items: center;
  justify-content: center;
}

input[type="file"]{
	height: 50px;
  padding: 10px;
  width: 100%;
  font-weight: 400;
}

strong{
	font-weight: 700!important;
}

form.wpcf7-form input[type="submit"]{
	  margin-top: 25px;
	padding: 12px 25px;
	border-radius: 5px;
	border: 1px solid var(--Orange, #E37041);
	background: var(--Orange, #E37041);
	color: #FFF;
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.category-ordering-buttons{
	text-align: right;
}

.btn-toggle-filter{
	background: url('http://localhost/setservices/wp-content/uploads/2024/11/filter.svg') left center no-repeat;
	background-size: 20px 20px;
	font-family: "Raleway", Sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #141414;
	padding: 5px 5px 5px 30px;
	margin-right: 20px;
}

.btn-toggle-ordering{
	background: url('http://localhost/setservices/wp-content/uploads/2024/11/sort.svg') left center no-repeat;
	background-size: 20px 20px;
	font-family: "Raleway", Sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #141414;
	padding: 5px 5px 5px 30px;
}

.btn-toggle-ordering:hover, .btn-toggle-filter:hover{
	color: #E37041;
}

.projects-carousel .elementor-carousel-image{
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.20);
}

.projects-carousel .swiper-slide{
	padding: 0 15px 15px 5px;
}

.footer-menu-policy .menu-item a{
	border-right: 1px solid #7C878E;
}

.footer-menu-policy .menu-item:last-child a{
	border-right: none;
}

.footer-header .elementor-heading-title{
	position: relative;
}

.footer-header .elementor-heading-title:after{
	content:"";
	position: absolute;
	background: #E37041;
	width: 22px;
	height: 1px;
	left: 0;
	top: 20px;
}

.icon-form-mail a, .icon-location a, .icon-news a{
	position: relative;
	padding: 0 0 0 25px !important;
}
.icon-form-mail a:after{
	content: ''!important;
	position: absolute!important;
	background: url('http://localhost/setservices/wp-content/uploads/2024/12/Mail.svg') center center no-repeat!important;
	background-size: contain!important;
	width: 20px!important;
	height: 20px!important;
	left: 0px!important;
	top: 50%!important;
	transform: translateY(-50%)!important;
	opacity: 1!important;
}
.icon-location a:after{
	content: ''!important;
	position: absolute!important;
	background: url('http://localhost/setservices/wp-content/uploads/2024/12/Location.svg') center center no-repeat!important;
	background-size: contain!important;
	width: 20px!important;
	height: 20px!important;
	left: 0px!important;
	top: 50%!important;
	transform: translateY(-50%)!important;
	opacity: 1!important;
}
.icon-news a:after{
	content: ''!important;
	position: absolute!important;
	background: url('http://localhost/setservices/wp-content/uploads/2024/12/News.svg') center center no-repeat!important;
	background-size: contain!important;
	width: 20px!important;
	height: 20px!important;
	left: 0px!important;
	top: 50%!important;
	transform: translateY(-50%)!important;
	opacity: 1!important;
}

/*proceso de alquiler*/
.twae-vertical.twae-wrapper .twae-start, .twae-vertical.twae-wrapper .twae-end{
    display: none;
}
.twae-vertical.twae-wrapper .twae-timeline{
    padding: 0;
}
.twae-vertical.twae-wrapper .twae-timeline::before {
    width: 2px;
}
.twae-wrapper .twae-icondot{
    border: none;
    top: 0!important;
}
.twae-vertical.twae-wrapper .twae-labels{
    top: -12px;
}
.twae-vertical.twae-wrapper .twae-arrow{
    display: none;
}
.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-content, .twae-wrapper .twae-content{
    background: transparent;
    border-width: 0;
    box-shadow: none
}

.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-content:hover, .twae-wrapper .twae-content:hover{
    box-shadow: none!important;
}
.twae-wrapper .twae-title{
    padding: 0 0 20px 0;
}
.twae-wrapper .twae-content{
    padding: 0;
    overflow: visible;
}
.twae-vertical.twae-wrapper .twae-story:last-child:before{
    position: absolute;
    content: '';
    width: 2px;
    background: white;
    height: calc(100% + 60px);
    left: -50px;
}
.twae-wrapper .twae-media{
    width: 160px;
    height: 160px;
}
.twae-vertical.twae-wrapper .twae-story.twae-story-right .twae-media{
    position: absolute;
    left: -280px
}
.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-media{
    position: absolute;
    right: -280px
}
.twae-wrapper .twae-media img{
    width: 160px;
    height: 160px;
    margin: 0!important;
}