/* 
Theme Name: Hello Elementor Child
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: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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 */
.single-rproduct {
    border: 2px solid #f3f3f3;
    transition: all ease .3s;
    padding: 60px 20px;
    width: calc(25% - 15px);
}

.single-rproduct:hover {
    border-color: #306994;
}

.single-rproduct > .product-img > a > img {
    height: 300px;
    object-fit: contain;
    object-position: center;
}

.single-rproduct > .product-img > a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.single-rproduct > .product-deta > a > h3 {
    color: #383838;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.product-deta > div a {
    color: #306994;
}

.single-rproduct .product-deta {
    text-align: center;
}

.single-rproduct .product-img {
    margin: 0 0 30px 0;
}

.single-rproduct .product-deta > a {
    margin: 0 0 25px 0;
    display: block;
}

.product-group {
    display: flex;
    gap: 20px;
    margin: 0 0 90px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid;
    padding-bottom: 90px;
}

.product-group:last-child {
    border: 0;
    margin: 0;
}

.special-tag-wrapper {
    position: absolute;
    top: 22px;
    right: 25px;
}

.special-tag-wrapper > h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

@media only screen and (max-width: 1180px) {
    .single-rproduct {
        padding: 60px 20px 30px 20px;
        width: calc(50% - 15px);
    }
}

@media only screen and (max-width: 736px) {
    .single-rproduct {
        padding: 60px 20px 30px 20px;
        width: calc(100% - 15px);
    }
}
