/*****
CONTENTS:
- Storefront Styling
- MegaEdit Styling (Starts around line 1195)
*****/

/*******************************************/
/*******                            ********/
/*******  START Storefront Styling  ********/
/*******                            ********/
/*******************************************/

:root {
    --dark-tan: #C49A6B;
    --light-tan: rgb(227, 181, 131);
    --fp-purple: #522B86;
    --gray-text: rgb(222, 222, 222);
    --light-gray: #f2eee6;
    --dark-gray: #4A4A4A;
    --search-bg: #D8C5AD;
}
body {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 400;
    font-family: Raleway;
    color: var(--dark-gray);
    -webkit-font-smoothing: antialiased;
}
a {
    color: var(--fp-purple);
    cursor: pointer;
    text-decoration: none;
}
h1 {
    font-size: 30px;
     line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
}
h2 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0;
    font-weight: 600;
    color: var(--fp-purple);
}
h3 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
}
p {
    margin-bottom: 15px;
}


/***** START Top Nav*****/
.navbar-item, .navbar-link {
    font-weight: 600!important;
}

#main-nav {
    /* box-shadow: 1px 14px 20px rgb(0 0 0 / 11%); */
}

.fpVertBorder {
    border-right: 2px solid lightgray;
    padding-right: calc(1rem + 2px);
}

.fpTopMenuFont {
    line-height: normal;
    font-size: x-small;
    letter-spacing: 0.5px;
    color: black;
    font-weight: 600!important;
}

.navbar-item a:hover>.fpTopMenuFont 
{
    color: var(--fp-purple);
}

.fpTopMenuIcons {
    height: 28px;
    width: auto;
}

.fpTopMenuFAIcons {
    font-size: 2.5em;
    color: var(--fp-purple);
}

.navbar-burger span {
    background-color: var(--dark-tan);
}

.fpLowerDesktopNavBar {
    background: var(--light-gray);
}

.fpMobileTopMenu {
    display: none;
}

.fpMobileTopMenuShipping, .fpMobileTopMenuCallUs {
  display: flex !important;
  align-items: center;
  border-top: 1px solid var(--fp-purple);
  color: var(--fp-purple);
  font-size: small;
  padding: 13px 1.5rem;
}

.fpMobileTopMenuCallUs {
  border-bottom: 1px solid var(--fp-purple);
}

.fpMobileNavMenu .navbar-item:hover,
.fpMobileNavMenu .navbar-item .navbar-link:hover {
    color: var(--dark-tan) !important;
}

.fpLowerDesktopNavBar .container.is-uppercase, .fpLowerDesktopNavBar .container.is-uppercase .navbar-menu {
    font-size: 13px;
}

.fpMobileNavMenu .navbar-item, .fpMobileNavMenu .navbar-item .navbar-link {
    color: var(--fp-purple) !important;  /*Needed for Accounts Pages*/
}

#logorow .navbar .navbar-start .navbar-link:hover, #logorow .navbar .navbar-start .navbar-link:not(:hover), #logorow .navbar .navbar-brand>a.navbar-item:hover, #logorow .navbar .navbar-end>a.navbar-item:hover {    
    background-color: unset !important; /*Needed for Accounts Pages*/
}

.fpMobileNavMenu .navbar-dropdown .fa-caret-up {
    display: block; 
    color: var(--fp-purple);
}

/*Burger Menu*/
.fpMobileNavMenu.is-active {
    z-index: 100;
    height: 92vh;    
    position: relative;
}

.fpMobileNavMenu.is-active .navbar-dropdown
{
    display: none;
}

.fpMobileNavMenu.is-active .navbar-item:hover>.navbar-dropdown
{
    display: block;
}

.fpMobileNavMenu.is-active .fpOnlineMemorials
{
    padding-left: 1.5rem !important;
}

.fpBurgerOnly {
    display: none;
}
    
.fpBurgerOnly:hover {
    background-color: unset !important;
}
    
.navbar-menu.fpMobileNavMenu.is-active .fpBurgerOnly {
    display: inline;
}

/* Search Bar*/
#navlower {
    color: #fff;
    background: var(--dark-tan);
    position: fixed;
    left: 0;
    right: 0;
    height: 2.8rem;
    z-index: 20;
    display: flex;
    align-items: center;
    align-content: center;
}

#navlower .search-box form {
    height: 1.8rem;
}

#navlower input#small-searchterms {
    height: inherit;
    background: var(--search-bg);
    color: var(--fp-purple);
    font-weight: 600;
    border: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 0.8rem;
    width: 50%;
    box-shadow: none;
}

#navlower .row__container.catfish-container {
    height: inherit;    
}

#navlower input#btn-small-search {
    height: inherit;
    background: var(--fp-purple);
/*     color: white; */
    border: 0px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 40px;
    padding: 0 8px;

    background-image: url(https://cdn01.devia.com/funeralprints/site/images/thin-search-icon-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    color: transparent;
}

.generalPageWrapper.layout--columnOne {
    padding-top: 2.3rem;
}
/***** EMD Top Nav*****/

/*20% off banner*/
h2.panel-heading.has-text-centered.has-text-weight-bold.has-text-white.has-background-primary {
    border: none!important;
    font-weight: 500!important;
}

    
/*homepage wood banner******************/

.banner2Row {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.banner2Column .card {
    word-break: break-word;
    background-color: transparent;
    box-shadow: none;
    color: none;
}
.banner2Column .card:hover .banner2CatText  {
    transform: translateY(-10px);
    transition: .3s ease-in;
}
.banner2CatText {
    letter-spacing: .04em;
    transition: .3s ease-in;
    height: 4rem;
}
    
/*trustpilot*****************/
    
.trustPilotBackground {
    background: var(--light-gray);
}
.trustpilotBox.row__container {
    width: 90%;
}

/**purple banner mid page**/

.title.is-1.xpprayer.has-text-weight-bold {
font-family: 'Montserrat';
font-weight: 700;
}
    
/*homepage all categories section and blog section*********************/
    
.homeFeaturedCategoriesWrapper .bestsellers h3, .featuredBlog__wrapper .title h3 {
    color: var(--dark-gray);
    font-size: 26px;
    margin-bottom: 1.3em;
    text-transform: initial;
    letter-spacing: 1px;
    font-weight: 600;
}
.homeFeaturedCategoriesWrapper, .featuredBlog__wrapper {
    padding: 3rem;
}
.homeFeaturedCategoriesWrapper {
    background-color: var(--light-gray);
}
.featuredBlog__wrapper .post .post-content .post-info .blogtitle {
    font-weight: 700;
}
a.blogtitle {
    font-weight: 600!important;
}

/*homepage all category cards*/

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
    border: none;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture img {
    object-fit: contain;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title a {
    color: white;
    font-size: 1rem !important;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title {
    padding:0.7rem .5rem 1rem .5rem;
    transform: none;
    background: #000000ba;
    display: flex;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title:hover, .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item:hover .product-title {
    background: #000000ba!important;
    z-index: 2;
    transform: translateY(-10px);
    transition: .3s ease-in;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
    
/*welcome memorial posters section homepage*/
.welcometext h3 {
    color: var(--fp-purple);
}
.welcomePosters {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr;
}
.needHelp {
    background: var(--dark-tan);
}   

/*blogs cards*/

.featuredBlog__wrapper .list.columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
    padding: 3rem 0px;
}
.featuredBlog__wrapper .list.columns .post.grid_3.column.is-12-mobile.is-6-tablet.is-4-widescreen {
    width: 100%;
    box-shadow: 0px 0px 5px 5px rgb(184 184 184 / 25%);
    border: 1px solid #a1a1a1;
    border-radius: 3px;
}
.featuredBlog__wrapper .post .post-content .post-info {
    background-color: white;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.3;
}
a.blogtitle {
    font-weight: 700;
    margin-bottom: 15px;
}
.featuredBlog__wrapper .post .post-content .post-info .blogdate {
    order: 3;
    margin: 0;
}

.featuredBlog__wrapper .post .post-content .post-info div.blogdetails {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/*pop up homepage*/

.popUpBoxContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffffb5;
    z-index: -1;
    visibility: hidden;
}
  .closeButton button {
      border-radius: 30px;
      padding: 10px 13px;
      border: none;
      color: white;
      cursor: pointer;
}
  .popUpBox {
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    border: 4px solid var(--dark-tan);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding: 0;
    display: block;
    background: white;
    width: 50%;
}
.popUpBoxContainer.fppop-up {
    visibility: visible;
    z-index: 9999999;
}
.inside20 {
    padding: 6vw;
}
.inside20 p {
      font-family: 'Montserrat';
      color: var(--fp-purple);
      text-align: center;
}
.twentytext {
    font-size: 5vw;
}
.closeButton {
    top: -1rem;
    right: -1rem;
    transform: scale(1.5);
    position: absolute;
}
.enterpromo {
    line-height: 0.3;
    font-size: 1.8vw;
    margin-bottom: 2vw;
}
.termsconditions {
    font-size: 0.9vw;
    color: gray!important;
}
.freebold {
    font-size: 2.9vw;
    margin-bottom: 0;
}
.sharemem {
    font-size: 2vw;
    line-height: 1.2;
    margin-bottom: 2.2vw;
}
.tanbar {
    margin-top: 1vw;
    margin-bottom: 3vw;
    background-color: var(--dark-tan);
    height: 2px;
}

/*FOOTER*******************************************/

/*main footer*/

.footerinner.clearfix.columns.is-multiline a, .footerinner.clearfix.columns.is-multiline p, .footerinner.clearfix.columns.is-multiline h4 {
    color: var(--gray-text);
}
.footerinner.clearfix.columns.is-multiline p {
    font-size: 14px;
    margin-bottom: 15px;
}
.catfish-footer {
    padding-bottom: 0px;
    padding-top: 3rem!important;
}
.footerinner.clearfix.columns.is-multiline h4 {
    text-decoration: underline var(--light-tan);
    text-underline-position: under;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0rem;
    font-weight: 600;
}
.footerinner.clearfix.columns.is-multiline p:hover {
    opacity: 0.6;
}
.catfish-footer {
    background: var(--dark-tan);
}
ul.socialLinks li {
    width: 50px;
    display: inline-block;
    height: 50px;
    margin-left: 10px;
}
.grid_12.badges img {
    width: 50%;
}
.catfish-footer ul {
    margin: 27px 0;
}
.catfish-footer .row__container.catfish-container {
    padding: 22px 30px;
    width: 90%;
}

/*footer copyright*/

.footercopyrightrow {
    background-color: var(--light-tan);
}
.catfish-footer .footercopyright {
   text-align: center;
   font-size: 15px;
}

/*CATEGORY PAGE***************************/

/* category page click to start designing*/

section.category-product-section.section::before {
    content: "Click on a thumbnail to start designing!";
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: var(--fp-purple);
}

/*category banner*/

.bannerCont {
    display: flex;
    align-content: center;
}
.category-description .catfish-container {
    padding: 2rem 0;
}
.category-page-wrapper {
    padding-top: 0px!important;
}
.centerBanText.grid_6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
h1.purpleTitle {
    text-align: center;
    text-transform: uppercase;
    color: var(--fp-purple);
    font-size: 2em;
    font-weight: 500;
    border-bottom: 4px solid var(--fp-purple);
    width: 100%;
    margin: 0 auto;
    max-width: 80%;
    line-height: 60px;
}
ul.purple.bullets {
    padding: 20px;
    list-style: disc;
    color: var(--fp-purple);
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
section.category-intro-wrapper.section {
    padding-top: 3rem!important;
    background-size: cover;
    background-position: top;
}
.leftSideBan.mobileHidden.grid_3, .rightSideBan.mobileHidden.grid_3 {
    width: 25%;
}
.centerBanText.grid_6 {
    width: 50%;
}
section.category-intro-wrapper.section .container {
    padding: 0px;
}

/*category page product card*/

.product-grid h2.product-title a {
    font-weight: 600!important;
    text-align: center!important;
    font-size: 1.05rem;
}

.product-grid h2.product-title {
    text-align: center;
}

.product-grid .product-item--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: left;
}
.catfish-default-product-box .product-item--info .product-item--content {
    padding: 0.5rem 0.75rem;
}
.product-grid h2.product-title {
    font-size: 130%;
    margin: 0;
}
.product-grid span.productPrice {
    display: none!important;
}
.fa-star:before {
    color: var(--dark-tan);
    font-weight: 900;
}
.product-grid .description {
    color: var(--fp-purple);
    font-weight: 700;
    margin: 0;
    font-size: .75rem;
}
.catfish-default-product-box .product-item--info {
    background: white;
    padding-top: 0;
}

.catfish-default-product-box .product-item--info .add-info {
    padding: 0.5rem 0.75rem;
}

input.productlistproductdetailbutton.showproductlandingpage.catfish-button {
    font-weight: 700;
    text-transform: uppercase;
}

/*hover over category page product card*/

.product-grid .add-info.clearfix.product-item--actions {
    display: flex;
}
.product-grid .pricerow.clearfix {
    width: 100%;
}
.category-page-productingrid .allProductsCategoriesWrapper .product-grid .listWrapper .listItem .item-box .catfish-default-product-box:hover .add-info {
    background-color: transparent;
    transition: 0.5s;
    display: flex;
    align-items: flex-end;
}
.catfish-default-product-box:hover .add-info {
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
}

.product-grid .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen {
    margin-bottom: 0.75rem;
}

.product-grid .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen .item-box:hover {
    filter: drop-shadow(10px 10px 10px #e1e1e1);
    transition: 0.5s;
}
.add-info.clearfix.product-item--actions {
    background: transparent!important;
}

/*bottom description*/
.category-bottomdescription-wrapper, .category-bottomdescription-wrapper span, .category-bottomdescription-wrapper p {
    text-align: center;
    font-size: 15px;
    font-family: 'Raleway';
}
.category-bottomdescription-wrapper h2, .category-bottomdescription-wrapper h2 span{
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.category-bottomdescription-wrapper.block a {
    font-weight: 700;
}


/*breadcrumb styling*/
i.fas.fa-home {
    display: none;
}
.breadcrumb ul, .breadcrumb.level {
    align-items: center;
    justify-content: center;
}
.arone-category-page {
    display: flex;
    flex-direction: column;
}
section.section.breadcrumb-section.is-small {
    order: 2;
    padding-top: 3rem;
    padding-bottom: 0px;
}
section.category-intro-wrapper.section {
    order: 1;
}
section.category-product-section.section {
    order: 3;
    padding-top: 0px;
}
section.category-outro-wrapper.section {
    order: 4;
}

/*subcategories on categories pages*/

section.category-subcategory-section.section {
    order: 4;
}
section.category-subcategory-section.section::before {
    content: 'Click on a thumbnail to start designing!';
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: var(--fp-purple);
    margin-bottom: 2rem;
}

.sub-category-grid.sub-category-wrapper .column.is-3-widescreen {
    width: 33%;
}
.sub-category-grid.sub-category-wrapper .listWrapper.columns.is-mobile.is-multiline.clearfix {
    justify-content: center;
}
.sub-category-grid .listWrapper .item-box {
    border-top: none;
}
.sub-category-grid .listWrapper .item-box:hover {
    filter: drop-shadow(2px 4px 6px lightgray);
}
.sub-category-grid .listWrapper .item-box .sub-category-item .category-title {
    transition: none;
    position: relative;
    transform: none;
    font-size: 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.sub-category-item {
    display: flex;
    flex-direction: column-reverse;
}

/*PRODUCT PAGE************/

.product-page-wrapper .DT_picture .DT_bigpicture {
    border: 0px;
}

h1.productname.acentcolour {
    text-align: center;
    font-size: 1.8em;
}
input#product_attribute_g35_23, input#product_attribute_g33_23, input#product_attribute_g36_23, input#product_attribute_g32_23, input#product_attribute_g33_23, input#product_attribute_g34_23 {
    display: none;
}
h1.productname.acentcolour, .attributeTitle, .product-page-wrapper .quantityBox__container .label {
    color: var(--fp-purple);
    font-weight: 600;
}
.product-page-wrapper .quantityBox__container .label  {
    font-size: 15px;
}
.product-page-wrapper, .DT_tabs_container .DT_tab_content .DT_tab, .product-page-wrapper .countdown_timer {
    background: #f2eee6!important;
}
.DT_product-details-page-main form#productVariantForm {
    gap: 2rem;
}
.product-page-wrapper {
    padding-bottom: 0px!important;
}
.DT_tabs_container .DT_tab_buttons a {
border: solid!important;
border-color: var(--fp-purple)!important;
border-width: 0px 0px 2px 0px!important;
width: 50%;
}
.DT_tabs_container .DT_tab_buttons a:hover {
    background-color: var(--light-gray);
}
.DT_tab p, .DT_tab ul, .DT_tab1.DT_tab p strong {
    color: var(--dark-gray);
    font-size: 14px;
    line-height: 18px;
    font-family: 'Raleway'!important;
}
.DT_tabs_container .DT_tab_buttons a.active {
    border-width: 2px 2px 0px 2px!important;
    background-color: var(--light-gray);
}
.DT_tab {
    padding: 1.5rem 0px 0px 0px!important;
}
.producttags-box, .product-page-wrapper .DT_checkout_button_container, .product-page-wrapper .price {
    display: none;
}
.product-page-wrapper .countdown_timer {
    width: 100%;
    box-shadow: 2px 13px 20px #00000038;
    color: var(--fp-purple);
}
.related-products-grid {
    background-color: white;
    margin-top: 4rem;
    padding-bottom: 4rem;
}
h3.acentcolour {
    text-align: center;
    color: var(--fp-purple);
    font-weight: 700!important;
}
.related-products-grid .related-products-grid--title {
    padding: 40px 0px;
}
.button, button, .checkout-page.checkout-page_multi .select-button input, .checkout-page__billing-address .address-grid td .address-item .select-button input, .t-grid .t-button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-weight: 600;
    letter-spacing: .1rem;
    background-color: var(--fp-purple);
    text-transform: uppercase;
    padding: 0 40px;
}
.related-products-grid__products h2.product-title {
    font-size: 14px;
}

/*content pages*/
.topicpage-body h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 17px!important;
    color: #4a4a4a!important;
}
.topicpage .form-section {
    background: white!important;
}
.supernova .form-all, .form-all {
    background-color: var(--light-gray);
}
.topicpage::before {
    content: url('https://cdn01.devia.com/funeralprints/dev/site/images/banners_backgrounds/aboutus-banner.png');
}
.topicpage .column h2 i, .topicpage h3, h2.has-text-centered.veteran {
    color: var(--fp-purple);
}
.topicpage {
    padding-top: 0px;
}
.topicpagefh-page .catfish-container {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.topicpagefh-page {
    background-image: url("https://cdn01.devia.com/funeralprints/dev/site/images/fallen-hero-background.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    min-height: 1000px;
}

/*blog page*/
.blogpost .page-title h1, .postbody h1, .postbody h2, .postbody h3 {
    text-align: left;
    color: var(--fp-purple);
    font-weight: 700;
    padding-bottom: 1.5rem;
}
.blogpost .page-title h1 {
    text-align: center;
    border-bottom: solid 1px #989898;
}
.postbody p img {
    width: 100%;
    padding: 0px 300px;
}
.postdate {
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem!important;
    color: #989898;
}
.postbody {
    display: flex;
    flex-direction: column;
}
a.purpleButton.defaultPadsm.blog-cta {
    background: var(--fp-purple);
    display: flex;
    justify-content: center;
    align-self: center;
    padding: 1.5rem;
    color: white;
    text-transform: uppercase;
}
.blogpost {
    padding-bottom: 0px;
}

.blog-page .blogposts .blogposts-list .column {
    display: flex
}

.blog-page .pager {
    margin-top: 1.5rem;
}

/*cart page*/
#cartsliderrow .page-title h1, .shoppingcart__wrapper .page-title h1 {
    color: var(--fp-purple);
    text-align: center;
}

 .input, .catfish-input, .catfish-select, .textarea, .catfish-textarea {
    border-width: 1px;
    border-color: #989898;
}
.product-page-wrapper .input, .product-page-wrapper .catfish-input, .product-page-wrapper .catfish-select, .product-page-wrapper .textarea, .product-page-wrapper .catfish-textarea {
    border: 0px;
}
/*checkout*/
.one-page-checkout .deliveryModuleContainer .inner {
    color: white;
    padding: 0px;
    background-color: var(--fp-purple);
}
.one-page-checkout .deliveryModuleContainer .inner h3 {
    padding: 1rem;
    background-color: #411f5b;
    margin-bottom: 0px;
}
.one-page-checkout .deliveryModuleContainer h5, .one-page-checkout .deliveryModuleContainer p {
    padding: 0px 1rem;
    margin-bottom: 0px;
    background-color: #411f5b;
}
.one-page-checkout .deliveryModuleContainer .inner p {
    background-color: var(--fp-purple);
    padding: 1rem;
}
.one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list .shipping-option-item label:before {
    transform: scale(0.3);
    content: url('https://cdn01.devia.com/funeralprints/dev/site/images/ups-gray.png');
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
}
.one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list .shipping-option-item input:checked+label:before {
    content: url('https://cdn01.devia.com/funeralprints/dev/site/images/ups-gold.png');
}
/** MEDIA QUERIES *******/

@media screen and (max-width: 1550px) {
    /*category page product card*/
   .product-grid .column.is-3-widescreen {
       width: 33%;
   }
}
@media screen and (min-width: 1088px) {
    /*product page*/
    .related-products-grid .product-item.catfish-default-product-box.productTag_funeralprints:hover .add-info.clearfix.product-item--actions {
        transform: translate(0, 250%)!important;
        -webkit-transform: translate(0, 250%)!important;
        -moz-transform: translate(0, 250%);
        -ms-transform: translate(0, 250%);
        -o-transform: translate(0, 250%);
    }
    h2.panel-heading.has-text-centered.has-text-weight-bold.has-text-white.has-background-primary {
        transform: translate(0px,7px);
        -webkit-transform: translate(0px,7px);
        -moz-transform: translate(0px,7px);
        -ms-transform: translate(0px,7px);
        -o-transform: translate(0px,7px);
}
}
@media screen and (min-width: 1280px) {
    /*category page product card*/
    .product-grid .column.is-3-widescreen {
        width: 20%;
    }
    .catfish-default-product-box:hover .add-info {
        transform: translate(0,150%);
        -webkit-transform: translate(0,150%);
        -moz-transform: translate(0,150%);
        -ms-transform: translate(0,150%);
        -o-transform: translate(0,150%);
}
    /*product page*/
    .related-products-grid .product-item.catfish-default-product-box.productTag_funeralprints:hover .add-info.clearfix.product-item--actions {
        transform: translate(0, 150%)!important;
        -webkit-transform: translate(0, 150%)!important;
        -moz-transform: translate(0, 150%);
        -ms-transform: translate(0, 150%);
        -o-transform: translate(0, 150%);
        }
}
@media screen and (min-width:1472px) {
    /*product page*/
    .related-products-grid .product-item.catfish-default-product-box.productTag_funeralprints:hover .add-info.clearfix.product-item--actions {
    transform: translate(0, 200%)!important;
    -webkit-transform: translate(0, 200%)!important;
    -moz-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
    }
}
@media screen and (max-width:1279px) {
       /*subcategory card category page*/
   .sub-category-grid.sub-category-wrapper .column.is-3-widescreen {
    width: 50%;
}
.sub-category-grid.sub-category-wrapper .listWrapper.columns.is-mobile.is-multiline.clearfix {
    justify-content: flex-start;
}
}
@media screen and (max-width: 1079px) {
    .navbar-link, .fpMobileNavMenu.is-active .fpOnlineMemorials {
        padding-left: 1rem!important;
    }

    .postbody p img {
        padding: 0px;
    }
}
@media screen and (max-width: 767px) {
    /*product page*/
    .related-products-grid, .DT_product-details-page-main {
        padding-left: 10px;
        padding-right: 10px;
    }
    .DT_picture {
        padding-bottom: 1.5rem;
    }
    /*subcategory on category page*/
    .sub-category-grid.sub-category-wrapper .column.is-3-widescreen {
        width: 100%;
    }
}
@media screen and (min-width:900px) and (max-width:1280px) {
    /*wood banner homepage*/
    .banner2CatText {
        font-size: 0.9em!important
    }
    /*blogs*/
    .featuredBlog__wrapper .list.columns {
        grid-template-columns: 1fr 1fr;
    }
    /*homepage welcome posters section*/
    .welcomePosters {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 2em;
    }
    .salesign1 {
        grid-row-start: 1;
        grid-column-start: 1;
        display: flex;
    }
    .salesign2 {
        grid-row-start: 1;
        grid-column-start: 2;
        display: flex;
    }
    .welcometext {
        grid-row-start: 2;
        grid-column: 1 / span 2;
        padding: 1.5rem 0px!important;
    }
    /*subcategory on category page*/
    .sub-category-grid.sub-category-wrapper .listWrapper.columns.is-mobile.is-multiline.clearfix {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1087px) {
    /*category page product card*/
    .add-info.clearfix.product-item--actions {
        align-items: flex-end;
    }
    .product-grid .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen .item-box:hover {
        filter: none;
    }
    .add-info.clearfix.product-item--actions {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
}
}
@media screen and (max-width:959px) {
    /*category banner*/
    .bannerCont img {
        display: none;
    }
    .centerBanText.grid_6 {
        width: 100%;
    }
    ul.purple.bullets {
        padding: 0px;
        line-height: unset;
        font-size: 1em;
    }
}
@media screen and (max-width:900px) {
    /*purple midpage homepage banner*/
    .title.is-1.xpprayer.has-text-weight-bold, .subtitle.is-3.xpcelebrating.has-text-weight-bold {
        padding: 0px 2rem;
          font-size: 2rem;
    }
    .title.is-1.xpprayer.has-text-weight-bold {
        font-weight: 600!important;
    }
    /*homepage blogs*/
    a.blogtitle {
        font-size: 1.5rem!important;
        font-weight: 600!important;
    }
    .featuredBlog__wrapper .list.columns {
        grid-template-columns: 1fr;
    }
    /*wood banner homepage*/
    .banner2Row {
        grid-template-columns: 1fr 1fr;
    }
    h4.banner2CatText.has-background-primary.has-text-white.has-text-centered.m-0.is-size-6.py-2.px-3.is-capitalized.is-flex.is-justify-content-center.is-align-items-center.is-align-content-center.has-background-primary.has-text-white.has-text-centered.m-0.is-size-6.py-2.px-3.is-capitalized.is-flex.is-justify-content-center.is-align-items-center.is-align-content-center {
        font-weight: 700!important;
    }
    /*homepage welcome posters section*/
    .welcomePosters {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 2em;
        margin-bottom: 3rem!important;
    }
    .needHelp .hero-body {
        flex-direction: column;
        text-align: center;
    }
    .justCallUs {
        margin-bottom: 1.5rem!important;
    }
}
@media screen and (max-width: 768px) {
    /*fallen heros image*/
    .topicpagefh-page {
        max-height: 800px;
    }
    .catfish-footer {
        padding-top: 0px;
    }
    /*category page product card*/
    .product-grid .column.is-3-widescreen {
        width: 50%;
    }
}
@media screen and (max-width:500px) {
    /*fallen heros image*/
    .topicpagefh-page {
        max-height: 600px;
    }
    .column.is-6-mobile {
        width: 100%
    }
    .column {
        padding: 0px;
    }
    /*wood banner homepage*/
    .banner2CatText.has-background-primary.has-text-white.has-text-centered.m-0.is-size-5.py-2.px-3.is-capitalized.is-flex.is-justify-content-center.is-align-items-center.is-align-content-center {
        font-size: 1.2rem!important;
    }
    /*trustpilot*/
    .trustpilotBox.row__container.container {
        margin: 0px!important;
        padding: 0px!important;
        width: 100%!important;
    }
}


/***** START Top Nav Media Queries*****/
@media screen and (max-width:1472px) {
    /*Search Bar*/
    #navlower .row__container.catfish-container {
        max-width: none;
    }
}

@media screen and (min-width: 1088px) {
    html.has-navbar-fixed-top, body.has-navbar-fixed-top {
        padding-top: 8em; /*Default is 5, changing  for secondary nav bar on desktop*/
    }

    .navbar {
        height: 8em; /*Default is 5, changing to 8 for secondary nav bar*/
    }

    .navbar .badge {
        right: -0.8rem;
        top: 1.25rem;
    }

    .fpLowerDesktopNavBar .container .navbar-start:first-child {
        margin-left: -1rem
    }

    .navbar-dropdown {
        background-color: var(--light-gray);
        border-top: 2px solid var(--fp-purple);
    }

    .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
        background-color: unset !important;
        color: var(--dark-tan) !important;
    }
}

@media screen and (min-width: 1088px) and (max-width: 1471px) {
    #main-nav .container, .fpLowerDesktopNavBar .container {
        max-width: 1500px;
    }
}

@media screen and (max-width: 1087px) {
    .fpLowerDesktopNavBar {
        background: none;
    }

    .fpMobileTopMenu {
        display: block;
    }

    .fpVertBorder {
        border-right: none;
    }

    .navbar .badge {
        right: -0.2rem;
        top: 0.4rem;
    }
    /*subcategories on category page*/

    .sub-category-grid .listWrapper .item-box .sub-category-item .category-title {
        font-size: 14px;
    }
    .sub-category-item {
        padding: 5px;
    }

    /*Burger Menu*/
    .fpMobileNavMenu.is-active {
        top: -7em;
        left: 4.4rem;
    }

    .fpLowerDesktopNavBar .container.is-capitalized {
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 768px) and (max-width: 1087px) {
    .navbar {
        height: 10.9em;
    }

    html.has-navbar-fixed-top, body.has-navbar-fixed-top {
         padding-top: 10.9em; /*Default is 5, changing for top menu view on mobile*/
    } 

    .fpMobileTopMenuShipping, .fpMobileTopMenuCallUs {
        padding: 13px 4rem;
    }
}

@media screen and (max-width: 767px) {
    html.has-navbar-fixed-top, body.has-navbar-fixed-top {
         /*Default is 5, changing for top menu view on mobile*/
        padding-top: 11.2em;
    }

    .navbar {
        height: 10.4em ; /*Default is 5, changing to 8 for secondary nav bar*/
    }        

    /*Burger Menu*/
    .fpMobileNavMenu.is-active {
        left: 1.4rem;
        padding-left: 1.5rem;
        padding-right: 1rem;
    }

    .navbar .badge {
        top: 0.5rem;
    }
}

/* Have to keep readjusting the size of the top nav and where the banner starts, this is for mobile devices at each point it changes*/
@media screen and (max-width: 457px) {
    html.has-navbar-fixed-top, body.has-navbar-fixed-top {
         /*Default is 5, changing for top menu view on mobile*/
        padding-top: 12.2em !important;
    }

    .navbar {
        height: 11.4em !important; /*Default is 5, changing to 8 for secondary nav bar*/
    }        
}

/* For iPhone4*/
@media screen and (max-width: 320px) {
    html.has-navbar-fixed-top, body.has-navbar-fixed-top {
         /*Default is 5, changing for top menu view on mobile*/
        padding-top: 14.2em !important;
    }

    .navbar {
        height: 11.4em !important; /*Default is 5, changing to 8 for secondary nav bar*/
    }        
}
/***** End Top Nav Media Queries*****/

/*content pages media queries*/
@media screen and (max-width: 1280px) {
    .topicpage .columns {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    h2.has-text-centered.veteran {
        font-size: 2rem;
        padding-bottom: 1rem;
    }
}
/*pop up media queries*/

@media screen and (min-width:2300px) {
    .popUpBox {
        top: 60%;
    }
}

@media screen and (max-width: 768px ) {
    .popUpBoxContainer.pop-up.fppop-up {
        transform: scale(1.5);
    }
    .popUpBox {
        border-width: 2px;
    }
    .closeButton {
        transform: scale(1);
    }
}
@media screen and (min-width: 1037px ) {
    .popUpBox {
        width: 30%;
    }
    .twentytext {
        font-size: 3vw;
        margin-bottom: 0;
    }
    .freebold {
        font-size: 1.8vw;
    }
    .sharemem {
        font-size: 1.2vw;
        margin-bottom: 1vw;
    }
    .enterpromo {
        line-height: 1.2;
        font-size: 1.1vw;
        margin-bottom: 1vw;
    }
    .inside20 {
        padding: 3vw;
    }
      .tanbar {
        margin-bottom: 2vw;
    }
    .termsconditions {
        font-size: 0.6vw;
    }
}
@media screen and (min-width:1088px) {

.homePageCategories.clearfix .column.is-3-widescreen {
    width: 20%;
}
}

/*****************************************/
/*******                          ********/
/*******  End Storefront Styling  ********/
/*******                          ********/
/*****************************************/


/*****************************************/
/*******                          ********/
/*******  START MegaEdit Styling  ********/
/*******                          ********/
/*****************************************/

/*****
CONTENTS:
- Loading Page
- Admin and Registered User View
- ME Admin User View Only
- ME Registered User View Only
- Media Queries
*****/

/****************/
/* Loading Page */
/****************/
svg.gear {
    fill: #845ba2;
    opacity: 0.4;
    position: fixed;
    top: -300px;
    left: -770px;
    width: 1200px;
    -webkit-animation: a 5s infinite linear;
    animation: a 5s infinite linear;
}

.loadingLogo__logo img, .loadingLogo__logo.hidden-old-theme img {
    object-fit: contain;
    width: 50rem;
    max-height: unset;
}

.loadingScreen .loadingLogo__logo {
    margin: 0px;
}

i.fa.fa-cog.slow-spin, i.fa.fa-spinner.fa-spin,
.loadingScreen .ME_loading_hints ul li:before {
    display: none;
}

.ME_loading_hints ul li {
    width: 100%;
    box-sizing: border-box;
    color: #845ba2;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px var(--fp-purple);
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: .5px;
}

.loadingScreen .ME_loading_hints {
    max-width: 60rem;
}

.loadingScreen .loadScreenStepIndicator {
    font-size: 14px;
    color: #845ba2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ME_loading_hints {
    float: none;
    position: absolute;
    bottom: 5%;
    display: inline-block;
    text-align: center;
    margin: 0px;
    width: 50%;
}


/**************************************/
/*** Both Admin and Registered User ***/
/**************************************/
/*All Items*/
.megaEditBodyClass-Admin,
.megaEditBodyClass-RegisteredUser {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pane.freeTargetContainer .uiFieldFormatting button,
#previewView button.preview_close_button:before,
#previewView button.preview_close_button span,
#addToBasketButton.add_to_basket_from_preview .fa,
#addToBasketButton.add_to_basket_from_preview span,
.delete::after,
.messagesContainer .notification .content .me-message-button {
    display: none;
}

.megaEditBodyClass-Admin .icon .fa,
.megaEditBodyClass-RegisteredUser .icon .fa {
    font-weight: 900 !important;
    font-size: 17px;
}

/*Alerts*/
.messagesContainer .notification button.close.delete {
    background-color: unset;
}

.messagesContainer .notification button.close.delete::before {
    content: "\00d7" !important;
    font-size: 22px;
    transform: unset;
    background-color: transparent;
    height: 0;
    top: 0;
    display: inline-block !important;
}

/*Select Layout Modal Dialog*/
.LayoutSelectDialog {
    bottom: auto !important;
    top: 3rem !important;
}

.modal-open .modal-backdrop.modal-background.fade.in {
    opacity: .6 !important;
}

.LayoutSelectDialog .modal-dialog {
    max-width: 600px;
}

.LayoutSelectDialog .modal-dialog .modal-content {
    max-width: 100%;
}

.LayoutSelectDialog .modal-dialog .modal-body {
    overflow: hidden;
    height: 300px;
    padding: 10px !important;
    background: #eaeaea;
}

.LayoutSelectDialog .modal-dialog .modal-body .meuiButton.catfish-button {
    width: 50%;
    float: left;
    height: auto;
}

.LayoutSelectDialog .modal-dialog .modal-footer {
    height: 4.5rem !important;
    padding: 0.75rem !important;
    border-top: 1px solid #cfcfcf;
    background-color: #eaeaea;
    display: flex;
    justify-content: flex-end;
}

.LayoutSelectDialog .modal-dialog .modal-footer .buttons {
    margin-bottom: 0 !important;
}

.LayoutSelectDialog .modal-dialog .modal-footer .btn-me {
    border: none !important;
    text-transform: none;
    margin-bottom: 0 !important;
    font-weight: 500;
    letter-spacing: inherit;
}

.modal.is-active.fade.ng-isolate-scope.LayoutSelectDialog.in:focus-visible {
    outline: none;
}

/*Top Header*/
.megaEditBodyClass-Admin .headerWrapper .btn,
.megaEditBodyClass-RegisteredUser .headerWrapper .btn {
    text-transform: none;
    font-weight: 500;
}

/*Edit Product Section (Right side on Admin, Left side on User) */
.pane.freeTargetContainer {
    width: 350px !important;
    border: solid 1px #000;
    padding: 30px !important;
    overflow-y: auto;
}

.pane.freeTargetContainer:before {
    content: 'EDIT PRODUCT';
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--fp-purple);
}

.pane.freeTargetContainer .meuiLabel {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    width: 100%;
}

.pane.freeTargetContainer select,
.pane.freeTargetContainer textarea,
.pane.freeTargetContainer input[type="text"],
.pane.freeTargetContainer input[type="number"],
.pane.freeTargetContainer .meuiButton,
.pane.freeTargetContainer .uiFieldFormatting select {
    position: relative;
    float: left;
    margin-bottom: 5px;
    height: 35px;
    padding: 7px;
    line-height: 20px;
    border: 1px solid;
    font-family: "Arial";
    font-size: 14px;
}

.pane.freeTargetContainer .hasFontSizeInput.uiFieldFormatting select {
    width: calc(100% - 145px);
}

.pane.freeTargetContainer .uiFieldFormatting input[type="number"] {
    width: 60px;
    margin-left: 5px;
}

.pane.freeTargetContainer .uiFieldFormatting select {
    width: calc(100% - 80px);
}

.pane.freeTargetContainer textarea {
    height: 200px !important;
    width: 100% !important;
}

.pane.freeTargetContainer button {
    color: #fff !important;
    background-color: #212C36 !important;
    text-transform: none;
    font-weight: 500;
    letter-spacing: inherit;
    width: 100%;
}

.pane.freeTargetContainer button:hover {
    background-color: var(--fp-purple) !important;
}

.pane.freeTargetContainer .ColorSelectContainer {
    position: relative;
    float: left;
    width: 100%;
    border: solid 1px #eee !important;
}

.pane.freeTargetContainer .ColorSelButton {
    width: 15.5%;
    margin: 0.5%;
}

.pane.freeTargetContainer .ColorSelButton span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.pane.freeTargetContainer .customScriptUi-freeTarget.meuiNonLayout.ng-scope {
    overflow-y: unset;
    padding: unset;
}

span.extratxt.ng-scope, span.alltxt.ng-scope, .megaEditBodyClass-Admin .headerWrapper .btn, .megaEditBodyClass-RegisteredUser .headerWrapper .btn {
    letter-spacing: 0.1px;
    font-family: Arial;
    font-weight: 500;
}

/*BottomEditor*/
.pageListContainer .pagelist_title {
    color: #464646 !important;
    margin: 0 !important;
    font-weight: normal;
}

.ui-layout-southh_inner .buttonContainer.leftSide {
    border-right: solid 1px #DEDEDE;
}

.editorBottom .pageSelectorItem .pageLabel {
    text-align: center;
    font-weight: normal;
}

/*PreviewView*/
#previewArea {
    background: #ebebeb;
}

#previewView button.preview_close_button {
    z-index: 20;
    top: auto !important;
    left: 1.5rem;
    width: calc(100% - 3rem);
    max-width: initial;
    height: 40px !important;
    max-height: 40px !important;
    background: var(--fp-purple);
    bottom: 10px !important;
    right: 10px !important;
    transition: all 0.15s linear;
    display: flex;
    justify-content: center;
}

p.previewBackText {
    color: white;
    font-size: 15px;
    margin-bottom: 0px !important;
    align-self: center;
    font-family: Arial;
}
#previewView button.preview_close_button:hover {
    background: #F1C40F;

}
#previewView button.preview_close_button:hover p.previewBackText {
    color: black;
}
.addtoBasketScreenContainer h1 {
    display: none!important;
}
#addToBasketButton.add_to_basket_from_preview {
    display: block !important;
    bottom: 60px;
    top: 85%;
    background-image: url(https://cdn01.devia.com/funeralprints/site/images/megaedit/checkout_01.png) !important;
    background-size: contain !important;
    width: 370px !important;
    height: 90px !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
}

#addToBasketButton.add_to_basket_from_preview:hover {
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
}

#previewArea .cf_imageView_container {
    display: inline;
    transform: none;
    position: initial;
}

#previewArea .cf_imageViewer_row {
    width: 90%;
    margin-left: 5%;
    margin-top: 2%;
}


/**************************/
/* ME Admin User View Only*/
/**************************/
.megaEditBodyClass-Admin .LayoutSelectDialog .modal-dialog .modal-body .meuiButton.catfish-button {
    background-color: transparent;
}

.megaEditBodyClass-Admin .editorTop.pane {
    min-height: 47px !important;
    height: 75px !important;
    display: flex !important;
    justify-content: flex-end;
    flex-direction: column;
}

.megaEditBodyClass-Admin .editorTop .fa {
    font-weight: 900 !important;
    padding-right: 0.25rem !important;
}

.megaEditBodyClass-Admin .editorTop.pane .headerWrapper .buttonContainer.leftSide.buttons {
    display: flex;
    flex-direction: row-reverse;
    width: 60rem;
    justify-content: flex-end;
}

.megaEditBodyClass-Admin .editorTop.pane .headerWrapper .buttonContainer.leftSide.buttons .rightSideWrapper {
    margin: 0.5rem 0;
}

.megaEditBodyClass-Admin .editorTop.pane .headerWrapper .buttonContainer.leftSide.buttons .customScriptUi-batchArea.meuiNonLayout.ng-scope .meuiNonLayout.field {
    margin-right: 0.75rem;
}

.megaEditBodyClass-Admin .editorTop.pane .headerWrapper .buttonContainer.leftSide.buttons .btn-me.backButton {
    margin-bottom: 0;
}

.megaEditBodyClass-Admin .editorTop.pane .headerWrapper .buttonContainer.leftSide.buttons .currentCanvasSizeWrapper .current_prod_name {
    border: 1px solid #DEDEDE;
}

.megaEditBodyClass-Admin .editorTop.pane .headerWrapper .buttonContainer.leftSide.buttons .currentCanvasSizeWrapper span:first-child,
.megaEditBodyClass-Admin .editorTop.pane .headerWrapper .buttonContainer.leftSide.buttons .currentCanvasSizeWrapper .canvasSizeTitle {
    display: flex !important;
    align-items: center;
    line-height: 1;
    margin: 0 0.5rem;
    color: #7F848C;
    padding: 0 0.5rem !important;
    height: 33px;
}

.megaEditBodyClass-Admin .editorTop.pane .headerWrapper .buttonContainer.leftSide.buttons .currentCanvasSizeWrapper .canvasSizeTitle {
    border: 1px solid #DEDEDE;
    font-size: 12px;
    padding-left: 0 !important;
}

.megaEditBodyClass-Admin .editorTop.pane .headerWrapper .buttonContainer.leftSide.buttons .currentCanvasSizeWrapper .canvasSizeTitle {
    margin: 0;
}

.megaEditBodyClass-Admin .editorTop.pane .headerWrapper .buttonContainer.leftSide.buttons .currentCanvasSizeWrapper .canvasSizeTitle .icon .fa {
    display: block !important;
    font-size: 12px;
}

.megaEditBodyClass-Admin .editorTop.pane .headerWrapper .buttonContainer.leftSide.buttons .currentCanvasSizeWrapper .canvasSize {
    display: flex !important;
    color: var(--fp-purple);
    background-color: transparent;
    margin: 0;
    padding-left: 0 0.5rem !important;
    font-size: 16px;
}

.megaEditBodyClass-Admin .editorTop .buttonContainer.rightSide.buttons {
    align-items: flex-end;
}

.megaEditBodyClass-Admin .editorTop .buttonContainer.rightSide.buttons .undoRedoContainer  .btn-me.viewControlButton .icon {
    margin: 0;
}

.megaEditBodyClass-Admin .editorTop .buttonContainer.rightSide.buttons .UR_button_title {
    display: none;
}

.megaEditBodyClass-Admin .editorTop .buttonContainer.rightSide.buttons .viewControlButton.previewButton,
.megaEditBodyClass-Admin .editorTop .buttonContainer.rightSide.buttons .pdfDownloadButton,
.megaEditBodyClass-Admin .bottom-bar-actions .nextStepButton {
    background: var(--fp-purple);
}

.megaEditBodyClass-Admin .editorMain.pane,
.megaEditBodyClass-Admin .editorLeft.pane,
.megaEditBodyClass-Admin .pane.freeTargetContainer {
    top: 75px;
    height: calc(100% - 194px) !important;
}

.megaEditBodyClass-Admin .megaEditMainContainer .toggleCollapseTab.tt {
    bottom: 10.5rem !important;
}

/*Bottom Editor*/
.megaEditBodyClass-Admin .editorBottom.is-attached-to-window {
    background: #EAEAEA !important;
    height: 120px !important;
    padding-bottom: 0;
}

.megaEditBodyClass-Admin .editorBottom .editorBottom__page-list {
    align-content: unset;
    justify-content: unset;
    align-items: unset;
}

.megaEditBodyClass-Admin .editorBottom .editorBottom__page-list .pageSelectorItem__info {
    max-height: 59px !important;
    max-width: 100px !important;
    border: unset;
}

.megaEditBodyClass-Admin .editorBottom .editorBottom__page-list img.pageThumb.ng-scope {
    max-height: 57px !important;
    max-width: 100px !important;
    border: 1px solid rgba(23,23,23,0.1);
}

.megaEditBodyClass-Admin .editorBottom .pageSelectorItem .pageLabel {
    display: flex;
    width: max-content;
}

.megaEditBodyClass-Admin .editorBottom .buttonContainer.rightSide {
    width: 40rem;
    align-items: center;
}

.megaEditBodyClass-Admin .editorBottom .priceContainer {
    display: flex;
    align-items: center;
}

.megaEditBodyClass-Admin .editorBottom .priceHeader .subtitle {
    font-size: 2.074em;
    margin-right: 0.75em;
}

.megaEditBodyClass-Admin .bottom-bar-actions .nextStepButton {
    margin: 0 !important;
    font-size: 16px;
}


/*******************************/
/* ME Registered User View Only*/
/*******************************/
/*All Items*/
.megaEditBodyClass-RegisteredUser #me_quick_menu,
.megaEditBodyClass-RegisteredUser .toggleCollapseTab,
.megaEditBodyClass-RegisteredUser .editorTop .undoRedoContainer .UR_button_title,
.megaEditBodyClass-RegisteredUser .viewControlButton.fullScreen,
.megaEditBodyClass-RegisteredUser .editorTop .viewControlButton.previewButton span,
.megaEditBodyClass-RegisteredUser .editorLeft,
.megaEditBodyClass-RegisteredUser .editorBottom .buttonContainer.rightSide .nextStepButton .confirmextratxt,
.megaEditBodyClass-RegisteredUser .editorBottom .buttonContainer.rightSide .nextStepButton .icon {
    display: none !important;
}

.megaEditBodyClass-RegisteredUser .btn {
    border: solid 1px #eee !important;
    border-radius: 33px;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    font-size: 17px;
    color: var(--fp-purple);
    background: transparent;
}

.megaEditBodyClass-RegisteredUser .btn:hover,
.megaEditBodyClass-RegisteredUser .pane.freeTargetContainer .uiFieldFormatting button:hover {
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
}

/*Top Editor*/
.megaEditBodyClass-RegisteredUser .editorTop {
    background: #fff;
    height: 70px !important;
}

.editorTop.pane .headerWrapper .buttonContainer.leftSide .snapControlButton {
    color: var(--fp-purple);
    border: solid 1px #eee !important;
    background: transparent;
}

.megaEditBodyClass-RegisteredUser .editorTop .leftSide.buttons .rightSideWrapper {
    position: fixed;
}

.megaEditBodyClass-RegisteredUser .editorTop .leftSide.buttons .currentCanvasSizeWrapper {
    transform: translate(370px,40px);
    -webkit-transform: translate(370px,40px);
    -moz-transform: translate(370px,40px);
    -ms-transform: translate(370px,40px);
    -o-transform: translate(370px,40px);
    position: absolute;
}

.megaEditBodyClass-RegisteredUser .editorTop .leftSide.buttons .current_prod_name {
    background-color: transparent!important;
    color: var(--fp-purple) !important;
}

.megaEditBodyClass-RegisteredUser .editorTop .btn-me.backButton .icon,
.megaEditBodyClass-RegisteredUser .editorTop .pdfDownloadButton .icon {
    margin-top: -0.8px;
}

.megaEditBodyClass-RegisteredUser .editorTop .undoRedoContainer span.icon {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.megaEditBodyClass-RegisteredUser .editorTop .pdfDownloadButton:hover {
    z-index: 9;
    background-color: #fff;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.megaEditBodyClass-RegisteredUser .viewControlButton.previewButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline {
    background-image: url(https://cdn01.devia.com/funeralprints/site/images/megaedit/dont_forget_to_preview.png);
    background-size: contain !important;
    width: 295px !important;
    height: 90px !important;
    z-index: 3;
    opacity: 1;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    order: 5;
    border: none !important;
}

/*Edit Product Section (Moved to Left side on User)*/
.megaEditBodyClass-RegisteredUser .pane.freeTargetContainer {
    height: calc(100% - 90px) !important;
    left: 10px !important;
    top: 80px !important;
    bottom: 10px !important;
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.megaEditBodyClass-RegisteredUser .pane.freeTargetContainer select,
.megaEditBodyClass-RegisteredUser .pane.freeTargetContainer textarea,
.megaEditBodyClass-RegisteredUser .pane.freeTargetContainer input[type="text"],
.megaEditBodyClass-RegisteredUser .pane.freeTargetContainer input[type="number"],
.megaEditBodyClass-RegisteredUser .pane.freeTargetContainer .meuiButton,
.megaEditBodyClass-RegisteredUser .pane.freeTargetContainer .uiFieldFormatting button,
.megaEditBodyClass-RegisteredUser .pane.freeTargetContainer .uiFieldFormatting select {
    border: solid 1px var(--fp-purple);
    border-radius: 5px;
}

/*Main Editor*/
.megaEditBodyClass-RegisteredUser .editorMain {
    width: calc(100% - 380px) !important;
    height: calc(100% - 230px) !important;
    top: 80px !important;
    left: 370px !important;
    bottom: 150px !important;
    right: 10px !important;
    overflow: hidden !important;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.megaEditBodyClass-RegisteredUser .editorBottom,
.megaEditBodyClass-RegisteredUser .editorMain {
    border: solid 1px #000;
}

.megaEditBodyClass-RegisteredUser .zoom_options.buttons {
    left: auto;
    right: 5px;
}

.megaEditBodyClass-RegisteredUser .zoom_options .btn {
    padding: 10px !important;
    border: none !important;
}

/*BottomEditor*/
.megaEditBodyClass-RegisteredUser .editorBottom {
    left: 370px !important;
    bottom: 10px !important;
    width: calc(100% - 380px) !important;
    height: 130px !important;
    background: white;
}

.megaEditBodyClass-RegisteredUser .ui-layout-southh_inner,
.megaEditBodyClass-RegisteredUser .editorBottom__page-list {
    height: inherit;
}

.megaEditBodyClass-RegisteredUser .editorBottom__page-list {
    align-items: center !important;
}

.megaEditBodyClass-RegisteredUser .editorBottom .leftSide.pageListContainer {
    height: 90px;
    display: flex;
    align-items: center;
}

.megaEditBodyClass-RegisteredUser .pageSelectorItem .pageThumb {
    max-height: 50px !important;
    width: 50px;
}

.megaEditBodyClass-RegisteredUser .pageListContainer .pageSelectorContainer .pageSelectorItem {
    justify-content: flex-end;
}

.megaEditBodyClass-RegisteredUser .pageSelectorItem .pageSelectorItem__info {
    height: 52px !important;
}

.megaEditBodyClass-RegisteredUser .editorBottom .buttonContainer.rightSide {
    position: relative;
    align-items: center;
    min-width: 40% !important;
    flex-wrap: unset;
}

.megaEditBodyClass-RegisteredUser .editorBottom .priceContainer {
    display: flex;
    align-items: center;
}

.megaEditBodyClass-RegisteredUser .editorBottom .priceHeader h2.subtitle.ng-scope,
.megaEditBodyClass-RegisteredUser .editorBottom .priceContainer .price {
    font-size: 17px;
    font-weight: bold;
    padding-right: 5px;
    word-break: normal !important;
}

.megaEditBodyClass-RegisteredUser .editorBottom .buttonContainer.rightSide .nextStepButton {
    margin-bottom: 0;
}

.megaEditBodyClass-RegisteredUser .editorBottom .buttonContainer.rightSide .nextStepButton {
    margin-bottom: 0;
    content: "";
    background-image: url(https://cdn01.devia.com/funeralprints/site/images/megaedit/checkout_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    border: unset !important;
    width: 220px;
    height: 90px;
}

/*DialogBox*/
.megaEditBodyClass-RegisteredUser .ui-dialog.dialogGeneralConfirm .ui-dialog-titlebar {
    display: flex;
    justify-content: flex-end;
}

.megaEditBodyClass-RegisteredUser .ui-dialog.dialogGeneralConfirm .ui-dialog-titlebar .ui-dialog-title {
    display: none;
}

.megaEditBodyClass-RegisteredUser .ui-dialog.dialogGeneralConfirm .ui-dialog-titlebar .ui-dialog-titlebar-close {
    padding: 0;
}

.megaEditBodyClass-RegisteredUser .ui-dialog.dialogGeneralConfirm .ngConfirmDialog.ui-dialog-content h2 {
    margin-bottom: 1rem;
}

.megaEditBodyClass-RegisteredUser .ui-dialog.dialogGeneralConfirm .ngConfirmDialog.ui-dialog-content p {
    font-size: 12px;
}

.megaEditBodyClass-RegisteredUser .ui-dialog.dialogGeneralConfirm .ui-dialog-buttonpane {
    justify-content: flex-end;
}
.ui-dialog .catfish-button, .ui-dialog .catfish-input, .ui-dialog .catfish-select, .ui-dialog .label, .ui-dialog .ui-dialog-title, div#ngConfirmDialog p {
    font-size: 1.25rem!important;
}
.megaEditBodyClass-RegisteredUser .ui-dialog .ui-dialog-titlebar {
    background: rgb(221, 221, 221);
    border: none;
}
.megaEditBodyClass-RegisteredUser span.ui-button-icon-primary.ui-icon.ui-icon-closethick {
    background: var(--fp-purple);
}
.megaEditBodyClass-RegisteredUser .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.dialogGeneralConfirm span.ui-button-icon-primary.ui-icon.ui-icon-closethick::before, span.ui-button-icon-primary.ui-icon.ui-icon-closethick::after {
    background-color: white;
}
.megaEditBodyClass-RegisteredUser .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.dialogGeneralConfirm div#ngConfirmDialog {
    background: rgb(221, 221, 221);
}
.megaEditBodyClass-RegisteredUser .ui-dialog.dialogGeneralConfirm .ngConfirmDialog.ui-dialog-content h2 {
   color: #444444!important;
}
.megaEditBodyClass-RegisteredUser .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.dialogGeneralConfirm .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    background: #444444;
}
.megaEditBodyClass-RegisteredUser .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.dialogGeneralConfirm button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    background: #efefef;
    color: #444444;
    text-transform: capitalize;
}
.megaEditBodyClass-RegisteredUser .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.dialogGeneralConfirm button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover {
    background: var(--fp-purple);
    color: white;
}
.megaEditBodyClass-RegisteredUser .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.dialogGeneralConfirm .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    background: #444444;
}


/*********************/
/*** MEDIA QUERIES ***/
/*********************/
@media only screen and (max-width: 1680px) {

.megaEditBodyClass-RegisteredUser .btn {
    height: 30px;
    font-size: 15px;
}
}

@media only screen and (max-width: 1572px) {
    .editorTop span.alltxt.ng-scope,
    .megaEditMainContainer .extratxt {
        display: none !important;
    }
}

@media only screen and (max-width: 1400px) {
    .megaEditBodyClass-RegisteredUser .btn {
        height: 30px;
        font-size: 13px;
    }

    .megaEditBodyClass-RegisteredUser .editorTop.pane .headerWrapper .buttonContainer.rightSide .viewControlButton.pdfDownloadButton:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .megaEditBodyClass-RegisteredUser .editorTop.pane .headerWrapper .buttonContainer.rightSide .viewControlButton.previewButton {
        background-image: url(https://cdn01.devia.com/funeralprints/site/images/megaedit/dont_forget_to_preview_tablet.png);
        width: 240px !important;
        height: 65px !important;
        background-position: center !important;
    }

    .megaEditBodyClass-RegisteredUser .editorBottom .buttonContainer.rightSide {
        justify-content: flex-end;
    }

    .megaEditBodyClass-RegisteredUser .editorBottom .buttonContainer.rightSide .nextStepButton {
        background-image: url(https://cdn01.devia.com/funeralprints/site/images/megaedit/finish_here_tablet.png);
        width: 190px;
        height: 80px;
    }
    /*
    .megaEditBodyClass-RegisteredUser .editorTop .leftSide.buttons .currentCanvasSizeWrapper {
        transform: translate(180%,70px);
        -webkit-transform: translate(180%,70px);
        -moz-transform: translate(180%,70px);
        -ms-transform: translate(180%,70px);
        -o-transform: translate(180%,70px);
}*/
}

@media only screen and (max-width: 1250px) {

    .megaEditBodyClass-RegisteredUser .editorTop .pdfDownloadButton:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .megaEditBodyClass-RegisteredUser .editorTop .pdfDownloadButton span {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .megaEditBodyClass-RegisteredUser .editorTop span.icon.is-small,
    .megaEditBodyClass-Admin .editorTop span.icon.is-small {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 1055px) {
    .megaEditBodyClass-Admin .editorTop.pane {
        height: 115px !important;
    }

    .megaEditBodyClass-Admin .editorMain.pane,
    .megaEditBodyClass-Admin .editorLeft.pane,
    .megaEditBodyClass-Admin .pane.freeTargetContainer {
        top: 115px !important;
        height: calc(100% - 234px) !important;
    }
}

@media screen and (max-width:1050px) {

    .megaEditBodyClass-RegisteredUser .currentCanvasSizeWrapper.is-hidden-mobile.ng-scope,
    .megaEditBodyClass-RegisteredUser .editorBottom .buttonContainer.leftSide {
        display: none;
    }

    .megaEditBodyClass-RegisteredUser .editorTop .ui-layout-north_inner.clearfix {
        height: 65px;
    }

    .megaEditBodyClass-RegisteredUser .editorTop.pane .headerWrapper .buttonContainer.rightSide .viewControlButton.previewButton {
        background-image: url(https://cdn01.devia.com/funeralprints/site/images/megaedit/dont_forget_to_preview_tablet.png);
        width: 240px !important;
        height: 90px !important;
    }

    .megaEditBodyClass-RegisteredUser .editorBottom .editorBottom__page-list {
        justify-content: space-between;
    }

    .megaEditBodyClass-RegisteredUser .editorBottom .memobilePageClass {
        display: block !important;
        margin-top: 16px;
        z-index: 9;
        position: relative;
        left: 2%;
        transform: unset;
    }

    .megaEditBodyClass-RegisteredUser .editorBottom .memobilePageClass .btn {
        margin-right: 0;
    }

    .megaEditBodyClass-RegisteredUser .editorBottom .buttonContainer.rightSide {
        justify-content: flex-start;
        width: 20rem;
    }

    .megaEditBodyClass-RegisteredUser .editorBottom .buttonContainer.rightSide .nextStepButton {
        background-image: url(https://cdn01.devia.com/funeralprints/site/images/megaedit/finish_here_mobile.png);
        width: 65px !important;
        height: 65px !important;
    }
}

@media only screen and (max-width: 966px) {
    .megaEditBodyClass-RegisteredUser .editorTop.pane {
        padding-top: 30px !important;
    }

    .megaEditBodyClass-RegisteredUser .editorTop.pane .headerWrapper {
        flex-direction: column;
        align-items: center;
    }

    .megaEditBodyClass-RegisteredUser .editorTop.pane .headerWrapper .buttonContainer.leftSide.buttons,
    .megaEditBodyClass-RegisteredUser .editorTop.pane .headerWrapper .buttonContainer.rightSide {
        justify-content: center;
    }

    .megaEditBodyClass-RegisteredUser .editorTop.pane .headerWrapper .buttonContainer.rightSide {
        margin-top: 0;
        width: auto;
    }

    .megaEditBodyClass-RegisteredUser .editorTop.pane .headerWrapper .buttonContainer.rightSide .viewControlButton.previewButton {
        margin-left: 1rem;
        margin-bottom: 0;
    }

    .megaEditBodyClass-RegisteredUser .editorMain {
        width: calc(100% - 20px) !important;
        left: 10px !important;
        top: 130px !important;
        border-radius: 10px;
    }

    .megaEditBodyClass-RegisteredUser .editorBottom {
        left: 10px !important;
        width: calc(100% - 20px) !important;
    }

    .megaEditBodyClass-RegisteredUser .editorBottom__page-list {
        align-items: flex-start !important;
        padding: 5px !important;
    }

    .megaEditBodyClass-RegisteredUser .editorBottom .buttonContainer.rightSide .nextStepButton {
        width: 50px !important;
        height: 50px !important;
    }

    .megaEditBodyClass-RegisteredUser .pane.freeTargetContainer {
        width: calc(100% - 20px) !important;
        height: calc(100% - 269px) !important;
        opacity: 0;
        pointer-events: none;
        top: 130px !important;
        padding: 20px !important;
        border-radius: 10px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .megaEditBodyClass-RegisteredUser .ToggleEditingButton {
        position: absolute;
        bottom: 25px;
        left: 25%;
        width: 50%;
        padding: 7px;
        border-radius: 20px;
        z-index: 9;
        background: var(--fp-purple);
        border: none;
        line-height: 20px;
        text-transform: uppercase;
        color: #fff;
        font-family: "Arial";
        font-size: 14px;
        font-weight: 400;
        letter-spacing: normal;
    }

    .megaEditBodyClass-RegisteredUser .showOnMobile {
        display: block !important;
    }

    .megaEditBodyClass-RegisteredUser .ToggleEditingButton .view,
    .megaEditBodyClass-RegisteredUser.EditingSelected .ToggleEditingButton .edit {
        display: none;
    }

    .megaEditBodyClass-RegisteredUser .ToggleEditingButton .edit,
    .megaEditBodyClass-RegisteredUser.EditingSelected .ToggleEditingButton .view {
        display: block;
    }

    .megaEditBodyClass-RegisteredUser.EditingSelected .pane.freeTargetContainer {
        opacity: 1;
        pointer-events: all;
    }

    .megaEditBodyClass-RegisteredUser.EditingSelected .editorMain {
        opacity: 0;
        pointer-events: none;
    }

    .megaEditBodyClass-RegisteredUser.EditingSelected.ShowGallery .editorLeft {
        display: block !important;
        z-index: 99999999999999999999 !important;
        left: 0px !important;
        width: 100% !important;
        top: 0px !important;
        height: 100% !important;
    }

    .megaEditBodyClass-RegisteredUser.EditingSelected.ShowGallery .ToggleEditingButton.Gallery.showOnMobile {
        display: block !important;
        z-index: 999999999999999999999 !important;
    }
}

@media only screen and (max-width: 382px) {
    .megaEditBodyClass-RegisteredUser .editorTop.pane .headerWrapper .buttonContainer.rightSide {
        width: 240px;
        margin-top: 15px;
    }

    .megaEditBodyClass-RegisteredUser .editorTop.pane .headerWrapper .buttonContainer.rightSide .viewControlButton.previewButton {
        width: 230px;
        margin-left: 0;
    }    
}

/***************************************/
/*******                        ********/
/*******  END MegaEdit Styling  ********/
/*******                        ********/
/***************************************/