/*
 Theme Name:   Joecornish
 Description:  OPS Theme 2
 Author:       Flex4
 Author URI:   http://www.onlineprintsolution.co.uk
 Template:     OPSv3
 Version:      0.0.478
*/
/* =============
GENERAL
================*/
:root {
    --gold: #807A62; 
    --red: #671B17; 
    --darkgrey: #535454; 
    --lightgrey: #ededed; 
    --white: #ffffff;
    --button1: #878064; 
    --button2: #C2B59B; 
}

body {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    line-height: 1.5rem;
}

body.page {
    background-color: #fff;
    font-family: "Cormorant Garamond", serif;
}

h1,h2,h3{

    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    color: black;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.3rem;
    margin: 1rem 0;
}

h3 {
    margin: 1rem 0;
}

p {font-size: 1rem;}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 1rem;
    border: none;
    padding: 1rem 2rem;
    line-height: 1;
    background-color: white;
    border: solid 1px black;
    color: white;
    transition: 0.20s;
    background-color: black;
}

input[type="submit"]:hover {
    background-color: black;
    color: white;
    transition: 0.20s;
}

a {
    color: black;
}

i {
font-style: unset;
}

#content {
    background-color: #fff;
}

.whitesection {
    background-color: #fff;
}

.greysection {
    background-color: #f5f5f5;
}

.darkgreysection {
    background-color: #eee;
}

.colorsection {
    color: #fff;
    background-color: var(--red);
}

.removepadding {
    padding-top: 0;
}

a {
    text-decoration: none;
    transition: 0.20s;
}

.w-container {
    max-width: 1500px;
}

a.cta {
    display: inline-block;
    text-align: center;
}

/* =============
HEADER
================*/
.main-header {
    padding: 2rem 0 3em;
}

/* CONTACT */
.phone,
.email {
    display: inline-block;
}

.phone a,
.email a,
.phone a:visited,
.email a:visited {
    border: 1px solid;
    border-radius: 20px;
    transition: 0.2s ease-in-out;
}

.phone a:hover,
.email a:hover {
    border: 1px solid;
}

.phone a {
    padding: 5px 10px;
}

.email a {
    padding: 5px 8px;
}

#site-navigation {
margin-top: 2rem;
}

.phone span,
.email span {
    display: none;
    transition: 0.2s ease-in-out;
}

.phone span.show,
.email span.show {
    display: inline-block;
}

.cart_link {
    position: relative;
}

/* LOGO */
.site-title {
    text-align: center;
    margin: 0 auto 16px auto;
}

.site-title img {
    margin: auto;
}
.site-logo img {
    text-align: center; 
    margin: 0 auto 1rem auto;
    max-width: 12rem;
    transition: .5s ease-in-out;
}
.sticky .site-logo img {
    max-width: 12rem;
}
@media screen and (min-width: 992px) {
    .site-logo img {
        max-width: 15rem;
    }
    
}

/* ACCOUNT LINKS */
.top-header {
    padding: .5rem 0;
    line-height: 0;
    /* display: none; */
}

.top-header h3 {
    display: none;
}

#search-form {
    position: relative;
}

#searchinputbutton {
    font-size: 1rem;
    color: #fff;
    border: none;
    padding: 10px 20px;
    line-height: 0.9em;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    right: 1.5em;
}

input[type="text"].search_field {
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 0px;
    float: none;
    border: none;
    background-color: white;
    border-radius: 0;
    padding-right: 80px;
}

.searchblock,
.salesblock {
    background-image: linear-gradient(204deg, #a562c4 0%, #3c79d2 100%);
    position: relative;
    padding: 1rem 0 1rem;
}

.salesblock {
    text-align: center;
}

.salesblock span {
    color: #fff;
    font-size: 1.4em;
    font-weight: 800;
    font-family: "Cormorant Garamond", serif;  font-weight: 300;
    text-transform: uppercase;
}

.searchblock {
    display: none;
}

a.phone {
    display: inline-block;
    font-weight: 500; 
    font-size: 1.85rem;
    font-family: "Cormorant Garamond", serif;
    margin-top: 5px;
    color: var(--red);
}
@media screen and (max-width: 991px) {
    .top-header {display: none}
}

/* Tooltip */
.tool-tip:after {
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.tool-tip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    bottom: -2.1rem;
    left: -40px;
    color: #fff;
    content: attr(title);
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 100px;
    text-align: center;
    opacity: 1;
    display: none;
}

.tool-tip {
    display: inline;
    position: relative;
}

.account_links {
    text-align: right;
}

.account_link {
    position: relative;
    display: initial;
    text-align: right;
    margin-left: 10px;
    cursor: pointer;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    overflow: hidden;
    vertical-align: middle;
}

.account_links .search_button {
    position: absolute; 
    background-color: transparent;
    top: -.5rem; right: 0
}
.account_links .search_button img, 
.search_link img {
    width: 1.5rem; 
    display: inline-block;
}
.account_link form {
    margin-top: -2rem;
}
#desktopsearch-icon {
    display: none;
}
.account_links .search-field {
    background-color: transparent;
    border: 0;
    height: 1.5rem;
    max-width: 90%; 
    float: left;
}
.account_links .search-field:active, 
.account_links .search-field:focus {
    background-color: var(--white);
}

.search_link.active {
    width: 160px;
}

.searchform {
    right: 25px;
    width: 0px;
    display: none;
}

.search_link.active .searchform {
    width: 100%;
    right: 10rem;
    height: auto;
    line-height: normal;
    display: block;
}

.searchform input[type="text"] {
    border: none;
    background-color: transparent;
    padding: 0px 10px;
    height: 32px;
}

.search_link form input[type="text"]:focus {
    border-bottom: transparent;
}

.search_link i,
.search_link.active i {
    line-height: normal;
    cursor: pointer;
    color: black;
    font-size: 1.6rem;
}


.main-navigation ul {
    text-align: center;
    position: relative;
}

.main-navigation li {
    float: none;
    display: inline-block;
    position: initial;
    text-align: center;
    transition:0.15s;
    transform:scale(1)
}

.main-navigation li:hover {
transition:0.15s;
transform:scale(1.10)
}

.main-navigation li a {
    padding: 0px 20px;
    position: relative;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    font-size: 1rem;
    color: black;
}

#primary-menu > li:last-child a:after {
    border-right: none;
}

#primary-menu > li:first-child a {
    padding: .5rem 1rem .5rem 0; 
    max-width: 25vh;
}
#primary-menu .category-link {
    margin-top: 1rem;
}

.header-contact {
    display: block;
    max-width: 20rem;
    text-align: right;
    float: right;
}

.site-title img {
    margin: 0;
    max-width: 230px;
}

a.email {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: .5rem;
    color: var(--gold);
}

/* Mega Menu*/
ul.products_menu_list > li,
ul.products_menu_list li > ul > li > a {
    text-align: left;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
}

ul.products_menu_list > li {
    display: inline-block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 1rem;
    width: 100%;
}

.main-navigation ul ul.products_menu_templates {
    padding: 0;
    box-shadow: none;
}

.main-navigation ul ul.products_menu_list {
    column-gap: 20px;
    font-size: 1rem;
}

#print .products_menu_templates .products_menu_list {
    padding: 20px 15px;
    display: inline-block;
}

a.w-col.w-col-3.category {
    margin-bottom: 1rem;
}

.main-navigation ul ul.products_menu_list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.main-navigation ul ul.products_menu_list {
    position: absolute;
    left: 0%;
    top: 1px;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    font-weight: 200;
    padding: 15px 20px 0.5rem;
    margin: 0;
}

.products_menu_container {
    top: 22px;
    left: 0%;
    min-width: 1300px;
    border-bottom: 2px solid var(--lightgrey);
}

.products_menu {
    min-height: 358px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 12px;
}

a.w-col.w-col-3.product {
    height: 550px;
}

.main-navigation .products_menu_templates a {
    padding: 0;
    width: 100% !important;
}

.main-navigation .products_menu_templates a .list_title {
    font-size: 1rem;
    margin-top: 0.5rem;
    display: block;
}

/* =============
FOOTER
================*/
footer {
    padding: 2rem 0;
}

footer h3 {
    margin: 0.5rem 0;
}

footer ul li {
    line-height: 1.6rem;
}

.footerlinks {
    text-align: center;
    font-size: 0.8rem;
    padding: 10px 0;
}

a.social {
    background-color: transparent;
    margin: 0 7px 0 7px;
    padding: 0;
    position: relative;
}

.topbarsocial .social:first-of-type {
    margin: 0 !important;
    padding: 0 !important;
}
.topbarsocial img {
    width: 2rem;
    position: relative;
    top: 3px;
}

.footerlinks {
    text-align: center;
    font-size: 0.8rem;
    padding: 10px 0;
    line-height: 1rem;
}

footer a.social {
    background-color: transparent;
    margin: 0;
    margin-right: 2px;
}

footer a.social i {
    font-size: 1.8rem;
}

footer a.social:hover i {
    color: #fff;
}

.footer-widget img {
    padding-bottom: 2.8rem;
}

.securefooter {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
}

.card-types {
    margin-bottom: 0.5rem;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.card-types i {
    font-size: 1.8rem;
    padding: 1px;
}

#featuredProducts .w-col-3 {
    padding: 0;
    box-shadow: rgb(149 157 165/20%) 0px 8px 24px;
    background-color: var(--white);
    margin: 0.5rem 0.3rem 0.5rem;
    width: 46%;
}
#popularTemplates .w-col-4 {
    padding: 0;
    box-shadow: rgb(149 157 165/20%) 0px 8px 24px;
    background-color: var(--white);
}
#featuredProducts .grid_single {
    margin-bottom: 0;
}
.centered h1, .centered h2, .centered h3 {
    margin-bottom: 3rem;
}

#featuredProducts .gridtitle {
    font-family: "Cormorant Garamond", serif;
    background: var(--gold);
    padding: .5rem 1rem;
    color: var(--white);
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0.5rem 0.5rem 0.5rem;
    transition: 0.2s;
}
#featuredProducts .gridtitle:hover {
    background: var(--red);
}


#featured-button > a {
    margin: 0;
    display: block;
    margin-bottom: 1rem;
    text-align: center;
}

#featuredProducts a.grid_page_box.product {
    margin-bottom: 0px;
}

.featured_product .product {
    margin-bottom: 1.5rem;
}
.featured_product .product_image {
    width: 100% !important;
}
@media screen and (min-width: 992px) {
    #popularTemplates .w-col-4 {
        width: 30%; 
        margin: 0 1.5% 2rem;
    }
    #featuredProducts .w-col-3 {
        width: 28%; 
        margin: 0 2.5%;
    }
    #featuredProducts .centered {
        max-width: 57%;
    }
}

.footercopyright {
    line-height: 50px;
    text-align: right;
}

.footerlinks {
    text-align: center;
    font-size: 0.8rem;
    padding: 10px 0;
    line-height: 1rem;
    background-image: #333;
}

.card-types img {
    display: inline-block;
    vertical-align: middle;
}

.footer-box {
    padding: 20px;
}

.payment-gateway {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.cart-basket-container {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: absolute;
    font-size: 10px;
    color: #fff;
    top: -1em;
    right: -0.5em;
    display: block;
    line-height: 15px;
    text-align: center;
}

/* Single Column */
.singl-col {
    padding: 3.5rem 0;
}

#artwork-single-col div.w-row {
    display: flex;
    justify-content: center;
}

#artwork-single-col div.w-row div.banner {
    text-align: center;
}

#artwork-single-col div.w-row div.banner h2 {
    max-width:100%;
}

/* Slider*/
.slide {
    background-color: #ffffff;
    
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.slide_content {
    padding: 2rem 1rem 4rem;
}

.slide_content h2,
.slide_content h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    border-left: none;
    padding-left: 1rem;
    padding: .75rem 0;
    background-color: transparent;
    color: var(--white);
    text-shadow: 2px 2px #000;
    margin: 0;
    max-width: 90%;

}
.slick-initialized .slick-slide:nth-child(3) h1 {
    max-width: 80%;
}
.slide_content a.readmore {
    padding: 10px 50px !important; 
    color: var(--red)  !important;
}
.slide_content a.readmore:hover {
    color: var(--darkgrey);
}
.slide_content a.readmore:hover:after {
    width: 80% !important
}
.slider_icon img {
    width: 4rem !important;
    height: 4rem;
}

.message {
    border-left: none;
    padding: 20px 50px;
    font-size: 1.1rem;
    line-height: 1.5;
    background-color: transparent;
}

.badge {
    float: right;
    display: inline-block;
    width: auto;
    color: #fff;
    padding: 10px 20px;
    margin-right: 10px;
}

.slide a.readmore {
    color: #fff;
    font-size: 1rem;
    float: left; 
    display: inline;
    margin-right: 40px;
}

.featured_product button.slick-next.slick-arrow, 
.featured_product button.slick-prev.slick-arrow, 
.slider-section button.slick-next.slick-arrow,
.slider-section button.slick-prev.slick-arrow {
    border-radius: 0;
    width: 40px;
    height: 40px;
}
.featured_product .slick-prev:before,
.slider-section .slick-prev:before {
    font-family: "Fontawesome";
    content: "\f053";
    opacity: 1;
}
.featured_product .slick-next:before,
.slider-section .slick-next:before {
    font-family: "Fontawesome";
    content: "\f054";
    opacity: 1;
}

.slider-section .slick-prev:before,
.slider-section .slick-next:before {
    font-size: 1.5rem;
}

/* Single Column*/
.banner h1,
.banner h2 {
    color: var(--white);
    font-size: 3.5rem;
    line-height: 3.5rem;
    border-left: none;
    padding-left: 1rem;
    padding: .75rem 0;
    background-color: transparent;
    color: var(--white);
    text-shadow: 2px 2px #000;
    margin: 0;
    max-width: 90%;
}

.banner h3 {
    color: var(--darkgrey)
}

.banner-content {
    margin-bottom: 1rem;
}

.centered .banner {
    text-align: center;
    width: 100%;
}

/* Featured Products */
.whitesection.featured_product .product {
    background-color: #f7f7f7;
}

.greysection.featured_product .product {
    background-color: #fff;
}

.featured_product .product {
    overflow: hidden;
    position: relative;
    display: block;
}

.featured_product .product img {
    display: block;
    text-align: center;
    margin: auto;
    background-color: black;
    background: black;
}

.productinfo {
    padding: 1rem 0 0;
    text-align: center;
}

h3.product_title {
    margin: 0;
    font-size: 1.3rem;
}
p.snippet {
    margin-bottom: 1.5rem;
}

.featured_product .product_subtitle {
    position: absolute;
    top: 39px;
    right: -50px;
    font-size: 0.9rem;
    color: #fff;
    width: 200px;
    height: 35px;
    transform: rotate(45deg);
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
    background-color: var(--red);
    z-index: 10
}

.featured_product .subtitle_price {
    display: block;
}
@media screen and (min-width: 480px) {
}
@media screen and (min-width: 992px) {
}


/* Feature Icons */
.benefit i {
    font-size: 3rem;
}

.benefit a.readmore i {
    font-size: 1rem;
    width: auto;
}

.benefit-content {
    margin-bottom: 1rem;
}

/* Feature Tabs */
.slick-current .slider_nav_link_internal {
    color: white;
}

.slider-for .slick-prev:before,
.slider-for .slick-next:before {
    font-size: 2rem;
}

/* Design Funnels*/
.funnel h2 {
    margin-top: 0;
}

.funnel i {
    border: 1px solid;
    padding: 1rem;
    border-radius: 50%;
    font-size: 3rem;
    text-align: center;
    margin: 1rem;
    width: 80px;
    height: 80px;
}

.funnel h3 {
    margin-top: 1.2rem;
    margin-bottom: 0;
    margin-top: 0;
}

.funnel p {
    margin-top: 0;
    line-height: 1.5rem;
}

.funnel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Graphic Links */

.whitesection .single_solution {
    background-color: #f7f7f7;
}
.greysection .single_solution {
    background-color: transparent;
}

.single_solution {
    overflow: hidden;
    padding: 0;
}
.graphiclinks .single_solution {
    max-height: 18rem;
}

.single_sol_img {
    width: 100%;
    display: inline;
}

.single_sol_content {
    padding: 1rem 2rem;
    opacity: 0;
    transition: .5s ease;
}
.single_sol_content h3, 
.single_sol_content p {
    color: var(--white)
}
.graphiclinks .single_sol_content h3 {
    margin: 2rem auto 1rem;
}
.single_solution:hover .single_sol_content {
    opacity: 1;
    background-color: var(--gold);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
}
.single_sol_link {
    background: var(--red);
    width: 100%;
    display: block;
    color: var(--white) !important;
    padding: .75rem;
    border-radius: 5px;
    font-size: 1rem;
}
a.single_sol_link:empty {
    display: none;
}

#serviceIcons .single_sol_content {
    opacity: 1;
    position: relative;
}

#serviceIcons .single_solution {
    margin-bottom: 0;
}

#serviceIcons .single_solution:hover .single_sol_content {
    background-color: transparent;
}
#serviceIcons h3.single_sol_h3 {
    font-size: 1.2rem;
    margin: 0 auto; 
}
#serviceIcons .single_sol_img {
    max-height: 2.5rem;
}
#serviceIcons .single_solution {
    max-height: 9rem;
}

#serviceIcons div.w-col.w-col-medium-4.w-col-small-6.w-col-tiny-12 {
    width: 25%;
    padding: 0;
}

h3.single_sol_h3 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 300;
    margin: auto;
    font-family: "Cormorant Garamond", serif;
}

.single_sol_content h4 {
    margin: 0;
    font-size: 1.4rem;
}

.single_solution p {
    margin-bottom: 0.5rem;
}

a.readmore i {
    margin-left: 10px;
}
#serviceIcons .w-row {
    max-width: 80%;
    margin: auto;
}
#serviceIcons .single_sol_content,
#serviceIcons2 .single_sol_content {
    padding: 20px 0 0;
}
@media screen and (min-width: 992px) {
    h3.single_sol_h3 {
        max-width: 50%; 
    }
    #serviceIcons2 h3.single_sol_h3 {
        max-width: 70%;
    }
}

/* Feature List */
/* Portfolio*/
.examples .slick-dots li button:before {
    opacity: 1;
    font-size: 1rem;
    font-family: "fontawesome";
    content: "\f10c";
}

.examples .slick-dots li.slick-active button:before {
    font-family: "fontawesome";
    content: "\f111";
}

/* Sample Pack */
.sample-pack {
    overflow: hidden;
}

.sample-pack h2 {
    color: #fff;
}

.sample-pack p {
    color: #fff;
}

.sample-pack a.readmore {
    border: 1px solid white;
    color: #fff;
    border-radius: 15px;
    background-color: transparent;
    font-weight: bold;
}

#content .sample-pack a.readmore:hover {
    background-color: #3c79d2;
    border-color: #3c79d2;
}

.sample-pack a.readmore i {
    transition: 0.2s;
    transform: translateX(0);
}

.sample-pack a.readmore:hover i {
    transform: translateX(3px);
}

.sample-image {
    position: relative;
}

.sample-image img {
    position: absolute;
    bottom: 0;
}

/* Googlemap */
section.googlemap {
    padding: 0;
}

/* Price List */
div.matrix td.red {
    background-color: #f6f9fb;
    border: 1px solid #dbe9f2;
}

div.matrix td.purple {
    background-color: #fff1fc;
    border: 1px solid #f5e3f3;
}

div.matrix th.green {
    background-color: #fed302;
    border: 1px solid #fed302;
    color: #333;
}

div.matrix td.green {
    background-color: #f8f8f4;
    border: 1px solid #e3e1d5;
}

/* Blog */
.solution h3 {
    overflow: hidden;
}

a.solution {
    overflow: hidden;
}

.solution img {
    opacity: 1;
    overflow: hidden;
}

span.subheading {
    display: block;
    font-size: 1.2rem;
}

/* Text */
.txt .sub-heading h2 {
    font-size: 1.5rem;
    margin: 0;
}

/* Testimonial */
.testimonial {
    background-color: #fff;
    background: url('/wp-content/themes/OPSv3-child-2/img/icons/icon-quote.svg');
    background-size: 6rem;
    background-position: top 2rem left 3rem;
    background-repeat: no-repeat;
    padding: 0 !important;
}
.testimonial .w-col-3:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
}
.testimonials .slick-dots {
    bottom: -2rem
}
.testimonials .slide {
    /* height: auto !important; */
    min-height: 40vh;
}

.whitesection .testimonial {
    background-color: var(--gold); 
    color: var(--white);
}
@media screen and (min-width: 992px) {
    .testimonial {
        background-size: 10rem;
        background-position: top 3rem left 5rem;
    }
    .testimonialRow {
        display: flex;
        align-items: center;
    }
    .testimonial p:first-of-type {
        padding-top: 2rem; 
    }
    .testimonials .slick-dots {
        bottom: 1rem
    }
}

/* Grid Section*/
.grid {
    padding: 3rem 0;
}
a span.gridtitle,
a:visited span.gridtitle {
    font-size: 1.2rem;
}

p.gridtitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 600;
    opacity: 0; /* Initially hidden */
    visibility: hidden; /* Prevents interaction */
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    filter: drop-shadow(6px 6px 6px black);
    min-width: 255px;
}

p.gridtitle.category {
    top: 85%;
}

.grid_single:hover p.gridtitle {
    opacity: 1;
    visibility: visible;
    font-size: 2rem;
    z-index: 9999999;
    pointer-events: none;
    line-height: 2rem;
    min-width: 190px;
    margin:0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

section#gallery-page-grid {
    padding: 0;
}

/* Tabs*/
.tab .r-tabs {
    border-radius: 0;
    background-color: transparent;
    border: none;
}

.tab li.r-tabs-tab {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.tab div.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #fff;
}

.whitesection.tab .r-tabs .r-tabs-panel {
    background-color: #f7f7f7;
}

.whitesection.tab .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    background-color: #f7f7f7;
    padding: 10px 30px;
}

.whitesection.tab .r-tabs .r-tabs-nav .r-tabs-anchor {
    padding: 10px 30px;
}

/* PRODUCT PAGE*/
.product-content {
    background-color: #fff;
}

.checkout-action a {
    margin-left: 0;
    color: #fff;
    background-color: black;
}

.checkout-action a:hover {
    color: #fff;
}

.p-matrix-cost {
    font-size: 1.3rem;
}

.p-maincontent section.whitesection {
    padding: 0;
}
.p-maincontent h1 {
    text-align: center;
    margin-bottom: 3rem;
}


/* TABS */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #fff;
    border: none;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    border: 1px solid #eee;
}

.r-tabs .r-tabs-panel {
    padding: 0;
    padding-top: 1rem;
    border: none;
}

.r-tabs .r-tabs-panel{
    padding: 30px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor{
    background-color: var(--button2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size:1rem;
}

#p-matrix-options-container {
    margin: 0 50px;
    margin-bottom: 30px;
}

/* SCHEDULER */
.countdown {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.countdown-header {
    margin: 0;
    font-size: 1.9rem;
    line-height: 3.9rem;
    text-align: center;
    color: #fff;
}

.p-schedule-date {
    float: none;
    font-size: 1.8rem;
    line-height: 2rem;
}

.p-schedule-head {
    float: none;
}

.p-schedule-wrapper {
    width: 100%;
    text-align: center;
    margin: 0;
    background-color: #fff;
    padding: 9px 39px;
}

#cutOffCountdown {
    margin-bottom: 0;   
    margin-top: 10px!important;
}

#cutOffCountdown .countdown-amount {
    background-color: transparent;
    color: #fff;
    font-size: 2rem;
    display: block;
}

#cutOffCountdown .countdown-period {
    color: #fff;
    display: block;
    font-size: 1rem;
        margin: 2px 5px 0 0;
    padding-top: 0;
}

.countdown-section {
    position: relative;
}

.countdown-section:after {
    content: ":";
    color: #fff;
    position: absolute;
    top: 20%;
    right: 0;
    font-size: 2rem;
}

.countdown-section:last-child:after {
    display: none;
}

span.countdownsection {
    padding-top: 0;
}

/* Product Page Templates listing*/
.template-box-sets {
    background-color: #f5f5f5;
    margin-top: 25px;
    border: none;
    border-radius: 0;
}

.template-box-sets .r-tabs {
    background-color: transparent;
    border: none;
}

.template-box-sets .r-tabs .r-tabs-nav .r-tabs-tab {
    width: 31.7%;
    text-align: center;
}

.template-box-sets .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    border-radius: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    background-color: #fff;
}

.template-box-sets .r-tabs .r-tabs-nav .r-tabs-state-default .r-tabs-anchor {
    width: 100%;
    font-size: 1rem;
    color: #fff;
}

.template-box-sets .r-tabs .r-tabs-nav .r-tabs-state-default .r-tabs-anchor i {
    margin-right: 10px;
}

div#templates {
    padding: 1rem 50px;
}

div#templates h2 {
    display: inline-block;
}

div#templates .checkout-action {
    display: inline-block;
    float: right;
}

.template_container {
    padding: 20px;
    background-color: #f5f5f5;
}

.template_container div.listing-price {
    display: none;
}

.template-designs .template_container {
    background-color: #fff;
}


.listing-name {
    font-size: 1.5rem;
}

a.optionbutton i {
    margin-left: 10px;
}

.filter_block h2,
#filters h3 {
    margin: 0;
}

.filter-more:before {
    font-family: "Fontawesome";
    content: "\f0d7 ";
    margin-right: 5px;
}

.filter-less:before {
    font-family: "Fontawesome";
    content: "\f0d8 ";
    margin-right: 5px;
}

.filter-more {
    margin-bottom: 10px;
}

/* Total Bar*/
.summary {
    color: #fff;
    height: 46px;
}

.summary h3 {
    color: #fff;
    display: inline-block;
}

.total-price {
    margin: 20px 0;
    display: inline-block;
}

.summary .cta {
    background-color: transparent;
    margin-top: 0;
    text-align: left;
    padding: 8px 30px;
}

.summary_container {
    display: none;
}

.w-clearfix.summary_row {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 20px;
}

.summary_attribute,
.summary_attribute_title {
    display: inline;
    font-size: 1.5rem;
}

.order_summary_bottom {
    text-align: right;
}

#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed {
    margin-bottom: 0;
    width: 49%;
    text-align: center;
    border: 1px solid;
    border-radius: 0;
    color: #fff;
    padding: 9px 20px;
    border: none;
}

#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed:hover {
    color: #fff;
}

#content a#lightboxTest {
    color: #fff;
    text-align: center;
    border-radius: 0;
    border: none;
    padding: 8px 20px;
    margin-top: 1rem;
}

a.quote_cta i {
    font-size: 1.3rem;
    margin-right: 0.5rem;
}

.order_summary_top {
    width: 50%;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

.order_summary_bottom {
    width: 49%;
    float: right;
}

.order_summary.main .order_summary_bottom,
.order_summary.left .order_summary_bottom {
    float: none;
}

/* Listing */
#catalogue {
    background-color: var(--lightgrey); 
    padding: 0rem 0 0;
}


.listing-related,
.listing-product,
.listing-category {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 2rem;
    height: auto !important;
}

.listing-product-content,
.listing-category-text,
.listing-product-text {
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.listing-category-text .cate-txt {
    font-size: 1rem;
}

a.listing-product-link i,
a.form-submit i,
a.optionbutton i,
a.readmore i {
    transition: 0.2s;
    transform: translateX(0);
}

a.listing-product-link:hover i,
a.form-submit:hover i,
a.optionbutton:hover i,
a.readmore:hover i {
    transform: translateX(3px);
}

#content .listing-product-name,
#content .listing-category-name,
#content #designs .listing-name, 
#content a.listing-category-name {
    margin: 0;
    margin-bottom: 1rem;
    font-size: 1.3rem !important;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    color: var(--black) !important;
}

.listing-category-int,
.listing-product-int {
    margin-bottom: 0.5rem;
    text-align: center;
}

.category-content {
    margin-bottom: 2rem;
}

a.cat-usp, a.cat-usp:hover {
    grid-gap: 0
}

a.cat-usp img.single_sol_img {
    width: 10%;
    margin-left: 2rem;
    margin-right: 2rem;
}

@media screen and (min-width: 992px) {
    .listing-product,
    .listing-category {
        max-width: 31.333%;
        margin-right: 1%; 
        margin-left: 1%;    
    }
    #designs .listing-product,
    #designs .listing-category {
        max-width: 100%;
    }
}

/* Log In */
.page-template-ops-myaccount #content {
    background-color: #f5f5f5;
    padding-bottom: 3rem;
}

.existing-customer {
    max-width: 900px;
    margin: 0 auto;
}

.new-customer,
.existing-customer {
    background-color: #fff;
}

.login-forgotpassword input[type="submit"] {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

#checkout-action-login input[type="submit"] {
    border: none;
    margin: 0;
    color: #fff;
    padding: 10px 20px;
}

form#loginform {
    margin-top: 1rem;
}

p.login-email-label {
    margin: 0;
}

/* Account Page*/
/* Email Quote */
.prettyPopin {
    width: 470px !important;
    margin: 0 auto !important;
    left: 33% !important;
}

#emailFormInput {
    margin-bottom: 1rem;
}

#emailFormInput,
a#emailAddressLightbox {
    width: 100%;
}

/* CONTACT PAGE */
.section.contact_section {
    background-color: #f5f5f5;
    padding: 2rem 0;
}

.contactdetails {
    background-color: #fff;
    padding: 20px;
}

h4.contactheading,
.contactdetails h4 {
    margin: 0;
}

.contact-box {
    background-color: #fff;
    padding: 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
#quantity-dd {
    border: none;
    padding: 10px;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}

.contact-box button,
input[type="button"],
input[type="reset"],
input[type="submit"] .cta.solid.purple,
input.form-submit {
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
}

/* FAQ */
.faq h3 {
    border: 1px solid transparent;
    border-radius: 0;
    margin: 0;
    color: #fff;
}

.faq .entry-content {
    background-color: #fff;
    margin-top: 0;
    padding: 1.5em;
}

.sidebar {
    background-color: #ffffff;
    padding: 1em;
}

.sidebar i,
.testimonial i {
    font-size: 5rem;
    opacity: 0.1;
    position: absolute;
    left: 8rem;
}
.testimonial p {
    font-size: 1.2rem;
    line-height: 1;
    color: var(--white);
    font-family: "Cormorant Garamond", serif;
    padding-top: 3rem;
}
.testimonial .clientname {
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 1.5;
    font-weight: 600;
    font-style: italic;
    color: var(--white);
    padding-top: 0;
}

#testimonials .slick-dots {
    bottom: 1rem
}

.client_image {
    float:right;
}

@media screen and (max-width: 769px) {
    picture.client_image {
        float:none;
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .testimonial .client_image {
        transform: scaleX(1);
    }
    .testimonial .client_image::after {
        position: absolute;
        content: "";
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: rgb(128,122,98);
        background: linear-gradient(90deg, rgba(128,122,98,1) 0%, rgba(188,185,172,.4) 30%, rgba(255,255,255,0) 100%);
    }

       
}
@media screen and (min-width: 992px) {
    .testimonial p {
        max-width: 75%; 
        margin: 2rem 2rem;
    }
}

/* Portfolio */
section.portfolio {
    overflow: hidden;
}

/*Designs*/
#designs {
    background-color: #f5f5f5;
}

#designs .listing-product {
    background-color: transparent;
}

#designs .listing-name {
    padding: 5px 0;
}

#designs .listing-name a,
#designs .listing-name a:visited {
    color: #000;
}

#designs h1 {
    margin-bottom: 1.8rem;
}

.filter_block {
    background-color: #fff;
    padding: 20px;
}

#tc-prices #p-matrix-options-container {
    margin: 0;
}

/*#tc-prices .proceed_box{
	margin-top: 0;
	padding:0;
}*/
.template_detail {
    padding: 20px;
}

.btn.secondary.lonebutton {
    color: #fff;
}

/* TEmplate detail*/
.template_detail .r-tabs {
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.template_detail .r-tabs .r-tabs-nav .r-tabs-tab {
    background-color: transparent;
}

.r-tabs .r-tabs-nav .r-tabs-state-active a.r-tabs-anchor {
    color: #fff;
}

.template_detail .r-tabs .r-tabs-nav .r-tabs-anchor,
.template_detail .r-tabs .r-tabs-nav .r-tabs-anchor:visited {
    color: #888;
    background-color: #f7f7f7;
}

.template-design-price {
    display: inline-block;
    font-size: 0.8em;
    margin-top: 1em;
}

a.optionbutton {
    color: #fff;
}

/* Design Steps */
section.process_section {
    color: #fff;
    margin-bottom: 0;
}

.order_step.active i {
    background-color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
}

.order_step i {
    background-color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
}

/* Editor */
.ops-template {
    background-color: #fff;
}

.editor_navigation h3 {
    margin: 0;
}

.template-proof.r-tabs li a {
    color: #fff;
    padding: 10px;
    display: block;
}

.template-proof.r-tabs {
    border-radius: 0px;
}

/* Quotation System */
#quote {
    background-color: #f5f5f5;
    padding-bottom: 2rem;
}

.quote-form-bottom,
.quote-form-top {
    background-color: #fff;
    padding: 20px;
}

.block-header i {
    font-size: 1.8rem;
}

.block-header h2 {
    display: inline-block;
    margin: 0.5rem;
}

.top-banner h1 {
    color: #fff;
}

.top-banner .w-container {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 200px;
}

/* Calculator*/
#catalogue .whitesection {
    padding: 0;
}

.tabs_column #prices {
    padding: 30px;
}

/* Calculator Summary*/
#catalogue .tabs_column .summary_container {
    display: block;
    margin-top: 0;
}

.tabs_column .summary_container .sidebar.order_summary.main {
    border: none;
    border-radius: 0;
    background-color: #f7f7f7;
}

.tabs_column .summary_attribute,
.tabs_column .summary_attribute_title {
    font-size: 1rem;
}

.tabs_column .summary_container .w-clearfix.summary_row {
    display: block;
}

.tabs_column .summary_container .summary_attributes {
    padding-bottom: 1rem;
}

.tabs_column .summary_container .order_summary_bottom {
    width: 100%;
}

.tabs_column .summary_container a#lightboxTest,
a.cta.central_cta.quote_cta.email_cta {
    margin-bottom: 0;
    width: 49%;
    text-align: center;
    border-radius: 0;
    color: #fff;
}

.tabs_column .summary_attribute_title {
    font-weight: bold;
    width: 30%;
    display: inline-block;
}

.tabs_column .sidebar.order_summary {
    border: none;
    border-radius: 0;
}

/* Matrix */
.p-matrix-quantity,
.p-matrix-format {
    background-color: var(--button2) !important;
    color: #fff;
}
.artwork{
    position:relative;
    width:100%;
    display:flex;
    justify-content:space-around;
    align-items:center;
    margin: 1rem 0; 
    gap: 1rem;
}
.artwork-item{
    position:relative;
    flex-basis: 50%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.artwork-item_radio{
    appearance:none;
    display:none;
}
.artwork-item_label{
    position:relative;
    height:80%;
    width:100%;
    text-align:center;
    border-radius: 5px;
    font-weight:600;
    font-size: 1rem; 
    color: var(--white);
    padding: 1rem 2rem;
    background-color:var(--button2);
}
.artwork-item_label:hover {
    background-color:var(--red);
    color: var(--white);
    cursor: pointer;
}
.artwork-item_radio:checked + .artwork-item_label{
    background-color:var(--button1);
    color:var(--white);
}

/* Checkout */
#checkout h1 {
    margin: 1rem 0;
}

.cart-view {
    background-color: transparent;
}

#content.site-content {
    min-height: auto;
}

#checkout p {
    margin: 0;
}

.checkout-box {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 1rem;
}

table.cartsteps {
    margin-bottom: 0;
}

/*.checkout-action{
	margin-bottom: 1.8rem;
}*/
.checkout-action input[type="submit"] {
    padding: 8px 20px;
    display: inline-block;
}

button#cart-proceed-link {
    zoom: 1;
    text-align: center;
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    margin: 10px 0 0 5px;
    background-color: #e0e0e0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}

/* Blog */
article.post {
    background-color: #fff;
}

.blog .entry-content {
    padding: 20px;
}

section.widget {
    background-color: #fff;
    padding: 20px;
}

h2.widget-title {
    margin: 0.5rem 0;
}

time.entry-date.published,
a.url.fn.n {
    font-weight: bold;
}

.single-post article .entrycontent {
    padding: 20px;
}

.single-post #main {
    margin: 2rem 0;
}

#comments {
    background-color: #fff;
    padding: 20px;
}

.single-post .entry-content {
    padding: 20px;
    margin-top: 0;
}

#respond .form-submit {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.comment-body a.comment-reply-link {
    color: #fff;
    padding: 0.6em 1em;
    border-radius: 3px;
}

/* Proofing System */
.proof-approve {
    display: inline-block;
}

/* Library */
#img-library.r-tabs {
    background-color: #fff;
    border: none;
}

#img-library .r-tabs-nav {
    border-bottom: 1px solid #ddd;
}

#img-library .r-tabs .r-tabs-nav li.r-tabs-tab {
    background-color: transparent !important;
}

script.featherlight-inner {
    opacity: 0;
}

.tot-mat span.CurrencySymbol {
    font-weight: bold;
    font-size: 1.3rem;
}

/* Nested Summary */
#catalogue .tabs_column .summary_container {
    display: inline-block;
    width: 100%;
}

.left,
.main {
    transition: none;
    -webkit-transform-origin: none;
    transform-origin: none;
    transform: none;
    -webkit-transform: none;
}

.tabs_column .summary_container .w-clearfix.summary_row {
    display: inline-block;
}

#content a#lightboxTest,
#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed,
.tabs_column .summary_container a#lightboxTest,
a.cta.central_cta.quote_cta.email_cta {
    width: auto;
}

.tabs_column .summary_container .summary_attributes {
    padding: 0;
    display: block;
    text-align: right;
}

.tabs_column .summary_container .order_summary_bottom {
    width: auto;
}

.tabs_column #prices {
    padding: 0;
}

.tabs_column #prices .price-container {
    padding: 30px;
}

.tabs_column .sidebar.order_summary {
    background-color: transparent;
}

.tabs_column .summary_attribute,
.tabs_column .summary_attribute_title {
    color: #fff;
}

.tabs_column .summary_attribute_title {
    width: auto;
}

.left a.cta.central_cta.quote_cta.email_cta,
.left #content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed {
    border: none;
}

#p-matrix-options-container,
#p-matrix-container,
.p-matrix-container-title {
    margin: 0;
    padding: 0 20px 20px;
}

#p-matrix-container h2 {
    display: inline-block;
}

.cart-container {
    background: #fff;
    padding: 20px;
    margin-bottom: 1rem;
}

.cart-container table {
    margin-bottom: 0;
}

#paymentform {
    text-align: right;
}

.mobile_icons {
    margin-bottom: 10px;
}

.p-maincontent-image img {
    height: 100%;
}

/* Multiple Product Images Styling */
#catalogue .whitesection {
    position: relative;
}

#catalogue .whitesection .w-col-6 {
    position: initial;
}

#catalogue .tab-content {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.image-nav .slick-slide img {
    padding: 0;
}

.tab-content .w-col {
    padding: 0;
}

/* Custom Styles*/
#catalogue #descriptionTabs .r-tabs-tab {
    background-color: transparent;
}

#catalogue #descriptionTabs a.r-tabs-anchor {
    color: #888;
    padding-left: 0;
    background-color: transparent;
}

#catalogue
    #descriptionTabs.r-tabs
    .r-tabs-nav
    .r-tabs-state-active
    a.r-tabs-anchor {
    color: #894ecc;
}

.side_bar {
    background-color: #fff;
    padding: 20px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 1rem;
}

.singl-col .centered {
    text-align: left;
}

.banner {
    background-color:transparent;
    padding: 2em;
    text-align: left;
}

.banner h1 {
    font-size: 2rem;
}
.banner a.readmore {
    display: inline-block !important;
}
.banner .btnGold {
    background-color: var(--gold) !important;
    color: var(--white) !important;
    margin: 1rem 2rem 0 0;
    padding: .5rem 2rem !important;
}
.banner .btnRed {
    background-color: var(--red) !important;
    color: var(--white) !important;
    margin: 1rem 0 0 0;
    padding: .5rem 2rem !important;
}
.banner .btnGold:hover, .banner .btnRed:hover {opacity: .8;}
.banner .btnGold:hover:after, .banner .btnRed:hover:after {
    border-bottom: 0 !important;
}

.page-id-95 .banner h1,
.page-id-95 .banner h2 {
    color: #000;
}

.main-navigation .products_menu_templates a .list_title,
.main-navigation .products_menu_templates a:visited .list_title {
    color: var(--red)
}

.main-navigation ul#primary-menu > li > a:hover,
.main-navigation ul#primary-menu > li > a:hover:visited {
    color: black;
    transition: 0.20s;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    background-color: #f9f9f9;
    color: #333;
}

.feather {
    width: 25px;
    height: 25px;
    stroke: black;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    position: relative;
}

a.social svg:hover {
    stroke: #fff;
}

.top-header .w-container {
    padding: 0 5px;
}

.searchinputbutton {
    position: absolute;
    top: .5rem;
    right: 1.5rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 0px;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.2s;
    color: white;
    padding: 0 25px !important;
    text-transform: uppercase;
    font-family: inherit;
}

ul.products_menu_list > li,
ul.products_menu_list li > ul > li > a {
    text-align: left;
    font-size: 0.9em !important;
    margin-top: 10px;
}

.payment-gateway img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.5rem;
    max-height: 29px;
    display: inline-block;
}

.productinfo .readmore {
    width: 100%;
}

/* Working on */
.turnaround-container {
    position: relative;
    /* for absolutely positioned .matrix-change:before notification */
}

.matrix-change tbody::before {
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    content: url("//wp-content/themes/OPSv3-child-6/images/Spinner.gif");
    text-align: center;
    color: #fff;
    height: 100%;
    opacity: 75%;
    display: table-cell;
    vertical-align: baseline;
}

.matrix-qty-buttons {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    /*button block background */
    border: 1px solid #fff;
    /* border-top: 0px; */
    padding: 1em 0;
}

#turnaround-prev,
#turnaround-next {
    background-color: #1b9dd9;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    line-height: 100%;
    font-size: 1em;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 20px;
}

#turnaround-prev:hover,
#turnaround-next:hover {
    background: #575c61;
}

#turnaround-next {
    float: right;
}

#content a.listing-category-name {
    display: block;
    font-size: 1.1rem;
    color: #000;
}

.p-matrix-attributes.lookupUnits-container span {
    width: 15%;
}

#google-reviews .review-item:last-child {
    margin-right: 10px;
}

#google-reviews .review-item {
    background-color: #fff;
    margin: 10px;
}

.r-tabs-panel #google-reviews {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.order_summary_bottom a#lightboxTest {
    display: none !important;
}

.order_summary_bottom a#lightboxTest {
    display: none !important;
}

#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed {
    width: 100%;
}

.p-matrix-success {
    left: 50% !important;
    bottom: 50% !important;
    transform: translate(-50%) !important;
    position: fixed;
    z-index: 9999999;
    width: 300px !important;
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px #000;
    min-height: 19rem;
}

/* SCHEDULER */
.countdown {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.countdown-header {
    margin: 0;
    font-size: 1.9rem;
    line-height: 2.1rem;
    text-align: center;
    color: #fff;
}

.countdown-row {
    width: 100%;
    margin: 0;
    padding: 0;
}

.p-schedule-date {
    float: none;
    font-size: 1.8rem;
    line-height: 2rem;
}

.p-schedule-head {
    float: none;
}

.p-schedule-wrapper {
    width: 100%;
    text-align: center;
    margin: 0;
    background-color: #fff;
    padding: 5px;
}

#cutOffCountdown {
    margin-bottom: 0;
    display: block;
    width: 100%;
    margin-top: 10px;
}

#cutOffCountdown .countdown-amount {
    background-color: transparent;
    color: #fff;
    font-size: 1.8rem;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center !important;
}

#cutOffCountdown .countdown-period {
    color: #fff;
    display: block;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    text-align: center !important;
}

.countdown-section {
    position: relative;
    margin: 0px;
    padding: 0;
    text-align: center !important;
}

.countdown-section:after {
    content: ":";
    color: #fff;
    position: absolute;
    top: 20%;
    right: 1px;
    font-size: 1rem;
}

.countdown-section:last-child:after {
    display: none;
}

span.countdownsection {
    padding-top: 0;
}

.shape {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
}

.shape svg {
    width: 100%;
    height: 125px;
}

.slide {
    padding: 0rem 0;
}
#homeSlider .slide {
    border-bottom: 15px solid var(--red)
}

.shape path {
    filter: drop-shadow(0 -6mm 4mm rgba(0, 0, 0, 0.3));
}

.slider-section {
    padding: 0em 10em;
    position: relative;
    height: 100%;
    background-color: white;
}



.show {
    opacity: 1 !important;
}

img.slide_image {
    margin: 0 auto;
    position: relative;
}

.slide a.readmore {
    margin-right: 0;
}

/*.slide.slick-slide {
    background-color: #662692 !important;
    background-image: linear-gradient(
160deg, #662692 0%, #125ad0 100%) !important;
}         */
#sliderbottom {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

#sliderbottom .benefit i {
    font-size: 2.3rem;
    color: #fff !important;
}

#sliderbottom .benefit h3 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
}

.home .featured_product {
    position: relative; 
    overflow: hidden;
}

.productinfo a.readmore {
    margin: 5px 0;
}

#slimsection .p-thumbs {
    text-align: center;
}

#slimsection {
    padding: 0;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
    .home .featured_product .w-col-small-6 {
        max-width: 48%; 
        margin-right: 1%; 
        margin-left: 1%;
    } 
    
    
}
@media screen and (max-width: 768px) {
    #serviceIcons > .w-container > .w-row > .w-col {
        width: 33.33333333%;
    }
    #serviceIcons h3.single_sol_h3 {
        font-size: 1rem; 
    }
    #serviceIcons .w-row {
    max-width: 100%;
	}
    .p-maincontent h1 {
        line-height: 3rem;
    }
    a.cat-usp {
        display: flex;
        flex-direction: column;
    }
    .cat-usp-title {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1100px) {
    .usp-flex {
        flex-direction: column;
        align-items: center;
    }
    a.cat-usp {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 769px ) {
    .home .featured_product .w-col-4 {
        max-width: 31.33333333%;
        margin-right: 1%; 
        margin-left: 1%;
    }
    
}

/* New Product Page Layout */
.pricescontainer,
.template-box-sets {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 1rem;
}

.pricescontainer h2,
.template-box-sets h2 {
    display: none;
}

.pricescontainer .p-matrix-attributegroup,
.template-box-sets .p-matrix-attributegroup,
.template-box-sets .p-matrix-attributes {
    width: 100%;
    line-height: 1rem;
    padding: 0;
    float: unset;
}
.checkout-buttons {
    gap: 1rem;
    display: inline-flex;
    width: 100%;
    flex-direction: column;
}

.p-matrix-attributes.button1, 
.p-matrix-attributes.button2 {
    box-shadow: rgb(149 157 165/20%) 0px 8px 24px !important;
    border: 1px solid #ccc !important;
    padding: 1rem .5rem .5rem !important;
}
.p-matrix-attributes.button1 p, 
.p-matrix-attributes.button2 p {
    text-align: center;
    font-size: 1.1rem; 
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 1rem;
}

.p-matrix-attributes.button1 a {
    background-color: black !important; 
}
.p-matrix-attributes.button2 a {
    background-color: black !important; 
}

.pricescontainer .p-matrix-attributes,
.template-box-sets .p-matrix-attributes {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 10px 5px;
    position: relative;
    top: -10px;
    /* display: flex;  */
}

.pricescontainer .p-matrix-attributes:hover,
.template-box-sets .p-matrix-attributes:hover {
    border: 1px solid rgb(65, 105, 225);
}

.pricescontainer .p-matrix-options,
.template-box-sets .p-matrix-options,
#p-matrix-options-container {
    padding: 0;
}

.pricescontainer .p-matrix-attributegroup,
.template-box-sets .p-matrix-attributegroup {
    font-size: 0.75rem;
    text-transform: uppercase;
    background-color: #fff;
    width: fit-content;
    padding: 0 5px;
    z-index: 998;
    position: relative;
    margin: 0 10px;
}

.pricescontainer input[type="text"],
.pricescontainer input[type="email"],
.pricescontainer input[type="url"],
.pricescontainer input[type="password"],
.pricescontainer input[type="search"],
.pricescontainer input[type="number"],
.pricescontainer input[type="tel"],
.pricescontainer input[type="range"],
.pricescontainer input[type="date"],
.pricescontainer input[type="month"],
.pricescontainer input[type="week"],
.pricescontainer input[type="time"],
.pricescontainer input[type="datetime"],
.pricescontainer input[type="datetime-local"],
.pricescontainer input[type="color"],
.pricescontainer textarea,
.pricescontainer select,
.pricescontainer #quantity-dd,
.template-box-sets input[type="text"],
.template-box-sets input[type="email"],
.template-box-sets input[type="url"],
.template-box-sets input[type="password"],
.template-box-sets input[type="search"],
.template-box-sets input[type="number"],
.template-box-sets input[type="tel"],
.template-box-sets input[type="range"],
.template-box-sets input[type="date"],
.template-box-sets input[type="month"],
.template-box-sets input[type="week"],
.template-box-sets input[type="time"],
.template-box-sets input[type="datetime"],
.template-box-sets input[type="datetime-local"],
.template-box-sets input[type="color"],
.template-box-sets textarea,
.template-box-sets select,
.template-box-sets #quantity-dd {
    border: none;
    padding: 15px 0;
    width: 100%;
    background-color: transparent;
    border: 0;
    font-family: inherit;
    font-size: 1.2rem;  
    cursor: pointer;
}
 
 .p-matrix-attribute input[type="checkbox"],
 .p-matrix-attribute input[type="radio"] {
    vertical-align: middle;
    cursor: pointer;
}
.p-matrix-attributes {
    width: 100%;
}
.pricescontainer .p-matrix-attribute,
.template-box-sets .p-matrix-attribute {
    margin-right: 0;
    display: inline-block;
    text-align: left;
    width: 100%;
    font-size: 0.85rem;
    padding: 2px 0;
    flex-basis: 50%;
}

.pricescontainer .p-matrix-attributegroup.tot-mat-title,
.template-box-sets .p-matrix-attributegroup.tot-mat-title {
    display: none;
}

.pricescontainer .p-matrix-attributes.tot-mat,
.template-box-sets .p-matrix-attributes.tot-mat {
    padding: 0.5rem 0;
    border: none;
    text-align: left; 
}

.pricescontainer .p-matrix-attributes.tot-mat:before,
.template-box-sets .p-matrix-attributes.tot-mat:before {
    content: "Full price: ";
    font-size: 1rem;
}

.pricescontainer .tot-mat span.CurrencySymbol,
.template-box-sets .tot-mat span.CurrencySymbol,
.p-matrix-cost {
    font-size: 2rem;
    letter-spacing: -0.05rem;
    font-weight: 600;
    color: black;
}

.pricescontainer .p-matrix-attributegroup.mob-hide,
.template-box-sets .p-matrix-attributegroup.mob-hide {
    display: none;
}

.pricescontainer .checkout-action a,
.template-box-sets .checkout-action a {
    margin-left: 0;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 0.7rem 2rem;
    font-size: 1.2rem;
}

.pricescontainer .checkout-action a:hover,
.template-box-sets .checkout-action a:hover {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background-color:#535454!important;
}

.pricescontainer .p-matrix-attributes.checkout-action,
.template-box-sets .p-matrix-attributes.checkout-action {
    padding: 0;
    border: none;
    margin: 0;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slider-pricing a.popupgallery {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 50px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    color: #000;
}

section.slider-pricing {
    background-color: var(--lightgrey);
    padding: 2rem 0 3rem;
}

.slider-pricing .slick-next:before {
    content: "\f054";
    padding: 5px 10px;
    right: 10px;
    bottom: 0;
    position: absolute;
    font-size: 1.2rem;  
    color: var(--darkgrey)
}

.slider-pricing .slick-prev:before {
    content: "\f053";
    padding: 5px 10px;
    left: 0;
    bottom: 0;
    position: absolute;
    font-size: 1.2rem;   
    color: var(--darkgrey)
}

.slider-pricing .slick-prev,
.slider-pricing .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0; 
    width: unset;
    height: unset;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 995;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    bottom: 0;
}
.slider-pricing .slick-prev:hover:before,
.slider-pricing .slick-next:hover:before {
    background-color: var(--red);
    color: var(--white);
}

.slider-pricing .slick-prev {
    left: 0;
}

.slider-pricing .slick-next {
    left: unset;
    right: 0;
}

.slider-pricing #slimsection .p-thumbs {
    text-align: left;
    padding: 0;
    margin: 0;
}

.slider-pricing #slimsection .p-thumbs .p-thumbs {
    font-size: 0;
}

.slider-pricing #slimsection .p-thumbs .p-thumbs a {
    font-size: 0.9rem;
    margin-right: 0.5rem;
    line-height: 1rem;
}

.slider-pricing #slimsection .p-thumbs .p-thumbs a:after {
    content: ">";
    padding-left: 0.5rem;
    color: #000;
}

.slider-pricing #slimsection .p-thumbs .p-thumbs a:last-child:after {
    content: " ";
}

.slider-pricing h1 {
    margin-top: 0px;
    color: var(--gold)
}

.pricingmatrix h2 {
    display: none;
}

p.morePricesText {
    margin: 0;
    font-size: 0.9rem;
}

td.p-matrix-quantityheading {
    background-color: var(--button2) !important
}

.p-matrix-quantity,
.p-matrix-format {
    background-color: unset;
}

.p-matrix-quantity {
    background-color: unset;
    color: #333 !important;
}

.pricingmatrix {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}

.customcontent-templates {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    background-color: var(--lightgrey);
    border-radius: 5px;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 0;
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}

.customcontent-templates .cta {
    margin: 0 auto;
    display: table;
}

.pricingmatrix table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.pricingmatrix table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.pricingmatrix table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.pricingmatrix table tbody tr:last-of-type {
    border-bottom: 2px solid var(--button2);
}

.pricingmatrix table th,
.pricingmatrix table td {
    padding: 12px 15px;
}

.pricingmatrix table thead tr {
    background-color: #3c79d1;
    color: #ffffff;
    text-align: left;
}

.pricingmatrix table {
    border-collapse: collapse;
    margin: 1rem 0 0 0;
    font-size: 0.9em;
    font-family: sans-serif;
    width: 100%;
}

.matrix-qty-buttons {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    /* border-top: 0px; */
    padding: 1em 0 0 0;
    margin: 0;
}

.pricingcta .cta {
    width: 49.4%;
    background-color: #333 !important;
}

.cta {
    border-radius: 5px;
}

a.matrixtoggle {
    background: var(--red);
    padding: 5px 15px;
    font-size: 0.8rem;
    text-transform: uppercase;
    position: absolute;
    left: calc(50% - 86px);
    bottom: -65px;
    color: var(--white);
    border-radius: 5px;
    cursor: pointer; 
}

.openmatrix {
    cursor: pointer;
}

a.matrixtoggle:hover {
    color: var(--red);
    background-color: var(--white);
}

#turnaround-prev,
#turnaround-next {
    background-color: #333;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    line-height: 100%;
    font-size: 1em;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
    padding: 0.75rem 20px;
    border-radius: 5px;
}

#turnaround-prev i,
#turnaround-next i {
    display: none;
}

#turnaround-prev {
    float: left;
}

#turnaround-next {
    float: right;
}

td.p-matrix-price span {
    color: #333;
}

td.p-matrix-price:hover span,
td.p-matrix-price.p-matrix-price-active span {
    color: #fff;
}

#catalogue section.intro {
    padding: 2rem 0;
    background-color: var(--white);
}

@media screen and (min-width: 992px) {
    #catalogue section.intro {
        padding: 4rem 0;
    }
    .price2 {
        margin-left: 3rem;
    }
    
}

.slick-slide a img {
    display: block;
    border-radius: 5px 5px 0 0;
}

.countdown-header i {
    display: none;
}

.countdown-header {
    font-weight: 400;
    text-transform: capitalize;
    line-height: 60px;
    text-align: left !important;
}

.link_graphic.countdown {
    background: transparent;
    margin: 0;
    padding: 0;
}

.page-template-ops-products .salesblock {
    display: none;
}

.page-template-ops-products .productticket {
    display: block;
}

.schedulecontainer {
    max-height: 61px;
    overflow: hidden;
}

.customcontent-templates h3 {
    color: #333;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
}

.customcontent-templates {
    text-align: center;
}

.customcontent-templates img {
    max-width: 60px;
    display: inline-block;
    margin: 0 1%;
    opacity: 1;
}

.customcontent-templates img:hover {
    opacity: 0.5;
}

#artworktemplates_descriptiontext .w-row {
    display: flex;
    flex-flow: inherit;
    align-content: center;
    justify-content: center;
}

#artworktemplates_descriptiontext .w-row div {
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
}

#artworktemplates_descriptiontext .w-row div div {
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    line-height: 2rem;
}

#artworktemplates_descriptiontext h3 {
    font-size: 1.15rem;
    color: #333;
}

.templatescontainer .template_container {
    padding: 0;
    background-color: transparent;
    min-height: 23rem;
}

.templatescontainer {
    padding: 2rem 0;
    background: #e6e9f0;
}

#templates {
    display: flex;
    flex-direction: column-reverse;
}

.templatescontainer .listing-name {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.templatescontainer .checkout-action a {
    margin-left: 0;
    color: #fff;
    margin: 0 auto;
    display: table;
    border-radius: 3px;
}

.templatescontainer .template_thumb {
    filter: grayscale(100%);
    opacity: 0.8;
    border-radius: 3px;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.templatescontainer .template_thumb {
    filter: grayscale(100%);
    opacity: 0.8;
}

.templatescontainer .template_container:hover .template_thumb {
    filter: grayscale(0%);
    opacity: 1;
}

.optionbutton {
    border-radius: 3px;
    margin-top: 0.5rem;
}

.optionbutton i {
    display: none;
}

.templatescontainer {
    padding: 3rem 0 4rem;
    background: #e6e9f0;
}

.templatescontainer h2 {
    margin-bottom: 1rem;
    margin-top: 0;
}

.templatescontainer p {
    margin: 0 0 1rem;
}

.templateborder {
    border-radius: 5px;
    position: relative;
    background: #fff;
    padding-top: 1rem;
}

.templateborder .listing-template,
#template-designs .w-col,
.templateborder #templates .w-col {
    margin-bottom: 1rem;
}

#repeatedcontent {
    background: #fff;
    padding: 2rem 0 3rem;
    margin: 0;
}

.faq h3 {
    border: 2px solid #e6e9f0;
    border-radius: 0;
    margin: 0;
    color: #333;
    font-weight: 600;
    font-size: 1rem;
    background: #fff;
    border-radius: 3px;
    padding: 1rem 2rem;
}

.faq h3:after {
    content: "+";
    float: right;
    border: 2px solid #e6e9f0;
    border-radius: 50%;
    font-weight: 400;
    font-size: 2.1rem;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    padding: 0;
    position: relative;
    top: -4px;
}

.faq h3.open:after {
    content: "-";
    float: right;
    border: 2px solid #e6e9f0;
    border-radius: 50%;
    font-weight: 400;
    font-size: 2.1rem;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 23px;
    padding: 0;
    position: relative;
    top: -4px;
}

#repeatedcontent .centered h1,
#repeatedcontent .centered h2,
#repeatedcontent .centered h3 {
    text-align: left;
    margin-bottom: 2rem;
}

#repeatedcontentblocks .inner-text-block {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    background-color: #e6e9f0;
    border-radius: 5px;
    padding: 20px 20px 120px 20px;
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    margin: 0px 10px 20px 10px;
    overflow: hidden;
    position: relative;
}

.inner-text-block p {
    margin: 0;
}

#repeatedcontent h3 {
    color: #333;
    font-weight: 500;
}

#repeatedcontent .sample-pack {
    background: #e6e9f0;
    color: #333;
    border-radius: 5px;
}

.samplepackimg {
    max-width: 300px;
    display: flex;
    margin: 2rem auto;
    border-radius: 50%;
}

#repeatedcontent .sample-content {
    padding: 5rem !important;
    font-size: 1rem;
    color: #333 !important;
}

#repeatedcontent .sample-pack h2,
#repeatedcontent .sample-pack p {
    color: #333;
}

#repeatedcontent .sample-content h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

#repeatedcontent .sample-pack a.readmore i {
    display: none;
}

#repeatedcontent .sample-pack a.readmore {
    color: #fff;
    background: #333;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 500;   
    border: none;
}

#repeatedcontent .sample-pack a.readmore:hover {
    background-color: #3c79d2;
    color: #fff;
}

#repeatedcontent .w-col {
    padding-left: 0;
    padding-right: 0;
}

.product-related-data h2 {
    font-size: 2rem;
    margin: 1rem 0 2rem;
    text-align: center;
}

.listing-product-image img {
    border-radius: 5px 5px 0 0;
}

#content .listing-product-name,
#content .listing-category-name,
#content #designs .listing-name {
    margin: 0;
    margin-bottom: 1rem;
    color: #333;
}

a.form-submit {
    border-radius: 5px;
}

a.form-submit i {
    display: none;
}

a.form-submit:hover {
    background: var(--darkgrey);
}

.listing-related,
.listing-product,
.listing-category {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 2rem;
    border-radius: 0 0 5px 5px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.template_thumb,
.listing-product-image img,
.listing-category-image img {
    border: none;
    width: 100%;
}

.card-types i {
    color: #fff;
}

footer {
    font-size: 16px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
        rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

footer h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
}
footer p {
    font-size: .8rem;
}

footer ul li {
transition:0.20s;
    line-height: 1.4rem;
}

footer ul li:hover {
transition:0.20s;
    transform:scale(1.10)
}

.readmore button2:hover {
background-color: black;
}



footer .w-col-4 {
    text-align: right;
    line-height: 1.1em;
    border-left: 1px solid rgba(255,255,255,.4)
}

footer .w-col-4 img {
    max-width: 200px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

footer .w-col-4 small,
footer .w-col-4 p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
    line-height: 1.5em;
}

footer a.social {
    background-color: transparent;
}

a.social.instagram.feather:hover {
    transform: scale(1.10);
    transition: 0.20s;
}

.footer-box {
    padding: 20px 0;
}

.card-types {
    margin-bottom: 0.5rem;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card-types {
    padding: 0;
    margin: 10px 0;
}

.card-types span,
.card-types div {
    padding: 0 5px;
}

.securefooter {
    padding: 0 !important;
    margin: 0 1rem 0 0;
}

.footerlinks .w-col {
    padding-left: 0px;
    padding-right: 0px;
}

.card-types img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
}

img.contentimg {
    position: absolute;
    margin: 0;
    bottom: 0px;
    opacity: 1;
    width: calc(100% + 40px);
    left: 0px;
}

.inner-text-block:hover img.contentimg {
    opacity:1;
}

#repeatedcontentblocks .w-row:first-child {
    display: none;
}

#repeatedcontent .faq {
    margin-bottom: 2rem;
}

#repeatedcontentblocks.firstrow
    .w-row
    .w-col-4:nth-child(even)
    .inner-text-block {
}

#repeatedcontentblocks.secondrow
    .w-row
    .w-col-4:nth-child(odd)
    .inner-text-block {
}

img#category_product_img {
    width: 100%;
}

.attr-I-container span {
    display: flex;
    place-items: center;
}

.attr-I-container .image-attribute {
    display: inline-flex;
    width: fit-content;
}

.p-matrix-attribute .image-radio {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    padding: 0;
    margin: 0;
}

.featured_product .slick-active .readmore {
    opacity: 1;
}

.p-matrix-success {
   
    left: 50% !important;
    bottom: 50% !important;
    transform: translate(-50%) !important;
    position: fixed;
    z-index: 9999999;
    width: 300px !important;
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px #000;
}

.whitesection.product_top_section {
    max-width: 1920px;
    margin: 0 auto;
}

.headersearch .ajaxResults-container {
    width: 100%;
    left: auto;
    right: 0;
    top: 69px;
}

.slick-next::before {
    content: "\f0a9";
    font-family: FontAwesome !important;
}

.slick-prev::before {
    content: "\f0a8";
    font-family: FontAwesome !important;
}

.p-matrix-proceed.disabled,
.p-matrix-proceed.disabled:hover {
    cursor: no-drop !important;
    border: 1px solid rgb(0, 0, 0) !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
    font-size: 0 !important;
    line-height: 1.5 !important;
}

.p-matrix-proceed.disabled::before {
    content: "We're sorry, a product with the options selected is not available. Please update your options.";
    font-size: 1rem !important;
    color: #fff !important;
}

#turnaround-prev.disabled,
#turnaround-prev.disabled:hover,
#turnaround-next.disabled,
#turnaround-next.disabled:hover {
    background-color: #f5f5f5 !important;
    cursor: no-drop !important;
    color: #aaa !important;
    border: 1px solid #ccc !important;
}

.p-matrix-price-link.disabled {
    cursor: no-drop !important;
}

.disabledtd,
.disabledtd:hover,
.disabledtd .p-matrix-price-link {
    background: #eee !important;
    color: #aaa !important;
}
.slick-dots li {
    width: 35px;
}

.slick-dots li button::before {
    font-family: "slick";
    font-size: 13px;
    line-height: 20px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 0.75rem; 
	background: var(--white);
    color: rgb(255, 255, 255, 0) !important;
    border-radius: 50%;
	opacity: .6;
	width: 10px;
	height: 10px;
    border: 1px solid var(--gold)
}

.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
	background-color: var(--white);
}
.slider-section ul.slick-dots {
    bottom: 7rem;
}

.whitesection.featured_product .product {
    background-color: var(--white);
    margin-bottom: 1rem;
}

#content a.readmore {
    color: var(--white);
    text-align: center;
    border-radius: 5px;
    margin: 0 .25rem;
}
.productinfo .productLinks {
    display: flex;
    margin: 0 1rem;
}
.productinfo .button1 {
    background-color: black;
    font-family: "Cormorant Garamond", serif;
}
.productinfo .button2 {
    background-color: var(--button2);
    font-family: "Cormorant Garamond", serif;
}
.listing-product-text.productinfo .productLinks {
    display: block;
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0 1rem 1rem;
    display: flex;
}
.listing-product-text.productinfo .button1 {
    color: var(--white);
    display: block;
}
.listing-product-text.productinfo .button1:hover {
    background-color: var(--red);
}

#content a.readmore:hover {
    color: var(--white); 
    background-color: #535454;
}

.featured_product .slick-prev::before,
.featured_product .slick-next::before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.featured_product .slick-prev.slick-arrow {
    left: -0.5rem;
    color: #000 !important;
    z-index: 99999;
    background: #fff;
    padding: 0px 5px 0px 5px;
    width: 39px;
    height: 36px;
    border-radius: 50%;
}

.featured_product .slick-next.slick-arrow {
    right: -0.5rem;
    color: #000 !important;
    z-index: 99999;
    background: #fff;
    padding: 1px 0 2px 2px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.products_menu_container ul li ul li a,
.products_menu_container ul li ul li a:visited,
.products_menu_container ul li a:hover {
    color: var(--darkgrey) !important
}

.products_menu_container ul li a,
.products_menu_container ul li ul li a:hover {
    color: var(--red) !important
}

.order_lookup_bottom {
    display: inline-block;
    width: 100%;
    float: none;
}

.order_lookup_bottom a {
    margin-left: 0;
    color: #fff;
    width: 100%;
    border-radius: 5px !important;
    padding: 10px !important;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.pricescontainer .p-matrix-attributes.vat-mat:before {
    content: "Inc ";
    font-size: 1rem;
}

.pricescontainer .tot-mat span.CurrencySymbol,
.p-matrix-total {
    font-size: 2rem;
    letter-spacing: -0.05rem;
    font-weight: 600;
    color: black;
}

.pricescontainer .vat-mat,
.pricescontainer .vat-mat:hover {
    border: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

img#category_product_img {
    width: 100%;
    border-radius: 5px;
}

input.searchinputbutton:hover {
    background: #000;
}

.slider-section button.slick-next.slick-arrow,
.slider-section button.slick-prev.slick-arrow {
    background-color: transparent;
    transition: 0.25s;
    border-radius: 50%;
    display: none!important;
}

.slider-section button.slick-next.slick-arrow:hover,
.slider-section button.slick-prev.slick-arrow:hover {
    background-color: #9f9d8a;
}

.solution img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#content .sample-pack a.readmore:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.w-col.w-col-3.w-col-small-6.w-col-tiny-12.slick-slide.slick-cloned.slick-active {
    padding-bottom: 10px;
}

#masthead {
position: relative;
z-index: 999;
}

.entry-header img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

.vo-btns button.moreButton,
.vo-btns button#reloadOrderProduct,
#content .vo-btns a.readmore.cta {
    font-family: inherit;
    line-height: 1.7;
    margin-bottom: 0.5rem;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
}

a.cta {
    font-size: 1rem;
}

.checkout-action a:hover,
a.cta:hover,
.vo-btns button.moreButton:hover,
.vo-btns a.readmore.cta:hover {
    background: var(--darkgrey)
}
       
.side_cta {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
} 

.sideFeatured {position: relative;}
.sideFeatured .sidetext {
    padding: 0rem 2rem;
    background-color: var(--white);
    z-index: 999;
}
.sideFeatured .right, .sideFeatured .left {
    opacity: 1;
}

.sideFeatured h1 {
    font-size: 3rem; 
    color: var(--gold);
    margin: 0 0 2rem;
    font-weight: 600;
    line-height: 3rem;
}
.sideFeatured .sidetext a {
    color: var(--red);
    text-decoration: none !important;
}
.sideFeatured .sidetext a:hover {
    color: var(--darkgrey);
    text-decoration: none;
}



@media screen and (min-width: 1200px) {
   
}

.optionbutton:hover {
    opacity: 1;
    background: #000;
}    
.p-matrix-price a {
    transition: none;
    -moz-transition: color .1s ease-in-out;
    -webkit-transition: none;
} 
.filesOutputProof a {
    width: 90%;
    color: #000;
}
.cartbox-cell #lightboxTest {
    background-color: #3c79d1!important;
    border-radius: 5px!important;
} 
.cartbox-cell #lightboxTest:hover {
    background-color: #000!important;
} 

.cartbox-cell #lightboxTest .fa {color: #fff; font-size: 1rem; } 
 
.rejectButton, .pickfiles {
    margin: 10px 0 0 0!important;
    float: none;
    display: inline-block!important;
}   
a#reset-password {
    text-decoration: none!important;
}
a#reset-password:hover {
    text-decoration: underline!important;
}     
.quote_field {
    margin-bottom: 10px;
} 
a#lightboxTest2 {
    background-color: #333!important;
    width: 100%;
}
a#lightboxTest2:hover {
    background-color: #000!important;    
    color: #fff;
    width: 100%;
}   
a.cta.smoothscroll:hover {
    background-color: #000!important;
}     
span.listing-category-shortdesc {
    min-height: 1px;
    width: 100%;
    display: inline-block;
}
#designs h1 {
    margin-bottom: 1.8rem;
    margin-left: 10px;
}
/* =============
TINY SCHEDULER UWU 
================*/ 

.mini-header .p-schedule-head, 
.mini-header .p-schedule-date, 
.mini-header .countdown-amount, 
.mini-header .countdown-period {
    float: left;
    font-size: 1rem;
    line-height: 1rem;
}
.mini-header .countdown-amount, 
.mini-header .countdown-period { width: 50%; text-align: left; }   
 
.mini-header  p.countdown-header {
    font-size: 1rem;
    line-height: 1rem;
}
.mini-header #cutOffCountdown .countdown-amount {
    background-color: transparent;
    color: #fff;
    font-size: 1.8rem;
    display: block;
    padding: 0;
    margin: 0;
    text-align: left!important;
}    
.mini-header #cutOffCountdown {
    margin-top: 0px!important;
}
.mini-header .p-schedule-head:after {content: ":"; margin-right: 10px;}
.mini-header .p-schedule-wrapper {
    width: 100%;
    text-align: left;
    margin: 0;
    background-color: transparent;
    padding: 0;  
    color: #fff;    
}       
.mini-header  #cutOffCountdown .countdown-section {
    float: left;
    line-height: 1;
    color: #445465;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
}
.mini-header #cutOffCountdown .countdown-amount {
    background-color: transparent;
    color: #fff;
    font-size: 1.8rem;
    display: inline-flex;
    padding: 0;
    margin: 0;  
    font-size: 1rem;
    text-align: left!important;
    float: unset;
      align-content: flex-start;
    align-items: center;
    flex-direction: row;
    
}
.mini-header #cutOffCountdown .countdown-period {
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    float: unset;
       align-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.mini-header .countdown-section:after { display:none; }        
   #cutOffCountdown {
    margin-bottom: 0;
    display: block;
    width: 100%;
    margin-top: 0;
}  


.mini-header  #cutOffCountdown .countdown-section {
    float: left;
    line-height: 1;
    color: #445465;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: left!important;
}

.mini-header #cutOffCountdown .countdown-amount {
    background-color: transparent;
    color: #fff;
    font-size: 1.8rem;
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    text-align: left!important;
    float: left;
    max-width: 25%;
}

.mini-header #cutOffCountdown .countdown-period {
    color: #fff;
    display: inline;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    float: left;
    max-width: 75%;
    text-align: left!important;
}   

.mini-header {
    /* position: fixed; */
    width: 100%;
    z-index: 9999;
}
.mini-header .productticket { height: 50px;} 
.salesblock.mini-header {
    top: 125px;
    height: 50px;
    z-index: 999;
} 
  

.mini-header .site-title img {
    margin: 0;
    max-width: 150px;
}   
.mini-header .site-title {
    text-align: center;
    margin: 0 0 10px 0;
}   
.mini-header .main-header {
    padding: 15px 0;
}  
.mini-header .header-contact {
    display: none;
}  

.salesblock.mini-header span {
    font-size: 1rem!important;
    line-height: 1rem!important;
}      
ul.products_menu_list > li > a {
    font-weight: bold;
    padding: 0;
    padding-bottom: 0.25rem;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid var(--darkgrey);
    padding-bottom: 5px!important;
    width: 100%!important;  
    margin-bottom: 5px;
}
/* =============
PAGE SPECIFIC
================*/

#myaccount .cartbox-checkout .checkout-action a.cta {
    margin-top: 1rem;
    text-decoration: none;
    font-weight: 300;
}

.new-customer,
.existing-customer {
    background-color: #fff;
    margin-bottom: 1rem;
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.blog .entry-content { box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;}
section.widget {
    background-color: #fff;
    padding: 0;
}
.blog aside#secondary {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
   box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
} 
  .template-preview li.r-tabs-tab.r-tabs-state-default a {
    color: #333!important;
}
.home .slick-slide img {
    display: block;
    width: auto;
    align-content: center;
    justify-content: center;
    max-width: none;
    width: 80%;
    /* padding: 1rem; */
    height: auto;
    /* z-index: 99999; */
}

body#siteid13 .slick-slide img, body#siteid14 .slick-slide img {
    max-width: none;
    width: 100%;
}



#siteid13 ul#primary-menu, #siteid14 ul#primary-menu {
display:none;

}

.sample-pack {
background-color: #781611;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#siteid13 .main-header, #siteid13 .main-header {
    padding: 1rem 0 1em;
    background-color:white;
}

.sample-pack .sample-content p {
color:white;
}


#catalogue div.img-small.sample-height {
    position: initial;
    display: flex;
    justify-content: center;
    align-items: center;
}

#catalogue .img-small.sample-height img {
    max-width: 300px;
}

#content .sample-content a.readmore {
background-color:black;
color: white;
}

#siteid13 .sample-content a.readmore, #siteid14 .sample-content a.readmore  {
background-color: #807a62;
}

#siteid13 .sample-content a.readmore:hover, #siteid14 .sample-content a.readmore:hover  {
background-color: #781611;
color:white;
}

a.readmore i {
font-family: 'FontAwesome';
}

#siteid13 div.site-logo a img {
max-width:150px;
}
#siteid14 div.site-logo a img {
max-width:200px;
}

#siteid14 .main-header {
    padding: 1rem 0 1em;
    background-color:white;
}

#siteid13 .cart-confirm button.moreButton, #siteid14 .cart-confirm button.moreButton  {
display:none;
}

div.textwidget p a.linkified {
font-size:16px;
}

@media screen and (min-width: 992px) {
    #homeSlider .slide {height: 60vh}
}

.badge {
    line-height: 1.7rem;
}
      
.tooltip {
  	  background: unset;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: text-bottom;
    display: inline-block;
    color: transparent;
    background-color: #a562c5;   
    background-size: 20px; 
     -webkit-mask-image: url(//wp-content/themes/OPSv3-child-2/img/info.svg);
    mask-image: url(//wp-content/themes/OPSv3-child-2/img/info.svg);  
	       -webkit-mask-size: cover;
  mask-size: cover;
}
 .p-thumbs {
    font-size: 0;
}
 .p-thumbs a {
    font-size: 0.9rem;
    margin-right: 0.5rem;
    line-height: 1rem;
}   
.p-thumbs a:after {
    content: ">";
    padding-left: 0.5rem;
    color: #000;
}
   
   .p-thumbs a:last-child:after {
    content: " ";
}
#oid, #documentInformation {
    width: 100%;
    margin: 0 0 10px 0;
    border-radius: 5px;
    padding: 1rem;
    max-width: 900px;
    display: block;
}
#documentInformation {
    min-height: 200px;
}     
#content a.sidebar_box h3 {
    width: 100%;
    color: white;
    padding: 0.5rem 20px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0;
    margin: 0;
}  
.sidebar_box {
    padding: 1rem 2rem;
}
.page-template-ops-checkout fieldset {
    border: none;
    padding: 20px;
    background-color: #FFF;
    margin: 4rem 0 1rem!important;  
    border-radius: 5px;    
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}    
.page-template-ops-checkout legend {
    border: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
    top: -2rem; }
    
.page-id-8 #content br {display: none; height: 0}
/* =============
MEDIA QUERIES
================*/

@media screen and (max-width: 1536px) {
    .products_menu_container {
        left: 0;
        min-width: 1250px;
    }
}

@media screen and (max-width: 1120px) {
    .p-matrix-attributes.lookupUnits-container span {
        width: 25%;
    }

    .p-matrix-express .p-matrix-attribute {
        width: 100% !important;
        text-align: left;
    }
}

@media screen and (max-width: 1100px) {
    .w-container {
        max-width: 940px;
    }  
    .main-navigation li a {
        padding: 0px 10px;
        position: relative;
        line-height: 1;
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 1024px) {
    .p-maincontent-image {
        left: -190px;
    } 

}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 768px;
    }

    .slider-nav {
        display: block !important;
    }
    .sample-height {
    min-height: fit-content;
}

    .entry-header img {
        max-height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .home .slider-section button.slick-prev.slick-arrow {
        left: 10px;
    }

    .home .slider-section button.slick-next.slick-arrow {
        right: 10px;
    }

    .shape svg {
        width: 100%;
        height: 85px;
    }

    .header-contact {
        display: none;
    }

    .search_link {
        display: none;
    }

    .account_login {
        display: none;
    }

    #masthead i.fa-close,
    #masthead i.fa-bars {
        display: block;
    }

    .main-header {
        padding: 10px 0;
    }

    /* Mobile Menu*/
    #masthead i.fa-times,
    #masthead i.fa-bars {
        top: .5rem;
        right: 1.5rem;
    }

    #mobile_nav {
        width: 300px;
    }
    #mobile_nav ul li a {
        padding: .5rem 1rem;
    }

    #mobile_nav ul li:hover a {
        color: var(--red);
    }

    .mobile_icons {
        padding-left: 8px;
    }

    .mobile_button {
        right: 1rem;
    }

    .mobile_button.fa-close {
        font-size: 2rem;
        cursor: pointer;
    }

    .phone a,
    .email a,
    .phone a:visited,
    .email a:visited {
        border: none;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }

    .phone a:hover,
    .email a:hover {
        border: none;
        color: #fff;
    }

    .slide_content h2,
    .slide_content h1 {
        font-size: 2.5rem;
        line-height: 3.5rem;
        display: block;
        padding: 0px;
        background-color: rgba(128, 128, 128, 0.5);
    }

    .message {
        font-size: 1rem;
        display: block;
        padding: 10px;
        line-height: 1.3rem;
    }
    .funnel {
        padding: 20px;
        text-align: center;
    }

    .funnel i {
        margin: 0;
    }
    .single_solution {
        margin-bottom: 1rem;
    }
    .testimonial {
        margin-bottom: 1rem;
    }
    .p-maincontent-image {
        position: relative;
        left: 0;
        height: 400px;
        overflow: hidden;
        width: 100%;
    }
    .countdown-header {
        font-size: 1.3rem;
        line-height: 3.7rem;
    }

    .p-schedule-wrapper {
        width: 100%;
    }
    #catalogue .tab-content {
        left: 0;
        width: 100%;
    }

    .summary {
        height: auto;
    }

    #content a#lightboxTest {
        color: #fff;
        text-align: center;
        border-radius: 0;
        border: none;
        padding: 7px 20px;
        width: 50%;
    }

    #content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed {
        margin-bottom: 0;
        width: 49%;
        text-align: center;
        border: 1px solid;
        border-radius: 0;
        color: #fff;
        padding: 8px 20px;
        border: none;
    }

    .w-clearfix.summary_row {
        display: inline-block;
        font-size: 1.2rem;
        margin: 0 20px;
        width: 43%;
    }
    .countdown-header {
        font-size: 1.3rem;
        line-height: 3.7rem;
    }

    .p-schedule-wrapper {
        width: 100%;
    }
    .card-types {
        margin-bottom: 0.5rem;
        padding: 5px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footercopyright {
        line-height: 20px;
        text-align: center;
    }
    .site-title {
        text-align: center;
        margin: 0;
    }

    .home .slide .readmore {
        margin-bottom: 0.5rem;
    }

    #mobile_nav .search_form .search_field {
        width: 100%;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
        border-radius: 5px;
        box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset,
            rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;
        background-color: #f9f9f9;
    }

    #mobile_nav form input.searchicon {
        margin-right: 15px;
        margin-top: 0.25rem;
        width: 100%;
    } 
    .mobile-cart-basket-container { position: relative; }  

.mobile-cart-basket {
    background: #000;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: absolute;
    font-size: 10px;
    color: #fff;
    top: -1em;
    right: 0.5em;
    display: block;
    line-height: 15px;
    text-align: center;
}
#featuredProducts .grid_single {
    margin: 0rem;
}
#content a.grid_page_box::after {
    width: 50%;
    height: 50%;
}
}

@media screen and (max-width: 768px) { 
.page-template #content.site-content {
    background-color: #f5f5f5;
    min-height: auto;
}
.pricescontainer {
    margin-top: 1rem;
}
.slider-pricing .slick-next:before {
    content: "NEXT";
    background: #000;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    position: absolute;
    letter-spacing: 0.05rem;
    font-size: 0.9rem; 
   border-top-left-radius: 5px;  
   border-bottom-left-radius: 5px;
}

.slider-pricing .slick-prev:before {
    content: "PREV";
    background: #000;
    padding: 5px 10px;
    left: 0;
    bottom: 0;
    position: absolute;
    letter-spacing: 0.05rem;
    font-size: 0.9rem;   
    border-top-right-radius: 5px; 
    border-bottom-right-radius: 5px;
}  
.page-template-ops-products .salesblock.mini-header {
    top: 95px;
    height: 70px;
    z-index: 999;
} 
.salesblock.mini-header {
    top: 95px;
    height: 40px;
    z-index: 999;
}   
.page-template-ops-products #content.site-content {
    background-color: #f5f5f5;
    min-height: 577px;
    padding-top: 30px;
}
#artworktemplates_descriptiontext .w-row {
    display: flex;
    flex-flow: column-reverse;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
#repeatedcontent .sample-content {
    padding: 2rem !important;
    font-size: 1rem;
    color: #333 !important;
}
.samplepackimg {
    display: none;
}	  
.w-col.w-col-6.w-col-medium-6.w-col-small-12.w-col-tiny-12.img-small.sample-height {
    display: none;
}
#repeatedcontent .sample-pack {
    background: #e6e9f0;
    color: #333;
    border-radius: 5px;
    max-height: 280px;
}
.mini-header .tabletrow-countdown {
    border-bottom: 1px solid #fff;
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-align: center;
}    
.mini-header .tabletrow-dates .p-schedule-wrapper { color: #000; text-align: center;}
    .w-container {
        max-width: 640px;
    }    
    .mini-header .p-schedule-head {    float: left;
    font-size: 1rem;
    line-height: 1rem;
    width: 50%;
    text-align: right;
 }   
.mini-header .p-schedule-date { width: 50% text-align: left;}      

.searchblock, .salesblock {
    padding: 0.5rem 0;
}
.mini-header .tabletrow-dates .w-col {
    background-color: #fff;
    color: #000;
    border-radius: 0 0 10px 10px;
    padding: 4px 0 0 0;
    max-height: 26px;
}
    #masthead {
        position: fixed;
        z-index: 9999999999;
        width: 100%;
        position: sticky;
        top: 0;
	box-shadow:0px 5px 5px -3px rgba(0,0,0,0.1);
    }

    #content {
    }

    .featured_product .product_image {
        height: 350px;
        object-fit: cover;
        width: 100%;
    }

    .footer-box {
        margin-bottom: 1rem;
    }

    .footer-box {
        padding: 0;
    }

    footer ul {
        columns: 1;
    }

    #masthead i.fa-times,
    #masthead i.fa-bars {
        top: 0rem;
        right: 1.5rem;
    }

    header#msthead {
        height: 90px;
    }

    .slide {
        padding: 1rem;
    }

    .slide_content {
        margin: 0 30px;
    }

    img.slide_image {
        margin: 30px auto;
    }

    .site-title img {
        width: 500px;
        text-align: center; 
        margin: auto;
    }

    .cart_link {
        margin-top: 15px;
    }

    .img-small {
        padding: 0;
        min-height: 200px;
    }

    .sample-image {
        height: 150px;
    }

    .badge,
    .slide a.readmore {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    img.slide_image {
        margin: 0 auto;
        top: 0rem;
        position: relative;
    }

    .testimonialRow .featuredimg {
        margin-top: 30%;
    }

    .featuredimg img {
        display: block;
        width: 100%;
        max-height: 210px;
        object-fit: cover;
        top: 0 !important;
        max-width: 300px;
        margin: 0 auto;
        padding: 0 !important;
    }

    .slide {
    }
    .benefit {
        margin-bottom: 1rem;
    }
    .product-content {
        margin-top: 2rem;
    }

    .0 10px 6px.whitesection {
        padding-top: 0;
    }

    .p-maincontent-image {
        position: relative;
        left: 0;
        height: 200px;
        overflow: hidden;
        width: 100%;
    }

    .p-maincontent-image img {
        position: absolute;
        top: 0;
    }
    .p-schedule-wrapper {
        width: 100%;
    }

    .p-schedule-head,
    .p-schedule-date {
        display: block;
    }

    #cutOffCountdown .countdown-amount {
        display: block;
        line-height: normal;
    }

    #cutOffCountdown .countdown-period {
        display: inline-block;
        line-height: normal;
    }

    .order_summary_top {
        width: 100%;
    }

    .order_summary_bottom {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .product {
        margin-bottom: 1rem;
    }

    .account_link.search_link {
        margin-top: 14px;
    }
    .account_link:hover svg {
        stroke: white;
    }

    .slide {
    }
    .p-schedule-wrapper {
        width: 100%;
    }

    .p-schedule-head,
    .p-schedule-date {
        display: block;
    }

    #cutOffCountdown .countdown-amount {
        display: block;
        line-height: normal;
    }

    #cutOffCountdown .countdown-period {
        display: inline-block;
        line-height: normal;
    }

    .slide_content h2,
    .slide_content h1 {
        padding: 10px;
        line-height: 1.2em;
        font-size: 1.7rem;
    }

    .cart-discount {
        width: 100% !important;
        float: none;
        margin-bottom: 10px;
    }

    .p-maincontent .slick-prev {
        left: 0px;
	border-radius: 0 5px 5px 0!important;
    }

    .p-maincontent .slick-next {
        right: 0px;
	border-radius: 5px 0 0 5px!important;
    }

    .p-maincontent .slick-prev::before,
    .p-maincontent .slick-next::before {
        font-family: "slick";
        font-size: 20px;
        opacity: 1;
    }

    .p-maincontent .slick-prev,
    .p-maincontent .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 30px;
        height: 100%;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 99;
        cursor: pointer;
        border: none;
        outline: none;
        border-radius: 0;
    }

    .p-maincontent .slick-prev:hover,
    .p-maincontent .slick-next:hover {
        background: #1b9dd9 !important;
    }

    .p-maincontent .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
        left: 0px;
    }

    .p-maincontent .slick-slide img {
        width: 100%;
    }

    .p-maincontent .image-nav.slick-initialized {
        left: 0px;
    }
    footer .w-col.w-col-4.w-col-medium-4.w-col-small-12.w-col-tiny-12 {
        text-align: center;
        border-left: none;
        border-top: 2px solid #000;
        padding-top: 2rem;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .pricescontainer {
        margin-top: 1rem;
    }
    a.p-matrix-proceed {
        padding: 0px;
        padding: 10px 20px;
        display: inline-block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 1rem;
        transition: 0.2s;
        line-height: 1.7;
    }
    .pricescontainer .checkout-action a, .template-box-sets .checkout-action a {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 680px) {
    .slider-for .slick-prev:before,
    .slider-for .slick-next:before {
        font-size: 1.5rem;
    }
    .securefooter {
        padding: 0 !important;
        margin: 0 1rem 0 0;
        /* width: 100%; */
        font-size: 1rem;
        line-height: inherit;
    }
    .card-types i {
        font-size: 1rem;
        padding: 1px;
    }  
    .mini-header .tabletrow-countdown {
    border-bottom: 0;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center;
}


.mini-header .tabletrow-dates .w-col {
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    padding: 4px 0 0 0;
    /* max-height: 26px; */
    margin-top: 3px;
    font-size: 0.8rem;
}
.mini-header .p-schedule-head {
    float: left;
    font-size: 0.7rem;
    line-height: 0.9rem;
    width: 50%;
    text-align: right;
}  
.mini-header .tabletrow-dates .p-schedule-wrapper { background: #fff; border-radius: 5px 5px 5px 5px; padding: 2px;}
.mini-header .p-schedule-date {  font-size: 0.9rem;
    line-height: 0.9rem; } 
    .salesblock.mini-header {
    top: 95px;
    height: 80px;
    z-index: 999;
}

a.matrixtoggle {

    left: calc(50% - 110px); }
   h2 {
    font-size: 1.8rem;
    margin: 1rem 0;
    line-height: 1.8rem;
}
#turnaround-prev, #turnaround-next {

    width: 100%!important;
    margin: 5px 0;
} 
.faq h3 {
    border: 2px solid #e6e9f0;
    border-radius: 0;
    margin: 0;
    color: #333;
    font-weight: 600;
    font-size: 0.8rem;
    background: #fff;
    border-radius: 3px;
    padding: 0.5rem;
}
.mini-header p.countdown-header {
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    text-align: center!important;
    margin-bottom: 2px;
}  
#content.site-content {
    background-color: #f5f5f5;
    min-height: 577px;
}
}

@media screen and (max-width: 480px) {
    .account_link.cart_link {
        margin-left: 0;
    }

    .slide_content h2,
    .slide_content h1 {
        padding: 10px;
        line-height: 1.2em;
        background-color: rgba(128, 128, 128, 0.5);
    }

    .testimonials .slide {
        height: 70vh;
        min-height: 600px;
    }

    .message {
        padding: 10px;
    }

    .site-title img {
        width: 180px;
        text-align: center; 
        margin: auto;
    }

    img.slide_image {
        height: 150px;
        margin: 15px auto;
    }

    .slide a.readmore {
        margin-right: 0;
    }
    .p-schedule-wrapper {
        margin-top: 1rem;
    }

    #masthead .account_link.search_link {
        display: none;
    }

    .funnel-content {
        text-align: left;
        margin-left: 15px;
    }

    .slide {
        height: 45vh;
        min-height: auto;
    }

    #content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed,
    #content a#lightboxTest {
        width: 100%;
    }

    .order_summary_top {
        text-align: center;
    }
    .p-schedule-wrapper {
        margin-top: 1rem;
    }
    .p-maincontent h1 {
        line-height: 3rem;
    }
    span.p-matrix-cost {
    font-size: 1.5rem;
    }
    .pricescontainer .tot-mat span.CurrencySymbol, .p-matrix-total {
    font-size: 1rem;
    }
    .footer-widgets {
    display: flex;
    justify-content: center;
    flex-direction: column;
    }
    .footer-widgets div {
       display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
}
#catalogue h1, #designs h1 {
    text-align: center;
}
@media screen and (max-width: 479px) {
    a.p-matrix-proceed i, .button2 i {
        display: none;
    }
    #joecornishslider .slide {
        height: 100%!important;
        background-position: top!important;
}
    #joecornishslider > div > div > div > div > div {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
}
}

#search_icon {
    margin-left: 2.5%;
    position: relative;
    top: 3px;
}
.category-description {
    width: 85%;
}

.section-title-h2 {
    line-height: 2.5rem;
}

.entry-title {
    line-height: 2.5rem;
}

#weprintmuchmore > div > div > div.w-col.w-col-6.w-col-medium-6.sidetext.right > p:nth-child(3) > a::after {
   display: none;
}

.linkified {
    word-wrap: break-word;
    line-height: 1px;
}
#library-upload-output-library b img {
    display: inline;
  }

  .p-matrix-success p {
    padding: 0px;
    text-align: left;
    color: white;
}

.yesBox:hover, .noBox:hover {
    background-color: #730f15;
}

#masthead > div.top-header > div > div.w-col.w-col-6.w-col-medium-6.w-col-small-6.w-col-tiny-6.topbaraccountlink > div > div > a.account_link.cart_link.tool-tip > span {
    position: relative;
    bottom: 12px;
    right: 3px;
    color: black;
}
.search_link:hover i {
    color: black;
}

.search_link div > * {
    margin-left: 5px;
  }
.search_link div a i:hover, .search_link div img:hover, .search_link div svg:hover {
    opacity: 0.6;
  }
  div.p-matrix-success {
    min-height: 9rem;
  }
  div.p-matrix-success.removeErrorBox {
    min-height: 19rem;
}

.post-navigation .nav-previous {
    width: 100%;
}

#original > section.slider-pricing > div {
    max-width: 100%;
}

#joecornishslider .slide {
height: 100%!important;
background-position: top!important;
}
#joecornishslider > div > div > div > div > div {
display: flex;
    align-items: center;
    flex-direction: row-reverse;
    }
    .w-row.sample-row {
    display: flex;
    align-items: center;
    align-content: center;
}
@media screen and (max-width: 479px) {
    #joecornishslider .slide {
        height: 100%!important;
        background-position: top!important;
}
    #joecornishslider > div > div > div > div > div {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
}
.slide_content {
    padding: 2rem 1rem 1rem;
}
}

a.cat-usp, a.cat-usp:hover {
  color: #FFF;
  min-width: 20rem;
}

#colophon > div > div > div.w-col.w-col-3.w-col-medium-3.w-col-small-12.w-col-tiny-12 > div:nth-child(2) > a.social.instagram.feather {
margin-right: 6px;
}

.slide {
    height: auto;
}
@media screen and (max-width: 991px) {
    .slider-section {
        padding: 0em 0em;
        position: relative;
    }
}
.slide-spinner {
    position: absolute;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 46%;
}



.img-w-txt .w-col.w-col-6.w-col-medium-6.sidetext.left div:has(h2) {
    padding: 0; 
}

.grid_single {
    transition: 0.20s;
    background-color: black;
    background: black;
}
.grid_single:hover {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    transition: 0.20s;
    opacity: 0.9;
    transform: scale(0.980);
}

.footer-widgets {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1350px) {
    .home .slick-slide img {
        width: 100%;
    }
}
.main-navigation li a, .main-navigation li a:visited {
    color: black;
}

#halfsizeimg div.sideimage {
    display: flex;
    justify-content: center;
}

#halfsizeimg div.sideimage img {
    width: 65%;
    height: 100%;
}

.textonlyreverse {
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
   p.gridtitle {
    opacity: 1;
        visibility: visible;
        z-index: 999;
	line-height: 2rem;
	min-width:190px;
	font-size:1.5rem;
	margin:0;
    }
    .grid_single:hover p.gridtitle {
    opacity: 1;
    visibility: visible;
    font-size: 1.5rem;
    font-family: "Cormorant Garamond", serif;
    z-index: 9999999;
    pointer-events: none;
    line-height: 2rem;
    min-width: 190px;
    margin: 0;
    transition:0.25s;
}
    .site-logo img {
    margin-bottom:0;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  p.gridtitle {
    min-width: 150px;
    line-height: 1.5rem;
    font-size: 1.5rem;
  }
}
.pp_gallery {
    display: none!important;
}

#content .pricescontainer input[type="number"] {
font-size: 2rem; 
}
section.related {
    display: none;
}
.top-header {
    background-color: white;
}

.account-basket-container {
    display: flex;
justify-content: flex-end;
align-items: center;
}

button#ApplyDiscount.cta.readmore i {
display:none;
}

button#ApplyDiscount.cta.readmore.processing i {
display:inline-block;
}



#body#siteid13 #masthead > div.top-header > div > div.w-col.w-col-6.w-col-medium-6.w-col-small-6.w-col-tiny-6.topbaraccountlink > div > div > a.account_link.cart_link.tool-tip > span, #body#siteid14 #masthead > div.top-header > div > div.w-col.w-col-6.w-col-medium-6.w-col-small-6.w-col-tiny-6.topbaraccountlink > div > div > a.account_link.cart_link.tool-tip > span {
	display:none;
}

span#password-toggle {
top:0px;
}

@media screen and (max-width: 991px) {
    	.slider-container {
	max-width:1200px;
}	
	#siteid13 div.site-logo a img {
    max-width: 100px;
}
#siteid14 div.site-logo a img {
    max-width: 150px;
}
div.sample-content  {
text-align: center;
}
.img-small.sample-height {
min-height:100px;
}
}

@media screen and (max-width: 768px) { 
    .home .slick-slide img {
        display: block;
        width: 100%;
        align-content: center;
        justify-content: center;
        max-width: none;
    }
    .client_image img  {
        display: block;
        width: 100%;
        max-height: 100%;
        object-fit: cover;
        top: 0 !important;
        max-width: 300px;
        margin: 0 auto;
        padding: 0 !important;
    }
    .testimonial .w-col-3:nth-child(2) {
        padding-right: 0;
        padding-left: 0;
    }
    .textonlyreverse {
    display: flex;
    flex-direction: column;
}
.w-row.sample-row {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
.sample-content {
padding-top:0;
}

#halfsizeimg div.sideimage img {
    width: 100%;
    height: 100%;
}
}
