.elementor-21797 .elementor-element.elementor-element-e26984a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ea87894 *//*Product image BOX Backrgound*/
.relatedProducts .woocommerce-LoopProduct-link img, .productGallery .e-gallery-item {
    background-color: rgba(255,255,255,1);
    background-image: linear-gradient(to bottom, #ECEFF1, #CFD8DC) !important;
}

/*Product Hover*/
@media only screen and (min-width: 768px) {
    .woocommerce-loop-product__link:hover {
        opacity: 0.8;
    }
}

@media only screen and (max-width: 767px) {
    .relatedProducts [class*="columns-"] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/*Result Count*/
.relatedProducts .woocommerce-result-count {
    display: flex;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    font-family: "Karla", sans-serif;
    color: rgba(255,255,255,0.7);
    margin: 0;
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
    order: 2;
    align-self: flex-start;
}

@media only screen and (min-width: 768px) {
    .relatedProducts .woocommerce-result-count {
        margin-top: 0;
        margin-bottom: 0;
        height: 52px;
        align-items: center;
        float: right;
    }
}

/*Form Ordering*/
.relatedProducts form.woocommerce-ordering {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    order: 1;
}

@media only screen and (min-width: 768px) {
    .relatedProducts form.woocommerce-ordering {
        float: left;
    }
}

/*Products Container*/
.relatedProducts .products {
    order: 3;
    margin-top: 0 !important;
}

.relatedProducts .woocommerce-pagination {
    order: 4;
}

@media only screen and (min-width: 768px) {
    .relatedProducts form.woocommerce-ordering {
        width: 50%;
        padding-right: 16px;
        margin-bottom: 5vh;
    }
}

@media only screen and (min-width: 1140px) {
    .relatedProducts form.woocommerce-ordering {
        width: 33%;
        padding: 0;
        padding-right: 16px;
    }
}

/*Order By Dropdown*/
.relatedProducts .orderby {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 0px;
    padding: 16px;
    line-height: 1;
    font-family: "Karla", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="white"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
    margin-bottom: 0 !important;
}

/* ----------------
Styles for Product Title and Price
------------------- */

/* Product List Item */
.relatedProducts li.product {
    height: 100%;
}

/* Product List Item Link */
.relatedProducts li.product a {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}

/* Product Image */
.relatedProducts li.product a img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

/*Product Title*/
.relatedProducts li.product a .woocommerce-loop-product__title {
    padding: 12px !important;
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .relatedProducts li.product a .woocommerce-loop-product__title {
        padding: 12px !important;
        padding-bottom: 8px !important;
    }
}

@media only screen and (min-width: 1140px) {
    .relatedProducts li.product a .woocommerce-loop-product__title {
        padding: 16px !important;
        padding-bottom: 8px !important;
    }
}

/*Product Price*/
.relatedProducts li.product a .price {
    display: flex !important;
    flex-direction: row !important;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
    line-height: 1em !important;
    padding: 0 12px;
    padding-bottom: 6px;
}

@media only screen and (min-width: 768px) {
    .relatedProducts li.product a .price {
        padding-bottom: 16px;
    }
}

@media only screen and (min-width: 1140px) {
    .relatedProducts li.product a .price {
        padding: 0 16px;
        padding-bottom: 16px;
    }
}

/*Free Shipping Text*/
.relatedProducts li.product a .price:after {
    content: "Free Shipping";
    font-family: "Karla", Sans-serif;
    margin-left: 8px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: bold;
    color: #00C853;
}

@media only screen and (min-width: 768px) {
    .relatedProducts li.product a:after{
        padding: 0 8px 8px 8px;
    }
}


/*Hide button on Product title*/
.relatedProducts ul li.product .add_to_cart_button {
    display: none !important;
}/* End custom CSS */