/* 
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.2
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
*/
:root{
    --primary-color: #075640;
    --secondary-color: #FFB81B;
}
body
{
    overflow-x: hidden;
}
h1
{
    font-size: 1.8rem;
}
h4
{
    font-size: 1.2rem;
}
.row
{
    margin-left: -10px;
    margin-right: -10px;
    /*width: 100%;*/
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.col
{
    position: relative;
    margin: 0;
    padding: 0 10px;
    width: 100%;
}
.large-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.large-1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
}
.large-2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
}
.large-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.large-4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
}
.large-5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
}
.large-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.large-7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
}
.large-8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
}
.large-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}
.large-10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
}
.large-11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
}
.elementor-widget:not(:last-child)
{
    margin-bottom: 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.nav_icon
{
    width: 50px !important;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.nav_icon .elementor-element-populated
{
    padding: 0 !important;
}
.nav_login
{
    background: #E8F8F7;
}
.nav_wishlist
{
    background: #FFF4DD;
}
.elementor-menu-cart__toggle .elementor-button-icon
{
    background: url('./assets/img/icon_cart.png') no-repeat center;
    width: 50px !important;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F3F3F3;
}
.elementor-menu-cart__toggle .elementor-button-icon i
{
    display: none;
}
.elementor-menu-cart__toggle .elementor-button-text
{
    order: 4;
    margin-right: 0;
    margin-left: 8px;
    color: #000;
}
.elementor-menu-cart__toggle .elementor-button
{
    border: none !important;
    padding: 0 !important;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before
{
    background-color: #FFB81B !important;
}
.w-auto
{
    width: auto !important;
}
.flex-end .elementor-container
{
    justify-content: flex-end;
}
.elementor-widget-search-form
{
    /*position: relative;
    left: 15px;*/
}
.heading_title
{
    background: url('./assets/img/icon_mask_1.png') no-repeat center left;
    padding-left: 25px;
}
ul.products li.product
{
    text-align: center;
}
ul.products li.product .woocommerce-loop-product__title
{
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
.woocommerce ul.products li.product .button
{
    margin-top: 0;
    background: transparent;
    color: #444444;
    position: relative;
}
.woocommerce ul.products li.product .woocommerce-loop-product__buttons:before
{
    height: 2px;
    width: 55px;
    background: #B8B8B8;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -10px);
    content: "";
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}
.woocommerce ul.products li.product .price {
    margin-bottom: 0;
}
.woocommerce ul.products li.product .button:after
{
    display: inline-block;
    content: "";
    background: url('./assets/img/icon_cart.png') no-repeat;
    width: 20px;
    height: 17px;
    position: relative;
    left: 10px;
    top: 1px;
}
.woocommerce ul.products li.product .added_to_cart 
{
    padding: 0.5rem 1.25rem;
}
.woocommerce ul.products li.product .added
{
    display: none;
}
.woocommerce ul.products li.product a img
{
    width: auto;
    height: 200px;
    object-fit: contain;
    transition: .3s;
    margin: 0 auto;
    padding: 10px;
}
.woocommerce ul.products li.product:hover img
{
    transform: scale(1.1);
}
.woocommerce-loop-product__title
{
    margin-bottom: 10px !important;
}
.elementor-container
{
    margin-left: -10px;
    margin-right: -10px;
}
.flash
{
    color: #222222;
    font-size: 30px;
}
.flash strong
{
    color: #F53F3F;
}
.no-gap
{
    width: calc(100% - 20px) !important;
    margin-left: 10px !important;
}
.uppercase
{
    text-transform: uppercase;
}
.bold
{
    font-weight: bold;
    color: #000;
}
.contact_box_1
{
    font-size: 14px ;
}
.contact_box_1 .number
{
    font-size: 24px;
    color: #00563F;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
}
.contact_box_1 .number a
{
    color: #00563F;
}
.contact_box_1 .number span
{
    font-size: 16px;
    color: #222222;
}
.contact_box_1 .elementor-image-box-wrapper
{
    align-items: center !important;
}
.contact_box_1 .elementor-image-box-img
{
    text-align: center;
}
.elementor-image-box-content
{
    border-left: 1px solid #CECECE;
    padding-left: 30px;
}
p
{
    margin-bottom: 10px !important;
}
a
{
    color: #FFB81B;
}
.mb-0 , .mb-0 p
{
    margin-bottom: 0 !important;
}
.product-category img
{
    display: none !important;
}
.elementor-location-footer .elementor-products-grid ul.products.elementor-grid
{
    display: flex !important;
    flex-flow: row wrap !important;
}
.elementor-location-footer .elementor-products-grid ul.products.elementor-grid li.product-category
{
    flex-basis: 50% !important;
    max-width: 46% !important;
}
.elementor-location-footer .elementor-products-grid ul.products.elementor-grid li.product-category h2
{
    color: #444444;
    font-weight: 400;
}
.elementor-location-footer .elementor-products-grid ul.products.elementor-grid li.product-category h2:hover
{
    color: #00563F;
}
.elementor-location-footer .elementor-products-grid ul.products.elementor-grid .count
{
    display: none;
}
.elementor-widget-divider
{
    margin-bottom: 10px;
}
.side_bar li.product-category h2:before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    color: #FFB81B;
    margin-right: 10px;
}
.side_bar li.product-category h2
{
    color: #444444; 
    font-weight: 600;
}
.elementor-widget-wc-archive-products
{
    margin-top: -7px;
}
.elementor-widget-wc-archive-products ul.products 
{
    border-top: 1px dotted #B1B1B1;
    margin-top: 20px;
    padding-top: 20px;
}
select, input
{
    font-size: 14px;
    border-color: #CECECE;
}
.woocommerce-result-count
{
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}
.elementor-inner-section .elementor-container
{
    margin-left: -10px;
    margin-right: -10px;
}
.woof_container h4
{
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    border-bottom: 1px dotted #B1B1B1;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}
ul.woof_list
{
    padding-left: 0;
}
ul.woof_list li, .woof_checkbox_sales_container label
{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.woof_list label
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-bar
{
    background-color: #ffb81b !important;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before
{
    border-top-color: #ffb81b !important;
}
.irs--round .irs-handle
{
    border: 4px solid #ffb81b !important;
}
.woocommerce-pagination .page-numbers , .woocommerce-pagination li
{
    border: none !important;
}
.woocommerce-pagination li span, .woocommerce-pagination li a
{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #ccc !important;
    margin: 0 5px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #075640 !important;
}
.woocommerce-pagination li span
{
    background: #075640 !important;
    color: #fff !important;
}
[type=button], [type=submit], button
{
    color: #075640;
    border: 1px solid #075640;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover
{
    background-color: #075640;
}
.product_info .quantity
{
    border: 1px solid #CECECE;
    border-radius: 30px;
}
.product_info .quantity span
{
    height: 42px;
    width: 42px;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product_info .quantity input
{
    min-width: 30px;
    border: none;
    padding: 0 !important;
}
.product_info .quantity input:focus
{
    border-color: #cecece !important;
    outline: none;
}
.product_info .price
{
    color: #FFB81B !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}
.product_info .price del
{
    color: #999999;
    font-size: 22px;
    font-weight: 600;
}
.product_info .woocommerce-product-gallery__image img
{
    max-height: 490px;
    object-fit: contain;
}
.product_info .wc-tabs
{
    padding: 0;
    text-align: center;
}
.product_info .wc-tabs li 
{
    border: none !important;
    background: none !important;
    font-weight: 700;
    color: #222;
    margin: 0 10px !important;
}
.product_info .wc-tabs li a:before
{
    display: block;
    content: "";
    height: 3px;
    width: 100%;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product_info .wc-tabs li.active a, .product_info .wc-tabs li:hover a
{
    color: #075640;
}
.product_info .wc-tabs li.active a:before, .product_info .wc-tabs li:hover a:before
{
    background: #075640;
}
.woocommerce-notices-wrapper
{
    max-width: 1280px;
    margin: 0 auto;
}
.woocommerce a.added_to_cart
{
    display: block;
    padding-top: 0;
}
/*Cart*/
input[type=number]
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.product-name a
{
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 400;
}
.shop_table 
{
    border: none !important;
}
.shop_table td, .shop_table th
{
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding: 10px !important;
    vertical-align: middle;
}
.shop_table .actions
{
    border: 0 !important;
    padding: 15px 0 10px !important;
}
.shop_table th
{
    border-bottom: 1px solid #ccc !important;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #075640;
    padding-bottom: 10px !important;
}
.shop_table img
{
    width: 80px !important;
}
.shop_table .black-bold
{
    font-size: 16px;
    font-weight: 600;
    color: #222;
}
.is-box
{
    border: 3px solid #F1F1F1;
    padding: 15px;
}
.heading
{
    color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}
.heading.is-divide
{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cart-sidebar .cart_totals
{
    width: 100% !important;
    float: none !important;
}
.cart-sidebar .cart_totals th
{
    background: none !important;
}
.cart-sidebar .cart_totals th, .cart-sidebar .cart_totals td
{
    border-bottom: 1px solid #ccc !important;
    color: #222222 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.cart-sidebar .cart_totals td strong
{
    font-weight: 600;
}
.cart-sidebar .cart_totals td
{
    text-align: right;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea
{
    border-color: #cecece !important;
    /*padding: 0 0.75em;*/
    min-height: 40px;
}
form.checkout.woocommerce-checkout h3
{
    color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}
button, .button, .btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1.25rem ;
    font-size: 1rem ;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]
{
    padding: 0.5rem 1.25rem;
}
.button.is-small
{
    padding: 0.25rem 0.75rem !important;
    font-size: .85rem !important;
}
.primary
{
    color: #fff !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.secondary
{
    color: #fff !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
.button-primary-outline
{
    color: var(--primary-color) !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: var(--primary-color) !important;
}
.button-primary-outline:hover
{
    color: #fff !important;
    background-color: var(--primary-color) !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button
{
    padding: 0.5rem 1.25rem !important;
    font-size: 1rem !important;
}
.d-flex
{
    display: flex;
}
.justify-content-between
{
    justify-content: space-between;
}
.cart_totals .button {
    min-width: 100%;
    margin-right: 0;
    display: block;
}
/*Checkout*/
form.checkout_coupon.woocommerce-form-coupon {
    border: dashed 2px var(--primary-color);
    border-radius: 0;
}
.wrapper-coupon-div {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.wrapper-coupon-div p.form-row.form-row-first {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto!important;
    float: none;
}
.form-checkout
{
    padding-right: 50px !important; 
}
.select2-container--default .select2-selection--single
{
    border-color: #ccc;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    height: 40px;
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 40px;
    right: 5px;
}
form.checkout.woocommerce-checkout.style1 div#payment {
    border-radius: 0;
    background-color: #fff;
    border: solid 1px #ccc;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input
{
    position: relative;
    top: 2px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt
{
    background-color: var(--primary-color);
}
.uppercase
{
    text-transform: uppercase !important;
}
.mb-15
{
    margin-bottom: 15px !important;
}
.mb-30
{
    margin-bottom: 30px !important;
}
.mt-half
{
    margin-top: 15px !important;
}
.w-100
{
    width: 100% !important;
}
.shop_table td.shipping__inner
{
    padding: 0 !important;
}
/*Login*/
#customer_login .u-column1, #customer_login .u-column2
{
    border: 1px solid #ccc;
    padding: 50px;
}
.shipping__table--multiple tbody, .shipping__table--multiple tr, .shipping__table--multiple th, .shipping__table--multiple td
{
    display: block;
    text-align: left !important;
    padding-left: 0;
    border-bottom: none !important;
}
.shipping__table--multiple .shipping__list_item
{
    display: flex;
    align-items: center;
    margin-bottom: 12px !important;
    margin-top: 12px !important;
    font-weight: 400;
}
.shipping__table--multiple .shipping__list_item input[type=radio]
{
    margin: 0;
    margin-right: 1em;
    position: relative;
    top: -2px;
}
table.shipping__table
{
    margin-bottom: 0 !important;
}
table.shipping__table th, table.shipping__table td
{
    background: transparent !important;
    border-bottom: none !important;
}
table.shipping__table .shipping__list_item
{
    margin-bottom: 0 !important;
    white-space: nowrap;
    color: #111;
    font-weight: bold;
    line-height: 1.5 !important;
}
.iconic-wds-fields
{
    margin-bottom: 25px !important;
}
#customer_login .u-column1 h2, #customer_login .u-column2 h2
{
    text-align: center;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
}
#customer_login
{
    margin-top: 30px;
}
#customer_login form
{
    padding: 0;
    border: none;
}
.button_form
{
    margin-top: 15px !important;
    text-align: center;
}
.button_form button
{
    margin: 0 !important;
    float: none !important;
}
.btn-flat
{
    min-width: 150px;
    border-radius: 0 !important; 
}
.woocommerce-product-gallery__wrapper
{
    pointer-events: none;
}
.archive_box .elementor-post
{
    border: 1px solid #ccc;
}
.archive_box .elementor-post__text
{
    padding: 15px;
}
.list_has_icon li
{
    display: flex !important;
    align-items: center;
}
.list_has_icon li:before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    color: #FFB81B;
    margin-right: 10px;
}
.list_info .elementor-icon-box-icon
{
    position: relative;
    top: 3px;
}
.price del
{
    margin-right: 10px;
}
nav.woocommerce-MyAccount-navigation.style1 ul {
    padding-left: 0;
    border-right: 1px solid #ececec;
}
nav.woocommerce-MyAccount-navigation.style1 ul li {
    list-style: none;
    margin: 0;
    width: 100%;
}
nav.woocommerce-MyAccount-navigation.style1 ul li+li {
    border-top: 1px solid #ececec;
}
nav.woocommerce-MyAccount-navigation.style1 ul li a {
    padding-top: 10px;
    display: block;
    padding-bottom: 10px;
    font-weight: 600;
    color: #222;
    /*text-transform: capitalize;*/
    color: rgba(102,102,102,.85);
    position: relative;
}
nav.woocommerce-MyAccount-navigation.style1 ul li a:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #0000;
}
nav.woocommerce-MyAccount-navigation.style1 ul li:hover a:before, nav.woocommerce-MyAccount-navigation.style1 ul li.is-active a:before {
    background-color: #c3a854;
}
.single_add_to_wishlist 
{
    font-size: 16px;
    color: #444;
    font-weight: 600;
}
.elementor-widget-yith_wcwl_add_to_wishlist
{
    margin-bottom: 0;
}
.elementor-widget-yith_wcwl_add_to_wishlist i
{
    font-weight: 400 !important;
}
.elementor-widget-yith_wcwl_add_to_wishlist i:before
{
    content: "\f004" !important;
}
.elementor-widget-yith_wcwl_add_to_wishlist i
{
    font-weight: 900 !important;
}
table.wishlist_table
{
    font-size: 100%;
}
table.wishlist_table th
{
    text-align: center !important;
}
/*///*/
.header-main-menu > .elementor-widget-wrap .elementor-element {
    width: auto;
}
.woocommerce-page div.product div.summary .star-rating, .woocommerce-page div.product div.summary .star-rating span:before, ul.products li.product .woocommerce-loop-product__link .star-rating, ul.products li.product .woocommerce-loop-product__link .star-rating span:before
{
    color: #ffb81b !important;
}
.menu_categories li
{
    position: relative !important;
    padding-left: 15px !important;
}
.menu_categories li:before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    color: #FFB81B;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 8px;
}
.menu_categories li .sub-arrow
{
    padding: 0;
    position: absolute;
    right: 0;
    top: 19px;
    z-index: 999 !important;
    text-align: right;
    display: inline-block;
    width: 40px;
}
.menu_categories li ul
{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    display: none !important;
}
.menu_categories li.active ul
{
    display: block !important;
}
.menu_categories li .elementor-sub-item
{
    border-left: 0 !important;
}
.menu_categories li .elementor-sub-item:hover
{
    /*background: transparent !important;*/
}
.woocommerce-ordering
{
    margin-bottom: 8px !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover
{
    background-color: #075640 !important;
}
.carousel .products 
{
    display: block !important;
}
.carousel .owl-nav button
{
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -40px !important;
}
.carousel .owl-nav button span
{
    font-size: 50px;
}
.carousel .owl-nav button.owl-prev
{
    left: 0;
}
.carousel .owl-nav button.owl-next
{
    right: 0;
}
.carousel .owl-stage
{
    margin-bottom: 10px;
}
.owl-theme .owl-nav [class*=owl-]:hover
{
    background: transparent !important;
    color: #075640 !important;
}
.owl-theme .owl-nav button:focus
{
    outline: none;
}
.title_style .elementor-widget-container:before
{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #E0E0E0;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.title_style .elementor-heading-title
{
    position: relative;
    z-index: 1;
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 0 15px;
}
.wapl-label-id-1439 .label-custom
{
    position: absolute;
}
.single-product .wapl-custom.wapl-alignright .product-label
{
    background-position: calc(100% + 1px) 0px !important;
}
.single-product .wapl-custom.wapl-alignleft .product-label
{
    background-position: -1px 0px !important;
}
.wapl-custom
{
    z-index: 1 !important;
}
.product-label
{
    background-size: 50px !important;
}
.single-product .product-label
{
    background-size: 55px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger
{
    top: inherit;
    bottom: 0.5em;
}
.onsale
{
    display: none !important;
}
.estimated-free-shipping
{
    border: 2px dashed;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    color: #075640;
}
.estimated-free-shipping .amount
{
    font-weight: bold;
}
.img_effect_1
{
    overflow: hidden;
}
.img_effect_1 img
{
    transform: scale(1.1);
    transition: .3s;
}
.img_effect_1:hover img
{
    transform: scale(1);
}

@media(max-width: 500px)
{
    .heading_title
    {
        background: none;
    }
    .woocommerce-result-count
    {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 15px !important;
    }
    .woocommerce-ordering
    {
        width: 100%;
        float: none;
    }
    /*.elementor-widget-wc-archive-products .products {
        display: flex;
        flex-flow: row wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
    .elementor-widget-wc-archive-products .products li
    {
        width: 50% !important;
    }*/
    .woocommerce-loop-product__buttons a
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
        /*display: none;*/
    }
}
@media screen and (max-width: 768px)
{
    .elementor-widget.elementor-widget-image
    {
        margin-bottom: 0 !important;
    }
    .contact_box_1 .elementor-image-box-wrapper
    {
        display: block !important;
        text-align: center !important;
    }
    .wishlist_table 
    {
        padding-left: 0 !important;
    }
    .wishlist_table .product-name h3
    {
        margin-top: 0;
    }
    .wishlist_table .product-name h3 a
    {
        color: #222;
        font-size: 14px;
        font-weight: 600;
        display: block;
    }
    .wishlist_table td
    {
        padding: 0 !important;
        border:  none !important;
    }
    .wishlist_table li
    {
        margin-bottom: 30px !important;
        border-bottom: 1px solid #ccc;
    }
    .wishlist_table.mobile li .item-wrapper
    {
        width: 100%;
    }
    .wishlist_table.mobile .product-remove a
    {
        position: absolute;
        top: -30px;
        left: 0;
        text-align: left;
    }
}
@media screen and (max-width: 1024px)
{
    .col
    {
        max-width: 100%;
        flex-basis: 100%;
    }
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(2,1fr) !important;
    }
    .header-main-menu .elementor-nav-menu .menu-item .elementor-item:hover, .header-main-menu .elementor-nav-menu .menu-item.current-menu-item .elementor-item {
        background-color: initial!important;
        color: #c3a854!important;
    }
    .header-main-menu .elementor-nav-menu--dropdown 
    {
        box-shadow: 0 0 5px 1px rgb(0 0 0 / 25%);
    }
    .flash 
    {
        font-size: 24px;
    }
    .elementor-image-box-content
    {
        border: none;
        padding-left: 0;
    }
    .contact_box_1 .number
    {
        font-size: 24px;
    }
}   
/*Cart*/
table
{
    font-size: 1em;
}
.shop_table .cart_item td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
td.product-remove {
    width: 20px;
    padding: 0 !important;
}
td.product-thumbnail {
    min-width: 60px;
    max-width: 90px;
    width: 90px;
}
td.product-name {
    word-break: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.shop_table span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: bold;
}
td.product-total, .shop_table tfoot tr td, .cart_totals tbody tr td, .shop_table thead tr th:last-of-type, .shop_table tr td:last-of-type {
    text-align: right;
}
.footer_categories ul
{
    display: flex !important;
    flex-flow: row wrap !important;
}
.footer_categories li
{
    width: 50%;
}
.page_wrapper
{
    background: #fff;
    /*max-width: 1340px;*/
    max-width: 1020px;
    margin: 0 auto;
}
.elementor-container
{
    background: #fff;
}
.page-header > .elementor-container
{
    background: transparent;
}
.topbar .elementor-container
{
    background: transparent;
}
.elementor-section
{
    padding: 0 20px;
}
.elementor-section.topbar
{
    padding: 0;
}
.yikes-custom-woo-tab-title-packing
{
    display: none;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th
{
    background: transparent;
}
table tbody tr:hover>td, table tbody tr:hover>th
{
    background: transparent;
}
.shipping__table td
{
    border-bottom: none !important;
}
@media (min-width: 550px)
{
    .show-for-small 
    {
        display: none !important;
    }
}
@media (max-width: 849px)
{
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr
    {
        display: table-row !important;
    }
    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead
    {
        display: table-header-group;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td
    {
        display: table-cell !important;
    }
    .shop_table .cart_item td.product-name, .shop_table th.product-name {
        min-width: 80px;
        text-align: left !important;
    }
    .shop_table .cart_item td.product-price, .shop_table th.product-price {
        display: none !important;
    }
    .shop_table .cart_item td.product-subtotal, .shop_table th.product-subtotal {
        display: none !important;
    }
    .shop_table .product-remove {
        position: relative;
        width: 0;
    }
    .shop_table .product-remove a {
        position: absolute;
        top: 10px;
        left: 0px;
        width: 24px;
        height: 24px;
        line-height: 18px !important;
        font-size: 18px !important;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before
    {
        display: none;
    }
    .elementor-section
    {
        padding: 0;
    }
    .woocommerce div.product.elementor .woocommerce-tabs .panel
    {
        padding: 20px 0 !important;
    }
    .rx-review-form-area-style-2 .comment-respond .comment-reply-title
    {
        font-size: 16px !important;
    }
}
/*Checkout*/
.woocommerce form .form-row
{
    padding: 0;
}
.filter_side_bar .elementor-icon-list-item
{
    cursor: pointer;
}
.footer-promotions .elementor-image-box-content{
    padding: 0;
    border: 0;
}
.a-green a
{
    color: #00563F;
    font-weight: 700;
}
#mwb_cpr_copyy, #mwb_cpr_copyy_code
{
    color: #fff;
    padding: 5px 10px;
}
.mwb_crp_referal_section
{
    box-shadow: none; 
    border: 3px solid #F1F1F1;
}
.mwb_crp_addon_referral_code, .mwb_crp_referral_link
{
    font-weight: bold;
    color: #444444;
}
.mwb_cpr_logged_wrapper small
{
    display: block;
    margin-top: 15px;
    font-size: 100%;
    color: #7a7a7a;
}
.mwb_cpr_logged_wrapper .mwb_cpr_refrral_code_copy code
{
    padding: 5px 15px;
}
.mwb-crp-referral-wrapper
{
}
.mwb-crp-referral-column
{
    width: 33%;
}
.mwb-crp-referral-column-inner
{
    background-color: #075640;
    border-radius: 5px;
    padding: 15px;
}
.mwb-crp-referral-icon
{
    color: #FFB81B;
}
.mwb_cpr_logged_wrapper .mwb_cpr_refrral_code_copy code
{
    background: #F5F5F5;
}
.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_length > label, .mwb-crp-referral-table-wrapper #mwb-crp-referral-table_filter > label
{
    align-items: center;
}
.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_filter
{
    width: calc(100% - 330px);
    margin-left: 50px;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table thead th
{
    background-color: #F8F8F8;
    color: #075640;
}
.paging_simple_numbers a
{
    color: #444444;
}
.elementor-sticky
{
    /*z-index: 9999;*/
}
.radio-inline .radio
{
    display: inline-block;
    margin-right: 10px;
}
.radio-inline .radio input
{
    margin-right: 5px;
}
.woocommerce form .form-row label
{
    line-height: normal;
    margin-bottom: 5px;
}
.woocommerce-order-details__title, .woocommerce-column__title
{
    margin-top: 0;
    font-size: 24px;
    /*margin-bottom: 0;*/
    font-weight: bold;
    color: #075640;
}
.variations_form .variations .label
{
    width: 80px;
    position: relative;
    top: 3px;
}
.reset_variations
{
    display: none;
}
.variations th, .variations td
{
    padding-top: 0;
    padding-bottom: 0;
}
.variations th.label
{
    text-align: left;
    padding-left: 0;
}
.variations td.value
{
    padding-right: 0;
}
.variations td.value select
{
    width: 170px;
    min-width: inherit !important;
}
.woocommerce div.product form.cart .variations
{
    /*margin-bottom: 0;*/
}
.elementor-widget-woocommerce-product-add-to-cart .elementor-widget-container
{
    margin-top: 0 !important;
}
.single-product.woocommerce .elementor-widget-woocommerce-product-price
{
    margin-bottom: 0 !important;
}
.woocommerce-product-attributes-item th, .woocommerce-product-attributes-item td
{
    padding: 15px !important;
}
.woocommerce-product-attributes-item__value p
{
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.woocommerce table.shop_attributes th
{
    border-color: #eee;
}
.woocommerce-checkout #payment ul.payment_methods li
{
    margin-bottom: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li label
{
    vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li label span
{
    display: block;
    margin-top: 10px;
}
.woocommerce-checkout #payment ul.payment_methods li img
{
    margin: 0;
}
.qr_code_html
{
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}
.qr_code_html .company
{
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.qr_code_html .manual span
{
    display: inline-block;
    border: 1px solid #999;
    padding: 2px 12px;
    margin-top: 10px;
}
.woocommerce-shipping-calculator
{
    text-align: left;
}
.shipping-calculator-button
{
    margin-top: 0 !important;
}
.stock.out-of-stock
{
    color: #EA0202;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    padding: 6px 15px;
    border: 2px solid #EA0202;
    border-radius: 5px;
}
.elementor-add-to-cart form.cart
{
    display: block !important;
}
.price-table-row.weight-input td
{
    border-style: none;
    vertical-align: middle !important;
    padding: 5px 0;
}
.price-table-row.weight-input td:first-child
{
    width: 45%;
}
.price-table-row.weight-input td:nth-child(2)
{
    text-align: left !important;
}
#price_calculator input, #price_calculator span
{
    float: none;
    text-align: center !important;
}
.wc-measurement-price-calculator-input-help
{
    display: none !important;
}
.pagi-all
{
 width: auto !important;
 border-radius: 30px !important;
 padding: 0 12px !important;
}
.products li.product
{
    padding: 0 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title
{
    padding: 0.5em !important;
}
.woocommerce ul.products li.product .price
{
    padding: 0 0.5em !important;
}
.outofstock .woocommerce-loop-product__buttons
{
    display: none !important;
}
.elementor-countdown-item
{
    width: 72px;
    height: 72px;
}
.elementor-widget-countdown .elementor-countdown-label {
    font-size: 12px !important;
    display: block;
}
#backinstock_button
{
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #075640;
    color: #fff;
}
#backinstock_textbox
{
    max-width: 250px;
}
ul.products .pricing_label
{
    display: none;
}
.ur-message
{
 display: flex;
 align-items: center;
}
.ur-form-grid.ur-grid-1
{
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}
.ur-form-grid.ur-grid-1 > div
{
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"]
{
    margin-bottom: 10px;
}
.ur-button-container 
{
    justify-content: center;
    align-items: center;
    margin-top: 20px !important;
    margin-bottom: 10px;
}
.ur-submit-button
{
    margin: 0 !important;
}
.ur-frontend-form.ur-frontend-form--bordered form input[type="submit"]:hover, .ur-frontend-form.ur-frontend-form--bordered form button[type="submit"]:hover, .ur-frontend-form.ur-frontend-form--bordered form button.user-registration-multi-part-nav-prev:hover, .ur-frontend-form.ur-frontend-form--bordered form button.user-registration-multi-part-nav-next:hover
{
    background: #075640;
    border: 1px solid #075640;
    color: #fff;
    border-radius: 5px;
}
.ur-frontend-form.ur-frontend-form--bordered form input[type="submit"], .ur-frontend-form.ur-frontend-form--bordered form button[type="submit"], .ur-frontend-form.ur-frontend-form--bordered form button.user-registration-multi-part-nav-prev, .ur-frontend-form.ur-frontend-form--bordered form button.user-registration-multi-part-nav-next
{
    background: #075640;
    border: 1px solid #075640;
    color: #fff;
    border-radius: 5px;
}
.register-link
{
    text-align: center;
    margin: 10px 0;
}
.pewc-group-wrap
{
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 20px;
}
.pewc-group-heading-wrapper h3
{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pewc-product-extra-groups li
{
    margin-bottom: 0;
}
.pewc-checkboxes-list-wrapper .pewc-checkbox-wrapper
{
    margin-bottom: 0 !important;
}
.pewc-total-field-wrapper
{
    margin-bottom: 0;
}
.pewc-field-label
{
    display: none;
}
.product-label.label-sale
{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    right: -30px;
    background: url('./assets/img/sale_label.png') no-repeat;
    background-size: 60px !important;
}
.product-label.label-new
{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0px;
    background: url('./assets/img/new_label.png') no-repeat;
    background-size: 60px !important;
}
#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th
{
    width: 45%;
}
#reviews
{
    max-width: 500px;
}
#reviews .commentlist
{
    padding-left: 0;
}
#reviews .commentlist img
{
    display: none;
}
#reviews .comment-text
{
    margin-left: 0 !important;
}
#reviews #submit, .button.woof_reset_search_form
{
    font-weight: 700;
    text-transform: uppercase !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 9px 30px !important;
    color: #FFFFFF !important;
    background-color: var( --e-global-color-secondary ) !important;
    border-color: var( --e-global-color-5155730 ) !important;
    transition: all 0.2s !important;
    height:  auto !important;
}
.woocommerce .star-rating span::before, .woocommerce p.stars:hover a::before {
    color: #FFC000;
}
.woof_reset_button_2
{
    border-radius: 0;
    border: 1px solid #075640;
    padding: 3px 10px;
}
.woof_products_top_panel li span.woof_remove_ppi
{
    background: url('assets/img/icon_close_small.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 22px;
}
.woof_products_top_panel
{
    margin: 0;
}
.woof_products_top_panel li
{
    margin-right: 10px;
}
.woof_checkbox_sales_container
{
    margin-bottom: 10px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before
{
    top: 50%;
    transform: translate(0px, -50%);
}
#totop
{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9999;
}
#totop .elementor-align-icon-left
{
    margin-right: 0;
}
.widget-inline
{
    width: auto !important;
    display: inline;
}
.show_on_sticky
{
    display: none;
}
.elementor-sticky--active .show_on_sticky
{
    display: inline-block;
}
.elementor-sticky--active .hide-on-sticky
{
    display: none;
}
.elementor-menu-cart__product-name
{
    line-height: normal;
}
.elementor-menu-cart__product-name a
{
    font-size: 13px;
    text-transform: none;
}
.elementor-menu-cart__container.elementor-lightbox {
    display: none !important;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination{
    transform: none;
}
.elementor-add-to-cart .stock.in-stock
{
    display: none;
}
.page-header .entry-title
{
    display: none;
}
@media(max-width: 849px)
{
    .form-checkout
    {
        padding-right: 10px !important;
    }
    .side_bar
    {
        position: fixed;
        left: -100%;
        /*left: 0;*/
        top: 0;
        height: 100%;
        width: 300px;
        overflow: auto;
        background: #fff;
        z-index: 999;
        box-shadow: 0 0 10px #ccc;
        transition: .3s;
    }
    .side_bar.active
    {
        left: 0;
    }
    .woocommerce-loop-product__title
    {
        font-size: 14px !important;
    }
    .page-header.page-header-left {
        background-position: left center !important;
    }
}

@media(min-width: 1200px)
{

}
@media(max-width: 600px){
    .elementor-menu-cart__toggle .elementor-button-icon, .nav_icon{
        width: 32px !important;
        height: 32px;
        margin-right: 5px;
    }
    .elementor-menu-toggle {
        font-size: 18px;
    }
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
    text-decoration: none;
}
.woocommerce div.product p.price del ins, .woocommerce div.product span.price del ins{
    text-decoration: line-through;
}
#tab-description > .elementor-section
{
    padding: 0 !important;
}
#tab-description #tab-description
{
    display: block !important;
    padding: 0;
    border: none;
}