* {
    -webkit-tap-highlight-color: transparent!important;
}
@media (min-width:1024px) {
    .grid-x {
        display: flex;
        flex-flow: row wrap;
    }
    .grid-y {
        display: flex;
        flex-flow: column nowrap;
    }
    .large-auto {
        flex: 1 1 0px;
        width: auto;
    }
    .large-shrink {
        width: auto;
    }

}
.custom-widget-accordion .cell {
    width: 100%;
}
@media (min-width:1024px) {
    .custom-widget-accordion .grid-x > .grid-x {
        width: 50%;

    }
}
.custom-widget-accordion .grid-x > .grid-x {
    height: fit-content;
}
.custom-widget-accordion .accordion-item .accordion-title {
    position: relative;
    display: block;
}
.custom-widget-accordion .accordion-item p {
    margin-bottom: 0px;
    padding-bottom: 23px;
}
.custom-widget-accordion .accordion-item:not(.is-active) .accordion-title:before {
    content: '';
    position: absolute;
    right: 1px;
    top: 10px;
    width: 37px;
    height: 37px;
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/icon/accordion.svg) no-repeat ;
    background-size: contain;
    z-index: 1;
    opacity: 1;
    margin-top: 0;
}
/*.custom-widget-accordion .accordion-info__text {*/
/*    padding-top: 23px;*/
/*}*/
.custom-widget-accordion .accordion-item.is-active {
    background: var(--e-global-color-accent);
    /*transition: background 0.4s ease;*/
}
.custom-widget-accordion .accordion-item.is-active * {
    color: var(--e-global-color-primary);
}
.custom-widget-accordion .accordion-item.is-active  {
    /*padding: 21px 23px 0px ;*/
    border-radius: 10px;
    padding: 21px 23px 0px;
}
.custom-widget-accordion .accordion-item {
    margin-bottom: 26px;
}
.custom-widget-accordion .accordion-item {
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.2);
}

.custom-widget-accordion .accordion-item:not(.is-active) {
    background: var(--e-global-color-primary);
    padding: 21px 23px 0px;
    border-radius: 10px;
    transition: background 0.4s ease;
}
@media (max-width:769px) {
    .custom-widget-accordion .accordion-item.is-active  {
        padding: 21px 17px 0px 17px;
        border-radius: 10px;
    }
    .custom-widget-accordion .accordion-item:not(.is-active) {
        padding: 21px 17px 0px 17px;
    }
}
.custom-widget-accordion .accordion-item:not(.is-active) a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.custom-widget-accordion .accordion-item:not(.is-active) * {
    color: var(--e-global-color-accent);
    /*transition: background 0.5s ease;*/
}
.custom-widget-accordion .accordion-item:not(.is-active) .accordion-title {

}
.custom-widget-accordion .accordion-item .accordion-title h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
    padding-right: 50px;
}
.custom-widget-accordion .accordion-item .accordion-title h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding-right: 50px;
    padding-bottom: 22px;
}
@media (max-width:769px) {
    .custom-widget-accordion .accordion-item .accordion-title h6 {
        font-size: 14px;

    }
}
.custom-widget-accordion .accordion-item.is-active .accordion-title:after {
    content: '';
    position: absolute;
    right: 1px;
    top: 10px;
    width: 37px;
    height: 37px;
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/icon/accordion_active.svg) no-repeat ;
    background-size: contain;
    z-index: 0;
    opacity: 1;
}

@media (max-width:769px) {
    .custom-widget-accordion .accordion-item.is-active .accordion-title:after {
        content: '';
        top: 10px;
    }
}
@media (max-width:769px) {
    .tank-main-slider * {
        min-width: 0!important;
        min-height: 0!important;
    }

    .tank-main-slider {
        max-width: 220px;
        margin: 0 auto;
    }

    .tank-main-slider .slick-dots {
        bottom: -55px;

    }
    .tank-main-slider .slick-dots li.slick-active button:before {
        color: var(--e-global-color-accent);
    }
    .tank-main-slider .slick-dots li button:before {
        font-size: 14px;

    }
}

.linear .swiper-wrapper{
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
body:not(.elementor-editor-active) .linear {
    opacity: 0;
}
body:not(.elementor-editor-active) .linear-show {
    opacity: 1;
}
@media (min-width:769px) {
    .accordion-item-1 {
        margin-right: 13.5px;
    }
    .accordion-item-2 {
        margin-left: 13.5px;
    }
}



/*!* width *!*/
/*.CustomScrollbar ::-webkit-scrollbar {*/
/*    width: 7px;*/
/*}*/

/*!* Track *!*/
/*.CustomScrollbar ::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*    transition: background 0.3s ease;*/
/*}*/

/*!* Handle *!*/
/*.CustomScrollbar ::-webkit-scrollbar-thumb {*/
/*    background: var(--e-global-color-accent);*/
/*    transition: background 0.3s ease;*/
/*}*/

/*!* Handle on hover *!*/
/*.CustomScrollbar ::-webkit-scrollbar-thumb:hover {*/
/*    background: rgba(0, 187, 189, 0.5);*/
/*    transition: background 0.3s ease;*/
/*}*/
.CustomScrollbar {
    /*border: 1px solid grey;*/
    /*width: 1280px!important;*/
    /*max-height: 200px;*/
    /*min-height: 100px;*/
    /*margin: 50px auto;*/
}

.table_options .mCSB_container {
    width: 1280px !important;
}
.CustomScrollbar .mCSB_draggerContainer {
    background: var(--e-global-color-text);
}

.CustomScrollbar._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--e-global-color-accent)!important;
    border-radius: 0;
}
.CustomScrollbar._mCS_2 .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--e-global-color-accent)!important;
    border-radius: 0;
}
.CustomScrollbar .mCustomScrollBox {
    overflow-x: hidden!important;
    overflow: auto;
}

body:not(.elementor-editor-active) .tank-items {
    opacity: 0!important;
}
body.show-hide-content:not(.elementor-editor-active) .tank-items {
    opacity: 1!important;
}

.elementor-location-footer .elementor-nav-menu__container .small-text .span-r {
    font-weight: 500 !important;
    font-size: 170% !important;
    transform: translateY(-10%) !important;
    display: inline-block;
}
#Refresh {
    position: relative;
}
#Refresh:before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    top: 5px;
    right: 6px;
    opacity: 1;
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/images/icon/refresh.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: opacity 0.3s ease;
}
#Refresh:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.OutperformingTheCompetition .mCSB_container {
    width: 1335px !important;
}

.loader {
    position: relative;
    display: block;
    margin: 100px auto;
    width: 50px;
    height: 50px;
    border: 1px solid var(--e-global-color-accent);
    border-radius: 50%;

    animation: spin 0.75s infinite linear;
}
.loader::before,
.loader::after {
    left: -2px;
    top: -2px;
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
}
.loader-1 {
    border-top-width: 0;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.products_widget .loader::before {
    display: none!important;


}
.single_add_to_cart_button .loader::before {
    display: none!important;
}
.single_add_to_cart_button.single_add_to_cart_button_my_loader .loader {
    margin: 0px auto;
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    animation: spin2 1.5s infinite linear;
}
@keyframes spin2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.single_add_to_cart_button.single_add_to_cart_button_my_loader  {
    background-color: white !important;
    color: white!important;
    position: relative;
    pointer-events: none;
    cursor: context-menu;
}
.single_add_to_cart_button.single_add_to_cart_button_my_loader svg path {
    fill: white !important;
}
/*.loader {*/
/*    position: relative;*/
/*    display: block;*/
/*    margin: 100px auto;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border: 1px solid var(--e-global-color-accent);*/
/*    border-radius: 50%;*/

/*    animation: spin 0.75s infinite linear;*/
/*}*/
/*!* Спиннер *!*/
/*.ajax__posts .elementor-widget-loop-grid .e-loading-overlay::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    margin: -25px 0 0 -25px; !* центрируем *!*/
/*    border: 3px solid var(--e-global-color-accent, #999);*/
/*    border-top-color: transparent;      !* важное: видно вращение *!*/
/*    border-radius: 50%;*/
/*    box-sizing: border-box;*/
/*    animation: spin3 0.75s linear infinite;*/
/*}*/

/*@keyframes spin3 {*/
/*    to { transform: rotate(360deg); }*/
/*}*/
.elementor-menu-cart__toggle_wrapper .elementor-menu-cart__product-name {
    padding-bottom: 5px;
}
.elementor-menu-cart__main {
    width: 460px;

    margin: auto;
    border-radius: 10px 0px 0px 10px;
    overflow: auto;
    /*height: fit-content;*/
}
.elementor-menu-cart__main-more {
    max-height: 690px;

    /*height: fit-content;*/
}
.elementor-menu-cart__main-one {
    max-height: 460px;
}
/*@media (min-height:700px) {*/
/*    .elementor-menu-cart__main {*/
/*        height: fit-content;*/
/*    }*/
/*}*/
@media (max-width:460px) {
    .elementor-menu-cart__main {
        max-width: 95vw;

    }
}

.woocommerce-cart tbody tr::before,
.woocommerce-cart tr::after {
    content: none !important;
    display: none !important;
}
.woocommerce-cart tbody td ,.woocommerce-cart tbody th {
    position: relative;

}
.shadow-helper {
    position: absolute;
    min-height: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
    top: 50%;
    left: 0;
    border-radius: 10px;
    transform: translateY(-50%);
}
/*.woocommerce-cart tbody tr {*/
/*    border-radius: 10px;*/
/*    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1)!important;*/
/*}*/
/*.woocommerce-cart tr td {*/
/*    position: relative;*/
/*}*/

/*.shadow-helper {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;*/
/*    top: 0;*/
/*    left: 0;*/
/*    border-radius: 10px;*/
/*}*/


.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product {
    grid-template-columns: 43.7% auto;
    padding-left: 0;
    padding-right: 0;
}

.elementor-menu-cart__toggle_wrapper img {
    /*max-width: 133px;*/
    /*max-height: 133px;*/
    object-fit: contain;
    margin: auto;
    padding: 15px;
    max-height: 145px;
}
.elementor-menu-cart__toggle_wrapper .elementor-menu-cart__product-image.product-thumbnail {
    max-width: 168px;
    max-height: 160px;
}
.elementor-menu-cart__toggle_wrapper .elementor-menu-cart__product-image a {
    background: #F6F6F6;
    border-radius: 10px;

    display: flex;
}
@media (min-width:1024px) {
    .elementor-menu-cart__toggle_wrapper .elementor-menu-cart__product-image a {

        min-width: 168px;
        min-height: 160px;

    }
}
.elementor-menu-cart__subtotal strong {
         font-weight: 700 !important;
}

.elementor-menu-cart__toggle_wrapper .elementor-menu-cart__footer-buttons .elementor-button-text {
    position: relative;
}
.elementor-menu-cart__toggle_wrapper .elementor-menu-cart__footer-buttons a {
    padding: 23px 82.83px 22px 43px;
}
.elementor-menu-cart__toggle_wrapper .elementor-menu-cart__footer-buttons a .elementor-button-text:after {
    content: '';
    position: absolute;
    right: -39.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 28.33px;
    height: 27.59px;
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/icon/cart.svg) no-repeat ;
    background-size: contain;
    opacity: 1;
    z-index: 1;
}
.elementor-menu-cart__toggle_wrapper .elementor-menu-cart__footer-buttons a .elementor-button-text:before {
    content: '';
    position: absolute;
    right: -39.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 28.33px;
    height: 27.59px;
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/icon/cart2.svg) no-repeat ;
    background-size: contain;
    opacity: 0;
    z-index: 0;
}
.elementor-menu-cart__toggle_wrapper .elementor-menu-cart__footer-buttons a:hover .elementor-button-text:after {
    content: '';
    opacity: 0;
    z-index: 0;
}
.elementor-menu-cart__toggle_wrapper .elementor-menu-cart__footer-buttons a:hover .elementor-button-text:before {
    content: '';
    opacity: 1;
    z-index: 1;
}
.elementor-menu-cart__footer-buttons {
    padding-top: 0!important;
}
.elementor-menu-cart__toggle_wrapper .elementor-menu-cart__subtotal {
    border-bottom: none!important;
}
.elementor-menu-cart__products {
    max-height: 433px;

}

.woocommerce-notices-wrapper .woocommerce-message , .woocommerce-notices-wrapper .woocommerce-message * {
    display: none!important;
}

.eael-woo-cart .eael-woo-cart-wrapper {
    background: transparent;
    box-shadow: none;
    border: none;
}
.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table {
    border-collapse: separate;
    border-spacing: 0px 26px;
    border: none;
    margin: 0;
}

.eael-woo-cart-wrapper .product-thumbnail a {
    width: 95.91px!important;
    height: 95.91px!important;

    padding: 10px;
    background: #F6F6F6;
    border-radius: 10px;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td.product-thumbnail img {
    height: auto;
    border-radius: 0px;
    display: inline-block;
    object-fit: contain;
    width: 75px!important;
    height: 75px!important;

}
 .eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table td {
    border: none;
    color: #00BBBD;
    padding: 16.2px 0px;
    text-transform: initial;
    font-weight: 600!important;
}
.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table td.product-thumbnail {
    border: none;
    color: #202b46;
    padding: 14.2px 0;
    text-transform: initial;
}
.eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-remove a svg {
    height: 19.11px !important;
    width: 19.11px !important;
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/icon/close-woo.svg) no-repeat ;
    background-size: contain;
}
.eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-remove a svg * {
    fill: transparent;
}
/*.eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-remove .remove {*/
/*    height: 25.11px!important;*/
/*    width: 25.11px!important;*/
/*}*/
.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table thead tr th {
    border: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    background: rgba(0, 0, 0, 0);
    text-align: left;
    padding: 0;
}
.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td {

    line-height: 1;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
}
.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-quantity .quantity input[type=number] {
    -moz-appearance: textfield;
    width: 50px;
    background: transparent;
    border: none;
    border-radius: 0px;
    padding: 10px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #2E333E;
    text-decoration: none !important;
}
.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td.product-price {
    color: #383638;
    font-weight: 600!important;
    font-size: 16px!important;
}
.woocommerce-cart-form__cart-item.cart_item .product-remove {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}
.elementor-1832 .elementor-element.elementor-element-b20c531 .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper .coupon {
    max-width: 514px;
}

.eael-woo-cart .eael-woo-cart-wrapper .product-name a {
    padding: 5px 27% 5px 4.5%;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-clear-btn .cart-collaterals .cart_totals {
    max-width: 583px;

}

/*.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-shipping-totals.shipping {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: 583px;*/
/*}*/

/*.woocommerce-shipping-totals.shipping th,*/
/*.woocommerce-shipping-totals.shipping td {*/
/*    display: block!important;*/
/*    width: 100% !important;*/
/*    box-sizing: border-box!important;*/
/*}*/

.eael-woo-cart .eael-woo-cart-wrapper .cart-subtotal .woocommerce-Price-amount {
    font-size: 24px!important;
    font-weight: 600!important;
    line-height: 34px;
}
.eael-woo-cart .eael-woo-cart-wrapper .order-total .woocommerce-Price-amount {
    font-size: 24px!important;
    font-weight: 600!important;
    line-height: 34px;
}
.eael-woo-cart .eael-woo-cart-wrapper .cart-subtotal .woocommerce-Price-amount {
    font-size: 24px!important;
    font-weight: 600!important;
    line-height: 34px;
}
.eael-woo-cart .eael-woo-cart-wrapper .tax-total td {
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 26px;
    color: #2E333E!important;
}

/*.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr th, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-clear-btn .cart-collaterals .cart_totals table tr th {*/
/*    color: #737373;*/
/*    font-weight: 500;*/
/*    text-align: left;*/
/*    width: 40%;*/
/*}*/

.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-shipping-totals.shipping td {
    text-align: left!important;
}
/*.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-shipping-totals.shipping th {*/
/*    width: 32% !important;*/
/*}*/
.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr th, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-clear-btn .cart-collaterals .cart_totals table tr th {

    width: 32%;

}

.woocommerce-cart .quantity .eael-cart-qty-minus {
    border-width: 1px 0px 1px 1px;
    border-color: #CFCFCF;
    width: 52px;
    height: 61px;
    border-radius: 32px 0px 0px 32px;
    background: white;
    color: #000000;
    border-style: solid;
    line-height: 39px!important;
    text-align: center;
    color: #000000!important;
    font-family: "Poppins", sans-serif!important;
    font-weight: 400!important;
}

.woocommerce-cart .quantity .eael-cart-qty-plus {
    margin-left: 0 !important;
    border-width: 1px 1px 1px 0px;
    border-color: #CFCFCF;
    width: 52px;
    height: 61px;
    border-radius: 0px 32px 32px 0px;
    background: white;
    border-style: solid;
    color: #000000;
    line-height: 39px!important;
    text-align: center;
    font-family: "Poppins", sans-serif!important;
    color: #000000!important;
    font-weight: 400!important;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-clear-btn .cart-collaterals .cart_totals table {

    margin: -36px 0;

}

@media (min-width:1280px) {
    .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table td,  .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-clear-btn .cart-collaterals .cart_totals table td {

        padding: 19px 55px 19px 1px;
    }
    .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table th,  .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-clear-btn .cart-collaterals .cart_totals table th {

        padding: 19px 1px 19px 40px;
    }
    .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table+.wc-proceed-to-checkout, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-clear-btn .cart-collaterals .cart_totals table+.wc-proceed-to-checkout {
        margin-top: 23px;
    }
}
@media (max-width:1093px) {

    .eael-woo-cart .eael-woo-cart-wrapper .eael-woo-cart-table-warp table {
        width: 1063px!important;
    }
    .eael-woo-cart .eael-woo-cart-wrapper .eael-woo-cart-table-warp {
        width: 100% !important;
        overflow-x: auto!important;
    }
}

.woocommerce-shipping-totals.shipping label {
    font-size: 16px!important;
    line-height: 24px!important;
    font-weight: 600!important;
    color: #5A5A5A!important;
}
.woocommerce-shipping-totals.shipping label .woocommerce-Price-amount {
    font-size: 16px!important;
    line-height: 26px!important;
    font-weight: 600!important;
    color: #383638!important;
}
.woocommerce-cart .woocommerce-shipping-destination  {
    display: block;
    font-size: 24px!important;
    line-height: 34px!important;
    font-weight: 600!important;
    color: #383638!important;
    margin-top: 24px!important;
}
.woocommerce-cart .shipping-calculator-button {
    font-size: 16px!important;
    line-height: 26px!important;
    font-weight: 500!important;
    text-decoration: underline!important;
    color: #2E333E!important;
    position: relative;
    padding-right: 43px;
    margin-top: 6px!important;
}
@media (max-width:768px) {
    .woocommerce-cart .shipping-calculator-button {
        font-size: 14px!important;
        line-height: 24px!important;

    }
}
.woocommerce-cart .shipping-calculator-button:after {
    content: '';
    display: none;
}
.woocommerce-cart .shipping-calculator-button:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 1px;
    width: 35.79px;
    height: 24.26px;
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/icon/cart-car.svg) no-repeat ;
    background-size: contain;
    font-size: 0;
}
@media (max-width:768px) {
    .woocommerce-cart .shipping-calculator-button:before {
        content: '';
        position: absolute;
        right: 0px;
        top: 4px;
        width: 25px;
        height: 20px;
        background: url(/wp-content/themes/hello-theme-child-master/assets/images/icon/cart-car.svg) no-repeat ;
        background-size: contain;
        font-size: 0;
    }
    .woocommerce-cart .shipping-calculator-button {

        padding-right: 30px;

    }
}
.woocommerce-cart .shipping-calculator-button:hover {
    text-decoration: none!important;
}
.woocommerce-cart .woocommerce-shipping-destination strong {
    display: block;
    font-size: 16px!important;
    line-height: 24px!important;
    font-weight: 600!important;
    color: #383638!important;
    margin-top: 5px;
}
.woocommerce-cart .shipping-calculator-form *:not(.button) {
    text-align: left!important;
}
.woocommerce-cart .shipping-calculator-form label {
    padding: 10px 0!important;
}

.woocommerce-cart  .woocommerce-shipping-methods input[type="radio"] {
    display: none;
}

.woocommerce-cart  .woocommerce-shipping-methods label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
}

.woocommerce-cart  .woocommerce-shipping-methods label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    border: 1px solid #5A5A5A;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
}

.woocommerce-cart  .woocommerce-shipping-methods input[type="radio"] + label::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 4px;
    width: 11px;
    height: 11px;
    background-color: #00BBBD;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.woocommerce-cart .woocommerce-shipping-methods input[type="radio"]:checked + label::after {
    opacity: 1;
}
.woocommerce-cart .tax-total td {
    transform: translateY(4px);
}

.eael-woo-cart .eael-woo-cart-wrapper .tax-total .woocommerce-Price-amount.amount {
    font-size: 24px!important;
    font-weight: 600!important;
    line-height: 24px;
    color: #00BBBD!important;
}

.woo-checkout-login , .woocommerce-account-fields {
    display: none!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1!important;
}
.eael-woo-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent!important;
    border-width: 0!important;
}
.eael-woo-cart .tax-total small {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    color: #5A5A5A !important;
}
.woocommerce-checkout .blockUI.blockOverlay {
    z-index: 99!important;
}
.woocommerce-checkout .ea-checkout-review-order-table {
    z-index: 65!important;
}


@media (max-width:768px) {
    .woocommerce .woocommerce-customer-details .woocommerce-column--shipping-address .woocommerce-column__title {
        margin-top: 28px;
    }
}

.woocommerce-order-received .woocommerce-table__product-name.product-name {
    width: 100%;
    max-width: 100%;
}
.woocommerce-checkout #billing_phone_field .iti.iti--allow-dropdown {
    width: 100%;
}
.woocommerce-checkout #billing_phone_field input  {
    padding-left: 52px;
}
.woocommerce-checkout #billing_phone_field .iti__flag-container .iti__selected-flag  {
    background: transparent;
}

.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    margin-top: -500px;
    padding-top: 500px;
}
.woocommerce-checkout .form-row.hidden {
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.woocommerce-order-received tbody .woocommerce-table__line-item.order_item {
    background-color: hsla(0, 0%, 50.2%, .0705882353);

}
.woocommerce-order-received table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
.woocommerce-order-received  .addresses h2 {
    font-size: 24px;
}
.woocommerce-order-received table tbody tr:hover>td, .woocommerce-order-received table tbody tr:hover>th {
    background-color: transparent;
}

.page-id-10634 .table-header th:first-child a {

    max-width: 132px !important;
}
.page-id-10634 #mCSB_1  .table-header .sorting.sorting-none:first-child {
    padding: 27px 16px 20px 24px !important;
    max-width: 100% !important;
}
@media (min-width:769px) {
   .page-id-10468  .elementor-element-a67877c .elementor-heading-title {
        width: 500px!important;
    }
    .page-id-10468  .elementor-element-a67877c .elementor-heading-title br {
        display: none;
    }
}
.tank-main-slider > div {
    min-height: 100% !important;
}
.tank-main-slider > div > div {
    padding-bottom: 19px!important;
}

#gform_wrapper_3 .gform_title , #gform_wrapper_5 .gform_title , #gform_wrapper_4 .gform_title {
    display: none;
}


@media (min-width:1024px) {
    .elementor-page-10466 .elementor-element-5acd8f1 ,.elementor-page-10466 .elementor-element-bdfaf75 , .elementor-page-10468 .elementor-element-5acd8f1 , .elementor-page-10468 .elementor-element-bdfaf75  {
        min-height: 102px;
        justify-content: center;
    }
    .elementor-page-10466 .elementor-element-bf30bcb , .elementor-page-10468 .elementor-element-bf30bcb {
        padding-top: 16.5px;
        padding-bottom: 24.5px;
    }

}
@media (min-width:769px) {
    html[lang="es-ES"] .for_es_DOWNLOADS .elementor-element-4466e3c > div {
        max-width: calc(50% - 31px) !important;
    }
}

@media (min-width:1024px) {
    html[lang="es-ES"] .for_es_DOWNLOADS .elementor-element-4466e3c > div {
        max-width: calc(33.333% - 31px) !important;
    }
}

@media (min-width:1300px) {
    html[lang="es-ES"] .for_es_DOWNLOADS .elementor-element-4466e3c > div {
        max-width: calc(25% - 31px) !important;
    }
}

#gform_confirmation_message_3  {
    padding-top: 200px;
    margin-top: -200px;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name a , .woocommerce-order-received .woocommerce-table__product-name.product-name strong , .woocommerce-order-received .woocommerce-table__product-name.product-name , .woocommerce-order-received .woocommerce-table__product-total.product-total .woocommerce-Price-amount.amount * {
    /*font-weight: 700!important;*/
    font-size: 12.6px!important;
    color: rgb(56, 54, 56) !important;

}

.woocommerce-order-received .woocommerce-table__product-name.product-name a  , .woocommerce-order-received .woocommerce-table__product-name.product-name strong {
    font-weight: 400!important;
}

.wpml-ls-statics-shortcode_actions *{
    opacity: 0!important;
}
.wpml-ls-statics-shortcode_actions.ls-ready *{
    opacity: 1!important;
}

@media (max-width:1024px) {
        .elementor-video-landscape {
            max-height: 85vh!important;
            width: 85vw!important;
        }
    /*a:hover , a:focus ,  a:hover span , a:focus span {*/
    /*    background-color: inherit!important;*/
    /*    color: inherit!important;*/
    /*    border-color: inherit!important;*/
    /*}*/
    .elementor-button , .products_buttons_read_more {

        transition: none!important;
    }

}
@media (max-width:769px) {
    .woocommerce-order-received .woocommerce-table__product-name.product-name a , .woocommerce-order-received .woocommerce-table__product-name.product-name strong , .woocommerce-order-received .woocommerce-table__product-name.product-name , .woocommerce-order-received .woocommerce-table__product-total.product-total .woocommerce-Price-amount.amount * {
        /*font-weight: 700!important;*/
        font-size: 12.6px!important;
        color: rgb(56, 54, 56) !important;
        min-height: 46px;
    }

}

/*.wpml-elementor-ls ul li:nth-child(2) {*/
/*    display: none;*/
/*}*/
@media screen and (max-width: 768px) {
    .single-product .product_image_slider__thumbs .swiper-slide img {
        opacity: 1;
    }
    .single-product .product_image_slider__thumbs .swiper-slide {

        width: calc(25vw - 9px) !important;
    }
    .single-product .eael-single-product-images .product_image_slider__thumbs {

        width: calc(100vw - 30px) !important;
    }
}

.single-product .eael-single-product-images .product_image_slider__thumbs__image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}



@media screen and (max-width: 1024px) {
    .single-post .elementor-widget-text-editor ul li {
        list-style: none!important;
        padding-bottom: 5px!important;
        position:relative!important;


    }
    .single-post .elementor-widget-text-editor ul li:before {
        content: ''!important;
        background: var(--e-global-color-accent)!important;
        width: 6px!important;
        height: 6px!important;
        display: inline-block!important;
        border-radius: 50%!important;
        position: absolute!important;
        left: -15px!important;
        top: 8px!important;


    }
}

.woocommerce-cart a.shipping-calculator-button,
.woocommerce-cart .checkout-button { position: relative; display: inline-block; }

.woocommerce-cart .checkout-button.is-blocked {
    cursor: not-allowed !important;
    background: var(--e-global-color-accent)!important;
    color: var(--e-global-color-primary) !important;
}

.woocommerce-cart a.shipping-calculator-button.has-shipping-warning::after,
.woocommerce-cart .checkout-button.has-shipping-warning::after {
    content: attr(data-warning) !important;
    position: absolute !important;
    left: 0 !important;
    top: calc(100% + 8px) !important;
    background: #ffe9e9 !important;
    color: #c00 !important;
    border: 1px solid #f5c2c2 !important;
    border-radius: 6px !important;
    padding: 6px 10px !important;
    font: 12px/1.3 inherit !important;
    white-space: normal !important;
    width: max-content !important;
    max-width: 320px !important;
    z-index: 99999 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.08) !important;
    pointer-events: none !important;
}

.woocommerce-cart .shipping-warning-tip{
    margin: 8px 0 0;
    background: #ffe9e9;
    color: #c00;
    border: 1px solid #f5c2c2;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    right: auto;
    position: absolute;
    bottom: -20px;
    display: block;
    width: calc(100% - 55px);
    text-align: center;
}

@media screen and (max-width: 769px) {
    .woocommerce-cart .shipping-warning-tip{
        margin: 8px 0 0;
        background: #ffe9e9;
        color: #c00;
        border: 1px solid #f5c2c2;
        border-radius: 6px;
        padding: 6px 10px;
        font-size: 12px;
        line-height: 1.3;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
        right: auto;
        position: absolute;
        bottom: -20px;
        display: block;
        width: calc(100% - 18px);
        text-align: center;
    }
}

.dont-click > a {
    cursor: default;
}

html[lang="en-US"]  .products_widget__filter_items.replacement_parts.active {
    display: flex;
    flex-direction: column;
}
html[lang="en-US"] .products_widget__filter_items.replacement_parts.active div:nth-child(2)  {
    order: 555;
}
h1 .span-r,h2 .span-r,h3 .span-r,h4 .span-r,h5 .span-r, .span-r h6 {
    display: none!important;
}

.woocommerce-cart .product-thumbnail img {
    object-fit: contain;
    aspect-ratio: 1;
}

.blue-menu-item {

}
.blue-menu-item a {
    color: var(--e-global-color-primary)!important;
    background-color: var(--e-global-color-accent)!important;
    border-radius: 0!important;
}
.blue-menu-item a:hover {
    color: var(--e-global-color-accent)!important;
    background-color: var(--e-global-color-primary)!important;
    border-radius: 0!important;
}


@media screen and (min-width: 1351px) {
    .menu-item-has-children ul li:last-child a{
        border-radius: 0px 0px 5px 5px!important;
        overflow: hidden;
    }
}
@media screen and (max-width: 1120px) {
    .single-product .eael-add-to-cart-wrapper.eael-product-simple form {
        flex-direction: column!important;
        align-items: flex-start!important;
    }
}
.woocommerce a.remove:hover {
    background: transparent;
}
.woocommerce-checkout .tax-total > div:last-child {
    font-size: 14px;
    padding-top: 8px;
    padding-left: 15px;

}
.woocommerce-checkout .tax-total > div:last-child span {
    font-size: 24px;
    margin-top: -8px;

}
.elementor-element-60b5cb0 {
    padding-left: 15px;
}
@media screen and (max-width: 1024px) {
    .elementor-element-ca61236  {
        flex-direction: column !important;
    }
    .elementor-element-ca61236 *  {
        text-align: center;
    }
    .elementor-element-60b5cb0 {
        padding-left: 0px;
    }
}


@media (max-width:769px) {
    .woocommerce-cart.eael-woo-cart.woocommerce-page.woocommerce-js .cart-item-flex .cart-item-thumb {
        display: none !important;
    }
    .eael-woo-cart .custom-remove-btn .label {
        display: none !important;
    }
}

.woocommerce-checkout .wc_avatax_validate_address.button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    padding: 20px 27px 17px 27px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 30px 28px 30px;
    color: var(--e-global-color-primary);
    margin-top: -35px;
}
.woocommerce-checkout .wc_avatax_validate_address.button:focus , .woocommerce-checkout .wc_avatax_validate_address.button:hover {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-accent);
}


@media (max-width:769px) {
    .woocommerce-checkout .wc_avatax_validate_address.button {
        margin-bottom: 35px;
    }
}

/*.woocommerce-checkout .tax-total , .woocommerce-cart .tax-total {*/
/*    display: none!important;*/
/*}*/
/*.woo-checkout-coupon {*/
/*    display: none!important;*/
/*}*/
/*.wc_payment_method payment_method_stripe_klarna {*/
/*    display: none!important;*/
/*}*/

.woocommerce-checkout #customer_details {
    display: flex!important;
    flex-direction: column!important;
}


.gform_required_legend {
    display: none;
}

.woocommerce-additional-fields {
    
}