/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1653065616
Updated: 2022-05-20 16:53:36

*/
.woocommerce div.product form.cart .variations tr {
    /* display: none; */
}

.woocommerce div.product form.cart .variations tr:first-child {
    display: block;
}

.custom-location-wapper .col-lg-6 {
    width: 50%;
    float: left;
}

.custom-location-wapper .col-lg-1 {
    width: 19.333333%;
    float: left;
    text-align: center;
}

.custom-location-wapper .col-lg-5 {
    width: 30.666667%;
    float: left;
}

.cutom-title {
    border-bottom: 1px solid #dddddd;
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.location-item {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.custom-location-wapper h4 {
    margin: 0 0 5px 0;
}

.custom-stock {
    display: flex;
    margin-bottom: 8px;

}


.custom-location-wapper {
    background-color: #ECF6E8;
    padding: 20px 25px;
    color: #5F865E;
}

.custom-location-wapper>h2 {
    color: #9AB899;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.custom-location-wapper .location-item h4 {
    margin: 0 0 10px;
    color: #5F865E;
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
}


/*Responsive*/

@media only screen and (max-width:991px) {
    .custom-location-wapper .col-lg-5 {
        text-align: right;
    }
}