/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
*/
body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400; 
}
p:not(:last-child) {margin-bottom: 15px;}
h1, h2, h3, h4, h5, h6, button {
    font-family: "Quicksand", sans-serif;
}
.product-search {
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0;
    font-weight: 400;
    font-style: italic;
    color: #474747;
}

/* Top Menus */
.top_list li {
    position: relative;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0;
    padding: 14px 0;
    color: #7E7E7E;
    display: inline-block;
}
.top_list li:not(:last-child) {padding-right: 19px;}
.top_list li:not(:last-child):before {position: absolute; content:""; height: 10px; width: 1px; background-color: #DEDFE2; right: 9px; top: 0; bottom: 0; margin: auto;}
.header_info {
    font-size: 14px;
    line-height: 10px;
    letter-spacing: 0;
}
.support {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.9px;
    color: #7E7E7E;
}
.call {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 0;
}
.bottom-menu {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #272727;
}
.bottom-menu > li > a {
    padding: 27px 20px;
    display: inline-block;
}
.bottom-menu li.menu-item-has-children {
    position: relative;
}
.bottom-menu li.menu-item-has-children .sub-menu {
    position: absolute;
    min-width: 250px;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    top: 65px;
    left: 0;
    transform: translate(0, 20px);
    transition: transform 0.25s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}
.bottom-menu li.menu-item-has-children .sub-menu li:not(:last-child) {
    margin-bottom: 16px;
}
.bottom-menu li.menu-item-has-children:hover .sub-menu {
    transform: translate(0,7px);
    opacity: 1;
    visibility: visible;
}
.bottom-menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 30px;

    width: 0;
    height: 0;

    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c14138;
}
.cart_count {
    font-size: 9px;
    line-height:9px;
}

/* Footer */
footer h2 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
footer .menu-wrapper ul li {line-height: 0;}
footer .menu-wrapper ul li a {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 12px;
}
footer p {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
}
.opening_hours .wrap {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.opening_hours h3 {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
}
.opening_hours p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
}
.copyright {
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 0;
}
.qr-code {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}

/* Common */
section {
    padding: 110px 0;
}


/* Process */
.process h4 + p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color:#272727
}
.process .process-wrapper > div {
    padding: 80px 25px 40px;
    border: 2px solid #1B146454;
    border-radius: 22px;
}
.process .step {
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    border: 8px solid #F8F8F8;
    top: -40px;
}

/* Benefits */
.benefits h3 + p {
    font-size: 18px;
    line-height: 24px;  
    letter-spacing: 0;
}
/* Shop Products homepage */
.shop-products .product-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
    gap: 32px;
    margin-top: 75px;
    margin-bottom: 30px;
}
.shop-products .product-tabs li {
    font-size: 16px;
    line-height: 1;
    color: rgba(0,0,0,0.5);
    font-weight: 600;
}
.shop-products .product-tabs li.active {color:#000000;}
.product-card .product-image img {
    height: 100%;
    width: 100%;
}
.product-card .product-title {
    letter-spacing: 0;
    color: #000000;
    margin-top: 16px;
}
.product-card .product-category {
    font-size: 16px;
    line-height:1;
    letter-spacing: 0;
    font-weight: 600;
    color: rgba(0,0,0,0.5);
    margin-top: 12px;
}
.product-card .product-category + .price {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    color: #000000;
}
.service-card .overlay {
    background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0.65) 100%);
}
.service-card:hover .overlay {
    background: linear-gradient(180deg, rgba(27, 20, 100, 0.5) 0%, #1B1464 100%);
}
.service-card p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #ffffff;
    font-weight: 400;
}
.product-slider .slick-slide {
    margin: 0 12px;
}
.product-slider .slick-arrow {
    position: absolute;
    z-index: 50;
    top: 33%;
}
.product-slider .slick-arrow.slick-prev {
    left: -12px;
}
.product-slider .slick-arrow.slick-next {
    right: -12px;
}

@media screen and (max-width: 1280px) { 
    .process .step {
        font-size: 24px;
    }
    .process .step {
        top: -32px;
    }
    .process .process-wrapper > div {padding-top: 70px;}
}
@media screen and (max-width: 1024px) { 
    .process .process-wrapper > div {padding-left: 16px; padding-right: 16px; padding-bottom: 20px; padding-top: 50px;}
    .call {font-size: 18px;}
    .bottom-menu > li > a {padding-left: 14px; padding-right: 14px;}
    .bottom-menu > li a {font-size: 16px;}
}
@media screen and (max-width: 767px) {
    .benefits .benefits-wrapper > div:not(:last-child),
    .process .process-wrapper > div:not(:last-child) {margin-bottom: 50px;}
    p {
        font-size: 16px;
        line-height: 20px;
    }
}