/* CDN
PROD 
https://cdn01.devia.com/msi-deltaprintgroup/site/css/getskincss.css

Dev Live
https://cdn01.devia.com/msi-deltaprintgroup/dev/site/css/getskincss.css
*/

:root {
    --primary: #6a3d58;
    --primaryhover: #4f2d42;
    --secondary:#091f40;
    --secondaryhover:#06162e;
    --light: #e4ebf2;
    --green: #4bb66b;
    --greenhover: #349150;
}

.buttons .ui-button, .buttons .catfish-button, .buttons .button {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "articulat-cf", sans-serif;
    background: var(--primary);
    color: white;
}
.buttons .ui-button:hover, .buttons .catfish-button:hover, .buttons .button:hover {
    background: var(--primaryhover);
}
.catfish-button > .catfish-button, .catfish-button > .button, .button > .catfish-button, .button > .button, .catfish-button, .button{
    font-weight: 700;
    text-transform: uppercase;
    font-family: "articulat-cf", sans-serif;
    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;
    transition: background-color 0.3s;
    height: 12rem;
}
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: 900;
    font-family: "articulat-cf", sans-serif;
    text-transform: uppercase;
}
.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(--secondary)!important;
}
/*icon styling*/
img.caratdown {
    width: 14px;
    margin-left: 10px;
}
/*search styling*/
input#small-searchterms {
    border: 0px;
}
input#btn-small-search {
    background: var(--secondary);
    font-weight: 700;
}
input#btn-small-search:hover {
    background: var(--secondaryhover);
}
/*TOPBAR*************************************************/

.topbar {
    background: var(--primary);
    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 {
    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: 900;
    font-family: "articulat-cf", sans-serif;
}
/*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: 5rem;
}
.navbar-item.storelogo {
    padding-left: 0px;
}
.navbar-item img {
    max-height: unset;
}
.navbar .container.bottomnav {
    height: 12rem;
}
/*dropdowns*/
a.navbar-link {
    line-height: 1;
}
.navbar-link:hover {
    color: var(--secondaryhover)!important;
}
.navbar-dropdown {
    background: white;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
    box-shadow: none;
    filter: none;
    transform: translate(0.5rem, -3rem);
    -webkit-transform: translate(0.5rem, -3rem);
    -moz-transform: translate(0.5rem, -3rem);
    -ms-transform: translate(0.5rem, -3rem);
    -o-transform: translate(0.5rem, -3rem);
    -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: auto;
}
/*cart*/
.stock-notice {
    background: pink;
    margin-top: 8rem !important;
}
.stock-notice a:hover {
    color: #475274;
    text-decoration-line: underline;
}
.shoppingcart__wrapper {
    padding-top: 2rem;
}
.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(--secondary);
    font-weight: 500;
}
.badge {
    top: 3.25rem;
    background: var(--primary);
}
/*burger*/
.navbar-burger span {
    background-color: var(--primary);
}
/*burger menu*/
.mobileshow .navbar-menu {
    background: var(--white);
    transform: translate(0px, 6.5rem);
    -webkit-transform: translate(0px, 6.5rem);
    -moz-transform: translate(0px, 6.5rem);
    -ms-transform: translate(0px, 6.5rem);
    -o-transform: translate(0px, 6.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: 2.25rem;
    }
}
/*mobile navbar styling*/
@media screen and (max-width:1087px) {
    .navbar-menu {
        box-shadow: none;
    }
    .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***************************/

.homepageBanner {
    background:
    url('https://cdn01.devia.com/msi-deltaprintgroup/site/images/banners_backgrounds/dpg-banner.png');
    background-position-x: right;
    background-position-y: center;
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-size: cover;
}
.homepageBanner .container.content.is-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
}
p.bannerTitle {
    color: var(--secondary);
    font-weight: 700;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 0px!important;
    font-family: "articulat-cf", sans-serif;
}

p.welcome {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--primary);
    font-family: "articulat-cf", sans-serif;
}

/*featured categories*/
.homeFeaturedCategoriesWrapper {
    background: white;
}
.homeFeaturedCategoriesWrapper h3.title.is-spaced.has-text-centered {
    text-align: left!important;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
    font-family: "articulat-cf", sans-serif;
}
.homePageCategories.clearfix .column.is-3-widescreen {
    flex: none;
    width: 20%;
}
.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 category cards*/
.homeFeaturedCategoriesWrapper .small-product-item {
    border: 0px!important;
    overflow: visible;
}
.homeFeaturedCategoriesWrapper .category-item .picture {
    background: white;
}
.homeFeaturedCategoriesWrapper .small-product-item .category-item .picture .image {
    height: 100%;
    width: 100%;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
    background: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
   
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item {
    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));
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture img {
    object-fit: contain!important;
    height: unset!important;
    padding: 2rem;
}
.homeFeaturedCategoriesWrapper .small-product-item .category-item .product-title {
    background: white!important;
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
}
.homeFeaturedCategoriesWrapper .small-product-item .category-item .product-title a {
    color: var(--dark)!important;
    font-weight: 600;
    font-family: "articulat-cf", sans-serif;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item:hover .product-title {
    background: white;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title {
    padding: 1rem;
}
.small-product-item {
    box-shadow: -2px 0px 10px rgb(0,0,0,0.25)!important;
}
.small-product-item: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;
}
/*featured products*/
.homeFeaturedProductsWrapper {
    padding-top: 0px;
}
.small-product-item.small-product-item-homepage.large-product-item-homepage {
    background: white!important;
    border-radius: 10px;
}
.product-item--info {
    padding: 1rem;
}
h3.title.is-spaced.has-text-centered {
    text-align: left!important;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
    font-family: "articulat-cf", sans-serif;
}
.homeFeaturedProducts.clearfix .column.is-3-widescreen {
    width: 20%;
}
.item-box h2.product-title a {
    color: var(--dark)!important;
    font-weight: 600;
    font-family: "articulat-cf", sans-serif;
    font-size: 1rem!important;
}





/*footer*/
.footer-column-content {
    display: flex;
    flex-direction: column;
}
h2.footertitle {
    text-transform: uppercase;
    font-weight: 700!important;
    color: white;
    font-family: "articulat-cf", sans-serif;
}
h2.footertitle, .footer-column-content a {
    margin-bottom: 10px;
} 
.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;
    font-family: "articulat-cf", sans-serif;
}
p.copyrighttext {
    color: var(--light);
    font-weight: 600;
    font-size: 0.8rem;
    padding-bottom: 20px;
    padding-top: 20px;
    font-family: "articulat-cf", sans-serif;
}
/*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;
    font-family: "articulat-cf", sans-serif;
    background: var(--primary);
}
input.productlistproductdetailbutton.showproductlandingpage.catfish-button.multi-selector-switch:hover, input.productlistaddtocartbutton.catfish-button:hover, input.productvariantaddtocartbutton.add_sci.catfish-button:hover {
    background-color: var(--primaryhover);
}
.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-family: "articulat-cf", sans-serif;
    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 {
    padding: 5rem;
    background: var(--light);
}
.picture.columns.is-multiline.is-variable.is-1 img.is-fullwidth {
    box-shadow: -2px 0px 10px rgb(0,0,0,0.25)!important;
}
/*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#deleteCartItem {
    background: var(--secondary);
}
input.basketEditButton.options.catfish-button:hover {
    background: var(--primaryhover);
}
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;
    font-family: "articulat-cf", sans-serif;
}
a.helpemail {
    font-family: "articulat-cf", sans-serif;
    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;
}
