/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.single-product .elementor-widget-shortcode > .elementor-widget-container {
    margin-bottom: 20px !important;
    height: auto !important;
}

.meta-row {
    display: flex;
    font-size: 17px;
    align-items: center;
    font-family: "Lato-2", Sans-serif;

    padding: 5px 0;
    border-bottom: 1px solid #e5e4e4;
    justify-content: space-between;
}


.meta-row .data {
    display: flex;
    font-weight: bold;
    align-items: center;
}

.meta-row img,
.meta-row svg {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
    min-height: 30px;
    min-width: 30px;
    margin-right: 9px;
}

.btn-red-f:hover {
    background-color: #ed1e24;
    color: #ffffff;
    transform: scale(0.9);
}

.meta-row .btn-red-f svg {
    min-height: 20px;
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin: -4px 8px;
    margin-right: 0;
}

.loop-specs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px -10px;
    font-family: "Lato-2", Sans-serif;

}

.btn-red-f {
    background-color: #ed1e24;
    color: #ffffff;
    font-family: "Lato-2", Sans-serif;
    font-size: 16px;
    transition-duration: .3s;
    transition-property: transform;
    font-weight: 700;
    line-height: 1.2em;
    display: inline-flex;
    align-items: center;
    border-radius: 0px 0px 0px 0px;
    margin: 5px 0;
    padding: 13px 30px 13px 30px;
}

.temp-active .meta-row:first-child .space-title::before {
    content: "nuo ";
}

.meta-row.col-type .data {
    display: block;
}

.meta-row.col-type svg,
.meta-row.col-type img {
    margin: 0 auto 8px;
}

.meta-row.col-type small {display: none;
}

.meta-row.col-type {
    display: block;
    width: 25%;
    padding: 0 4px 10px;
    border: 0;
    text-align: center;
    font-size: 13px;
}

.full-specs {
    padding: 10px;
    padding-left: 39px;
    width: 100%;
    display: none;
    padding-top: 0;
}

.full-specs .tt-h3 {
    font-weight: bold;
    font-size: 95%;
    padding-top: 10px;
}

.full-specs .sub-meta-row .right-v {
    opacity: .6
}

.full-specs .sub-meta-row {
    font-size: 80%;
    max-width: 250px;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
}

.meta-row.wrap .data {
    flex-grow: 1;
}

.meta-row.wrap .tt.active svg {
    transform: rotate(180deg)
}

.meta-row.wrap .tt svg {
    width: 20px;
    height: 20px;
    min-width: 0;
    min-height: 0;
    margin: 0;
    transform: rotate(0);
    fill: #ED1E24;
}

.meta-row.wrap .tt {
    flex-grow: 1;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meta-row.wrap {
    flex-wrap: wrap;
}

.elementor-grid-4.elementor-grid-tablet-2 .loop-specs {
    display: block;
    margin: 0 0 -10px;
}

.elementor-grid-4.elementor-grid-tablet-2 .loop-specs svg {
    margin: 0 6px 0 0;
    display: block;
}

.elementor-grid-4.elementor-grid-tablet-2 .loop-specs .loop-lbl {
    padding-right: 6px;
    font-weight: bold;
    padding-left: 6px;
}

.elementor-grid-4.elementor-grid-tablet-2 .loop-specs .space-title {
    margin-right: auto;
}


.elementor-grid-4.elementor-grid-tablet-2 .loop-specs .meta-row.col-type {
    width: 200px;
    max-width: 100%;
    white-space: nowrap;
    
    margin: 0 auto;
    display: flex;
}

.elementor-element.elementor-widget__width-inherit.elementor-widget.elementor-widget-heading h4.elementor-heading-title.elementor-size-default a:not(:first-child) {
    display: none;
}
.elementor-1688 .elementor-element.elementor-element-cbc8b4f {
    overflow: hidden;
    position: relative;
}

.elementor-1688 .elementor-element.elementor-element-cbc8b4f .elementor-button:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -650px;
    margin: -20px;
    z-index: 9;
    bottom: 0;
}

.product_extras {
    display: flex;
    margin-bottom: 20px;
    font-weight: normal;
}
.product_extras strong {
    color: #77a464;
    margin-left: 10px;
}

.product_extras input {
    margin-right: 10px;
}