/*
 Theme Name:   OPSv3 Storefront v2
 Description:  OPS Storefront Theme v2
 Author:       Laura Wheatman
 Author URI:   http://www.onlineprintsolution.co.uk
 Template:     OPSv3
 Version:      1.0.475
*/
/* =============
GENERAL
================*/
body, button, input, select, optgroup, textarea{
	font-family: 'Open Sans', Arial, sans-serif;
	 font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-size: 16px;
	line-height: 1.7rem;
}
h1,h2,h3,h4{
	font-family: 'ZEISS', 'Open Sans', Arial, sans-serif;
	 font-weight: 300;
	font-style: normal;
	font-display: swap;
	line-height:1.2;
}
h2 {
	font-size: 1.8rem;
	margin:1rem 0;
}
h3{
	margin:1rem 0;
	margin-top: 0;
}
p:first-child{margin-top:0;margin-bottom: 1rem;}
a:visited {
	color: black;
}

.whitesection{
	background-color: #FFF;
}
.greysection{
	background-color: #F5F5F5;
}
.darkgreysection{
	background-color: #eee;
}
.colorsection{
	color:#FFF;
}
.w-container{
	max-width: 1300px;
	padding: 0 20px;
}
@media screen and (max-width: 1100px) {
	.w-container{
		max-width: 940px;
	}
}
@media screen and (max-width: 991px) {
	.w-container{
		max-width: 768px;
	}
}
@media screen and (max-width: 768px) {
	.w-container{
		max-width: 640px;
	}
}
/* Utility Classes */

.centered {
		display: flex;
		justify-content: center; /* Centers horizontally */
		align-items: center; /* Centers vertically */
}

/* =============
HEADER
================*/
#top-header{
	margin-top: 0px;
	background-color: #ededed;
	padding:3px 0;
	height:40px;
}
#top-header #CurrencySelect{
	background-color:#000;
	color:#fff;
	border:none;
}
#top-header .w-row{
	margin-top: 2px;
}
#main-header{
	padding-top: 1rem;
	padding-bottom:1rem;
	height:96px;
}
	#main-header > .w-container{
		vertical-align: middle;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height:100%;
		width:100%;
	}
.headerElementsOne,
.headerElementsTwo{
	    display: flex;
    gap: 1rem;
    align-items: center;
    align-content: center;
}
.headerElementsTwo{
	flex-direction:row-reverse;
	flex:1;
	align-items:center;
}
#main-header .w-row{
	display:flex;
}
/* CONTACT */
.header-contact{
	text-align: right;
	display:flex;
	align-items: center;
}
.header-contact h3{
	text-align: right;
	font-weight: bold;
	color:#000;
	margin:0.5rem 0;
	margin-top: 0;
}
.phone, .email{
	display: inline-block;
	font-size: 0.9rem;
}
.phone a, .email a,.phone a:visited, .email a:visited{
	transition: 0.2s ease-in-out;
	text-decoration: none;
}
.phone a:hover, .email a:hover{
	border:none;
}
.phone a {	
	padding:5px 10px;	
}
 .email a{
	padding:5px 8px;
	text-decoration: none;
}
.phone span, .email span{
	transition: 0.2s ease-in-out;
}
.phone span.show, .email span.show{
	display:inline-block;
}
#mobile_nav .phone, #mobile_nav .email{
	display: inline-block;
}
#print .products_menu_container{
	background:#fff;
	border:1px solid #999;
	border-radius:3px;
}
/* LOGO */
h1.site-title{
	margin: 0rem 0;
}
h1.site-title img{max-height: 55px;}
.storefrontlogin.splash img.logo-right {margin-top: 1rem;margin-right: 1rem;max-height: 120px;}
.storefrontlogin.splash img.logo-top {margin: auto;margin-bottom: 1rem;max-height: 120px;}
.storefrontlogin.splash h3.login-h3 {text-align:center;}
.storefrontlogin.splash form#loginform {margin:0px;}
@media screen and (max-width: 768px) {
	#masthead{
		position: fixed;
		z-index: 99999;
	}
	#content{
	}
	#main-header{
		padding:0.5rem 0;
	}
	.storefrontlogin.splash{
		padding-top:7.8rem!important;
	}
}

/* ACCOUNT LINKS */
.account_links{
	text-align: right;
}
a.account_link{
	height: auto;
	width: auto;
	line-height: normal;
	padding: 5px 0px;
	font-size: 16px;
	overflow: initial;
	text-decoration: none;
}
.account_link:hover{position: relative;}
.account_login .account_link{
	float: left;
}
/* Search*/
#headersearchbutton{
	right:-42px;
}
.search_link.active #headersearchbutton{
	width:25px;
}
.search_link{
	transition:0.3s;
}
.search_link.active{
	width: 240px;
	background-color: #FFF;
}
.searchform{
	width: 210px;
	right: 30px;
	top: 0;
	height: 100%;
	line-height: normal;
}
.searchform input[type="text"]{
	border:1px solid rgba(0,0,0,0.2);
	background-color: transparent;
	padding: 0px 5px;
		font-size: 0.9rem;
		padding:0.2em;
}
.search_link form input[type="text"]:focus{
	border:1px solid rgba(0,0,0,0.2);
}
.search_link i, .search_link.active i{
	line-height: normal;
	padding-right:5px;
}
/* NAVIGATION */
.main-navigation{
	width:auto;
	display:flex;
	align-items:center;
}
.main-navigation ul{
	text-align: center;
}
.main-navigation li{
	float: none;
	display: inline-block;
	position: relative;
	text-align: center;
	padding:0;
}
.main-navigation li.current_page_item,#menu-footer-menu li.current_page_item{
	background:none;
	border:none;
} 
#primary-menu li a{
	padding: 5px 20px;
	color: black;
}
.currencyConvert{
	text-align: right;
}
@media screen and (max-width: 991px) {
	.search_link{
		display: none;
	}
	.account_login{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.account_link.cart_link{
		margin: 0;
	}
}
/* Mega Menu*/
ul.megamenus {
	list-style: none;
	text-align: right;
	margin:0;
	padding:0;
}
ul.megamenus li{
	display: inline-block;
}
ul.megamenus > li > a{
	padding: 0.5rem 1rem;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}
.mega_menu_image{
	display: block;
}
.products_menu{
	background:#fff;
}
.products_menu .category-link, .products_menu .list_title{
	color:#000;
	background-color: #FFF;
	padding: 15px;
	text-align: left;
	text-decoration: none;
}
@-webkit-keyframes shine{
  from {left:0px;top:-20px;}
  to {left: 900px;top: -300px;}
}
@-moz-keyframes shine{
  from {left:0px;top:-20px;}
  to {left: 900px;top: -300px;}
}
@-o-keyframes shine{
  from {left:0px;top:-20px;}
  to {left: 900px;top: -300px;}
}
@keyframes shine{
  from {left:0px;top:-20px;}
  to {left: 900px;top: -300px;}
}
ul.megamenus li a .shine {
	content: '';
	position: absolute;
	height: 400px;
	width: 20px;
	background: white;
	top: -80px;
	left: -20px;
	display: block;
	opacity: 0.5;
	-webkit-box-shadow: 0px 0px 30px 10px white;
	-moz-box-shadow: 0px 0px 30px 10px white;
	box-shadow: 0px 0px 30px 10px white;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: shine 4s 3s infinite;
	-moz-animation: shine 4s 3s infinite;
	-o-animation: shine 4s 3s infinite;
	animation: shine 4s 3s infinite;
}
ul.products_menu_list > li,
ul.products_menu_list li > ul > li > a{
	text-align: left;
	text-decoration:none;
}
ul.products_menu_list > li > a,
ul.products_menu_templates li a{
	text-decoration:none;
}
ul.products_menu_list > li{
	display: block;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom:1rem;
}
ul.products_menu_templates{
   padding:0;
   margin:0;
}
 ul.products_menu_list{
	column-gap: 20px;
	font-size: 1rem;
	margin:0;
	padding:0;
}
ul.prodmenu{
	display: block;
	margin:0;
}
#print{
	position: relative;
}
#design{
	position: relative;
}
#print .products_menu_templates .products_menu_list{
	display: inline-block;
}
a.w-col.w-col-3.category{
	margin-bottom: 1rem;
}
.menu-parent:after{
	font-family: 'Fontawesome';
	content:'\f0d7';
	position: absolute;
	top:27px;
	left:41%;
	font-size: 0.9rem;
}
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;
}
#print .products_menu_container{
	width: 1024px;
	/* left: -866px; */
}
#design .products_menu_container{
	width: 800px;
	left: -631px;
}
.products_menu{
	min-height: 350px;
	padding: 20px;
}
a.w-col.w-col-3.product {
	height: 250px;
}
#design .products_menu{
	padding:20px;
}
.category .mega-cat-image{
	max-height:150px;
	overflow:hidden;
}
.category .mega-cat-image img{
	position: relative;
		bottom: 30px;	
}
@media screen and (max-width: 1024px) {
	#print .products_menu_container{
		width: 520px;
		left: -363px;
	}
	ul.products_menu_list{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
/* =============
FOOTER
================*/
footer{
	padding: 1rem 0 0;
	color:#FFF;
}
footer h3{
	margin:0.5rem 0;
	color: #FFF;
	font-weight:normal;
}
footer p{
	color:#FFF;
}
footer a, footer a:visited{
	color:#FFF;
}
footer a:hover{
	color:#FFF;
	text-decoration: underline;
}
.site-footer .copyright{
 background:#ddd;
 color:#000;
 line-height:2.5em;
 text-align: right;
 font-size:0.8rem;
}
.site-footer .footerlinks{
	color:#fff;
}
.site-footer .footerlinks .w-container{
	display:flex;
}
	.site-footer .footerlinks #menu-footer-menu a{
		color: white;
	}
	#menu-footer-menu .current_page_item{
		background:none;
	}
.site-footer .siteinfo{
	text-align: left;
}
.site-footer #menu-footer-menu{
	text-align: center;
}
ul#menu-footer-menu li, ul#menu-extra-menu li{
	line-height: 1.6rem;
	display:inline-block;
	padding-left:10px;
	color:white;
}
ul#menu-footer-menu li a {
color:white;
}
@media screen and (max-width: 768px) {
	.footer-box{
		margin-bottom: 1rem;
	}
	ul#menu-footer-menu{
		columns: 1;
	}
}
.footerlinks{
	text-align: center;
	font-size: 0.8rem;
	padding:10px 0;
}
.footerlinks a{
	color:#a7e2ff;
}
.footerlinks a:hover{
	color:#FFF;
}
a.social{
	border-radius: 20px;
	padding: 7px 13px;
	margin: 5px;
	height:40px;
	width:40px;
}
a.social i{
	font-size: 1.1rem;
	text-align: center;
	vertical-align: middle;
}
a.social.facebook i{
color:#3b5998;
}
a.social.twitter i{
color:#00aced;
}
a.social.instagram i{
color:#bc2a8d;
}
a.social.linkedin i{
color:#0077b5;
}
a.social.google i{
color:#d34836;
}
a.social.pinterest i{
color:#bd081c;
}
a.social.youtube i{
color:#ff0000;
}
a.social.rss i{
color:#f26522;
}
a.social.mail i{
color:#9fae37;
}
.card-types i{
	font-size: 1.8rem;
	padding:1px;
}
.footer-box{
	background-color: none;
	padding:20px;
}
section{
	padding:2rem 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! */
	padding:0;
}
.slide .w-row{
	margin:0px -10px;
}
.slide .w-col{
	padding: 0;
}
.slide .left-box{
	background-color: #000;
	padding: 4rem 10rem;
	padding-right: 20px;
	/* height: 500px; */
	display: flex;
	align-items: center;
}
.slide .right-box{
	height: 500px;
	background-position: center;
	width: 100%;
}
.slide .left-box .slide_image{
	position: absolute;
	left: 86%;
	z-index: 999;
	max-height: 400px;
}
.slide .left-box{
	background:none;
	padding:0;
}
.slide_content h2, .slide_content h1{
	line-height: 4rem;
    border-left: none;
    background-color: transparent;
    color: #333333;
    padding-left: 1rem;
    margin-bottom: 1rem;
    padding: 10px 30px;
    padding: 0;
    font-weight: 300;
    display: block;
    /* background-color: #0000008c; */
    padding: 1rem;
    border-radius: 1rem;
    font-size: 2rem;
    text-align: left;
    padding-left: 0;
    font-weight: 600;
}
.message{
	border-left: none;
    padding: 20px 30px;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    background-color: transparent;
    color: black;
    padding: 0;
    text-align: left;
}
.badge{
	/* float: left; */
	display: inline-block;
	width: auto;
	color:#FFF;
	border: 2px solid #FFF;
	padding: 10px 20px;
	margin-right: 10px;
	font-weight: bold;
}
#content .slide a.readmore{
	color:#FFF;
	font-size: 1rem;
	float: left;
	display: inline;
	margin-bottom: 1rem;
	margin-right: 20px;
	text-decoration: none;
	border: 1px solid #36C2B4;
	border-radius:3px;
	border:none!important;
	background-color: black;
}
#content .slide a.readmore:hover{
	background-color: white;
	color: black;
}
.slider-section button.slick-arrow{
	background-color: #373791;
}
.slider-section button.slick-prev.slick-arrow{
	left:0;
	border-radius: 0px;
	height: 80px;
	width: 50px;
		border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.slider-section button.slick-next.slick-arrow{
	right:0;
	border-radius: 0px;
	height: 80px;
	width: 50px;
	border-bottom-left-radius: 5px;
   	border-top-left-radius: 5px;
}
.slick-prev:before, .slick-next:before{
	color: black;
}
.slide {
    height: 600px;
}
@media screen and (max-width: 1024px) {
	.slide .left-box{
		padding-left: 0rem;
		padding-right: 0rem;
		padding-top: 1rem;
	}
	.slide .left-box .slide_image{
		width: 260px;
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 991px) {
	.slide .w-col-7{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.slide .left-box .slide_image{
		position: relative;
		display: block;
		right:auto;
		top: 0rem;
		width: 250px;
	}
}
@media screen and (max-width: 480px) {
	.slide .left-box{
		padding: 4rem 3rem;
	}
}
@media screen and (max-width: 991px) {
	.megamenus, .header-contact{
		display: none;
	}
	h1.site-title{
		margin:0;
	}
	/*
	.slide .right-box{
		display: none;
	} */ 
	header#masthead{
		height: auto;
		width: 100%;
	}
	/* Mobile Menu*/
	#masthead i.fa-times, #masthead i.fa-bars{
		top: 65%;
		right: 0px;
		transform: translate(-50%, -50%);
	}
	#mobile_nav{
		width: 300px;
		z-index: 9999999999;
	}
	.mobile_icons{
		padding-left: 8px;
	}
	.mobile_button{
		right:1rem;
	}
	.mobile_button.fa-close{
		font-size: 2rem;
		cursor: pointer;
		z-index: 999999999;
	}

 .email a, .phone a:visited, .email a:visited{
		display: none;
		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:12px 0px;
		line-height: 1.3rem;
	}
	.cart_link{
		margin-right: 0;
	}
	  #mobile_nav .search_form {
		  padding:10px 20px;
		  background:none;
	  }
	
}
@media screen and (max-width: 768px) {
	header#masthead{
	width: 100%;
	}
	.slide_content{
		margin:0 30px;
	}
	img.slide_image{
	}
	
	h1.site-title img{
		float: left;
	}
	/* .cart_link{
	} */
	.img-small{
		padding:0;
	}
	.badge, .slide a.readmore{
		display: block;
		text-align: center;
		width: 100%;
		margin:0;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	#masthead i.fa-times, #masthead i.fa-bars {
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);

	}
	.message{
		padding: 12px 15px;
	}
	h1.site-title img{
			float: left;
	margin-top: 0px;
	max-height: none;
	height: 50px;
	width: auto;
	max-width: none;
	}
	img.slide_image{
		height: 150px;
		margin: 15px auto;
	}
	.slide a.readmore{
		margin-right: 0;
	}
}
.slider-section .slick-prev:before{
	font-family: 'Fontawesome';
	content:'\f0a8';
}
.slider-section .slick-next:before{
	font-family: 'Fontawesome';
	content:'\f0a9';
}
.slider-section .slick-prev:before, .slider-section .slick-next:before{
	font-size: 2rem;
}
/* Single Column*/
section.singl-col{
	min-height: 225px;
}
.banner h1, .banner h2{
	color:#FFF;
}
.banner h3.subheading{
	color:#FFF;
}
.banner-content{
	margin-bottom: 1rem;
}
/* Feature Icons */
.benefit i{
	font-size: 3rem;
}
.benefit a.readmore i{
	font-size: 1rem;
	width: auto;
}
.benefit-content{
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.benefit{
		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{
	text-align: center;
}
.funnel i{
	font-size: 3rem;
	text-align: center;
}
.funnel h3{
	margin-top: 1.2rem;
}
.funnel p{
	margin-top:0;
	line-height: 1.5rem;
	margin: 0;
}
.funnel a{
	text-decoration: none;
}
@media screen and (max-width: 991px) {
	.funnel {
		text-align: center;
	}
	.funnel i{
		margin:0;
	}
}
/* 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;
}
a.single_sol_content{
	padding: 20px;
	display: block;
	min-height: 200px;
	background-size: cover;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	background-position: center;
	background-size: 100%
}
a.single_sol_content:hover{
	background-size: 110%;
}
h3.single_sol_h3{
	font-size: 1.5rem;
	text-align: left;
	color:black;
	font-weight: 500;
}
.single_sol_content h4{
	margin:0;
	font-size: 1.4rem;
	color:#FFF;
}
.single_solution p{
	margin-bottom: 0.5rem;
	color:black;
}
a.readmore i{
	margin-left: 10px;
}
@media screen and (max-width: 991px) {
	.single_solution{
		margin-bottom: 1rem;
	}
}
/* Featured Products*/
a.product{
	position: relative;
	text-decoration: none;
}
a.product img{
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
a.product:hover img{
	transform: scale(1.05);
	transition: 0.3s ease-in-out;
}
.product_image_container{
	position: relative;
	margin-bottom:1rem;
	overflow: hidden;
}
h4.product_title{
	/*	position: absolute;
	top:0;*/
	width:100%;
	text-align: center;
	color:#FFF;
	margin:0;
	padding: 5px 0;
	font-size: 1.2rem;
	font-weight:normal;
		display: flex;
		align-items: center;
		justify-content: center;
	}
.product_subtitle{
	font-size: 0.8rem;
	z-index: 9;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;
	border-radius: 50px;
	color: #FFF;
}
.listing-price{
	font-size:0.9rem;
}
.product_image{
	display: block;
}
/* 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 a.readmore{
	border:1px solid white;
	color: #FFF;
	background-color: transparent;
	font-weight: bold;
}
.sample-pack a.readmore:hover{
	background-color: #FFF;
}
.sample-pack a.readmore i{
	transition: 0.2s;
	transform: translateX(0);
}
.sample-pack a.readmore:hover i{
	transform: translateX(3px);
}
.sample-image{
	position: relative;
	height: 400px;
}
.sample-image img{
	position: absolute;
	bottom: -80px;
}
@media screen and (max-width: 768px) {
	.sample-content{
		padding:10px;
	}
	.sample-image{
		height: 337px;
	}
	.sample-image img{
		top: 30px;
	}
}
/* 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;
	top: 0;
	bottom: auto;
}
.solution:hover h3{
	transform: none;
}
a.solution{
	overflow: hidden;
}
.solution img{
	opacity: 1;
	overflow: hidden;
	transform: none;
}
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;
}
@media screen and (max-width: 991px) {
	.testimonial{
		margin-bottom: 1rem;
	}
}
/* Grid Section*/
a span.gridtitle, a:visited span.gridtitle{
font-size: 1.2rem;
text-decoration: none;
}
/* 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;
	border-radius: 0;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
	border-radius: 0px;
}
#catalogue .r-tabs .r-tabs-nav .r-tabs-anchor{
	color: black;
}
/* Catalogue */
#content a.listing-category-name{
	margin-bottom: 0.5rem;
	text-decoration: none;
	font-weight:normal;
}
/* PRODUCT PAGE*/
.product-content{
	background-color: #FFF;
	/*padding:20px;
	margin-top: 1rem;*/
}
#checkout .checkout-action a, #myaccount .checkout-action a{
	margin-left: 0;
	margin-top: 0.5rem;
	color: #FFF;
	border: none;
}
div.product-related-data div.w-col {
position:unset;
}

#checkout .cart-discount p {
    margin: 0;
    width: max-content;
    display: inline-block;
}
.checkout-payment-message p {
text-align:center;
}
.checkout-action a:hover{
	color: white;
	transform: scale(1.025);
    transition: 0.20s;
}
.gross-mat .CurrencySymbol.emphasised-currency-symbol {
	font-size: 1.3rem;
	font-weight: bold;
}
.display-after-pricing {
	display: none;
}
.p-matrix-total, .price-emphasis {
	font-size: 1.3rem;
}
.p-maincontent section.whitesection{
	padding:0;
}
/* .p-maincontent-image{
} */
@media screen and (max-width: 1024px) {
	.p-maincontent-image{
		left: -190px;
	}
}
@media screen and (max-width: 991px) {
	.p-maincontent-image{
		position: relative;
		left:0;
		height: 400px;
		overflow: hidden;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.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;
	}
}
/* TABS */
#myTab.r-tabs .r-tabs-panel{
	background-color: #f5f5f5;
	padding: 20px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor{
	color:#FFF;
	border:none;
}
#stockform div.checkout-action {
        display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0;
}
.p-matrix-attributes.prod_attrib > span {
    display: flex;
    gap: 1rem;
}
.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;
}
#custom5, #custom6{
	padding:30px;
}
#p-matrix-options-container{
	margin:0;
}
/* Product Page Templates listing*/
.template-box-sets{
	border:none;
	border-radius: 0;
	margin-top:2rem;
	/* background-color: #F7FBFC;
	width:100%;
	padding-left:30px;  */
}
.template-box-sets .r-tabs{
	background-color: transparent;
	border:none;
}
/* .template-box-sets .r-tabs .r-tabs-nav{
	background-color: #F7FBFC;
} */
.template-box-sets .r-tabs .r-tabs-nav .r-tabs-tab{
	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: #f5f5f5;
}
.r-tabs .cart-container{
	background-color: #f5f5f5;
}
#designs .template-box-sets .r-tabs .r-tabs-nav .r-tabs-state-default .r-tabs-anchor{
	width: 100%;
	font-size:1rem;
	color:#FFF;
}
div#templates{
	padding: 1rem 20px;
}
div#templates h2{
	display: inline-block;
	font-size: 21px;
    font-weight: 700;
}
div#templates .checkout-action{
	display: inline-block;
	/* float:right; */
	margin:0;
}
.template-box-sets #templates .listing-name{
	font-size: 1rem;
	font-weight:700;
}
.template-box-sets .template_container{
	padding:0;
}
.template_container{
	padding:20px;
	background-color: #f5f5f5; 
}
.template-designs .template_container{
	background-color: #FFF;
}
.listing-name{
	font-size: 1rem;
}
#designs a.optionbutton, #designs a.optionbutton:visited, #designs a.listing-product-link, #designs a.listing-product-link:visited, #designs a.form-submit{
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	border-radius: 0px;
	/* Removed as hides the button text as button by default on hover is white*/
	/* color: #FFF; */
	text-decoration: none;
}
#designs a.optionbutton, #designs a.optionbutton:visited {
	color: #FFF;
}
#designs .ops-template a.form-submit{
	padding: 4px 10px;
}
a.optionbutton i{
	margin-left: 10px;
}
.filter_block h2{
	margin:0;
}
#filters h3{
	margin-bottom: 0.5rem;
}
#filters ul{
	margin-bottom: 1rem;
	margin-left: 2px;
}
.filter-more:before{
	font-family: 'Fontawesome';
	content:'\f0d7 ';
	margin-right: 5px;
}
.filter-less:before{
	font-family: 'Fontawesome';
	content:'\f0d8 ';
	margin-right: 5px;
}
/* Total Bar*/
.summary{
	color:#FFF;
	height: 45px;
}
.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{margin-top: 0;}
.w-clearfix.summary_row{
	display: inline-block;
	font-size: 1.2rem;
	margin:0 20px;
}
.sidebar.order_summary{
	margin-top: 1.5rem;
	border-radius: 0px;
}
.order_summary_title{
	font-weight: bold;
	color: #FFF;
}
.order_summary_bottom {
	text-align: right;
}
a.readmore.p-matrix-proceed{
	margin-bottom: 0;
	width: 49%;
	text-align: center;
	border: 0;
	border-radius:0;
	color:#FFF;
	text-decoration: none;
}
a.readmore.p-matrix-proceed:hover{
	color:#FFF;
}
a#lightboxTest{
	color:#FFF;
	border-radius:0;
	text-align: center;
	border:none;
}
a.quote_cta i{
	font-size: 1.3rem;
	margin-right: 0.5rem;
}
.order_summary_top{
	width: 51%;
	text-align: right;
	display: inline-block;
}
.order_summary_bottom{
	width: 100%;
	padding: 1rem;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.order_summary_top{
		width: 100%;
	}
	.order_summary_bottom{
		width: 100%;
		margin-bottom: 0.5rem;
	}
}
/* Sidebar CTA*/
.sidebar_box{
	background-color: #f7f7f7;
	margin-top:1rem;
}
.sidebar_title h4{
	margin:0;
	color:#FFF;
	padding:10px;
}
.sidebar_content{
	padding:20px;
}
.sidebar_content p{
	margin:0;
}
.sidebar_content .cta{
	margin-top:0.5rem;
}
/* Listing */
#catalogue{
	background-color: #FFF;
}
.listing-related, .listing-product, .listing-category{
	overflow: hidden;
    margin-bottom: 1rem;
    background-color: #f7f7f7;
    background-clip: padding-box;
    padding: 0;
}
/* .listing-product-content,.listing-category-text, .listing-product-text{
	padding-left: 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);
}
.listing-product-name, .listing-category-name, #designs .listing-name{
	margin:0;
}
#design .listing-name{
	color:#FFF;
}
.listing-category-int, .listing-product-int{
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	padding: 1rem;
	padding-left:0;
}
.category-content{
	margin-bottom: 2rem;
}
.template_thumb, .listing-product-image img, .listing-category-image img{
	border:none;
}
/* Log In */
.page-template-ops-myaccount #content{
	padding-bottom:3rem;
}
.existing-customer{
	max-width: 900px;
	margin:0 auto;
}
.new-customer input[type="text"], .existing-customer input[type="text"], .existing-customer input[type="password"]{
	background-color: #FFF;
}
.login-forgotpassword input[type="submit"]{
	border:none;
	background-color: transparent;
	padding:0;
	margin:0;
	line-height: 2rem;
}
form#loginform{
	margin-top: 1rem;
}
p.login-email-label{
	margin:0;
}
/* Account Page*/
.cartbox-top{
	padding:20px 0;
}
#checkout .cartbox-checkout .cartbox-top{
	padding:3px 5px;
	border-bottom:none;
}
#checkout .cartbox-checkout, #checkout .cartbox-checkout table{
	margin-bottom: 10px;
}
#checkout .cartbox-cell{
	padding: 10px 10px;
}
.cartbox-cell-total, .cartbox-cell, .cartbox-top, .quotebox-cell, .quotebox-top, .quotebox-cell-total{
	vertical-align: middle;
}
.cartbox-checkout{
	margin-top:60px;
}
.cartbox-heading.qty-heading{
	text-align: center;
}
.cart-summary{
	background:#efefef;
	padding-left:20px;
	padding-right:20px;
	border:15px solid #efefef;
}
.cart-summary .cartbox-heading.qty-heading{
	text-align: left;
	background:none;
	color:#000;
	font-weight:bold;
}
.discountApplyRow td > div{
	background:#fff;
	margin:5px;
	width:100%;
}
	.discountApplyRow #VoucherCode{
		width:80%;
		border:none;
		padding:0 5px;
	}
	.discountApplyRow #discountCodeApply{
		width:18%;
		padding:0 5px;
	}
/* Email Quote */
.prettyPopin .prettyContent .prettyContent-container{
	margin: 0 auto;
	text-align: center;
}
.prettyContent-container p{
	margin-bottom: 0.5rem;
}
.prettyPopin a#b_close{
	top: 10px;
	right: 10px;
}
#emailFormInput, #emailAddressLightbox {
	width: 40%;
	display: block;
	margin: 0 auto;
}
#emailAddressLightbox{
	margin-top:1rem;
}
/* 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="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{
	border:none;
	padding:10px;
	width: 100%;
	border-radius: 0px;
	/*background-color: #f7f7f7;*/
	border: 1px solid #ddd;
	line-height:1;
}
textarea{
	height:150px;
}
.whitesection input[type="text"], .whitesection input[type="email"],
.whitesection input[type="url"],  .whitesection input[type="password"],
.whitesection input[type="search"],  .whitesection input[type="number"],
.whitesection input[type="tel"],  .whitesection input[type="range"],
.whitesection input[type="date"], .whitesection input[type="month"],
.whitesection input[type="week"],  .whitesection input[type="time"],
.whitesection input[type="datetime"],  .whitesection input[type="datetime-local"],
.whitesection input[type="color"], .whitesection textarea, .whitesection select{
	border: 1px solid #ddd;
}
.template-box-sets select{
	background-color: #FFF;
}
input[type="submit"]{
	padding:10px 20px;
	color:#FFF;
	font-size: 1rem;
	border-radius: 0px;
	border:none;
	margin:0;
}
.contact-box button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.cta.solid.purple:hover,
input.form-submit:hover,
.button-style:hover {
	transform: scale(1.025);
    transition: 0.20s;
}

#stock div {
	padding: 0;
}

.menu .button-style{
	color:#fff;
}
/* FAQ */
.faq h3{
	background-color: #FFF;
	border:1px solid transparent;
	border-radius: 0;
	margin:0;
}
.faq .entry-content{
	background-color: #FFF;
	margin-top: 0;
	padding: 1.5em;
	padding-bottom: 0;
}
.sidebar{
	background-color: #FFFFFF;
	padding:1em;
}
/* Sidebar */
.sidebar_box_content{
	background-color: #f7f7f7;
}
/*Designs*/
#designs{
	background-color:#f5f5f5;
}
#designs .listing-product{
	text-align: center;
	color: #FFF;
	opacity: 1;
	transition: 0.2s;
 	background-color:white;
}
#designs .listing-product:hover{
	opacity: 0.8;
}
/* #designs .listing-name{
	padding:5px 0; 
} */
#designs .listing-name a, #designs .listing-name a:visited{
	color: #FFF;
	width: 100%;
	padding: 10px;
	display: inline-block;
	text-decoration: none;
}
#designs h1{
	margin-bottom: 1.8rem;
}
.filter_block{
	background-color: #FFF;
	padding:20px;
}
#tc-prices #p-matrix-options-container{
	margin:0 ;
}
.p-matrix-options h2{
	font-size:1rem;
	font-weight:bold;
}
#tc-prices .proceed_box{
	margin-top: 1rem;
	padding:20px;
	clear: both;
}
.template_detail{
	background-color: #FFF;
	padding:20px;
	padding-top: 1rem;
}
#designs .btn.secondary.lonebutton{
	color:#FFF;
	margin:0;
	border-radius: 0;
	padding:10px 20px;
}
.p-matrix td, .p-matrix th{
	color:#FFF;
	font-weight: bold;
	border: 1px solid #ddd;
	padding:0;
}
td.p-matrix-quantity {
	background-color: #cccccc;
	color: #000;
}
.p-matrix-price{
	background-color: #ffffff;
	padding:0;
}
.p-matrix-price a{
	padding:5px;
	font-size:14px;
	color:black;
}
th.p-matrix-format{
	padding:10px;
}
.p-matrix-quantity-row:nth-child(odd) td.p-matrix-price {
	background-color:#f7f7f7;
}
/* TEmplate detail*/
.template_detail .r-tabs{
	background-color: transparent;
	border:none;
	border-radius: 0px;
}
#designs .r-tabs .r-tabs-nav .r-tabs-tab{
	/* background-color: transparent; */
	color: #fff;
}
.r-tabs .r-tabs-nav .r-tabs-state-active a.r-tabs-anchor{
	color:#FFF;
}
.template_detail li.r-tabs-tab a, .template_detail li.r-tabs-tab a:visited{
	color:#888;
}
.template_detail .r-tabs .r-tabs-nav .r-tabs-state-active a.r-tabs-anchor{
	padding: 10px 12px;
}
.template_detail input[type="text"], .template_detail input[type="email"],
.template_detail input[type="url"],.template_detail input[type="password"],
.template_detail input[type="search"], .template_detail input[type="number"],
.template_detail input[type="tel"], .template_detail input[type="range"],
.template_detail input[type="date"], .template_detail input[type="month"],
.template_detail input[type="week"], .template_detail input[type="time"],
.template_detail input[type="datetime"], .template_detail input[type="datetime-local"],
.template_detail input[type="color"], .template_detail textarea, .template_detail select{
	background-color: white;
}
/* 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: none;
}
/* 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;
}
.quote_form input, .quote_form textarea{
background-color:#f7f7f7;
}
.quote_form  .w-row{
	margin:0.5rem 0;
}
/* Calculator*/
#catalogue .whitesection{
	padding-bottom: 2rem;
}
.tabs_column #prices{
	padding:30px;
}
/* Calculator Summary*/
.summary_container{
	display: block;
	margin-top: 0;
	background-color: #F5F5F5;
}
.summary_container .sidebar.order_summary.main{
	background-color: #f5f5f5;
	border:none;
	border-radius: 0;
}
.summary_attribute, .tabs_column .summary_attribute_title{
	font-size: 1rem;
}
.summary_container .w-clearfix.summary_row{
	display: block;
}
.summary_container .summary_attributes{
	padding-bottom: 0rem;
}
.summary_container .order_summary_bottom{
	width: 100%;
	text-align: center;
}
.sidebar.order_summary{
	background-color: #f5f5f5;
	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{
	min-height: 577px;
}
#checkout p{
	margin:0;
}
.checkout-box{
	background-color: #FFF;
	padding:20px;
	margin-bottom: 1rem;
}
table.cartsteps{
	margin-bottom: 0;
}
.cartbox-cell .fa{
	font-size: 1.5rem;
	color:black;
}
.checkout-action{
	margin-bottom: 1.8rem;
	color: black;
}
.cartbox-cell.no-border{
	border:none;
}
.cartbox-cell-total, .cartbox-cell{
	border-top:none;
	font-size:16px;
}
.cartbox-cell-total{
	width:10%;
	font-weight:normal;
}
.cart-summary .cartbox-cell-total{
	padding:5px;
}
#checkout .cartbox-checkout.cart-summary .cartbox-cell{
	padding:5px;
}
.cart-summary .cartbox-cell-total.text-right{
	border-bottom:1px solid #ccc;
}
.totalsConfirm tr td:first-of-type{
	width:80%;
	
}
#checkout .cartbox-checkout.cart-confirm tbody > tr:first-of-type{
	background:#000;
	color:#fff;
} 
#checkout .cartbox-checkout.cart-confirm tbody > tr:first-of-type .cartbox-top{
	color:#fff;
}
#checkout .cartbox-checkout.cart-confirm .cartbox-cell, .totalsConfirm .cartbox-cell{
	border:none;
}
.cartbox-cell .delivery-dd{
border:1px solid #ddd;}
/* Cart Discount */

/* Blog */
#secondary a{
	text-decoration: none;
}
article.post{
	background-color: #FFF;
}
.blog .entry-content{
	padding: 20px;
}
.entry-content a{
	text-decoration: none;
}
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: 0;
}
#comments{
	background-color: #FFF;
	padding: 20px 0;
}
.single-post .entry-content{
	padding: 20px 0;
	margin-top: 0;
}
#respond .form-submit{
	background-color: transparent;
	padding:0;
	margin:0;
}
.comment-body a.comment-reply-link{
	color:#FFF;
	padding: .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;
}
#home h1, #catalogue h1, #designs h1{
	margin-bottom: 1rem;
	/* padding-bottom: 1rem; */
	margin-top: 0;
}
.template-matrix-options #p-matrix-options-container .p-matrix-attributes select{
	border:1px solid #ddd;
}
/* #p-matrix-options-container .p-matrix-attributes select,
#p-matrix-options-container .p-matrix-attributes input,
.stockRow input{
	padding:0;
	background:none;
} */
/* element.style {
} */
/* .p-matrix-attributegroup{
	line-height:1em;
} */
.stockRow .p-matrix-attributegroup{
	line-height: 40px;
}
.link_graphic.countdown{
margin-bottom:1rem;
}
.template-create-link.cta{
width:100%;
}
.blog-banner{
	height:300px;
}
@media screen and (max-width: 1100px) {
	.summary_attribute, .summary_attribute_title{
		width:100%;
	}
}
@media screen and (max-width: 991px) {
	.summary_attribute, .summary_attribute_title{
		width:49%;
	}
}
/* Cat-USP */
@media screen and (max-width: 768px) {
	a.cat-usp{
		min-height:auto;
	}
	#catalogue-usp .w-col:last-child a.cat-usp{
		margin:0;
	}
	a.cat-usp i{
		font-size: 1rem;
		width: 30px;
		height: 30px;
		line-height: 2;
	}
	.cat-usp span{
		display:inline-block;
		padding:0;
	}
	.cat-usp span:first-child{
		padding-left:30px;
	}
	.cart-discount{
		width:100%;
		margin-bottom:0.5rem;
	}
	
}
.mobile{
display:none;
}
#masthead i.fa-bars{
	color:#333;
}

@media screen and (max-width: 768px) {
	.w-col-4 .link_graphic.countdown{
		display: none;
	}
	.mobile{
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.iphone .footer-box,
	.android .footer-box{
		padding:0;
	}
}
@media screen and (max-width: 480px) {
	.p-matrix-attributegroup, .p-matrix-attributes{
		width:100%;
	}
	.p-matrix-attributes{
		padding-top:5px;
	}
	.slide .left-box{
		padding:20px;
		height:auto;
	}
	.slide{
		height:60vh;
	}
	
	.slide_content{
		margin:0;
	}
}
.banner{
	background-color:transparent;
}
/* Requested Styling changes made by MH - 19-05-2020 */
li#design {
	display: none;
}
#createform .checkout-action input[type="submit"]{
	display:inline-block;
	margin-top:1rem;
}
footer a, footer a:visited,
footer p{
	font-weight:300;
}
.cart-currency-dropdown {
	list-style: none;
	display: inline-block;
	padding: 0 0 0 10px;
	margin: 0px;
}
.cart-currency-dropdown li {
	max-width: 150px;
	width: fit-content;
}
.cart-currency-dropdown select {
	height: 1.6rem;
	padding: 0px;
}
#page #passwordCheck.short,
#page #passwordCheck.weak,
#page #passwordCheck.good,
#page #passwordCheck.strong {
	font-weight: normal;
	font-size: 1rem;
}
.product-slider .slick-slide {
	padding: 8px;
}
.image-nav .slick-slide > img {
	margin-top: 0;
}
.image-nav .slick-slide > img,
.product-slider .slick-slide > img {
	border: 1px solid #d1d0ce;
}
.p-matrix-attribute.selected .image-radio{
	border:1px solid #ddd;
}
.p-matrix-attributes.checkout-action{
	margin: 0;
}
.per-unit-container #unit_cost .CurrencySymbolMatrix, 
.per-unit-container #unit_cost .p-matrix-cost-span{
	font-weight:bold;
	font-size:2em;
} 
.tot-mat-title .CurrencySymbol{
	font-weight:bold;
}
.log-out-button {
color:black;
}

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

	.image-nav .slick-slide img{
		padding:10px 5px;
	}
	header#masthead{
		border-bottom:1px solid #ddd;
	}
}
#catalogue .singl-col{
	padding:0;
}
#catalogue .singl-col .w-container{
	display:flex;
	justify-content:center;
	align-items:center;
	height:225px;
}
.p-thumbs{
	/* margin:3rem 0; */
	text-align: left;
}


.singl-col h1,
.singl-col h2{
	font-size: 3.5rem;
	line-height: 4rem;
	font-weight:300;
}
.site-content{ 
	background-color: white;
	 }
.storefrontlogin,
.w-col .storefrontlogin { 
	margin-top: 50px;  
	margin-bottom: 50px; 
	background-color: #f8f8f8; 
	text-align: left; 
	padding: 20px 40px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}
.storefrontlogin:has(>.inner) {
	padding:5px;
	background:none;
}
	.storefrontlogin > .inner{
		background-color: #f8f8f8; 
		width:100%;
		padding:20px;
	}
.storefrontlogin.splash{
	display: flex;
	flex-direction: column;
}
.storefrontlogin h3 { 
	font-size: 16px; 
	/* border-bottom: 2px solid #2e3a3f;  */
	color: #2E3A3F; 
	font-weight: bold; 
	margin: 0 0 10px 0; 
	padding: 0 0 5px;
}
.storefrontlogin div { 
	float: left; 
	margin: 5px 0; 
	line-height: 37px;
}
.storefrontlogin.splash > div{
	margin:0;
}
.storefrontlogin.splash .logo-login{
	max-height:75px;
}
.cologin-page{
	background-color: #333333;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0!important;
	padding: 0!important;
}
.cologin-page .logo-right{
	height: 8em;
	position: fixed;
	right: 1em;
}	
.loginbox {
	background:#ffffff;
	margin:0;
	padding:20px 40px;
	height:100%;
}
.splash .loginbox{
	    display: flex;
    flex-direction: column;
    overflow: scroll;
    scrollbar-width: none;
    align-items: center;
    justify-content: center;
}
.splash .loginbox::-webkit-scrollbar {
  width: 0; /* Hide scrollbar in Webkit browsers */
}
.splash .loginbox .topSection{
	height:auto;
}
.splash .footerMessage{
	height:auto;
	width:100%;
	padding-left:0;
}
	.loginbox h3{
		line-height:1.5em;
	}
	.loginbox label{
		display:none;
	}
	
	.loginbox #registerForm input{
		display:inline-block;
	}
	.loginbox #registerForm label.show{
		display:inline-block;
		min-width:25%;
	}
	.loginbox input{
		width:100%;
		border-width: 0 0 1px 0;
		padding-left:0;
		padding-right:0;
	}
	
	.loginbox input.form-submit{
		margin:5px 0;
	}
	.loginbox p{
		text-align: center;
	}
#loginform .w-col{
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
.storefrontlogin.splash .login-forgotpassword{
	text-align:center;
	width:100%;
}
.storefrontlogin.splash #registerForm{
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	overflow:scroll;
	text-align:left;
}
.storefrontlogin.splash #registerForm h3{
	font-size:1.3em;
}	
.storefrontlogin.splash #registerForm span.registerMe{
	cursor: pointer;
	font-size:0.7em;
	margin-bottom:20px;
}
.storefrontlogin.splash #registerForm .cartbox-top{
	border-bottom:none;
}
	.storefrontlogin.splash #registerForm .cartbox-top.interHeading{
		padding:20px 0 5px;
	}
.storefrontlogin.splash #registerForm .checkout-action{
	margin-top:50px;
	padding-bottom:50px;
	text-align: left;
}
.storefrontlogin.splash #registerForm .cartbox-cell{
	padding:5px 0;
	border-bottom:1px solid #000;
}
	.storefrontlogin.splash #registerForm .no-underline .cartbox-cell{
		border-bottom:0;
	}
.storefrontlogin.splash #registerForm input:not([type="submit"]):not([type="button"]){
	border:none;
}
.storefrontlogin.splash #registerForm .checkout-action{
	width:100%;
}
.storefrontlogin.splash #registerForm input.form-submit{
	width:100%;
}
#myTab .titleBox{
	padding:0 20px;
}
	#myTab .titleBox h1{
		font-weight:bold;
		padding-bottom:0;
	}
	
.page-template-ops-products .slick-track .slick-slide{
	padding:1px;
}
.page-template-ops-products .image-nav .slick-slide.slick-current > img{
	border-color:#000;
}
.w-col.imagesSection{
	padding-left:0;
}
.imagesSection .slick-slide img{
	width:100%;
	padding: 0;
	transition: 0.20s;
}
.productdesc{
	margin-top:2em;
}
.slide-content-container {
	    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: center;
}
.slider_text {
    display: block;
    margin: 1rem 0;
    text-align: left;
}
.category-listing, .productListing{
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* Three equal-width columns */
	gap: 20px;
}
header#masthead.mini-header .mobile_button {
color:unset;
}
section.featured_product  .productListing{
	  grid-gap: 20px;
	  justify-content: center;
.productListing {
	  display: grid;
	  grid-template-columns: repeat(4, 1fr);
	  gap: 20px; /* Adjust spacing between items */
}
}
@media screen and (max-width: 1100px) {
	.category-listing, .productListing{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 991px){
	section.featured_product  .productListing{
		/* grid-auto-columns: 25%; */
		.productListing {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 20px; /* Adjust spacing between items */
		}		
	}
}
@media screen and (max-width: 991px) {
	.category-listing, .productListing, section.featured_product  .productListing{
		grid-template-columns: repeat(2, 1fr);
	}
	.account_links i {
	font-size:28px;
	}
	.headerElementsTwo {
    flex-direction: row-reverse;
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
}

	.category-listing .listing-category-item, .productListing .listing-product, .listing-product{
		padding: 30px 30px 30px 30px;
		border:1px solid #999;
		border-radius:3px;
		/* margin:10px; */
		box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
	}
	.category-listing .listing-category-item .listing-category-image,.productListing .listing-product .listing-product-image{
		margin-bottom:20px;
	}
	.productListing .listing-product-name{
		font-size: 1.5rem;
		font-weight: normal;
		margin-bottom: 0.5rem;
		color: black;
	}
.listing-category-image a {
		opacity: 1;
		transition: 0.15s;
	}	
.listing-category-image a:hover {
    opacity: 0.5;
    transition: 0.15s;
}
.listing-product-image a {
	opacity: 1;
	transition: 0.15s;
}
.listing-product-image a:hover {
	opacity: 0.5;
	transition: 0.15s;
}
#catalogue .categoryPage > h1{
	margin-bottom:0;
}
.categoryPage .p-thumbs{
	margin-top:0;
}
/* #myTab.r-tabs .r-tabs-panel{
	background:#F7FBFC;
} */
#myTab .nav-tabs{
	margin-top:2rem;
}
input[type="number"].updateBasketQty{
	padding:0;
}
.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: 8rem;
}
.main-navigation ul ul.products_menu_list{
	height:auto;
	background:#fff;
}
.myaccount .nav-cat.vertical{
	background:#eee;
}
.myaccount .nav-cat.vertical h2.cat-menu-header{
	font-size:1rem;
	padding:5px 10px;
}
.myaccount .nav-cat.vertical .ul-nav-prod li{
	border-bottom:1px solid #888;
	padding:5px 10px;
}
.myaccount .nav-cat.vertical .ul-nav-prod li:hover{
	background:rgba(0,0,0,0.3);
	color:#fff;
	transition: 0.20s;
}
.myaccount .nav-cat.vertical .ul-nav-prod li a{
	display:block;
}
.loading-overlay{
	position:relative;
}
.loading-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.sbf-cont .stockHead {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.sbf-cont .stockRow {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.sbf-cont .stockRow > div {
	width: 25%;
}
.sbf-cont .templatefromprice span {
	font-size: 1.4em;
}
.fa.fa-shopping-cart:before{
	display:block;
	height: 1.2em;
	width: 1.2em;
}
.fa.fa-user:before{
	display:block;
	height: 1.2em;
	width: 1.2em;
}
.fa.fa-search:before{
	display:block;
	height: 1.2em;
	width: 1.2em;
}
.template-tagl > span, .template-cta > span {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	font-size: 1.3rem;
    font-weight: bold;
}
.template-cta > span {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    padding: 20px;
}
.template-tagl > span {
	height: 150px;
	text-transform: capitalize;
	font-weight: bold;
}
.template-cta-cont {
    padding: 20px 0px;
}
/* -- Added Styles --  */ 


/* Approval System*/

.approval-list{
	box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.2);
	margin-bottom: 1.5rem;
	border-radius: 10px;
}
.approval-list .table-head{
	background-color: #72001D;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.approval-list .table-head div, .approval-list .table-head td{
	padding: 10px;
	width: 25%;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
}
.table-body .approval-row{
	display: flex;
	justify-content: space-between;
}
.table-body .approval-row:nth-child(even){
	background-color: #faf8f4;
}
.approval-row .approval-cell{
	padding: 10px;
	border: 1px solid #ddd;
	flex-grow: 1;
	width: 25%;
	line-height: 1.3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border-bottom: none;
}
div#approver-info {
    display: none;
}
.featherlight-content div#approver-info {
    display: block;
}
.approval-list .table-head div:nth-child(1),
.approval-row .approval-cell:nth-child(1){
	width: 30%;
}
.approval-list .table-head div:nth-child(3),
.approval-row .approval-cell:nth-child(3){
	width: 50%;
}
.approval-row .approval-cell:last-child{
	padding: 0;
}

.approve-flex{
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.approve-flex .approve{
	color: #97cd5f;
	padding: 10px;
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
	width: 50%;
	transition: 0.1s;
}
.approve-flex .reject{
	color: #e14949;
	padding: 10px;
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
	width: 50%;
	transition: 0.1s;
}

.approve-flex div:hover{
	background-color: #F7f7f7;
}

.approve.active,
.approve.active:hover{
	background-color: #97cd5f;
	color: #FFF;
}
.reject.active,
.reject.active:hover{
	background-color: #e14949;
	color: #FFF;
}

.approve-flex .reject i,
.approve-flex .approve i{
	font-size: 1.5rem;
	margin-right: 10px;
}

.bulk-action-container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 10px;
}
.bulk-action-container h3{
	margin: 0;
}
.bulk-action a{
	padding: 10px 20px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	line-height: 1;
}

.bulk-action a.approve-bulk{
	background-color: #97cd5f;
}
.bulk-action a.reject-bulk{
	background-color: #e14949;
}
.unapproved-action{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.unapproved-action a{
	font-weight: bold;
	color: #000;
}

.approval-cell textarea{
	height: 100%;
	padding: 5px;
	display: block;
	font-size: 0.9rem;
}

.artwork-window{
	margin-bottom: 1.5rem;
}
.artwork-actions{
	background-color: #f7f7f7;
	padding: 20px;
}

.lightbox a.readmore{
	padding: 10px 20px;
	color: #FFF;
}

.layout-list{
	background-color: #FFF;
	border: 1px solid #ddd;
	border-radius: 0;
}
.layout-list h4{
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding: 10px 20px;
}
.layout-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.layout-list ul a{
	padding: 5px 20px;
	border-bottom: 1px solid #ddd;
	display: block;
	color:#000;
	cursor:pointer;
}
.layout-list ul li:last-child a{
	border: none;
}

.approval-cell.customer-comments{
	line-height: 1.3;
}

.approval-cell a{
	color: #000;
	font-weight: bold;
}
.approval-cell a:hover{
	text-decoration: underline;
}

.spendby-container{
	padding: 20px;
	background-color: #FFF;
}

.spend-options{
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
}

.spend-options span{
	font-weight: bold;
	font-size: 1.2rem;
}
.spend-select{
	width: 100%;
	position: relative;
}
.spend-select label{
	cursor: pointer;
}
.spend-select label{
	padding: 5px 10px;
	display: flex;
	align-items: center;
	width: 100%;
	padding-left: 40px;
	position: relative;
	border-radius: 50px;
	font-weight: bold;
	background-color: #faf8f4;
	border: 1px solid #d9cfb9;
	height: 40px;
}

.spend-select input[type="radio"]{
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	position: relative;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
}
.spend-select input[type="radio"]:checked:before{
	content: '\f058';
	font-family: 'FontAwesome';
	color: #e4003b;
	position: absolute;
	font-size: 2rem;
	top: -4px;
	left: 7px;
}

.spend-select select{
	color: #000;
	border-radius: 50px;
	background-color: #faf8f4;
	font-weight: bold;
	font-size: 0.9rem;
	cursor: pointer;
	border: 1px solid #d9cfb9;
	padding-left: 40px;
	width: 220px;
}
.spend-select select option{
	color: #000;
}

.spend-select span.select-tick{
	display: none;
	font-size: 2rem;
	color: #e4003b;
	position: absolute;
	left: 6px;
	top: 20px;
}

.cartbox-cell textarea{
	font-size: 0.9rem;
}
.spendby-container .checkout-action{
	padding-top: 10px;
	margin-top: 10px;
}
.spendby-container .checkout-action a{
	border: 2px solid #e4003b;
}
.spendby-container .checkout-action a:hover{
	background-color: #FFF ;
	color: #e4003b;
	border: 2px solid #e4003b;
}

.cart-container ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.featherlight .featherlight-content{
	max-width: 60%;
	min-width: 60%;
}

/* .featherlight .featherlight-inner{
	min-height:800px!important;
	max-height:800px!important;
} */

.template-preview.template-proof .preview_slider{
	min-height:500px;
}

.lightbox .template-preview.template-proof .preview_slider:before{
	content:'\f0a8';
	font-family:'fontawesome';
	position: absolute;
	top:50%;
	left:30px;
	font-size:2rem;
}
.lightbox .template-preview.template-proof .preview_slider:after{
	content:'\f0a9';
	font-family:'fontawesome';
	position: absolute;
	top:50%;
	right:30px;
	font-size:2rem;
}
#page1{
	margin:0 40px;
}
#page1 img{
	max-width:753px;
	max-height: 700;
	margin:0 auto;
}
img.template-preview{
	margin:0 auto;
	max-height:700px;
	max-width:753px;
}
#artwork-preview-nolayout #page1 img,
#artwork-preview-download #page1 img{
	max-height:680px;
	margin:0 auto;
}
.featherlight-content .greysection{
	padding:0;
}

@media screen and (max-width: 1536px) {
	.featherlight .featherlight-content{
		max-width: 90%;
		min-width: 90%;
	}
}

.preview-toolbar{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #FFF;
	border-radius: 20px;
	width: 100%;
}
.preview-tool{
	padding: 10px;
	font-weight: bold;
	cursor: pointer;
}

.pageskip{
	display: flex;
	align-items: center;
}

.preview-tool.page-nav{
	display: flex;
	align-items: center;
	width: auto;
}

.preview-tool input[type="number"]{
	width: 60px;
}

.featherlight .r-tabs-panel{
	padding: 20px;
	box-shadow: 0px 12px 24px -12px rgb(0 0 0 / 20%);
}
.featherlight .r-tabs .r-tabs-nav{
	font-size: 0;
}
.featherlight .r-tabs .r-tabs-nav .r-tabs-tab{
	background-color: #aaa;
}

.featherlight .r-tabs .r-tabs-nav .r-tabs-anchor{
	padding: 10px 20px;
	font-size: 1rem;
}

.featherlight .r-tabs .r-tabs-nav .r-tabs-state-active a.r-tabs-anchor{
	background-color: #FFF;
	color: #333;
}

#artwork-preview-layouts{
	background-color: #F7f7f7;
	padding: 20px;
}

#checkout .checkout-action .form-submit:focus {
background-color:black;
}

.download-preview button{
	font-size: 1rem;
	font-family: inherit;
}
.download-preview span{
	margin-left: 10px;
}

.refund-container{
	background-color: #faf8f4;
	padding: 20px;
	border-radius: 20px;
}

.total-row{
	border: 1px solid #DDD;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* padding: 10px 20px; */
	font-size: 1rem;
}

.total-row div{
	border-bottom: 1px solid #ddd;
	width: 100%;
	text-align: right;
	padding: 5px 10px;
	border-right: 1px solid #ddd;
}

.rejection-warning{
	padding: 10px;
	border: 1px solid #ffd94d;
	margin-bottom: 20px;
	background-color: #fffad7;
}

.rejection-warning i{
	color: #f19c00;
	font-size: 1.5rem;
	vertical-align: middle;
	margin-right: 10px;
}

.rejection-warning a{
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

.cart-container h2{
	margin-top: 0;
}
#order-details .approval-list .table-head div,
#order-details .approval-row .approval-cell{
	width: 16.6%;
}
#order-details .approval-list .table-head div:nth-child(2),
#order-details .approval-row .approval-cell:nth-child(2){
	width: 22%;
}
#order-details .approval-list .table-head div:nth-child(4),
#order-details .approval-row .approval-cell:nth-child(4){
	width: 10%;
}

#content a.readmore.mini{
	margin-top:1rem;
	font-size: 0.9rem;
	padding: 5px 10px;
}

/* Approval Template preview */
.featherlight-content #artwork-preview-standard .editor_toolbar,
.featherlight-content #artwork-preview-standard .editor_navigation,
.featherlight-content #artwork-preview-template .editor_toolbar,
.featherlight-content #artwork-preview-template .editor_navigation,
.featherlight-content #artwork-preview-layouts .editor_toolbar,
.featherlight-content #artwork-preview-layouts .editor_navigation
.featherlight-content #artwork-preview-nolayout .editor_toolbar,
.featherlight-content #artwork-preview-nolayout .editor_navigation{
	justify-content:center;
}
.featherlight-content #artwork-preview-standard .preview-tool,
.featherlight-content #artwork-preview-template .preview-tool,
.featherlight-content #artwork-preview-layouts .preview-tool,
.featherlight-content #artwork-preview-nolayout .preview-tool{
	width: auto;
}
.featherlight-content #artwork-preview-standard .toolbar-preview a.editor_tool,
.featherlight-content #artwork-preview-template .toolbar-preview a.editor_tool,
.featherlight-content #artwork-preview-layouts .toolbar-preview a.editor_tool,
.featherlight-content #artwork-preview-nolayout .toolbar-preview a.editor_tool,
.featherlight-content #artwork-preview .toolbar-preview a.editor_tool,
.featherlight-content #artwork-preview .toolbar-preview a.editor_tool{
	max-width: 190px;
}

/* Rejected Items */
#rejected-items .approval-list .table-head div,
#rejected-items .approval-row .approval-cell{
	width: 20%;
}

#order-details .approval-list .table-head div:first-child,
#order-details .approval-row .approval-cell:first-child,
#rejected-items .approval-list .table-head div:first-child,
#rejected-items .approval-row .approval-cell:first-child,
#rejected-items .approval-list .table-head div:nth-child(4),
#rejected-items .approval-row .approval-cell:nth-child(4){
	width: 11%;
}
#rejected-items .approval-list .table-head div:nth-child(2),
#rejected-items .approval-row .approval-cell:nth-child(2),
#rejected-items .approval-list .table-head div:nth-child(3),
#rejected-items .approval-row .approval-cell:nth-child(3){
	text-align:left;
}
#order-details .approval-row .approval-cell:last-child,
#rejected-items .approval-row .approval-cell:last-child{
	text-align: right;
	padding: 10px;
}


/* Rejected Items End*/
.approval-list .table-head div:last-child{
	text-align: right;
}

#checkout p.cart-costcentre{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 1rem;
	column-gap: 15px;
}

#cartform p.cart-costcentre {
display:block;
}

#cartform p.cart-costcentre .box-error {
display:block;
color:red;
}

#cartform .checkout-action input.form-submit {
margin-top:1rem;
}

#stockform .box-error {
color:red;
}

.order-status{
	display: inline-block;
	border-radius: 50px;
	padding: 5px 15px;
	background-color: #f7f7f7;
	width: 100%;
	text-align: center;
}
.order-status a{
	color: #FFF;
}
.order-error{
	background-color: red;
	color: #FFF;
}

.order-pending{
	background-color: #ec8400;
	color: #FFF;
}
.order-complete{
	background-color: #4fb59e;
	color: #FFF;
}

.cart-costcentre input[type="text"]{
	width: 200px;
}
.cart-container.order-information h3{
	margin-bottom: 0.2rem;
	display: inline-block;
}
.cart-container.order-information ul{
	margin-bottom: 1rem;
}
.cart-container.order-actions a{
	font-weight: bold;
	color: #333;
	vertical-align: middle;
	line-height: 1.7;
}
.cart-container.order-actions a i{
	font-size: 1.1rem;
	min-width: 20px;
}
.cart-container.order-actions a:hover{
	text-decoration: underline;
}

.approval-row .approval-cell.text-left{
	text-align: left;
}
.order-search{
	display: flex;
	column-gap: 15px;
}

/* My Account */
.myaccount .tab-head{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom: 1rem;
}
.myaccount .search-toggle{
	font-weight: bold;
    cursor: pointer;
    background-color: white;
    color: black;
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid black;
}
.myaccount .search-toggle {

}



.myaccount .tab-head h2{
	margin:0;
}
.account-navigation{
	background-color: #FFF;
	margin-bottom:1rem;
}
.account-navigation ul{
	list-style:none;
	padding:0;
	margin:0;
}
.account-navigation ul li a{
	padding: 5px 20px;
	border-top:1px solid #ddd;
	border-bottom:none;
	display:block;
	color:#000;
}
.account-navigation ul li a:hover{
	background-color:#f7f7f7;
}
.account-navigation ul li:last-child a{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
h3.nav-head{
	margin:0;
	padding: 10px 20px;
	font-size: 1.1rem;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	color:white;
}
.current-menu{
	font-weight:bold;
}

.notif{
	color:orange;
}
#content .myaccount-action a.readmore{
	font-size:0.9rem;
	padding:5px 20px;
	font-weight:normal;
}


#myaccount .cartbox-checkout {
    margin-top: 0;
}
/* My Account END */

/* View Order */
#order-details .table-head div:nth-child(2),
#order-details .approval-row > .approval-cell:nth-child(2){
	text-align:left;
}
#order-details .table-head div:nth-child(3),
#order-details .approval-row > .approval-cell:nth-child(3){
	width: 30%;
	text-align:left;
}
.split-container{
	flex-direction:column;
}
.split-container .table-head{
	border-radius:0px;
	background-color: #ebe8e4;
	color: #000;
}

.split-row{
	display:flex;
}

#order-details .split-container .table-head div{
	font-size:0.9rem;
	padding: 5px;
}
#order-details .split-row .approval-cell{
	padding:5px;
}
#order-details .split-container .table-head div:nth-child(1){
	width: 9%;
}
#order-details .split-row .approval-cell:nth-child(1){
	width: 9.5%;
}
#order-details .split-container .table-head div:nth-child(2){
	width: 64%;
}
#order-details .split-row .approval-cell:nth-child(2){
	width: 66.6%;
	text-align: left;
}
#order-details .split-container .table-head div:nth-child(3){
	width: 14%;
	text-align: center;
}
#order-details .split-row .approval-cell:nth-child(3){
	width: 13.9%;
	text-align: center;
}
#order-details .split-container .table-head div:last-child{
	width: 13.9%;
	text-align: center;
}
#order-details .split-row .approval-cell:last-child{
	width: 14.5%;
	padding: 4px;
	text-align: center;
}

/* View Order End*/

/* Actions Button*/
.action-options{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position:relative;
	max-width:120px;
	float:right;
}
.campaing-groups .action-options{
	max-width:auto;
}
.action-options span{
	color:#FFF;
	display:inline-block;
	
	padding:10px;
	text-align:center;
	width:100%;
	line-height:1;
}
.action-options span.dropdown-toggle{
	border-left: 1px solid #FFF;
    padding: 5px;
    color: #FFF;
    cursor: pointer;
    background-color: black;
}
#templatedrafts .action-options span.dropdown-toggle{
	width:auto;
}
.action-options span.dropdown-toggle i{
	color:#FFF;
	line-height:1;
	font-size:1rem;
	font-weight: 700;
}

ul.action-dropdown{
	display:none;
	position:absolute;
	text-align:left;
	margin:0;
	padding:0;
	list-style:none;
	background-color:#FFF;
	top:38px;
	right:0;
	min-width:200px;
	box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
	z-index: 1;
}
ul.action-dropdown li a,
ul.action-dropdown li div{
	padding:10px;
	border:1px solid #ddd;
	border-bottom:none;
	display:block;
	font-weight:400;
	color:#000;
	cursor: pointer;
}
ul.action-dropdown li a i,
ul.action-dropdown li div i{
	color:#000;
	font-size:1rem;
}
ul.action-dropdown li:last-child a,
ul.action-dropdown li:last-child div{
	border-bottom:1px solid #ddd;
}

ul.action-dropdown li a:hover,
ul.action-dropdown li div:hover{
	text-decoration:none;
	background-color:#f7f7f7;
}
ul.action-dropdown.active{
	display:inline-block;
}

/* Actions Button End */

/* Account Search */

.myaccount-orders .search-orders{
	display:block;
}
.search-orders .sidebar{
	padding:0;
	background-color: transparent;
}


.myaccount div.checkout-action {

    margin-top: 1rem;
}
.search-orders .formcell:nth-child(odd){
	width: 11%;
}
.search-orders .formcell:nth-child(even){
	width: 21.3%;
	text-align: left;
}
.search-orders form input[type="text"],

.search-orders form input[type="submit"]{
	padding:0px 15px;
	font-family:inherit;
	font-size:0.9rem;
}
.formcell-sumbit{
	display:flex;
	align-items: center;
	column-gap:20px;
	width:100%;
	justify-content:flex-end;
}
a.advanced-search,
a.advanced-search:visited{
	text-decoration:underline;
	color:#000;
}
a.advanced-search i{
 	font-size:1rem;
	position:relative;
	top:0;
	left:0;
	color:#000;
	opacity:1;
}
.advanced-container{
	display:none;
	text-align:left;
	width:100%;
}
.advanced-container .formcell{
	text-align:right;
}
.advanced-flex{
	display:flex;
	align-items:center;
	column-gap:5px;
}
/* Account Search End*/
/* KK - Storefront Updates */
ul.r-tabs-nav li.r-tabs-tab.r-tabs-state-active {
background-color: grey;
transition: 0.20s;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
    transition: 0.20s;
}
.basket-summary td span.CurrencySymbol {
    color: black;

}
div.myaccount h1.entry-title {
margin-left: 1rem;
}
div.myaccount div.cart-container h3 {
margin-top: 1rem;
}
.p-thumbs a, .p-thumbs a:visited {
    color: black;
}
header#masthead {
    background-color: #FFF;
    position: sticky;
    top: 0;
    z-index: 99999999;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
div.optionbuttons a.optionbutton {
    color: white;
}
.form-submit {
	background-color: black;
	color: white;
	border:none!important;
}
.form-submit:hover {
	background-color: white;
	color: black;
	/* border: #000; */
}

@media screen and (max-width: 480px) {
	.category-listing, .productListing, section.featured_product .productListing {
        grid-template-columns: repeat(1, 1fr);
    }

}

.slick-initialized .slick-slide {
	display: flex;
    align-items: center;
    gap: 1rem;
}
.r-tabs-tab.r-tabs-state-default a {
	color: black;
}
#catalogue .r-tabs-tab.r-tabs-state-default a.r-tabs-anchor {
	color: white;
    background-color: black;
}

.p-matrix-proceed {
	background-color: black;
}

.p-matrix-proceed:hover {
	background-color: white;
	color: black;
}

.form-submit:hover {
	color: black;
}
input[type="submit"]:hover {
	color: black;
}
#myaccount .myaccount-action a:hover {
    color: black;
}
.news-tab {
    width: 10% !important;
    float: left !important;
    background: #333;
    color: #fff;
    padding: 10px 10px;
    font-weight: bold;
    box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.3);
    z-index: 9 !important;
    position: inherit;
}

.ditty-ticker {
    padding: 10px 0px !important;
    background: #f1f1f1 !important;
    width: 90%;
    border: 1px solid #333 !important;
}
.single_sol_content {
	padding: 1rem;
}

.single_solution a.readmore {
margin: 1rem;
}
.storefrontlogin.splash {
    display: flex;
    flex-direction: column;
    z-index: 999999999;
}
.imagesSection .slick-slide:nth-child(n+2) img:hover {
    transform: scale(0.95);
    transition: 0.20s;
    font-size:16px;
}

.account_links i {
    transition: 0.20s;
}

.account_links i:hover {
	transform: scale(1.10);
    transition: 0.20s;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
    padding: 30px;
}

.checkout-action.download {
	text-align: left;
}
.p-matrix-options {
    margin: 00px 0px;
}
.template-matrix-more {
    text-align: left;
    margin-bottom: 1em;
    font-size: 1rem;
    font-weight: 600;
}



#p-matrix-container > div > table > tbody > tr.p-matrix-format-row > td {
font-size: 10px;
}

.p-matrix-price a:hover {
transition:0.15s;
    background-color:lightgrey;
}
.printingoptions {
background-color: #f5f5f5;
    padding: 2rem;
    min-height: 425px;
}
#designs .editor_navigation {
    background-color: #959595;
    height: 2.2rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
    text-align: center;
    color: white;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}
.templatesection div.template_detail {
	padding-top: 1rem;
}
#content .slide_content a.readmore:hover {
    color: white!important;
    background-color: #b40101!important;
    transition:0.20s;
    border: none!important;
    transform: scale(0.90);
}
#Agreement {
margin-left:1rem;
}
#ticker-section > div > div:nth-child(2) > div {
display: flex;
}
#video-intro h1 {
text-align:center;
}
.form-submit:hover {
border-color: #000000;
    border: none!important;
    color: white!important;
    background-color: black!important;
    transition: 0.20s;
    transform: scale(1.025);
}

#content a.readmore:hover {
color:white!important;
transition: 0.20s;
    transform: scale(1.025);
    border: none!important;
}

#content a.readmore {
border:none;
}
.lightbox a.readmore:hover {
    background-color:#b40101;
    color:white;
    transform: scale(0.90);
    transition: 0.20s;
}
div.cart-discount p:last-child {
    margin-top:1rem;
}

button.cta.purple.invoicePrint {
    background-color: black;
}



#myaccount .cartbox-checkout .checkout-action a.cta:hover {
    margin-top: 1rem;
    border: none;
    background-color:#000000;
    color:white;
}
#myaccount .myaccount-action a {
    background-color: #000000;
 transition: 0.20s;
}
#myaccount .myaccount-action a:hover {
    background-color: black!important;
    color:white;
    transform: scale(1.025);
    transition: 0.20s;
}
.productinfo p {
	margin-top: 0;
}
#content .form-submit {
border-radius: 10px;
}
#content .inner {
margin-bottom:1rem;
}

section.featured_product.greysection div.listing-product {
    background-color: white;
}
.listing-product-image {
background-color:white;
}

.listing-product-name {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
    color: black;
    text-align:left;
}

.listing-product-container {
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
span.listing-template-content-top {
    font-weight: 400;
}
.template_detail div.w-row div.w-col.w-col-12 p:last-child {
margin-bottom:1rem;
}
#stockformorder > table:nth-child(6) > tbody > tr:nth-child(1) > td {
font-size: 2em;
font-weight: 300;
}
div.p-matrix-attributes.prod_attrib > span.p-matrix-express {
    display: flex;
    gap: 1rem;
    }
    #content .vo-btns a.readmore.cta {
    width:auto;
        background-color: #0054d1;
    border: 1px solid #0054d1;
    border-radius: 3px;
    }


#designs .editor_tool.next {
color:white;
}

.editor_tool i {
transform: scale(1);
transition: 0.20s;
}

.editor_tool:hover i {
transform: scale(1.20);
transition: 0.20s;
}
.slide_content h2,
.slide_content .message,
.slide_content p {
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
	.category-listing, .productListing, section.featured_product  .productListing{
		grid-template-columns: repeat(2, 1fr);
	}
	.slide-content-container {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.loginbox {
    height: max-content;
}
.storefrontlogin.splash {
    display: flex;
    flex-direction: column-reverse;
}
}
@media only screen and (max-width: 680px) {
  .slider-for .slick-prev:before, .slider-for .slick-next:before { font-size: 1.5rem;
  }
  .productListing {
  grid-template-columns: repeat(1, 1fr);
  }
  .productListing, section.featured_product .productListing {
  grid-template-columns: repeat(1, 1fr);
  }
  .category-listing {
  grid-template-columns: repeat(1, 1fr);
}
}
@media only screen and (max-width: 530px) {
.log-out-button {
display:none;
}
}
@media only screen and (min-width:320px) and (max-width: 430px) {
.my-account-button {
display:none;
}
.headerElementsTwo {
    flex-direction: row-reverse;
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: center;
}
}
@media only screen and (max-width: 320px) {
    .account_links {
    display:none;
    }
}
span#password-toggle {
    position: absolute;
    right: 10px;
    top: 0px;
    background-color: transparent;
    color: #000000;
    margin: 0;
    cursor: pointer;
    padding: 0.00rem 20px;
}