

:root {
    --primary: #293551;
    --primaryhover: #1c2538;
    --secondary:#d24e3b;
    --secondaryhover:#9f3b2b;
    --light: #ffffff;
    --lightblue: #e9edf5;
    --lightbluehover: #f1f5fc;
    --green: #4bb66b;
    --greenhover: #349150;
}

.buttons .ui-button, .buttons .catfish-button, .buttons .button {
    font-weight: 700;
    text-transform: uppercase; 
    background: var(--secondary);
    color: white;
}
.buttons .ui-button:hover, .buttons .catfish-button:hover, .buttons .button:hover {
    background: var(--secondaryhover);
}
.catfish-button > .catfish-button, .catfish-button > .button, .button > .catfish-button, .button > .button, .catfish-button, .button{
    font-weight: 700;
    text-transform: uppercase; 
    background: var(--primary);
    color: white;
}
.catfish-button > .catfish-button:hover, .catfish-button > .button:hover, .button > .catfish-button:hover, .button > .button:hover, .catfish-button:hover, .button:hover {
    background: var(--primaryhover);
}
/*Centered Navbar*****************************************/

/*general navbar*/
nav#main-nav {
    display: flex;
    flex-direction: column;
    background: white;
    height: 8rem;
}
i.far.fa-angle-down {
    font-size: 1.5rem;
    padding-left: 10px;
}
.navbar-item {
    height: 100%;
}
.navbar-item a {
    color: var(--dark);
    font-size: 1rem;
    font-weight:600;
    
    text-transform: uppercase;
}
.navbar-item.storelogo a {
    display: flex;
}
.navbar-item a:hover {
    opacity: 0.7;
}
#logorow .navbar {
    background: transparent;
}
#logorow .navbar .navbar-item.has-dropdown:hover .navbar-link {
    background: transparent;
}
a.navbar-link {
    color: var(--primary)!important;
}
/*icon styling*/
img.caratdown {
    width: 14px;
    margin-left: 10px;
}
/*search styling*/
input#small-searchterms {
    border: 0px!important;
    box-shadow: none!important;
}
input#btn-small-search {
    background: var(--primary);
    font-weight: 700;
}
input#btn-small-search:hover {
    background: var(--primaryhover);
}
/*TOPBAR*************************************************/

.topbar {
    background: var(--secondary);
    padding-top: 2px;
}
.container.topbarcontainer {
    display: flex;
    justify-content: space-between;
}
.leftoptions {
    display: flex;
}
.container.topbarcontainer .navbar-item a {
    color: white!important;
}
.navbar-item.has-dropdown a span {
    line-height: 0px;
}
.navbar-item.has-dropdown a {
    display: flex;
    align-items: center;
}
/*search*/
a.navbar-search-toggle {
    display: inline-block;
}
i.fal.fa-search {
    font-weight: 600;
    margin-right: 5px;
}
/*login logout buttons*/
a.navbar-item.logbutton {
    display: flex;
    align-items: center;
    gap: 5px;
}
i.fal.fa-sign-out.fa-lg {
    font-weight: 600;
    font-size: 1rem;
}
/*admin button*/
a.adminbutton {
    display: inline-block;
}
i.fas.fa-cog, i.fas.fa-chart-pie {
    margin-right: 5px;
}
a.is-shown.logbutton {
    display: inline-block;
}
i.fal.fa-sign-out.fa-lg {
    margin-bottom: 2px;
}
.navbar-link:not(.is-arrowless)::after {
    margin-top: -0.5em;
}
/*text on topbar buttons*/
.topbar span {
    text-transform: uppercase;
    font-weight:600;
    
}
/*search box top nav*/
.search-box {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 260px;
    height: 28px;
}
.searchbox_wrapper,
.search-box form {
    height: inherit;
}
.search-box .searchbox {
    padding-top: 1px;
    padding-bottom: 1px;
}
.search-box input {
    height: inherit;
}
.search-box .searchbutton {
    width: 50px;
    background: var(--primarydark);
    padding-top: 1px;
    padding-bottom: 1px;
}
.leftoptions .navbar-item {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
}

/*BOTTOM NAV********************************/

.bottomnavbuttons {
    gap: 10px;
    display: flex;
}
.bottomnav {
    display: flex;
    justify-content: space-between;
}
a.navbar-item.cart {
    margin-right: 1.75rem;
}
.bottomnav  .navbar-item a {
    text-transform: capitalize;
}
/*carats*/
.content-field-navbar .navbar-link:not(.is-arrowless)::after {
    border-color: var(--dark);
}
/*store logo*/
.is-header-logo {
    height: 2rem;
}
.navbar-item.storelogo {
    padding-left: 0px;
}
.navbar-item img {
    max-height: unset;
}
.navbar .container.bottomnav {
    height: 8rem;
    background: white;
}
/*dropdowns*/
a.navbar-link {
    line-height: 1;
}
.navbar-link:hover {
    color: var(--primary)!important;
    opacity: 0.7;
}
.navbar-dropdown {
    background: white;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
    box-shadow: none;
    filter: none;
    transform: translate(0.5rem, -1rem);
    -webkit-transform: translate(0.5rem, -1rem);
    -moz-transform: translate(0.5rem, -1rem);
    -ms-transform: translate(0.5rem, -1rem);
    -o-transform: translate(0.5rem, -1rem);
    -webkit-filter: none;
}
.navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: white;
    color: var(--secondary);
}


/*mobile navbar**********************************************/
.mobileshow {
    background: white;
}
.mobileshow .container {
    display: flex;
    justify-content: space-between;
}

/*logo*/
.mobileshow .storelogo {
    width: 7rem;
}
.mobileshow .is-header-logo {
    height: 2rem;
}
/*cart*/
.stock-notice {
    background: pink;
    margin-top: 8rem !important;
}
.stock-notice a:hover {
    color: #475274;
    text-decoration-line: underline;
}
.shoppingcart__wrapper {
    padding-top: 6rem;
}
.shoppingcart__wrapper .cartform .cartTableWrapper .cart-item-row .cart--pictures .shopping-cart__product__images__item img {
    object-fit: contain!important;
}
.product__title.is-word-break-all a {
    word-break: normal;
}

.rightMobileBar {
    display: flex;
    align-items: center;
}
i.fal.fa-shopping-cart.fa-lg {
    color: var(--primary);
    font-weight: 500;
}
.badge {
    top: 1.25rem;
    background: var(--secondary);
}
/*burger*/
.navbar-burger span {
    background-color: var(--secondary);
}
/*burger menu*/
.mobileshow .navbar-menu {
    background: var(--white);
    transform: translate(0px, 4.5rem);
    -webkit-transform: translate(0px, 4.5rem);
    -moz-transform: translate(0px, 4.5rem);
    -ms-transform: translate(0px, 4.5rem);
    -o-transform: translate(0px, 4.5rem);
}
.mobileshow .navbar-menu .navbar-item {
    padding-top: 0px;
    padding-bottom: 0px;
}
.mobileshow .navbar-start {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/*burger menu dropdowns*/
.mobileshow .navbar-dropdown {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
@media screen and (max-width:767px) {
    .mobileshow .navbar-menu.logo-left.is-active {
        padding-left: 1rem;
        padding-right: 2rem;
    } 

}

/*media queries hide show desktop mobile*/
@media screen and (max-width:1087px) {
    .mobileshow {
        display: block!important;
    }
    .mobilehide {
        display: none!important;
    }
}
@media screen and (min-width:1088px) {
    .mobileshow {
        display: none!important;
    }
}
@media screen and (max-width:1087px) {
    nav#main-nav {
        background: transparent;
    }
    a.navbar-item {
        display: flex;
        align-items: center;
    }
    .badge {
        top: 1rem;
    }
}
/*mobile navbar styling*/
@media screen and (max-width:1087px) {
    .mobileshow .storelogo {
        width: 7rem;
        display: flex;
        align-items: center;
        margin-left: 10px;
    }
    #toprow .navbar {
        background-color: transparent;
    }
    .mobileshow .navbar-menu.logo-left.is-active {
        background:white;
        padding-left: 1rem;
        padding-right: 2rem;
    } 
    }
@media screen and (min-width:768px) and (max-width:1087px) {
    .mobileshow .navbar-menu.logo-left.is-active {
        padding-left: 4rem;
        padding-right: 5rem;
    }
} 

/*homepage banner***************************/

section.section.is-medium.homepageBanner {
    padding-top: 13rem;
    padding-bottom: 13rem;
    background-size: cover;
    background-position: center;
}
p.welcome {
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 600;
    color: var(--primary);
}

/*featured categories*/

.homeFeaturedCategoriesWrapper {
    background: white;
}
.homeFeaturedCategoriesWrapper h3.title.is-spaced.has-text-centered {
    text-align: center!important;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
}
.homeFeaturedCategoriesWrapper .bestsellers {
    text-align: left;
}
.homePageCategories.clearfix {
    padding-top: 2rem;
}
.homePageCategories.clearfix .item-box {
    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)) ;
    background: transparent;
}

/*featured categories*/
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture img {
    object-fit: contain!important;
}
.homeFeaturedCategoriesWrapper .small-product-item .product-title {
    display: none!important;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
    border-top: 0px;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item:after {
    padding-bottom: 100%;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item:hover {
    transform: scale(1.02);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}
/*featured products*/
.homeFeaturedProductsWrapper {
    background: var(--lightblue);
}
.small-product-item.small-product-item-homepage.large-product-item-homepage {
    background: white!important;
}
.product-item--info {
    padding: 1rem;
}
div#homeFeaturedProductsTitleRow h3.title.is-spaced.has-text-centered {
    display: none; 
}
.bestsellers.catfish-container::before {
    content: 'New Products';
    text-align: center!important;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
}
.homeFeaturedProducts.clearfix {
    margin-top: 1.5rem;
}
.item-box h2.product-title a {
    color: var(--dark)!important;
    font-weight: 600;
    
    font-size: 1rem!important;
    text-transform: capitalize;
}
.small-product-item.small-product-item-homepage.large-product-item-homepage {
    background: white;
    box-shadow: 2px 4px 6px 4px rgb(0,38,76,0.15);
}
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product-item--image .picture img {
    background: #ffffff;
}
/*centering and making categories smaller*/
@media screen and (min-width:1280px) {
    .homeFeaturedCategoriesWrapper .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen {
        width: 20%!important;
    }
    .homeFeaturedCategoriesWrapper .columns {
        justify-content: center;
    }
}



/*footer*/

.footer-column-content {
    display: flex;
    flex-direction: column;
}
.copyrightandlogo {
    background: var(--primaryhover);
}
.bordercopyright {
    padding-top: 2rem;
    border-top: 1px solid var(--primaryhover);
}
.arone-footer {
    padding-bottom: 4rem;
    padding-top: 4rem;
    background: var(--primary)!important;
}
.arone-footer a {
    font-weight: 600!important;
    color: white;
    
}
p.copyrighttext {
    color: var(--light);
    font-weight: 600;
    font-size: 0.8rem;
    padding-bottom: 20px;
    padding-top: 20px;
    
}
/*category page*/
@media screen and (min-width:1088px) {
    .layout--twocolumn {
        padding-top: 6rem;
    }
}
.arone-category-page .category-intro-wrapper {
    padding-top: 0rem;
}
.navigationmenu ul li.active > a {
    background-color: var(--primary);
}
.arone-category-page section.section.is-small {
    padding-right: 1.5rem;
}
.arone-category-page .item-box {
    background: white;
    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));
}
input.productlistproductdetailbutton.showproductlandingpage.catfish-button.multi-selector-switch, input.productlistaddtocartbutton.catfish-button, input.productvariantaddtocartbutton.add_sci.catfish-button {
    font-weight: 700;
    text-transform: uppercase;
    
    background: var(--secondary);
}
input.productlistproductdetailbutton.showproductlandingpage.catfish-button.multi-selector-switch:hover, input.productlistaddtocartbutton.catfish-button:hover, input.productvariantaddtocartbutton.add_sci.catfish-button:hover {
    background-color: var(--secondaryhover);
}
.catfish-default-product-box .product-item--image .picture img {
    object-fit: contain!important;
    padding: 1rem;
}
/*hiding category sort by*/
.product-sorting.column {
    display: none;
}
/*fixing category product height*/
.product-grid .listItem {
    height: unset;
}
/*subcategories on category page*/
.sub-category-grid .listWrapper .item-box .sub-category-item .picture img {
    object-fit: contain!important;
    height: unset;
}
.sub-category-grid .listWrapper .item-box {
    border-top: 0px;
}
.sub-category-grid .listWrapper .item-box .sub-category-item .category-title {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding: 1rem;
    background: white;
}
section.category-subcategory-section.section {
    padding-bottom: 0px;
}
h2.category-title a {
    font-weight: 600;
    
    font-size: 1rem!important;
}
.sub-category-grid.sub-category-wrapper .listItem: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);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
/*product page*/
.product-main-wrapper {
    padding-top: 3rem;
}
section.section.breadcrumb-section.is-small {
    margin-top: 5rem;
    background: var(--light);
    padding: 0px;
}
.breadcrumb.level {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.breadcrumb a:hover {
    font-weight: 600;
}
.picture.columns.is-multiline.is-variable.is-1 {
    background: #ffffff;
    border: 1px solid var(--primary);
}
.product-page-wrapper .product-essential .bigpicture.column {
    background: #ffffff;
    border: 0px;
}

/*account page*/
.block.block-account-navigation {
    padding-top: 10rem;
}
.account-page {
    padding-top: 10rem!important;
}
.block-account-navigation ul a.active, .block-account-navigation ul a.is-active {
    background: var(--primary);
}
/*cart page*/
input.basketEditButton.options.catfish-button {
    background: var(--primary);
}
input.basketEditButton.options.catfish-button:hover {
    background: var(--primaryhover);
}
input#deleteCartItem {
    background: var(--secondary);
}
input#deleteCartItem:hover {
    background: var(--secondaryhover);
}
input.basketEditButton.design.catfish-button {
    background: var(--green);
}
input.basketEditButton.design.catfish-button:hover {
    background: var(--greenhover);
}

/*checkout steps*/
.checkout__completed__top {
    padding-top: 3rem;
}
/*help page*/
p.helppage {
    padding-bottom: 20rem;
    
}
a.helpemail {
    
    font-weight: 700;
    color: var(--primary);
    text-decoration: underline;
}
/*Megaedit*/
span.catfish-button.btn.btn-primary.pagenrbtn.ng-binding.is-static {
    background: transparent;
    color: var(--dark);
}
button.nextStepButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope, button.saveProjectButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope {
    background: var(--green)
}
button.nextStepButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope:hover, button.saveProjectButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope:hover {
    background: var(--greenhover);
}
a.catfish-button.has-text-hidden-mobile.btn.btn-default.btn-me.viewButton.autofillButton.ng-scope {
    margin-left: 0.5rem;
}
/*infigo editor*/
input {
    font-family: inherit!important;
}
/*approval*/
.headermenu.headermenu--workflownav {
    margin-top: 6rem;
}
/*fixing products on category page*/
.listItem .item-box .product-item .product-item--actions {
    height: unset!important;
}
/*infigo editor*/
.infigo-editor .pagetools {
    background: #ffffff;
}
.imageControlsTitle.label {
    color: var(--primary);
}
.infigo-editor .pagetools button {
    background: var(--primary);
}
.infigo-editor .pagetools button:hover {
    background: var(--primaryhover);
}
.infigo-editor .editor_row_top {
    background: var(--primary);
}
.fieldrow.fieldtitle.label {
    color: var(--primary);
}
.WorkingFolderInfo.content.notification.is-small {
    display: none;
}
/*login*/

.login__wrapper .page-title:before {
    width: 22rem;
}

.login__wrapper > .catfish-container {
    float: none;
    margin-top: 6rem;
    margin-bottom: 6rem;
    min-height: unset;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding-top: 3rem;
}
.login__wrapper {
    margin: 0px;
    width: 100%;
    max-width: unset;
    background-size: cover;
}
.login__wrapper .columns:last-child {
    margin-bottom: calc(-1 * 2rem);
    justify-content: center;
}
@media screen and (max-width:767px) {
    .login__wrapper {
        background: white!important;
    }
}
/*checkout*/
a.checkout-data-info__orderdetails {
    color: var(--secondary);
    text-decoration: underline;
    font-weight: 600;
}
/*fonts*/
h1.title.is-spaced, h2 {
    
}
/*megaedit*/
.editorTop.pane {
    background: var(--primary);
}
.editorTop.pane .headerWrapper .currentCanvasSizeWrapper .current_prod_name, .editorTop.pane .headerWrapper .currentCanvasSizeWrapper .current_prod_name:hover  {
    background: var(--primary);
}
.editorTop.pane a.btn.btn-default.btn-me.backButton.catfish-button.has-text-hidden-mobile, .editorTop.pane button.catfish-button, .viewControlButton.me-editor-simple-preview-button.previewButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline, button.viewControlButton.me-editor-pdf-download-button.pdfDownloadButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline{
    background: var(--secondary);
}
.editorTop.pane a.btn.btn-default.btn-me.backButton.catfish-button.has-text-hidden-mobile:hover, .editorTop.pane button.catfish-button:hover, .viewControlButton.me-editor-simple-preview-button.previewButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline:hover, button.viewControlButton.me-editor-pdf-download-button.pdfDownloadButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline:hover {
    background: var(--secondaryhover);
}
.zoom_options.buttons.ng-scope a {
    background: var(--primary);
}
.zoom_options.buttons.ng-scope a:hover {
    background: var(--primaryhover);
}
/*reorder menu back name ME*/
.rightSideWrapper {
    order: 3;
}
.editorTop.pane .headerWrapper .currentCanvasSizeWrapper .current_prod_name {
    overflow: visible;
}
/*back to shopping button*/
button.backToShopping {
    margin: 0px 0px 10px 0px;
    padding: 15px 20px;
    /* font-family: 'Nexa Bold'; */
    font-size: 1rem;
    border: 0px;
    background: var(--primary);
    font-weight: 700;
    text-transform: uppercase!important;
}
button.backToShopping:hover {
    background: var(--primaryhover);
}
.shoppingcart__empty {
    margin-top: 20px;
}
.page-shoppingcart-cart #contentiInnerRow {
    background: white;
}
input#updatecart {
    width: fit-content;
}
/*infigo editor overlay*/
.infigo-editor .blockOverlay {
    background: var(--primary);
}
/*PO number asterisk*/
.one-page-checkout .table-container tr td:nth-child(1) {
    color: white;
}
.one-page-checkout .payment-info label {
    color: var(--primary);
}
/*hidden admin button*/
a.is-hidden.adminbutton {
    padding: 0px!important;
}
/*password recovery*/
.password-reset-container::before {
    content: 'Your new password must be between 12 and 20 characters.';
    color: red;
}