div.se-block {
    border-top: 2px solid #f2f1f0;
    font-family: Sweetwater,Helvetica,Arial,sans-serif;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
div.se-block h1, div.se-block h2, div.se-block h3, div.se-block h4, div.se-block p, div.se-block a {
    margin: 0;
    padding: 0;
}
.se-block>div {
    display: inline-block;
    vertical-align: top;
}
.se-block .se-block_left {
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
}
.se-block .se-block_right {
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    max-width: 280px;
}
.se-block .se-block_product {
    min-width: 250px;
}
.se-block .se-block_right a {
    display: block;
    text-decoration: none;
}
.se-block .se-block_right .se-block_product {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
}
.se-block .se-block_iteminput {
    margin: 0 0 10px 0;
    width: 100%;
}
.se-block .se-block_product-name {
    color: #0072ba;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 1em;
}
.se-block .se-block_product-price {
    color: #d71920;
    margin-bottom: 5px;
}
.se-block .se-block_title {
    background: none;
    color: #FF5100;
    font-family: "Sweetwater", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: normal;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
    position: static;
}
.wp-block.editor-block-list__block {
    max-width: 689px;
}
.se-block .se-block_right a.se-block_product-addcart {
    background-color: #3b7d1a;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-weight: 600;
    margin: 0 0 5px 0;
    cursor: pointer;
}
.se-block .se-block_right a.se-block_product-moreinfo {
    color: #424242;
    font-weight: 600;
    cursor: pointer;
}
.se-block .se-block_product-img, .post_single .se-block img.se-block_product-img {
    max-width: 180px;
}
.se-block .se-block__bio {
    padding: 25px 10px 10px 10px;
    display: flex;
    align-items: center;
}
.se-block .se-block__bio button {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
}
.se-block .se-block_bio-img-container {
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    min-width: 90px;
    min-height: 90px;
}
.se-block .se-block__bio img, .post_single .post_content .se-block__bio img {
    width: auto;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    max-width: 200%;
    margin: 0;
}
.se-block .se-block__bio--right .se-block__bio-name {
    margin-bottom: 10px;
}
.se-block .se-block__bio--right {
    padding-left: 10px;
}
@media (max-width: 700px) {
    div.se-block {
        flex-wrap: wrap;
    }
    .se-block .se-block_right {
        max-width: 100%;
        flex-basis: 2;
    }
    .se-block .se-block__bio {
        padding: 0;
    }
    .se-block .se-block_right .se-block_product {
        width: 100%;
    }
}

/* New Block Css. Old had to be saved for previously written blocks */

div.se-block-new {
    border-top: 2px solid #f2f1f0;
    font-family: Sweetwater,Helvetica,Arial,sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
div.se-block-new h1, div.se-block-new h2, div.se-block-new h3, div.se-block-new h4, div.se-block-new p, div.se-block-new a {
    margin: 0;
    padding: 0;
}
.se-block-new>div {
    display: inline-block;
    vertical-align: top;
}
.se-block-new .se-block_left {
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
}
.se-block-new .se-block_right {
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    max-width: 280px;
}
.se-block-new .se-block_content {
    order: 2;
    max-width: 50%;
}
.se-block-new .se-block_left {
    order: 4;
}
.se-block-new .se-block_right {
    min-width: 250px;
    order: 3;
}
.se-block-new .se-block_right a {
    display: block;
    text-decoration: none;
}
.se-block-new .se-block_right .se-block_product {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
}
.se-block-new .se-block_iteminput {
    margin: 0 0 10px 0;
    width: 100%;
}
.se-block-new .se-block_product-name {
    color: #0072ba;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 1em;
}
.se-block-new .se-block_product-price {
    color: #d71920;
    margin-bottom: 5px;
}
.se-block-new .se-block_title {
    background: none;
    color: #c2480c;
    font-family: "Sweetwater", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: normal;
    height: auto;
    margin: 0 0 10px 0;
    padding: 15px 0 0 0;
    position: static;
    order: 1;
    min-width: 100%;
    box-sizing: border-box;
}
.wp-block.editor-block-list__block {
    max-width: 689px;
}
.se-block-new .se-block_right a.se-block_product-addcart {
    background-color: #3b7d1a;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-weight: 600;
    margin: 0 0 5px 0;
    cursor: pointer;
}
.se-block-new .se-block_right a.se-block_product-moreinfo {
    color: #424242;
    font-weight: 600;
    cursor: pointer;
}
.se-block-new .se-block_product-img, .post_single .se-block-new img.se-block_product-img {
    max-width: 180px;
}
.se-block-new .se-block__bio {
    padding: 25px 10px 10px 10px;
    display: flex;
    align-items: center;
}
.se-block-new .se-block__bio button {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
}
.se-block-new .se-block_bio-img-container {
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    min-width: 90px;
    min-height: 90px;
}
.se-block-new .se-block__bio img, .post_single .post_content .se-block-new .se-block__bio img {
    width: auto;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    max-width: 200%;
    margin: 0;
}
.se-block-new .se-block__bio--right {
    padding-left: 10px;
}
.post_content .se-block-new h5.se-block__bio-subtitle {
    margin: 0;
}
.post_content div.se-block-new p {
    margin-top: 10px;
}

div.editor-rich-text h3.se-block_title {
    min-width: 650px !important;
}

div.editor-rich-text .se-block_content {
    max-width: 330px !important;
}

div.editor-rich-text .se-block__bio-subtitle {
    margin: 0 !important;
}

@media (max-width: 700px) {
    div.se-block-new {
        flex-wrap: wrap;
    }
    .se-block-new .se-block_right {
        max-width: 100%;
        flex-grow: 2;
    }
    .se-block-new .se-block__bio {
        padding: 0;
    }
    .se-block-new .se-block_right .se-block_product {
        width: 100%;
    }
    .se-block-new .se-block_content {
        order: 3;
        max-width: 100%;
    }
    .se-block-new .se-block_left {
        order: 5;
    }
    .se-block-new .se-block_right {
        min-width: 250px;
        order: 2;
    }
}












