/*
 Theme Name:   AMR Child Theme
 Theme URI:    http://www.amrsoftec.com
 Description:  Hello Elementor Child Theme - A plain-vanilla & lightweight theme for Elementor page builder
 Author:       AMR Softec
 Author URI:   http://www.amrsoftec.com
 Template:     hello-elementor
 Version:      1.0.0
 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, featured-images, rtl-language-support, threaded-comments, translation-ready
 Text Domain:  hello-elementor-child
*/

/* ADD YOUR CUSTOM CSS BELOW */

html {
    scroll-behavior: smooth;
}
.position-relative {
    position: relative;
}
.bg-blur:before {
    content: "";
    backdrop-filter: blur(5px);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.bg-blur .elementor-widget-container {
    position: relative;
    z-index: 1;
}
.elementor-nav-menu--main .elementor-nav-menu a:hover {
    text-shadow: 21px 21px 6px rgba(0, 0, 0, 0.25);
    transform: translateY(-12px) rotate(-10deg);
}
.wpfFilterWrapper[data-filter-type] {
    border-top: solid 1px #c0bcb2;
    padding-top: 30px;
    margin-bottom: 30px;
}
.wpfFilterWrapper .wpfFilterTitle {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.wpfFilterWrapper .wpfFilterVerScroll li .wpfLiLabel {
    position: relative;
    display: flex;
    padding: 5px 0;
    font-size: 14px;
    align-items: center;
}
.wpfFilterWrapper .wpfFilterVerScroll li .wpfLiLabel .wpfCheckbox input[type="checkbox"], .wpfFilterWrapper .wpfFilterVerScroll li .wpfLiLabel .wpfCheckbox input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
    border: 0;
    position: absolute;
}
.wpfFilterWrapper .wpfFilterVerScroll li .wpfLiLabel .wpfDisplay {
    padding-left: 5px;
    cursor: pointer;
    font-weight: 500;
}
.wpfFilterWrapper .wpfFilterVerScroll li .wpfLiLabel .wpfCheckbox label {
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 2px;
    position: relative;
}
.wpfFilterWrapper .wpfFilterVerScroll li .wpfLiLabel .wpfCheckbox input:checked+label {
    background: url(assets/images/check.svg) 50% no-repeat #2c4b25;
}
.lets-talk-effect-col {
    margin-bottom: 2rem;
}
h1.lets-talk-heading {
    color: #f0eadf;
    font-size: 6rem;
    font-style: italic;
    font-weight: 100;
    line-height: 1.1;
    width: auto;
}
.lets-talk-link {
    max-width: 100%;
    display: inline-block;
}
.lets-talk-container {
    position: relative;
}
.lets-talk-effect-lg {
    color: #79411d;
    white-space: nowrap;
    text-align: center;
    font-size: 10rem;
    font-weight: 600;
    line-height: 1.1;
    z-index: 1;
    -webkit-text-fill-color: transparent;
    background-image: url(assets/images/lats-talk-mask.svg);
    background-position: 50% 220%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    transition: all 0.8s;
    position: absolute;
}
.lets-talk-effect-lg:hover {
    background-position: 0 0;
}
.lets-talk-effect-md {
    text-align: center;
    font-size: 10rem;
    font-weight: 600;
    line-height: 1.1;
    color: #79411d;
    white-space: nowrap;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    position: relative;
}
@media (max-width: 767px) {
    h1.lets-talk-heading {
        font-size: 20px;
    }
    .lets-talk-effect-lg, .lets-talk-effect-md {
        font-size: 60px;
    }
}
.products-column {
    transition: all 0.5s ease;
}
.products-column .product-photo-col {
    padding: 50px 0;
    transition: all 0.8s ease;
}
.products-column:hover .product-photo-col {
    padding-top: 15px;
    padding-bottom: 0;
}
.products-column .product-name {
    transition: all 0.5s ease;
}
.products-column:hover .product-name {
    margin-top: 0;
}
.products-column .product-price {
    transition: all 0.5s ease;
}
.products-column .product-btn {
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.products-column:hover .product-btn {
    opacity: 1;
    bottom: 30px;
}
@media (max-width: 1100px) {
    .products-column .product-photo-col {
        padding: 10px 0;
    }
    .products-column .product-btn {
        position: static;
        opacity: 1;
        transform: none;
    }
}
.product-block-list {
    min-height: 100vh;
    position: relative;
}
.product-block-list .elementor-loop-container {
    white-space: nowrap;
}
.product-block-list .elementor-loop-container .e-loop-item {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    display: inline-block;
    white-space: normal;
    padding-right: 20px;
}
.home-products-list-section {
    min-height: 100vh;
    position: relative;
    padding: 100px 0 100px 0;
}
.home-products-list {
    white-space: nowrap;
}
.home-products-list-item {
    width: 100%;
    display: inline-block;
    white-space: normal;
    padding: 0 20px;
}
.home-products-list-item .home-products-list-container {
    max-width: 1300px;
    margin: auto;
}
.home-products-list-inner {
    display: flex;
    min-height: 600px;
}
.home-product-image {
    flex: 0 0 45%;
    width: 100%;
    background: url(assets/images/home-p-1.png) center no-repeat #deaf91;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 65px;
    border: solid 10px #fff;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.home-product-image img {}
.home-products-list-item:nth-child(2) .home-product-image {
    background: url(assets/images/home-p-2.png) center no-repeat #f8ead7;
    background-size: cover;
}
.home-products-list-item:nth-child(3) .home-product-image {
    background: url(assets/images/home-p-3.png) center no-repeat #f0eadf;
    background-size: cover;
}
.home-products-list-item:nth-child(4) .home-product-image {
    background: url(assets/images/home-p-1.png) center no-repeat #deaf91;
    background-size: cover;
}
.home-products-list-item:nth-child(5) .home-product-image {
    background: url(assets/images/home-p-2.png) center no-repeat #f8ead7;
    background-size: cover;
}
.home-products-list-item:nth-child(6) .home-product-image {
    background: url(assets/images/home-p-3.png) center no-repeat #f0eadf;
    background-size: cover;
}
.home-products-list-item:nth-child(7) .home-product-image {
    background: url(assets/images/home-p-1.png) center no-repeat #deaf91;
    background-size: cover;
}
.home-products-list-item:nth-child(8) .home-product-image {
    background: url(assets/images/home-p-2.png) center no-repeat #f8ead7;
    background-size: cover;
}
.home-products-list-item:nth-child(9) .home-product-image {
    background: url(assets/images/home-p-3.png) center no-repeat #f0eadf;
    background-size: cover;
}
.home-product-details {
    padding: 0 0 0 65px;
}
.home-product-details .home-product-title {
    font-size: 120px;
    font-weight: 900;
    /* margin-left: -150px; */
    color: #2c4b25;
    text-shadow: 5px 5px 0px #fff;
}
@media (max-width: 1440px) {
    .home-product-details .home-product-title {
        font-size: 90px;
    }
}
@media (max-width: 1200px) {
    .home-product-details .home-product-title {
        font-size: 60px;
    }
    .home-products-list-inner {
        min-height: 400px;
    }
}
@media (max-width: 990px) {
    .home-product-image {
        padding: 30px;
    }
    .home-product-details .home-product-title {
        font-size: 40px;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .home-products-list {
        white-space: normal;
    }
    .home-product-image {
        border: solid 5px #fff;
        border-radius: 15px;
        max-width: 300px;
        margin: auto;
        margin-bottom: 25px;
    }
    .home-products-list-section {
        padding: 50px 0 50px 0;
    }
    .home-products-list-inner {
        display: block;
    }
    .home-product-details {
        padding: 0;
    }
    .home-product-details .home-product-title {
        font-size: 24px;
        text-shadow: none;
        text-align: center;
    }
    .home-product-details .home-product-content, .home-product-details .home-product-price {
        text-align: center;
    }
    .home-product-details .home-product-link {
        padding-top: 9px;
        text-align: center;
    }
    .home-products-list-item {
        padding: 0;
    }
    .home-products-list-item+.home-products-list-item {
        margin-top: 50px;
    }
}
.home-product-details .home-product-content {
    font-size: 30px;
    font-weight: 700;
}
.home-product-details .home-product-price {
    font-size: 24px;
    font-weight: 700;
}
.home-product-details .home-product-link {
    padding-top: 50px;
}
.home-product-details .home-product-link a {
    font-family: "Huelic", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #f3971e;
    background-color: #ffffff00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #f3971e;
    border-radius: 100px 100px 100px 100px;
    padding: 15px 45px 15px 45px;
    display: inline-block;
}
.home-product-details .home-product-link a:hover {
    background-color: #f3971e;
    color: #000;
}
.banner-position-relative .e-con-inner {
    position: relative;
}
#water-effect {
    height: 100vh;
    width: 100%;
    background: url(assets/images/washing-bg.jpg) center no-repeat;
    background-size: cover;
}
.cutting-section {
    width: 100%;
    height: 100vh;
    position: relative;
}
.cutting-section .cutting-section-over {
    position: absolute;
    left: 0;
    height: 100%;
    background-image: url(https://urtest.site/ebraininnovations.com/wp-content/uploads/2023/06/product-image.jpg);
}
@media (max-width: 767px) {
    .product-filter-col .filter-btn-close {
        position: absolute;
        top: 3px;
        right: 10px;
    }
    .product-filter-col .wpfBlockAnimated.wpfHide {
        max-height: 1000px;
    }
    .product-filter-col {
        position: fixed;
        top: 0;
        bottom: 0;
        background: #e9e3d8;
        border-right: solid 2px #fff;
        width: 360px;
        left: -500px;
        opacity: 0;
        visibility: hidden;
        z-index: 1111;
        overflow: scroll;
        display: block;
    }
    .open-product-filter .product-filter-col {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
}
.payment-icons {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.payment-icons li {
    margin: 0 8px 4px 0;
    list-style: none;
}
.category-page-product-image-slider, .slick-list {
    max-width: 220px;
    width: 100%;
}
.home-page-products .category-page-product-image-slider, .home-page-products .slick-list {
    max-width: 300px;
    width: 100%;
}
.category-page-product-image-slider .slick-track {
    align-items: center;
    display: flex;
}
.slick-next:before, .slick-prev:before {
    color: #f3971e;
}
.woocommerce div.product .btn-column form.cart .variations td {
    padding: 0;
    background: none;
}
.woocommerce div.product .btn-column form.cart .variations th.label {
    display: none;
}
.woocommerce form.woocommerce-form-login {
    max-width: 500px;
    margin: auto;
}
.woocommerce ul#shipping_method {
    max-height: 85px;
    overflow: auto;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}
.woocommerce ul#shipping_method .amount {
    font-weight: 700;
    color: #f3971d;
}