/* 
Theme Name: Homes About
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Kuba A.
Author URI: https://a2com-be/
Template: hello-elementor
Version: 2.0.0.1
Text Domain: homes-about
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.elementor-10 .elementor-element.elementor-element-1548a022,
.sticky-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    transition: none;
}

.elementor-10 .elementor-element.elementor-element-1548a022.sticky,
.sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-130px);
    
    
}
.elementor-10 .elementor-element.elementor-element-1548a022.sticky.visible,
.sticky-header.sticky.visible {
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transform: translateY(0);
    
}
body.home .elementor-10 .elementor-element.elementor-element-1548a022:not(.sticky) {
    background: transparent;
}
.showPhoneTopOne,
.showPhoneTopTwo,
.showPhoneTop {
	position: absolute;
	background: #fff;
	padding: 15px 20px;
	border-radius: 20px;
	right: 0;
	top: 20px;
}
.showPhoneTopOne:before,
.showPhoneTopTwo:before,
.showPhoneTop:before {
	content: '';
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	display: block;
	position: absolute;
	right: 25px;
	top: -10px;
}
.color-red {
    color: #4E1A29;
}
.product-features-list {
   display: flex;
   gap: 12px;
   justify-content: space-around;
}
.product-features-list .feature-item {
    display: flex;
}
.product-features-list .feature-item .feature-label {
    margin-left: 4px;
}
@media (max-width: 1024px) {
    .mob-white-text {
        color: #333;
    }
}
.image-hover-effect-shine {
    position: relative;
    overflow: hidden;
}
.image-hover-effect-shine > div:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: all 0.3s ease;
}
.image-hover-effect-shine:hover > div:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.cf7-contact-request input[type="text"],
.cf7-contact-request input[type="email"],
.cf7-contact-request input[type="tel"],
.cf7-contact-request select,
.cf7-contact-request textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 15px;
  background: #fff;
  box-sizing: border-box;
  transition: border 0.2s;
}

.cf7-contact-request select:invalid {
  color: #999;
}

.cf7-contact-request input:focus,
.cf7-contact-request textarea:focus,
.cf7-contact-request select:focus {
  border-color: #A40005;
  outline: none;
}

.cf7-submit-wrapper {
  text-align: right;
}

.cf7-submit {
  background: none;
  border: 1px solid #A40005;
  color: #A40005;
  padding: 10px 24px;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.cf7-submit:hover {
  background: #A40005;
  color: #fff;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.product-features-list.loop-features {
  flex-wrap: wrap;
  gap: 5px;
}
.product-features-list.loop-features  .feature-item {
  flex: 1 1 calc(50% - 10px);
  margin-bottom: 10px;
}

/* woo */
.custom-product-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 32px 0 rgba(0,0,0,0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0 0 30px 0;
  padding: 0;
  transition: box-shadow 0.15s;
}

.custom-product-card:hover {
  box-shadow: 0 10px 42px 0 rgba(0,0,0,0.14);
}

.product-card-image-link {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

.product-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-card-content {
  padding: 24px 18px 12px 18px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.product-card-title-link {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 700;
}

.woocommerce-loop-product__title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 18px 0;
  font-weight: 700;
  color: #22223b;
  min-height: 42px;
  letter-spacing: -0.01em;
}

.product-card-content .product-features-icons-shortcode {
  margin-bottom: 18px;
}

.product-card-price {
  margin-top: auto;
  font-size: 1.15rem;
  font-weight: 600;
  color: #b20045;
  display: block;
  letter-spacing: 0.01em;
  margin-bottom: 2px;
}
.wishlist_products_counter_number {
    left: -15px;
    position: relative;
    color: #fff;
}
.tinvwl_add_to_wishlist_button.tinvwl-position-shortcode {
    color: #fff;
    background: #4E1A29;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: all .2s ease-in-out;
}
.tinvwl_add_to_wishlist_button.tinvwl-position-shortcode:hover {
    transform: scale(1.22);
}
.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px; 
}
.row .col-md-4 {
  flex: 0 0 31%;
  max-width: 31%;
  box-sizing: border-box;
}
.row .col-md-6 {
  flex: 0 0 48%;
  max-width: 48%;
  box-sizing: border-box;
}

.row .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.valuation-form label {
    display: flex; 
    align-items: center;
    gap: 10px;
}
.col-md-6 > div > p {
    display: flex;
}
.col-md-6 > div > p label {
    flex: 0 0 29%;
  max-width: 29%;
  box-sizing: border-box;
}
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    border-radius: 12px
}
.wpcf7 input[type="submit"] {
    color: #fff;
    background: #4E1A29;
    border: none;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: all .2s ease-in-out;
}
.wpcf7 input[type="submit"]:hover {
    transform: scale(1.22);
}
@media (max-width: 768px) {
    .row .col-md-4 ,
    .row .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;}
}
a {
    color: #4E1A29;
}
@media(max-width: 768px) {
    #toggleFiltersBtn{
        display: none;
    }
    body #listfilters, .woocommerce .woof_products_top_panel {
        display: block;
    }
    body .wc-block-product-filters__overlay {
        background: transparent!important;
       
    }
}