.woocommerce .woocommerce-breadcrumb {
    display: none;
}

#primary {
    margin: 0 0 4em 0;
}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
}
.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}

.wpb_text_column.wpb_content_element.shop-tittle {
    margin-bottom: 0px;
}
.wpb_text_column.wpb_content_element.shop-tittle h2 {
    color: #FFFFFF;
    font-family: "Righteous", Sans-serif;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin: 0;
}

.vc_sep_width_10 {
    width: 80px !important;
}

.vc_custom_heading {
    margin-bottom: 0;
    font-size: 45px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    font-family: Righteous;
    font-weight: 600;
    font-style: normal;
}

header.woocommerce-products-header p {
    display: none;
}

@media (max-width: 1024px) {
.vc_custom_heading {
    font-size: 35px !important;}
.vc_sep_width_10 {
    width: 60px !important;
    }
}
    
@media (max-width: 767px) {
.vc_custom_heading {
    font-size: 27px !important;}
.vc_sep_width_10 {
    width: 50px !important;
    }
}