/*
 Theme Name:   OPSv3 Theme 6
 Description:  OPS Theme 6
 Author:       Laura Wheatman
 Author URI:   http://www.onlineprintsolution.co.uk
 Template:     OPSv3
 Version:      1.0.0
*/

/* =============
GENERAL
================*/

body{
	font-family: "brandon-grotesque";
	font-size: 18px;
    line-height: 1.7rem;
}
body.page{
	background-color: #f7f7f7;
}

#content p a{
	text-decoration:none;
	font-weight:bold;
	color:#894ecc;
}

#content p a:hover{
	text-decoration:underline;
}

h2 {
    font-size: 1.8rem;
   font-family: "brandon-grotesque";
    margin:1rem 0;
}

.centered h2:first-child{
	margin-top: 0;
}

h3{

	margin:1rem 0;
	margin-top: 0;
}

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

#content{
	background-color: #FFF;
}
.whitesection{
	background-color: #FFF;
}
.greysection{
	background-color: #F5F5F5;
}
.darkgreysection{
	background-color: #eee;
}
.colorsection{
	color:#FFF;
}
.removepadding{
	padding-top:0;
}
a{
	text-decoration: none;
}

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

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

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

/* =============
HEADER
================*/

.main-header{
	padding: 34.75px 0 34.766px;
}

.main-header .w-container{
	max-width: 1001px;
	padding: 0;
}

#masthead > div > div > div.account_links > div.account_login > a.account_link.tool-tip.orderonline > img {height: auto;
	height: 100%;
    max-width: 100%;
}

.header-contact,
.site-title,
.account_links{
	width: 33.3%;
}
#site-navigation.main-navigation {
	width: 56.1%;
	clear: none;
	padding: 0;
	margin-left: 30.5px;
}
div.account_link.search_link.tool-tip {
	display: none;
}
div.account_links > a > span.value {
	display: none;
}



.main-navigation li a, .main-navigation li a:visited {
	transition-duration: 0.10s;
	line-height: 75px;
}



ul.submenu li a {
	transition-duration: 0s;
}

.myaccounticon {
	height: 100%;
	transition-duration: 0.10s;
}
.basketicon {
	height: 100%;
	transition-duration: 0.10s;
}

.myaccounticon:hover {
	opacity: 80%;
	transition-duration: 0.25s;
}
.basketicon:hover {
	opacity: 80%;
	transition-duration: 0.25s;
}
.main-navigation ul li:hover ul.sub-menu li a {
	transition-duration: 0s;
}

.orderonlineicon:hover {
	opacity: 80%;
    transition-duration: 0.25s;
}

/* CONTACT */
.phone, .email{
	display: inline-block;
	margin-right: 10px;
}
.phone a, .email a,.phone a:visited, .email a:visited{
	border:1px solid;
	border-radius: 20px;
	transition: 0.2s ease-in-out;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}
.phone a:hover, .email a:hover{
	border:1px solid;
	color: #FFF;
}
.phone a {
}
 .email a{
	padding:5px 8px;
}
.phone span, .email span{
	display:none;
	transition: 0.2s ease-in-out;
}
.phone span.show, .email span.show{
	display:inline-block;
}
/* LOGO */
.site-title{
	text-align: center;
	margin: 0 0 0 35px;
	width: 326px;
	padding: 0;
	
}

.site-title img{
	margin:0 auto;
	max-height: 75px;
}

@media screen and (max-width: 750px) {
	#masthead{
		/*position: fixed;*/
		z-index: 99999;
		width:100%;
	}
	#content{
	/*	padding-top: 6.3rem; */
	}
}
/* ACCOUNT LINKS */

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

.tool-tip{
    display: inline;
    position: relative;
}
.account_links{
	text-align: right;
	width: 1300px;
}
.account_link{
	height: 40px;
	width: auto;
	line-height: 40px;
	/*border:1px solid;*/
	padding: 0 10px;
	display:inline-block;
	font-size: 16px;
	overflow: initial;
	min-width: 40px;
	text-align: center;
}

.account_link:hover,
.account_link:visited:hover{
	border:1px solid;
	display:inline-block;
	/*color: #FFF;*/
}
.account_link.search_link.active:hover{
	background-color: transparent;
}
.account_link.search_link:hover i,
.account_link.search_link:visited:hover i{
	color: #FFF;
}

.account_link.search_link.active:hover i,
.account_link.search_link.active:visited:hover i{
	background-color: transparent;
}

.account_login{
	display: inline-block;
}

/* Search*/

.headersearch{
	position: relative;
}

.headersearch .input-wrapper{
	position: absolute;
    top: 0;
    left: 0;
}

.search_link .input-wrapper{
	display: none;
}

.search_link.active .input-wrapper{
	display: block;
}

.account_link.search_link{
	display:inline-block;
	cursor:pointer;
}

.search_link.active{
	width: 200px;
	padding: 0;
}

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

.search_link.active .searchform{
	width: 80%;
	height: 39px;
	line-height: normal;
	display:block;
	background-color: transparent;
	border: none;
	position: absolute;
	padding: 0;
	right: auto;
	top: 0;
	margin-right: 40px;
	font-family: inherit;
	font-size: 0.9rem;
	padding: 0 10px;
}

.search_link i, .search_link.active i{
	line-height: normal;
	cursor:pointer;
}
.search_link.active i{
	position: absolute;
	right: 10px;
	top: 10px;
}
.search_link button#searchbutton{
	display: none;
}
.search_link.active button#searchbutton{
	position: absolute;
	right: 0;
	top: 0;
	height: 39px;
	background-color: transparent;
	display: inline-block;
	z-index: 999;
}
.headersearch .ajaxResults-container{
	width: 300px;
    left: auto;
    right: 0;
    top:39px;
}


/* NAVIGATION */
.main-navigation ul{
	text-align: center;
	position:relative;
	display: flex;
    justify-content: space-evenly;
	font-size: 15px;
	font-weight:300;
}
@media (min-width: 1400px) {
	article#image-ordering .whitsection .w-container {
		max-width:1400px;
	}
}
.main-navigation ul li:hover ul.sub-menu li a:hover {
background-color: transparent;
transition-duration: 0s;
}

.main-navigation ul li:hover ul.sub-menu li a:hover {
    	color: #7597c9;
	background-color: transparent;
	transition-duration: 0s;
}
.main-navigation ul ul {
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}
#menu-item-4468 > ul {
display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
	max-width: 85%;
}
.main-navigation ul li:hover > ul {
    left: 3.3%;
}
#menu-item-4463 > ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
	max-width: 85%;
}
.main-navigation li{
	float: none;
	display: inline-block;
    position: initial;
    text-align: center;
    margin: 0 26px;
    letter-spacing: 1.3px;
}
.main-navigation li:nth-child(1){

    margin-left: 40px;
}
.main-navigation ul.submenu {
	display: flex;
	justify-content: left;
}

.main-navigation li:hover {
	color: #7597c9;
	transition-duration: 0.25s;
}

.main-navigation li a:hover {
	color: #7597c9;
}


.header-contact{
	display: none;
}
.account_link.mobile_toggle{
	display: none;
}
.account_link.mobile_toggle:hover,
#masthead .account_link.mobile_toggle:hover i{
	color: #000;
}

@media screen and (max-width: 1000px) {
#mobile_nav ul {
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 30%;
}
#mobile_nav ul li a {
	padding-right: 0px;
}
}
@media screen and (max-width: 1000px) {
	#mobile_menu ul.sub-menu.active {
	  margin-right: 0px;
	  margin-top: 0px;
	}
  
	#mobile_menu ul.sub-menu.active li {
	  padding-left: 0;
	}
  
	#mobile_nav ul li a {
	  margin-top: 7px;
	  padding: 0;
	}
  
	#mobile_menu li.menu-item-has-children:nth-child(1) {
	  margin-top: 40px;
	  text-align:center
	}
  
	#mobile_nav ul.sub-menu {
	  background-color: #ffffff;
	  margin-top:0;
	}
	#mobile_menu li.menu-item-has-children:after {
		position: absolute;
		right: 85px;
		top: 0;	
	}
	#mobile_menu li.menu-item-has-children.active-parent:after {
		margin-right:85px; 
	}
	#mobile_menu li.menu-item-has-children:nth-child(1).active-parent:after {
 	   margin-right: 57px;
	}
	#mobile_menu li.menu-item-has-children.active-parent a{
		
	}
  }
nav#mobile_nav ul#mobile_menu li.menu-item a{

	text-align:center;
}
@media screen and (max-width: 1000px) {
    .header-contact{
    	display: none;
    }
    .account_link.search_link{
    	display: none;
    }
    .account_login{
    	display: none;
    }
    .account_link.mobile_toggle{
		display: inline-block;
		margin-top: 7px;
    		margin-right: 11px;
	}
	#masthead > div > div > div.site-title.animated.fadeInUpShort.go > a > img {
		margin-left: 17vw;
	}
}
@media screen and (max-width: 768px) {
	.site-title, .account_links{
		width: 50%;
	}
	#masthead > div > div > div.site-title.animated.fadeInUpShort.go > a > img {
		margin-left: 0;
	}

}

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

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black color */
    z-index: 999; /* Ensure it appears above other content */
    display: none; /* Initially hidden */
}

/* Mega Menu*/

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

.main-navigation ul ul.products_menu_templates{
    padding: 0;
    box-shadow: none;
}
.main-navigation ul ul.products_menu_list{
	column-gap: 20px;
	font-size: 1rem;
}

#print .products_menu_templates .products_menu_list{
	padding:20px 15px;
	display: inline-block;
}
a.w-col.w-col-3.category{
	margin-bottom: 1rem;
}
.menu-parent:after{
	font-family: 'Fontawesome';
	content:'\f0d7';
	position: absolute;
	top:27px;
	left:41%;
	font-size: 0.9rem;
}

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

.products_menu_container{
	top:47px;
	/*left: 16.9%;*/
    	max-width: 1245px;
}

@media screen and (max-width: 1536px) {
	.products_menu_container{
		left:8.6%;
	}

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

.main-navigation .products_menu_templates a{
	padding:0;
	width:auto;
	margin-bottom:1rem;
}

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

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

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


@media screen and (max-width: 750px) {
	.footer-box{
		margin-bottom: 1rem;
	}
	footer ul{
		columns: 1;
	}
	#colophon > div > div > div:nth-child(2) {
	text-align: center;
	}
	#colophon > div > div > div:nth-child(3) > div {
	text-align: left;
	display: flex;
    	flex-direction: row;
    	justify-content: center;
	}
	#colophon > div > div > div:nth-child(1) {
/*	width: 100% */
	}
	#colophon > div > div > div:nth-child(1) > div:nth-child(1) > div {
	display: flex;
    	justify-content: center;
	}
	#colophon > div > div > div:nth-child(1) > div:nth-child(1) > div > img {
	width:68%;
	}
	#wpcf7-f4470-o1 > form > p:nth-child(4) {
	margin-bottom: 0px;
	}
	
}

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

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

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

a.social:hover i{
	color:#000; 
	/*font-size: 2rem;*/
}
a.social svg {
	width: 30px;
	transition: transform 0.3s ease;
}

a.social svg:hover {
    transform: scale(1.1);
  }
.card-types{
	/*margin-bottom: 0.5rem;*/
	padding: 5px;
	/*background-color: rgba(0,0,0,0.2);*/
	border-radius: 5px;
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
}
.card-types i{
	font-size: 1.8rem;
	padding:1px;
}

.card-types img{
	display: inline-block;
	vertical-align: middle;
}
.footer-box{
	/*background-color: rgba(255,255,255,0.2);*/
	/* padding:20px; */
}
.payment-gateway{
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Single Column */

.singl-col{
	min-height:300px;
	padding: 0;
}

.singl-col .w-container{
	min-height:300px;
	display:flex;
	align-items:center;
	justify-content:center;
}


/* Slider*/
.slide{
	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/paper.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.slide_content h2, .slide_content h1{
	font-size: 2rem;
	line-height: 1;
	border-left: none;
	background-color: #FFF;
	padding-left: 1rem;
    padding: 10px 50px;
    display:block;
}

.message{
	border-left: none;
	padding: 20px 50px;
	font-size: 1.1rem;
	display:block;
}
.badge{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding: 5px 0;
}

.slide a.readmore{
	color:#FFF;
	font-size: 1rem;
	float: right;
	display: inline;
}

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

@media screen and (max-width: 1000px) {
	.main-header{
		padding:10px 0;
		height: 100px;
	}
	/* Mobile Menu*/
	#masthead i.fa-times{

	}
	.mobile_toggle{
	}
	#masthead i.fa-bars{
		position: relative;
		padding: 0;
		right: auto;
		top: auto;
		font-size: 2rem;
		margin-top: 25px;
		display: inline-block;
	}
	#mobile_nav{
		width: 300px;
	}
	.mobile_icons{
		padding-left: 8px;
	}
	.mobile_button{
		right:1rem;
	}
			
	.mob-close {
		width: 44px;
    		top: 1.7rem;
    		right: 1.75rem;
	}
	.mobile_button.fa-close{
		font-size: 2rem;
		cursor: pointer;
		color: black;
		margin-top:20px;
		margin-right:10px;
	}
	.phone a, .email a, .phone a:visited, .email a:visited{
		border:none;
		color:#FFF;
		cursor: pointer;
		padding:0;
	}
	.phone a:hover, .email a:hover{
		border:none;
		color:#FFF;
	}
	.slide_content h2, .slide_content h1{
		font-size: 1.2rem;
		display: block;
		padding:12px 30px;
	}
	.message{
		font-size: 1rem;
		display: block;
		padding:12px 30px;
		line-height: 1.3rem;
	}
	
}
@media screen and (max-width: 1000px) {
	header#msthead{
		height:90px;
	}
	.slide{
		padding:1rem;
	}
	.slide_content{
		margin:0 30px;
	}
	
	.site-title img{
		max-height: 63px;
		width: auto;
	}
	.cart_link{
	}
	.img-small{
		padding:0;
		min-height:200px;
	}
	.sample-image{
		height: 150px;
	}
	.badge, .slide a.readmore{
		display: block;
		text-align: center;
		width: 100%;
		margin:0;
		margin-bottom: 10px;
	}
	.badge{
		margin:0;
	}
}
@media screen and (max-width: 480px) {

	.message{
		padding:12px 30px;
	}
	.site-title img{
		width: 250px;
		float: left;
	}
	.slide a.readmore{
		margin-right: 0;
	}
	.slide_content h2, .slide_content h1{
		font-size:2rem;
	}
}
.slider-section .slick-prev:before{
	font-family: 'Fontawesome';
	content:'\f0a8';
	opacity: 1;
}
.slider-section .slick-next:before{
	font-family: 'Fontawesome';
	content:'\f0a9';
	opacity: 1;
}
.slider-section .slick-prev:before, .slider-section .slick-next:before{
	font-size: 2rem;
}

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

.banner h3{
	color:#FFF;
}
.banner-content{
	margin-bottom: 1rem;
}

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

/* Featured Products */

.whitesection.featured_product .product{
	background-color: #f7f7f7;
}
.greysection.featured_product .product{
	background-color: #FFF;
}
.featured_product .product{
    overflow: hidden;
    position:relative;
}
.featured_product .product img{
	display: block;
}
.productinfo{
	padding:20px;
}

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

}


.featured_product .subtitle_price{
	display: block;
}



/* Feature Icons */

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

@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 h2{
	margin-top: 0;
}

.funnel i{
	border-radius: 50%;
	font-size: 1.9rem;
	text-align: center;
	margin-right: 1rem;
	color: #FFF;
	min-width: 60px;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.funnel h3{
	margin-top:0;
	line-height: 1.2rem;
	margin-bottom: 0.5rem;
}
.funnel p{
	margin-top:0;
	line-height: 1.2rem;
	font-size: 0.9rem;
}
.funnel{
	display:flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f7f7f7;
	padding: 10px;
}

@media screen and (max-width: 991px) {
	.funnel {
		padding:20px;
		text-align: center;
	}
	.funnel i{
		margin:0;
		margin-bottom:0.5rem;
	}
}

@media screen and (max-width: 768px) {
	.funnel{
		flex-direction:column;
		justify-content:flex-start;
	}
}
@media screen and (max-width: 480px) {
	.funnel{
		margin-bottom:1rem;
		flex-direction:column;
	}
	.funnel:last-child{
		flex-direction:row;
	}
}

/* Graphic Links */

.solutions {
	text-align: left;
}
.whitesection .single_solution{
	background-color: #f7f7f7;
}
.single_solution{
	background-color: #FFF;
    overflow: hidden;
}
.single_sol_img{
	width: 100%;
	max-width: none;
}
.single_sol_content{
	padding:20px;
}
h3.single_sol_h3{
	font-size: 1.5rem;
	text-align: left;
}
.single_sol_content h4{
	margin:0;
    font-size: 1.4rem;
}

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

a.readmore i{
	margin-left: 10px;
}
@media screen and (max-width: 991px) {
	.single_solution{
		margin-bottom: 1rem;
	}

}

/* Feature List */

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

/* Sample Pack */

.sample-pack{
    overflow: hidden;
}
.sample-pack h2{
	color:#FFF;
}
.sample-pack p{
	color:#FFF;
}
.sample-pack a.readmore{
	border:2px solid white;
	color: #FFF;
	border-radius: 15px;
	background-color: transparent;
    font-weight: bold;
}
#content .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;
}
.sample-image img{
	position: absolute;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	.sample-pack .img-small{
		min-height: 300px;
	}
}

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

/* Price List */

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

div.matrix td.purple{
	background-color: #fff1fc;
    border: 1px solid #f5e3f3;
}
div.matrix th.green{
	background-color: #fed302;
    border: 1px solid #fed302;
    color:#333;
}
div.matrix td.green{
	background-color: #f8f8f4;
    border: 1px solid #e3e1d5;
}
/* Blog */

.solution h3{
	overflow: hidden;
}
a.solution{
	overflow: hidden;
}
.solution img{
	opacity: 1;
	overflow: hidden;
}
span.subheading{
	display: block;
	font-size: 1.2rem;
}

/* Text */

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

.testimonial{
	background-color: #FFF;
	padding:20px 80px;
	position:relative;
	margin:0 5px;
}
.whitesection .testimonial{
	background-color: #f7f7f7;
}

.testimonials .slick-next:before, .testimonials .slick-prev:before{
	color:#000;
}

@media screen and (max-width: 991px) {
	.testimonial{
		margin-bottom: 1rem;
	}
}

/* Grid Section*/
a span.gridtitle, a:visited span.gridtitle{

  font-size: 1.2rem;
  
}

/* Tabs*/

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

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

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


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


/* PRODUCT PAGE*/

.product-content{
	background-color: #FFF;
	margin-bottom:2rem;
}
.checkout-action a{
	margin-left: 0;
	color:#FFF;
}
.checkout-action a:hover{
	color:#FFF;
}
.p-matrix-cost{
	font-size: 1.3rem;
}
.p-maincontent section.whitesection{
	padding:0;
}

/* Remove this styling when upgrading*/
/*.p-maincontent-image{
	position: relative;
	left:-300px;
	height: 460px;
	overflow: hidden;
	width: 140%;
}
@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;
	}
}
*/

/* 2021 product image styling for Theme 6 after v4-0*/

#catalogue .product_top_section .w-row{
	margin: 0;
}
#catalogue .product_top_section .w-col{
	padding: 0;
}

#catalogue .product_top_section .product-content-container{
	padding: 2rem;
	padding-left: 4rem;
	padding-right: 12%;
}

.image-nav .slick-slide img{
	padding: 0;
}
.image-nav .slick-slide{
	border-bottom: none;
}
.image-nav .slick-list.draggable{
	height: 447px!important;
}

@media screen and (max-width: 768px) {
	#catalogue .product_top_section .product-content-container{
		padding: 20px;
	}

}
@media screen and (max-width: 480px) {
	.image-nav .slick-list.draggable{
		height: auto!important;
	}
}

/* 2021 updated product image styles end*/

/* TABS */


.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor{
	color:#FFF;
	border:none;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor{
	border:1px solid #eee;
}
.r-tabs .r-tabs-panel{
	padding:0;
	padding-top: 1rem;
	border:none;
}

#custom5, #custom6, #contentbottom, #tab-3,
div#templates,
#yourtemplates{
	padding:30px;
}

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

/* SCHEDULER */

.countdown{
	display: inline-block;
	width: 100%;
	padding:10px;
}
.countdown-header{
	margin: 0;
    font-size: 1.9rem;
    line-height: 3.9rem;
    text-align: center;
    color:#FFF;
}
.p-schedule-date{
	float: none;
    font-size: 1.8rem;
    line-height: 2rem;
}
.p-schedule-head{
	float: none;
}
.p-schedule-wrapper{
	width: 100%;
	text-align: center;
	margin:0;
	background-color: #FFF;
	padding: 10px;
	display: block;
}
#cutOffCountdown{
	margin-bottom: 0;
}
#cutOffCountdown .countdown-amount{
	background-color: transparent;
	color:#FFF;
	font-size: 2rem;
	display: block;
}
#cutOffCountdown .countdown-period{
	color:#FFF;
	display: block;
	font-size: 1rem;
	margin-top: 0;
	padding-top: 0;
}
.countdown-section{
	position: relative;
}
.countdown-section:after{
	content:':';
	color:#FFF;
	position: absolute;
	top:20%;
	right:0;
	font-size: 2rem;
}
.countdown-section:last-child:after{
	display: none;
}
span.countdownsection{
	padding-top: 0;
}
@media screen and (max-width: 991px) {
	.countdown-header{
		font-size: 1.3rem;
    	line-height: 3.7rem;
	}
	.p-schedule-wrapper{
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.p-schedule-wrapper{
		width: 100%;
	}
	.p-schedule-head,.p-schedule-date{
		display: block;
	}
	#cutOffCountdown .countdown-amount{
		display: block;
		line-height: normal;
	}
	#cutOffCountdown .countdown-period{
		display: inline-block;
		line-height: normal;
	}
}

@media screen and (max-width: 480px) {
	.p-schedule-wrapper{
		margin-top: 1rem;
	}
}

/* Product Page Templates listing*/
.template-box-sets{
	background-color: #F5F5F5;
	border:none;
	border-radius: 0;
}

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

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

div#templates h2{
	display: inline-block;
	margin:0;
}
div#templates .checkout-action{
	display: inline-block;
	margin:0;
}
.template_container{
	padding:20px;
	background-color: #f5f5f5; 
}
.template-designs .template_container{
	background-color: #FFF;
}

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

a.optionbutton i{
	margin-left: 10px;
}
.filter_block h2,
#filters h3{
	margin:0;
}

.filter-more:before{
	font-family: 'Fontawesome';
	content:'\f0d7 ';
	margin-right: 5px;
}
.filter-less:before{
	font-family: 'Fontawesome';
	content:'\f0d8 ';
	margin-right: 5px;
}
.filter-more { margin-bottom:10px; }
/* Total Bar*/
.summary,
.summary_row{
	color:#FFF;
}
.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;
}

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

.summary_attribute, .summary_attribute_title{
	display: inline-block;
	font-size: 1.3rem;
	vertical-align:middle;
	width:auto;
}
.order_summary_bottom {
    text-align: right;
}
#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed{
	margin-bottom: 0;
	width: 49%;
	text-align: center;
	border:1px solid;
	padding: 9px 20px;
	border: none;
}
#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed:hover{
	color: #FFF;
	background-color: rgba(255,255,255,0.2);
}
#content a#lightboxTest{
	color:#FFF;
	text-align: center;
	border:none;
	padding: 9px 20px;
}
a.quote_cta i{
	font-size: 1.3rem;
	margin-right: 0.5rem;
	left: auto;
	position: relative;
	opacity: 1;
	color: #FFF;
	transition: 0.3s;
}
a.quote_cta.p-matrix-proceed:hover i{
	color: #FFF;
}
.order_summary_top{
	width: 68%;
	text-align: right;
	display: inline-block;
	vertical-align:top;
}
.order_summary_bottom{
	width: 32%;
	float:right;
}
.order_summary.main .order_summary_bottom,
.order_summary.left .order_summary_bottom{
	float:none;
} 

@media screen and (max-width: 768px) {
	.order_summary_top{
		width: 100%;
	}
	.order_summary_bottom{
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

/* Listing */

#catalogue{
	background-color: #f5f5f5;
}
.listing-related, .listing-product, .listing-category{
	background-color: #FFF;
	overflow: hidden;
	margin-bottom: 2rem;
}
.listing-product-content,.listing-category-text, .listing-product-text{
	padding:20px;
}

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

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

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

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

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

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

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

.new-customer, .existing-customer{
	background-color: #FFF;
}
.login-forgotpassword input[type="submit"]{
	border:none;
	background-color: transparent;
	padding:0;
	margin:0;
}
#checkout-action-login input[type="submit"]{
	border:none;
	margin:0;
	color:#FFF;
	padding:10px 20px;
}

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

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


/* Account Page*/

/* Email Quote */
.prettyPopin{
	width:470px!important;
	margin:0 auto!important;
	left: 33%!important;
}
#emailFormInput{
	margin-bottom:1rem;
}
#emailFormInput,
a#emailAddressLightbox{
	width:100%;
}


/* CONTACT PAGE */

.section.contact_section{
	background-color: #f5f5f5;
	padding:2rem 0;
}
.contactdetails{
	background-color: #FFF;
	padding:20px;
}
h4.contactheading, .contactdetails h4{
	margin: 0;
}
.contact-box{
	background-color: #FFF;
	padding:20px;
}

 input[type="text"], input[type="email"],
 input[type="url"],  input[type="password"],
input[type="search"],  input[type="number"],
 input[type="tel"],  input[type="range"],
 input[type="date"], input[type="month"],
input[type="week"],  input[type="time"],
 input[type="datetime"],  input[type="datetime-local"],
 input[type="color"], textarea, select,
 #quantity-dd{
	border:none;
	padding:10px;
	width: 100%;
	background-color: #f7f7f7;
	border:1px solid #ddd;
}
.contact-box button,
input[type="button"],
input[type="reset"],
input[type="submit"]
.cta.solid.purple,
input.form-submit{
	border: none;
    color: #FFF;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: normal;
    margin:0;
}

/* FAQ */

.faq h3{
	border:1px solid transparent;
	border-radius: 0;
	margin:0;
	color:#FFF
}
.faq .entry-content{
	background-color: #FFF;
	margin-top: 0;
	padding: 1.5em;
}

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

.sidebar i,
.testimonial i{
	font-size: 7rem;
    opacity: 0.1;
    position: absolute;
    left: 35px;
}

/* Portfolio */

section.portfolio{
	overflow:hidden;
}

/*Designs*/

#designs{
	background-color:#f5f5f5;
}

#content #designs .listing-product .listing-name{
	padding:10px;
}
#content #designs .listing-name{
	margin:0;
	min-height:60px;
	
}

.template-design-price{
	font-size:0.9rem;
	display:block;
	margin-top:5px;
}

#designs .listing-name a, #designs .listing-name a:visited{
	color: #000;
}
#designs h1{
	margin-bottom: 1.8rem;
}

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

.products_menu_templates .w-col-3{
	width:16%;
}

#tc-prices #p-matrix-options-container{
	margin:0 ;
}
/*#tc-prices .proceed_box{
	margin-top: 0;
	padding:0;
}*/

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

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


/* TEmplate detail*/

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

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

.r-tabs .r-tabs-nav .r-tabs-state-active a.r-tabs-anchor{
	color:#FFF;
	border-radius:0px;
}

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

/* Design Steps */

section.process_section{
	color:#FFF;
	margin-bottom: 0;
}
.order_step.active i{
	background-color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-size: 2rem;
}
.order_step i{
	background-color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-size: 2rem;
}
/* Editor */

.ops-template{
	background-color: #FFF;
}
.editor_navigation h3{
	margin:0;
}

.template-proof.r-tabs li a{
	color:#FFF;
	padding:10px;
	display: block;
}
.template-proof.r-tabs {
	border-radius: 0px;
}


/* Quotation System */

#quote{
	background-color: #f5f5f5;
	padding-bottom: 2rem;
}
.quote-form-bottom, .quote-form-top{
	background-color: #FFF;
	padding:20px;
}
.block-header i{
	font-size: 1.8rem;
}
.block-header h2{
	display: inline-block;
	margin:0.5rem;
}

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

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

/* Calculator*/

#catalogue .whitesection{
	padding: 0;
}

.tabs_column #prices{
	padding:30px;
}

/* Calculator Summary*/
#catalogue .tabs_column .summary_container{
	display: block;
	margin-top: 0;
}
.tabs_column .summary_container .sidebar.order_summary.main{
	border:none;
	border-radius: 0;
	background-color: #f7f7f7;
}
.tabs_column .summary_attribute, .tabs_column .summary_attribute_title{
	font-size: 1rem;
}
.tabs_column .summary_container .w-clearfix.summary_row{
	display: block;
}

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

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

.tabs_column .summary_container a#lightboxTest, a.cta.central_cta.quote_cta.email_cta{
	margin-bottom: 0;
    width: 49.5%;
    text-align: center;
    border-radius: 0;
    color: #FFF;
}
.tabs_column .summary_attribute_title{
	font-weight: bold;
	width: 30%;
	display: inline-block;
}

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

/* Matrix */
.p-matrix-quantity, .p-matrix-format{
	background-color: #808285;
	color:#FFF;
}


/* Checkout */

#checkout h1{
	margin:1rem 0;
}

.cart-view{
	background-color: transparent;
}
#content.site-content{
	background-color: #f5f5f5;
	min-height: 577px;
}
#checkout p{
	margin:0;
}

.checkout-box{
	background-color: #FFF;
	padding:20px;
	margin-bottom: 1rem;
}
table.cartsteps{
	margin-bottom: 0;
}

/*.checkout-action{
	margin-bottom: 1.8rem;
}*/

.checkout-action input[type="submit"]{
	padding: 8px 20px;
	display:inline-block;
}

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


/* Blog */

article.post{
	background-color: #FFF;
}
.blog .entry-content{
	padding:20px;
}
section.widget{
	background-color: #FFF;
	padding:20px;
}
h2.widget-title{
	margin:0.5rem 0;
}

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

.single-post article .entrycontent{
	padding:20px;
}
.single-post #main{
	margin:2rem 0;
}
#comments{
	background-color: #FFF;
	padding:20px;
}
.single-post .entry-content{
	padding:20px;
	margin-top: 0;
}
#respond .form-submit{
	background-color: transparent;
	padding:0;
	margin:0;
}

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

/* Proofing System */

.proof-approve{
	display: inline-block;
}

/* Library */

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

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

script.featherlight-inner{
	opacity: 0;
}

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

/* Nested Summary */

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

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

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

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

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

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

.tabs_column #prices{
	padding:0;
}

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

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

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

.tabs_column .summary_attribute_title{
	width:auto;
} */

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

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

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

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

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

#paymentform{
	text-align:right;
}
.mobile_icons {
    margin-bottom: 10px;
    display:none;
}


@media screen and (max-width: 768px) {
	.product{
		margin-bottom:1rem;
	}
	.account_link.search_link {
}
.slide {
    padding: 4rem 0;
}

}
@media screen and (max-width: 480px) {
	#masthead .account_link.search_link{
		display:none;
	}
	.funnel-content{
		text-align:left;
		margin-left:15px;
	}
	.slide {
    padding: 4rem 0;
}
}
.p-maincontent-image img{
	height:100%;
}

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

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

#catalogue .tab-content {
    position: relative;
    left: 0px;
    overflow: hidden;
    width: 100%;
}
.image-nav .slick-slide img{
	padding:0;
}

.tab-content .w-col{
	padding:0;
}
@media screen and (max-width: 991px) {
	#catalogue .tab-content{
		left:0;
		width:100%;
	}
	.summary{
		height: auto;
	}
	#content a#lightboxTest {
    color: #FFF;
    text-align: center;
    border-radius: 0;
    border: none;
    padding: 7px 20px;
    width: 50%;
}
#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed {
    margin-bottom: 0;
    width: 49%;
    text-align: center;
    border: 1px solid;
    border-radius: 0;
    padding: 8px 20px;
    border: none;
}
.w-clearfix.summary_row {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 20px;
    width: 43%;
}
}

@media screen and (max-width: 480px) {
	#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed,
	#content a#lightboxTest{
		width:100%;
	}
	.order_summary_top{
		text-align: center;
	}

}
/* Custom Styles*/

#catalogue #descriptionTabs .r-tabs-tab{
	background-color:transparent;
}
#catalogue #descriptionTabs a.r-tabs-anchor {
    color: #888;
    padding-left: 0;
    background-color: transparent;
}
#catalogue #descriptionTabs.r-tabs .r-tabs-nav .r-tabs-state-active a.r-tabs-anchor{
	color:#894ecc;	
}

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

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

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

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

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


.main-navigation .products_menu_templates a .list_title,
.main-navigation .products_menu_templates a:visited .list_title{
	color:#000;
}
.r-tabs .r-tabs-nav .r-tabs-tab {background-color: #f9f9f9; color: #333;}

.turnaround-matrix-container{
	padding:20px;
}

#myTab h2{
	width:100%;
	display:inline-block;
}
.solution img {
background-position: center;
    background-size: contain;
}
a.solution {
    display: block;
    height: 20rem;
    position: relative }
    
    .entry-header img {
    width: 100%;
}


.format-attributes{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
	flex-wrap: wrap;
}

.format-attributes .format-image{
	width: 25%;
}

/*
.p-matrix-express .p-matrix-attribute{
	width:100%;
	cursor: pointer;
}

.p-matrix-express .p-matrix-attribute label{
	cursor: pointer;
}

.p-matrix-express input.form-radio{
	display: none;
}

.p-matrix-express .p-matrix-attribute.selected{
	background-color: #000;
	color: #FFF;
}

.p-matrix-attributes.tot-mat{
	text-align: right;
	text-transform: uppercase;
}
*/

.btn.secondary.lonebutton{
	line-height:1.5;
	font-size:1rem;
}



.video_banner{
	padding: 0;
}

.header-video video{
	width: 100%;
	display: block;
}

#specs img:hover #product-custom5 img:hover {
    opacity:100%;
}
.countdown {margin-bottom:  2rem;display: flex;align-items: center;}
.no-pad-bottom {padding-bottom:  0;}
.no-pad-top {padding-top: 0;}
.countdown-header{
	width: 25%;
}
#cutOffCountdown{
	width: 45%;
}
.wrapper-container{
	display: flex;
	column-gap: 10px;
	width: 40%;
}

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

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

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

#turnaround-prev:hover, #turnaround-next:hover {}
#turnaround-next { float: right; }
tfoot .p-matrix td, tfoot .p-matrix th {
    padding: 6px 0px; }

.p-matrix-price {
    background: #f9f9f9;
}
.order_summary_bottom #content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed {
    border-radius: 10px;
}
.order_summary_bottom #content a#lightboxTest {
    color: #FFF;
    text-align: center;
    border-radius: 10px;
    border: none;
    padding: 9px 20px;
}
.template-box-sets .r-tabs .r-tabs-nav .r-tabs-tab {
    width: 18.5%;
    text-align: center;
}
#prices .summary_container, .tabs_column .summary_container {display: none!important;}
.attr-I-container .p-matrix-attributes{
	text-align:left;
}
a.cat-usp i{
	font-weight:normal;
}

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


.case-study-grid .single_solution .single-sol-anim{
	top:0;
}

.case-study-grid .single_solution:hover .single-sol-anim{
	top:-40px;
}

.case-study-grid .single_solution:hover{
    backdrop-filter: blur(5px);
}

.single_solution .single_sol_content.dropshadow h3,
.single_solution .single_sol_content.dropshadow p{
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);

}

#content .portfolio-section a.readmore{
	float: right;
}

#content .featured_product a.readmore{
	width:100%;
	margin-top: 1rem;
}
.case-study-grid {
    line-height: 0;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.case-study-grid .single_solution{
	margin-bottom: 20px;
}


.page-template-portfolio-listing .single_solution{
	height:auto;
	min-height: auto;
	width: 24.2%;
	margin: 5px;
}

.single_solution img{
	width:100%;
	display: block;
	height:auto;
	margin: 0 auto;
}
.case-study-grid .single_solution img{
	transform:scale(1);
	transition:0.3s;
	position: relative;
    z-index: 0;
}
.case-study-grid .single_solution:hover img{
	transform:scale(1.1);
}

.case-study-grid .single_sol_content{
	position: relative;
    z-index: 111;
    background-color: #f7f7f7;
}

.single_solution a{
	display: block;
}

.graphiclinks .single_solution{
	min-height: 300px;
}

.product:hover .productinfo{
	backdrop-filter:blur(5px);
}

.slider-section .slide{
padding:0;
}

.slider-section .slide .w-container{
	height:500px;
	display:flex;
	align-items:center;
	justify-content:center;
}
img.slide_image{
	    filter: drop-shadow(0px 2px 7px rgba(0,0,0,0.5));
}

.sidebar_content p{
	margin-bottom:1rem;
}

h2.cat-menu-header{
	padding:10px 20px;
}
.vertical .ul-nav-prod{
background-color:#FFF;
}

.vertical .ul-nav-prod li a{
	padding:10px 15px;
	display:block;
	line-height:1.2;
}

.vertical .ul-nav-prod li a:hover{
	background-color:#F7F7F7;
}

.vat-small{
	font-size:0.9rem;
	font-weight:normal;
	display:inline-block;
}

.tot-mat .vat-small .CurrencySymbol{
	font-weight:normal;
	color:#000;
	font-size:0.9rem;
}

a.optionbutton{
	color:#FFF;
}

#catalogue .whitesection .p-thumbs{
	text-align:left;
}

.sidebar_box{
	margin-bottom:1rem;
}
.sidebar_box h4{
	margin:0;
	font-size:1.3rem;
	line-height:1.7;
}
.cart-container a.form-submit.lonebutton,
.cart-container .btn.secondary.lonebutton{
	width:49%;
}

.cart-container a.form-submit.lonebutton:last-child{
	margin-top:0.5rem;
	width:100%;
}

#designs .template-preview .r-tabs .r-tabs-nav .r-tabs-anchor{
	background-color:#959595;
}
@media screen and (max-width: 768px) {
	.slider-section .slide{
		background-position: 25%!important;
	}
}
@media screen and (max-width: 480px) {

	.testimonial{
		text-align: center;
	}
	.single_solution{
		min-height: 130px!important;
	}
	.single_solution .single_sol_content h3{
		font-size:1.5rem;
	}
	#content #catalogue .p-maincontent a.readmore{
		padding: 10px;
    	font-size: 0.9rem;
	}
	h1, h2{
		font-size: 1.6rem;
		line-height:1.3;
	}

}

/* Quotes */

.quote-form-top .w-row{
	margin-bottom:1rem;
}
.quote-form-top p{
	margin:0;
}

.block-header{
	margin-bottom:1rem;
}

footer p a:hover,
footer ul li a:hover,
.footerlinks a:hover{
	text-decoration:underline;
}

article.faq-question {
    margin: 0.5rem 0;
}

article.faq-question {
  cursor: pointer;
}
article.faq-question:last-child {
  margin-bottom: 0;
}

article.faq-question .entry-content {
  display: none;
}

article.faq-question p:first-child {
  margin-top: 0;
}
article.faq-question h3{
  padding:10px;
  color:#FFF;
  border-radius: 5px;
}
article.faq-question h3:after{
  font-family: fontawesome;
  content:'\f067';
  float:right;
}
article.faq-question h3.open:after{
  font-family: fontawesome;
  content:'\f068';
  float:right;
}

article.faq-question h3:hover {
  opacity: 0.8;
}

#yourtemplates .template_container{
	margin-bottom:1rem;
}

#yourtemplates .listing-name,
#templates .listing-name{
font-size:1rem;}

.template-header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
	margin-bottom:1.5rem;
}

#myaccount .cartbox-checkout .checkout-action a.cta{
	color:#FFF;
	font-weight:normal;
}

.cartbox-cell #lightboxTest i{
	color:#FFF;
	font-size:1rem;
}

/* Sticky Summary*/

.summary_column{
	position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    left: 0;
    box-shadow: 0px -4px 24px -12px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px -4px 24px -12px rgba(0, 0, 0, 0.5);
padding: 10px;
}

.summary_column .summary{
	max-width: 1300px;
	margin: 0 auto;
}

#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed{
	background-color: #FFF;
	border: 2px solid #FFF;
	width: auto;
	font-weight: bold;
}
#content a#lightboxTest{
	width: auto;
	border: 2px solid #FFF;
	margin-right: 10px;
	font-weight: bold;
}
.sidebar.order_summary.main{
	background-color: transparent;
	border: none;
	padding: 0;
}
.sidebar.order_summary.left{
	display: none;
}
.summary_container{
	margin: 0;
}
.summary_attributes{
	display: flex;
	max-width: 1300px;
	margin: 0 auto;
	justify-content: flex-end;
	padding: 0;
}
.summary_container .order_summary_title,
.summary_attributes .summary_row{
	display: none;
}

.summary_attributes .summary_row:last-child,
.summary_attributes .summary_row:nth-last-child(2){
	display: inline-block;
}

.templates-loading{
	background-color: #FFF;
	font-weight: bold;
}

#content .dropFile p a{
	color:#FFF;
}
@media screen and (max-width: 768px) {
	.summary_column .summary{
		display: flex;
		align-items: center;
	}
	.w-clearfix.summary_row{
		margin: 0;
		width: 49%;
		padding: 0;
	}
	.order_summary_bottom{
		display: flex;
		margin: 0;
	}
	#content .order_summary_bottom a#lightboxTest,
	#content .order_summary_bottom a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed{
		font-size: 1rem;
		padding: 5px 10px;
		width: 100%;
	}
	.order_summary_bottom a i{
		font-size: 0.9rem;
	}
	#catalogue-usp .w-container{
		max-width: none;
	}
}
@media screen and (max-width: 480px) {
	#content{
		padding-top:4rem;
	}
	.w-col-4.stickycol{
		width:100%;
	}
	.side_bar{
		display:none;
	}
	.template-box-sets{
		margin-bottom:1rem;
	}
	.product-related-data h2{
		text-align:center;
		font-size:1.5rem;
	}
	#masthead i.fa-bars,
	#masthead.mini-header i.fa-bars{
	}
	#p-matrix-options-container h2{
		margin:0;
		font-size:1.5rem;
	}
	.countdown-header{
		font-size: 2rem;
    		line-height: 1.4;
	}
	.slider-section .slide .w-container{
		flex-direction:column;
	}
	.slider-section .slide .w-container{
		height:700px;
	}
	.slider-section .slide{
		height:700px;
	}
	img.slide_image{
		max-height:300px;
	}
	#mobile_nav .phone,
	#mobile_nav .email{
		margin:0;
	}
	a.cat-usp i{
		font-size: 1rem;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	a.cat-usp{
		margin-bottom: 5px;
		min-height: auto;
	}
	.cat-usp-title,
	.cat-usp-description{
		display: inline-block;
		font-size: 0.9rem;
	}
	.summary_column .summary{
		display: flex;
		flex-direction: column;
	}
	.order_summary_bottom{
		display: flex;
		margin-bottom: 0;
		margin-top: 0.5rem;
	}
	.countdown{
		flex-direction: column;
	}
	.countdown-header,
	#cutOffCountdown,
	.wrapper-container{
		width: 100%;
	}
	
}                       


.logo-buttons {
margin-right: 20px;
}

#colophon > div > div > div:nth-child(1) > div {
display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}
#colophon > div > div > div:nth-child(2) > div {
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
text-align: left;

}
#colophon > div > div > div:nth-child(2) {
display: flex;
    flex-direction: row;
    justify-content: center;
    
}

#colophon > div > div > div:nth-child(2) > div > div:nth-child(2) {
display: flex;
justify-content: center;
}

#colophon .footer-col:nth-child(2) .footer-box .footer-widget:nth-child(2) {
    justify-content: start;
    width: 100%;
}
#colophon > div > div > div:nth-child(2) > div:nth-child(2) > div {
display: flex;
flex-direction: column;
}
.privacy-policy {
	display: flex;
    justify-content: space-evenly;
	font-size: 14px;
}
.privacy-policy a {
	text-decoration: underline;
}
#colophon > div > div > div:nth-child(2) > div:nth-child(2) > div > h3, #colophon > div > div > div:nth-child(1) > div > div:nth-child(1) > h3, #colophon > div > div > div:nth-child(2) > div:nth-child(1) > div > h3, #colophon > div > div > div.w-col.w-col-4.w-col-medium-4.w-col-small-12.w-col-tiny-12 > div > div.footer-widget > h3  {
display: none;
}
.awards {
display: flex;
justify-content: space-evenly;
}
#colophon > div > div > div.w-col.w-col-4.w-col-medium-4.w-col-small-12.w-col-tiny-12 > div > div.footer-widget {
display:none;
}

#colophon {
	background-image: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="xMidYMid meet" data-bbox="2 -0.2 970 377.2" viewBox="2 -0.2 970 377.2" xmlns="http://www.w3.org/2000/svg" data-type="color" role="presentation" aria-hidden="true" aria-label=""><g><path d="M951.8 0c-48.7 37.6-100 76.9-127.6 97.3-27 19.9-55.5 38.8-71.7 49.3-24.1 15.6-63.2 37.8-79.2 43.8-.9.3-1.7-.7-1.1-1.5 3.5-4.6 6-7.8 8.3-11.2 2.6-4 5.2-8.2 7.2-12.6 6-13.7 1.3-20.8-13.4-20.5-16.3.4-30.3 7.4-43.3 16-21.5 14.2-39.5 32.5-57.3 51-12.9 13.4-32.2 34.9-41.9 45.8-.7.8-2 0-1.6-1 6.3-13.6 14.3-31.2 20.4-43.2 5.5-10.7.1-20.5-11.9-21.8-8.6-.9-16.9 1.5-26.4 3-.8.1-1.4-.9-.9-1.5 3.8-4.7 7.1-8.8 10.2-12.9 12.9-16.7 25.8-33.4 38.4-50.4 3.2-4.3 5-10.1-.7-13.7-5.4-3.5-8.9 1.1-11.7 5.2-2.8 4-5.2 8.2-7.8 12.2-10.5 15.9-37.3 55-44 50.7-6.6-4.2 30.9-79.6 46-115.9 1.7-4.1 3.6-8.2 5-12.5 1.7-5.3 1.5-11-3.6-14-5.4-3.1-10.6-.5-14.9 3.8-5 5.1-7.2 11.8-9.5 18.2-13.2 37.1-26 74.3-39.4 111.2-8.1 22.2-19.5 42.7-32.9 62.1-2.9 4.3-7.4 7.9-12.5 5.7-3.3-1.4-3.7-8.1-3.2-12.9 1.5-13.2 2.5-19.8 3.7-29.8 1.5-12.3 2.9-22-.8-32.8-3.3-9.7-9.2-12.2-18.6-8-8.4 3.8-14.8 10.2-20.9 16.8-18.6 20.6-45.3 69.4-54.8 85.2-.6.9-2 .3-1.7-.7 2.6-10 4.9-19 7.3-28 17.3-64.7 39.7-127.9 58-192.3 3.8-13.3 7.3-26.6 8.6-40.3H314C114.6 179.4 2 377 2 377h15.2S215.4 70.7 355.3 10.1c4-1.7 8.3-2.7 12.6-2.7 11.4-.1 15.4 5.9 14.3 20.5-.6 8.3-7.1 45.4-12.4 66.1-15.1 58.6-36.3 112.3-50.6 173.8-5.3 22.6-9.6 45-9.2 68.6.2 10.8 6.2 12.4 14.3 5.5 2.9-2.5 5.3-5.5 7.6-8.5 12.1-15.2 21.7-32.1 30.8-49.1 13.6-25.2 39.3-94.7 53-88.7 6.9 3 4.3 12.1 3.3 18.6-2.2 14-5.6 27.1-7.9 41.8-1.7 10.8 2.1 21.7 9.4 24.5 10.4 4 17-2.7 22.9-9.7 5.9-6.8 11-14.3 17.1-20.9 14.4-15.6 30-29.8 50.9-36.5 4-1.3 8.3-3.2 11.9 0 3 2.6.8 7.3-.9 11.4-9.7 24.7-21.3 48.7-29.6 74-1.9 5.9-3.8 11.9-3.8 18.2 0 3.8-.5 8.2 3.6 10.1 4.1 1.8 7.4-1.4 10-4 5.1-5.1 10.2-10.5 14.5-16.2 14-18.5 27.6-37.3 41.5-55.9 4.8-6.4 17.9-22.8 23.4-20.2 7 3.3-3.9 25.7-6.7 34.5-10.7 33.1-25.6 64.9-32.8 99.2-.8 3.8-1.5 8.2-1.8 12.5h22.1c7.6-32.5 11.6-65.8 22.2-97.5 11.9-35.7 26.8-69.4 56.2-95.1 4-3.5 8.9-8.5 13.2-6.8 3.8 1.5-2 9.2-3.9 13.8-2.2 5.5-5.7 11.2-.6 16.3 5.2 5.1 11.6 2.9 17.5.5 3.8-1.6 7.6-3.4 11.3-5.3 9.4-4.8 49.2-28.7 75.4-45.9 15.3-10 37.7-23.8 61-40.3C848.9 92.8 913.5 44.3 972 0h-20.2z" fill="rgba(255, 255, 255, 0.5)" data-color="1"></path></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
    background-color: #f7f7f7;
}
.footer-box {
background-color: hsla(0, 100%, 50%, 0);
}

.account_link.search_link:hover {
border: none;
}

.account_link:hover, .account_link:visited:hover {
border: none;
}
.account_link:hover {
border: none;
}
#desktopsearch-icon {
display: none;
}
#primary-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.mega_link.mega-print > a {
display:none;
}
#image-ordering .w-col .summary{
	width:100%;
	padding:0;
}
#image-ordering .summary_container,
#image-ordering .sidebar.order_summary.main{
	display:block;
}
#image-ordering  .summary_attributes{
	flex-direction:column;
	padding:15px 30px;
}
#image-ordering .w-col .summary h3{
	color: #FFF;
    width: 100%;
    padding: 10px;
    margin:0;
    background-color:#894ecc;
    font-size:1.2rem;
    font-weight:bold;
}
#progress-btn{
	float:none;
	width:100%;
	text-align:center;
}
.current-photo{
	margin:0;
	width:100%;
	margin-bottom:1rem;
}
.summary_attributes .p-matrix-total,.summary_attribute .p-matrix-total-shipping{
	font-size:1.3rem;
	font-weight:bold;
}
.p-matrix td, .p-matrix th{
	border-color:#ddd;
}

.linked-size{
	width: 4%;
	display: inline-block;
	border: 1px solid #888;
	border-right: none;
	height: 58px;
	position: absolute;
	top: 67px;
	left: 20px;
}

.linked-size i{
	position: absolute;
	background-color: #F7F7F7;
	padding:10px;
	top: 20%;
	left: -16px;
}
.size-container{
	width: 100%;
	display: inline-block;
}

.size-container input{
	width: 40%;
	display: inline-block;
	font-family:inherit;
	background-color: #eff2f8;
}

.size-container input#lookupUnitsWidth,.size-container input#lookupUnitsHeight {
	width: 15%;
	display: inline-block;
	padding: 5px;
	background-color:#FFF;
}
.size-container select{
	width:20%;
	display: inline-block;
}
#dpi-container input[type="number"]{
    background-color: #fff;
}
span#format-dpi-locked{
	width: 40%;
	display: inline-block;
	font-family: sans-serif;
    	font-size: 16px;
    	font-size: 1rem;
    	line-height: 1.5;
	color:black;
}
.size-dpi .w-row .w-col-6:nth-child(2) .size-container{
	width:100%;
	margin:0;
}
.border-options{
	margin-top:0px;
}
label.top-border input, label.bottom-border input, label.left-border input, label.right-border input,#paperType,#quantity-dd.lookupQuantity,article#image-ordering .option-row  .attr2.w-select.form_field{
	background-color:#eff2f8;
	color:#000;
}
.submit-success{
margin-right: 10px;
    background-color: #90dd81;
    color: #000000;
    border-radius: 5px;
    padding: 5px 20px;
    border: 1px solid #2db700;
    font-weight: bold;
    font-size:0.9rem;
}

.main-navigation li a {
    padding: 0px 10px;
}
#wpcf7-f4470-o1 > form > p:nth-child(4) > input {
    width: 100%;
    background-color: transparent; /* Initial background color */
    border: 2px solid #3e609a; /* Border color */
    border-radius: 20px; /* Full border-radius for a perfectly round shape */
    padding: 5px; /* Add padding as needed */
    color: #3e609a; /* Text color */
    transition: background-color 0.2s, color 0.2s; /* Shorter transition duration for hover effect */
	font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

#wpcf7-f4470-o1 > form > p:nth-child(4) > input:hover {
     background-color: #7597c9; /* Background color on hover */
     border-color:#7597c9;
    color: #ffffff; /* Text color on hover */
}
#wpcf7-f4470-o1 > form > p:nth-child(3) > span > input {
background-color: white;
}
.form-footer-box {
padding-top: 0px;
}

#image-ordering h2{
	color:#000;
}

article#image-ordering{

	background-color: #eee;

}

article#image-ordering .option-row{
	padding:5px;
}
article#image-ordering .tabs_column #prices {
	padding:20px;
}
article#image-ordering .test-strip .tabs_column #prices{
	height:595px;
}
#image-ordering .summary_container, #image-ordering .sidebar.order_summary.main,#image-ordering .sidebar.order_summary .summary_row {
	background-color: #fff;
	color: #000;
}

input[type="radio"][name="lookupUnitsWidth wireframe"],input[type="radio"][name="edgefinish"],span#format-dpi-locked {
  width: auto;
  margin-right:20px;
}

label.top-border input,label.bottom-border input {
	width :50%;
	margin:auto;
}
.size-container input,label.top-border input,label.left-border input,label.right-border input,label.bottom-border input,.top-border p,.bottom-border p,#dpi-container,#unitLookup,#edgefinish{
	text-align:center;
}

.right-border p{
	text-align:right;
}

.top-border p,.bottom-border p,.left-border p,.right-border p {
	margin-bottom:0px;
}
span#format-dpi-locked{
	color: #a50436;
}
#dpisizewarning p {
	color: #a50436;
}
.size-container input,.top-border input,.left-border input,.right-border input,.bottom-border input,#quantity-dd.lookupQuantity,#unitLookup,#edgefinish{
	font-weight:400;
}

#unitLookup,#edgefinish{
	margin-top:10px;
	margin-bottom:10px;
}
#unitLookup label,#edgefinish label,#image-ordering .option-row span.radio span,#shipping-select .p-matrix-attribute {
	width:45%;
	margin-right:5px;
}

.option-row.borders.media-hide .option-box h4,.edgefinish-option-box h4 {
	margin-bottom:0px;
}

article#image-ordering .option-row input{
	border:none;
}
article#image-ordering .option-row input[type="radio"]{
	color:#3e6099;
}
#image-ordering .option-row h4 {
/*	width:100%;   */
}
#image-select  .image-container {
    display: flex;
    justify-content: center;
}

#image-select .image-container img {
    max-width: 100%; /* Ensure image doesn't exceed container width */
    height: auto; /* Maintain aspect ratio */
    width: 45px;
}
#image-select .photo-select-image .image-container img {
	width: 100%; /* Ensure image doesn't exceed container width */
    	height: auto; /* Maintain aspect ratio */
}
.select-arrow::after {
    content: '\25BE'; /* Unicode character for down arrow */
    position: absolute;
    top: 50%;
    right: 10px; /* Adjust as needed */
    transform: translateY(-50%);
    pointer-events: none; /* Ensures the arrow doesn't interfere with clicking the select */
    color: #3e6099; /* Set the color of the arrow */
}

.select-container {
    position: relative;
    display: inline-block; /* Ensure the container wraps around the select */
}


.select-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px; /* Ensure space for the custom arrow */
}
article#image-ordering .tooltip{
  /*background-color:#7596c8;*/
}
.qty-span {
	display:inline-block;
	width:100%;
}

.qty-span #quantity-dd{
	width:50%;
}

.summary_attribute, .summary_attribute_title{
	display:block;
}

.summary_attribute{
	
	font-weight:700;
}

.summary_attribute_title{
	font-weight:400;
}
#image-ordering .w-col .summary .price-summary{
	font-size:12px;
	
}
.price-summary .summary_attribute,.price-summary  .summary_attribute_title{
	display:inline-block;
	font-weight:400;
	vertical-align:bottom;
	font-size:16px;
}
.price-summary-total .summary_attribute,price-summary-total .summary_attribute_title {
	display:block;
}
#image-ordering .w-col .price-summary .summary_attribute{
	float:right;
}
#image-ordering .w-col .price-summary-total .summary_attribute{
	text-align:right;
	float:none;
	vertical-align:middle;
	margin-right:50px;
}
.price-summary-total .summary_attribute:last-child{
	margin-top:50px;
	margin-bottom:20px;
}
.quote .price-summary-total .summary_attribute:last-child{
	margin-top:10px;
	margin-bottom:5px;
}
.imageproduct-sections.imageproduct-sections-selections #printing-options {
	margin-bottom:0px;
}
#printing-options .intro_section {
	padding-bottom:0px;
}
.test-strip .imageproduct-sections.imageproduct-sections-images{
	display: flex; 
	align-items: center;
}
.test-strip .imageproduct-sections.imageproduct-sections-images .imageuploadsection{
	margin: auto;
}
.price-summary-total .summary_attribute .p-matrix-total,.price-summary-total .summary_attribute .CurrencySymbol  {
	color:#000;
}
#image-ordering .price-summary {
	padding-top:0;
	padding-bottom:0;
}
.imageproduct-sections-summary,imageproduct-sections-selections,.imageclickttoupload,.imageuploadersection,.imageuploadsection{
	background-color: #fff;
}

.imageuploadsection{
	height:100%;
	padding: 10px;
	padding-right: 10px;
}
.imageproduct-sections-images{
	padding-left:0;
}
.imageproduct-sections-selections{
	padding-right:0;
}

#imageclickttoupload #image-select p,#imageclickttoupload #image-select button{
	text-align:center;
}
#imageclickttoupload #image-select button,#content .imageproduct-sections-summary a.readmore,#cart-proceed-link,a#checkout-continue {
	border-radius: 20px;
}
#cart-proceed-link-continue-shopping,#cart-proceed-link-continue-shopping:visited {
	border-radius: 0px;
	padding:0px;
	background-color:initial;
	color:#3e6099;
	text-decoration:underline;
	display:block;
}
#photo-basket-summary .checkout-action{
 	text-align: center;
	margin:10px;
}
#photo-basket-summary .checkout-action a{
	margin:10px;
}
.page-template-ops-checkout.page-id-6 #content{
	background-color: #fff;
}
 #photo-basket-summary #cartDiscount{
	background-color: #eee;
	padding: 20px;
	padding-top:30px;
	padding-bottom:30px;

}

#photo-basket-summary #cartDiscount{
	 text-align: center;
	 width :100%;
	 border:none;
}

#photo-basket-summary #cartDiscount button {
	border-radius: 20px;
	display: inline-block; 
	height:40px;
	font-size:0.8rem;
    	text-align: center;
    	vertical-align: middle;
	line-height: inherit;
	padding 0.5rem 20px;
	background-color: transparent;
  	border: 1px solid #3e609a;
	color: #3e609a;
}

#photo-basket-summary #cartDiscount button:hover{

	background-color: #3e609a;
  	border: 1px solid #3e609a;
	color: #fff;
}

#photo-basket-summary #cartDiscount button i{

	display: none; 
}

#photo-basket-summary #cartDiscount #DiscountCode {
	margin-top:10px;
	width:85%;
	height:30px;
	margin-right:0px;
}

#photo-basket-summary #cartDiscount h3{
	
	font-size:1rem;
}
#photo-basket-summary table  .cartbox-cell-total {
	border:none;
	font-weight: 400;
	padding:0px;
	padding-left:20px;
	width:50%;
}
#photo-basket-summary table  .cartbox-cell-total.heading {
	padding-top:40px;
	font-weight:700;
	font-size:1rem;
	text-align:left;
}

#photo-basket-summary table .cartbox-cell-total span{
	padding-left:20px;
}
#photo-basket-products table .cartbox-cell{
	border:none;
}
#photo-basket-summary table tr:first-child td {
	padding-top:20px;
}
#photo-basket-summary table tr:last-child td {
	padding-bottom:10px;
	padding-left:0px;
	padding-top:10px;
	font-weight:700;
	font-size:1.5rem;
}
#photo-basket-summary table tr:last-child td span.CurrencySymbol{
	padding-left:0px;
}
#photo-basket-products,#photo-basket-summary{
	font-size: 0.9rem;
	line-height:1.1rem;
}
#photo-basket-products .cartbox-checkout img {
	display:block;
	height:100px;	
}
#photo-basket-products .rowBasketPrice{
	font-size:1.5rem;
	font-weight:300;
}
#photo-basket-products .cartbox-cell  .fa.fa-trash{
	color: #8B0000;
	font-size: 0.7rem;
}
input[type="number"].updateBasketQty{
	width:40%;
	background-color: #eff2f8;
}
.photo-thumb-basket {
	width:125px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee; /* Grey background color */
    padding: 10px; /* Adjust padding as needed */
}

.photo-thumb-basket img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    display: block;
}
article#image-ordering .centre.header h1 {
	margin-top:0px;
}
article#image-ordering .w-container {

}
article#image-ordering .w-container .w-row.first-row {
            display: flex;
    width: 100%;
}
article#image-ordering .w-container .w-row.first-row  .imageproduct-sections {
    display: flex;
}

article#image-ordering .w-container .w-row.first-row  .imageproduct-sections  > * {
    flex: 1;
}
.summary .price-summary.price-summary-vat {
	margin-top:31px;

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

.p-matrix-cost {
	font-size: 1rem;
	color:#000;
	font-weight:400;
	
}
.progress-to-cart,.progress-to-cart:visited {
	text-decoration:underline;
}

#image-ordering .collapse-content {
	height:105px;
	padding-top:5px;
	width : 80%;
	background-color: #fff;
}
#image-ordering #image-select .collapse-content {
	width : 550px;
}
#image-ordering  .slick-track .photo-container {
	min-width:100px;
	min-height:100px;
	max-height:100px;
	background-color: #f7f7f7;
	margin: 0 7px;
}

#image-ordering  .slick-slider .slick-track {
	min-height:200px;
	min-width:600px;
}

#image-ordering .photo-select.slick-initialized {
	height:100px;
}

#image-ordering .photo-select.slick-initialized.slick-slider .slick-list{
	height:100px;
}
.photo-container.selected {
	border:3px solid #3e6099;
}

.photo-select .slick-next:before, .photo-select .slick-prev:before{
	

}

#order-home {
	margin-top:20px;
	background-color:transparent;
}
.white-box {
    background-color: #fff; /* White background for the boxes */
    padding: 20px; /* Padding for inner content */
    margin-bottom: 20px; /* Add some space between boxes */
}

.white-box a {
    display: block;
    color: #000; /* Link color */
    text-decoration: none;
    font-weight: bold;
}

.white-box:hover {
    background-color: #f0f0f0; /* Background color on hover */
    cursor: pointer; /* Change cursor on hover */
    box-shadow: 0 0 5px rgba(0,0,0,0.3); /* Add a subtle shadow on hover */
}

.white-box a:hover {
    color: #000; /* Change link color on hover */
}
#imagepreview-quote .collapse-container.quote-preview {
	background-image: url(https://harwoodkingonline.yourdevwebsite.co.uk/wp-content/themes/OPSv3/images/preview-sizes.png);
    	height: 650px;
}
#imagepreview-quote {
	background-color:#fff;
	margin-bottom:20px;
}
#imagepreview-quote.imageuploadsection {
	background-color:transparent;
	display:block;
	padding:0px;
}
.w-clearfix.summary_row.summary_row_qty{
	display:block;
}
.quote .summary .price-summary.price-summary-vat{

	margin-top:32px;
}
#imageclickttoupload-quote{
	padding: 20px;
	background-color:#fff;
}
#imageclickttoupload-quote p {
	text-align:center;
	margin-left:20px;
}
.imageproduct-sections-summary{
	background-color:transparent;
}
#imageshipping {

	background-color:#fff;
}
#image-ordering .w-col .summary {

	background-color: transparent;
}
#image-ordering .order-online .w-col .summary {
	/*background-color:#fff;*/
}
#image-ordering .w-col .summary h3 {

	color:black;
	background:none;
}
#imageshipping .summary_row {
	color:#000;
	display:block;
}
#imageshipping  .summary_row.price-summary .summary-title, #imageshipping .summary_row.price-summary .summary-attribute{

	font-size:12px;
} 
#imageshipping  {
	margin-top:20px;
	padding:20px;
	
}

.image-container-strip {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
}

#view-basket-link,#view-basket-link:visited ,#view-basket-link:hover{
	color:#3e6099;
	text-decoration:underline;
}
.sidebar.order_summary {
    width: 100%;
    background-color: white;
    border: none;
    padding: 0;
    margin-top:0;
}
#imageclickttoupload-quote #image-select .image-container-strip{
	background-color:#eee;
}
/*
.main-navigation li a:hover, .main-navigation li a:hover {
    color: #A4B5E1
}
.nav-menu-box {
	align-items: center;
    display: flex;
    height: 100%;
	justify-content: center;
}
.nav-menu-box-span {
	letter-spacing: 0.05em;
    font-family: proxima-n-w01-reg, proxima-n-w05-reg, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    font-family: brandon-grot-w01-light, brandon-grot-w05-light, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

.search_link i {
	display: none;
}

span.value {
display: none;
}
*/

.newfooter {
    height: auto;
}

.newfootercont {
	display: flex;
    justify-content: center;
	margin-top: 35px;
}

.newfooterrow {
	width: 875px;
    	height: auto;
    	font-weight:300;
}
.account_link.mobile_toggle{
	padding-right:40px;
	float:right;
	font-size:1.5rem;
}



@media screen and (max-width: 1000px) {
	.account_link.mobile_toggle:hover {
		background:none;
		border:none;
		color:#000;

	}
	.w-col.site-title {
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    margin-top: 10px;
	    margin-left:0px;
	    width:260px;
	}
	.newfootercont {
		height:685px;
		margin-top: 15px;
	}
	.newfooter {
		height:790px;
	}
	#privacy-policy-bottom	{
		height:30px;
	}
	#colophon .footer-col:nth-child(2) .footer-box .footer-widget:nth-child(2){
		justify-content:start;
		width:100%;
	}
	.w-row.newfooterrow .w-col.footer-col .wpcf7.js {
		width:100%;
	}
	.site-footer.newfooter .wpcf7.js p {
		margin-bottom:0px;
	}
	article#image-ordering .w-container .w-row.first-row{
		display:block;
	}
	.w-row.first-row  .imageproduct-sections{
		margin-bottom:20px;
	
	}
}

nav#mobile_nav ul#mobile_menu li.menu-item a {

	font-weight:500;
	font-size:16px;
}
nav#mobile_nav ul#mobile_menu li.menu-item ul li a {

	font-weight:300;
	    font-size: 14px;
}
.footer-box:first-child{
	margin-bottom:50px;
}
.footer-col{
	padding-left:0px;
	padding-right:0px;
	margin-left:56px;
	margin-right:56px;
}
.footer-col:nth-child(1){
	width:300px;
	margin-left:0px;
}

.current-photo {

	max-height:540px;
	margin-bottom: 0;
}


.photo-select .slick-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    /*top: 0;
    left: 0;*/
    color:#3e6099;
}
.photo-select .slick-next:before {

    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    /*top: 0;
    left: 0;*/
    color:#3e6099;
}
.footer-col:nth-child(2){
	width: 200px;
	margin-top: 30px;
	line-height: 1.5rem;
	margin-left: 65px;
	margin-right: 47px;
}
.footer-col:nth-child(2) .footer-widget:first-child {
	margin-bottom:20px;
}

.bot-slide {

	margin-bottom:0px;
}
.footer-col:nth-child(3){
	width:149.5px;
	margin-right:0px;
	margin-top:30px;
	line-height:1.75rem;
}
@media (min-width: 1001px) {
	.site-footer.newfooter {
		height:500px; 
	}
	#colophon .footer-col:nth-child(1) .footer-box:nth-child(1){
		padding-top:10px;
	}
	.footer-box:first-child{
		margin-bottom:35px;
	}
}
.site-footer.newfooter  p {
	margin-bottom:0.5rem;
}

.site-footer.newfooter .wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
	font-size:16px;
	font-weight: 400;
}

.site-footer.newfooter input[type="email"] {

	border:none;
}
#privacy-policy-bottom {
	        display: none;
}		
@media screen and (max-width: 1000px) { 
	.w-container.newfootercont {
		width:450px;
	}
	.footer {
		padding: 1rem 0 0 0 ;
	}
	.footer-box:first-child {
		margin-bottom:25px;
	}
	.footer-col:nth-child(1){
		width:450px;
		margin-right:0px;
	}
	.footer-col:nth-child(1) img{
		width:340px;
	}
	#colophon .w-container.newfootercont .footer-col:nth-child(2){
		width:200px;
		margin-top:30px;
		line-height:1.5rem;
		margin-left:0px;
		margin-right:50px;
		justify-content: start;
	}
	.footer-col:nth-child(3){
		width:149.5px;
		margin-left:50px;
		margin-right:0px;
		margin-top:30px;
		line-height:1.75rem;
	}
	.w-row.newfooterrow #privacy-policy {
	        display:none;
	}
	#privacy-policy-bottom {
	        display: flex;
		justify-content: center;
		margin-top: 10px;		
	}	
	#privacy-policy-bottom a{
	        margin-left: 16px;
		margin-right: 16px;	
	}
	.wpcf7.js .wpcf7-form.init p{
		max-height:50px;
	}
	.footer-col:nth-child(2) .footer-widget:first-child {
		margin-bottom:10px;
	}
		
}
@media screen and (max-width: 750px) { 
	.main-header{
		height:79px;
	}
	.w-col.site-title {	
		width:200px;
		margin-top:5px;
		margin-left:30px;
		transform:none;
		position:relative;
		left:auto;
	}
	#masthead i.fa-bars{
		margin-top:15px;
	
	}
	.mobile_button {
    		right: 1.15rem;
		top: 0.15rem;
	}
	#mobile_nav {
    		width: 100%;
	}
	#mobile_nav.notvisible {
    		width: 300px;
		transform: translateX(750px);
		    -webkit-transform: translateX(750px);
		    -moz-transform: translateX(750px);
	}
	#mobile_nav ul {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    margin-top: 20px; 
	}
	#mobile_menu li.menu-item-has-children:nth-child(1):after {
	    position: absolute;
	    right: 233px;
	    top: 15px;
	}
	#mobile_menu li.menu-item-has-children:after {
    		position: absolute;
    		right: 235px;
    		top: 15px;
	}
	#mobile_nav ul li a {
	  margin-top: 20px;
	  padding: 0;
	}
  
	#mobile_menu li.menu-item-has-children:nth-child(1) {
	  margin-top: 40px;
	  text-align:center
	}
	.site-footer.newfooter p {		
		font-size: 14px;
    		line-height: 1.2;
	}
	.footer-col:nth-child(1) .footer-box:nth-child(3) {
		margin-bottom:0px;
	}
	.footer-col:nth-child(1) .footer-box:nth-child(2) {
		margin-top:36px;
	}
	.footer-col:nth-child(2) {
	    	width: 200px;
	    	margin-top: 30px;
	    	margin-left: 30px;
	    	margin-right: 0px;
	}
	.footer-col:nth-child(3){
		width:149.5px;
		margin-top:30px;
		margin-left:0px;
		margin-right:30px;
	}
	.site-footer.newfooter .footer-col:nth-child(3) p:last-child {
		margin-top:20px ;
	}
	#colophon .footer-col:nth-child(2) .footer-box .footer-widget:nth-child(2){
		    margin-top: 6px;
	}
	.site-footer.newfooter  .footer-col:nth-child(2) p {
		line-height: 1.2;
	}
	
	.site-footer.newfooter .footer-col:nth-child(3) p {
		line-height: 1.6;
	}
	.w-row.newfooterrow .w-col.footer-col .wpcf7.js {
		width:306px;
	}
	.newfooter {
		height:750px;
	}
	.newfootercont {
    		height: 642px;
    
    	}
	#colophon .w-container.newfootercont .footer-col:nth-child(2) {
		margin-right: 0;
		    margin-left: 13px;
		    justify-content: end;
		    /*margin-top: 59px;*/
		}
	#colophon .w-container.newfootercont .footer-col:nth-child(3) {
		margin-top: 26.5px;
		margin-left:25px;
		margin-right:10px;
	}
	#privacy-policy-bottom {
		margin-top:0px;
	}
	.wpcf7.js .wpcf7-form.init p:first-child{
	
		margin-top:0px;
	}
	footer {
    		padding: 2.7rem 0 0 0;
	}
	.footer-box:first-child {
    		margin-bottom: 0px
    	}
	a.social {
	    background-color: transparent;
	    padding: 5px;
	    margin: 0 8.5px;
	}
	
	.w-col.footer-col:first-child .footer-box:nth-child(2){
    		 margin-bottom: 0;
	}
	.mob-close {
		width:45px;
		top:1.7rem;
		right:0.5rem;
	}
	.w-container.newfootercont {
		width:400px;
	}
}

@media screen and (max-width: 450px) { 
	.w-container.newfootercont,privacy-policy-bottom {
		width:350px;
	}
	
}
.footer-box a.social.youtube svg{
		width:33px;		
	}
	.footer-box a.social.tiktok svg{
		width:27px;		
	}
.social.facebook .fa-facebook:before {
    content: "\f09a"
}

#current-photo h3,#current-photo .photo-name{
	display:none;
}

.cartbox-cell .fa.fa-x{
	font-size:0.5rem;
}

.photo-container.slick-current img {
	min-height:64.3906px;
}
.account_link.mobile_toggle .mobile_button{
	width:55px;
}

.mobile_button.mob-close {
    cursor: pointer;
}
.option-row h4 {
	 text-transform: uppercase;
}
.page-template .featherlight .featherlight-content,.basketPopup,.page-templat .featherlight .featherlight-close-icon{
	background-color:#eee;
}

.page-template .featherlight .featherlight-content,.basketPopup {
	max-width:600px;
	flex-direction: column;
    padding: 15px 30px;
}

.basketPopup h2 {
	text-align:center;
}
.basketPopup .readmore.view-basket{
	border-radius:20px;
	.padding: 10px 20px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.2s;
    line-height: 1.7;
    padding: 5px 45px;
}

#view-basket-link{
	cursor:pointer;
}

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

.featherlight-inner {
    text-align: center; /* Center the text */
}
	
.featherlight-inner a {
    display: block; /* Display the links as block elements */
    margin-bottom: 10px; /* Add some space between the buttons */
}
.featherlight-content .popup-content .column .summary_row .summary_attribute,.featherlight-content .popup-content .column .summary_row .summary_attribute_title,.featherlight-content .popup-content .column .popup-right-group .summary_attribute_title{
	color:#000;
	font-size: 1rem;
	line-height:1.2rem;
}

.featherlight-content .popup-right-group .CurrencySymbol,.featherlight-content .popup-right-group .p-matrix-total{

	font-size:1.3rem;
}
.featherlight-content .popup-content {
    display: flex;
}

/* Each column within the pop-up */
.featherlight-content .column {
    flex: 1;
    padding: 10px;
    margin: 0 20px;
    text-align:left;
}

/* Style for the image */
.featherlight-content .column img {
    display: block;
    margin: 0 auto; /* Center the image horizontally */
    vertical-align: middle; /* Vertically align the image */
    height:200px;
}

.featherlight-content .popup-right-group {
    margin-top: 220px;
    text-align:left;
}

/* Buttons within the button group */
.featherlight-content .popup-right-group button {
    display: block;
    margin-bottom: 10px;
}

.basketPopup.featherlight-inner {
    margin: 0 auto; /* Center horizontally */
    text-align: center; /* Align text content within the element */
}

.featherlight .featherlight-content  .featherlight-close-icon {
	background: none;
	color: #3e609a;
	font-size:22px;
	font-weight:700;
}
.featherlight .featherlight-content {
	min-width:50%;
}

.inline-element {
    display: inline;
}

.tooltip-content,.tooltipster-base .tooltipster-content {
	background-color: #3e609a;
	text-align:center;
	color:#fff;
	max-width:350px;
	padding:20px;

}
.tooltipster-arrow-top .tooltipster-arrow {
	display:none;
}
.tooltip-content,.tooltipster-base .tooltipster-content p,.tooltip-content,.tooltipster-base .tooltipster-content a{
		color:#fff;
}
.tooltipster-base .tooltipster-content a{
	text-decoration:underline;
	margin-bottom:10px;
}
.tooltip-content,.tooltipster-base .tooltipster-content button{
	background-color:#7597c9;
	border-radius:20px;
	margin-top: 10px;
}


article#image-ordering .tooltip {
    background: #7596c8;
    border-radius: 50%; /* Make it a circle by setting border-radius to 50% */
    width: 11px;
    height: 11px;
    margin-left: 10px;
    margin-bottom: 0.6rem;
    vertical-align: text-bottom;
    display: inline-block;
    color: transparent;
    text-align: center; /* Center the question mark horizontally */
    line-height: 12px; /* Center the question mark vertically */
    font-size: 10px; /* Adjust font size for the question mark */
}

.tooltip:before {
    content: "?"; /* Use Unicode character for the question mark */
    color: white; /* Set color of the question mark */
}
.current-photo {
    /* position: relative;  Make sure it's a positioned container */
}
.spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent white background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999; /* Ensure it's above other content */
}

.spinner {
    font-size: 3em; /* Adjust icon size */
}

.current-photo .spinner.fas.fa-spinner.fa-spin {
	text-align: center;
}

.current-photo-spinner {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none; /* Initially hide the spinner */
    color: #3e6099;
}
.apply-selected,#lightboxTest {
	text-transform: uppercase;
	    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.2s;
    line-height: 1.7;
}
.fa-stack.fa-lg.deleteFileImageSelection .fa.fa-circle.fa-stack-2x.fa-inverse{
	color:#8B0000;
}
.fa-stack-1x {
	color:#fff;
}

.fa-stack.fa-lg {
    font-size: 0.65em;   
}
.image-container img {

	cursor:pointer;
}
.summary_container.image_ordering .sidebar.order_summary .summary_attributes .summary_row:nth-child(2){
	padding-bottom:0px
}
.summary_container.image_ordering .sidebar.order_summary .summary_attributes .summary_row:nth-child(3){
	padding-top:0px
}

.social {
    position: relative; 
}

.social.instagram {
    top: 3px;
}

#checkout .basket-summary .cartbox-cell p:nth-child(2) {
	margin-bottom: 5px;
}

#checkout .checkout-action a#cart-proceed-link{
	padding: 5px 20px;
}
#joining-text {
    font-weight:300;
    font-size:16px;
    letter-spacing: 0.6px;
}
.site-footer.newfooter .wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email::placeholder{
	color:#d3d3d3;
}

@media screen and (max-width: 750px){
	.account_link.mobile_toggle {
	       display: inline-block;
    		margin-top: -1px;
    		margin-right: 0px;
	}
}
#dpisizewarning {
	display:none;
}

#image-ordering .whitsection.test-strip .w-col .summary {
	background-color:#fff;
}

/* Adjust positioning of account links */
#cart-icon {
    position: absolute;
    top: 50px; /* Adjust top position as needed */
    right: 140px; /* Align to the right */
}

#myacc-icon,#login-icon{
    position: absolute;
    top: 50px; /* Adjust top position as needed */
    right: 80px; /* Align to the right */
}

#logout-icon  {
    position: absolute;
    top: 50px; /* Adjust top position as needed */
    right: 20px; /* Align to the right */
}
#cart-icon-hover,#myacc-icon-hover ,#login-icon-hover ,#logout-icon-hover  {
	display:none;
}

.account_link img.hover {
    display: none; /* Initially hide hover icons */
}

.account_link:hover img.regular {
    display: none; /* Hide regular icon on hover */
}

.account_link:hover img.hover {
    display: inline; /* Show hover icon on hover */
}
@media (max-width: 1340px) {
 	#cart-icon,#myacc-icon ,#login-icon ,#logout-icon,#cart-icon-hover,#myacc-icon-hover ,#login-icon-hover ,#logout-icon-hover  {
		display:none;
	}

}
.wpcf7 form.invalid .wpcf7-response-output {
	display:none;
}
#imageuploadersection .collapse-content {
	padding: 5px 10px;
}
#photo-basket-summary #imageshipping {
	background-color:#eee;
}
#photo-basket-summary #imageshipping  .summary_attribute.shippingcost {
	font-weight:700;
	vertical-align: top;
	float:right;
}
#photo-basket-summary #imageshipping  .summary_title .small-text {
	font-size:7px;
}

#dpisizewarning{
	text-align:center;
}

.summary_attribute.shippingcost {
	font-weight:700;
}
.page-template-ops-image .prettyPopin .prettyContent .prettyContent-container{

	background-color:#e3e3e3;
}

.file-upload-cont .dropFile .w-col:first-child {

	border:none;
}

#product-upload p.checkout-action a {
	border: 1px solid #3e609a;
	border-radius:20px;
	background-color:transparent;
	color: #3e609a;
	padding:5px 20px;
}

#product-upload p.checkout-action a:hover {
	background-color:#3e609a;
	color: #fff;
}

#product-upload #dropFile .w-col {
	color:#000;
}

.upload-queue h3 {
	background-color: transparent;
	color:#000;
	font-weight:700;
}

.upload-queue .total{
	display:none;
}

.prettyContent-container .w-col .upload-queue {
	background-color: transparent;
}

.prettyPopin {
	min-width : 650px;
}

.upload-queue .upload-success.row-upload{
	border:none;
}
.prettyContent-container .w-col a#uploadButton {
	float:none;
	border-radius:20px;
	padding:5px 20px;
}
.prettyPopin #prettyContent.prettyContent .prettyContent-container  {
	padding: 20px 50px;
}
.file-upload-cont #product-upload #dropFile h3{
	margin: 20px;
}
.deleteFileImageUploader .uploadDelete.fa.fa-trash {
	color: #8B0000;
}

#product-upload p.checkout-action,.prettyContent-container .w-col a#uploadButton  {
	margin-bottom:30px;
}

body.page-template-ops-myaccount #content.site-content {
	background-color:#fff;
}

.checkout-login .new-customer .boxheader,.checkout-login  .existing-customer .boxheader{
	padding:20px 30px;
}

.checkout-login .new-customer .boxcontent,.checkout-login  .existing-customer .boxcontent{
	background-color:#f5f5f5;
	padding:30px;
}

.checkout-login  .existing-customer .boxcontent .login-email{
	margin-bottom:20px;	
}
.checkout-login  .existing-customer .boxcontent .login-email input[type="text"], .checkout-login  .existing-customer .boxcontent .login-pass .login-password-input  input[type="password"]{
	background-color:#fff;
	border:none;
}

.checkout-login  .existing-customer .boxcontent .login-pass .login-password-input a#reset-password {
	color:#0069c2;
	font-size:0.8rem;
	text-decoration:underline;
	margin-left:20px;
	padding-top:5px;
	padding-bottom:20px;
}
.checkout-login .new-customer .boxcontent #checkout-action-create,.checkout-login  .existing-customer .boxcontent #checkout-action-login{
	text-align:center;
}

.checkout-login .new-customer-list {
	#background-color:#fff;
	padding-top:5px;
	font-size: 1rem;
    	line-height: 1.2rem;
}

#myaccount .myaccount h1.entry-title{
	text-align:center;
	font-family: playfair, brandon-grot-w05-light, sans-serif;
	font-weight: 400;
}

#myaccount .cartbox-top,#myaccount .quotebox-top, #myaccount .cartbox-cell {
	border:none;
}

#myaccount .myaccount-action a {
    padding: 5px 30px;
    color: #3e609a;
    background-color: transparent;
    float: right;
    border:1px solid #3e609a;
    border-radius:20px;
}

.profile-option td .checkout-action{
	text-align:left;
}

.cartbox-checkout.order-history tr,.cartbox-checkout.addressbook tr{
	background-color:#f5f5f5;
}
.cartbox-checkout.order-history tr:nth-child(1),.cartbox-checkout.addressbook tr:nth-child(1){
	background-color:transparent;
}
.cartbox-checkout.order-history tr:nth-child(2) td,.cartbox-checkout.addressbook tr:nth-child(2) td{
	padding-top:30px;
}

.cartbox-checkout.order-history tr:last-child td:first-child,.cartbox-checkout.addressbook tr:last-child td{
	padding-bottom:30px;
}
.cartbox-checkout.order-history tr td:first-child,.cartbox-checkout.addressbook tr td:first-child{
	padding-left:40px;
}
.cartbox-checkout.order-history tr td:last-child,.cartbox-checkout.addressbook tr td:last-child{
	padding-right:40px
}
#myaccount .cartbox-checkout .checkout-action a.cta.start-order {
	margin-top:0;
	border-radius:20px;
}

#myaccount .cartbox-checkout .profile-option .checkout-action a.cta,#myaccount .myaccount .cartbox-checkout.addressbook a.cta,#myaccount .myaccount .cartbox-checkout.addressbook .basket-summary a.readmore {
	padding: 5px 30px;
	color: #3e609a;
	background-color: transparent;
	border:1px solid #3e609a;
	border-radius:20px;
}
#myaccount .cartbox-checkout .profile-option .checkout-action a.cta:hover,#myaccount .myaccount .cartbox-checkout.addressbook a.cta:hover,#myaccount .myaccount .cartbox-checkout.addressbook .basket-summary a.readmore:hover {
	background-color:#3e609a;
	color: #fff;
}
.addressbook #add_address.checkout-action{
	text-align:left;
}
.cartbox-checkout.addressbook {
	width:75%;
	margin:auto;
}
.entry  #updateform fieldset,.entry  #createform fieldset {
    border: none;
}	
.entry  #updateform fieldset:first-child table,.entry  #createform fieldset:first-child table{
    	background-color:#f5f5f5;
}

.entry  #updateform fieldset table tr td.first-td,.entry  #createform fieldset table tr td.first-td{
	padding-top:30px;
}
.entry  #updateform fieldset table tr td.last-td,.entry  #createform fieldset table tr td.last-td{
	padding-bottom:30px;
}
.entry  #updateform fieldset table tr td,.entry  #createform fieldset table tr td{
	padding-left:30px;;
}

.entry  #updateform fieldset table.password-table tr td,.entry  #createform fieldset table.password-table tr td{

	padding-right:40px;
}
.entry  #updateform fieldset .formfield ,.entry  #createform fieldset .formfield{
    width:100%;
}
#createform .checkout-action,#updateform .checkout-action{
	margin-top:0;
}
#createform .checkout-action input#submit,#updateform .checkout-action input#submit{
	margin-top:0;
}	
#createform .checkout-action input#submit{
	border-radius: 20px;
	padding: 5px 15px;
	background-color: #3e609a;;
	display: inline-block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 1rem;
	transition: 0.2s;
	line-height: 1.7;
}
#createform .checkout-action input#submit:hover{
	background-color: #7597c9;
}
.entry  #updateform fieldset input,.entry  #createform fieldset input,.entry  #updateform fieldset select,.entry  #createform fieldset select{
	background-color: #fff;
}

.entry  #updateform fieldset .password-table input,.entry  #createform fieldset .password-table input{
	background-color: #f5f5f5;
}

#text-center.text-center{
	text-align:center;
}

#submitFP {
	border-radius:20px;
}

.page-template.page-template-page-templates.page-template-ops-myaccount.page-template-page-templatesops-myaccount-php.page .featherlight .featherlight-content {
	max-width: 600px;
	min-width:400px;
}
span#password-toggle {
    top: 0px;
}
#myaccount .myaccount .entry td.cartbox-cell-total{
	border:none;
}

#myaccount .checkout-login {
	margin : 0 90px;
}
#myaccount .checkout-login #checkout-action-create .readmore, #myaccount .checkout-login .checkout-action #action{
	border-radius:20px;
	padding: 5px 15px;
}

#myaccount .checkout-login .checkout-action #action{
 	padding: 5px 90px;
}

#myaccount .checkout-login .new-customer.new-customer-list li::marker{
	font-size:0.5rem;
}
#myaccount .checkout-login .checkout-action #action:hover {
	background-color:#7597c9;
}

#myaccount #createform input{
	margin-top: 0.2rem;
	margin-bottom:0.5rem;
	border:none;
}
#myaccount legend{
	padding-top:30px;
	padding-bottom:20px;
	padding-left:30px;
}

#myaccount .entry .error {
	color:inherit;
}

#myaccount p.terms-link a{
	text-decoration:underline;
	font-weight: 400;
  	color: #0000EE ;
}

#myaccount .cartbox-checkout.profile-info .cartbox-cell {
	padding:5px;
}

#myaccount .entry h2 {
	font-size:1rem;
}

#myaccount .entry .cartbox-cell{
	padding:5px;
	font-size:14px;
}

.bg-grey {
	background-color:#f5f5f5;
}

.cart-container.bg-grey {
	margin-bottom:0rem;
}
.cart-container-header,.cart-container-merge{
	margin-bottom: 0;
	padding-bottom: 0;
}

#myaccount .entry .basket-summary .cartbox-cell {
	padding-top:0;
	padding-bottom: 0;
}
.ordersum.sub-total {
	font-weight:300;
	font-size:2rem;
}

#myaccount .cart-container .cartbox-cell-total {
	font-weight:400;
	padding: 5px;

}

#myaccount .myaccount .entry td.cartbox-cell-total.order-total {
	font-weight: 700;
	font-size:1.5rem;
}
.basketPopup.featherlight-inner h2{
	text-align:center;
	font-family: playfair, brandon-grot-w05-light, sans-serif;
	font-weight: 400;
	font-size: 2.3rem;
}

