@font-face {
    font-family: BryantMedium;
    font-style: normal;
    src: url("/0/Handler/CSSOverride/GetImage/1/BryantMooPro-Medium.otf") format("opentype")
}

@font-face {
    font-family: AvenirRegular;
    font-style: normal;
    src: url("/0/Handler/CSSOverride/GetImage/1/AvenirNextRoundedProRegular.TTF") format("truetype")
}

@font-face {
    font-family: AvenirMedium;
    font-style: normal;
    src: url("/0/Handler/CSSOverride/GetImage/1/AvenirNextRoundedProMedium.TTF") format("truetype")
}

* {
    font-family: 'AvenirRegular', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.subtitle,
.page-title {
    font-family: 'BryantMedium', sans-serif;
}

h1,
.title,
h2,
.page-title,
.content h2,
.product-page-wrapper .productname,
.blogpost .page-title h1,
.blog-page .page-title h1,
.account-page .page-title h1,
#cartsliderrow .page-title h1,
.shoppingcart__wrapper .page-title h1,
.login__wrapper .page-title h1,
.search-panel .page-title h1 {
    font-size: 1.875rem;
    margin-bottom: 1rem;
}

.content h2 {
    font-weight: normal;
}

h2.product-title,
h3,
h4,
h5,
h6,
.subtitle {
    font-size: 1.125rem;
}

p,
div {
    font-size: 0.875rem;
}

input,
.item-box .description {
    font-size: 0.875rem !important;
}

/* display none */
li.cf_headerlinks_privatemessages,
li.cf_headerlinks_admin,
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .alternate--prices,
.allProductsCategoriesWrapper .listWrapper .listItem .item-box .catfish-default-product-box .alternate--prices,
.allProductsCategoriesWrapper span.productPrice,
.related-products-grid__products span.productPrice,
.related-products-grid__products .addtocart,
.product-variant-list .attribute.Catfish_ME_Canvas,
.product-variant-list .attribute.Catfish_ME_CanvasSize,
.product-variant-list .attribute.Catfish_ME_NumPages,
.product-variant-list .attribute.Catfish_ME_OutputType,
.product-variant-list .attribute.Catfish_ME_SpineWidth,
.product-variant-list .attribute.Catfish_ME_Stock,
.product-variant-list .attribute.Catfish_ME_Weight,
.product-variant-list .attribute.Catfish_ME_Width,
.product-variant-list .attribute.Catfish_ME_Height,
.product-variant-list .attribute.Catfish_ME_NumRecords,
.product-variant-list .attribute.Catfish_ME_EditedAfterOrdering,
.product-no-reviews,
.product-collateral .tier-prices .prices-header.label,
.product-grid .product-item--info .alternate--prices {
    display: none !important;
}

.footercopyrightrow,
.homeFeaturedProductsWrapper .addtocart,
.producttags-box,
.allProductsCategoriesWrapper .addtocart,
.product-collateral .fulldescriptionTitle,
td.rss {
    display: none;
}

/* misc */
/* .generalPageWrapper {
    margin-top: 100px;
} */

div#contentrow {
    margin-top: 22px;
}

.item-box h2.product-title {
    margin: 20px 0px;
    height: 54px;
}

svg.svg-icon.header__logo {
    width: 7rem;
    fill: #107c5d;
}

/* header & Menu */
.navbar {
    height: auto;
}

nav#main-nav {
    border-bottom: 1px solid #A9B1BC;
    border-top: 1px solid #A9B1BC;
}

div#main-navbar,
.container.menu-top-container {
    height: 37px;
}

.centered-menu {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
}

.navbar.is-fixed-top {
    top: 63px;
    /* padding: 5px; */
}

section.header-top-level {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0px;
    background-color: white;
    z-index: 99999999999;
    padding: 12px 20px;
    height: 63px;
}

.search-box {
    margin: 0px;
}

input#small-searchterms {
    height: 1.75em;
    padding: 0px 0px 0px 15px;
    line-height: 0px;
    border-radius: 20px;
    min-width: 250px;
    border-color: #A9B1BC;
}

input#btn-small-search {
    height: 1.75em;
    color: transparent !important;
    width: 29px !important;
    background-color: transparent !important;
    padding: 4px;
    margin-left: -31px;
    border-color: transparent;
}

.searchbox_wrapper {
    position: relative;
}

.one-page-checkout .table-container tr td:nth-child(1) {
    width: 100%;
}

.searchbox_wrapper:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 400;
    height: 10px;
    position: absolute;
    top: 2px;
    right: 12px;
    width: 10px;
    z-index: 999;
    pointer-events: none;
}

.level-item.margin-added {
    margin-right: 2em !important;
}


/* .navbar-dropdown {
    width: 720px;
    left: -265px;
}

.navbar-dropdown a.navbar-item {
    padding: 5px 10px;
} */


/* a.navbar-item {
    white-space: nowrap;
    margin: 0 20px;
    width: 200px;
    float: left;
} */

/* footer */

.catfish-footer {
    padding-top: 0rem;
    padding-bottom: 3rem;
    background-color: #f3f4f6;
}

.catfish-footer #footerrow {
    display: none;
}

.footer-copyright-container {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    border-top: 1px solid #A9B1BC;
}

.footer-currency-language {
    background-color: #F3F4F6;
    padding-top: 3em;
    border-top: 1px solid #A9B1BC;
}

.footer-copyright .level-left {
    width: 50%;
}

.awesomplete-popup {
    z-index: 99999;
    margin-top: 20px;
    background: white;
}

.footer-currency-language span.currency-selector,
.footer-currency-language span.language-list-container {
    position: relative;
    display: inline-flex;
}

.footer-currency-language span.currency-selector select,
.footer-currency-language span.language-list-container select {
    -webkit-appearance: none;
    width: 140px;
}

.footer-currency-language span.currency-selector::after,
.footer-currency-language span.language-list-container::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 400;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    width: 10px;
    z-index: 999;
    pointer-events: none;
}


/* slider */
#sliderrow .flexslider {
    height: 450px;
    overflow: visible;
}

.homebanners ol.flex-control-nav.flex-control-paging {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
}

.homebanners .flex-control-nav.flex-control-paging li {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid black;
    border-radius: 100px;
    background-color: black;
    float: right;
    margin: 6px !important;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.homebanners .flex-control-nav.flex-control-paging li a {
    height: 100%;
    color: transparent !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
}

.homebanners .flex-control-nav.flex-control-paging li a.flex-active {
    background-color: white;
    color: white !important;
}

.alert-header.grey-background-alert {
    background-color: #F1F2F5;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.alert-text {
    display: inline-block;
    vertical-align: super;
    margin-left: 10px;
}


/* homepage categories */
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
    border-top: 0px;
    border-radius: 0px;
}

.homeFeaturedProductsWrapper {
    padding-top: 3rem;
}

.homeFeaturedCategoriesWrapper .homePageCategories .listWrapper {
    justify-content: center;
}

/* homepage products / category products / related products */
.homeFeaturedProductsWrapper .add-info,
.allProductsCategoriesWrapper .add-info,
.related-products-grid .add-info,
.search-results .listItem .add-info {
    height: 26px;
    margin: 0px;
}

.homeFeaturedProductsWrapper .product-item--info,
.allProductsCategoriesWrapper .product-item--info,
.related-products-grid .product-item--info,
.large-product-item-homepage .product-item--info,
.search-results .listItem .product-item--info,
.tagsearch-results-page .product-item--info {
    padding: 20px !important;
}


.item-box:hover {
    box-shadow: 0 0.1875rem 0.625rem 0 rgba(75, 89, 109, 0.3);
}

.item-box {
    height: 100%;
    transform: scale3d(1, 1, 1);
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: box-shadow 200ms linear, opacity 200ms;
    color: #434f61;
    -webkit-tap-highlight-color: rgba(23, 28, 34, 0.05);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
}

.product-item {
    border-bottom: 2px solid #00725B;
}

.related-products-grid .related-products-grid--title {
    text-align: center;
}

.related-products-grid {
    padding: 6rem 0 0;
}

.product-item--content {
    margin-bottom: 15px;
}

/* category */
.sub-category-grid .listWrapper .item-box {
    border-top: none;
    border-radius: 0px;
}

.category-description__inner {
    width: 80%;
    margin: 0 auto;
}

.category-twocolumnB>.row__container.catfish-container {
    padding-top: 6rem;
}

.category-twocolumnB .search-panel {
    padding-top: 0px;
}

/* Topic pages */
.topicpage {
    padding-top: 3rem;
}

.topicpage>.catfish-container {
    max-width: 100%;
    padding: 0px;
}

.topicpage-body .catfish-container,
.topicpage-body .container {
    padding: 0px 64px;
}

/* Blog */
.blogpost {
    padding-top: 0px;
}

.blogpost .news-header>.catfish-container {
    max-width: 100%;
    padding: 0px;
}

.blogpost .blogpost__featureimage {
    padding: 0px !important;
    height: 450px;
}

.blogpost .page-title,
.blogpost .postdate,
.blogpost .postbody {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 64px;
    display: block;
}

.blogpost .postbody {
    margin-top: 20px !important;
}

.blogposts-list .post-content {
    position: relative;
    height: 300px;
    overflow: hidden;

    padding: 20px;
}

.blogposts-list .post-thumb {
    position: absolute;
    width: calc(50% - 20px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
}

.blogposts-list .post {
    width: 50% !important;
}

.blogposts-list a.blogimage {
    height: 100%;
}

.blogposts-list a.blogimage img {
    object-fit: cover;
}

.blogposts-list .post-info {
    position: absolute;
    right: 0;
    top: 0;
    width: 50% !important;
    height: 100%;
    padding: 20px !important;
}

.blogposts-list .blogdetails {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    overflow: hidden;
    height: 190px;
    -webkit-box-orient: vertical;
    margin: 0px !important;
}

/* scales templates */
.grey-background-with-border {
    background-color: #F3F4F6;
}

.product-icon-columns .icon-image {
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto;
    height: 80px
}

.product-icon-columns .icon-image img {
    height: 80px;
}

.product-icon-columns .subtitle,
.product-download-columns .subtitle,
.product-download-columns a.button.download-button {
    margin-top: 20px;
}

.smaller-inner-container {
    padding: 30px;

    background-color: #F3F4F6;
}

.product-table table {
    width: 100%;
}

.product-download-columns .icon-image {
    width: 50%;
    margin: 0 auto;
    height: 80px;
    position: relative;
    display: inline-block;
    text-align: center;
}

.product-download-columns .icon-image img {
    height: 80px;
}

.product-download-columns .column p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 4.5em;
    line-height: 1.5em;
}

.product-list-columns ul {
    list-style-type: disc;
}

.product-list-columns ul li {
    margin-bottom: 0.5em;
}

.smaller-inner-container-alternate {
    padding: 30px;
    background-color: white;
}

.product-list-columns ul {
    margin-left: 2em;
    list-style: disc outside;
    margin-top: 1em;
}

.featured-content-columns .buttons a,
.related-products-grid .buttons,
.homeFeaturedProductsWrapper .buttons,
.search-results .listItem .buttons,
.category-page-productingrid .buttons,
.tagsearch-results-page .buttons input {
    position: relative;
    width: 80% !important;
}

.featured-content-columns .buttons a::after,
.related-products-grid .buttons::after,
.homeFeaturedProductsWrapper .buttons::after,
.search-results .listItem .buttons::after,
.category-page-productingrid .buttons::after,
.tagsearch-results-page .buttons::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 400;
    position: absolute;
    top: 6px;
    right: 0px;
    z-index: 999;
    pointer-events: none;
    font-size: 12px;
    color: #107c5d;
}

.featured-content-columns .add-info .catfish-button,
.related-products-grid .add-info .catfish-button,
.homeFeaturedProductsWrapper .catfish-button,
.search-results .listItem .catfish-button,
.category-page-productingrid .catfish-button,
.tagsearch-results-page .catfish-button {
    margin: 0px;
    justify-content: flex-start;
    padding: 0px;
    width: 90%;
    height: auto;
    background-color: transparent;
    color: #107C5D;
}

.product-download-columns {
    padding: 0px 0px 3rem 0px !important;
}

/* product page */
.product-details-page>.catfish-container {
    max-width: 100%;
    padding: 0px;
}

.product-page-wrapper form .columns {
    margin: 0px;
}

.product-page-wrapper form .columns .grid_12 {
    width: 100%;
    padding: 0px;
}

.product-page-wrapper form>.columns:nth-child(1) {
    width: 100%;
    max-width: 1440px;
    padding: 0 64px;
    margin: 0 auto;
    padding-bottom: 3em;
}

.attributes .attribute-item {
    position: relative;
    float: left;
    width: 100%;
}

.attribute.Color_Combination label,
.attribute.Paper_Formation label,
.attribute.Cover_Color label,
.attribute.Foil label,
.attribute.Luxe_Seam_Color label,
.attribute.Coating label,
.attribute.Color label,
.attribute.Color_Splash label,
.attribute.Pattern_Splash label,
.attribute.Substrate label,
.attribute.Luxe_Seam label,
.attribute.Seam_Color label,
.attribute.Finish label,
.attribute.Seam_Color label {
    display: none !important;
}

.attribute.Color_Combination .attribute-item input,
.attribute.Color_Combination .attribute-item .attributeValueInfo,
.attribute.Paper_Formation .attribute-item input,
.attribute.Paper_Formation .attribute-item .attributeValueInfo,
.attribute.Color_Combination .attribute-item .attributeValueInfo,
.attribute.Cover_Color .attribute-item input,
.attribute.Cover_Color .attribute-item .attributeValueInfo,
.attribute.Foil .attribute-item input,
.attribute.Foil .attribute-item .attributeValueInfo,
.attribute.Luxe_Seam_Color .attribute-item input,
.attribute.Luxe_Seam_Color .attribute-item .attributeValueInfo,
.attribute.Coating .attribute-item input,
.attribute.Coating .attribute-item .attributeValueInfo,
.attribute.Color .attribute-item input,
.attribute.Color .attribute-item .attributeValueInfo,
.attribute.Color_Splash .attribute-item input,
.attribute.Color_Splash .attribute-item .attributeValueInfo,
.attribute.Pattern_Splash .attribute-item input,
.attribute.Pattern_Splash .attribute-item .attributeValueInfo,
.attribute.Substrate .attribute-item input,
.attribute.Substrate .attribute-item .attributeValueInfo,
.attribute.Luxe_Seam .attribute-item input,
.attribute.Luxe_Seam .attribute-item .attributeValueInfo,
.attribute.Seam_Color .attribute-item input,
.attribute.Seam_Color .attribute-item .attributeValueInfo,
.attribute.Finish .attribute-item input,
.attribute.Finish .attribute-item .attributeValueInfo,
.attribute.Seam_Color .attribute-item input,
.attribute.Seam_Color .attribute-item .attributeValueInfo {
    width: 200px;
    height: 62px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    float: left;
    border: none;
    margin: 10px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 1;
    -webkit-appearance: none;
    overflow: hidden;
}

.attribute.Coating .attribute-item input,
.attribute.Coating .attribute-item .attributeValueInfo {
    height: 190px;
}

.attribute.Coating .product-option-icon-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.attribute.Coating .product-option-name {
    width: 100%;
    order: 2;
    text-align: center;
}

.attribute.Coating .product-option-icon img {
    width: 100%;
}

.attribute.Coating .product-option-icon {
    padding-bottom: 0px;
    width: 100%;
}

.attribute.Color_Combination .attribute-item input,
.attribute.Paper_Formation .attribute-item input,
.attribute.Cover_Color .attribute-item input,
.attribute.Foil .attribute-item input,
.attribute.Luxe_Seam_Color .attribute-item input,
.attribute.Coating .attribute-item input,
.attribute.Color .attribute-item input,
.attribute.Color_Splash .attribute-item input,
.attribute.Pattern_Splash .attribute-item input,
.attribute.Substrate .attribute-item input,
.attribute.Luxe_Seam .attribute-item input,
.attribute.Seam_Color .attribute-item input,
.attribute.Finish .attribute-item input,
.attribute.Seam_Color .attribute-item input {
    border: 1px solid #A9B1BC;
}

.attribute.Color_Combination .attribute-item .attributeValueInfo,
.attribute.Paper_Formation .attribute-item .attributeValueInfo,
.attribute.Cover_Color .attribute-item .attributeValueInfo,
.attribute.Foil .attribute-item .attributeValueInfo,
.attribute.Luxe_Seam_Color .attribute-item .attributeValueInfo,
.attribute.Coating .attribute-item .attributeValueInfo,
.attribute.Color .attribute-item .attributeValueInfo,
.attribute.Color_Splash .attribute-item .attributeValueInfo,
.attribute.Pattern_Splash .attribute-item .attributeValueInfo,
.attribute.Substrate .attribute-item .attributeValueInfo,
.attribute.Luxe_Seam .attribute-item .attributeValueInfo,
.attribute.Seam_Color .attribute-item .attributeValueInfo,
.attribute.Finish .attribute-item .attributeValueInfo,
.attribute.Seam_Color .attribute-item .attributeValueInfo {
    z-index: 0;
    margin: 10px -205px 0px -205px;
    background-color: #F3F4F6;
}

.attribute.Color_Combination .attribute-item input:checked,
.attribute.Paper_Formation .attribute-item input:checked,
.attribute.Cover_Color .attribute-item input:checked,
.attribute.Foil .attribute-item input:checked,
.attribute.Luxe_Seam_Color .attribute-item input:checked,
.attribute.Coating .attribute-item input:checked,
.attribute.Color .attribute-item input:checked,
.attribute.Color_Splash .attribute-item input:checked,
.attribute.Pattern_Splash .attribute-item input:checked,
.attribute.Substrate .attribute-item input:checked,
.attribute.Luxe_Seam .attribute-item input:checked,
.attribute.Seam_Color .attribute-item input:checked,
.attribute.Finish .attribute-item input:checked,
.attribute.Seam_Color .attribute-item input:checked {
    border: 2px solid #0f7c5d !important;
    background-color: transparent !important;
}

.attribute.Color_Combination,
.attribute.Paper_Formation,
.attribute.Cover_Color,
.attribute.Foil,
.attribute.Luxe_Seam_Color,
.attribute.Color,
.attribute.Color_Splash,
.attribute.Pattern_Splash,
.attribute.Substrate,
.attribute.Luxe_Seam,
.attribute.Seam_Color,
.attribute.Finish,
.attribute.Seam_Color {
    width: 100%;
}

.product-variant-line .attribute {
    position: relative;
    display: inline-block;
    width: 100%;
}

.product-option-icon-container {
    height: 62px;
    overflow: hidden;
}

.product-page-wrapper .product-details-page .columns .grid_12 {
    width: 100%;
}

#createQuoteModal span.q_email {
    display: block !important;
}

.TagSearchBox .freetextsearch .freetextsearchleft {
    width: 100%;
}

.TagSearchBox .freetextsearch .freetextsearchleft .searchboxtext-filter {
    padding: 5px 2% 5px 2%;
    width: 100%;
}

.TagSearchBox .freetextsearch form {
    position: relative;
    display: block;
    height: 43px;
}

.TagSearchBox .freetextsearch .freetextsearchright {
    display: none;
}

/* 
#createQuoteModal button#createQuoteBtn {
    display: inline-block!important;
} */

/* mega edit */
/* .megaEditBodyClass-Admin .priceContainer,
.megaEditBodyClass-Admin div#fontPreloadDiv,
.megaEditBodyClass-Admin .headerWrapper .rightSideWrapper {
    display: none;
}

.megaEditBodyClass-Admin .editorTop {
    background: transparent!important;
}

.megaEditBodyClass-Admin .editorMain {
    margin: 0px 20px 20px 20px!important;
    width: 75vw!important;
    height: 90%!important;
    position: absolute!important;
    right: 0px!important;
}

.megaEditBodyClass-Admin .editorLeft {
    margin: 0px 20px 20px 20px!important;
    box-sizing: border-box;
    height: 90%!important;
}

.megaEditBodyClass-Admin #parentContainer {
    display: block;
} */

.product-collateral .product-variant-list .tier-prices .prices {
    overflow-x: scroll;
}

.editorTop {
    background: transparent !important;
}

.editorTop.pane .headerWrapper .currentCanvasSizeWrapper .current_prod_name {
    display: none;
}

.megaEditMainContainer .MEmicroheader .viewButton.logo {
    position: fixed;
    left: 17.40625rem;
    top: 18px;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    height: auto !important;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.megaEditMainContainer .MEmicroheader .viewButton.logo:before {
    content: "\f059 ";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 100;
    text-decoration: inherit;
    vertical-align: middle;
    margin-right: .4375rem;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.megaEditMainContainer .MEmicroheader .viewButton.logo:after {
    content: 'Show Help';
    font-size: 1rem;
    letter-spacing: .0009510345em;
    line-height: 1.2413793103;
    padding: 0;
    font-weight: normal;
    text-transform: capitalize;
}


/* editor instructions */
div#dlgPopupInstruction {
    max-width: 1080px;
    width: 100% !important;
    padding: 0px;
}

span#ui-id-32,
#dlgPopupInstruction h2.ng-binding {
    display: none;
}

.ui-dialog {
    border-radius: 0px;
}

.ui-draggable .ui-dialog-titlebar {
    border-radius: 0px;
    height: 40px;
    background-color: white;
    border: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.instructions .instructions-image img {
    width: 100%
}

.ui-dialog-buttonpane {
    border-radius: 0px !important;
}

.instructions-title {
    padding: 0px 20px;
}

#dlgPopupInstruction~.ui-dialog-buttonpane button.ui-button {
    position: absolute;
    right: 20px;
    background-color: #0F7155;
    color: white;
}

.dont-show-again span {
    margin: 0px 0px 0px 10px;
}

/* shipping method */
.one-page-checkout .deliveryModuleContainer {
    padding: 0px;
    background: none;
}

.awesomplete-popup mark {
    background: #107c5d !important;
}

@media screen and (min-width: 1280px) {

    .product-grid-wrapper .column.is-3-widescreen,
    .product-grid .column.is-3-widescreen {
        flex: none;
        width: 33%;
    }
}

/* mobile breakpoints */
@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {
    .first-columns {
        width: 100% !important;
    }

    .second-columns-first {
        text-align: center;
    }
}

@media only screen and (max-width: 1280px) {
    .featured-content-columns {
        position: relative;
    }

    .listItem.column {
        width: 33%;
    }

    .listItem.column {
        display: grid;
    }
}

@media only screen and (min-width: 1080px) and (max-width: 1280px) {
    .item-box h2.product-title {
        margin: 0px 0px;
        height: auto;
        min-height: 84px;
    }
}

@media only screen and (max-width: 1080px) {
    section.header-top-level {
        top: 10px;
    }

    div#contentrow,
    .generalPageWrapper {
        margin-top: 80px;
    }

    nav#main-nav {
        border-bottom: 1px solid #A9B1BC;
        border-top: none;
    }

    .navbar-group.navbar-right-mobile {
        position: absolute;
        right: 0px;
        top: 10px;
    }

    .navbar.is-fixed-top {
        top: 0px;
        width: 100%;
        left: unset;
        right: 0px;
        height: 80px;
    }

    section.header-top-level {
        width: auto;
    }

    .header-top-level-inner .level-right {
        display: none;
    }

    .centered-menu {
        position: relative;
        left: 0px;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        margin-top: 80px;
    }

    div#main-navbar,
    .container.menu-top-container {
        height: auto;
    }

    .mobile-menu-search {
        padding: .5rem 1.5rem;
    }

    .container.main-section-container {
        padding: 0 64px;
    }

    .attribute.Color_Combination .attribute-item .attributeValueInfo,
    .attribute.Paper_Formation .attribute-item .attributeValueInfo,
    .attribute.Cover_Color .attribute-item .attributeValueInfo,
    .attribute.Foil .attribute-item .attributeValueInfo,
    .attribute.Luxe_Seam_Color .attribute-item .attributeValueInfo,
    .attribute.Coating .attribute-item .attributeValueInfo,
    .attribute.Color .attribute-item .attributeValueInfo,
    .attribute.Color_Splash .attribute-item .attributeValueInfo,
    .attribute.Pattern_Splash .attribute-item .attributeValueInfo,
    .attribute.Luxe_Seam .attribute-item .attributeValueInfo,
    .attribute.Substrate .attribute-item .attributeValueInfo,
    .attribute.Seam_Color .attribute-item .attributeValueInfo,
    .attribute.Finish .attribute-item .attributeValueInfo,
    .attribute.Seam_Color .attribute-item .attributeValueInfo {
        margin: 10px -102% 0px -102%;
    }

    .attribute.Color_Combination .attribute-item input,
    .attribute.Color_Combination .attribute-item .attributeValueInfo,
    .attribute.Paper_Formation .attribute-item input,
    .attribute.Paper_Formation .attribute-item .attributeValueInfo,
    .attribute.Color_Combination .attribute-item .attributeValueInfo,
    .attribute.Cover_Color .attribute-item input,
    .attribute.Cover_Color .attribute-item .attributeValueInfo,
    .attribute.Foil .attribute-item input,
    .attribute.Foil .attribute-item .attributeValueInfo,
    .attribute.Luxe_Seam_Color .attribute-item input,
    .attribute.Luxe_Seam_Color .attribute-item .attributeValueInfo,
    .attribute.Coating .attribute-item input,
    .attribute.Coating .attribute-item .attributeValueInfo,
    .attribute.Color .attribute-item input,
    .attribute.Color .attribute-item .attributeValueInfo,
    .attribute.Color_Splash .attribute-item input,
    .attribute.Color_Splash .attribute-item .attributeValueInfo,
    .attribute.Pattern_Splash .attribute-item input,
    .attribute.Pattern_Splash .attribute-item .attributeValueInfo,
    .attribute.Luxe_Seam .attribute-item input,
    .attribute.Luxe_Seam .attribute-item .attributeValueInfo,
    .attribute.Substrate .attribute-item input,
    .attribute.Substrate .attribute-item .attributeValueInfo,
    .attribute.Luxe_Seam .attribute-item input,
    .attribute.Luxe_Seam .attribute-item .attributeValueInfo,
    .attribute.Seam_Color .attribute-item input,
    .attribute.Seam_Color .attribute-item .attributeValueInfo,
    .attribute.Finish .attribute-item input,
    .attribute.Finish .attribute-item .attributeValueInfo,
    .attribute.Seam_Color .attribute-item input,
    .attribute.Seam_Color .attribute-item .attributeValueInfo {
        width: 100%;
    }

    .category-page-wrapper {
        padding-top: 3rem;
    }

    .block-account-navigation,
    .navigationmenu {
        padding: 3rem 0px;
    }

    .account-page--customerinfo,
    .account-page--changepassword,
    .account-page .account-page--addresses,
    .account-page.account-page--myorders,
    .account-page.account-page--savedproject,
    .account-page.account-page--savedbaskets {
        padding: 0px 0px 6rem 0px;
    }
}

@media only screen and (max-width: 980px) {
    .blogposts-list .post {
        width: 100% !important;
    }

    .footer-copyright .level-left {
        width: 100%;
        display: inline-block;
        float: left;
    }

    #sliderrow .slides .image-column {
        display: none;
    }

    #sliderrow .slides .text-column {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .homebanners ol.flex-control-nav.flex-control-paging {
        width: auto;
    }

    .listItem.column {
        width: 50%;
    }

    .attribute.Coating .product-option-icon img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }

    .attribute.Coating .product-option-icon {
        padding-bottom: 0px;
        width: 100%;
    }

    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title,
    .sub-category-grid .listWrapper .item-box .sub-category-item .category-title {
        background: rgba(255, 255, 255);
    }

    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title,
    .sub-category-grid .listWrapper .item-box .sub-category-item .category-title {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@media only screen and (max-width: 768px) {
    .blogposts-list .blogdetails {
        -webkit-line-clamp: 11;
        height: 200px;
    }

    #sliderrow .slides .text-column {
        width: 80%;
    }

    .product-list-columns>.column {
        width: 100% !important;
    }

    .listItem.column {
        width: 100%;
    }

    .currency-list-container {
        align-items: center;
        width: 100%;
    }

    .footer-currency-language span.currency-selector select,
    .footer-currency-language span.language-list-container select {
        width: 100%;
    }

    span.language-list-container {
        margin-bottom: 20px;
    }

    .footer-currency-language span.currency-selector,
    .footer-currency-language span.language-list-container {
        width: 100%;
    }

    .product-option-icon-container {
        display: flex;
    }

    .product-option-name {
        flex: none;
        width: 66.66667%;
    }

    .product-option-icon {
        flex: none;
        width: 33.33333%;
    }
}

@media only screen and (max-width: 580px) {

    .attribute.Coating .attribute-item input,
    .attribute.Coating .attribute-item .attributeValueInfo {
        height: 240px;
    }

    .attribute.Coating .product-option-icon img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

}

@media only screen and (max-width: 320px) {}