/*
Theme Name: OPSv3
Theme URI: 
Version: 1.0
Description: This is the core parent theme for the Online Print Solution web to print themes.
Author:   Laura Wheatman
Author URI: http://www.onlineprintsolution.co.uk/
Description: The base theme for OPS.  
Text Domain: OPSv3
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {	font-family: sans-serif;	-webkit-text-size-adjust: 100%;	-ms-text-size-adjust: 100%;}
body {	margin: 0;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {	display: block;}
audio,canvas,progress,video {	display: inline-block;	vertical-align: baseline;}
audio:not([controls]) {	display: none;	height: 0;}
[hidden],template {	display: none;}
a:active,a:hover {	outline: 0;}
abbr[title] {	border-bottom: 1px dotted;}
b,strong {	font-weight: bold;}
dfn {	font-style: italic;}
h1 {	font-size: 2em;	margin: 0.67em 0;}
mark {	background: #ff0;	color: #000;}
small {	font-size: 80%;}
sub,sup {	font-size: 75%;	line-height: 0;	position: relative;	vertical-align: baseline;}
sup {	top: -0.5em;}
sub {	bottom: -0.25em;}
img {	border: 0;}
svg:not(:root) {	overflow: hidden;}
figure {	margin: 1em 40px;}
hr {	box-sizing: content-box;	height: 0;}
pre {	overflow: auto;}
code,kbd,pre,samp {	font-family: monospace, monospace;	font-size: 1em;}
button,input,optgroup,select,textarea {	color: inherit;	font: inherit;	margin: 0;}
button {	overflow: visible;}
button,select {	text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {	-webkit-appearance: button;	cursor: pointer;}
button[disabled],html input[disabled] {	cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {	border: 0;	padding: 0;}
input {	line-height: normal;}
input[type="checkbox"],input[type="radio"] {	box-sizing: border-box;	padding: 0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {	height: auto;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {	-webkit-appearance: none;}
fieldset {	border: 1px solid #c0c0c0;	margin: 0 2px;	padding: 0.35em 0.625em 0.75em; background-color:#FFF;}
legend {border: 0;padding: 0;font-weight: bold;font-size: 1.5rem;}
textarea {	overflow: auto;}
optgroup {	font-weight: bold;}
table {	border-collapse: collapse;	border-spacing: 0;}
td,th {	padding: 0;}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,button,input,select,optgroup,textarea {	font-family: sans-serif;	font-size: 16px;	font-size: 1rem;	line-height: 1.5;}
h1, h2, h3, h4, h5, h6 {	clear: both;}
p {	margin-bottom: 1.5em;}
p:first-child{
  margin-top:0;
}
p:last-child{
  margin-bottom: 0;
}
dfn, cite, em, i {	font-style: italic;}
blockquote {	margin: 0 1.5em;}
address {	margin: 0 0 1.5em;}
pre {	background: #eee;	font-family: "Courier 10 Pitch", Courier, monospace;	font-size: 15px;	font-size: 0.9375rem;	line-height: 1.6;	margin-bottom: 1.6em;	max-width: 100%;	overflow: auto;	padding: 1.6em;}
code, kbd, tt, var {	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;	font-size: 15px;	font-size: 0.9375rem;}
abbr, acronym {	border-bottom: 1px dotted #666;	cursor: help;}
mark, ins {	background: #fff9c0;	text-decoration: none;}
big {	font-size: 125%;}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {	box-sizing: border-box;}
*,*:before,*:after {	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */box-sizing: inherit;}
body {	background: #fff;	/* Fallback for when there is no custom background color defined. */}
hr {	background-color: #ccc;	border: 0;	height: 1px;	margin-bottom: 1.5em;}
ul, ol {	margin: 0 0 1.5em 0;}
ul {	list-style: disc;}
ol {	list-style: decimal;}
li > ul,li > ol {	margin-bottom: 0;	margin-left: 1.5em;}
dt {	font-weight: bold;}
dd {	margin: 0 1.5em 1.5em;}
img {height: auto;	/* Make sure images are scaled correctly. */max-width: 100%;	/* Adhere to container width. */display: block;}
figure {	margin: 1em 0;	/* Extra wide images within figure tags don't overflow the content area. */}
table {width: 100%;}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,input[type="button"],input[type="reset"],input[type="submit"] {}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {	border-color: #ccc #bbb #aaa;}
button:active, button:focus,input[type="button"]:active,
input[type="button"]:focus,input[type="reset"]:active,
input[type="reset"]:focus,input[type="submit"]:active,
input[type="submit"]:focus {	border-color: #aaa #bbb #bbb;}
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 {	color: #666;	border: 1px solid #ccc;	border-radius: 3px;	padding: 3px;}
input[type="text"]:focus,input[type="email"]:focus,
input[type="url"]:focus,input[type="password"]:focus,
input[type="search"]:focus,input[type="number"]:focus,
input[type="tel"]:focus,input[type="range"]:focus,
input[type="date"]:focus,input[type="month"]:focus,
input[type="week"]:focus,input[type="time"]:focus,
input[type="datetime"]:focus,input[type="datetime-local"]:focus,
input[type="color"]:focus,textarea:focus {	color: #111;}
select {	border: 1px solid #ccc;}
textarea {	width: 100%;}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {	color: royalblue;}
a:visited {	color: purple;}
a:hover, a:focus, a:active {	color: midnightblue;}
a:focus {	outline: thin dotted;}
a:hover, a:active {	outline: 0;}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {	clear: both;	display: block;	float: left;	width: 100%;}
.main-navigation ul {display: none;list-style: none;margin: 0;padding-left: 0;}
.main-navigation ul ul {box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);float: left;position: absolute;top: 100%;left: -999em;z-index: 9999999999999;}
.main-navigation ul ul ul {	left: -999em;	top: 0;}
.main-navigation ul ul li:hover > ul,.main-navigation ul ul li.focus > ul {	left: 100%;}
.main-navigation ul ul a {	width: 200px;}
.main-navigation ul li:hover > ul,.main-navigation ul li.focus > ul {	left: auto;}
.main-navigation li {	float: left;	position: relative;}
.main-navigation a {	display: block;	text-decoration: none;}

.main-navigation ul ul.sub-menu{
	background-color:#FFF;
	display:none;
}
.main-navigation ul li:hover ul.sub-menu{
	display:block;
}
 .main-navigation ul li:hover ul.sub-menu li a{
 	    color: #000;
    font-size: 0.9rem;
    padding: 10px 20px;
    text-align: left;
    min-width: 200px;
 }
  .main-navigation ul li:hover ul.sub-menu li a:hover{
  	background-color:#f7f7f7;
  }
/* Small menu. */
.menu-toggle,.main-navigation.toggled ul {	display: block;}
@media screen and (min-width: 37.5em) {
	.menu-toggle {		display: none;	}
	.main-navigation ul {display: block;}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {	margin: 0 0 1.5em;	overflow: hidden;}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {	float: left;	width: 50%; font-size:0.9rem;}
.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next {	float: right;	text-align: right;	width: 50%; font-size:0.9rem;}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {	border: 0;	clip: rect(1px, 1px, 1px, 1px);	clip-path: inset(50%);	height: 1px;	margin: -1px;	overflow: hidden;	padding: 0;	position: absolute !important;	width: 1px;	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */}
.screen-reader-text:focus {	background-color: #f1f1f1;	border-radius: 3px;	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);	clip: auto !important;	clip-path: none;	color: #21759b;	display: block;	font-size: 14px;	font-size: 0.875rem;	font-weight: bold;	height: auto;	left: 5px;	line-height: normal;	padding: 15px 23px 14px;	text-decoration: none;	top: 5px;	width: auto;	z-index: 100000;	/* Above WP toolbar. */}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {	outline: 0;}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {	display: inline;	float: left;	margin-right: 1.5em;}
.alignright {	display: inline;	float: right;	margin-left: 1.5em;}
.aligncenter {	clear: both;	display: block;	margin-left: auto;	margin-right: auto;}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,.clear:after,
.entry-content:before,.entry-content:after,
.comment-content:before,.comment-content:after,
.site-header:before,.site-header:after,
.site-content:before,.site-content:after,
.site-footer:before,.site-footer:after {	content: "";	display: table;	table-layout: fixed;}
.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {	clear: both;}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {	margin: 0 0 1.5em;	/* Make sure select elements fit in widgets. */}
.widget select {	max-width: 100%;}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {	display: block;}
/*.hentry {	margin: 0 0 1.5em;}*/
.updated:not(.published) {	display: none;}
.page-content,.entry-content,.entry-summary {	margin: 1.5em 0 0;}
.page-links {	clear: both;	margin: 0 0 1.5em;}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {	word-wrap: break-word;}
.bypostauthor {	display: block;}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer {	/* Theme Footer (when set to scrolling) */	display: none;}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {	display: block;}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {	border: none;	margin-bottom: 0;	margin-top: 0;	padding: 0;}
/* Make sure embeds and iframes fit their containers. */
embed,iframe,object {	max-width: 100%;}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {	display: inline-block;}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {	margin-bottom: 1.5em;	max-width: 100%;}
.wp-caption img[class*="wp-image-"] {	display: block;	margin-left: auto;	margin-right: auto;}
.wp-caption .wp-caption-text {	margin: 0.8075em 0;}
.wp-caption-text {	text-align: center;}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {	margin-bottom: 1.5em;}
.gallery-item {	display: inline-block;	text-align: center;	vertical-align: top;	width: 100%;}
.gallery-columns-2 .gallery-item {	max-width: 50%;}
.gallery-columns-3 .gallery-item {	max-width: 33.33%;}
.gallery-columns-4 .gallery-item {	max-width: 25%;}
.gallery-columns-5 .gallery-item {	max-width: 20%;}
.gallery-columns-6 .gallery-item {	max-width: 16.66%;}
.gallery-columns-7 .gallery-item {	max-width: 14.28%;}
.gallery-columns-8 .gallery-item {	max-width: 12.5%;}
.gallery-columns-9 .gallery-item {	max-width: 11.11%;}
.gallery-caption {	display: block;}

/*=======================
	WEBFLOW RESPONSIVE
======================*/
.w-container {margin-left: auto;margin-right: auto;max-width: 1200px; padding: 0 20px;}
.w-container:before,
.w-container:after {  content: " ";  display: table;}
.w-container:after {  clear: both;}
.w-row {margin:0 -10px;}
.w-row:before,
.w-row:after {  content: " ";  display: table;}
.w-row:after { clear: both;}
.w-row .w-row {  margin-left: 0;  margin-right: 0;}
.w-col {  position: relative;  float: left;  width: 100%;  min-height: 1px;  padding-left: 10px;  padding-right: 10px;}
/*.w-col .w-col {  padding-left: 0;  padding-right: 0;}*/
.w-container  .w-col .w-row { margin-left: -10px; margin-right: -10px; }
.w-col-1 {  width: 8.33333333%;}
.w-col-2 {  width: 16.66666667%;}
.w-col-3 {  width: 25%;}
.w-col-4 {  width: 33.33333333%;}
.w-col-5 {  width: 41.66666667%;}
.w-col-6 {  width: 50%;}
.w-col-7 {  width: 58.33333333%;}
.w-col-8 {  width: 66.66666667%;}
.w-col-9 {  width: 75%;}
.w-col-10 {  width: 83.33333333%;}
.w-col-11 {  width: 91.66666667%;}
.w-col-12 {  width: 100%;}
.w-col-push-1 {  left: 8.33333333%;}
.w-col-push-2 {  left: 16.66666667%;}
.w-col-push-3 {  left: 25%;}
.w-col-push-4 {  left: 33.33333333%;}
.w-col-push-5 {  left: 41.66666667%;}
.w-col-push-6 {  left: 50%;}
.w-col-push-7 {  left: 58.33333333%;}
.w-col-push-8 {  left: 66.66666667%;}
.w-col-push-9 {  left: 75%;}
.w-col-push-10 {  left: 83.33333333%;}
.w-col-push-11 {  left: 91.66666667%;}
.w-col-pull-1 {  right: 8.33333333%;}
.w-col-pull-2 {  right: 16.66666667%;}
.w-col-pull-3 {  right: 25%;}
.w-col-pull-4 {  right: 33.33333333%;}
.w-col-pull-5 {  right: 41.66666667%;}
.w-col-pull-6 {  right: 50%;}
.w-col-pull-7 {  right: 58.33333333%;}
.w-col-pull-8 {  right: 66.66666667%;}
.w-col-pull-9 {  right: 75%;}
.w-col-pull-10 {  right: 83.33333333%;}
.w-col-pull-11 {  right: 91.66666667%;}
.w-col-offset-1 {  margin-left: 8.33333333%;}
.w-col-offset-2 {  margin-left: 16.66666667%;}
.w-col-offset-3 {  margin-left: 25%;}
.w-col-offset-4 {  margin-left: 33.33333333%;}
.w-col-offset-5 {  margin-left: 41.66666667%;}
.w-col-offset-6 {  margin-left: 50%;}
.w-col-offset-7 {  margin-left: 58.33333333%;}
.w-col-offset-8 {  margin-left: 66.66666667%;}
.w-col-offset-9 {  margin-left: 75%;}
.w-col-offset-10 {  margin-left: 83.33333333%;}
.w-col-offset-11 {  margin-left: 91.66666667%;}
.w-hidden-main {  display: none !important;}
@media screen and (max-width: 991px) {
  .w-container {    max-width: 728px;  }
  .w-hidden-main {    display: inherit !important;  }
  .w-hidden-medium {    display: none !important;  }
  .w-col-medium-1 {    width: 8.33333333%;  }
  .w-col-medium-2 {    width: 16.66666667%;  }
  .w-col-medium-3 {    width: 25%;  }
  .w-col-medium-4 {    width: 33.33333333%;  }
  .w-col-medium-5 {    width: 41.66666667%;  }
  .w-col-medium-6 {    width: 50%;  }
  .w-col-medium-7 {    width: 58.33333333%;  }
  .w-col-medium-8 {    width: 66.66666667%;  }
  .w-col-medium-9 {    width: 75%;  }
  .w-col-medium-10 {    width: 83.33333333%;  }
  .w-col-medium-11 {    width: 91.66666667%;  }
  .w-col-medium-12 {    width: 100%;  }
  .w-col-medium-push-1 {    left: 8.33333333%;  }
  .w-col-medium-push-2 {    left: 16.66666667%;  }
  .w-col-medium-push-3 {    left: 25%;  }
  .w-col-medium-push-4 {    left: 33.33333333%;  }
  .w-col-medium-push-5 {    left: 41.66666667%;  }
  .w-col-medium-push-6 {    left: 50%;  }
  .w-col-medium-push-7 {    left: 58.33333333%;  }
  .w-col-medium-push-8 {    left: 66.66666667%;  }
  .w-col-medium-push-9 {    left: 75%;  }
  .w-col-medium-push-10 {    left: 83.33333333%;  }
  .w-col-medium-push-11 {    left: 91.66666667%;  }
  .w-col-medium-pull-1 {    right: 8.33333333%;  }
  .w-col-medium-pull-2 {    right: 16.66666667%;  }
  .w-col-medium-pull-3 {    right: 25%;  }
  .w-col-medium-pull-4 {    right: 33.33333333%;  }
  .w-col-medium-pull-5 {    right: 41.66666667%;  }
  .w-col-medium-pull-6 {    right: 50%;  }
  .w-col-medium-pull-7 {    right: 58.33333333%;  }
  .w-col-medium-pull-8 {    right: 66.66666667%;  }
  .w-col-medium-pull-9 {    right: 75%;  }
    .w-col-medium-pull-10 {    right: 83.33333333%;  }
  .w-col-medium-pull-11 {    right: 91.66666667%;  }
  .w-col-medium-offset-1 {    margin-left: 8.33333333%;  }
  .w-col-medium-offset-2 {    margin-left: 16.66666667%;  }
  .w-col-medium-offset-3 {    margin-left: 25%;  }
  .w-col-medium-offset-4 {    margin-left: 33.33333333%;  }
  .w-col-medium-offset-5 {    margin-left: 41.66666667%;  }
  .w-col-medium-offset-6 {    margin-left: 50%;  }
  .w-col-medium-offset-7 {    margin-left: 58.33333333%;  }
  .w-col-medium-offset-8 {    margin-left: 66.66666667%;  }
  .w-col-medium-offset-9 {    margin-left: 75%;  }
  .w-col-medium-offset-10 {    margin-left: 83.33333333%;  }
  .w-col-medium-offset-11 {    margin-left: 91.66666667%;  }
  .w-col-stack {      width: 100%;    left: auto;    right: auto;  }
}
@media screen and (max-width: 768px) {
  .w-hidden-main {    display: inherit !important;  }
  .w-hidden-medium {    display: inherit !important;  }
  .w-hidden-small {    display: none !important;  }
  .w-row,  .w-container .w-row {margin-left: -10px;margin-right: -10px;}
  .w-col {    width: 100%;    left: auto;    right: auto;  }
  .w-col-small-1 {    width: 8.33333333%;  }
  .w-col-small-2 {    width: 16.66666667%;  }
  .w-col-small-3 {    width: 25%;  }
  .w-col-small-4 {    width: 33.33333333%;  }
  .w-col-small-5 {    width: 41.66666667%;  }
  .w-col-small-6 {    width: 50%;  }
  .w-col-small-7 {    width: 58.33333333%;  }
  .w-col-small-8 {    width: 66.66666667%;  }
  .w-col-small-9 {    width: 75%;  }
  .w-col-small-10 {    width: 83.33333333%;  }
  .w-col-small-11 {    width: 91.66666667%;  }
  .w-col-small-12 {    width: 100%;  }
  .w-col-small-push-1 {    left: 8.33333333%;  }
  .w-col-small-push-2 {    left: 16.66666667%;  }
  .w-col-small-push-3 {    left: 25%;  }
  .w-col-small-push-4 {    left: 33.33333333%;  }
  .w-col-small-push-5 {    left: 41.66666667%;  }
  .w-col-small-push-6 {    left: 50%;  }
  .w-col-small-push-7 {    left: 58.33333333%;  }
  .w-col-small-push-8 {    left: 66.66666667%;  }
  .w-col-small-push-9 {    left: 75%;  }
  .w-col-small-push-10 {    left: 83.33333333%;  }
  .w-col-small-push-11 {    left: 91.66666667%;  }
  .w-col-small-pull-1 {    right: 8.33333333%;  }
  .w-col-small-pull-2 {    right: 16.66666667%;  }
  .w-col-small-pull-3 {    right: 25%;  }
  .w-col-small-pull-4 {    right: 33.33333333%;  }
  .w-col-small-pull-5 {    right: 41.66666667%;  }
  .w-col-small-pull-6 {    right: 50%;  }
  .w-col-small-pull-7 {    right: 58.33333333%;  }
  .w-col-small-pull-8 {    right: 66.66666667%;  }
  .w-col-small-pull-9 {    right: 75%;  }
  .w-col-small-pull-10 {    right: 83.33333333%;  }
  .w-col-small-pull-11 {    right: 91.66666667%;  }
  .w-col-small-offset-1 {    margin-left: 8.33333333%;  }
  .w-col-small-offset-2 {    margin-left: 16.66666667%;  }
  .w-col-small-offset-3 {    margin-left: 25%;  }
  .w-col-small-offset-4 {    margin-left: 33.33333333%;  }
  .w-col-small-offset-5 {    margin-left: 41.66666667%;  }
  .w-col-small-offset-6 {    margin-left: 50%;  }
  .w-col-small-offset-7 {    margin-left: 58.33333333%;  }
  .w-col-small-offset-8 {    margin-left: 66.66666667%;  }
  .w-col-small-offset-9 {    margin-left: 75%;  }
  .w-col-small-offset-10 {    margin-left: 83.33333333%;  }
  .w-col-small-offset-11 {    margin-left: 91.66666667%;  }
}
@media screen and (max-width: 479px) {
  .w-container {    max-width: none;  }
  .w-hidden-main {    display: inherit !important;  }
  .w-hidden-medium {    display: inherit !important;  }
  .w-hidden-small {    display: inherit !important;  }
  .w-hidden-tiny {    display: none !important;  }
  .w-col {    width: 100%;  }
  .w-col-tiny-1 {    width: 8.33333333%;  }
  .w-col-tiny-2 {    width: 16.66666667%;  }
  .w-col-tiny-3 {    width: 25%;  }
  .w-col-tiny-4 {    width: 33.33333333%;  }
  .w-col-tiny-5 {    width: 41.66666667%;  }
  .w-col-tiny-6 {    width: 50%;  }
  .w-col-tiny-7 {    width: 58.33333333%;  }
  .w-col-tiny-8 {    width: 66.66666667%;  }
  .w-col-tiny-9 {    width: 75%;  }
  .w-col-tiny-10 {    width: 83.33333333%;  }
  .w-col-tiny-11 {    width: 91.66666667%;  }
  .w-col-tiny-12 {    width: 100%;  }
  .w-col-tiny-push-1 {    left: 8.33333333%;  }
  .w-col-tiny-push-2 {    left: 16.66666667%;  }
  .w-col-tiny-push-3 {    left: 25%;  }
  .w-col-tiny-push-4 {    left: 33.33333333%;  }
  .w-col-tiny-push-5 {    left: 41.66666667%;  }
  .w-col-tiny-push-6 {    left: 50%;  }
  .w-col-tiny-push-7 {    left: 58.33333333%;  }
  .w-col-tiny-push-8 {    left: 66.66666667%;  }
  .w-col-tiny-push-9 {    left: 75%;  }
  .w-col-tiny-push-10 {    left: 83.33333333%;  }
  .w-col-tiny-push-11 {    left: 91.66666667%;  }
  .w-col-tiny-pull-1 {    right: 8.33333333%;  }
  .w-col-tiny-pull-2 {    right: 16.66666667%;  }
  .w-col-tiny-pull-3 {    right: 25%;  }
  .w-col-tiny-pull-4 {    right: 33.33333333%;  }
  .w-col-tiny-pull-5 {    right: 41.66666667%;  }
  .w-col-tiny-pull-6 {    right: 50%;  }
  .w-col-tiny-pull-7 {    right: 58.33333333%;  }
  .w-col-tiny-pull-8 {    right: 66.66666667%;  }
  .w-col-tiny-pull-9 {    right: 75%;  }
  .w-col-tiny-pull-10 {    right: 83.33333333%;  }
  .w-col-tiny-pull-11 {    right: 91.66666667%;  }
  .w-col-tiny-offset-1 {    margin-left: 8.33333333%;  }
  .w-col-tiny-offset-2 {    margin-left: 16.66666667%;  }
  .w-col-tiny-offset-3 {    margin-left: 25%;  }
  .w-col-tiny-offset-4 {    margin-left: 33.33333333%;  }
  .w-col-tiny-offset-5 {    margin-left: 41.66666667%;  }
  .w-col-tiny-offset-6 {    margin-left: 50%;  }
  .w-col-tiny-offset-7 {    margin-left: 58.33333333%;  }
  .w-col-tiny-offset-8 {    margin-left: 66.66666667%;  }
  .w-col-tiny-offset-9 {    margin-left: 75%;  }
  .w-col-tiny-offset-10 {    margin-left: 83.33333333%;  }
  .w-col-tiny-offset-11 {    margin-left: 91.66666667%;  }
}

.w-clearfix:before, .w-clearfix:after { content: " "; display: table; }
.w-clearfix:after { clear: both; }

/*=======================
	Photo Processing Module
======================*/

/* 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: #f7f7f7;
	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 .photo-options{
	display: none;
	opacity: 0;
	transition: 0.3s;
} */
.photo-container .photo-options{
	display: block;
	top: 11px;
	right: 9px;
	cursor: pointer;
	opacity: 1;
	transform: scale(0.9);
}

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: 70%;
}
.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:center;
    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;

}
.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:#000;
}
.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.photochecked {
    color: #76BD50;
    font-size: 1.2rem;
    font-weight: 800;
    position: absolute;
    right: -3px;
    top: -5px;
}
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: #f7f7f7;
    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: #730f15;
    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: #730f15;
}
.tab-header{
    padding:0;
    font-weight: 600;
    margin: 0;
    position: relative;
    line-height: 2rem;
    background-color: #730f15;
    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;
}

#content a.readmore.apply-selected.locked, #content .tab-apply-buttons a.readmore.apply-all.locked {
    background-color: #666;
}
@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;
    }
}
.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);
}

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

/*=======================
Integrations Specific
======================*/

#myaccount #TradePrintSuccess, #myaccount #TradePrintError {
    display: none;
}

/*=======================
	OPS CORE STYLES
======================*/

.jobweight-footnote {
  font-size: 13.3px;
}
/* JB - 16/06/2025 -- Added to display the product image on the my account stock order page */
#stockform .cartbox-cell  a img {
	display:inline-block;
}
.page-template-ops-myaccount .featherlight .featherlight-content, .page-template-ops-products .featherlight .featherlight-content {
    min-width: 50%;
    max-width: 50%;
}

.featured_product .productListing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
    margin-top: 1rem;

}

span#password-toggle {
    position: absolute;
    right: 10px;
    top: 0px;
    background-color: transparent;
    color: #000000;
    margin: 0;
    cursor: pointer;
}

.listing-product img {
width:100%;
}

/* Tablet (2 columns) */
@media (max-width: 992px) {
  .featured_product .productListing {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (1 column) */
@media (max-width: 600px) {
  .featured_product .productListing {
    grid-template-columns: 1fr;
  }
}