.mb-20 {
    margin-bottom: 20px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.text-left {
    text-align: left !important;
}

.jet-tabs__control {
    width: 100%;
    display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: .85em;
    line-height: 1.4;
}

.pb-main-footer ul:not(.elementor-icon-list-items) {
    margin: 0;
    padding: 0;
    list-style: none
}

.pb-main-footer ul:not(.elementor-icon-list-items) a {
    padding: 10px 0;
    font-family: "Signika", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--e-global-color-text);
    display: inline-block;
}

.gform_heading .gform_required_legend {
    display: none;
}

.gfield_html h3:last-child {
    margin-bottom: 0;
}

.gfield_html p:last-child {
    margin-bottom: 0;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 50px;
    font-size: 15px;
}

div.gform_wrapper select {
    height: 50px;
    font-size: 15px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 50px !important;
}

div.gform_wrapper .gfield_label {
    font-size: 16px;
    color: #000;
}

div.gform_wrapper .gform_fields {
    grid-row-gap: 20px;
}

/*.summary div.gform_wrapper .gform_fields {
    padding-left: 40px;
}

.summary div.gform_wrapper .gfield_html {
    margin-left: -40px;
}*/
div.gform_wrapper .gform_footer {
    margin: 10px 0 0 0;
    padding: 0;
}

div.gform_wrapper input[type=submit] {
    font-family: "Signika", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    display: inline-block !important;
    background-color: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-secondary) !important;
    border-radius: 24px 24px 24px 24px !important;
    padding: 12px 28px 12px 28px !important;
}

.summary .gform_wrapper .gfield_label {
    font-size: 1.5rem;
    font-weight: 500;
}

.summary .gform_wrapper .gform-field-label > .gfield_required {
    color: inherit;
    font-size: 1.2rem;
}

.summary .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.summary .gform_wrapper select,.summary .gform_wrapper textarea {
    border: 2px solid #eee;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
}

.summary .gform_wrapper .ginput_container label {
    font-size: 16px;
}

.summary .gform_wrapper textarea {
    height: 100px;
    line-height: initial;
    min-block-size: initial !important;
}

.gform_wrapper .product_totals ul {
    margin: 0;
    padding: 0;
}

.gform_wrapper .product_totals li {
    list-style: none;
    margin-bottom: 10px;
}

/*.gform_wrapper .product_totals {
    margin-left: -40px;
}*/
div.gform_wrapper .image-choices-field .ginput_container > div {
    display: block !important;
}

div.gform_wrapper .image-choices-field .image-choices-choice {
    border: 2px solid #eee;
}

div.gform_wrapper .image-choices-field .image-choices-choice-selected {
    border-color: #2196F3;
}

div.gform_wrapper .image-choices-field .image-choices-choice label {
    padding: 6px !important;
}

div.gform_wrapper .image-choices-field .image-choices-choice-price {
    display: none;
}

div.gform_wrapper .image-choices-field .image-choices-choice-price,
div.gform_wrapper .image-choices-field .image-choices-choice-text {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.woocommerce ul.products li.product .star-rating {
    display: none;
}

.woocommerce .quantity .qty {
    padding: 0 8px;
    height: 48px;
}

table.variations {
    font-size: 16px;
    font-weight: 300;
}

table.variations th,
table.variations td {
    background: transparent !important;
    padding: 0;
    text-align: left;
    font-weight: normal;
}

.woocommerce div.product form.cart .variations label {
    font-size: 16px;
    font-weight: 300;
}

.woocommerce div.product form.cart .variations {
    margin: 10px 0 0 0;
}

.woocommerce-variation.single_variation {
    margin-bottom: 5px;
}

.woocommerce table.shop_attributes th {
    text-align: left;
}

.woocommerce table.shop_attributes td p {
    padding: 8px;
}

/*woocommerce*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled {
    font-family: "Signika", Sans-serif;
    display: inline-block;
    padding: 12px 28px 12px 28px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 24px;
    color: #fff;
    background-color: #E46134;
    opacity: 1;
}

.woocommerce .quantity .qty {
    background: #fff;
}

.woocommerce form .form-row {
    padding: 4px 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    height: 45px;
    line-height: 45px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px;
    line-height: 45px;
    padding-left: 12px;
    font-size: 14px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions #coupon_code {
    width: 150px;
    height: 48px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt.disabled:hover {
    border: none;
    background-color: #E46134;
    color: #fff;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    background: #fff;
}

.woocommerce a.added_to_cart {
    margin-left: 5px;
    position: relative;
    top: 8px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

span.woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    padding-left: 0
}

h3#order_review_heading {
    margin: 20px 0;
}

.variation li {
    list-style: none;
}

.related.products {
    clear: both;
}

.gform_confirmation_wrapper ~ .product_totals {
    display: none;
}

.gform_confirmation_message {
    margin-bottom: 15px;
}

.header-notification {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E46134;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.3;
}

.header-notification a {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-weight: 300 !important;
    text-decoration: underline;
}

.header-notification p {
    margin: 0;
    line-height: 1.3;
}

.header-notification .countdown {
    margin-left: 0.3125rem;
    display: flex;
    align-items: center;
}

.header-notification .countdown > span:nth-child(2),
.header-notification .countdown > span:nth-child(4) {
    display: none;
}

.header-notification .countdown > span:nth-child(6) {
    font-weight: 600;
    margin-left: 0.3125rem;
}

.header-notification .countdown .count-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    width: 2.8125rem;
    height: 1.5625rem;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    margin-left: 0.3125rem;
}

.header-notification .countdown .count-item > *:not(.count-label) {
    width: 1.1875rem;
}

.header-notification .countdown .count-item .count-label {
    font-size: 0.8rem;
    font-weight: 400;
    margin-left: 3px;
}

.product-gallery-small {
    margin: 10px -5px 0 -5px;
}

.product-gallery-small .item {
    padding: 0 5px;
}

.product-gallery-small .inner {
    border: 2px solid #ccc;
}

.product-gallery-small .slick-current .inner {
    border-color: #e46134;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    background: #e46134;
    color: #fff;
    line-height: 1;
    z-index: 1
}

.slick-arrow-prev {
    left: 0;
}

.slick-arrow-next {
    right: 0;
}

@media only screen and (max-width:767px) {
    .sm-text-center {
        text-align: center !important;
    }

    .sm-mb-20 {
        margin-bottom: 20px !important;
    }

    .sm-mb-25 {
        margin-bottom: 25px !important;
    }

    .header-notification {
        font-size: 13px;
    }

    .header-notification a {
        font-size: 13px !important;
    }

    .header-notification .countdown {
        margin-left: .2rem;
    }

    .header-notification .countdown .count-item {
        width: 2.6rem;
    }

    .pb-main-footer {
        text-align: center;
    }

    .pb-main-footer .elementor-column {
        width: 100% !important;
    }

    .pb-main-footer .elementor-icon-list-item,
    .pb-main-footer .elementor-icon-list-item a {
        justify-content: center;
    }

}
