/*
 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.0
*/
/* =============
CUSTOM
================ */

.content-row {
	padding-top: 100px;
	padding-bottom: 100px;
}

.faq-question h3:hover {
	background-color: #00a295 !important;
	opacity: 1 !important;
}

.page-id-15 h1 {
	text-align: center;
}

.page-id-15 .wpcf7-submit {
	width: 100%;
}

.page-id-15 .w-col-6:first-child {
	width: 100%;
}
.page-id-15 .wpcf7 {
	margin: 0 auto;
	display: table;
	width: 50%;
}

.page-id-15 .w-col-6:nth-child(2) {
	display: none;
}

.cartbox-heading {
	background-color: #212721;
}

.checkout-action a {
	background-color: #00a295 !important;
	border-color: #00a295 !important;
}

#splitdelivery .addSplit {
	color: #00a295;
	border: 2px solid #00a295;
}
#splitdelivery .addSplit:hover {
    background-color: #00a295;
}

#splitdelivery .addSplit i {
	color: #00a295;
}

#myaccount .myaccount-action a {
	background-color: #fff;
	color: #0072BC;
}

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

/* GENERAL
================*/
body, button, input, select, optgroup, textarea{
	font-family: 'Barlow', '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: 2.3rem;
	margin:1rem 0;
}
h3{
	margin:1rem 0;
	margin-top: 0;
}
p:first-child{
margin-top:0;
}
#content{
	background-color: #FFF;
}
.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;
	}
}
/* =============
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%;
	}
.headerElementsOne,
.headerElementsTwo{
	display:flex;
}
.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;
	margin-right: 30px; 
}
h1.site-title img{max-height: 85px;}
.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: sticky;
		    z-index: 99999;
		    top: 0;
		    left: 0;
	}
	#main-header{
		padding:0.5rem 0;
		background-color:white;
	}
}
/* ACCOUNT LINKS */
.account_links{
	text-align: right;
}
a.account_link{
	height: auto;
	width: auto;
	line-height: normal;
	padding: 5px 0px;
	overflow: initial;
	text-decoration: none;
	color: #444 !important;
}
.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{
	border-bottom:5px solid transparent;
	padding: 5px 20px;
	color: #444 !important;
}
.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{
	background:#000;
	color:#fff;
}
.site-footer .footerlinks .w-container{
	display:flex;
}
	.site-footer .footerlinks #menu-footer-menu a{
		color:#fff;
	}
	#menu-footer-menu .current_page_item{
		background:none;
	}
.site-footer .siteinfo{
	text-align: left;
}
.site-footer #menu-footer-menu{
	text-align: right;
}
ul#menu-footer-menu li, ul#menu-extra-menu li{
	line-height: 1.6rem;
	display:inline-block;
	padding-left:10px;
	font-size: 1rem;
    	margin-top: 25px;
}
@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{
	font-size: 3.5rem;
	line-height: 4rem;
	border-left: none;
	background-color: transparent;
	color:#FFF;
	padding-left: 1rem;
	margin-bottom: 1rem;
	padding: 10px 30px;
	padding:0;
	font-weight:300;
	display:block;
}
.message{
	border-left: none;
	padding: 20px 30px;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	background-color: #000;
	color:#FFF;
	padding:0;
}
.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: none !important;
	border-radius:3px;
	background-color: #00a295;
}
#content .slide a.readmore:hover {
	/*background-color: #d97f5b !important;*/
	background-color: #00a295 !important;
	border: none !important;
	color: #fff !important;
	opacity: 0.8;
}
.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;
}
.slick-prev:before, .slick-next:before{
	color:#FFF;
}

.footerlinks img {
    width: auto;
    height: 100px;
}
@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: 1.9rem;
    	right: 2rem;
	}
	#mobile_nav{
		width: 300px;
	}
	.mobile_icons{
		padding-left: 8px;
	}
	.mobile_button{
		right:1rem;
	}
	.mobile_button.fa-close{
		font-size: 2rem;
		cursor: pointer;
		z-index: 999999999;
	}
	#top-header .w-col-6:first-child{
		display: none;
	}
	.phone a, .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 30px;
		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{
		display: none;
	}
	
	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: 0.6rem;
    			right: 1rem;
	}
	.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;
}
@media only screen and (max-width: 680px) {
  .slider-for .slick-prev:before, .slider-for .slick-next:before { font-size: 1.5rem;}
}
/* 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:#FFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}
.single_sol_content h4{
	margin:0;
	font-size: 1.4rem;
	color:#FFF;
}
.single_solution p{
	margin-bottom: 0.5rem;
	color:#FFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}
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:#FFF;
}
/* Catalogue */
#content a.listing-category-name{
	margin: 0;
    width: 100%;
    color: #fff;
    background-color: #0072bc;
    padding: 10px;
    text-align: center;
	text-decoration: none;
	color: #fff !important;
	font-size: 100%;
}

#content .listing-category-item:hover a.listing-category-name{
	background-color: #00a295;
	transition: 0.3s;
}



/* PRODUCT PAGE*/
.product-content{
	background-color: #FFF;
	/*padding:20px;
	margin-top: 1rem;*/
}
#checkout .checkout-action a, #myaccount .checkout-action a{
	margin-left: 0;
	color: #FFF;
}
.checkout-action a:hover{
	color:#FFF;
}
.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: rgba(0, 114, 188, 0.1) !important;
	background-color: transparent;
	border: 3px solid rgba(0, 114, 188, 0.1) !important;
}
*/
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor{
	color:#FFF;
	border:none;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor{
	border:1px solid #eee;
}
.r-tabs .r-tabs-panel{
	border:none;
}
#custom5, #custom6{
	padding:30px;
}
#p-matrix-options-container{
	margin:0;
}
/* Product Page Templates listing*/
.template-box-sets{
	border:none;
	border-radius: 0;
	/* 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: black;
}
.r-tabs .cart-container{
	background-color: #F7FBFC;
}
#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;
}
div#templates .checkout-action{
	display: inline-block;
	/* float:right; */
	margin:0;
}
.template-box-sets #templates .listing-name{
	font-size: 1rem;
}
.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: 1.5rem;
}
#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: #f5f5f5;
	padding-bottom: 2rem;
}
.featured_product #catalogue {
    background: transparent;
    padding: 0;
}
#catalogue h1 {
	/* padding-top: 60px; */
	margin-top: 0;
}
.listing-related, .listing-product, .listing-category{
	overflow: hidden;
	margin-top: 0rem;
	margin-bottom: 0rem;
	/*padding:5px;*/
	padding: 0;
}
/* .listing-product-content,.listing-category-text, .listing-product-text{
	padding-left: 20px;
} */

.listing-product {
	border: 4px solid rgba(0, 114, 188, 0.1);
}
.slick .listing-product {
	margin: 0 10px;
}

.listing-product .listing-product-short-desc {
	padding: 20px;
	text-align: center;
	width: 100%;
    display: inline-block;
	background-color: rgba(0, 114, 188, 0.1);
}

.listing-product .listing-product-text .form-submit {
	display: none;
}

.listing-product .listing-product-name {
	margin: 0;
    width: 100%;
    color: #fff;
    background-color: #0072bc;
    padding: 20px;
    text-align: center;
}

.listing-product:hover .listing-product-name {
	background-color: #00a295;
	transition: 0.3s;
}

.listing-product .productinfo {
	display: none;
}

a.listing-product-link i, a.form-submit i, a.optionbutton i,a.readmore i{
	transition: 0.2s;
	transform: translateX(0);
	display: none;
}
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: 0rem;
}
.category-content{
	margin-bottom: 2rem;
}
.template_thumb, .listing-product-image img, .listing-category-image img{
	border:none;
	width: 100%;
}
 /* .listing-product-image img{
	 margin:0 auto;
	 width: 100%;
 } */
/* 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;
	margin-top: 10px;
}
#checkout .cart-container {
	padding:0;
}
#checkout .cartbox-top {
    text-align: left;
}
#checkout .cartbox-cell{
	padding:3px 5px;
}
.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="text"], input[type="email"],
input[type="url"],  input[type="password"],
input[type="search"],  input[type="number"],
input[type="tel"],  input[type="range"],
input[type="date"], input[type="month"],
input[type="week"],  input[type="time"],
input[type="datetime"],  input[type="datetime-local"],
input[type="color"], textarea, select{
	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,
input[type="button"],
input[type="reset"],
input[type="submit"]
.cta.solid.purple,
input.form-submit,
.button-style{
	background-color: #232f3e;
	border: none;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: normal;
	margin:0;
	border-radius: 3px;
}
.menu .button-style{
	color:#fff;
}
/* FAQ */
.faq h3{
	border:1px solid transparent;
	border-radius: 0;
	margin:0;
	padding: 15px !important;
}
.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;
}
#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:2rem;
	/* font-weight:bold; */
}
#tc-prices .proceed_box{
	margin-top: 1rem;
	padding:20px;
	clear: both;
}
.template_detail{
	background-color: #FFF;
	padding:20px;
}
#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;
}
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: #f3f3f3;
}
/* 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;
}
.checkout-action{
	margin-bottom: 1.8rem;
}
.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 */
.cart-discount{
	width:40%;
}
/* 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; */
	text-align: center;
}
.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: #fff;
}
/* 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: 991px) {
	
	.summary_column, .account_links{
		display: none;
	}
}
@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: 8px;
}
.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;
}
@media screen and (max-width: 480px) {
	.account_links .account_link:nth-child(2){
		margin:0;
	}
	.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;
	background-color: #fff;
	background-size: contain !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}
.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 60px;
	height:100%;
}
.splash .loginbox{
	display:flex;
	flex-wrap: wrap;
	/*flex-direction:column;*/
	overflow:scroll;
	scrollbar-width: none; /* Hide scrollbar in Firefox */
}
.splash .loginbox::-webkit-scrollbar {
  width: 0; /* Hide scrollbar in Webkit browsers */
}
.splash .loginbox .topSection{
	flex:1;
	top: 50%;
	transform: translate(0px, -50%);
	position: relative;
	
}
.splash .footerMessage{
	height:auto;
	width:100%;
	padding-left:0;
	text-align: center;
}
	.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: 20px;
	}
	
	.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:6px;
}
.page-template-ops-products .image-nav .slick-slide.slick-current > img{
	border-color:#000;
}
.w-col.imagesSection{
	padding-left:0;
	padding-right:60px;
}
.imagesSection .slick-slide img{
	width:100%;
}
.productdesc{
	margin-top:2em;
}
.category-listing, .productListing{
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Three equal-width columns */
	gap: 20px; 
}
.featured_product #catalogue .category-listing, .productListing {
	grid-template-columns: repeat(4, 1fr); /* Three equal-width columns */
}
.featured_product {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
section.featured_product  .productListing{
	  grid-gap: 20px;
	  justify-content: center;
	  
}
@media screen and (max-width: 1100px) {
	.category-listing, .productListing{
		grid-template-columns: repeat(3, 1fr);
	}
}
	section.featured_product  .productListing{
		grid-auto-columns: 25%;
		grid-template-columns: repeat(4, 1fr);
		
	}
@media screen and (max-width: 991px) {
	.featured_product #catalogue .category-listing, .productListing {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 768px) {
	.category-listing, .productListing, section.featured_product  .productListing{
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 480px) {
	.featured_product #catalogue .category-listing, .productListing {
    grid-template-columns: repeat(1, 1fr);
}
}
	.category-listing .listing-category-item, .productListing .listing-product{
		padding: 0px;
		border: 4px solid rgba(0, 114, 188, 0.1);
		border-radius:0px;
		/*background-color: rgba(0, 114, 188, 0.1);*/
		/* margin:10px; */
		/*box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);*/
	}
	.category-listing .listing-category-item .listing-category-image,.productListing .listing-product .listing-product-image{
		/*border:1px solid #999;*/
		margin-bottom:0px;
	}
	.productListing .listing-product-name{
		margin: 0;
		width: 100%;
		color: #fff;
		background-color: #0072bc;
		padding: 20px;
		text-align: center;
	}
	
#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;
}
.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{
	content:url("icons/ShoppingCart.svg");
	display:block;
	height: 1.2em;
	width: 1.2em;
}
.fa.fa-user:before{
	content:url("icons/Profile.svg");
	display:block;
	height: 1.2em;
	width: 1.2em;
}
.fa.fa-search:before{
	font-weight: 100;
}
.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;
}
.editor_toolbar .artwork-window {
	margin-bottom: 0;
}
.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;
}

.template-preview{
	border: 1px solid #ddd;
}

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

.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:transparent;
	color: #212721;
	padding: 7px 15px;
	/*border-radius: 50px;*/
	display: flex;
	align-items: center;
}
.myaccount .search-toggle i {
	margin-right: 5px;
}

.myaccount h2{
	line-height:1.2;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

.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;
}
.current-menu{
	font-weight:bold;
}
.notif{
	color:orange;
}
#content .myaccount-action a.readmore{
	font-size:0.9rem;
	padding:5px 20px;
	font-weight:normal;
}
#myaccount .cart-container, #myaccount .account-navigation {
    background-color: #f7f7f7;
    margin-bottom: 1rem;
    /* border-radius: 5px; */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
#myaccount .r-tabs .r-tabs-panel {
    background-color: #f7f7f7;
    padding: 2rem;
}
#myaccount .cartbox-checkout {
    margin-top: 0;
}
.search-toggle, #MakePayment, #AddCustomerGroup, #CGroup-submit {
	float: right;
 	margin-bottom: 1rem;
}
#CGroup-submit {
	margin-bottom: 0;
}
#CGroup-add {
	display: none;
}
.featherlight-content #CGroup-add {
	display: block;
}
/* 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;
	background-color: #0072bc;
	padding:5px 10px;
	text-align:center;
	width:100%;
}
.action-options span.dropdown-toggle{
	border-left:1px solid #FFF;
	cursor:pointer;
	background-color: #0072bc; 
}
#templatedrafts .action-options span.dropdown-toggle{
	width:auto;
}
.action-options span.dropdown-toggle i{
	color:#FFF;
	line-height:1;
	font-size:1rem;
}

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 */
.search-orders{
	background-color: #faf8f4;
	padding: 15px;
	display:none;
	margin-top:1rem;
}
.myaccount-orders .search-orders{
	display:block;
}
.search-orders .sidebar{
	padding:0;
	background-color: transparent;
}
.search-orders h2.cat-menu-header{
	background-color:transparent;
	color:inherit;
	padding:0;
	font-size:1rem;
}
.search-orders form{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: flex-start;
	column-gap:5px;
	font-size:0.9rem;
	row-gap: 5px;
	text-align: right;
}
.search-orders .formcell:nth-child(odd){
	width: 11%;
}
.search-orders .formcell:nth-child(even){
	width: 21.3%;
}
.search-orders form input[type="text"],
.search-orders form select{
	font-family:inherit;
	font-size:0.9rem;
	padding:5px;
	background-color:#FFF;
}
.search-orders form input[type="submit"]{
	padding:5px 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*/

/* Basket items */
span#cart-basket {
    position: absolute;
    background-color: #0072bc;
    color: white;
    border-radius: 50%;
    padding: 0.25rem;
    min-width: 20px;
    min-height: 20px;
    text-align: center;
    top: -10px;
    right: -10px;
    font-size: 0.8rem;
}
.inner {
    display: flex;
    flex-flow: wrap;
}
.listing-category-image img {
    width: 100%;
}
.listing-category-text, .listing-product-text {
    width: 100%;
}
/* START my account pagination */
.myaccount .pages {
	cursor:pointer;
	padding: 5px;
}
span#pages-active {
    background: #ccc;
	border-radius: 8px;
}

.myaccount .pages:hover {
	text-decoration: underline;
}

.myaccount .pages-conatiner {
    text-align: right;
    padding: 0.25rem;
}
.myaccount  .pages-list {
    margin-bottom: 0.25rem;
}
.myaccount  span.pages-active {
    font-weight: bold;
    border-bottom: 1px solid;
}
.myaccount  span.pages-previous:before {
    content: '\f053';
    font-family: "Font Awesome 5 Pro";
    font-size: 0.8rem;
    margin-right: 5px;
}
.myaccount  span.pages-next:after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 0.8rem;
    margin-left: 5px;
}
.myaccount  span.pages-first:before {
    content: '\f053 \f053';
    font-family: "Font Awesome 5 Pro";
    font-size: 0.8rem;
    margin-right: 5px;
}
.myaccount  span.pages-last:after {
    content: '\f054 \f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 0.8rem;
    margin-left: 5px;
}
.myaccount  span.pages-first,.myaccount  span.pages-previous,.myaccount  span.pages-next,.myaccount  span.pages-last {
	color: #FFF;
	background-color: #0072bc;
	display: inline-block;
	padding: 10px;
	text-align: center;
	line-height: 1;
}
.myaccount  span.pages-first {
    margin-right: 0.25rem;
}
.myaccount  span.pages-last {
    margin-left: 0.25rem;
}
input.gotoInput {
    width: 50px;
    margin-right: 0.5rem;
	height: 24px;
}
form.gotoForm {
	display: inline-block;
    margin-right: 0.5rem;
}
.pages-results button.gotoSubmit {
    padding: 0px 20px;
    color: #fff;
}
/* END myaccount pagination */
a#StandardPrint {
    margin-left: 10px;
}
/* wallet */ 
.currency-input {
    position: relative;
}
.currency-input span.CurrencySymbol {
    position: absolute;
    left: 15px;
    top: 18px;
}
.currency-input #PaymentAmount {
    padding-left: 20px;
}
#budget-allocation .CustomerUser.input-wrapper {
	position:relative;	
}
#CustomerUser-icon {
    position: absolute;
    right: 10px;
    top: 7px;
    display: none;
}
#budget-allocation .ajaxResults-container {
	top: 40px;
}
#budget-allocation .form-autocomplete {
	height:auto;
}
.payment-history .approval-row .approval-cell {
    display: table-cell;
    align-items: center;
    padding: 5px;
    position: relative;
}
.payment-history .approval-list .table-head {
	display: table-row;
}
.template-matrix-options .proceed_box.checkout-action {
    background-color: transparent;
}
.fund-info{
	display:flex;
	flex-wrap:wrap;
	column-gap:10px;
	row-gap: 10px;
}
.fund-info h3{
	width:100%;
	text-align:center;
	margin-top:1rem;
}

.fund-info h2{
	width:100%;
	text-align:center;
	font-size: 1.5rem;
}

.fund-container{
	background-color:#faf8f4;
	padding:20px;
	border-radius:20px;
	text-align: center;
	flex: 1 1 calc(33.33% - 10px);
}
.fund-container.fund-container-campaign a.readmore {
    margin-top: 1rem;
}
.fund-values{
	display:flex;
	align-items:flex-start;
	justify-content:center;
	text-align:center;
	margin-bottom:1rem;
	min-height:92px;
}
.fund-values > div{
	padding:10px;
	border-right:1px solid #ddd;
}
.fund-values > div:last-child{
	padding:10px;
	border-right:none
}
.fund-values h3{
	font-size: 14px;
	line-height:1.2;
	margin:0;
}
.fund-values .value{
	font-size: 1.6rem;
	color:#e4003b;
	font-weight: bold;
}