:root {
    --primary: #978378;
    --primarydark: #7a6a61;
    --primarylight: #b0a198;
    --secondary: #A7CB38;
	--secondarydark: #8fae30;
	--secondarylight: #ddf0a4;
    --lightbeige: #f2edea;
    --search-bg: #96b53f;
    --search-hover: #778f32;
	--poppins: 'Poppins', sans-serif;
	--baloo: 'Baloo Chettan 2', cursive;
}
h1 {
    font-family: var(--poppins);
    font-weight: 500;
    color: var(--primarydark);
}
span, a, p, input {
    font-family: var(--poppins);
    font-weight: 400;
}
span.badge.basketQuantity {
    background: var(--secondary);
    border: 0px;
    font-weight: 700;
    color: white;
    box-shadow: none!important;
}
nav#main-nav {
    height: 6rem;
    background: var(--primary);
}
div#contentrow {
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
}
/*top nav bar*/
.navbar-end.is-shown a.navbar-item, .navbar-end.is-shown a, a.navbar-item.top-text {
    color: white;
	font-family: var(--poppins);
    font-weight: 600;
    border: 0px;
}
a.button.navbar-item.login {
    margin-left: 1rem;
}
.catfish-button, .button, .catfish-button.is-primary, .button.is-primary {
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    -ms-border-radius: 300px;
    -o-border-radius: 300px;
    background-color: var(--secondary);
    text-transform: uppercase;
    font-weight: 700;
	color: white;
    border: 0px;
}
.catfish-button:hover, .button:hover, .catfish-button.is-primary:hover, .button.is-primary:hover {
    background-color: var(--secondarydark);
    color: white;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}
/*
a.button.navbar-item.logout, a.button.navbar-item.login {
    background-color: var(--primary);
}
a.button.navbar-item.logout:hover, a.button.navbar-item.login:hover {
    background-color: var(--primary);
    color: white;
    text-decoration: none;
}
*/
.navbar-item .button {
    height: 2.5rem;
    width: 8rem;
}
.navbar-burger span{
    background-color: white;
}
.badge {
    right: 0.45rem;
    top: -0.25rem;
}
.navbar-group.navbar-right-mobile.is-hidden-mobile-breakpoint .navbar-item {
    color: white;
}
a.button.navbar-item.login {
    margin-left: 1rem;
}
a.button.navbar-item {
    align-self: center;
}
a.button.navbar-item.login {
    margin-left: 1rem;
}
a.button.navbar-item {
    align-self: center;
}
a.button.navbar-item.logout.admin {
    height: 3.125rem;
    margin-left: 0.5rem;
}
.navbar-item.log {
    padding-right: 0px;
}
.navbar-item {
    font-size: 0.9rem;
}
span.basketQuantity {
    font-weight: 700;
}
/*nav lower*/
#navlower {
    height: 4.75rem;
    background: var(--secondary);
    left: 0;
    right: 0;
    position: fixed;
    z-index: 20;
}
.grid_12.clearfix.top-bar-section {
    justify-content: flex-start;
    display: flex;
}
/*search box*/

.search-box .searchbox {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding-left: 1rem;
    background: var(--search-bg);
    color: white;
    box-shadow: none;
    border: 0px!important;
}
input#small-searchterms, input#btn-small-search {
    font-size: 0.9rem!important;
}
input#btn-small-search {
    background: var(--search-bg)!important;
    color: white!important;
    border: 0px!important;
    box-shadow: none;
}
input#btn-small-search:hover {
    background: var(--search-hover)!important;
}

/*banner*/

h1.bannerheading.title {
    margin-bottom: 0.5rem;
    color: white;
    font-family: var(--baloo);
    font-size: 5rem;
}
p.subtitle {
    color: white;
    font-weight: 500;
    font-size: 1.5rem;
}
.bannerimg_outside {
    display: flex;
    justify-content: center;
}
img.bannerimg {
    max-width: 40%;
    padding-top: 2rem;
}
.section.is-large {
    padding: 8rem 0;
    margin-top: 4.5rem;
}
.has-background-cover {
    background-size: cover;
    background-position: center;
}
/*featured categories*/
.homeFeaturedCategoriesWrapper {
    padding-top: 0px;
}
.homeFeaturedCategoriesWrapper .bestsellers h3 {
    display: none;
}
section.featured-cat-bar {
    background: var(--secondary);
    height: 4rem;
    display: flex;
    align-items: center;
}
section.featured-cat-bar h2 {
    color: white;
    text-align: center;
    font-family: var(--poppins);
    font-size: 1.5rem;
    font-weight: 500;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
    border-top: 0px;
}
.homePageCategories.clearfix .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen:hover,
.sub-category-grid .listWrapper .item-box:hover {
    transition: 0.2s;
    transform: scale(1.05);
}
.homePageCategories.clearfix {
    margin-top: 4rem;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
    border-radius: 0px!important;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title {
    padding: 1.5rem 0.5rem;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    background: white;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title a {
    color: var(--primarydark);
    font-weight: 500;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
    border: 0;
}
.homeFeaturedCategoriesWrapper a.image.is-1by1.is-covered img {
    padding: 2rem 2rem 5rem;
    filter: drop-shadow(2px 4px 6px rgb(151,131,120,0.2));
    -webkit-filter: drop-shadow(2px 4px 6px rgb(151,131,120,0.2));
}
.homeFeaturedCategoriesWrapper .category-item {
    background: var(--secondarylight);
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
    filter: drop-shadow(2px 4px 6px rgb(151,131,120,0.2));
    -webkit-filter: drop-shadow(2px 4px 6px rgb(151,131,120,0.2));
}
.category-item {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.category-item .product-title {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture img {
    object-fit: contain;
}
/*category page products*/
.sub-category-item a {
    font-weight: 700;
}
h2.product-title a {
    color: var(--primarydark);
    font-weight: 500;
}
.catfish-default-product-box .product-item--image .picture img {
    object-fit: contain!important;
    padding: 1rem;
    filter: drop-shadow(2px 4px 6px rgb(151,131,120,0.2));
    -webkit-filter: drop-shadow(2px 4px 6px rgb(151,131,120,0.2));
}
.product-item--image .picture {
    background: var(--secondarylight);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
input.productlistproductdetailbutton.showproductlandingpage.catfish-button {
    border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    -ms-border-radius: 3px!important;
    -o-border-radius: 3px!important;
}
input.productlistproductdetailbutton.showproductlandingpage.catfish-button:hover {
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
}
.product-item--info {
    background: white;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0.8rem;
}
.product-grid .item-box {
    filter: drop-shadow(2px 4px 6px rgb(151,131,120,0.2));
    -webkit-filter: drop-shadow(2px 4px 6px rgb(151,131,120,0.2));
}
.product-grid .item-box:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}
.arone-category-page .category-intro-wrapper {
    padding-top: 0px;
}
/*product page*/

.picture.columns.is-multiline.is-variable.is-1 {
    background: var(--secondarylight);
}
.bigpicture.column.is-12 {
    padding: 1rem!important;
}
.block.is-medium.price-quantity-start-wrapper .columns.is-multiline {
    color: var(--primarydark);
}
.column.picture-wrapper.is-6-desktop.is-12-tablet.is-12-mobile img.is-fullwidth {
    filter: drop-shadow(2px 4px 6px rgb(151,131,120,0.2));
    -webkit-filter: drop-shadow(2px 4px 6px rgb(151,131,120,0.2));
}
.thumbs.column.is-12.clearfix .columns.is-variable.is-1>.column {
    padding: 0.5rem;
}
.product-main-wrapper h1.title {
    margin-bottom: 0.5rem!important;
}
section.section.breadcrumb-section.is-small {
    padding-top: 6rem;
}
.breadcrumb .breadcrumb-item, .breadcrumb a, .breadcrumb li+li::before {
    color: var(--primarydark);
}
.thumb.column.product-picture img {
    height: 300px!important;
}
.bigpicture.column.is-12 {
    background: var(--secondarylight)!important;
    margin-bottom: 1rem;
}
.picture.columns.is-multiline.is-variable.is-1 {
    background: white;
}
.thumbs.column.is-12.clearfix .columns.is-variable.is-1>.column {
    background: var(--secondarylight);
}
/*download button*/
.downloadsample {
    transform: translate(0px, 1.25rem);
}
span.downloadsamplebutton {
    padding: 0.5rem 1.5rem;
    background: var(--secondary);
    border-radius: 300px;
}
span.downloadsamplebutton a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

/*footer*/
.catfish-footer {
    background-color: var(--primarylight);
    padding-top: 3rem;
    padding-bottom: 0px;
}
p.footer-title {
    color: var(--lightbeige);
    font-weight: 600;
    padding-bottom: 0.5rem;
    font-size: 1rem;
}
a.footer-link {
    font-weight: 500;
    padding-bottom: 0.25rem;
    color: var(--lightbeige);
    font-size: 0.8rem;
}
/*footer copyright*/
.footercopyrightrow {
    background: var(--primary);
    margin-top: 3rem;
}
section.bottomrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
}
.devialogo img {
    height: 40px;
}


/*cart*/
.cart--edititem input.basketEditButton.options.catfish-button {
    display: none;
}
/*checkout*/
.checkout-data td {
    width: 100%;
}
/*product page*/
.product-main-wrapper img.is-fullwidth {
    height: 500px!important;
    object-fit: contain!important;
}
.product-page-wrapper .product-essential .thumbs .thumb {
    background: transparent;
    border: 0px;
}
div#lbCenter {
    background: var(--lightgray);
}

.fulldescription, .review-wrapper.box.block.is-light, .producttags-box {
    display: none;
}
.product-page-wrapper .product-essential .bigpicture.column img {
    padding: 4rem 1rem;
    background: var(--secondarylight)!important;
    filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
    -webkit-filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
}
.bigpicture.column.is-12 {
    border: none!important;
}
.product-essential.grid_6.column.is-6 {
    display: flex;
    align-items: center;
    background: var(--secondarylight);
}
.overview {
    margin-left: 10px;
}
.product-page-wrapper, #cartsliderrow, .shoppingcart__wrapper {
    padding-top:  10rem;
}
/*account*/
.block-account-navigation ul a.active, .block-account-navigation ul a.is-active {
    background-color: var(--secondary) ;
    color: white;
}
.account-page .page-title h1 {
    font-size: 1rem;
    font-weight: 400;
    color: var(--primary);
    background: var(--lightbeige);
    padding: 1rem 0px;
    text-align: center;
}
input.addaddressbutton.catfish-button {
    margin-top: 0.33rem;
}

@media screen and (min-width: 1088px) {
    section.LowerDesktopNavBar a.navbar-item.pl-4.pr-4.has-text-weight-bold.logout, section.LowerDesktopNavBar a.navbar-item.pl-4.pr-4.has-text-weight-bold.login {
        display: none;
    }
    section.LowerDesktopNavBar.mobileonly {
    display: none;
}
#navlower .top-bar-section {
    transform: translate(0px, 1.25rem);
    justify-content: start;
    -webkit-transform: translate(0px, 1.25rem);
    -moz-transform: translate(0px, 1.25rem);
    -ms-transform: translate(0px, 1.25rem);
    -o-transform: translate(0px, 1.25rem);
}
}
@media screen and (min-width:768px) and (max-width:1087px) {
    #navlower .top-bar-section {
        transform: translate(0px, -0.25rem);
        -webkit-transform: translate(0px, -0.25rem);
        -moz-transform: translate(0px, -0.25rem);
        -ms-transform: translate(0px, -0.25rem);
        -o-transform: translate(0px, -0.25rem);
}
}
@media screen and (min-width: 1280px) {
    .homePageCategories.clearfix .column.is-3-widescreen {
        width: 33.33%;
    }
}
@media screen and (max-width: 1087px) {
    .section.is-large {
        padding: 6rem 0;
    }
    a.navbar-item.pl-0.pr-0 svg {
        width: 40px;
    }
    .TopMenuFont {
        padding-top: 0.5rem;
    }
    section.LowerDesktopNavBar a.navbar-item {
        color: var(--primary);
    }
    div#lower-navbar {
        padding: 1rem 0px;
        margin-top: 0.75rem;
    }
    section.LowerDesktopNavBar .navbar-item {
        padding: 0.5rem 0rem!important;
        font-size: 1.25rem;
    }
    .navbar-group {
        align-items: center;
    }
    section.LowerDesktopNavBar {
        background-color: transparent;
    }
    div#lower-navbar {
    padding: 1rem 0px;
    transform: translate(0px, -0.75rem);
}
.grid_12.clearfix.top-bar-section {
    flex-direction: row;
}
.search-box {
    margin-top: 2rem;
}
.innertext-mobile {
    display: flex;
flex-direction: column;
text-align: center;
align-items: center;

}
.innertext-desktop {
    display: none!important;
}
.uploadsandtemplates {
display: flex;
flex-direction: column-reverse;
}
img.ctImage {
width: 80%;
}
.container.imagecontain {
justify-content: center;
}
.empty50, .innertext {
width: 100%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
p.uploadparagraph {
max-width: 80%;
}
img.ctImage {
margin-bottom: 3rem;
}
}
@media screen and (max-width: 767px) {
    .column.is-6-mobile {
        width: 100%;
    }
    .container.mobiletopbar {
        transform: translate(0px, -0.5rem);
        -webkit-transform: translate(0px, -0.5rem);
        -moz-transform: translate(0px, -0.5rem);
        -ms-transform: translate(0px, -0.5rem);
        -o-transform: translate(0px, -0.5rem);
}
    #navlower .top-bar-section {
        transform: translate(0px, -0.1rem);
        -webkit-transform: translate(0px, -0.1rem);
        -moz-transform: translate(0px, -0.1rem);
        -ms-transform: translate(0px, -0.1rem);
        -o-transform: translate(0px, -0.1rem);
}
    .breadcrumb__container {
        margin-top: 2rem;
    }
    .navigationmenu {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
    .category-page-wrapper {
        padding-top: 2rem!important;
    }
    h1.bannerheading.title {
        font-size: 3.5rem;
    }
}
@media screen and (max-width:700px) {
    .brandflex.is-flex {
        flex-direction: column;
    }
    .category-page-wrapper {
        padding-top: 0px;
    }
}
@media screen and (max-width: 500px) {
    .search-box {
        max-width: 100%;
    }
    h1.bannerheading.title {
        text-align: center;
    }
    p.subtitle {
        text-align: center;
    }
}
@media screen and (max-width: 360px) {
    h1.bannerheading.title {
        font-size: 3rem;
    }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .container, .row__container.catfish-container {
        padding: 0px;
    }
}
@media screen and (min-width: 1472px) {
    .utgrid {
        margin: 3rem 0px;
    }
}


/*login styling*/
/*
.login__wrapper {
    background: url("https://cdn01.devia.com/arnold-msj/site/images/banners_backgrounds/MSJ_logo-background.jpg");
    background-size: 150px;
    max-width: unset;
}
.login__wrapper .columns.is-multiline {
    flex-direction: row-reverse;
}
.login__wrapper > .catfish-container {
    background: var(--primarydark);
    transform: scale(0.8);
    filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
    float: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 20px;
    -webkit-filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.returning-wrapper__inner, .login__wrapper .page-title h1, .login__wrapper a, .register-customer-wrapper.grid_6.column.is-6 {
    color: white;
}
.login__wrapper .page-title:before {
    content: '';
    display: inline-block;
    height: 9rem;
    width: 75%;
    background: url("https://cdn01.devia.com/arnold-msj/site/images/logos/MSJ_logo_white.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 1.5rem;
    margin-top: 4rem;
}
.login__wrapper button.loginbutton.catfish-button, .login__wrapper .register-customer-wrapper #register-button {
    background: #284f85;
}
.login__wrapper .register-customer-wrapper #register-button:hover, .login__wrapper button.loginbutton.catfish-button:hover {
    background: #3e6eb2;;
}
.returning-wrapper__inner {
    background: rgb(0,0,0,0.3)!important;
    color: white!important;
    border: var(--secondary) solid 2px;
}
*/
/*Approval Page*/
.approval-page .row__container.catfish-container {
    max-width: fit-content!important;
}


/*ME styling*/

/*preview button*/
.viewControlButton.previewButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline {
    color: white;
    background: #3483ac;
}
.viewControlButton.previewButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline:hover {
    background: #276688;
}
/*PDF preview*/
button.viewControlButton.pdfDownloadButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline {
    color: white;
    background: #cf4646;
}
button.viewControlButton.pdfDownloadButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline:hover {
    background: #aa3333;
}
/*add to cart*/
button.nextStepButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope {
    color: white;
    background: var(--secondary);
}

button.nextStepButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope:hover {
    background: #718b23;
}
/*zoom buttons*/
.main_view_controls .catfish-button {
    border: solid 1px #4a4a4a;
    background: white!important;
    color: #4a4a4a!important;
}
/*reorder menu, back, title*/
.buttonContainer.leftSide.buttons {
    flex-direction: row-reverse;
}
a.btn.btn-default.btn-me.backButton.catfish-button.has-text-hidden-mobile {
    order: 1;
}
/*pages buttons*/
.memobilePageClass.buttons.ng-scope button, .memobilePageClass.buttons.ng-scope span.catfish-button.btn.btn-primary.pagenrbtn.ng-binding {
    border: solid #4a4a4a 1px;
}
/*hide target field user mode only*/
.megaEditBodyClass-RegisteredUser .field.has-addons .control:last-child .catfish-button {
    display: none;
    border-radius: 0px;
}
.megaEditBodyClass-RegisteredUser .catfish-select.is-small {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
/*undo redo*/
.undoRedoContainer.ng-scope .catfish-button[disabled] {
    background-color: var(--secondary)!important;
}
.meuiHtmlListCollapsed button#single-button {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.meuiButton {
    text-transform: none!important;
}
/*hide add barcode user*/
.megaEditBodyClass-RegisteredUser .buttonContainer.leftSide.buttons .meuiNonLayout.ng-scope.ng-isolate-scope[ng-switch-when="DraggableButton"] .catfish-button {
	display: none;
}
/*hide right panel #9 batch upload envelope ME*/
.enveloperightpanel .pane.ui-layout-east.freeTargetContainer.ui-layout-pane.ui-layout-pane-east.is-open.is-opened {
    display: none;
}