/*
Theme Name:  Hello Elementor Child
Theme URL:   https://i-b.co.il
Description: Write here theme description.
Author:      odedta
Author URL:  https://i-b.co.il
Template:    hello-elementor
Version:     1.0.0
*/

/*
 * General
 */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

.elementor-widget-container ul:not(.elementor-nav-menu):not(.elementor-icon-list-items),
.elementor-widget-container ol:not(.elementor-nav-menu):not(.elementor-icon-list-items) {
    margin-bottom: 10px;
}

.hide,
.hidden {
    display: none !important;
}

pre {
    direction: ltr;
    text-align: left;
    display: block;
    padding: 10px;
    overflow: auto;
    background-color: #eeeeee;
    font-size: 0.875em;
    direction: ltr;
    unicode-bidi: bidi-override;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

input:disabled,
textarea:disabled,
select:disabled {
    opacity: 0.5;
}

body:not(.logged-in) .hide-logged-out {
    display: none;
}

body.logged-in [data-action="show-popup-representative-register"],
body.logged-in [data-action="show-popup-agent-register"] {
    display: none;
}

body nav#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    padding: 5px;
    font-size: 160%;
}

body:not(.logged-in) .login-register-wrapper {
    margin: 50px 0;
}

body:not(.logged-in) .hide-logged-out {
    display: none;
}

.login-register-wrapper nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0;
}

.login-register-wrapper nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px;
    border-radius: 5px;
    background-color: #f5f5f5;
    list-style-type: none;
}

.login-register-wrapper nav ul li a {
    display: inline-block;
    padding: 10px 20px;
    color: #333333;
    text-decoration: none;
}

.login-register-wrapper nav ul li a:hover {
    background-color: #333333;
    color: white;
}

.login-register-wrapper nav ul li.active a {
    background-color: #333333;
    color: white;
}

.login-register-wrapper .tabs .tab {
    display: none;
}

.login-register-wrapper .tabs .tab.active {
    display: block;
}

.myaccount-icon-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.myaccount-icon-box p {
    display: inline-block;
    margin: 0 10px;
    color: white;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
}

.myaccount-icon-box img {
    max-width: 50px;
    max-height: 50px;
    background-color: white;
    border-radius: 50%;
}

.myaccount-icon-box a {
    display: inline-block;
    margin: 0;
    color: white;
    text-decoration: underline;
}

.myaccount-icon-box span {
    color: white;
}

.role-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.myaccount-icon-box i,
.myaccount-icon-box figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
}

.myaccount-icon-box i {
    border: 8px solid white;
}

.role-box .caption,
.myaccount-icon-box figcaption {
    position: absolute;
    top: 100%;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    color: white;
}

.product-name {
    text-align: right;
}

.product-name .custom-field {
    position: relative;
}

.product-name .custom-field input[type="text"] {
    padding: 8px 16px 8px 40px;
}

.product-name .custom-field .edit-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}

.product-subtotal,
.cart-subtotal,
.order-total,
.product-total {
    display: none;
}

/*
 * Select2 overrides
 */
.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

/*
 * Elementor
 */
.elementor-menu-cart__product-remove.active::before,
.elementor-menu-cart__product-remove.active::after {
    display: none;
}

.elementor-menu-cart__product-remove.active a {
    top: 2px;
    color: #818a91;
    opacity: 1;
}

.elementor-field-type-checkbox span.elementor-field-option {
    display: flex;
    margin: 10px 0 15px 0;
}

.elementor-field-type-checkbox span.elementor-field-option input[type="checkbox"] {
    position: relative;
    top: 1px;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

/*
 * Popups
 */
#agent_login_form input,
#agent_register_form input {
    padding: 0;
}

ul.product-bundle-list {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

ul.product-bundle-list li {
    font-size: 20px;
}

a.product-bundle-add-to-cart {
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 1px;
    color: white;
    background-color: #f7aa47;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 25px 10px 25px;
}

/*
 * Woocommerce My account
 */
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
    padding: 10px 20px 10px 20px;
    border-top-color: #f7aa47;
    line-height: 2;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before {
    position: relative;
    top: 3px;
    right: 0;
    margin-left: 5px;
    color: #2d496e;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inherit;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 25px;
    color: black;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1em;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #f7aa47;
    color: white;
    padding: 10px 25px;
    transition: 0.2s all;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    padding: 10px 25px;
    background-color: #f7aa47;
    color: white;
    border-radius: 50px;
    font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f3fd";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--agent-customers a::before {
    content: "\f0c0";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f0ea";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f381";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f5a0";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f4ff";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f2f5";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
    content: "\f53c";
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    margin-bottom: 10px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox {
    position: relative;
    top: 4px;
    margin-left: 5px;
    height: 20px;
    width: 20px;
}

.woocommerce-MyAccount-content #payment ul,
.woocommerce-checkout div.woocommerce-checkout-payment ul {
    list-style-type: none;
    margin: 0;
    padding: 20px;
    background-color: #eeeeee;
}

.woocommerce-MyAccount-content #payment ul li,
.woocommerce-checkout div.woocommerce-checkout-payment ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
}

.woocommerce-MyAccount-content #payment ul li:not(:last-child),
.woocommerce-checkout div.woocommerce-checkout-payment ul li:not(:last-child) {
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content #payment ul li label[for="payment_method_paypal"],
.woocommerce-checkout div.woocommerce-checkout-payment ul li label[for="payment_method_paypal"] {
    display: flex;
    align-items: center;
}

.woocommerce-MyAccount-content #payment ul li label[for="payment_method_paypal"] img,
.woocommerce-checkout div.woocommerce-checkout-payment ul li label[for="payment_method_paypal"] img {
    margin: 0 8px;
}

.woocommerce-account .addresses .title .edit {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 25px;
    background-color: #f7aa47;
    color: white;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
}

#customer_login {
    display: flex;
}

#customer_login .u-column1,
#customer_login .u-column2 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    padding: 80px;
}

.input-with-icon-container {
    display: flex;
    flex-direction: row-reverse;
}

.input-with-icon-container i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    background-color: #f7aa47;
    color: white;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.input-with-icon-container input[type="text"] {
    width: 100%;
    border: 0;
}

[data-action="logout"],
[data-action="show-popup-logout"] {
    cursor: pointer;
}

/*
 * DataTables
 */
table.table-agent-customers th,
table.table-agent-customers td {
    font-size: 17px !important;
}

table.dataTable thead th {
    background-position: left !important;
}

table.dataTable tr td.dt-control {
    background-position: calc(100% - 10px) center;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter > label {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.dataTables_wrapper .dataTables_filter > label > input {
    margin-right: 10px;
    padding: 5px 15px;
    border-radius: 50px;
}

.table-agent-customers tr.dt-hasChild.shown,
.table-agent-customers tr.dt-hasChild.shown td {
    background-color: #f7aa47 !important;
    color: white;
}

@media (max-width: 1024px) {
    .woocommerce-account .woocommerce-MyAccount-content table th {
        padding: 10px 20px !important;
    }
}

@media (max-width: 768px) {
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0;
    }

    .dataTables_wrapper .dataTables_filter > label > input {
        width: auto;
    }
}

/*
 * Woocommerce General
 */
.woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.woocommerce-address-fields__field-wrapper #billing_first_name_field {
    grid-row: 1;
    grid-column: 1 / 5;
}

.woocommerce-address-fields__field-wrapper #billing_last_name_field {
    grid-row: 1;
    grid-column: 5 / 8;
}

.woocommerce-address-fields__field-wrapper #billing_city_field {
    grid-row: 2;
    grid-column: 1 / 4;
}

.woocommerce-address-fields__field-wrapper #billing_address_1_field {
    grid-row: 2;
    grid-column: 4 / 7;
}

.woocommerce-address-fields__field-wrapper #billing_postcode_field {
    grid-row: 2;
    grid-column: 7 / 8;
}

.woocommerce-address-fields__field-wrapper #billing_email_field {
    grid-row: 3;
    grid-column: 1 / 5;
}

.woocommerce-address-fields__field-wrapper #billing_phone_field {
    grid-row: 3;
    grid-column: 5 / 8;
}

.woocommerce-address-fields__field-wrapper #billing_company_field {
    grid-row: 4;
    grid-column: 1 / 5;
}

.woocommerce-address-fields__field-wrapper #customer_identity_number_field {
    grid-row: 4;
    grid-column: 5 / 8;
}

.woocommerce-address-fields__field-wrapper #shipping_first_name_field {
    grid-row: 1;
    grid-column: 1 / 4;
}

.woocommerce-address-fields__field-wrapper #shipping_last_name_field {
    grid-row: 1;
    grid-column: 4 / 8;
}

.woocommerce-address-fields__field-wrapper #shipping_city_field {
    grid-row: 2;
    grid-column: 1 / 3;
}

.woocommerce-address-fields__field-wrapper #shipping_address_1_field {
    grid-row: 2;
    grid-column: 3 / 5;
}

.woocommerce-address-fields__field-wrapper #shipping_postcode_field {
    grid-row: 2;
    grid-column: 5 / 6;
}

.woocommerce-address-fields__field-wrapper #shipping_company_field {
    grid-row: 2;
    grid-column: 6 / 8;
}

.woocommerce-account .woocommerce-MyAccount-content table td {
    padding: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content table th {
    padding: 10px;
    background-color: #2d496e !important;
    color: white;
}

.woocommerce-account .woocommerce-MyAccount-content table tfoot th {
    background-color: white !important;
    color: black;
}

.woocommerce-MyAccount-content h2.woocommerce-order-details__title {
    padding: 0;
    background-color: white;
    color: black;
}

.woocommerce-account .woocommerce-MyAccount-content table td .order-product p {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content table td .order-product:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2d496e;
}

.woocommerce-account .edit-account {
    max-width: 500px;
    margin: 0 auto;
}

.woocommerce-account .edit-account p.form-row {
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
}

.woocommerce-account .edit-account fieldset {
    float: none;
    width: 100%;
    padding: 10px;
}

.woocommerce-account .edit-account fieldset p {
    float: none;
    width: 100%;
    padding: 5px;
}

.woocommerce-account .edit-account button[type="submit"] {
    margin-top: 20px;
}

.woocommerce-account .thwcfe-checkout-section.billing_details {
    display: none;
}

body:not(.woocommerce-account) .netfree-logo {
    display: none;
}

.woocommerce-account .menu-item-home,
.woocommerce-account .elementor-widget-woocommerce-menu-cart {
    display: none;
}

#aside-content .form-wrapper {
    display: flex;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
    font-size: 20px;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@media (max-width: 786px) {
    .woocommerce-address-fields__field-wrapper {
        grid-template-columns: 1fr;
    }

    .woocommerce-address-fields__field-wrapper #shipping_first_name_field,
    .woocommerce-address-fields__field-wrapper #shipping_last_name_field,
    .woocommerce-address-fields__field-wrapper #shipping_city_field,
    .woocommerce-address-fields__field-wrapper #shipping_address_1_field,
    .woocommerce-address-fields__field-wrapper #shipping_postcode_field,
    .woocommerce-address-fields__field-wrapper #shipping_email_field,
    .woocommerce-address-fields__field-wrapper #shipping_phone_field,
    .woocommerce-address-fields__field-wrapper #shipping_company_field,
    .woocommerce-address-fields__field-wrapper #billing_first_name_field,
    .woocommerce-address-fields__field-wrapper #billing_last_name_field,
    .woocommerce-address-fields__field-wrapper #billing_city_field,
    .woocommerce-address-fields__field-wrapper #billing_address_1_field,
    .woocommerce-address-fields__field-wrapper #billing_postcode_field,
    .woocommerce-address-fields__field-wrapper #billing_email_field,
    .woocommerce-address-fields__field-wrapper #billing_phone_field,
    .woocommerce-address-fields__field-wrapper #billing_company_field,
    .woocommerce-address-fields__field-wrapper #customer_identity_number_field {
        grid-row: initial;
        grid-column: initial;
    }
}

/*
 * Woocommerce General
 */
.woocommerce-mini-cart__empty-message {
    font-size: 18px;
}

#elementor-menu-cart__toggle_button:focus,
#elementor-menu-cart__toggle_button:hover {
    background-color: transparent;
    box-shadow: none;
}

.woocommerce button.button,
.woocommerce button.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus {
    padding: 15px 20px 16px 20px;
    border-radius: 0;
    outline: 0;
    background-color: #2d496e;
    color: white;
    line-height: 1;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background-color: #ffffff;
    border-radius: 0px;
    vertical-align: middle;
    font-size: 18px;
    min-height: 47px;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    border: 0;
    border: 1px solid #2d496e;
}

.woocommerce-additional-fields h3 {
    display: none;
}

.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart .quantity,
.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input {
    width: 55px;
}

.woocommerce div.product.elementor .quantity + .button {
    margin-right: 0;
}

.woocommerce ul.products,
.elementor-products-grid .woocommerce ul.products {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul.products.columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.woocommerce .cross-sells ul.products.columns-1 {
    width: 100%;
}

.woocommerce .cross-sells ul.products li.product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: transparent;
}

.woocommerce .cross-sells ul.products li.product:not(:last-child) {
    border-bottom: 1px dotted black;
}

.woocommerce .cross-sells ul.products li.product p.product {
    flex-shrink: 0;
    padding: 0 !important;
    border: 0 !important;
}

.woocommerce .cross-sells ul.products li.product p.product .woocommerce-Price-amount {
    display: none;
}

.woocommerce .cross-sells ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.woocommerce .cross-sells ul.products li.product .short-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
}

.woocommerce .cross-sells ul.products li.product .price {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

.woocommerce .cross-sells ul.products li.product a.ajax_add_to_cart.add_to_cart_button {
    font-size: 16px;
}

.e-loop-item .added_to_cart.wc-forward {
    display: none !important;
}

.e-loop-item .ajax_add_to_cart.added::after {
    content: "\2713";
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.e-loop-item .product-additional-details-toggle,
.e-loop-item .product-cross-sells-toggle {
    cursor: pointer;
}

.e-loop-item .product-additional-details-toggle .elementor-icon-box-wrapper,
.e-loop-item .product-cross-sells-toggle .elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
}

.e-loop-item .product-additional-details-toggle .elementor-icon-box-wrapper .elementor-icon-box-icon,
.e-loop-item .product-cross-sells-toggle .elementor-icon-box-wrapper .elementor-icon-box-icon {
    display: flex;
    margin: 3px 0 0 7px;
}

.e-loop-item .product-cross-sells-wrapper,
.e-loop-item .product-additional-details-wrapper {
    display: none;
    height: inherit;
    max-height: inherit;
    overflow-y: auto;
    bottom: 0;
}

.e-loop-item .product-additional-details .elementor-icon-list-text {
    display: inline-flex;
    align-items: center;
}

.e-loop-item .product-additional-details .elementor-icon-list-text p {
    margin: 0 5px 0 0;
}

ul.products li.product .onsale-text,
.elementor-products-grid ul.products.elementor-grid li.product .onsale-text {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

ul.products li.product .onsale-text strong,
ul.products li.product .onsale-text p,
.elementor-products-grid ul.products.elementor-grid li.product .onsale-text strong,
.elementor-products-grid ul.products.elementor-grid li.product .onsale-text p {
    margin: 0;
    color: black;
    font-size: 18px;
    line-height: 1.2em;
}

ul.products li.product .onsale-text strong,
.elementor-products-grid ul.products.elementor-grid li.product .onsale-text strong {
    margin-left: 5px;
}

ul.products li.product .woocommerce-loop-product__title,
.elementor-products-grid ul.products.elementor-grid li.product .woocommerce-loop-product__title {
    color: black;
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

ul.products li.product a.ajax_add_to_cart,
ul.products li.product a.ajax_add_to_cart:hover,
.elementor-products-grid ul.products.elementor-grid li.product a.ajax_add_to_cart,
.elementor-products-grid ul.products.elementor-grid li.product a.ajax_add_to_cart:hover {
    display: inline-block;
    margin-top: 10px;
    border-radius: 50px 50px 50px 50px;
    padding: 9px 20px 11px 20px;
    background-color: #f7aa47;
    color: white;
    border-color: white;
    font-size: 18px;
    line-height: 1.2em;
    transition: all 0.2s;
}

ul.products li.product .price,
.elementor-products-grid ul.products.elementor-grid li.product .price {
    color: black;
    font-size: 20px;
    font-weight: 700;
}

.woocommerce ul.products li.product img,
.elementor-products-grid .woocommerce ul.products li.product img {
    max-width: 100px;
    width: 100%;
    height: 100px;
    display: none;
}

.elementor-products-grid .woocommerce ul.products li.product .count {
    display: none;
}

h2.product-pa_company-heading {
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.3em;
    text-align: center;
}

ul.product-pa_company-list,
ul.product-categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
}

ul.product-categories-list li.product-category {
    margin: 15px 20px;
    flex-basis: calc(100% / 8);
    text-align: center;
}

ul.product-categories-list li.product-category a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.product-categories-list li.product-category .product-category-name {
    font-size: 20px;
}

ul.product-categories-list li.product-category.active .product-category-name {
    color: #f7aa47;
    font-weight: bold;
}

ul.product-categories-list li.product-category.active + li.product-category {
    display: none;
}

ul.product-categories-list li.product-category img {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
    object-fit: contain;
}


.woocommerce.widget_layered_nav_filters h5 {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.woocommerce .reset_variations {
    display: none !important;
}

.woocommerce div.products div.product {
    display: grid;
    grid-template-columns: 80px calc(100% - 260px) 180px;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.4);
    background-color: #eeeeee;
}

.woocommerce div.products div.product .product-thumbnail,
.woocommerce div.products div.product .product-content-wrapper,
.woocommerce div.products div.product .product-actions {
    padding: 15px;
}

.woocommerce div.products div.product .product-actions .product-price {
    text-align: center;
}

.woocommerce div.products div.product .product-actions .product-price span.price bdi {
    font-size: 28px;
    font-weight: 600;
}

.woocommerce div.products div.product .product-actions .product-price span.price bdi > span {
    font-size: 20px;
    font-weight: 400;
}

.woocommerce div.products div.product .product-content-wrapper a h2 {
    margin: 0 0 5px 0;
}

.woocommerce div.products div.product .product-thumbnail img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.woocommerce div.products div.product .product-content-wrapper h2.woocommerce-loop-product__title {
    display: block;
    padding: 0;
    background-color: transparent;
    color: inherit;
}

.woocommerce-pagination ul.page-numbers {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 33px;
}

.woocommerce-pagination ul.page-numbers li span.current {
    background-color: #243a58;
    color: white;
}

.woocommerce div.products div.product:not(:last-child) {
    margin-bottom: 20px;
}

table.variations tbody > tr > td.label {
    width: 10%;
}

table.variations tbody > tr > td.label > label {
    position: relative;
    top: -1px;
    font-size: 20px;
}

table.variations tbody > tr > td.value,
table.variations tbody > tr > td.value > select {
    width: auto;
}

table.variations tbody > tr > td.value > select {
    margin-right: 10px;
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 20px;
}

table.variations tbody > tr:nth-child(odd) > td {
    vertical-align: middle;
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 100%;
}

.woocommerce.single-product .single_variation_wrap .woocommerce-variation.single_variation {
    margin: 0 !important;
}

.woocommerce.single-product .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
    position: absolute;
    left: 0;
    padding: 15px;
    height: 49px;
    background-color: #f7aa47;
    color: white;
    font-size: 20px;
    font-weight: 900;
}

.woocommerce.single-product div.product.elementor .quantity + .button,
.woocommerce.single-product div.product.elementor .quantity + .button:hover,
.woocommerce.single-product div.product.elementor .quantity + .button:focus,
.woocommerce.single-product div.product.elementor .quantity + .button:active,
.woocommerce.single-product div.product.elementor .quantity + .button {
    display: inline-block;
    padding: 10px 25px;
    border: 0;
    border-radius: 50px;
    background-color: #f7aa47;
    color: white;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    margin-right: 0;
}

.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart button[type="submit"] {
    outline: 0;
    border: 0;
    font-weight: 900;
}

.woocommerce div.products {
    list-style-type: none;
}

.woocommerce div.products div.product a.button {
    display: block;
}

.woocommerce div.products div.product a.button.ajax_add_to_cart {
    margin-top: 5px;
}

form[role="search"] {
    display: flex;
}

form[role="search"] input[type="search"] {
    border-radius: 50px;
    margin-left: 5px;
}

form[role="search"] button[type="submit"],
form[role="search"] button[type="submit"]:focus,
form[role="search"] button[type="submit"]:hover,
form[role="search"] button[type="submit"]:active {
    display: flex;
    padding: 10px;
    border-radius: 50px;
    outline: 0;
}

#form_data_use_019 .alert {
    margin-top: 20px;
    margin-bottom: 0;
}

.btn-check-data-usage {
    cursor: pointer;
}

.woocommerce .product-list-toggles {
    cursor: pointer;
}

.woocommerce .product-list-toggles:hover .elementor-widget-container .elementor-icon-wrapper .elementor-icon,
.woocommerce .product-list-toggles.active .elementor-widget-container .elementor-icon-wrapper .elementor-icon {
    color: #2d496e;
    border-color: #f7aa47;
}

.woocommerce .products.grid {
    display: grid;
}

.woocommerce div.products.grid div.product:not(:last-child) {
    margin-bottom: 0;
}

.woocommerce .products.grid.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.woocommerce .products.grid.columns-2 {
    grid-template-columns: 1fr 1fr;
}

.woocommerce .products.grid.gap-20 {
    grid-gap: 20px;
}

.woocommerce ul.single-product-meta {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.woocommerce ul.single-product-meta li {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    text-align: center;
}

.woocommerce ul.single-product-meta li.separator {
    border-left: 2px dashed #dddddd;
}

.woocommerce ul.single-product-meta li span.key {
    font-weight: 600;
}

.woocommerce ul.single-product-meta li img {
    width: 30px;
    height: 30px;
    margin: 5px auto 0 auto;
}

.remove-from-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    background-color: #b4381e;
    color: white;
    line-height: 1;
    opacity: 0.8;
    cursor: pointer;
}

.remove-from-cart:hover {
    opacity: 1;
}

.remove-from-cart i {
    font-size: 13px;
    color: white;
}

a.add_to_cart_button.loading {
    transition: initial !important;
}

a.add_to_cart_button.loading::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 12px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #f7aa47;
    border-top-color: white;
    animation: spinner .6s linear infinite;
}

.e-loop-item .cross-sells a.add_to_cart_button.loading::after {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    vertical-align: middle;
    margin-right: 10px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .woocommerce div.products div.product {
        flex-wrap: wrap;
    }

    .woocommerce div.products div.product .product-content-wrapper {
        flex-basis: calc(100% - 80px);
    }

    .woocommerce div.products div.product .product-actions {
        flex-basis: 100%;
        text-align: center;
    }

    .woocommerce-pagination ul.page-numbers {
        flex-wrap: wrap;
    }

    ul.product-pa_company-list li.product-attribute,
    ul.product-categories-list li.product-category {
        flex-basis: 55px;
        flex-grow: 0;
        flex-shrink: 0;
    }
}

/*
 * Panels
 */
.panel:not(:last-child) {
    margin-bottom: 20px;
}

.panel .panel-header {
    display: grid;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    background-color: #2d496e;
}

.panel .panel-header.cols-2 {
    grid-template-columns: 1fr 1fr;
    justify-items: end;
    align-items: center;
}

.panel i.product-list-toggles {
    padding: 5px 5px 3px 5px;
    border: 2px solid white;
    color: white;
}

.panel i.product-list-toggles.active,
.panel i.product-list-toggles:hover {
    color: #f7aa47;
    border-color: #f7aa47;
}

.panel i.product-list-toggles:first-child {
    margin-left: 10px;
}

.panel .panel-header h2,
.panel .panel-header h3 {
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: white;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.panel .panel-content {
    padding: 15px;
    border: 5px solid #2d496e;
    border-radius: 0 0 5px 5px;
}

/*
 * Product Swiper
 */
.product-swiper .swiper-slide {
    height: 310px;
    background-color: white;
}

.product-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #2d496e;
    cursor: pointer;
}

.product-swiper .swiper-slide .product-content-wrapper {
    display: flex;
}

.product-swiper .swiper-slide .product-content-wrapper .product-thumbnail {
    flex-basis: 33.33%;
}

.product-swiper .swiper-slide .product-content-wrapper .product-content {
    flex-basis: 66.66%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-swiper .swiper-slide .product-content-wrapper .product-content .product-excerpt {
    font-size: 18px;
}

.product-swiper .swiper-slide .product-content-wrapper .product-content .product-price {
    font-size: 20px;
}

.product-swiper .swiper-slide .product-content-wrapper .product-content > a {
    display: block;
}

.product-swiper .swiper-slide .product-title > a > h2 {
    padding: 5px 10px;
    background-color: #2d496e;
    color: white;
    font-weight: 700;
}

.product-swiper .swiper-slide .product-content-wrapper .product-content .product-add-to-cart {
    margin-top: 20px;
}

.product-swiper .swiper-slide .product-content-wrapper .product-content .product-add-to-cart a.add_to_cart_button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f7aa47;
    color: white;
    border: 2px solid white;
    box-shadow: 0px 0px 0px 2px #f7aa47;
    font-weight: 700;
    letter-spacing: 1px;
}

.product-swiper .swiper-slide .product-content-wrapper .product-content .product-add-to-cart a.add_to_cart_button::after {
    content: "\f217";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}

/*
 * Woocommerce checkout
 */
.woocommerce input[type="radio"],
.woocommerce input[type="checkbox"] {
    display: inline;
    width: 17px;
    height: 17px;
    margin: -2px 0 0 5px;
    vertical-align: middle;
}

.elementor-field-option input[type="radio"],
.elementor-field-option input[type="checkbox"] {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: -2px 0 0 5px;
    vertical-align: middle;
}

.woocommerce p.form-row {
    float: right;
    margin: 10px;
}

/*.woocommerce p.form-row {
    width: 100%;
    margin: 10px;
}*/

.woocommerce p.form-row > label {
    margin: 0 0 3px 0;
    font-weight: bold;
}

.form-row-10 {
    width: calc(10% - 20px);
}

.form-row-15 {
    width: calc(15% - 20px);
}

.form-row-20 {
    width: calc(20% - 20px);
}

.form-row-25 {
    width: calc(25% - 20px);
}

.form-row-30 {
    width: calc(30% - 20px);
}

.form-row-40 {
    width: calc(40% - 20px);
}

.form-row-50 {
    width: calc(50% - 20px);
}

.form-row-100 {
    width: calc(100% - 20px);
}

.form-row-half {
    width: calc(50% - 20px);
}

.form-row-two-thirds {
    width: calc(66.66% - 20px);
}

.form-row-third {
    width: calc(33.33% - 20px);
}

.form-row-quarter {
    width: calc(25% - 20px);
}

.form-row-fifth {
    width: calc(20% - 20px);
}

.form-row-sixth {
    width: calc(16.66% - 20px);
}

.woocommerce-additional-fields {
    margin-bottom: 20px;
}

.col-2 {
    margin-top: 60px;
}

label[for="cc"],
label[for="customer-id"] {
    margin-left: 10px;
}

.thwcfe-input-field-wrapper label {
    font-weight: 500;
}

.woocommerce-input-wrapper .input-radio.thwcfe-input-field {
    position: relative;
    top: 1px;
    right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 1;
}

.cart-coupon-form-wrapper .coupon,
.woocommerce-cart-form .actions p {
    display: none !important;
}

#payment h3,
#payment ul {
    display: none;
}

.thwcfe-input-field-wrapper .upload-btn-wrapper {
    margin-right: 10px;
}

#standing_order_approval_field {
    margin-bottom: 20px;
}

.woocommerce-page form .form-row .optional {
    display: none;
}

.woocommerce-page form .form-row .required {
    color: red;
}

.woocommerce-input-wrapper label.radio {
    display: inline-block !important;
    margin: 0 7px 0 15px !important;
    line-height: 1;
}

.woocommerce-billing-fields__field-wrapper {
    margin-top: 10px;
    overflow: auto;
}

.woocommerce-additional-fields p,
.woocommerce-billing-fields__field-wrapper p {
    float: right;
    margin: 0 10px 10px 10px;
}

.woocommerce-billing-fields__field-wrapper p.form-row-wide {
    width: 100%;
}

.woocommerce-additional-fields p label,
.woocommerce-billing-fields__field-wrapper p label {
    margin: 0 0 3px 0;
    font-weight: 500;
}

#counter_kwh-description,
#counter_current_value-description {
    display: none;
}

#counter_current_value_field:hover #counter_kwh-description {
    display: block;
}

form.checkout.woocommerce-checkout {
    display: flex;
    flex-direction: column;
}

form.checkout.woocommerce-checkout .form-row {
    float: right;
    margin: 5px 10px;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    text-align: right;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
    border-radius: 0;
}

.woocommerce-MyAccount-content #search-customer {
    max-width: 200px;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content h4 {
    margin-top: 40px;
    margin-bottom: 5px;
    font-weight: bold;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:not(:last-child) {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #eeeeee;
}

.u-columns.woocommerce-Addresses.col2-set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}

.woocommerce-order-received h2,
.woocommerce-cart-form h3,
#order_review_heading,
.woocommerce-shipping-fields h3,
form.checkout.woocommerce-checkout h3 {
    display: flex;
    width: 100%;
    margin: 20px 0 10px 0;
    padding: 8px 15px;
    background-color: #2d496e;
    color: white;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.woocommerce-MyAccount-content .product-swiper h2,
.woocommerce-MyAccount-content .products .product h2 {
    margin-top: 0;
}

p.woocommerce-thankyou-order-received,
ul.woocommerce-error {
    display: block;
    width: 100%;
    margin: 20px 0 10px 0;
    padding: 8px 15px;
    background-color: #b4381e;
    color: white;
    list-style-type: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

p.woocommerce-thankyou-order-received {
    background-color: #38b41e;
}

ul.woocommerce-error li::before {
    content: "\f071";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
}

p.woocommerce-thankyou-order-received::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
}

.woocommerce-order .print-btn-wrapper {
    text-align: left;
}

.woocommerce-order .print-btn-wrapper a {
    text-decoration: underline;
}

.woocommerce-order .print-btn-wrapper a i {
    margin-left: 5px;
}

.woocommerce table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    text-align: right;
    vertical-align: middle;
    border-color: #dee2e6;
}

.woocommerce table > tbody {
    vertical-align: inherit;
}

.woocommerce table > thead {
    vertical-align: bottom;
}

body:not(.woocommerce-account) .woocommerce table td,
body:not(.woocommerce-account) .woocommerce table th {
    padding: 5px;
    background-color: white !important;
    border: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    font-size: 18px;
}

.woocommerce table th.product-name {
    width: 50%;
    font-weight: 700;
}

.woocommerce table td.product-name {
    font-weight: 700;
}

.woocommerce table thead th.product-total {
    width: 20%;
}

.product-attributes
.elementor-menu-cart__wrapper ul.product-attributes,
.woocommerce ul.product-attributes {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.elementor-menu-cart__wrapper ul.product-attributes li,
.woocommerce ul.product-attributes li {
    line-height: 1.2;
}

.elementor-menu-cart__wrapper ul.product-attributes span,
.woocommerce ul.product-attributes span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

ul.product-attributes span.attribute-value {
    display: inline-flex;
    align-items: center;
}

ul.product-attributes span.attribute-value .edit-sim:read-only:active,
ul.product-attributes span.attribute-value .edit-simL:read-only:focus,
ul.product-attributes span.attribute-value .edit-sim:read-only {
    outline: none;
    padding: 0 5px 0 0;
    border: 1px solid transparent;
    background-color: transparent;
}

ul.product-attributes span.attribute-value .edit-sim {
    padding: 0 5px 0 0;
    border: 1px solid #666666;
    background-color: transparent;
}

ul.product-attributes span.attribute-value span.edit-icon {
    cursor: pointer;
}

.woocommerce table ul.woocommerce-shipping-methods {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-top: 10px;
}

.woocommerce-form-coupon {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.woocommerce ul.woocommerce-widget-layered-nav-list,
.woocommerce.widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.woocommerce ul.woocommerce-widget-layered-nav-list li,
.woocommerce.widget_layered_nav_filters ul li {
    position: relative;
    display: inline-block;
    padding: 4px 10px 6px 10px;
    background-color: #eeeeee;
    border-radius: 50px;
}

.woocommerce.widget_layered_nav_filters ul li.chosen {
    background-color: #f7aa47;
}

.woocommerce.widget_layered_nav_filters ul li.chosen a {
    color: white;
}

.woocommerce.widget_layered_nav_filters ul li.chosen:hover {
    background-color: #f39c2e;
    transition: 0.2s all;
}

.woocommerce ul.woocommerce-widget-layered-nav-list li a,
.woocommerce.widget_layered_nav_filters ul li a {
    display: block;
    font-size: 15px;
    transition: 0.2s all;
}

.woocommerce ul.woocommerce-widget-layered-nav-list li:hover,
.woocommerce.widget_layered_nav_filters ul li:hover {
    background-color: #dddddd;
    transition: 0.2s all;
}

.woocommerce ul.woocommerce-widget-layered-nav-list li:not(:last-child),
.woocommerce.widget_layered_nav_filters ul li:not(:last-child) {
    margin-left: 5px;
    margin-bottom: 5px;
}

div.price_slider_amount button[type="submit"] {
    margin-top: 10px;
}

.elementor-add-to-cart .quantity input[type="number"],
.woocommerce table td.product-quantity input[type="number"],
.cart-coupon-form-wrapper > div.coupon input[type="text"],
.woocommerce-form-coupon input[type="text"] {
    width: 25%;
    min-height: 47px;
    padding: 5px;
    border: 0;
    border-bottom: 1px solid #2d496e;
    border-radius: 0px;
    vertical-align: middle;
    font-size: 18px;
    background-color: #ffffff;
}

.woocommerce-form-coupon input[type="text"] {
    min-height: 40px;
}

.elementor-add-to-cart .quantity {
    flex-basis: 20%;
}

.elementor-add-to-cart .quantity input[type="number"] {
    width: 100%;
    padding: 5px 10px;
    background-color: transparent;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.woocommerce table td.product-quantity input[type="number"] {
    width: 100%;
    min-height: auto;
    height: 25px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.woocommerce button[type="submit"]:disabled {
    opacity: 0.5;
}

.woocommerce .wc-proceed-to-checkout {
    margin-top: 10px;
}

.woocommerce div.products div.product div.product-actions .product-add-to-cart a,
.woocommerce .wc-proceed-to-checkout a.button,
.woocommerce button[type="submit"]:hover,
.woocommerce button[type="submit"]:active,
.woocommerce button[type="submit"]:focus,
.woocommerce button[type="submit"] {
    display: inline-block;
    padding: 8px 16px;
    border: 0;
    border-radius: 50px;
    background-color: #f7aa47;
    color: white;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
}

.woocommerce div.products div.product div.product-actions .product-add-to-cart a:hover,
.woocommerce .wc-proceed-to-checkout a.button:hover,
.woocommerce button[type="submit"]:hover {
    background-color: #f7aa47;
    color: white;
    border-color: #f7aa47;
}

.woocommerce-cart table.shop_table.cart td {
    border-bottom: 0 !important;
}

.woocommerce-cart table thead th.product-remove {
    width: 5%;
}

.woocommerce-cart table thead th.product-thumbnail {
    width: 20%;
}

.woocommerce-cart table thead th.product-name {
    width: 35%;
}

.woocommerce-cart table thead th.product-price {
    width: 15%;
}

.woocommerce-cart table thead th.product-quantity {
    width: 10%;
}

.woocommerce-cart table thead th.product-subtotal {
    width: 15%;
}

.woocommerce-cart table tbody td.product-remove {
    text-align: center;
}

.woocommerce-cart table tbody td.product-remove a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background-color: #b4381e;
    color: white;
    font-size: 22px;
    line-height: 1;
    opacity: 0.8;
}

.woocommerce-cart table tbody td.product-remove a:hover {
    opacity: 1;
}

.woocommerce-cart-form table tr {
    border-bottom: 1px solid #eeeeee;
}

.woocommerce-cart .woocommerce table td.product-thumbnail a img {
    padding: 10px;
}

.cart-coupon-form-wrapper,
.cart-coupon-form-wrapper > div.coupon {
    display: flex;
    align-items: center;
}

.cart-coupon-form-wrapper > div.coupon {
    width: 100%;
}

.cart-coupon-form-wrapper {
    justify-content: space-between;
}

.woocommerce-checkout.blockUI.blockOverlay,
.woocommerce .blockUI.blockOverlay {
    opacity: 0.95 !important;
}

.blockUI.blockOverlay::before,
.loader::before
.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before {
    height: 3em;
    width: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: url("/wp-content/themes/hello-elementor-child/assets/images/fidget-spinner.gif") center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}

#form_sim .elementor-field-group-sim_number {
    display: none;
}

.e-loop-item .product-item .excerpt {
    min-height: 50px;
    font-size: 18px;
}

.e-loop-item .product-item .product-title {
    min-height: 52px;
}


@media (max-width: 786px) {
    .u-columns.woocommerce-Addresses.col2-set {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}

/*
 * Woocommerce filters
 */
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: rtl;
    text-align: right;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #2d496e;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #f7aa47;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before {
    font-size: 13px;
    margin: 0;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul,
.bapf_sfilter.bapf_clr_txt_right .bapf_body ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul li,
.bapf_sfilter.bapf_clr_txt_right .bapf_body ul li {
    min-width: 160px;
    border: 1px solid white;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul li.checked,
.bapf_sfilter.bapf_clr_txt_right .bapf_body ul li.checked {
    min-width: 160px;
    border: 1px solid #f7aa47;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul li label,
.bapf_sfilter.bapf_clr_txt_right .bapf_body ul li label {
    flex-direction: column !important;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul > li,
.bapf_sfilter.bapf_clr_txt_right .bapf_body ul > li {
    position: relative;
    display: block;
    padding: 15px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 11px 0 rgba(0, 0, 0, .1);
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul > li,
.bapf_sfilter.bapf_clr_txt_right .bapf_body ul > li {
    margin: 0 0 20px 20px !important;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul > li ul li:not(:last-child),
.bapf_sfilter.bapf_clr_txt_right .bapf_body ul > li ul li:not(:last-child) {
    margin: 0 !important;
}

.bapf_sfilter.bapf_clr_txt_right .bapf_body > ul > li:last-child i {
    display: none;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul li ul,
.bapf_sfilter.bapf_clr_txt_right .bapf_body ul li ul {
    flex-wrap: nowrap !important;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul li label span.bapf_img_span,
.bapf_sfilter.bapf_clr_txt_right .bapf_body ul li label span.bapf_img_span {
    width: 100px;
    height: 100px;
    margin: 0 0 10px 0;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul li label span.bapf_clr_text,
.bapf_sfilter.bapf_clr_txt_right .bapf_body ul li label span.bapf_clr_text {
    text-align: center;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul li ul,
.bapf_sfilter.bapf_clr_txt_right .bapf_body ul li ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    width: auto;
    padding: 15px;
    border-bottom: 1px solid black;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 11px 0 rgba(0, 0, 0, .1);
    background-color: white;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul li ul li,
.bapf_sfilter.bapf_clr_txt_right .bapf_body ul li ul li {
    box-shadow: none;
}

.bapf_sfilter .bapf_cchild,
.bapf_sfilter .bapf_ochild {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
}

.bapf_sfilter .bapf_cchild:hover,
.bapf_sfilter .bapf_ochild:hover {
    background-color: black;
    color: white;
}

.checkout-agent-notification {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
    background-color: #2d496e;
}

.checkout-agent-notification p {
    margin: 0;
    color: white;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.notification-agent-loggedin-from-url {
    margin: 0;
    color: white;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

body.logged-in .hide-if-logged-in {
    display: none;
}

.bapf_sfilter {
    margin-bottom: 0;
}

.bapf_sfa_unall {
    display: none;
}

.bapf_sfilter ul {
    margin: 0;
    padding: 0;
}

.bapf_sfilter ul li a {
    display: inline-block;
    margin: 5px;
    padding: 7px 20px 9px 20px;
    border-radius: 50px;
    background-color: #eeeeee;
    color: black;
    font-size: 18px;
}

.bapf_sfilter ul li a i {
    margin-left: 5px;
    font-size: 14px;
}

#choices_field .woocommerce-input-wrapper {
    display: inline-block;
    padding-top: 30px;
}

.cart_item .product-name .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
}

.bezeq-extra-choice label[for="bezeq-extra-choice_bezeq-extra-line-code"] {
    display: block;
}

.bezeq-extra-choice .woocommerce-input-wrapper {
    display: block;
}

.bezeq-extra-choice .woocommerce-input-wrapper label {
    display: inline-block;
    padding: 6px 10px 10px 10px;
    border: 1px solid #f7aa47;
    background-color: white;
    color: #f7aa47;
    line-height: 1.2;
    cursor: pointer;
}

.bezeq-extra-choice .woocommerce-input-wrapper label {
    margin: 0 0 0 5px !important;
}

.bezeq-extra-choice .woocommerce-input-wrapper label.active {
    background-color: #f7aa47;
    color: white;
}

.bezeq-extra-choice .woocommerce-input-wrapper input[type="radio"] {
    display: none;
}

.header-user-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 10px 20px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 11px 0 rgba(0, 0, 0, .1);
    background-color: white;
    text-align: right;
}

.header-user-menu li {
    margin: 5px 0;
}

#header-user-toggle {
    cursor: pointer;
}

@media (min-width: 767px) {
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .form-row-10,
    .form-row-15,
    .form-row-20,
    .form-row-25,
    .form-row-40,
    .form-row-50,
    .form-row-100 {
        flex-basis: 100%;
        width: 100%;
    }

    form.checkout.woocommerce-checkout .form-row {
        margin: 5px 0;
    }

    #header-phone .elementor-icon-list-text {
        display: none;
    }

    #footer {
        position: initial;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .woocommerce.widget_layered_nav h5::after,
    .woocommerce.widget_price_filter h5::after {
        content: "\f0fe";
        position: relative;
        top: -2px;
        font-family: "Font Awesome 5 Free";
        font-size: 25px;
        font-weight: 900;
        float: right;
        margin-left: 8px;
        color: #f7aa47;
    }

    .woocommerce.widget_layered_nav.active h5::after,
    .woocommerce.widget_price_filter.active h5::after {
        content: "\f146";
    }

    .woocommerce.widget_layered_nav > ul.woocommerce-widget-layered-nav-list,
    .woocommerce.widget_price_filter > form {
        display: none;
    }

    .woocommerce-MyAccount-content .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:not(:last-child) {
        display: block;
        margin-left: 0;
        margin-bottom: 8px;
        padding-left: 0;
        border-left: 0;
    }

    .bapf_sfilter.bapf_clr_txt_left .bapf_body ul,
    .bapf_sfilter.bapf_clr_txt_right .bapf_body ul {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 10px;
    }

    .bapf_sfilter.bapf_clr_txt_left .bapf_body ul > li,
    .bapf_sfilter.bapf_clr_txt_right .bapf_body ul > li {
        width: 100%;
        height: 100%;
        margin: 0 !important;
        text-align: center;
    }

    .bapf_sfilter.bapf_clr_txt_left .bapf_body ul li ul,
    .bapf_sfilter.bapf_clr_txt_right .bapf_body ul li ul {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        left: 0;
        margin: 0;
    }

    .elementor-widget-wc-archive-products .products {
        grid-template-columns: 1fr;
    }

    .woocommerce ul.products.columns-3 {
        grid-template-columns: 1fr;
    }

    .login-register-wrapper nav ul li a {
        padding: 6px 10px;
        font-size: 16px;
    }
}

@media print {
    @page {
        size: 210mm 297mm;
        margin: 0mm 5mm 5mm 5mm;
    }

    body {
        width: 210mm;
        height: 297mm;
        margin: 0px;
    }

    .elementor-widget-woocommerce-breadcrumb,
    .print-btn,
    [data-elementor-type="header"],
    [data-elementor-type="footer"] {
        display: none;
    }

    main .page-content .checkout-header > .elementor-container {
        min-height: initial;
    }

    a[href]:after {
        visibility: hidden !important;
    }
}

/*
 * Bezeq-Netfree
 */
.additional-details {
    position: relative;
    padding: 15px;
    border: 2px solid #11274d;
    border-radius: 15px;
    background-color: white;
}

.additional-details i {
    float: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #11274d;
    border-radius: 50%;
    color: #11274d;
    font-size: 12px;
}

.additional-details h3 {
    font-family: "Heebo", Sans-serif;
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.additional-details .content {
    font-family: "Heebo", Sans-serif;
    color: #11274d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.additional-details-open,
.additional-details-close {
    cursor: pointer;
}

#footer_contact_questions button[type="submit"] {
    background: linear-gradient(165deg, #ffbb2e 9.19%, #ffcf6a 90.81%);
}

.swiper .swiper-wrapper {
    flex-wrap: nowrap !important;
}

#form_bezeq_join .e-form__buttons {
    justify-content: space-between;
}

#form_bezeq_join .e-form__indicators {
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
}

#form_bezeq_join .e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label,
#form_bezeq_join .e-form__indicators__indicator--state-active .e-form__indicators__indicator__label {
    color: #11274d;
}

#form_bezeq_join button[type="button"]:not(.e-form__buttons__wrapper__button-previous) {
    background: linear-gradient(165deg, #ffbb2e 9.19%, #ffcf6a 90.81%) !important;
}

#form_bezeq_join button[type="button"].e-form__buttons__wrapper__button-previous {
    border: 2px solid #11274d;
    color: #11274d;
}

#form_bezeq_join button[type="button"].e-form__buttons__wrapper__button-next::after {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    width: 22px;
    height: 14px;
    margin-right: 10px;
    background-image: url(/wp-content/uploads/2022/06/arrow_left.svg);
    background-size: 22px;
    background-repeat: no-repeat;
}

#form_bezeq_join .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
}

#form_bezeq_join .elementor-field-type-acceptance .elementor-field-option input[type="checkbox"] {
    display: none;
}

#form_bezeq_join .elementor-field-type-acceptance .elementor-field-option [for="form-field-bezeq_terms_and_conditions"] {
    position: relative;
    padding-right: 45px;
    font-family: "Heebo";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}

#form_bezeq_join .elementor-field-type-acceptance .elementor-field-option [for="form-field-bezeq_terms_and_conditions"]::before {
    content: "";
    top: 5px;
    right: 3px;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #bebebe;
    background-color: #ffffff;
}

#form_bezeq_join .elementor-field-type-acceptance .elementor-field-option input[type="checkbox"]:checked + [for="form-field-bezeq_terms_and_conditions"]::before {
    background-color: #11274d;
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    padding: 0 15px;
    border-radius: 15px;
    background-color: #eaf5fe;
    cursor: pointer;
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option input[type="radio"] {
    position: relative;
    top: 2px;
    right: 2px;
    margin: 0 15px 0 20px;
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option input[type="radio"]::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    border: 1px solid #888888;
    border-radius: 50px;
    background-color: white;
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option input[type="radio"]:checked::after {
    border: 2px solid #ecf4fd;
    outline: 1px solid #888888;
    background-color: #11274d;
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option input[type="radio"] + label {
    position: relative;
    display: grid;
    grid-template-columns: 28% 70%;
    grid-template-rows: 50% 50%;
    grid-gap: 10px;
    font-family: "Heebo";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option input[type="radio"] + label > div {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    align-self: flex-end;
    color: #11274d;
    font-family: "Heebo";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option input[type="radio"] + label::before {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option input[type="radio"] + label::after {

    font-family: "Heebo";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 137.38%;
    text-align: right;
    color: #11274d;
    grid-row: 2;
    grid-column: 2 / 3;
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option:nth-of-type(1) input[type="radio"] + label::before {
    content: url(/wp-content/uploads/2022/06/photo-rounters-1-1.png);
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option:nth-of-type(1) input[type="radio"] + label::after {
    content: "השילוב המנצח שיספק לכם גלישה איכותית בכל הבית ופתרון לאזורים עם Wifi חלש לגלישה עוצמתית ורציפה ללא מעבר בין רשתות גם בחדרים מרוחקים";
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option:nth-of-type(2) input[type="radio"] + label::before {
    content: url(/wp-content/uploads/2022/06/photo-mesh-1-1.png);
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option:nth-of-type(2) input[type="radio"] + label::after {
    content: "נתב חכם ומתקדם שיאפשר לכם לגלוש בצורה איכותית וחלקה הנתב מספק הגנת סייבר מקיפה, תמיכה בריבוי מכשירים וסטרימינג באיכות גבוהה";
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option:nth-of-type(2) input[type="radio"] + label {
    grid-template-rows: 45% 55%;
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option:nth-of-type(3) {
    justify-content: flex-start;
    padding: 15px;
    border: 2px solid #11274d;
    background-color: white;
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option:nth-of-type(3) input[type="radio"] + label::after {
    content: "(ציוד שאינו של בזק)";
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option:nth-of-type(3) input[type="radio"] + label {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 3px;
}

#form_bezeq_join .elementor-field-type-radio .elementor-field-option:nth-of-type(3) input[type="radio"] + label > div {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.bezeq-netfree-order-summary .product-chosen-title,
.bezeq-netfree-order-summary .product-title {
    color: #11274d;
    font-family: "Heebo";
    font-size: 20px;
    font-weight: 700;
    line-height: 113.87%;
    letter-spacing: -0.02em;
}

.bezeq-netfree-order-summary .product-chosen-price,
.bezeq-netfree-order-summary .product-price {
    color: #11274d;
    font-family: "Heebo";
    font-size: 16px;
    font-weight: 400;
    line-height: 113.87%;
    letter-spacing: -0.02em;
}

.bezeq-netfree-order-summary .product-vat-description {
    color: #11274d;
    font-family: "Heebo";
    font-size: 14px;
    font-weight: 400;
    line-height: 114.88%;
    letter-spacing: -0.02em;
}

.bezeq-netfree-order-summary .product-image {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ededed;
}

.btn-pay-order {
    text-decoration: underline;
}

#api-test {
    margin: 50px 0;
}

.api-tab {
    display: none;
}

.api-buttons {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.api-buttons li {
    list-style-type: none;
    margin: 10px;
    padding: 10px 20px;
    border: 1px solid #11274d;
    border-radius: 5px;
    background-color: #f5f5f5;
    color: black;
    cursor: pointer;
}

.api-buttons li.active {
    background-color: #11274d;
    color: white;
}

#form_data_use_019 .elementor-field-type-text {
    max-width: 260px;
}

#agent-manage-add-new-agent {
    margin-top: 10px;
}

#form-reset-agent-password,
#form-add-new-agent {
    display: none;
    color: white;
}

#form-reset-agent-password.active,
#form-add-new-agent.active {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

#form-reset-agent-password.active .form-group,
#form-add-new-agent.active .form-group {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

#form-reset-agent-password.active .alert,
#form-add-new-agent.active .alert {
    width: 100%;
    margin-top: 10px;
}

.elementor-field-type-radio.elementor-field-group-counter_type {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#poa_send_method_field,
#ele_choices_payment_field,
#ele_counter_type_field {
    margin: 10px 10px 20px 10px;
}

#bezeq_pay_bills_form label[for="form-field-counter_type-0"],
#bezeq_pay_bills_form label[for="form-field-counter_type-1"] {
    display: inline-flex;
    align-items: center;
}

#bezeq_pay_bills_form .elementor-field-group-methods_of_payment .elementor-field-option:not(:last-child),
#bezeq_pay_bills_form .elementor-field-group-counter_type .elementor-field-option:not(:last-child) {
    margin-bottom: 10px;
}

#bezeq_pay_bills_form label[for="form-field-counter_type"],
#bezeq_pay_bills_form label[for="form-field-methods_of_payment"] {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

#bezeq_pay_bills_form label[for="form-field-counter_type-0"]::before {
    content: "";
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    width: 70px;
    height: 70px;
    background-image: url("/wp-content/uploads/2024/05/bezeq_smart_counter.jpg");
    background-size: cover;
}

#bezeq_pay_bills_form label[for="form-field-counter_type-1"]::before {
    content: "";
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    width: 70px;
    height: 70px;
    background-image: url("/wp-content/uploads/2024/05/bezeq_regular_counter.jpg");
    background-size: cover;
}

.woocommerce button.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce button.button {
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}

.woocommerce button.button-primary:hover,
.woocommerce button.button-primary:active,
.woocommerce button.button-primary:focus,
.woocommerce button.button-primary {
    background-color: #f7aa47;
    color: white;
}

.woocommerce button.button-primary a:hover,
.woocommerce button.button-primary a:active,
.woocommerce button.button-primary a:focus,
.woocommerce button.button-primary a {
    color: white;
}

.woocommerce .button.button-inline {
    display: inline-flex;
    align-items: center;
}

.woocommerce button.button i {
    margin-right: 5px;
    font-size: 80%;
}

#counter_type_field > label[for="upgrade_to_smart"] {
    display: block;
}

#counter_type_field label[for="counter_type_smart"] {
    white-space: nowrap;
}

#ele_choices_payment_electricity_field .woocommerce-input-wrapper,
#choices_payment_electricity_field .woocommerce-input-wrapper,
#choices_payment_field .woocommerce-input-wrapper,
#counter_type_field > .woocommerce-input-wrapper {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 30px calc(100% - 30px);
    gap: 10px 0;
}

#ele_choices_payment_electricity_field .woocommerce-input-wrapper,
#choices_payment_electricity_field .woocommerce-input-wrapper,
#choices_payment_field .woocommerce-input-wrapper {
    margin-bottom: 20px;
}

#counter_type_field .input-radio {
    position: relative;
    top: 1px;
    right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 1;
    margin: -2px 0 0 5px;
    vertical-align: middle;
}

#counter_type_upgrade_to_smart {
    top: 3px;
}

label[for="ele_choices_payment_electricity_field"],
label[for="choices_payment_electricity_cc"],
label[for="cc"] {
    display: block;
    margin-bottom: 10px;
}

.api-docs-title {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #f4fbf3;
    color: black;
}

.api-action {
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #55b453;
    color: white;
}

pre.api-code {
    display: block;
    max-height: 400px;
    min-height: 6em;
    overflow-y: auto;
    overflow-x: auto;
    color: white;
    word-wrap: break-word;
    background: #333333;
    border-radius: 4px;
    font-family: monospace;
    font-size: 14px;
    font-weight: 600;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0;
    padding: 10px;
    white-space: pre-wrap;
    word-break: break-word;
}

.ltr .elementor-widget-container {
    direction: ltr;
}

code.api-code {
    font-family: "Courier New", Courier, monospace;
    background-color: #f4f4f4;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 90%;
    color: #333333;
    display: inline-block;
    line-height: 1.5;
    word-wrap: break-word;
}

.page-gis .elementor-toggle .elementor-tab-title {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.page-gis table tbody td {
    direction: rtl;
    text-align: right;
}

.post-password-form {
    max-width: 500px;
    margin: 50px;
}

@media (max-width: 930px) {
    .header-phone .elementor-image-box-wrapper {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .header-phone .elementor-image-box-wrapper figure.elementor-image-box-img {
        position: relative;
        top: 2px;
        width: 40% !important;
    }

    .header-phone .elementor-image-box-wrapper .elementor-image-box-content {
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .mobile-bg-border-none,
    .mobile-bg-border-none > div.elementor-widget-wrap {
        background-color: transparent !important;
        border: 0 !important;
    }

    .mobile-bg-gradient-1 {
        background: radial-gradient(50% 50% at 50% 50%, #2b54bb 0%, #002c70 100%) !important;
    }
}