.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}
.elementor-form .elementor-field-textual:hover,
.elementor-form .elementor-field-textual:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.she-header {
    -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
}

.delimiter {
    padding-left: 5px;
    padding-right: 5px;
}

/**
 * Shop sidebar
 */
#search-form:not(.show) {
    display: block;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
#search-form.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.elementor-widget-sidebar .widget {
    margin-bottom: 30px;
}
.elementor-widget-sidebar .widget-title {
    color: #222;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 22px;
    font-weight: 600;
}
.elementor-widget-sidebar .search-field {
    background-color: #F8F8F8;
    border-color: #F8F8F8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 12px 20px;
}
.elementor-widget-sidebar .search-field:hover,
.elementor-widget-sidebar .search-field:focus {
    outline: none;
}
.elementor-widget-sidebar .search-button {
    border: 0;
    background-color: transparent;
    padding: 14px 20px 9px 20px;
    position: absolute;
    top: 0;
    right: 0;
}
.elementor-widget-sidebar .search-button:hover,
.elementor-widget-sidebar .search-button:focus {
    outline: none;
    background-color: transparent;
}

.elementor-widget-sidebar.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: var(--e-global-color-secondary);
}
.elementor-widget-sidebar .widget_price_filter .ui-slider .ui-slider-handle,
.elementor-widget-sidebar .widget_price_filter .ui-slider .ui-slider-range  {
    background-color: var(--e-global-color-accent);
}
.elementor-widget-sidebar .widget_price_filter .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);
    border-radius: 60px 60px 60px 60px;
    padding: 15px 24px 15px 24px;
    color: #fff;
}
.elementor-widget-sidebar .widget_price_filter .button:hover {
    background-color: var(--e-global-color-9f211ff);
}

/* Swiper pagination */
.swiper-pan .divider {
    width: 100%;
    height: 1px;
    background-color: var(--e-global-color-secondary);
}
.swiper-pan .menus {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
}
.swiper-pan .menus-item {
    position: relative;
    width: 25%;
    text-align: center;
    cursor: pointer;
}
.swiper-pan .menus-item .dot {
    width: 28px;
    height: 14px;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -24px;
    left: calc(50% - 14px);
}
.swiper-pan .menus-item .dot:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 9px;
    background: var(--e-global-color-secondary);
    display: block;
}
.swiper-pan .menus-item.current .dot:before {
    background: var(--e-global-color-primary);
}
.swiper-pan .menus-item .text {
    text-align: center;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 15px;
    font-weight: 500;
    color: #767676;
    margin: 0 auto;
    width: 153px;
    height: 55px;
    display: block;
    padding-top: 25px;
}

.swiper-pan .menus-item:first-child .dot:after {
    content: "";
    width: 140px;
    height: 14px;
    background: #FAFAFA;
    position: absolute;
    left: -140px;
}
.swiper-pan .menus-item:last-child .dot:after {
    content: "";
    width: 140px;
    height: 14px;
    background: #FAFAFA;
    position: absolute;
    right: -140px;
}
.swiper-pan .menus-item.current .text {
    background: url("data:image/svg+xml,%3Csvg width='153' height='55' viewBox='0 0 153 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='19.2199' width='152.156' height='35.7702' rx='15' fill='%23AE0001'/%3E%3Cpath d='M74.8611 3.03926C75.5909 1.66627 77.3624 1.6662 78.0923 3.03913L86.5905 19.0243C87.032 19.8549 86.9145 20.916 86.3053 21.6L77.8121 31.134C77.0774 31.9587 75.8861 31.9587 75.1514 31.134L66.6528 21.5938C66.0435 20.9099 65.926 19.8488 66.3675 19.0183L74.8611 3.03926Z' fill='%23AE0001'/%3E%3C/svg%3E%0A");
    color: #FFF;
}