/*
 Theme Name:   OPSv3 Theme 2
 Description:  OPS Theme 2
 Author:       Flex4
 Author URI:   http://www.onlineprintsolution.co.uk
 Template:     OPSv3
 Version:      0.0.3
*/
/* =============
GENERAL
================*/
body {
    font-family: "Inter", serif;
    font-size: 18px;
    line-height: 1.5rem;
    font: 400;
}
html {
color: #001a72;
}
body.page {
    background-color: #fff;
}

h1,h2,h3{

    font-family: "Merriweather", sans-serif;
}

h2 {
    font-size: 1.8rem;
    margin: 1rem 0;
    color: rgb(234, 118, 0);
}

h3 {
    margin: 1rem 0;
    color: rgb(234, 118, 0);
}

h6 {
    line-height: 1.3;
    font-family: "Inter", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .45em;
}

@supports (font-variation-settings:normal) {
    h6 {
        font-family: "Inter", serif;
    }
}

@media (min-width: 36em) {
    h6 {
        font-size: 18px;
    }
}

a {
    font-weight: 400;
}


a:visited {
    color: rgb(0, 26, 114);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 1rem;
    color: #fff;
    border: none;
    padding: 10px 20px;
}

#content {
    background-color: #fff;
}

@media (min-width: 68.75em) {
    #content {
        margin-top: 123px;
    }
}

.whitesection {
    background-color: #fff;
}

.greysection {
    background-color: #f5f5f5;
}

.darkgreysection {
    background-color: #eee;
}

.colorsection {
    color: #fff;
}

.removepadding {
    padding-top: 0;
}

a {
    text-decoration: none;
    color: rgb(0, 26, 114);
}

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

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

#catalogue h1 {
    font-family: 'Merriweather', Apple Garamond, Times New Roman, serif;
    color: #001a72;
    font-size: 3.5rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    line-height: 4rem;
}

/* =============
HEADER
================*/
.main-header {
    padding: 20px 0;
}

/* 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;
}

a.header__phone-number.link:hover {
    color: #b85c00;
}

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

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

.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 0 16px 0;
}

.site-title img {
    margin: 0;
}

/* ACCOUNT LINKS */
.top-header {
    padding: 5px 0;
    line-height: 1;
    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: "Oswald";
    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: 16px;
    font-weight: 800;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.searchblock {
    display: none;
}

a.phone {
    display: inline-block;
    font-weight: bold;
    font-size: 2.05rem;
    font-family: "Oswald";
    margin-top: 5px;
}

/* 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;
}

.search_link.active {
    width: 160px;
}

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

.search_link.active .searchform {
    width: 130px;
    right: 25px;
    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;
}

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

.main-navigation li {
    float: none;
    display: inline-block;
    position: initial;
    text-align: center;
}

.main-navigation li a {
    padding: 0px 20px;
    position: relative;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-size: 1.1rem;
}

#primary-menu > li > a::after {
    content: "";
    position: absolute;
    height: 78%;
    width: 4px;
    right: -3.5px;
    top: 10%;
    border-right: 5px dotted #273339;
}

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

#primary-menu > li:first-child a {
    padding: 0px 20px 0px 0px;
}

.header-contact {
    display: block;
    max-width: 240px;
    text-align: center;
    float: right;
}

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

a.email {
    font-family: "Oswald";
    text-transform: uppercase;
}

/* Mega Menu*/
ul.products_menu_list > li,
ul.products_menu_list li > ul > li > a {
    text-align: left;
}

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: 5px solid;
}

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

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

.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 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;
}

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

footer a.social {
    background-color: transparent;
    padding: 5px;
    margin: 0;
}

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

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

.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;
}

.featured_product .product {
    margin-bottom: 1.5rem;
}
.featured_product .product_image {
    width: 100% !important;
}

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

.footerlinks {
    text-align: center;
    font-size: 0.8rem;
    padding: 10px 0;
    line-height: 1rem;
    background-color: #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 {
    min-height: 200px;
    padding: 3.5rem 0;
}

/* Slider*/
.slide {
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/paper.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.slide_content h2,
.slide_content h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    border-left: none;
    background-color: #fff;
    padding-left: 1rem;
    padding: 10px 50px;
}

.message {
    border-left: none;
    padding: 20px 50px;
    font-size: 1.1rem;
}

.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: right;
    display: inline;
    margin-right: 40px;
}

.slider-section button.slick-next.slick-arrow,
.slider-section button.slick-prev.slick-arrow {
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.slider-section .slick-prev:before {
    font-family: "Fontawesome";
    content: "\f0a8";
    opacity: 1;
}

.slider-section .slick-next:before {
    font-family: "Fontawesome";
    content: "\f0a9";
    opacity: 1;
}

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

/* Single Column*/
.banner h1,
.banner h2 {
    color: #fff;
}

.banner h3 {
    color: #fff;
}

.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;
}

.featured_product .product img {
    display: block;
}

.productinfo {
    padding: 20px;
}

h3.product_title {
    margin: 0;
}

.featured_product .product_subtitle {
    position: absolute;
    top: 15px;
    right: -60px;
    font-size: 0.9rem;
    color: #fff;
    width: 200px;
    height: 50px;
    transform: rotate(45deg);
    line-height: 1;
    background-color: #894ecc;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
}

.featured_product .subtitle_price {
    display: block;
}

/* 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 */
.solutions {
    text-align: left;
}

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

.single_solution {
    background-color: #fff;
    overflow: hidden;
}

.single_sol_img {
    width: 100%;
    max-width: none;
}

.single_sol_content {
    padding: 20px;
}

h3.single_sol_h3 {
    font-size: 1.5rem;
    text-align: left;
}

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

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

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

/* 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;
    padding: 20px 50px;
}

.whitesection .testimonial {
    background-color: #f7f7f7;
}

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

/* 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;
}

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

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

.p-maincontent section.whitesection {
    padding: 0;
}


/* 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:#aaa;
    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: 24.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-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: auto;
}

.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 {
    font-size: 1.2rem;
    margin: 0 20px;
    padding: 0.15rem 0;
}

.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#upload-images {
    color: #fff;
    text-align: center;
    border-radius: 0;
    border: none;
    padding: 8px 20px;
}

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: #f5f5f5;
}

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

.listing-product-content,
.listing-category-text,
.listing-product-text {
    padding: 20px;
}

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 {
    margin: 0;
    margin-bottom: 1rem;
}

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

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

/* 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: 65% !important;
    margin: 0 auto !important;
    left: 50% !important;
    transform: translate(-50%, 0%) !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 {
    font-size: 1rem;
    line-height: 1.5625;
    padding: .5em .75em;
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 26, 114, .3);
    background-color: initial;
    border-radius: 2px;
    box-shadow: none;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    transition: color .3s ease-in-out 0s, background-color .3s ease-in-out 0s, border-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s, transform .3s ease-in-out 0s;
}

.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: 7rem;
    opacity: 0.1;
    position: absolute;
    left: 35px;
}

/* 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#upload-images,
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: #808285;
    color: #fff;
}

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

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

#content.site-content {
    background-color: #fff;
    min-height: 577px;
}

#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#upload-images,
#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed,
.tabs_column .summary_container a#upload-images,
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: 140%;
}

.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: 0;
    text-align: left;
}

.banner h1 {
    font-size: 3rem;
}

.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: #000;
}

.main-navigation ul#primary-menu > li > a:hover,
.main-navigation ul#primary-menu > li > a:hover:visited {
    color: #000;
}

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

.feather {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

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

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

.searchinputbutton {
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 0px;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.2s;
    color: white;
    font-weight: bold;
    padding: 0 10px !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: 5%;
}

#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#upload-images {
    display: none !important;
}

.order_summary_bottom a#upload-images {
    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;
}

/* 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 {
    min-height: 500px;
    padding: 4rem 0 6rem;
}

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

.slider-section {
    padding: 0;
    position: relative;
}

.hidden,
.slick-active h2,
.slick-active .badge,
.slick-active .readmore,
.slick-active .slider_text,
.slide_image {
    opacity: 0;
}

.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 {
    padding-top: 2rem;
}

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

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

#slimsection {
    padding: 0;
}

/* 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 .p-matrix-attributegroup,
.pricescontainer .p-matrix-attributes,
.template-box-sets .p-matrix-attributegroup,
.template-box-sets .p-matrix-attributes {
    width: 100%;
    line-height: 1rem;
    padding: 0;
    float: unset;
}

.pricescontainer .p-matrix-attributes,
.template-box-sets .p-matrix-attributes {
    border: 1px solid #ccc;
    padding: 0px 10px 0px;
    top: -10px;
    /* display: flex; */
    border: 1px solid rgba(0, 26, 114, .3);
}

.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;
    z-index: 1;
    position: relative;
    margin: 5px 10px 0px 0px;
    color: rgb(0, 26, 114);
}

#dropFile p {
    font-size: 0.8rem;
    color: rgb(0, 26, 114);
}

div.p-matrix-attributes label {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: 0.75rem;
    text-transform: uppercase;
    background-color: #fff;
    /* width: fit-content; */
    z-index: 1;
    position: relative;
    /* margin: 10px 10px 10px 0px; */
    color: rgb(0, 26, 114);
    line-height: normal;
}

.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: 5px 0;
    width: 100%;
    background-color: transparent;
    border: 0;
    font-family: "Inter", serif;
    font-size: 0.85rem;  
    cursor: pointer;
}
 
 .p-matrix-attribute input[type="checkbox"],
 .p-matrix-attribute input[type="radio"] {
    vertical-align: middle;
    cursor: pointer;
}

.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: 10px 20px;
    border: none;
    text-align: right;
}

.pricescontainer .p-matrix-attributes.tot-mat:before,
.template-box-sets .p-matrix-attributes.tot-mat:before {
    content: "Total Price (including VAT): ";
    font-size: 1rem;
    color: #001a72;
}

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

.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%;
    padding: 10px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

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

.pricescontainer .p-matrix-attributes.checkout-action,
.template-box-sets .p-matrix-attributes.checkout-action {
    padding: 0;
    border: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.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: #e6e9f0;
    background-image: linear-gradient(to top, #fff 0%, #fff 100%);
    padding: 2rem 0 3rem;
}

.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;
}

.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;
}

.slider-pricing .slick-prev,
.slider-pricing .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: unset !important;
    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 {
    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: #333;
}

.pricingmatrix h2 {
    display: none;
}

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

td.p-matrix-quantityheading {
    background-color: unset;
}

.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: #e6e9f0;
    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 #3c79d1;
}

.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: #e6e9f0;
    padding: 5px 15px;
    font-size: 0.8rem;
    text-transform: uppercase;
    position: absolute;
    left: calc(50% - 86px);
    bottom: -65px;
    color: #333;
    border-bottom: 2px solid #3c79d1;
    border-radius: 5px;
    cursor: pointer; 
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px, rgb(0 0 0 / 30%) 0px 5px 5px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
}

.openmatrix {
    cursor: pointer;
}

a.matrixtoggle:hover {
    color: #333;
    border-bottom: 0px solid #333; 
        box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;
}

#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;
}

section.intro {
    padding: 4rem 0;
}

.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: inline;
    flex-flow: inherit;
    align-content: center;
    justify-content: center;
}

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

.templatescontainer .template_container {
    padding: 0;
    background-color: transparent;
}

.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: 1.8rem;
    margin: 1rem 0 2rem;
}

.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: #000;
}

.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;
}

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

footer {
    font-size: 18px;
    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;
}

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

footer .w-col-4 {
    text-align: right;
    line-height: 1.1em;
    border-left: 2px solid #3c79d1;
}

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;
    padding: 5px;
    margin: 5px 0 0 10px;
}

.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;
    min-height: 300px;
}

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

.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 button::before {
    font-family: "slick";
    font-size: 13px;
    line-height: 20px;
}

.slick-dots {
    position: absolute;
    bottom: -2rem;
}

.whitesection.featured_product .product {
    background-color: #f7f7f7;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

#content a.readmore:hover {
    background: #000;
}

.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: #ea7600!important;
}

.products_menu_container ul li a,
.products_menu_container ul li ul li a:hover {
    color: #333 !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: 1.6rem;
    letter-spacing: -0.05rem;
    font-weight: 400;
}

.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: #333;
}

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

.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 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.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: #000;
}
       
       .side_cta {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}   

.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 #upload-images {
    background-color: #3c79d1!important;
    border-radius: 5px!important;
} 
.cartbox-cell #upload-images:hover {
    background-color: #000!important;
} 

.cartbox-cell #upload-images .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#upload-images2 {
    background-color: #333!important;
    width: 100%;
}
a#upload-images2: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 {
    position: fixed; /* Fix it relative to the viewport */
    bottom: 0; /* Place it at the bottom */
    left: 0; /* Align with the left edge */
    width: 100%; /* Stretch across the entire width */
    height: 50px; /* Maintain the specified height */
    z-index: 999; /* Keep it above other elements */
    background-color: #fff; /* Optional: Add a background for visibility */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional: Shadow for depth */
    transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s; /* Smooth fade-in */
}


 

.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: 2px solid #ea7600;
    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;
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
}

.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;
}     
.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: 991px) {
    .w-container {
        max-width: 768px;
    }

    .slider-nav {
        display: block !important;
    }
    .sample-height {
        min-height: 300px;
    }

    .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: -0rem;
        right: 0.5rem;
    }

    #mobile_nav {
        width: 300px;
    }

    .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 {
        text-align: center;
        font-size: 2rem;
        display: block;
        padding: 0px;
    }

    .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#upload-images {
        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: 100%;
    }
    .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;
}
}

@media screen and (max-width: 768px) { 
.page-template #content.site-content {
    background-color: #f5f5f5;
    min-height: 577px;
    padding-top: 60px;
}
.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: 96vh;
    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;}      
 div#content.headerisstuck {
    padding-top: 166px;
}
.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: 99999;
        width: 100%;
    }

    #content {
        padding-top: 0.3rem;
    }

    .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: -0.4rem;
        right: 0.5rem;
    }

    header#msthead {
        height: 90px;
    }

    .slide {
        padding: 1rem;
    }

    .slide_content {
        margin: 0 30px;
    }

    img.slide_image {
        margin: 30px auto;
    }

    .site-title img {
        width: 500px;
        float: left;
    }

    .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;
    }

    .featuredimg {
        top: -2rem;
        max-height: 210px;
    }

    .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 {
        min-height: 500px;
        padding: 2rem 0;
    }
    .benefit {
        margin-bottom: 1rem;
    }
    .product-content {
        margin-top: 2rem;
    }

    .p-maincontent .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;
    }

    .slide {
        height: 90vh;
        min-height: 600px;
        padding: 4rem 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;
    }

    .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 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;
}
div#content.headerisstuck {
    padding-top: 178px;
}
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;
    padding-top: 18px;
}
}

@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;
    }

    .slide {
        height: 90vh;
    }

    .message {
        padding: 10px;
    }

    .site-title img {
        width: 180px;
        float: left;
    }

    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: 90vh;
        min-height: 600px;
        padding: 4rem 0;
    }

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

    .order_summary_top {
        text-align: center;
    }
    .p-schedule-wrapper {
        margin-top: 1rem;
    }
}
/* Responsive Template toolbar*/
#tools-mobile{
	display: none;
	margin-top:0;
	background-color:#f7f7f7;
	border:none;
	border-radius:0px;
	margin-bottom:1rem;
}

#tools-mobile a{
	color:#000;
}

#tools-mobile .editor_tool{
	width:auto;
	float:none;
}
#tools-mobile.r-tabs .r-tabs-nav{
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	margin: 0 80px;
}

#designs #tools-mobile li a{
	padding:10px 20px;
	font-size:1rem;
	line-height: 1.5;
	color:#000;
}
#designs #tools-mobile .r-tabs-panel{
	background-color:#f7f7f7;
	padding: 5px;
	text-align: center;
}

#tools-mobile .editor_tool span,
.editor_tool i{
	display:inline-block;
}

.template-image-pos a,
.template-image-delete a{
	color:#000;
}

@media screen and (max-width: 991px) {
	#tools-mobile{
		display:block;
	}
	.editor_toolbar,
	.editor_navigation{
		display: none;
	}
	.ops-template{
		/* display: none; */
	}
	#designs .editor_tool.back{
		position: absolute;
	        width: 80px;
	        color: #FFF;
	        vertical-align: middle;
	        padding: 10px 20px;
	        display: flex;
	        height: 44px;
	        align-items: center;
	        justify-content: center;
	        left: 0;
	}

	#designs .editor_tool.next{
		position: absolute;
		right:0;
		top: 0;
		width: 80px;
		text-align: center;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#tools-mobile ul.r-tabs-nav li{
		width:100%;
	}

	#tools-mobile ul.r-tabs-nav li a{
		width:100%;
		text-align: center;
	}

	#tools-mobile #pages input{
		width:auto;
		text-align:center;
		padding: 0px;
	}
	#tools-mobile #pages div{
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 0rem;
	}

	#tools .tool-flex{
		display: flex;
		justify-content: space-between;
	}
	#designs .editor_tool.back i,
	#designs .editor_tool.next i{
			display: none;
	}
	#designs .editor_tool.editor_layout_link{
		width: 20%;
	}
    
}

.box-header{
	background-color: #f7f7f7;
	border:1px solid #ddd;
	padding: 10px 20px;
	margin-top: 20px;
}

.w-col.template-preview{
	overflow: hidden;
}

.r-tabs-accordion-title{
	display: none;
}

.cartbox-checkout,
.checkout-box{
	margin: 0;
}
.checkout-box{
	padding: 0;
    margin-top: 2rem;
    font-size: 1rem;
    padding: 1rem;
}

#ArtworkNotes{
	height: 60px;
	margin-top: 10px;
}

#checkout p.cart-notes{
	background-color: #f7f7f7;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	display: inline-block;
}
.cart-discount{
	width:100%;
}
.cart-discount form{
	display: flex;
	flex-wrap: wrap;
}
.cart-discount h3.cart-discount-top{
	margin-bottom: 0.5rem;
	font-size: 1rem;
}

.cart-discount input[type="text"]{
	width: 72.9%;
	font-size: 1rem;
	font-family: inherit;
}
.cart-discount input[type="submit"]{
	border-radius: 0px;
	margin-left: 10px;
	padding: 10px 30px;
	font-size: 1rem;
	font-family: inherit;
}

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

.checkout-login{
	margin-top:2rem;
}

.w-row.border-options .w-col.w-col-12:first-child {
    display: flex;
    align-items: center;
    gap: 1rem;
}

label.top-border, label.bottom-border, label.left-border, label.right-border {
         display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    align-content: center;
    align-items: center;
}


/* KK - 04/12/2024 */

button:hover {
    background-color: transparent;
}

.header .secondary-header-menu a:hover {
    color: inherit;
    text-decoration: underline;
}

@media screen and (min-width: 1100px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
    }
}

@media screen and (min-width: 1100px) {
    .html--hide-header .header {
        transform: translateY(-100%);
    }
}

@media (min-width: 1100px) {
    .html--hide-header.html--scroll-up .header {
        transform: translateY(calc(-100% + 3.8125em - 1px));
    }
}

.header {
    z-index: 8;
    display: flex;
    width: 100%;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    align-items: center;
    background-color: #fff;
    transition: transform .4s ease;
}

.header__top {
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid rgba(0, 26, 114, .3);
    background-color: #fff;
}


.header__top-inner {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
    display: flex;
    max-width: 1380px;
    height: 3.125rem;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 68.75em) {
    .header__top-inner {
        height: 3.8125rem;
    }
}


@media screen and (min-width: 48em) {
    .header__top-inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}


.header__logo {
    display: block;
    width: 10.9375rem;
    margin-right: 15px;
}

@media screen and (min-width: 68.75em) {
    .header__logo {
        width: 16.5625rem;
    }
}

.header__burger {
    margin-right: -7px;
}

.burger {
    padding: 0;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    position: relative;
    display: flex;
    overflow: visible;
    width: 35px;
    height: 35px;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
    border-radius: 100%;
    color: currentColor;
    transition: color .3s ease-in-out 0s, background-color .3s ease-in-out 0s, transform .3s ease-in-out 0s, border .3s ease-in-out 0s;
    border: 0 transparent;
    color: #001a72;
}

.burger .burger__line--1 {
    transform: translateY(-9px);
}

.burger .burger__line--3 {
    transform: translateY(9px);
}
.burger .burger__line {
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    margin: 0;
    background-color: currentColor;
    border-radius: 2px;
    color: currentColor;
    content: "";
    transition: opacity .3s ease-in-out 0s, transform .3s ease-in-out 0s, top .3s ease-in-out 0s;
}

@media screen and (min-width: 1100px) {
    .header__burger {
        display: none;
    }
}

.header .header-search--mobile {
    margin-left: auto;
}
.header-search {
    position: relative;
    z-index: 1;
    overflow: visible;
    width: 2.5rem;
    height: 2.75rem;
    flex: 0 0 auto;
    margin-left: 1.75rem;
}

.header-search__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    overflow: hidden;
    width: 2.8125rem;
    flex-flow: row nowrap;
    align-items: center;
    background-color: #fff;
    border-radius: 2px;
    transition: width .5s ease-in-out, transform .5s ease-in-out;
}

.header-search label {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    margin-bottom: 0;
    background-color: #001a72;
    cursor: pointer;
    -webkit-mask: url(..//images/search.svg);
    mask: url(../OPSv3-child-2/img/search.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 20px;
    mask-size: 20px;
}

@media (min-width: 68.75em) {
    .header .header-search--mobile {
        display: none;
    }
}

label {
    display: inline-block;
    margin-bottom: .275em;
}

.header-search__submit {
    position: absolute;
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #001a72;
    cursor: pointer;
    -webkit-mask: url(../images/search.svg);
    mask: url(../images/search.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 20px;
    mask-size: 20px;
}

.header-search__input {
    padding: 0;
    border: 0;
    opacity: 0;
    transition: opacity 0s .2s;
}

.header-search__close {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    margin-bottom: 0;
    background-color: #001a72;
    -webkit-mask: url(../images/close.svg);
    mask: url(../images/close.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: .8125rem;
    mask-size: .8125rem;
    opacity: 0;
    transition: opacity .2s ease;
}


.header__phone-number.link {
    text-decoration: none;
    font-size: 1.125rem;
    padding-right: .9375rem;
    border-right: 1px solid rgba(0, 26, 114, .3);
    margin-left: auto;
    display:none;
}

@media screen and (min-width: 68.75em) {
    .header__phone-number.link {
        font-size: .875rem;
        display: block;
    }
}

.header__secondary-navigation--desktop {
    display: none;
}

@media screen and (min-width: 1100px) {
    .header__secondary-navigation--desktop {
        display: block;
    }
}




.header .secondary-header-menu li {
margin-left: .9375rem;
}

.header__bottom {
    width: 100%;
    border-bottom: 1px solid rgba(0, 26, 114, .4);
}

@media screen and (min-width: 68.75em) {
    .header__navigation {
        display: flex;
        flex-flow: row nowrap;
        padding: 0;
    }
}
@media (min-width: 68.75em) {
    .header__main-menu {
        position: relative;
        display: flex;
        justify-content: center;
        border-bottom: 0;
    }
}

@media (min-width: 68.75em) {
    .header__bottom-inner {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 1120px;
        display: flex;
        width: auto;
        max-width: 82.5rem;
        height: 3.75rem;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
    }
    .header--open .header__bottom {
		opacity: 1;
		pointer-events: all;
		visibility: visible
	}
}

@media (min-width: 68.75em) and (min-width: 48em) {
    .header__bottom-inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.header ul, .header ul li {
    margin-bottom: 0;
}
.header ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
}

dd>:first-child, ol>:first-child, ul>:first-child {
    margin-top: 0;
}

.header__main-menu>li {
    position: relative;
}

@media (min-width: 68.75em) {
    .header__main-menu>li {
        border-top: 0;
    }
}
@media (min-width: 68.75em) {
    .header__main-menu>*+* {
        margin-left: .75rem;
    }
}

.header ul, .header ul li {
    margin-bottom: 0;
}

.header__main-menu a {
    letter-spacing: .02em;
    text-transform: uppercase;
    display: block;
    font-size: 1.1875rem;
    text-decoration: none;
}

@media (min-width: 68.75em) {
    .header__main-menu a {
        font-size: 1rem;
    }
}

.header__main-menu li:not(.current-menu-item)>a:active, .header__main-menu li:not(.current-menu-item)>a:focus, .header__main-menu li:not(.current-menu-item)>a:hover {
    background: #f0f0f0;
}

.header__main-menu li a {
    padding: .5625rem 29.1px;
    border-radius: 2px;
}

.button {
    background: transparent;
    border-radius: 0;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    font-size: .9375rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .867em 1.2em;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 26, 114, .17);
    cursor: pointer;
    text-decoration: none;
    transition: color .3s ease-in-out 0s, background-color .3s ease-in-out 0s, border-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s, transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    border: 0 solid #001a72;
    background-color: #001a72;
    color: #fff;
}

@media (min-width: 48em) {
    .button {
        font-size: 1rem;
        padding: 1.125em 1.875em;
    }
}

.header__upload-button {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: uppercase;
    padding: .76923em 1.46154em;
    margin-left: 1.875rem;
    font-size: .8125rem;
}

@media (min-width: 48em) {
    .header__upload-button {
        font-size: .8125rem;
    }
}

@media (min-width: 68.75em) {
    .header__upload-button {
        margin-left: 2.1875rem;
    }
}

.button:active, .button:focus, .button:hover {
    box-shadow: 0 2px 6px rgba(0, 26, 114, .2);
    text-decoration: none;
}

.button:active, .button:focus, .button:hover {
    border-color: rgba(0, 26, 114, .7);
    background-color: rgba(0, 26, 114, .7);
    color: #fff;
}

.header__upload-button:before {
    width: .625rem;
    height: .6875rem;
    margin-right: .625rem;
    background-color: currentColor;
    content: "";
    -webkit-mask: url(../OPSv3-child-2/img/upload.svg);
    mask: url(../OPSv3-child-2/img/upload.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.header__main-menu .menu-item-has-children>a:after {
    border-top: .375rem solid;
    border-right: .3125rem solid transparent;
    border-left: .3125rem solid transparent;
    margin-left: .375rem;
    content: "";
}

@media (min-width: 68.75em) {
    .header__main-menu li a {
        padding: .5625rem 1.1875rem;
    }
}

.header__main-menu .menu-item-has-children>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 68.75em) {
    .header__main-menu .menu-item-has-children:hover>a:after {
        transform: rotate(180deg);
    }
}

.header-search label:active, .header-search label:focus, .header-search label:hover {
    text-decoration: none;
}
.header-search:focus-within label {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

nav.header__secondary-navigation ul li a {
    font-size: 14px;
}

/* KK - 06/12/2024 - Footer Update */

.footer {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: .9375rem;
    border-top: 1px solid rgba(0, 26, 114, .3);
}

@media (min-width: 48em) {
    .footer {
        margin-top: 120px;
        padding-top: 60px;
        padding-bottom: 1.875rem;
    }
}

.footer__inner {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
    max-width: 1340px;
}

@media (min-width: 48em) {
    .footer__inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.footer__top {
    display: grid;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-areas:
        "logo logo"
        "services other"
        "contact contact"
        "newsletter newsletter";
    grid-template-columns: auto auto;
    grid-template-rows: auto;
}

@media (min-width: 40.625em) {
    .footer__top {
        max-width: 43.75rem;
        grid-template-areas:
        "logo logo logo"
        "services other contact"
        "newsletter newsletter newsletter";
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 62em) {
    .footer__top {
        max-width: unset;
        grid-template-areas:
        "logo logo logo logo"
        "services other contact newsletter";
        grid-template-columns: auto auto auto minmax(auto, 17.1875rem);
    }
}

@media (min-width: 75.625em) {
    .footer__top {
        max-width: unset;
        margin-bottom: 60px;
        grid-column-gap: 30px;
        grid-template-areas: "logo services other contact newsletter";
        grid-template-columns: minmax(auto, 16.625rem) auto auto minmax(auto, 17.1875rem);
    }
}

.footer__logo {
    grid-area: logo;
}

@media (min-width: 75.625em) {
    .footer__top>* {
        align-self: start;
    }
}

.footer__logo {
    text-align: center;
}

@media (min-width: 75.625em) {
    .footer__logo {
        text-align: left;
    }
}

.footer__logo img {
    display: inline-block;
    max-width: 7.375rem;
}

@media (min-width: 75.625em) {
    .footer__logo img {
        max-width: 12.5rem;
    }
}


.footer__services {
    grid-area: services;
}

.footer__other {
    grid-area: other;
}

.footer__contact {
    grid-area: contact;
}

.footer__contact p {
    font-size: 18px;
}

.footer__services h6, 
.footer__other h6, 
.footer__contact h6 {
    color: #001a72;
}

div.footer__contact p {
    color: #001a72;
}
div.footer__contact p a{
    color: #001a72;
}

@media (min-width: 75.625em) {
    .footer__top>* {
        align-self: start;
    }
}

.footer__contact>*+* {
    margin-top: .375rem;
    margin-bottom: 0;
}

.social-icons__icons {
    padding-left: 0;
    list-style: none;
    margin: 0 -7.5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #001a72;
}

.social-icons__icons li {
    margin-bottom: 0;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.social-icons__icon a {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    color: inherit;
    transition: color .3s ease-in-out 0s;
}



.footer__menu {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
}

.footer__menu, .footer__menu li {
    margin-bottom: 0;
}

.footer__menu a {
    display: block;
    text-decoration: none;
}

.footer__menu a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #001a72;
}

.footer .signup-form {
    grid-area: newsletter;
}

.footer .signup-form {
    width: 100%;
    justify-self: center;
}

@media (min-width: 36em) {
    .footer .signup-form {
        max-width: 21.875rem;
    }
}

@media (min-width: 62em) {
    .footer .signup-form {
        justify-self: flex-end;
    }
}

@media (min-width: 68.75em) {
    .footer .signup-form {
        max-width: 17.1875rem;
    }
}

.footer__bottom {
    font-size: 1rem;
    line-height: 1.5625;
    text-align: center;
}

a.social:hover i, footer ul li a:hover {
    color: #b85c00;
    text-decoration: underline;
}


.footer__menu>*+* {
    margin-top: .375rem;
}

.footer__other>*+* {
    margin-top: .375rem;
}

div.footer__bottom p, div.footer__bottom p * {
    color: #001a72;
}

div.signup-form h6 {
    color: #001a72
}

.social-icons__icon a:hover {
    color: #ea7600;
}

svg:not(.svg--keepcolors), svg:not(.svg--keepcolors) path {
    fill: currentColor;
}

.footer .signup-form .mc4wp-form-fields {
    display: grid;
    gap: .9375rem;
    grid-template-columns: 1fr 1fr;
}

label {
    display: inline-block;
    margin-bottom: .275em;
}

.footer .signup-form__email, .footer .signup-form__submit {
    grid-column: 1 / 3;
}

@media (min-width: 48em) {
    .footer .signup-form input:not([type=submit]) {
        padding: .3125rem .9375rem;
    }
}

.footer .signup-form label {
    margin-bottom: 0;
}
.footer .signup-form__email, .footer .signup-form__submit {
    grid-column: 1 / 3;
}

@media (min-width: 48em) {
    .footer .signup-form input:not([type=submit]) {
        padding: .3125rem .9375rem;
    }
}

@media (min-width: 62em) {
    .footer .signup-form__submit {
        text-align: left;
    }
}

@media (min-width: 48em) {
    .footer .signup-form [type=submit] {
        font-size: .8125rem;
        padding: .76923em 1.15385em;
    }
}

@media (min-width: 48em) {
    .footer .signup-form [type=submit]:after {
        margin-left: .625em;
    }
}
.footer .signup-form [type=submit]:after {
    border-top: .3125rem solid transparent;
    border-bottom: .3125rem solid transparent;
    border-left: .375rem solid;
    margin-left: .46em;
    content: "";
    transition: transform .4s ease-in-out;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    font-size: 1rem;
    line-height: 1.5625;
    padding: .5em .75em;
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 26, 114, .3);
    background-color: initial;
    border-radius: 2px;
    box-shadow: none;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    transition: color .3s ease-in-out 0s, background-color .3s ease-in-out 0s, border-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s, transform .3s ease-in-out 0s;
}
.footer .signup-form [type=submit] {
    background: transparent;
    border-radius: 0;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    font-size: .9375rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 26, 114, .17);
    cursor: pointer;
    text-decoration: none;
    transition: color .3s ease-in-out 0s, background-color .3s ease-in-out 0s, border-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s, transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    border: 0 solid #001a72;
    background-color: #001a72;
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: uppercase;
    padding: .66667em .83333em;
}

@media (min-width: 48em) {
    .footer .signup-form [type=submit] {
        font-size: .8125rem;
        padding: .76923em 1.15385em;
    }
}

.footer .signup-form [type=submit]:active, .footer .signup-form [type=submit]:focus, .footer .signup-form [type=submit]:hover {
    border-color: rgba(0, 26, 114, .7);
    background-color: rgba(0, 26, 114, .7);
    color: #fff;
}

footer li a:visited {
     color: #001a72; 
}

footer ul#menu-other-menu li.menu-item a {
    text-decoration: none;
    color: #001a72;
}

footer ul#menu-other-menu li.menu-item a:hover {
    color: #b85c00;
    text-decoration: underline;
}

div.footer__contact p a:hover {
    color: #b85c00;
    text-decoration: underline;
}

.no-scroll {
    overflow: hidden;
}

/* Show hide menu on click of burger menu */



.header__bottom {
    opacity: 0; /* Initially transparent */
    visibility: hidden; /* Hidden from the layout */
    transform: translateY(-10px); /* Slight upward shift */
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block;
}

.header__bottom.is-visible {
    opacity: 1; /* Fully visible */
    visibility: visible; /* Part of the layout */
    transform: translateY(0); /* Original position */
}

/* Initially set the opacity of the header */
.header {
    opacity: 1; /* Header is fully visible at the start */
    transition: opacity 0.20s ease-in-out; /* Only smooth transition for fade-in */
}

/* Fade-out class for instant disappearance */
.header--hidden {
    opacity: 0; /* Fully transparent when scrolled down */
    z-index: -1;
}

.header__main-menu .sub-menu {
    display: none;
    padding-bottom: .8em;
}

.header__main-menu .menu-item-has-children {
    position: relative;
}

@media (min-width: 68.75em) {
    .header__main-menu .sub-menu {
        position: absolute;
        top: calc(100% + 5px);
        left: 50%;
        display: block;
        padding: 1.25rem .625rem;
        background: #fff;
        box-shadow: 0 1px 6px rgba(0, 17, 75, .17);
        opacity: 0;
        pointer-events: none;
        text-align: center;
        transform: translateX(-50%);
        transition: opacity .3s ease-in-out 0s;
    }
}



@media (min-width: 68.75em) {
    .header__main-menu .menu-item-has-children:hover>.sub-menu {
        display: block;
        opacity: 1;
        pointer-events: all;
    }
}

@media (min-width: 68.75em) {
    .header__main-menu .sub-menu:before {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 5px;
        content: "";
    }
}

@media (min-width: 68.75em) {
    .header__main-menu .sub-menu li {
        white-space: nowrap;
    }
}


.header__main-menu a:active, .header__main-menu a:focus, .header__main-menu a:hover {
    color: #001a72;
    text-decoration: underline;
}

@media (min-width: 68.75em) {
    .header__main-menu .sub-menu a {
        font-size: 1rem;
    }
}

.header__main-menu li:not(.current-menu-item)>a:active, .header__main-menu li:not(.current-menu-item)>a:focus, .header__main-menu li:not(.current-menu-item)>a:hover {
    background: #f0f0f0;
}

.header__main-menu .menu-item menu-item-type-custom a:first-child:hover {
    text-decoration: none;
}

.header__main-menu > li > a:active,
.header__main-menu > li > a:focus,
.header__main-menu > li > a:hover {
    color: #001a72;
    text-decoration: none; /* Remove underline for first-level menu items */
}

.header__main-menu .sub-menu a:active,
.header__main-menu .sub-menu a:focus,
.header__main-menu .sub-menu a:hover {
    color: #001a72;
    text-decoration: underline; /* Keep underline for submenu items */
}

/* KK - 10/12/2024 - Product Page Customisation */

/* File Upload */


.file-upload-cont .dropFile .w-col:nth-child(2) {
    display: flex;
    align-items: center;
    border: none;
    
}

.file-upload-cont .dropFile .w-col:first-child {
    display: flex;
    align-items: center;
    border: none;
    justify-content: flex-end;
    color: #001a72;
    font-weight: 400;
    border: 2px dashed #001a72;
    margin-bottom: 0;
    padding-top: 0;
    padding: 1rem;
    background-color: #f0f0f0;
}



#content .dropFile p a {
    text-decoration: none;
    font-weight: normal;
    width: 50%;
}

#content .dropFile a.library-upload.cta {
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 26, 114, .17);
    cursor: pointer;
    text-decoration: none;
    transition: color .3s ease-in-out 0s, background-color .3s ease-in-out 0s, border-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s, transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    border: 0 solid #001a72;
    background-color: #001a72;
    color: #fff;
    max-width: 100%;
}
#content .dropFile a:hover {
    border-color: rgba(0, 26, 114, .7);
    background-color: rgba(0, 26, 114, .7);
    color: #fff;
}

#dropfileshere {
    border: none;
 }

 #uploadfileshere {
    margin-bottom: 1rem;
}


#content a.cta {
    width: 100%;
    max-width: 70%;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 26, 114, .17);
    cursor: pointer;
    text-decoration: none;
    transition: color .3s ease-in-out 0s, background-color .3s ease-in-out 0s, border-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s, transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    border: 0 solid #001a72;
    background-color: #001a72;
    color: #fff;
    border-color: rgba(0, 26, 114, .7);
    font-weight: 600;
    text-align: center;
}

a.p-matrix-proceed {
    width: 100%;
    max-width: 70%;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 26, 114, .17);
    cursor: pointer;
    text-decoration: none;
    transition: color .3s ease-in-out 0s, background-color .3s ease-in-out 0s, border-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s, transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    border: 0 solid #001a72;
    background-color: #001a72;
    color: #fff;border-color: rgba(0, 26, 114, .7);
    font-weight: 600;
}
a.p-matrix-proceed:hover {
    border-color: rgba(0, 26, 114, .7);
    background-color: rgba(0, 26, 114, .7);
    color: #fff;
}

#content a.cta:hover {
    border-color: rgba(0, 26, 114, .7);
    background-color: rgba(0, 26, 114, .7);
    color: #fff;
}

div.pricescontainer a#uploadButton {
    margin-top: 1rem;
}
div.pricescontainer a#uploadButton::after {
  content: "";
  display: inline-block;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-left: 0.375rem solid white; /* White arrow pointing to the right */
  margin-left: 0.375rem; /* Optional spacing */
}

div.upload-queue h3 {
    color: rgba(0, 26, 114, .7);
}


div.p-matrix-attributes.lookupUnits-container {
    border: none;
}
div.p-matrix-attributes.lookupUnits-container:hover {
    border: none;
}

.chooseprinting {
margin-bottom: 1rem;
}

/* Photo Processing*/
/* Image Upload */
.upload-queue{
	padding:0;
}
.upload-queue h3{
	color:#FFF;
	font-size:1.4rem;
	padding:10px 15px;
	font-weight: 300;
	/* cursor: pointer; */
	margin:0;
}

.row-upload{
	padding:10px;
	border-bottom: 1px solid #ddd;
}
.row-upload .meter{
	width:150px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.upload-size{
	float: right;
}

.upload-progress{
	width:30px;
	text-align: center;
}

.upload-progress i{
	font-size:1.2rem;
	vertical-align: middle;
	color: #76bd4f;
}                               
.checkout-login { bottom: -10px; }

.upload-options i{
	font-size:1.2rem;
	margin-right: 10px;
	vertical-align: middle;
	cursor: pointer;
}

.upload-options i:hover{
	color: #e22727;
}

.total{
	text-align: right;
	padding:10px;
}

.total-calc{
	font-weight: bold;
}

.over-size{
	color: #ff2c2c;
}

.over-size:before{
	font-family: 'Fontawesome';
	content:'\f071';
	margin-right: 10px;
}

.calc-row{
	display: inline-block;
	width: 100%;
}

.file-upload-cont #dropFile{
	padding: 10px;
}

.file-upload-cont .dropFile .w-col:first-child{
	padding:20px 15px;
}

#dropFile p{
	margin-bottom: 0px;
    
}

#dropFile p.filesize{
	margin:0.5rem 0;
	font-size:0.9rem;
}

.total .tooltip{
	background:none;
	width:auto;
	height: auto;
	cursor: pointer;
}

.upload-button{
	margin-top:1rem;
}

.popup-container{
	padding:20px;
}

/* Printing Options */

.photo-select{
    display: none;
}

.photo-select.slick-initialized{
    display: block;
}

.title-section{
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
}

h2.collapse-toggle{
	color:#FFF;
	font-size:1.2rem;
	padding:15px 20px;
	font-weight: 600;
	margin:0;
	position: relative;
	line-height: 2rem;
}
.photo-select.slick-initialized.slick-slider .slick-list {
	overflow:hidden;
}

.collapse-container{
	margin-bottom:1rem;
}
.collapse-content{
	background-color: #ededed;
	display: inline-block;
	width: 100%;
	padding:20px 20px 5px;
	overflow: hidden;
}
.photo-container img{
	border:1px solid transparent;
}
.photo-container img:hover{
	border:1px solid #ddd;
}

.photo-container{
	position: relative;
	cursor: pointer;
	padding: 10px;
	border: 2px solid transparent;
}

.photo-container:hover .photo-options{
	display: block;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	opacity: 1;
	transform: scale(0.9);
}
.fa-check-circle:before {
color:green;
}
.photo-options {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.photocost {
    width: max-content;
}
span.photochecked {
    position: absolute;
    right: 10px;
    top: 5px;
}
a#selectFile {
    background: transparent;
    border-radius: 0;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    font-size: .9375rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .867em 1.2em;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 26, 114, .17);
    cursor: pointer;
    text-decoration: none;
    transition: color .3s ease-in-out 0s, background-color .3s ease-in-out 0s, border-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s, transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    border: 0 solid #001a72;
    background-color: #001a72;
    color: #fff;
}

a#selectFile:hover {
	background-color: #ea933c;
}

span.fa-stack.fa-lg.duplicateFile.tool-tip:after {
display:none; 
}

span.fa-stack.fa-lg.deleteFileImageSelection.tool-tip::after {
display: none;
}

span.fa-stack.fa-lg.duplicateFile.tool-tip:hover {
transition: color .3s ease-in-out 0s, background-color .3s ease-in-out 0s, border-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s, transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    border: 0 solid #001a72;
    color: #ea933c;
}

span.fa-stack.fa-lg.deleteFileImageSelection.tool-tip:hover {
transition: color .2s ease-in-out 0s, background-color .3s ease-in-out 0s, border-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s, transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    border: 0 solid #001a72;
    color: #ea933c;
}

span.fa-stack.fa-lg.deleteFileImageSelection.tool-tip::after {
transition: color .2s ease-in-out 0s, background-color .3s ease-in-out 0s, border-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s, transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    border: 0 solid #001a72;
    background-color: #ea933c;
    color: #ea933c;
}
.photo-container .meter{
	margin:5px 0;
}

.photo-container span.photo-name i{
	color:#76bd4f;
	margin-left:5px;
	font-size:18px;
}
.photo-container span.photo-name i.fa.fa-exclamation-triangle {
	color:#ff0000;
	margin-left:5px;
}

.photo-container span.photo-name i.tool-tip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 1.3rem;
    left: -9rem;
    color: #fff;
    content: attr(title);
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 160px;
    text-align: center;
    opacity: 1;
    font-size: 14px;
    font-weight: normal;
    font-family: "Inter", serif;
}

.photo-filename {
    overflow: hidden;
    display: inline-block;
    width: 50%;
}
.slick-track .photo-container {

	width :220px;
	height :150px;
}
.photo-container img {
	max-width : 100%;
	max-height : 90%;
	overflow: hidden;
	margin: auto;
}
.photo-name{
    color: #000;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 0.85rem;
    font-weight: 500;

}
.current-photo .photo-name{
        color: #000;
    display: block;
    text-align: center;
    word-wrap: break-word;
    font-size: 0.85rem;
    line-height: 1rem;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-cta,#progress-btn{
	float: right;
	margin-top: 1rem;
}
.meter {
	height: 20px;  /* Can be anything */
	position: relative;
	background: #FFF;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	overflow: hidden;
	border: 1px solid #ddd;
}
.meter > span {
	display: inline-block;
	height: 20px;
	background-color: #76bd4f;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.meter > span i{
	color:#FFF;
}


.quicklogin, .page-template-create-order-original .summary{
	background-color: #f7f7f7;
	z-index: 99999;
	padding:10px;
	margin-bottom: 0.5rem;
	display: inline-block;
	width: 100%;
}
.current-photo{
	background-color: #828282;
	z-index: 99999;
	padding:10px;
	margin-bottom: 0.5rem;
	display: inline-block;
	width: 100%;
}
.current-photo h3, .quicklogin h3, .summary h3{
	color:#000;
	font-weight: 400;
}

.quicklogin input{
	background-color: #FFF;
	margin-bottom: 0.5rem;
}

.quicklogin p{
	margin-bottom: 0;
}

.current-photo img{
	width: 100%;
	display: block;
}

.photo-select{
	margin:0 20px;
	max-height: 300px;
}

.photo-select .slick-next{
	right:-25px;
}

.photo-select .slick-next:before, .photo-select .slick-prev:before{
	opacity: 1;
	color:#001a72;
}
.photo-select .slick-prev{
	left:-25px;
}

#content span.account-options.loggedin-options.back a.cta {
    max-width: 100%;
}

/* Printing Options*/

.collapse-content input[type=text]{
	background-color: #FFF;
}

.option-row h4{
	margin-top:0;
	margin-bottom: 0.6rem;
	display: inline-block;
}

.option-row{
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 1rem;
}


.radio-options{
	margin-bottom: 1rem;
}
.radio-options label{
	/* display: block; */
}

.border-options{
	display: none;
	margin-top:1rem;
}

.login-prompt{
	float: right;
	padding:10px 0;
}

.reset{
	display: block;
	padding:10px 0;
	padding-bottom: 0;
}

.submit-options{
	text-align: right;
}

.option-title{
	padding: 5px 0;
    margin-bottom: 5px;
    font-size: 0.75rem;
    text-transform: uppercase;
    background-color: #fff;
    width: fit-content;
    z-index: 998;
    position: relative;
    /* margin: 10px 10px 10px 0px; */
    color: rgb(0, 26, 114);
}

.radio-options label{
	padding:3px 0;
	cursor: pointer;
	margin-right: 10px;
}

.radio-options input[type="radio"]{
	margin-right: 5px;
	vertical-align: middle;
}

.option-row input[type="checkbox"]{
	vertical-align: middle;
	margin-left:5px;
	cursor: pointer;
}

/* Borders */

.border-settings{
	width:250px;
	text-align: center;
	position: relative;
}
.border-preview{
	width: 100px;
	height: 100px;
	background-color: #F9F9F9;
	border:1px solid #ddd;
	display: block;
	margin: 60px auto;
}
label.top-border input,
label.bottom-border input,
label.left-border input,
label.right-border input{
	display: block;
}
.dpi-error{
	display: none;
}
.reset,.readmore.apply-selected,.readmore.apply-all,#toggleLogin,#uploadButton{
  cursor: pointer;
}
#format-6-dpi{
  width: 40%;
}
.cartbox-cell img#thumbcheckout{
	display: block;
}
#loginPopup{
	display:none;
	position: absolute;
    left: -300px;
    z-index: 9;
}
#loginPopup .existing-customer {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #828282;
}

.cartbox-top h2 {
	color:#fff;	
}

#dpi-container input[type="number"]{
    background-color: #fff;
}
.status.complete {
	display: inline;
}

.account-options {
	float:right;
}
.account-options a.cta{
	line-height:1;
}
.account-options a.cta user_link new_user_link{
	margin-left:10px;
}
.back{
	float: left;
}
.loggedin-options {
	bottom: 0px;
}

.p-matrix-attributes.size .landingPage{
	width:78%;
}

.p-matrix-attributes.price .p-matrix-cost{

	font-size:1.5rem;
}

.calc-container .tabs_column #prices,.calc-container .intro_section {
	padding:0;
	background-color: #fdfdfd;
}

#myacc-login{
	padding-left: 20px;
	font-weight: bold;
}

#paymentform .checkout-action input#submit,article#checkout #SagePayForm .checkout-action #submit{
	display: inline-block;
}


#image-select .collapse-content a.readmore{
	position: absolute;
    top: 5px;
    right: 15px;
    width: 200px;
}

.intro_section{
	padding-top: 0;
}
.template-box-sets{
	margin:0;
	background-color:#fff;
}

/*.option-row{
	width:48%;
	display: inline-block;
}

.option-row.borders,
.option-row.media,
.option-row.size-dpi{
	display: block;
	width: 100%;
}*/


.back .cta{
	float: left;
}

.submit-success,.submit-success2 {
	display:none;
}               

.order-step-process .step.active {
  /*background-color: #828282;*/
  color: #FFF;
}  
.order-step-process .step {
  padding: 10px 0;
  text-align: center;
}         
.order-step-process .step span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px 0;
  color: #FFf;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}         
.order-step-process .step.active span {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border-radius: 50%;
  padding: 5px 0;
  color: #828282;
  font-weight: bold;
  display: inline-block;
}       
.order-step-process {
  display: inline-block;
  width: 100%;
  background-color: #f7f7f7;
  color: #000;
}       

.page-template-photo-upload-original .title-section { padding-top: 1rem; }   
.file-upload-cont .dropFile .w-col:first-child {
  background: #f5f5f5;
  border: 1px dashed #ccc;
  color: #676767;
  text-align: center;
  padding: 8px 20px;
  margin: 0;
    margin-bottom: 0px;
  font-weight: bold;
  padding-top: 1rem;
  margin-bottom: 1rem;
}   
.row-upload {
  font-weight: 700;
  font-size: 0.8rem;   
  border-bottom: 1px dotted #ccc;
}
.process-steps{
	padding:0;
}
.order-step-process .step.active {
  color: #FFF;    
  font-weight: 600;
}   
.order-step-process .step span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px 0;
  color: #FFf;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.3rem;
}
.order-step-process   .w-col {
 
  padding-left: 0px;
  padding-right: 0px;
}   
#image-select .collapse-content a.readmore {
  position: absolute;
  top: 7px;
  right: 20px;
  width: 200px;
  background-color:#FFF;
  color:#000;
}                                 
.size-container select {
  width: 25%;
  display: inline-block;
  height: 46px;
}       
.reset, .readmore.apply-selected, .readmore.apply-all, #toggleLogin, #uploadButton {
  cursor: pointer;
}  
.submit-options a {
  cursor: pointer;
}     
.current-photo {
  background-color: #111;
  z-index: 99999;
  padding: 10px;
  margin-bottom: 0.5rem;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 0.85rem;
  color: #fff;
}    
.current-photo h3 {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}  
.page-template-create-order-original .summary h3 {
  color: #111;
  font-weight: 600;
  font-size: 1.3rem;
}     
.page-template-create-order-original .summary, .page-template-create-order-original  .summary_row {
  color: #111;
}                 
.welcomeuser {
  float: right;
  font-weight: 600;
  bottom: -10px;
  position: relative; 
  text-align: right;
}
.welcomeuser span {
   font-weight: 300;
}   


.featured_product .slick-next.slick-arrow, .featured_product .slick-previous.slick-arrow {

  color: #fff !important;
  z-index: 99999;
  background: #fff;
  padding: 1px 0 2px 2px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eecf58;
}
.wireframe .p-matrix-attributes.checkout-action {
    display: none;
}
section#photo-upload {
    padding: 0!important;
    background: #fff;
    margin: 0;
    width: 1280px;
    left: -10px;
}
section#photo-upload .w-container {
    padding: 2rem 1rem 1rem;
    margin-bottom: 2rem;
}
.upload-queue .total { background-color: #fff; }
.removesummary .summary_column, .p-matrix-options-container .p-matrix-proceed { display: none!important }

.crop {
   width: 300px;
    height: 300px; 
    border: 1px solid #333;
}      
.fill img {
    object-fit: cover;   width: 300px;
    height: 300px;
}
.fit img {   object-fit: contain;   width: 300px;
    height: 300px;} 
.crop {
    width: 300px;
    height: 300px;
}   
.imgcrop {display: inline-block; margin-top: 1rem;}       
.current-photo {
    background-color: #111;
    z-index: 99999;
    padding: 10px;
    margin-bottom: 0.5rem;
    /*display: inline-block;
    width: calc(100% + 20px);*/
    font-weight: 600;
    font-size: 0.85rem;
    color: #fff;
    /* margin: 0 -10px; */ 
}
.imgapplied {
    background: #f5f5f5;
    padding: 0.5rem;
}

.imgapplied ul {
 padding: 0;
 margin: 0;
 list-style-type: none;
}

.imgapplied li {
    font-size: 0.8rem;
    padding: 0.5rem 0 0 0;
    border-bottom: 1px solid #ccc;
}   
.imgapplied li:last-child {
    font-size: 0.8rem;
    padding: 0.5rem 0 0 0;
    border-bottom: none;
}  
span.photocost {
    color: #76BD50;
    display: block;
    font-size: 0.8rem;
    text-align: center;
    font-weight: 800;
    margin-top: -5px;
}
.slick-track .photo-container {
    width: 220px;
    height: auto;
}

.runningtotal  { position: relative;}     
.runningtotal a#upload-images {
    position: absolute;
    right: -5px;
    color: #fff;
    top: 5px;
}           
.stickycol h3 span {
    display: block;
    font-size: 0.9rem;
}     

.collapse-content .process-cta { border: 0!important}  
.current-photo {
    background-color: #ededed;
    z-index: 99999;
    padding: 10px;
    margin-bottom: 0.5rem;
    /*display: inline-block;
    width: calc(100% + 30px);*/
    font-weight: 600;
    font-size: 0.85rem;
    color: #000;
}
.page-template-create-order-original .whitsection { padding-top: 0;}

.image_rollover{
	opacity:0;
	position:absolute;
	top:0;
	transition:0.1s;
}

.listing-product,
.listing-category{
	position:relative;
}

.product:hover .image_rollover,
.listing-product:hover .image_rollover,
.listing-category:hover .image_rollover{
	opacity:1;
}

.shop-hide .p-matrix-attributes,
.shop-hide .p-matrix-attributegroup{
	display:none;
}

.shop-hide .p-matrix-attributes.tot-mat,
.shop-hide .p-matrix-attributegroup.tot-mat-title,
.shop-hide .p-matrix-attributes.checkout-action,
.shop-hide .p-matrix-attributegroup.fixed-qty,
.shop-hide .p-matrix-attributes.fixed-qty{
	display:inline-block;
}
#photo-upload .w-container .noPadding, section#photo-upload .w-container .noPadding, article#image-ordering .noPadding{
	padding-top: 0;
	padding-bottom:0;
	margin-bottom:0;
}
.title-section {
	border:0;
}
article#image-ordering{
	background-color: #fff;
}	

.w-row.border-options input[type="radio"] {
	display:inline-block;
	float:none;	
	position: relative;
}

#image-ordering .w-col .summary {
	/* background: #f7f7f7;*/
    	color: #333;
    	/* padding: 1rem;*/
}

.summary_attributes {
	display: inline-block; 
	max-width: 1300px;
	margin: 0 auto;
	justify-content: flex-end;
	padding: 0;
}
#image-ordering .w-col .summary .summary_attribute,#image-ordering .w-col .summary  .summary_attribute_title,.tot-mat span.CurrencySymbol {
    	font-size: 16px;
}

.tot-mat span.CurrencySymbol {
	font-weight:normal;
}
 
#image-ordering .w-col .summary h3 {
    font-size: 1.25rem;
}

#p-matrix-options-container .upload-queue,.prettyContent-container .upload-queue{
	display:block;
}

#overlay-current-photo {
	display:none;
}
#image-ordering .w-col .summary h3, .currentEditingh3 {
    color: #FFF;
    width: 100%;
    padding: 20px;
    margin: 0;
    background-color: #ea7600;
    font-size: 1.2rem;
    font-weight: bold;
}
.summary_container.image_ordering {
	display:block;
}

#content div.process-cta a#upload-images.readmore, a#uploadButton.process-cta.cta {
    background: transparent;
    border-radius: 0;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    font-size: .9375rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .867em 1.2em;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 26, 114, .17);
    cursor: pointer;
    text-decoration: none;
    transition: color .3s ease-in-out 0s, background-color .3s ease-in-out 0s, border-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s, transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    border: 0 solid #001a72;
    background-color: #001a72;
    color: #fff;
}

a#uploadButton.process-cta.cta:hover {
background-color: #ea933c;
}
#content div.process-cta a#upload-images.readmore::before {
    width: .625rem;
    height: .6875rem;
    margin-right: .625rem;
    background-color: currentColor;
    content: "";
    -webkit-mask: url(../OPSv3-child-2/img/upload.svg);
    mask: url(../OPSv3-child-2/img/upload.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.photo-container.selected {
    border: 1px solid #000000;
}
/* Photo Processing End*/

/* Upload care */

.uploadcare--dialog__panel .uploadcare--menu, .uploadcare--dialog__panel .uploadcare--menu__item{
    display: none!important;
}


#content a.readmore.apply-selected, #content a.readmore.apply-all, div.tab-upload-buttons a#upload-images.readmore {
background-color: #001a72;
margin-top: 1rem;
}

#content a.readmore.apply-selected:hover, #content a.readmore.apply-all:hover {
    background-color: #ea933c;
    }
.header .secondary-header-menu {
    display: flex;
}

.summary_container {
    margin-top: 0;
}


@media screen and (min-width: 1100px) {
div.header__bottom.is-visible > div > nav.header__secondary-navigation.header__secondary-navigation--mobile {
display:none;
}
}
@media screen and (max-width: 1099px) {
    .header .secondary-header-menu {
        display: flex;
        flex-direction: column;
        padding-top: 0;
        border-top: 1rem;
        margin-top: 1rem;
	margin-bottom: 1rem;
    border-top: 1px solid rgba(0, 26, 114, .4);
    }
    .header-search {
        display: none;
    }

    .header .secondary-header-menu li {
    font-size: 1.125rem;
    display: block;
    padding: 0 30px;
    margin-top: .9375rem;
    text-decoration: none;
    margin-left: 0;
    }
    .header .secondary-header-menu a {
    font-size: 1.125rem;
    margin-top: .9375rem;
    text-decoration: none;
}
}
    @media (max-width: 68.6875em) {
        .header--open .header__bottom {
            opacity: 1;
            pointer-events: all;
            visibility: visible;
        }
    }

div.summary_container.image_ordering  {
    width: 100%; */
    border: 1px solid #ccc;
    text-align: left;
}
div.summary_container.image_ordering div.order_summary div.summary_attributes  {
    background-color: white;
}

.header-tab {
    padding: 15px 20px;
    background-color: #ea7600;
}
.tab-header{
    padding:0;
    font-weight: 600;
    margin: 0;
    position: relative;
    line-height: 2rem;
    background-color: #ea7600;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.tab-apply-buttons {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    padding: 0;
}

#content .tab-apply-buttons a.readmore.apply-selected, #content .tab-apply-buttons a.readmore.apply-all {
    margin-top: 0;
}

#content div.choose-options-text {
    padding: 0;
}

.apply-selected i.fa.fa-refresh, .apply-all i.fa.fa-refresh, #uploadButton i.fa.fa-refresh {
    display: none;
}

.apply-selected i.fa.fa-refresh.fa-spin, .apply-all i.fa.fa-refresh.fa-spin, #uploadButton i.fa.fa-refresh.fa-spin {
    display: inline-block;
}

.summary_attributes div.w-row {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 480px) {

	.order-step-process .step{
		display:none;
	}
	.order-step-process .step.active{
		display:block;
	}
	.tab-apply-buttons {
        display: flex;
        align-content: center;
        align-items: flex-start;
        padding: 0;
        height: auto;
        gap: 1rem;
        padding: 1rem;
        justify-content: flex-start;
        flex-direction: column;
    }
}
.tab-upload-buttons {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    padding: 0;
}

#content a#upload-images.readmore.upload-images {
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.2s;
    line-height: 1.7;
    background-color: #001a72;
    margin-top: 0;
    margin-right: 1.5rem;
}
.tab-upload-buttons div.process-cta {
margin: 0;
}

#content .readmore.upload-images i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: currentColor;
    mask: url(../OPSv3-child-2/img/upload.svg) no-repeat center / contain;
    -webkit-mask: url(../OPSv3-child-2/img/upload.svg) no-repeat center / contain;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 1rem;
    width: .625rem;
    height: .6875rem;
}

span.duplicateFile.tool-tip:hover i, span.deleteFileImageSelection.tool-tip:hover i {
    color: #ea933c; /* Change to orange */
}

#content .template-box-sets input[type="text"] {
    border: 1px solid rgba(0, 26, 114, .3);
    padding-left: 0.5rem;
	width:220px;
}



.option-box {
font-size: 0.75rem
}

article#checkout div.checkout-box.cart-container p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.header__main-menu .menu-item-has-children.active>.sub-menu {
    display: block;
    opacity: 1;
    pointer-events: all;
}
@media (max-width: 1100px) {
    #menu-item-6522 .sub-menu {
        display: none;
    }
}

ul.sub-menu {
    background-color: #f0f0f0;
    margin: 0;
    
}

ul.sub-menu li a {
font-size: 14px;
}

#content a.backbutton {
    min-width: 5rem;
    max-width: 5rem;
}

#content a.logout-button {
    min-width: 10rem;
    max-width: 10rem;
}

.logout-container {
display: flex;
justify-content: flex-end;
padding: 0;
}
.backbuttoncont {
    padding: 0
}

.welcometext {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.checkout-action {
    text-align: right;
    margin-top: 1rem;
}

.header__upload-button.button.link {
    color: white;
}

#catalogue > .w-container {
    padding-top: 3rem;
}

.p-matrix-attributegroup, .p-matrix-attributes {
    padding: 5px 0 0;
}
#progress-btn i.fa.fa-refresh.fa-spin {
    display: inline-block;
}
#progress-btn i.fa.fa-refresh {
    display: none;
}  
span.split-toggle.btn {
    display: none;
}

label.radio-options {
    display: flex;
    gap: 1rem;
}

label.radio-options label {
width:auto;
}
@media screen and (max-width: 1024px) {
    .p-maincontent-image {
        left: -190px;
    } 
    label.top-border, label.bottom-border, label.left-border, label.right-border {
        display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

}

@media (max-width: 991px) {
    .tab-apply-buttons {
        display: flex;
        align-content: center;
        align-items: center;
        padding: 0;
        height: auto;
        gap: 1rem;
        padding: 1rem;
        justify-content: flex-start;
    }
    #content div.choose-options-text.tab-upload-buttons {
    padding: 1rem;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
    }
    label.top-border, label.bottom-border, label.left-border, label.right-border {
    display:grid;
    }
}
@media screen and (max-width: 768px) {
	#designs .editor_tool.editor_layout_link{
		width: 32%;
	}
	.photocost {
    font-size: 14px;
}
}

@media screen and (max-width: 480px) {

	#designs .editor_tool.back i,
	#designs .editor_tool.next i{
			display: block;
            margin-bottom: 0rem;
	}

	#designs .editor_tool.back span,
	#designs .editor_tool.next span{
			display: none;
	}

	#tools-mobile.r-tabs .r-tabs-nav{
		margin: 0 60px;
	}
	#designs .editor_tool.next{
		width: 60px;
		padding: 10px 0;
	}
	#designs .editor_tool.back{
		width: 60px;
		padding: 10px 0;
	}
	#designs .editor_tool.editor_layout_link{
		width: 49%;
	}
	footer ul#menu-footer-menu li ,footer ul#menu-extra-menu li {	
		padding: 0.5rem 0;
		
	}
	.templateimage{
		transform: scale(0.65);
	}
	   #content .template-box-sets input[type="text"] {
    width: 180px;
}
}

span#password-toggle {
	top: 0;
}  