/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */


/* contact-form */
#contactUs-form label {
    width: 100%;
    margin-bottom: 0;
}

#contactUs-form .inlable {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #e3e3e3;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 0.6rem 0.7rem;
    transition: all .3s ease-in-out;
    max-height: 150px;

}

#contactUs-form .inlable:focus {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(2, 1, 1, 0);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
}

#contactUs-form .inlable:focus-visible {
    outline: unset;
}

#contactUs-form .submit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    width: 165px;
    height: 50px;
    padding: 0.67rem 1.2rem;
    border: 1px solid #f58233;
    background-color: #f58233;
    color: #fff;
    border-radius: 10px 10px 10px 10px;
    transition: all .3s ease-in-out;
    margin-top: 8px;

}

#contactUs-form .submit:hover {
    background-color: #0e9ebd;
    color: #fff;
    border: 1px solid #0e9ebd;
}

.menu-item-has-children span.sub-arrow {
    display: inline-block !important;
    padding: 3px 0 0 5px;
}

.current-menu-item.menu-item-has-children span.sub-arrow,
.current-menu-ancestor span.sub-arrow,
.menu-item-has-children:hover span.sub-arrow {
    color: #fff !important;
    fill: #fff !important;
}


/* woocommerce */
body.archive .jupiterx-main-header {
    background-image: url('https://rx.objectsdev.com/wp-content/uploads/2022/11/happy-family-nature-full-shot-scaled.jpg');
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center;
}

body.archive .jupiterx-main-header:after {
/*     content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.75; */
}

body.archive .jupiterx-main-header h3.jupiterx-archive-title {
    font-size: 0px;
    z-index: 1;
    position: relative;
}

body.archive .jupiterx-main-header h3.jupiterx-archive-title span {
    font-size: 60px;
    line-height: normal;
}

body.archive header.woocommerce-products-header,
body.archive .woocommerce-result-count,
body.archive .woocommerce-ordering,
.single-product .jupiterx-main-header {
    display: none !important;
}

body.archive .products {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.single-product section.related.products {
    padding-top: 80px;
}

.single-product section.related.products h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 20px;
}

.single-product .jupiterx-main-content {
    padding: 90px 0;
}
.single-product .jupiterx-social-share .jupiterx-social-share-inner:before {
    content: "Share With";
    flex: 0 0 100%;
    display: block;
    margin: 0 0 3px 3px !important;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
@media (max-width: 1025px) {
    .menu-item-has-children span.sub-arrow {
        color: #fff !important;
        fill: #fff !important;
    }

    header .current-menu-ancestor.menu-item-has-children span.sub-arrow,
    header .menu-item-has-children:hover .sub-arrow,
    header .menu-item-has-children .highlighted span.sub-arrow,
    header .menu-item-has-children .raven-menu-item-active span.sub-arrow{
        color: #F58233 !important;
        fill: #F58233 !important;
    }

    body header .menu-item-has-children .sub-menu {
        margin-left: 15px;
    }
    
    
}
@media (max-width: 575px) {
    .single-product section.related.products h2 {
        font-size: 38px;
    }
}
@media screen and (max-width: 480px) {
    #contacts-icon div:first-child {
        padding: 0 10%;
    }
}