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

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

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.7rem;
}
body.page{
	background-color: #1190cc;
}

h1,h2,h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

h2 {
    font-size: 1.8rem;
    margin:1rem 0;
	
}

h3{
	margin:1rem 0;
	font-weight:bold;
}

h3:first-child,
p:first-child{
	margin-top:0;
}
.title {
    font-weight: bold;
}
.new-customer h3, .existing-customer h3 {
	font-weight:bold;
}

#content{
	background-color: #FFF;
}
.whitesection{
	background-color: #FFF;
	overflow: hidden;
	position: relative;
}
section#bubbles:after{
	content:'';
	background:url(images/dots.png);
	width:500px;
	height:500px;
	opacity: 0.1;
	position: absolute;
	right:0;
	top:0;
	z-index: -1;
}
.greysection{
	background-color: #F5F5F5;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.darkgreysection{
	background-color: #eee;
	overflow: hidden;
	position: relative;
}
.colorsection{
	color:#FFF;
	background-color: #1B365D;
	overflow: hidden;
	position: relative;
	/* 21-02-2024 MM: Removed at the request of nick 
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239bcbeb' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	*/
}
.removepadding{
	padding-top:0;
}

a{
	text-decoration: none;
}

.w-container{
	max-width: 1300px;
}
@media screen and (max-width: 1400px) {
	.w-container{
		max-width: 90%;
	}
}
@media screen and (max-width: 1100px) {
	.w-container{
		max-width: 940px;
	}
}

@media screen and (max-width: 991px) {
	.w-container{
		max-width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.w-container{
		max-width: 80%;
	}
}

a.cta{
	border: 1px solid ;
    /*border-radius: 5px;*/
    padding: 5px;
    display: inline-block;
    text-align: center;
    background-color: transparent;
}

/* =============
HEADER
================*/
#masthead{
	padding-top: 10px;
}

/* CONTACT */
.phone, .email{
	display: inline-block;
}
.phone a, .email a,.phone a:visited, .email a:visited{
	border:1px solid;
	/*border-radius: 5px;*/
	transition: 0.2s ease-in-out;
}
.phone a:hover, .email a:hover{
	border:1px solid;
}
.phone a {	
	padding:5px 10px;	
}
 .email a{
	padding:5px 8px;
}
/*.phone span, .email span{
	display:none;
	transition: 0.2s ease-in-out;
}
.phone span.show, .email span.show{
	display:inline-block;
}*/
/* LOGO */
h1.site-title{
	text-align: center;
	margin:0;
}

@media screen and (max-width: 768px) {
	#masthead{
		position: fixed;
		z-index: 99999;
	}
	#content{
		padding-top: 4.5rem;
	}
}



/* ACCOUNT LINKS */

/* Tooltip */
.tool-tip:after{
	opacity: 0;
    transition: 0.2s ease-in-out;
}
.tool-tip:hover:after{
        background: #333;
        background: #FFF;
        border-radius: 0px;
        border: 1px solid #ddd;
        bottom: -0.2rem;
        left: 24px;
        color: #333;
        content: attr(title);
        padding: 10px 20px;
        position: absolute;
        z-index: 98;
        width: 490px;
        text-align: left;
        font-size: 0.8rem;
        opacity: 1;
        line-height: 1.7;
}
.tool-tip{
    display: inline;
    position: relative;
}

.account_link{
	height: auto;
	width: auto;
	line-height: normal;
	border:1px solid;
	/*border-radius: 20px;*/
	padding:5px 9px;
	font-size: 16px;
	overflow: initial;
	margin: 0;
}

.account_link:hover{
	border:1px solid;
}

.account_login{
	display: inline-block;
}

/* Search*/
.account_link.search_link{
	padding: 4px 8px;
}
.search_link.active{
	width: 160px;
}
.searchform{
	height: auto;
	line-height: normal;
	position: relative;
	background-color: transparent;
	right: auto;
	top: auto;
	/*border-radius: 5px;*/
	width: 100%;
}
.searchform input[type="text"]{
	border:none;
	background-color: transparent;
	padding:0px 10px;
}
.search_link form input[type="text"]:focus{
	border-bottom: transparent;
}
.search_link i, .search_link.active i{
	line-height: normal;
}

/* NAVIGATION */
.main-navigation ul{
	text-align: center;
	font-size: 0;
}
.main-navigation li{
	float: none;
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 0.9rem;
}

.header-contact{
	display: block;
}
@media screen and (max-width: 991px) {
    .header-contact{
    	display: none;
    }
    .search_link{
    	display: none;
    }
    .account_login{
    	display: none;
    }
}

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

/* Mega Menu*/

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

ul.products_menu_templates{
    padding: 0;
    box-shadow: none;
}
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;
}

.products_menu_container{top: 47px;min-height: 350px;left: 0;width: 1300px;margin-top: 0;-webkit-box-shadow: 0px 4px 21px -8px rgba(0,0,0,0.75);-moz-box-shadow: 0px 4px 21px -8px rgba(0,0,0,0.75);box-shadow: 0px 4px 21px -8px rgba(0,0,0,0.75);}
header#masthead.mini-header .products_menu_container{top: 47px;}

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

/* =============
FOOTER
================*/
footer{
	padding: 1rem 0;
}
footer h3{
	margin:0.5rem 0;
	color:#FFF;
}
ul#menu-footer-menu{
}
ul#menu-footer-menu li{
	line-height: 1.6rem;
	
}
ul#menu-footer-menu li a{
	color:#e6f7ff;
}
ul#menu-footer-menu li a:hover{
	color:#FFF;
}

@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{
	background-color: transparent;
	padding:5px;
	margin:0;
}
a.social i{
	color:#e6f7ff;
	font-size: 1.8rem;
}

a.social:hover i{
	color:#FFF;
}

.card-types i{
	font-size: 1.8rem;
	padding:1px;
}
.footer-box{
	background-color: rgba(255,255,255,0.2);
	padding:20px;
	/*border-radius: 20px;*/
	text-align:center;
}

#catalogue .p-maincontent .checkout-login .w-col-6{
	width:100%;
}

#catalogue .full-bubble .checkout-login .new-customer,
#catalogue .full-bubble .checkout-login .existing-customer{
	padding:0;
}

/* Slider*/
.slide{
	background-color: #ffffff;
	
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.slide_content h2, .slide_content h1{
	font-size: 3rem;
	line-height: 3.5rem;
	border-left: none;
	background-color: #FFF;
	padding-left: 1rem;
    padding: 10px 50px;
}

.message{border-left: none;padding: 20px 50px;font-size: 1.1rem;margin: 1rem 0;}
.badge{
	/* float: right; */
	display: inline-block;
	width: auto;
	color:#FFF;
	/*border-radius: 5px;*/
	padding: 10px 20px;
}

.slide a.readmore{
	color:#FFF;
	font-size: 1rem;
	float: right;
	display: inline;
	margin-right: 40px;
}
@media screen and (max-width: 991px) {
	header#masthead{
		height: auto;
	}
	/* Mobile Menu*/
	#masthead i.fa-times, #masthead i.fa-bars{
		top: 0.5rem;
		right: 0.4rem;
		font-size: 1.5rem;
	}
	#mobile_nav{
		width: 300px;
	}
	.mobile_icons{
		padding-left: 8px;
		padding-top: 0.4rem;
	}
	.mobile_button{
		right: 0.5rem;
		top: 0.1rem;
	}
	.mobile_button.fa-close{
		font-size: 1.5rem;
		cursor: pointer;
	}
	.phone a, .email a, .phone a:visited, .email a:visited{
		border:none;
		color:#FFF;
		cursor: pointer;
		padding:0;
	}
	.phone a:hover, .email a:hover{
		border:none;
		color:#FFF;
	}
	.slide_content h2, .slide_content h1{
		text-align: center;
		font-size: 2rem;
		display: block;
		padding:0px;
	}
	.message{
		font-size: 1rem;
		display: block;
		padding:12px 30px;
		line-height: 1.3rem;
	}
	.cart_link{
		margin-top: 8px;
		margin-right: 0;
	}

	
}
@media screen and (max-width: 768px) {
	.slide{
		padding:1rem;
	}
	.slide_content{
		margin:0 30px;
	}
	img.slide_image{
		height: 200px;
		/* margin: 30px auto; */
	}
	
	h1.site-title img{
		width: 180px;
		float: left;
	}
	.cart_link{
		margin-right: 3rem;
		margin-top: 8px;
	}
	.img-small{
		padding:0;
	}
	.sample-image{
		height: 150px;
	}
	.badge, .slide a.readmore{
		display: block;
		text-align: center;
		width: 100%;
		margin:0;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {

	.slide{
		height: 90vh;
	}
	.message{
		padding:12px 30px;
	}
	h1.site-title img{
		width: 250px;
		float: left;
	}
	img.slide_image{
		height: 120px;
		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*/

/*.singl-col{
	min-height: 300px;
}*/

.banner h1, .banner h2{
	color:#FFF;
	line-height:1;
	font-size:3rem;
}

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

/* Featured Products */

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

h3.product_title{
	margin:0;
}

.featured_product .subtitle_price{
	display: block;
	font-size: 1rem;
	font-weight: normal;
}

/* Feature Icons */

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

/* 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:1px solid;
	padding: 1rem;
    /*border-radius: 20px;*/
    font-size: 3rem;
    text-align: center;
    margin:1rem;
}

.funnel h3{
	margin-top: 1.2rem;
	margin-bottom: 0;
}
.funnel p{
	margin-top:0;
	line-height: 1.5rem;
}

@media screen and (max-width: 991px) {
	.funnel {
		padding:20px;
		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;
    margin-bottom: 1rem;
}
.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;
}

#content a.readmore{
    /*border-radius: 5px;*/
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    float: none;
    margin: 0;
}
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:1px solid white;
	color: #FFF;
	/*border-radius: 5px;*/
	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;
}
.sample-image img{
	position: absolute;
	bottom: 0;
}

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

/* Price List */

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

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

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

/* Text */

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

.testimonial{
	background-color: #FFF;
	padding:20px 50px;
	margin: 0px 10px;
	/*border-radius: 20px;*/
}
.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;
  
}

/* 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: 1rem 0;
	margin-bottom: 0;
}
.checkout-action a{
	margin-left: 0;
	color:#FFF;
	font-weight:bold;
}
.checkout-action a:hover{
	color:#FFF;
}
.p-matrix-cost{
	font-size: 1.3rem;
	color: #FFF;
}
.p-maincontent section.whitesection{
}
.p-maincontent-image{
	position: relative;
	left:-300px;
	height: 500px;
	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-image{
		position: relative;
		left:0;
		height: 200px;
		overflow: hidden;
		width: 100%;
	}
	.p-maincontent-image img{
		position: absolute;
		top:0;
	}
}

/* TABS */


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

#custom5, #custom6{
	padding:30px;
}

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

/* SCHEDULER */

.countdown{
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
}
.countdown-header{
	margin: 0;
    font-size: 1.9rem;
    line-height: 3.9rem;
    text-align: center;
    color:#FFF;
}
.p-schedule-date{
	float: none;
    font-size: 1.8rem;
    line-height: 2rem;
}
.p-schedule-head{
	float: none;
}
.p-schedule-wrapper{
	width: 100%;
	text-align: center;
	margin:0;
	background-color: #FFF;
	padding:9px 39px;
}
#cutOffCountdown{
	margin-bottom: 0;
}
#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;
	margin-top:25px;
	border:none;
	border-radius: 0;
}

.template-box-sets .r-tabs{
	background-color: transparent;
	border:none;
}
.template-box-sets .r-tabs .r-tabs-nav .r-tabs-tab{
	width: 24.8%;
	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;
}
div#templates{
	padding: 1rem 50px;
}
div#templates h2{
	display: inline-block;
}
div#templates .checkout-action{
	display: inline-block;
	float:right;
}
.template_container{
	padding:20px;
	background-color: #f5f5f5; 
}
.template-designs .template_container{
	background-color: #FFF;
}

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

a.optionbutton,
a.optionbutton:visited,
a.listing-product-link,
a.listing-product-link:visited,
a.form-submit{
	/*border-radius: 5px;*/
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	color: #FFF;
}

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

/* Total Bar*/
.summary{
	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;
}

.summary_container{
	display: none;
}

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

.summary_attribute, .summary_attribute_title{
	display: inline;
	font-size: 1.5rem;
}
.order_summary_bottom {
    text-align: right;
}
#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed{
	margin-bottom: 0;
	width: auto;
	text-align: center;
	border:1px solid;
	border-radius:0;
	color:#FFF;
	padding: 9px 20px;
	border: none;
}
#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed:hover{
	color:#FFF;
}
#content a#lightboxTest{
	color:#FFF;
	text-align: right;
	border-radius:0;
	border:none;
	padding: 8px 20px;
}
a.quote_cta i{
	font-size: 1.3rem;
	margin-right: 0.5rem;
}
.order_summary_top{
	width: 51%;
	text-align: left;
	display: inline-block;
}
.order_summary_bottom{
	width: 49%;
	display: inline-block;
	float: right;
}

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

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

.new-customer, .existing-customer{
	background-color: #FFF;
	/*border-radius: 20px;*/
	margin-bottom: 1.5rem;
}
.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;
	font-size:1rem;
	font-weight:bold;
	border-radius:0px;
}

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

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


/* Account Page*/

.cartbox-top{
	padding:0 5px;
}

/* Email Quote */
.prettyPopin .prettyContent .prettyContent-container{
    width: 700px;
    margin: 0 auto;
}
.prettyPopin a#b_close{
	top: 5px;
	right: 20px;
}
.prettyPopin .prettyContent .prettyContent-container{
	padding-top:40px;
}
.prettyContent-container h1.entry-title{
	margin-top:0;
}
.prettyContent-container .cart-container{
	padding: 0;
}
/* 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%;
	background-color: #f7f7f7;
	border-radius: 0px;
	border: 1px solid #ddd;
	margin-bottom:10px;
}
.contact-box button,
input[type="button"],
input[type="reset"],
input[type="submit"]
.cta.solid.purple,
input.form-submit{
	border: none;
	color: #FFF;
	padding: 10px;
	/*border-radius: 5px;*/
	font-size: 1rem;
	font-weight: normal;
	margin:0;
}

/* FAQ */

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

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

/*Designs*/

#designs{
	background-color:#f5f5f5;
}
#designs .listing-product{
	background-color: transparent;
}
#designs .listing-name{
	padding:5px 0;
}
#designs .listing-name a, #designs .listing-name a:visited{
	color: #000;
}
#designs h1{
	margin-bottom: 1.8rem;
}

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


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

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

.template_detail li.r-tabs-tab a, .template_detail li.r-tabs-tab a:visited{
	color:#888;
}

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

/* Calculator*/


.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{
	background-color: #f5f5f5;
	border:none;
	border-radius: 0;
}
.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%;
    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{
	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;
	font-weight:bold;
}

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

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

.cartbox-cell .fa{
	font-size: 1.5rem;
}
.checkout-action{
	margin-bottom: 1rem;
	text-align: right;
}

.checkout-action input[type="submit"]{
	padding: 8px 20px;
	display: inline-block;
	font-family: 'Montserrat';
	font-size: 14px;
	line-height: 1.8;
	font-weight:bold;
	border-radius:0px;
}

#cart-proceed-link,
#checkout-continue{
	overflow: hidden;
	position: relative;
	padding-right: 3rem;
}
#cart-proceed-link:after,
#checkout-continue:after{
	content:'\f061';
	font-family: 'Fontawesome';
	position: absolute;
	top:0.5rem;
	right:-3rem;
	opacity: 0.4;
	font-size: 2.5rem;
	transition: 0.3s;
}

#cart-proceed-link:hover:after,

#checkout-continue:hover:after{
	top:0.5rem;
	right:0.2rem;
}
#paymentform .checkout-action input{
	padding: 10px 30px;

}
#paymentform .checkout-action span{
	overflow: hidden;
	position: relative;
	display: inline-block;
}
#paymentform .checkout-action span:after{
	content:'\f058';
	font-family: 'Fontawesome';
	position: absolute;
	top:0.5rem;
	right: -3rem;
	opacity: 0.4;
	font-size: 2rem;
	transition: 0.3s;
	color:#FFF;
}
#paymentform .checkout-action span:hover:after,
#paymentform .checkout-action span:focus,
#paymentform .checkout-action span:active{
	top:0.5rem;
	right:0.2rem;
}

form#paymentform .checkout-action {
    display: none;
}

/* Cart Discount */
.cart-discount{
	width:40%;
}

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

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

/* Site Styles*/

/* Header */
#masthead{
	padding-top:0;
}
header{
	position: fixed;
	width:100%;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.75);
}

.main-header{
	padding:15px 20px;
}

h1.site-title{
	max-width: 300px;
	display: inline-block;
	vertical-align: middle;
	transition: 0.2s;
}

#site-navigation{
	font-size:0.9rem;
	padding: 0 20px;
}

.account_links{
	float: right;
}
.main-navigation li.search_link{
	cursor: pointer;
	color:#FFF;
	padding: 10px;
	transition: 0.2s;
} 
.search_link i{
	margin-right: 5px;
}
.search-container{
	padding:10px 0;
	display: none;
	background-color: #ccc2bf;
}

.searchform input[type="text"]{
	display: inline-block;
	background-color: #FFF;
	padding:10px;
	border-radius: 4px;
	width:80%;
}

#headersearchbutton{
	position: relative;
	right:auto;
	background-color: transparent;
	width: 10%;
	display: inline-block;
	font-size: 1rem;
	padding: 10px;
	color: #FFF;
}

.phone a, .email a, .phone a:hover, .email a:hover, .account_link, a.account_link:hover{
	border:none;
}
.account_link{
	display: inline-block;
	border-radius:0px;
	font-size: 0.9rem;
}
.account_link.cart_link{
	text-align: center;
}
span.value{
	font-weight: 700;
	font-size:1.1rem;
}

/* Mini Header*/

.mini-header h1.site-title{
	max-width: 200px;
}
.mini-header .main-header{
	padding:10px;
}
.mini-header span.value{
	display: inline-block;
}
.mini-header .main-navigation li a, .mini-header .search_link{
	/* padding: 10px 10px; */
}

/* Megamenu */

.mega-print .mega_cta{
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	/* width: 25%; */
	/* height: 100%; */
	/* border-right: 1px solid #eee; */
	/* display: block; */
	margin-top: 1rem;
}

.mega-print .mega_cta a{
	margin-bottom: 0.5rem;
	padding:20px;
	font-weight: 700;
}

.mega-print .products_menu{
	box-shadow: none;
}
.menu-parent:after{
	content:'';
}
.products_menu_container ul.products_menu_list{
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6;
	box-shadow: none;
	padding:0;
	left: 0%;
	top: 1px;
	padding: 20px;
}

#Pens .products_menu_container ul.products_menu_list{
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}


ul.products_menu_list > li > a{
	border-bottom:1px solid #1B365D;
	padding-left: 0;
}
#site-navigation ul.products_menu_list > li > a:hover{
	border-color:#FA4616;
	background-color: transparent;
}
#site-navigation ul.prodmenu li a:hover{
	background-color: transparent;
}

.mini-header ul.products_menu_list > li > a{
	font-size: 1rem;
	/* padding-left: 0; */
	/* padding-bottom: 0.25rem; */
}
ul.products_menu_list li > ul li a{
	padding:5px 15px;
	width: auto;
	font-size: 0.8rem;
	padding-left: 0;
}

.main-navigation ul.products_menu_list > li > a{
	color: #1B365D;
}
.products_menu li a:hover{
	background-color: transparent;
}

/* Footer */

footer{
	border-top:1px solid #ddd;
	padding:3rem 0;
}

/* General */

.flex-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap:wrap;
}
.flex{
	flex-grow:1;
}

#content{
	padding-top: 9.4rem;
}

section{padding: 3rem 0;}

.centered h1, .centered h2, .centered h3{
	margin: 1rem 0;
	margin-top:0;
	font-weight: bold;
}

/* Slider */
.slider-section{
	position: relative;
}

.slider-section #slider-1 .w-container{
	max-width: 80%;
}

.slider-section .slick .slide{
	height: 400px;
	padding: 0;
}
a .read-prompt{
	position: absolute;
	bottom:0;
	left: 41%;
	width:300px;
	border-top-right-radius: 500px;
	border-top-left-radius: 500px;
	background-color: #FFF;
	height: 50px;
	text-align: center;
	font-size: 1rem;
	padding-top: 10px;
	color:#333;
	z-index: 999;
}
a .read-prompt i{
	display: block;
	-webkit-animation: float 2s infinite; /* Safari 4+ */
	-moz-animation:    float 2s infinite; /* Fx 5+ */
	-o-animation:      float 2s infinite; /* Opera 12+ */
	animation:         float 2s infinite; /* IE 10+, Fx 29+ */

}

@-webkit-keyframes float {
  0%   { transform:translateY(-5px); }
  50% { transform:translateY(-8px); }
  100% { transform:translateY(-5px); }
}
@-moz-keyframes float {
  0%   { transform:translateY(-5px); }
  50% { transform:translateY(-8px); }
  100% { transform:translateY(-5px); }
}
@-o-keyframes float {
  0%   { transform:translateY(-5px); }
  50% { transform:translateY(-8px); }
  100% { transform:translateY(-5px); }
}
@keyframes float {
   0%   { transform:translateY(-5px); }
  50% { transform:translateY(-8px); }
  100% { transform:translateY(-5px); }
}

.slide_content{
	max-width: 40%;
}

.slide_content h2, .slide_content h1{
	color:#FFF;
	background-color: transparent;
	padding:0;
	font-size:4.5rem;
	line-height: 1.2;
}
.message{
	background-color: transparent;
	font-size: 1.5rem;
	line-height: 1.4;
	padding:0;
	margin: 1.5rem 0;
	margin-bottom: 2rem;
	font-weight: 400;
}

/*img.slide_image{
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.7));
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.7));
	-moz-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.7));
	margin-top: 5%;
}*/

.badge{
}
.badge_bottom{
	font-weight: 700;
}
.slider-section .slick-arrow{
	top:45%;
}
.slider-section .slick-prev:before,
.slider-section .slick-next:before{
	color:#FA4616;
	font-size:4rem;
	opacity: 1;
}
.slider-section .slick-prev:before{
content:'\f104';
}
.slider-section .slick-next:before{
content:'\f105';
}

/*Feature icons*/

.colorsection .benefit{
	border: 4px solid #FFF;
	padding:20px;
}
.benefit{
	position: relative;
	/*border-radius: 20px;*/
	align-items: center;
}
.benefit i{
	/* position: absolute; */
	/* left: 20px; */
	/* top: 20px; */
	display: inline-block;
	vertical-align: middle;
	font-size: 2.5rem;
}
.benefit h3{
	font-weight: 400;
}
.colorsection .benefit h3{
	color: #FFF;
	font-weight:bold;
}
.benefit-content{
	/* margin-top: 1.5rem; */
}
.colorsection .benefit-content{
	color: #FFF;
}
/* Featured Product */
.whitesection.featured_product .product{
	background-color: transparent;
	margin-bottom:1rem;
}
.featured_product .product, .product-related-data .product{
	display: block;
	/* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); */
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	/* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); */
	color:#333;
	border: 1px solid #ddd;
	position: relative;
	margin: 0px 5px;
	padding: 10px;
	/*border-radius: 20px;*/
}

.product_overlay {
	opacity: 0;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: rgba(0, 159, 223, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* -moz-border-radius: 20px; */
	/* -webkit-border-radius: 20px; */
	/* border-radius: 20px; */
	display: none;
  }
  
@media only screen and (min-width: 992px) {
  .product_overlay {
    display: block;
  }
}

@media only screen and (max-width: 1300px) {
	.slider-section .slick .slide{
		height: 400px;
	}
}

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

.product_overlay a {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
  color: #FFF;
}

.product_overlay a.fullheight {
  height: 100%;
}

.product_overlay a.full {
  height: 100%;
  border-bottom: none;
}

.product_overlay a.full:first-child{
border-bottom: none;
}

.product_overlay a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

/* Footer Social Media */
footer a.social{
	width:30px;
	height:30px;
	border-radius: 50%;
	padding:0;
	text-align: center;
	padding-top:2px;
	margin-right: 10px;
}
footer a.social i{
	color:#FFF;
	font-size:1rem;
}

a.social.facebook{
	background-color:#3b5998;
}
a.social.twitter{
	background-color:#00aced;
}
a.social.instagram{
	background-color:#bc2a8d;
}
a.social.linkedin{
	background-color:#0077b5;
}
a.social.google{
	background-color:#d34836;
}
a.social.pinterest{
	background-color:#bd081c;
}
a.social.youtube{
	background-color:#ff0000;
}
a.social.rss{
	background-color:#f26522;
}
a.social.mail{
	background-color:#9fae37;
}

.payment-types{
margin-top:1rem;
}

@media only screen and (max-width: 991px) {
	.account_links{
		display: none;
	}
	#content{
		padding-top: 4.8rem;
	}
	.benefit h3 i{
		display: block;
		margin: 0 auto;
		margin-bottom: 0.5rem;
	}
	.product{
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 480px) {
	#content{
		padding-top: 9.2rem;
	}

}

/* Account Dropdown */
.account-submenu{
  display: none;
  position: absolute;
  margin:0;
  padding:0;
  list-style-type: none;
  right: 0px;
  top: 29px;
  text-align: right;
  font-size: 0.9rem;
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
  z-index: 999;
  border:1px solid #DDD;
}

/*ul.account-submenu:after{
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 7px;
  top: -10px;
}*/

.account-submenu li a{
  background-color: #FFF;
  color:#333;
  padding: 5px 10px;
  display: block;
  min-width: 200px;
}
.account-submenu li a:hover{
  background-color: #f7f7f7;
}
.account-button{
	display: inline-block;
	position: relative;
}
.account-button:hover ul.account-submenu{
  display: block;
}


/* Accreditations */

.footer-box.accred{
	margin-bottom: 1rem;
}

/*.footer-box.accred .w-col-2{
	width:11.1%;
}
*/
/* Feat Product Slide */

.product-slide .productinfo{
	padding:0;
}
.product-slide h3.product_title{
	font-size: 0.9rem;
	line-height: 1.3;
	padding: 10px 0;
}

.featured_product .feat-prod-slider .slick-prev:before,
.featured_product .feat-prod-slider .slick-next:before{
	color: #FA4616;
	opacity: 1;
	font-size: 2.5rem;
}
.featured_product .feat-prod-slider .slick-prev,
.featured_product .feat-prod-slider .slick-next{
	top:45%;

}
.featured_product .feat-prod-slider .slick-prev{
	left: -30px;
}
.featured_product .feat-prod-slider .slick-prev:before{
	font-family: 'Fontawesome';
	content:'\f104';
}
.featured_product .feat-prod-slider .slick-next{
	right: -30px;
}
.featured_product .feat-prod-slider .slick-next:before{
	font-family: 'Fontawesome';
	content:'\f105';
}

/* Slider1 */
.slider-section{
	background-color: #FFF;
}
#slider-1{
	margin-top:2rem;
}
#slider-1 .slide{
	height: 400px;
	padding: 0;
}
#slider-1 .slide_content h2, #slider-1slide_content h1{
	font-size: 2.5rem;
	color:#333;
}
#slider-1 .message{
	color:#333;
	font-size: 1rem;
	margin: 1rem 0;
}

#slider-1 img{
	height:300px;
}

#slider-1 .slide_content{
	max-width:100%;
	margin-top: 0;
	background-color: #F7F7F7;
	padding:50px;
	color:#000;
	height:400px;
}
.slick-list{
	z-index: 1;
}
#slider-1 .slick-next,
#slider-1 .slick-prev{
	z-index: 0;
}

#slider-1 .slick-next{
	right: -21px;
	top: 33%;
}

#slider-1 .slick-prev{
	left: -48px;
	top: 33%;
}

#slider-1 .slick-next:before,
#slider-1 .slick-prev:before{
	color: #FA4616;
	font-size: 10rem;
}
#slider-1 .slick-next:before {
	font-family: 'Fontawesome';
    content: '\f0da';
}
#slider-1 .slick-prev:before {
	font-family: 'Fontawesome';
    content: '\f0d9';
}


@media screen and (max-width: 1400px) {
	#slider-1 .slide_content{
		padding-top: 30px;
	}
	#slider-1 .badge{
		margin-bottom: 0.5rem;
	}
	#slider-1 .slide_content h2, #slider-1 .slide_content h1{
		text-align: left;
		font-size: 2rem;
	}
}
@media screen and (max-width: 1200px) {
	.slide_content.flex{
		max-width: 70%;
	}
}
@media screen and (max-width: 991px) {
	.slide_content h2, .slide_content h1{
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	#slider-1 .slide_content, #slider-1{
		margin:0;
	}
	#section-1.slider-section > .w-container{
		max-width: 100%;
	}
	#slider-1 .slide{
		height: 100vh;
	}
	#slider-1 .slide_content{
		padding: 20px;
	}
	#slider-1 .slide_content h2, #slider-1 .slide_content h1{
		font-size: 1.6rem;
	}
	.featured_product .product{
		margin-bottom:1rem;
	}

	.slide_content{
		max-width: 100%;
		margin-top: 0;
	}
	.message{
		font-size: 1rem;
	}
	.slide_content h2, .slide_content h1{
		font-size: 2.5rem;
	}

	.flex-container{
	}
	a .read-prompt{
		left:25%;
	}
}

/* Mobile Products Menu */

.products_mobile-button{
	padding: 6px 20px;
	background-color: #1B365D;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}
/*.products_mobile-button:after{
	content:'Browse Products \f105';
	font-family: 'Fontawesome','Roboto';
	margin-left:0.5rem;
}
.products_mobile-button.active:after, .products_mobile-button:before{
	content:'';
}
.products_mobile-button.active:before{
	content:'\f104 Return To Menu';
	font-family: 'Fontawesome','Roboto';
	margin-right:0.5rem;
}*/
.text-toggle{
	font-weight: normal;
}
.products_mobile-button i.fa-angle-left{
	display:none;
}
.products_mobile-button i.fa-angle-right{
	margin-left:10px;
	display:inline-block;
}
.products_mobile-button.active i.fa-angle-left{
	margin-right:10px;
	display:inline-block;
}
.products_mobile-button.active i.fa-angle-right{
	display:none;
}
.products-submenu{
	position: absolute;
	left:320px;
	background-color: #FFF;
	z-index: 9999;
	width:320px;
	transition: 0.3s;
	height: 92vh;
}
.products-submenu.active{
	left:0;
}

#mobile_nav .search_form .search_field{
	background-color: #FFF;
}
#search_form_mobile input.searchicon{
	width:100%;
	color:#FFF;
}
#mobile_nav .search_form{
	background-color: #ccc2bf;
}

header .cart_link{
	padding: 10px 20px;
	background-color: #1B365D;
	color: #FFF!important;
	font-weight:bold;
}

.slider-section #slider-1{
   /* display: none;*/
    max-height: 400px;
    overflow: hidden;
}

.slider-section #slider-1.slick-initialized{
     overflow: visible;
}

.feat-prod-slider{
   display: none;
}

.feat-prod-slider.slick-initialized{
    display: block;
}

.slider-section img{
	display: block;
}

.navcolour.main-navigation > ul#primary-menu > li:nth-child(1) > a{
	background-color: #4a60a2;
}
.navcolour.main-navigation > ul#primary-menu > li:nth-child(2) > a{
	background-color: #67bce4;
}
.navcolour.main-navigation > ul#primary-menu > li:nth-child(3) > a{
	background-color: #75359c;
}
.navcolour.main-navigation > ul#primary-menu > li:nth-child(4) > a{
	background-color: #ffbe2c;
}
.navcolour.main-navigation > ul#primary-menu > li:nth-child(5) > a{
	background-color: #3bdaae;
}
.navcolour.main-navigation > ul#primary-menu > li:nth-child(6) > a{
	background-color: #FA4616;
}
.navcolour.main-navigation > ul#primary-menu > li:nth-child(7) > a{
	background-color: #ff97c7;
}
.navcolour.main-navigation > ul#primary-menu > li:nth-child(8) > a{
	background-color: grey;
}
.navcolour.main-navigation > ul#primary-menu > li:nth-child(9) > a{
	background-color: #d81c1c;
}
.navcolour.main-navigation > ul#primary-menu > li:nth-child(10)>  a{
	background-color: #3c3c8a;
}
.navcolour.main-navigation > ul#primary-menu > li:nth-child(11)>  a{
	background-color: #4ead4e;
}

/* OFfers */
.offers-container .w-col{
	padding:0;
}
.offers-container .offers{
	text-align: center;
	color: #FFF;
	padding: 5px 0;
}
.offers-container .offers a,
.offers-container .offers a:visited{
	color: #FFF;
}

.mini-header .offers-container{
	display: none;
}

@media screen and (max-width: 1150px) {
	.offers{
		font-size: 0.9rem;
	}
}

/* Featured Product Labels */

.product-slide{
	position: relative;
}

.product-tag{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	z-index: 999;
}
.product-tag.new{
	background-image:url(images/new-product.png);
	background-size: contain;
	background-repeat:no-repeat;
}
.product-tag.five{
	background-image:url(images/5-day-express.png);
	background-size: contain;
	background-repeat:no-repeat;
}
.product-tag.seven{
	background-image:url(images/7-day-express.png);
	background-size: contain;
	background-repeat:no-repeat;
}
.product-tag.eco{
	background-image:url(images/eco.png);
	background-size: contain;
	background-repeat:no-repeat;
}

/* MegaMenu Colours */

/*#Express ul.products_menu_list > li > a,
#Express ul.products_menu_list > li > a:visited{
	color:#23a0d6;
	border-color:#23a0d6;
}

#Merch ul.products_menu_list > li > a,
#Merch ul.products_menu_list > li > a:visited{
	color:#6ecff1;
	border-color:#6ecff1;
}

#Pens ul.products_menu_list > li > a,
#Pens ul.products_menu_list > li > a:visited{
	color:#7c74b4;
	border-color:#7c74b4;
}

#Notebooks ul.products_menu_list > li > a,
#Notebooks ul.products_menu_list > li > a:visited{
	color:#fedd4e;
	border-color:#fedd4e;
}
#Drinks ul.products_menu_list > li > a,
#Drinks ul.products_menu_list > li > a:visited{
	color:#00b5ae;
	border-color:#00b5ae;
}
#Lanyards ul.products_menu_list > li > a,
#Lanyards ul.products_menu_list > li > a:visited{
	color:#f37330;
	border-color:#f37330;
}
#Wristbands ul.products_menu_list > li > a,
#Wristbands ul.products_menu_list > li > a:visited{
	color:#ee6965;
	border-color:#ee6965;
}
#Badges ul.products_menu_list > li > a,
#Badges ul.products_menu_list > li > a:visited{
	color:#aeb3b8;
	border-color:#aeb3b8;
}
#Keyrings ul.products_menu_list > li > a,
#Keyrings ul.products_menu_list > li > a:visited{
	color:#ec3633;
	border-color:#ec3633;
}
#Tech ul.products_menu_list > li > a,
#Tech ul.products_menu_list > li > a:visited{
	color:#23a0d6;
	border-color:#23a0d6;
}
#Active ul.products_menu_list > li > a,
#Active ul.products_menu_list > li > a:visited{
	color:#86c14c;
	border-color:#86c14c;
}

#Drinks .products_menu,
#Active .products_menu{
	min-height:660px;
}

#Wristbands .products_menu{
	min-height:450px;
}

ul.products_menu_list li{
	font-size: 0.8rem;
}*/

/* Multi-Funnel*/

.multi-funnel .responsiveTabs{
	position: relative;
	background-color: transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 5px solid transparent;
	/*border-radius: 5px;*/
	z-index: 1;
}

.multi-funnel .r-tabs .r-tabs-nav{
	text-align: center;
}
.multi-funnel .r-tabs-tab{
	width: 33.1%;
}
.multi-funnel .r-tabs .r-tabs-nav .r-tabs-anchor{
	width: 100%;
	cursor: pointer;
	font-weight: normal;
	font-size: 1.3rem;
}

.multi-funnel .r-tabs .r-tabs-panel{
	padding:40px 20px;
}

.whitesection.multi-funnel .r-tabs .r-tabs-panel{
	background-color: #f7f7f7;
}
.greysection.multi-funnel .r-tabs .r-tabs-panel,
.colorsection.multi-funnel .r-tabs .r-tabs-panel{
	background-color: #f7f7f7;
}

.multifunnel{
	text-align: center;
	background-color: #ffffff;
	padding:20px;
	/*border-radius: 20px;*/
	margin: 0px 10px;
	margin-bottom: 1rem;
	max-width: 25%;
	position: relative;
}
.multifunnel h3{
	color:#333;
	margin:0.5rem;
	font-size: 1rem;
}
.multifunnel i{
	color:#333;
	font-size: 1.5rem;
}
.multifunnel:after{
	font-family: 'Fontawesome';
	content:'\f061';
	font-size: 3rem;
	position: absolute;
	right: -27px;
	top: 37%;
	z-index: 9;
}
.multifunnel:last-child:after{
	content:'';
}
/*
.stepno{
	position: absolute;
	font-size: 8rem;
	opacity: 0.1;
	color: #1B365D;
	font-weight: bold;
	left: 28%;
	top: 37%;
}*/
@media screen and (max-width: 1300px) {
	.multifunnel{
		max-width: 70%;
	}
	.multi-funnel .r-tabs-tab{
		width: 33%;
	}
}


@media screen and (max-width: 991px) {
	.multifunnel{
		max-width:33.3%;
	}
	.multi-funnel .r-tabs-tab{
		width: 100%;
		border-bottom: 1px solid #DDD;
	}
}

@media screen and (max-width: 768px) {
	.flex-container{
		flex-wrap:wrap;
		display: inline-block;
	}
	.multifunnel{
		max-width:100%;
	}
	.multifunnel:after{
		font-family: 'Fontawesome';
		content:'\f063';
		font-size: 3rem;
		position: absolute;
		right: 45%;
		top: auto;
		bottom: -21px;
		z-index: 9;
	}
}
@media screen and (max-width: 480px) {
	.multifunnel{
		width:100%;
	}
	.flex-container{
		display: inline-block;
		width: 100%;
	}
}

/* Catalogue Page */

.order-tab{
	cursor: pointer;
	padding:20px;
	text-align: center;
}
.order-tab h3{
	color:#FFF;
	margin-bottom: 0;
	font-weight: bold;
}
.order-tab p{
	color:#FFF;
	margin:0;
	font-size: 1rem;
}

.quote-tab{
	background-color: #1B365D;
	overflow: hidden;
}
.quote-tab:after{
	content:'\f15c';
	font-family: 'FontAwesome';
	color:#FFF;
	position: absolute;
	font-size: 5rem;
	opacity: 0;
	top:2rem;
	right:-10rem;
	transition: 0.5s;
}
.quote-tab:hover:after, .quote-tab.active:after{
	opacity: 0.3;
	top:2rem;
	right:1rem;
}

.print-tab{
	background-color: #FA4616;
	overflow: hidden;
}

.print-tab:after{
	content:'\f217';
	font-family: 'FontAwesome';
	color:#FFF;
	position: absolute;
	font-size: 6rem;
	opacity: 0;
	top:2rem;
	right:-10rem;
	transition: 0.5s;
}
.print-tab:hover:after, .print-tab.active:after{
	opacity: 0.3;
	top:2rem;
	right:1rem;
}

.print-sub-container, .quote-sub-container{
	background-color: #FFF;
	padding: 20px;

}
.print-sub-container{
	/* margin-bottom: 1.5rem; */
}
.product-slider .slick-slide img{
	margin:0 auto;
	/*border-radius: 20px;*/
	/* max-height: 350px; */
}

#description_tabs{
	border:none;
	background-color: transparent;
	margin-top: 0;
}

#description_tabs.r-tabs .r-tabs-nav .r-tabs-anchor,
#description_tabs .r-tabs-tab, #description_tabs .r-tabs-tab{
	background-color: transparent;
	color:#333;
	font-weight: normal;
	padding:10px 3px;
}
#description_tabs li.r-tabs-tab{
	/* border-bottom: 3px solid transparent; */
}
#description_tabs li.r-tabs-tab.r-tabs-state-active{
	border-bottom:3px solid;
}
.product-content{
	position: relative;
}

h1.product-name{
	display: inline-block;
	margin-bottom: 2rem;
	width: 100%;
	font-weight: bold;
}

.from_price{
	right: 0;
	display: inline-block;
	background-color: #FA4616;
	color:#FFF;
	padding:10px;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	width: 90px;
	top: -15px;
	font-size: 0.9rem;
	z-index: 111;
}

#p-matrix-options-container, #p-matrix-container{
	margin:0;
	display: inline-block;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.from_price{
		position: relative;
		width:100%;
		border-radius:20px;
		margin-top:0.5rem;
	}
	.from_price span{
		display: inline-block;
		line-height: 1;
	}
}


/* Sample */

.sample{
	background-color: #FA4616;
	margin-bottom:1rem;
	padding:20px;
	position: relative;
	/*border-radius: 5px;*/
}
.sample h3{
	color:#FFF;
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
}
.sample form{display: inline-block;width: 100%;background-color: #f7f7f7;padding: 20px;}
.sample form select{
		width: 100%;
		display: inline-block;
		background-color: #FFF;
		margin-bottom: 1rem;
}
.sample form input{
	display: inline-block;
	background-color: #FFF;
	width: 150px;
}
.sample form input[type="submit"]{
	border:none;
	background-color: #FA4616;
	color: #FFF;
	font-size: 1rem;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
}

.sample-desc{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 1rem;
}
.sample-terms{
	color:#FFF;
	font-size: 1rem;
	line-height: 1.3rem;
}

.summary{
	padding:10px;
	position: relative;
}

.w-clearfix.summary_row{
	margin:0;
	padding:0;
}

.perunit .summary_attribute_title{
	font-weight: normal;
}

.perunit .summary_attribute,
.perunit .summary_attribute_title{
	font-size: 1rem;
	padding:0;
}

#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color:transparent!important;
	text-align: right;
	padding-top: 20px;
}

@media screen and (max-width: 1150px) {
	.sample-desc{
		max-width: 39%;
	}
}

@media screen and (max-width: 991px) {
	.sample-desc{
		max-width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 768px) {
	.sample form select{
		margin-bottom: 1rem;
		width:100%;
	}
	.sample form input[type="submit"]{
		width:100%;
		margin: 0;
	}
}


/* Countdown */

p.countdown-header{
	font-size: 1.3rem;
	text-transform: none;
	text-align: left;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}

#cutOffCountdown{
	display: inline-block;
	text-align: left;
	width: 70%;
	vertical-align: middle;
}

#cutOffCountdown .countdown-section{
	text-transform: none;
}

#cutOffCountdown .countdown-section:after{
	top:5px;
	font-size: 1.2rem;
	right:-5px;
}

#cutOffCountdown .countdown-amount,
#cutOffCountdown .countdown-period{
	font-size: 1.2rem;
	width:auto;
	display: inline-block;
	font-weight: normal;
}
.p-schedule-wrapper{
	text-align: left;
	padding:0;
	background-color: transparent;
	color:#FFF;
	padding: 0;
	display: inline;
}
.p-schedule-head, .p-schedule-date{
	display: inline-block;
	font-size: 1.3rem;
	text-transform: none;
	font-weight: normal;
	font-weight: bold;
}

.date-wrapper{
	display: block;
	text-align: center;
}

.pricing.w-col-4{
	padding-right: 0;
}

.turnaround-container{
	/*border-radius: 5px;*/
	overflow: hidden;
	background-color: #f7f7f7;
	margin-bottom: 1rem;
}

.turnaround-container table{
    text-align: center;
    margin-bottom: 0;
    position: relative;
}
.turnaround-container table tbody{
	overflow-y: auto;
}

.turnaround-container table thead{
	background-color: #f1f1f1;
	display: block;
}

.turnaround-container table th,
.turnaround-container table td{
	padding: 0px;
	font-weight: normal;
	border: 1px solid #ddd;
	border-bottom: 0;
}

.turnaround-container .p-matrix-price a {
	padding: 10px;
}
.turnaround-container tfoot tr td{
	padding: 10px;
}

.turnaround-container table th, .turnaround-container table thead td {
	padding: 10px;
}

.turnaround-container table tbody td{
	cursor: pointer;
}

.turnaround-container table tbody{display: block;width: 100%;font-size: 1rem;}

.turnaround-container tr{
	display: table;
    width: 100%;
    table-layout: fixed;
}

.p-matrix-quantity-row:nth-child(even) .p-matrix-price{
	background-color: #FFF;
}

.add-main.add-qty{
	cursor: pointer;
	clear: both;
	margin-top: 0.5rem;
}

.add-main.add-qty i{
	color: #77c636;
}

.quantity-row select{
	width: 89%;
	display: inline-block;
}

.add-remove{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.quantity-row .add-remove .add-qty i, .quantity-row .add-remove .remove-qty i{
	line-height: 1;
	font-size: 1.5rem;
	color:#888;
	clear:none;
	cursor: pointer;
}

.quantity-row .add-remove .add-qty:hover i{
	color: #77c636;
}
.quantity-row .add-remove .remove-qty:hover i{
	color: #e84848;
}

.pricing-options > .w-row{
	position: relative;
}
.option-select, .option-select.active-order{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #FA4616 transparent transparent transparent;
	position: absolute;
	bottom: -15px;
	left:25%;
	z-index: 1;
	transition: 1s;
}

.option-select.active-quote{
	left:75%;
	border-color: #00aeef transparent transparent transparent;
}

@media screen and (max-width: 480px) {
	.pricing-option-container{
		margin-top:0;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
    	border-bottom-left-radius: 0px;
	}
	.turnaround-container{
		margin-top:1rem;
	}
	.turnaround-container table tbody{
		max-height: 150px;
	}
}

/* Sample */

.sample-container{
	z-index: 2;
	text-align: center;
	position: relative;
}

.halfCircle-1{
    height:45px;
    width:90px;
    border-radius: 90px 90px 0 0;
    background: #FA4616;
    position: absolute;
    z-index: 0;
    top: -30px;
    left: 4%;
}

.halfCircle-2{
    height: 85px;
    width: 180px;
    border-radius: 0 0 100px 100px;
    background: #FA4616;
    position: absolute;
    z-index: 0;
    bottom: -43px;
    right:50%;
}

.circle-1{
     height: 25px;
     width: 25px;
     border-radius: 45px;
     background: #FA4616;
     position: absolute;
     top: -33px;
     left: 1%;
}

.p-schedule-wrapper span{
	margin:0 1rem;
}

/* Listing Pages */

.listing-product .form-submit,
.listing-category-text .form-submit{
	padding: 10px;
	width: 100%;
	font-size: 0.9rem;
	margin-bottom: 5px;
	/*border-radius: 20px;*/
}


.prod-cta a:after{
	position: absolute;
	right:-50px;
	font-size:6rem;
	opacity: 0;
	transition: 0.5s ease-in-out;
}
.prod-cta a:hover:after{
	right:10px;
	opacity: 0.4;
}
.prod-cta a:after{
	font-family: 'FontAwesome';
	content:'\f019';	
}

.prod-cta a:last-child:after{
	font-family: 'FontAwesome';
	content:'\f0ed';	
}

.prod-cta a:first-child:after{
	font-family: 'FontAwesome';
	content:'\f154';
}

.prod-cta a:nth-child(even){
	background-color: #0071bc;
}
/* CTA's */

.prod-cta a{
	background-color: #00aeef;
	padding: 20px 15px;
	display: block;
	color:#FFF;
	text-align: center;
	margin-bottom:0.5rem;
	/*border-radius: 20px;*/
	overflow: hidden;
	position: relative;
}


.prod-cta a:after{
	position: absolute;
	right:-50px;
	font-size:6rem;
	opacity: 0;
	transition: 0.5s ease-in-out;
	top: 43px;
}
.prod-cta a:hover:after{
	right:10px;
	opacity: 0.4;
}
.prod-cta a:after{
	font-family: 'FontAwesome';
	content:'\f0ed';	
}

.prod-cta a:last-child:after{
	font-family: 'FontAwesome';
	content:'\f1fc';
}

@media screen and (max-width: 991px) {
	.summary{
		height:90px;
	}
	.order_summary_top{
		width:100%;
		padding-bottom: 15px;
	}
	#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed{
		text-align: center;
		font-size: 1.5em;
		padding-top: 46px;
	}
	p.countdown-header{
		text-align: center;

	}
	#cutOffCountdown{
		width:100%;
	}
	.p-schedule-wrapper{
		display: block;
		text-align: center;
	}
	#collect span{
		display: block;
		padding-top:5px;
	}
	.p-matrix-attributegroup, .p-matrix-attributes{
		width:100%;
	}
}

/* New Slider */


.slider-section .slide:nth-child(2) .message{
	color:#333;
}

.slider-section .slide{
	position: relative;
}


td.p-matrix-quantityheading, .p-matrix-quantity, .p-matrix-format{
	background-color: #727272;
}


/* Cateogry */
.cat-img-container{
	position: relative;
	text-align: center;
}
.cat-img-container img{
	width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 140px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
	-moz-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
}

.p-thumbs{
	/* float: right; */
}
/* 21-02-2024 MM: Removed at request of nick as part of the redesign
.cat-circle-1{
     height: 100px;
     width: 100px;
     border-radius: 100px;
     background: #FA4616;
     position: absolute;
     top: 155px;
     left: 1%;
     z-index: 0;
}

.cat-circle-2{
     height: 20px;
     width: 20px;
     border-radius: 40px;
     background: #00aeef;
     position: absolute;
     top: 138px;
     left: 1%;
     z-index: 0;
}
*/

/* Meet the team */

.meetteam .single_solution{
	background-color: transparent;
}

.profile-container{
	position: relative;
	overflow: hidden;
	width:200px;
	height:200px;
	border-radius: 100px;
	transition: 0.6s ease-in-out;
}

.profile-container img{
	position: absolute;
	top:0;
	left:0;
}

.profile-container:hover {
	transform: rotateY(180deg);
}

.profile-container img.flip{
	opacity: 0;
	transition: 0.2s;
	transition-delay: 0.3s;
}
.profile-container:hover img.flip{
	opacity: 1;
}

.meetteam .single_sol_content{
	padding:0 20px;
}

.meetteam .single_sol_content h3{
	margin:0.5rem 0;
}
.meetteam .single_sol_content h4{
	font-size: 1rem;
	margin:0;
	font-weight: normal;
}



/* Single COlumns */

.banner {
    margin: auto;
    display:block;
    font-size: 2.5rem;
    padding: 1rem 0 ;
    background-color: transparent;
    color: #FFF;
    text-align:center;
}

.full-bubble{
	background-image:url(images/dots-full.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.listing-related, .listing-product, .listing-category{
	/*border-radius: 20px;*/
	overflow: hidden;
	position: relative;
	border:1px solid #ddd;
}
.image-nav{
	max-height: 400px;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
}
.image-nav .slick-slide .img-container{
	border: 1px solid #888;
	border-radius: 90px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	text-align: center;
	margin: 5px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.image-nav .slick-slide.slick-current .img-container{
	border: 1px solid #FA4616;
	border-radius: 90px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	text-align: center;
	margin: 5px auto;
}
.image-nav .slick-slide img{
	padding:0;
	margin:0 auto;
	max-width: 50px;
}

.image-nav .slick-slide:focus,
.product-slider .slick-slide:focus{
	outline: none;
}

.image-nav .slick-arrow{
	bottom: 29px;
	top: auto;
}
.image-nav .slick-prev{
	left: 0;
}
.image-nav .slick-next{
	right: 0;
}
.image-nav .slick-prev:before{
	font-family: 'FontAwesome';
	content: '\f104';
}
.image-nav .slick-next:before{
	font-family: 'FontAwesome';
	content: '\f105';
}

.image-nav .slick-prev:before, .image-nav .slick-next:before{
	color:#333;
	font-size: 3rem;
}

.listing-product .product_overlay{
	padding:20px;
}

.listing-product:hover .product_overlay{
	/* background-color: rgba(0, 0, 0, 0.3); */
}

.listing-product .form-submit{
	border-radius: 100px;
	padding-top: 65px;
	width: 200px;
	margin:0 auto;
	height: 200px;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	line-height: 3.4;
	color:#FFF;
	margin-top: 4.6rem;
}

.listing-product .form-submit:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.listing-product a.form-submit.order-cta{
	transform: translateX(-300px);
	transition: 0.5s;
}
.listing-product:hover a.form-submit.order-cta{
	transform: translateX(0px);
}

.listing-product a.form-submit.quote-cta{
	transform: translateX(300px);
	transition: 0.5s;
}
.listing-product:hover a.form-submit.quote-cta{
	transform: translateX(0px);
}

.summary_column .halfCircle-1{
	left: 9%;
    top: -18px
}

.summary_column .halfCircle-2{
	left:50%;
}

.ticker .halfCircle-1{
	top: -19px;
	left: 63%;
}

.ticker .halfCircle-2{
	bottom: -30px;
}

.visual-container, .deladdress-container{
	background-color: #f2fbff;
	padding:20px;
	position: relative;
	display: none;
	margin: 1rem 0;
}

.visual-container select, .visual-container input[type="text"]{
	background-color: #FFF;
	border:1px solid #ddd;
	margin-bottom: 0.5rem;
}
.visual-container input[type="text"], .deladdress-container input[type="text"],
.visual-container input[type="telephone"], .deladdress-container input[type="telephone"],
.visual-container input[type="email"], .deladdress-container input[type="email"],
.visual-container input[type="number"], .deladdress-container input[type="number"],
.visual-container textarea, .deladdress-container textarea,
.visual-container select, .deladdress-container select{
    border: 1px solid #ddd;
}

.deladdress-container input#daid{
    padding: 10px;
    height: 40px;
    margin: 10px 0;
}

.visual-arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 30px 25px 0;
	border-color: transparent #f2fbff transparent transparent;
	position: absolute;
	top: 16px;
	left: -30px;
}

.visual{
	cursor: pointer;
	font-weight: bold;
}

.p-matrix-attributegroup{
	width:49%;
}
.p-matrix-attributes{
	width:49%;
}

.p-matrix-attribute{
	display: block;
}
.dropfile {
    position: relative;
    border: 1px dashed;
    padding: 0.5rem;
}
#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed{
	overflow: hidden;
	font-size: 1.5rem;
	font-weight: bold;
}
#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed:after{
	content:'\f217';
	font-family: 'FontAwesome';
	font-size: 6rem;
	position: absolute;
	right: -100px;
	top: 24px;
	opacity: 0.3;
	transition: 0.3s;
}

#content a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed:hover:after{
	right: 12px;
}

input[type="checkbox"]{
	margin-right: 1rem;
	cursor:pointer;
}

.product-slider .slick-prev:before{
	font-family: 'FontAwesome';
	content:'\f104';
	font-size: 3rem;
	color:#000;
}
.product-slider .slick-next:before{
	font-family: 'FontAwesome';
	content:'\f105';
	font-size: 3rem;
	color:#000;
}


#print-container{
	opacity: 1;
	transition: 1s ease-in-out;
	transition-delay: 1s;
	-webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

#quote-container{
	opacity: 1;
	transition: 1s ease-in-out;
	transition-delay: 1s;
	-webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

#quote-container.hidden{
	opacity: 0;
	display: none;
}
#print-container.hidden{
	opacity: 0;
	display: none;
}

.quote-submit-container a{
	width:100%;
	margin-top:1rem;
	font-size: 1.2rem;
	padding: 10px;
	font-weight: bold;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.quote-submit-container a.quote-submit:after{
	content: '\f1d8';
	font-family: 'FontAwesome';
	color: #FFF;
	position: absolute;
	font-size: 3rem;
	opacity: 0;
	top: 2rem;
	right: -10rem;
	transition: 0.5s;
}
.quote-submit-container a.quote-submit:hover:after{
	opacity: 0.3;
	top: 4rem;
	right: 1rem;
}

#checkout{
	padding-top:1rem;
	background-color: #f7f7f7;
	padding-bottom:9rem;
	min-height:800px;
}

.cart-container{
	padding:20px;
	margin-bottom: 1rem;
	background-color: #FFF;
	/*border-radius: 20px;*/
}
#info-links h2{
	margin-top:0;
}

#info-links a{
	background-color: #00aeef;
	display: block;
	padding: 20px;
	/*border-radius: 5px;*/
	color: #FFF;
	margin-bottom: 0.5rem;
}
#info-links .w-col-4:nth-child(even) a{
	background-color: #0071bc;
}

#info-links a:after{
	    content: '\f019';
    font-family: 'FontAwesome';
    color: #FFF;
    position: absolute;
    font-size: 4rem;
    opacity: 0;
    top: 2rem;
    right: -10rem;
    transition: 0.5s;
    font-weight: normal;
}
#info-links a:hover:after{
    opacity: 0.3;
    top: 2rem;
    right: 1rem;
}

.cta-description,
.cta-heading{
	display: block;
	text-align: left;
}

.cta-heading{
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}

.cta-description{
	font-size: 1rem;
	line-height: 1.4;
}

.link_graphic.countdown{
	overflow: hidden;
	position: relative;
	/*border-radius: 20px;*/
}

.link_graphic.countdown:after{
	content:'\f017';
	font-family: 'FontAwesome';
	font-size: 5rem;
	position: absolute;
	top: 27px;
	right: 7px;
	opacity: 0.3;
}

.qty-bracket{
}

#catalogue .dropfile{
	background: #FFF;
	border: 1px solid #e5e5e5;
	color: #676767;
	padding: 10px 20px;
	margin: 0;
	font-weight: bold;
	/* margin: 0.5rem 0; */
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: left;
	margin-bottom: -0.1rem;
	/*border-radius: 20px;*/
	overflow: hidden;
}

.required{
	color: #dc4d4d;
	font-size: 0.9rem;
	margin-left: 0.2rem;
	font-weight: normal;
}

#catalogue .dropfile .checkout-action{
	margin:0;
	position: absolute;
	display: inline-block;
	height: 60px;
	top: -10px;
	right: -1px;
	cursor: pointer;
	width: 180px;
}

#catalogue .dropfile .checkout-action a{
	font-size: 0.9rem;
	font-weight: normal;
	width:100%;
	height: 100%;
	border-radius: 0;
	cursor: pointer;
	padding-top: 1.3rem;
	font-weight: bold;
	position: relative;
}

#catalogue .dropfile .checkout-action a:after{
	font-family: 'FontAwesome';
	content: '\f0ee';
	position: absolute;
	right: -34px;
	font-size: 3rem;
	opacity: 0;
	transition: 0.5s ease-in-out;
	top: 21px;
}
#catalogue .dropfile .checkout-action:hover a:after{
	right: -10px;
	opacity: 0.4;
}

.upload-desc{display: inline-block;width: 50%;vertical-align: middle;}

#specs .w-row{
	border-top:1px solid #ddd;
}

#specs .w-row:nth-child(even){
	background-color: #f7f7f7;
}

.p-matrix-options{
	margin:0;
}
.p-matrix-attributegroup, .p-matrix-attributes{
	padding-top:0;
	padding-bottom: 15px;
}

.quote-submit:after{
	content: '\f1d8';
	font-family: 'FontAwesome';
	color: #FFF;
	position: absolute;
	font-size: 3rem;
	opacity: 0;
	top: 2rem;
	right: -10rem;
	transition: 0.5s;
}

.quote-submit:after:hover{
	opacity: 0.3;
    top: 2rem;
    right: 1rem;
}

.quote-submit-container{
	/* position: relative; */
	/* z-index: 1; */
	display: inline-block;
	width: 100%;
}
.quote-submit-container .halfCircle-1{
	z-index: -9;
	top: 3px;
}
.quote-submit-container .halfCircle-2{
	z-index: -9;
	top: 30px;
}
.quote-submit-container .halfCircle-3{
	z-index: -7;
	height: 75px;
	width: 130px;
	border-radius: 100px 100px 0 0;
	background: #00aeef;
	position: absolute;
	top: 1px;
	left: 64%;
}

.pricing-option-container .tot-mat, .pricing-option-container .p-matrix-cost{
	font-size: 2rem;
	color: #FA4616;
	font-weight: bold;
}

.subtitle_price{
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 0.8;
}

.ticker{
	position: relative;
	margin-top: 1rem;
}

.upload-desc div{
	font-weight: normal;
	font-size: 0.9rem;
	line-height: 1.2;
}

#unit_cost{
	font-weight: normal;
	font-size: 1rem;
	padding-top: 0.5rem;
}

.pre-add{
	display: none;
	padding: 1rem;
	background-color: #f2fbff;
}

.pre-add input[type="text"]{
	background-color: #FFF;
	margin-bottom: 10px;
}

.process-toggle,.process-toggle:visited{
	display: block;
	/*border-radius: 5px;*/
	padding: 10px;
	color: #FFF;
	text-align: center;
	background-color: #FA4616;
	font-weight: bold;
	font-size: 1.2rem;
	cursor: pointer;
	position: relative;
}
.process-toggle:hover{
	color:#FFF;
}

.process-toggle:after{
	content: '\f217';
	font-family: 'FontAwesome';
	color: #FFF;
	position: absolute;
	font-size: 3rem;
	opacity: 0;
	top: 0.6rem;
	right: -10rem;
	transition: 0.5s;
	font-weight: normal;
}
.process-toggle:hover:after{
	opacity: 0.3;
	top: 0.6rem;
	right: 1rem;
}

#content a.p-matrix-proceed.readmore{
	display: block;
	width:100%;
	font-weight: bold;
	position: relative;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#content a.p-matrix-proceed.readmore:after{
	content: '\f217';
	font-family: 'FontAwesome';
	color: #FFF;
	position: absolute;
	font-size: 3rem;
	opacity: 0;
	top: 0.6rem;
	right: -10rem;
	transition: 0.5s;
	font-weight: normal;
}

#content a.p-matrix-proceed.readmore:hover:after{
	opacity: 0.3;
	top: 0.6rem;
	right: 1rem;
}

#catalogue .dropfile .checkout-action a.added{
	background-color: #3faf77;
}

#catalogue .dropfile .checkout-action a.added:after{
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #FFF;
	position: absolute;
	font-size: 3rem;
	opacity: 0.3;
	top: 1.2rem;
	right: 0.3rem;
	transition: 0.5s;
	font-weight: normal;
}

span.split-toggle, .checkout-action a{
	/*border-radius: 5px;*/
}

#splitdelivery{
	margin-top:1rem;
	display: block;
}

.upload-desc span{
	font-weight: normal;
}

.visual-container span.checkout-action a{
	background-color: #00aeef;
}
#splitdelivery .product-name{
	background-color: #f2fbff;
}
img.splitloader {
    display: block;
}
@media only screen and (max-width: 768px) {
	#splitdelivery td.product-name{
		display:block;
		width:100%;
	}
	#splitdelivery td.starting,
	#splitdelivery td.remaining{
		display:inline-block;
		width:49%;
	}
	
	#splitdelivery .split-detail td{
		display:inline-block;
		width:100%;
	}
	#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select input{
		width:100%;
	}
	#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select{
		padding-left:0;
	}
	#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select span{
		height:auto;
	}
	#splitdelivery .deleteSplit{
		position: relative;
	    right: auto;
	    top: auto;
	    float: left;
	}
	.delivery-header{
		text-align:left;
	}
	.delivery-header strong.cartbox-top{
	float:none;	
	}
	.delivery-header .split-toggle{
		display: block;
		    position: relative;
		    top: auto;
		    left: auto;
		    float: none;
	}
}

#content a#lightboxTest{
	/*border-radius: 5px;*/
}

#specs .w-row{
	padding:5px 0;
}
.template_thumb, .listing-product-image img, .listing-category-image img{
	border:none;
	padding: 20px;
}

#content a.listing-category-name{
	margin-bottom: 0;
	font-size: 1.1rem;
}

.listing-category .product_overlay a{
	padding-top:50%;
	font-size: 1.5rem;
}


.listing-product .from_price, .product-related-data .from_price{
	position: relative;
	top:auto;
	right: auto;
	/* 13-01-2020 MM: Removed as the turnaround span was removed */
	/* float: right; */
	background-color: transparent;
	color:#333;
	padding:0;
	border-radius: 0;
	width:auto;
	text-align: left;
	font-size: 1rem;
}

#slider2 .slide a.readmore:hover{
	border: 1px solid #ffe6d9;
}

#myaccount{
	background-color: #f7f7f7;
}

 a.quote-submit{
 	position: relative;
 	width: 400px;
	float:right;
	overflow: hidden;
 }

.quote-submit-container a.quote-submit:hover:after{
	opacity: 0.3;
	top: 0.6rem;
	right: 1rem;
}
.quote-submit-container a.quote-submit:after{
	content: '\f15c';
	font-family: 'FontAwesome';
	color: #FFF;
	position: absolute;
	font-size: 2.3rem;
	opacity: 0;
	top: 2.1rem;
	right: -10rem;
	transition: 0.3s;
}
.sample form input[type="submit"]{
	position: relative;
	width: 100%;
	min-width: 200px;
}
.sample form input[type="submit"]:after{
	content: '\f217';
	font-family: 'FontAwesome';
	color: #FA4616;
	position: absolute;
	font-size: 3rem;
	opacity: 0;
	top: 0rem;
	right: -10rem;
	transition: 0.5s;
}

.sample form input[type="submit"]:hover{
	opacity: 0.8;
}

.p-matrix-attributes label{
	cursor: pointer;
}
ul.products_menu_list > li > a.single_prod,
ul.products_menu_list > li > a.single_prod{
	border-bottom: 0;
	font-weight: normal;
	font-size: 0.9rem;
	color:#333!important;
}

/* Layout 2 */

#layout2 .order-tab{
	display: inline-block;
	/*border-radius: 20px;*/
	transform: scale(0.95);
	transition: 0.4s;
	width: 100%;
	position: relative;
	z-index: 1;
}

#layout2 .order-tab:hover,
#layout2 .order-tab.active{
	transform: scale(1);
}

#layout2 .or{
	vertical-align: top;
	display: inline-block;
	background-color: #333;
	color: #FFF;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	font-size: 1.5rem;
	padding-top: 1.7rem;
	margin: 0 1rem;
}

#layout2 .print-sub-container, #layout2 .quote-sub-container{
	/*border-radius: 20px;*/
	padding: 2rem;
}

#layout2 #quote-container, #layout2 #print-container{
	opacity: 1;
	transition: 1s ease-in-out;
	transition-delay: 1s;
	-webkit-animation: fadeInFromNone2 0.5s ease-out;
    -moz-animation: fadeInFromNone2 0.5s ease-out;
    -o-animation: fadeInFromNone2 0.5s ease-out;
    animation: fadeInFromNone2 0.5s ease-out;
}

.order-button-container, .quote-button-container{
	display: inline-block;
	position: relative;
	width: 45.4%;
	margin-bottom: 2rem;
}

.connect{
	width:6px;
	height: 0px;
	position: absolute;
	background-color:transparent;
	top: 91px;
	left: 50%;
	transition: 0.5s;
	transition-delay:0.3s;
}

.connect:before{
	content:'';
	position: absolute;
	left: -7px;
	top: -8px;
	border-radius: 50%;
	width:20px;
	height:20px;
	background-color: #FA4616;
	transform:scale(0);
	transition: 0.3s;
}
.connect:after{
	content:'';
	position: absolute;
	left: -7px;
	bottom: -12px;
	border-radius: 50%;
	width:20px;
	height:20px;
	background-color: #FA4616;
	transform:scale(0);
	transition: 0.3s;
	transition-delay: 0.6s;
}

.order-connect,
.order-connect:before,
.order-connect:after{
	background-color: #FA4616;
}

.quote-connect,
.quote-connect:before,
.quote-connect:after{
	background-color: #00aeef;
}

.connect.active{
	padding-top:40px;
}

.connect.active:before{
	transform: scale(1)
}

.connect.active:after{
	transform: scale(1)
}

#content #layout2 a.p-matrix-proceed.readmore{
	margin-top:1rem;
}

.pricing-options{
	position: relative;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
        transform: translateY(-15px);
    }

    1% {
        display: block;
        opacity: 0;
        transform: translateY(-15px);
    }

    100% {
        display: block;
        opacity: 1;
        transform: translateY(0px);
    }
}
@-moz-keyframes fadeInFromNone2 {
    0% {
        display: none;
        opacity: 0;
        transform: translateY(-15px);
    }

    1% {
        display: block;
        opacity: 0;
        transform: translateY(-15px);
    }

    100% {
        display: block;
        opacity: 1;
        transform: translateY(0px);
    }
}

@-o-keyframes fadeInFromNone2 {
    0% {
        display: none;
        opacity: 0;
        transform: translateY(-15px);
    }

    1% {
        display: block;
        opacity: 0;
        transform: translateY(-15px);
    }

    100% {
        display: block;
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeInFromNone2 {
    0% {
        display: none;
        opacity: 0;
        transform: translateY(-15px);
    }

    1% {
        display: block;
        opacity: 0;
        transform: translateY(-15px);
    }

    100% {
        display: block;
        opacity: 1;
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1400px) {
	#layout2 .or{
		width: 40px;
		height: 40px;
		font-size: 0.9rem;
		padding-top: 0.5rem;
		margin-top: 1rem;
		position: absolute;
		left: 42.3%;
		top: -2px;
		z-index: 99;
	}
}

@media screen and (max-width: 991px) {
	.order-button-container, .quote-button-container{
		width: 49.4%;
		margin-bottom: 1rem;
	}
	.order-tab h3{
		font-size: 1rem;
	}
	.order-tab p{
		display: none;
	}
	.connect{
		/* display: none; */
	}
	.p-matrix-attributegroup, .p-matrix-attributes{
		width:100%;
	}
	.connect{
		top: 85%;
	}
	.connect.active{
		padding-top: 27px;
	}
	.connect:before{
		width: 15px;
		height: 15px;
		top: -5px;
		left: -5px;
	}
	.connect:after{
		width: 15px;
		height: 15px;
		bottom: -8px;
		left: -5px;
	}
}

/* Create Account */
#createform fieldset{
	border:none;
	/*border-radius: 20px;*/
	padding:20px;
	background-color: #FFF;
	margin-bottom: 1rem;
}

/* Checkout Order Progress*/
.cartsteps{
	background-color: #FFF;
	display: inline-block;
	/*border-radius: 20px;*/
	padding:20px 0;
}
.checkout-bar{
	position: relative;
}
.checkout-bar:before{
	background-color: #f7f7f7;
	/*border-radius: 20px;*/
	height: 20px;
	width:90%;
	position: absolute;
	top:40%;
	left: 5%;
}

  .progressbar {
      counter-reset: step;
      padding:0;
      margin:0;
  }
  .progressbar li {
      list-style-type: none;
      width: 25%;
      float: left;
      font-size: 0.9rem;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #7d7d7d;
  }
  .progressbar li:before {
      width: 40px;
      height: 40px;
      content: counter(step);
      counter-increment: step;
      line-height: 40px;
      border: 2px solid #FA4616;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: #FFF;
      z-index: 1;
      position: relative;
      color: #333;
  }
  .progressbar li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #7d7d7d;
      top: 19px;
      left: -50%;
      z-index: 0;
  }
  .progressbar li:first-child:after {
      content: none;
  }
  .progressbar li.active {
      color: green;
  }
  .progressbar li.active:before {
      border-color: #FA4616;
      background-color: #FA4616;
      color: #FFF;
  }
  .progressbar li.active + li:after {
      background-color: #FA4616;
  }

  .cartsteps-cell,
  .cartsteps-cell-active{
  	background-color: transparent;
  }

/* Quick Quote */
.quick-quote{
	text-align: center;
	position: fixed;
	bottom:0;
	left:0;
	width: 100%;
	background-color: #1B365D;
	z-index: 999;
	padding: 10px 20px;
	color: #FFF;
	border-top: 1px solid;
	font-size: 0.9rem;
}
.quick-container{
	display: inline;
}
.quick-quote h3{
	display: inline-block;
	font-size: 1rem;
	margin:0;
	color: #FFF;
}

.quick-quote h3 i{
	display: none;
}

.quick-quote input[type="text"],
.quick-quote input[type="password"]{
	background-color: #FFF;
	max-width: 200px;
	display: inline-block;
	font-size: 0.9rem;
	padding:5px 10px;
	border-radius: 0px;
}
.quick-quote input[type="submit"]{
	background-color: #FA4616;
	border:none;
	border-radius: 0px;
	color:#FFF;
	max-width: 200px;
	display: inline-block;
	font-size: 0.9rem;
	padding:5px 10px;
	border:1px solid #FA4616;
	transition: 0.2s;
	font-weight:bold;
}

.quick-quote input[type="submit"]:hover{
	border:1px solid #FFF;
}


@media screen and (max-width: 991px) {
	.quick-quote h3 i{
		display: inline-block;
	}
	.quick-quote h3{
		cursor: pointer;
	}
	.iphone .quick-container,
	.android .quick-container,
	.ipad .quick-container{
		display: none;
	}
	.quick-quote input[type="text"],
	.quick-quote input[type="submit"],
	.quick-quote input[type="password"]{
		display: inline-block;
		max-width:100%;
		margin-bottom: 0.5rem;
		width: 41%;
	}
}

/* Alt Menu*/

#altmenu #site-navigation{
	background-color: #f7f7f7;
}

#altmenu .main-navigation li.mega_link > a,
#altmenu .main-navigation li.mega_link > a:visited{
	color:#333;
}
#altmenu .main-navigation li.mega_link > a:hover{
	color:#FFF;
}

#altmenu li.mega_link:first-child{
	background-color: #fa741d;
}
#altmenu li.mega_link:first-child > a{
	color:#FFF!important;
}
li.mega_link:first-child > a, #site-navigation.main-navigation li.mega_link:first-child > a:hover {
    position: relative;
    background-color: #1b365d;
    padding: 10px 10px;
}
li.mega_link:first-child > a:before{
	content:'\f135';
	font-family: 'FontAwesome';
	position: relative;
	color:#FFF;
	display: inline;
}
li.mega_link:first-child > a{
	color:#FFF!important;
}

/* NEW CATALOGUE LAYOUT 05/08/2019 */
#print-quote{
	/*border-radius: 20px;*/
	background-color: #FFF;
	padding:20px;
	padding-top: 0;
}
#print-quote p {
    margin-bottom: 0;
}
.p-matrix-express, #quantity-dd{
	display: none;
}

.link_graphic.countdown{
	background-color: transparent;
	color:#333;
}
.link_graphic.countdown:after{
	content:'';
}

.p-schedule-wrapper{
	color:#333;
}

.p-schedule-head{
	font-weight: normal;
}
.p-schedule-date{
	color: #FA4616;
}
span.deleteFile {
    cursor: pointer;
}
.cartbox-cell .dropfile {
    background: #FFF;
    border: 1px solid #e5e5e5;
    color: #676767;
    padding: 10px 20px;
    margin: 0;
    font-weight: bold;
    /* margin: 0.5rem 0; */
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: left;
    margin-bottom: -0.1rem;
    /*border-radius: 20px;*/
    overflow: hidden;
}

.cartbox-cell .dropfile .checkout-action{
	margin:0;
	position: absolute;
	display: inline-block;
	/*height: 47px;*/
	/*-- 27-01-2020 MM: Changed to 100% so that you don't get whitespace, wants a designers touch! --*/
	height: 100%;
	top: 0px;
	right: -1px;
	cursor: pointer;
	width: 180px;
}
/*-- 27-01-2020 MM: Added to reduce the amount of space when artwork file has been added, wants a designers touch! --*/
.cartbox-cell .upload-queue {
	padding: 0px;
}
#content .cartbox-cell .dropfile .checkout-action a{
	font-size: 0.9rem;
	font-weight: normal;
	width:100%;
	height: 100%;
	border-radius: 0;
	cursor: pointer;
	font-weight: bold;
	padding: 0;
	position: relative;
	font-size: 0.9rem;
	line-height: 3;
	border:none;
}

.cartbox-cell .dropfile .checkout-action a:after{
	font-family: 'FontAwesome';
	content: '\f0ee';
	position: absolute;
	right: -34px;
	font-size: 3rem;
	opacity: 0;
	transition: 0.5s ease-in-out;
	top: 21px;
}
.cartbox-cell .dropfile .checkout-action:hover a:after{
	right: -10px;
	opacity: 0.4;
}

.purchase-order{
	margin-bottom: 1rem;
}
.purchase-order .upload-desc{
	width:45%;
}
.purchase-order input{
	display: inline-block;
	width: 54%;
}

.cartbox-cell .add-qty.add-main i{
	font-size: 1rem;
}

.cartbox-cell .p-matrix-attributegroup{
	width:35%;
}

.cartbox-cell .p-matrix-attributes{width: 65%;}
.cartbox-cell .p-matrix-attributes input[type="text"]{
	width:90%;
}

/* Customer QTY */
.turnaround-container .custom-qty td{
	width:21.25%;
	background-color: #1B365D;
	color:#FFF;
	font-weight: bold;
	cursor: pointer;
}
.turnaround-container .custom-qty td:first-child{
	padding:0;
	font-size: 0.9rem;
	width: 14.9%;
	font-weight: normal;
}

.turnaround-container .custom-qty td input{
	border-radius: 0px;
	font-size: 14px;
	text-align: center;
	margin-bottom:0;
}



.p-matrix-attributes input{
}

#content a.readmore.quote-button{
	width:100%;
	margin-bottom: 1rem;
	font-weight: bold;
}

tfoot{
	display: block;
	/* padding-right: 15px; */
}

tr.schedule{
	background-color: #1B365D;
}
tr.schedule td{
	font-size: 14px;
}
tr.schedule td:first-child{
	font-weight: bold;
	width: 19.2%;
}

/* Quote Cart */

#quote-cart{
	display: none;
}

.featherlight-content #quote-cart{
	display: block;
	padding: 20px;
}

#quote-cart thead{
	background-color: #eee;
}

#quote-cart table td{
	padding:10px;
	font-size: 0.9rem;
	text-align: center;
}

#quote-cart table td:nth-child(1){
	text-align: left;
}

#quote-cart h4{
	margin:0;
	font-size: 1.3rem;
}

#quote-cart i{
	font-size: 1.5rem;
}

#quote-cart tr:nth-child(even){
	background-color: #f7f7f7;
}

.same-billing{
	margin:1rem 0;
}

/* 19-08-2019 MM: Added for sub table  */
#quote-cart td table tr:nth-child(even) {
    background-color: inherit;
    /*border-top: 1px solid #d6d6d6;*/
}


/* Quote Select*/
#quote-select .turnaround-container tbody tr:nth-child(2) td:nth-child(3),
#quote-select .turnaround-container tbody tr:nth-child(4) td:nth-child(2),
#quote-select .turnaround-container tbody tr:nth-child(3) td:nth-child(4){
	background-color: #FA4616;
}
#quote-select .turnaround-container tbody tr:nth-child(2) td:nth-child(3) a.p-matrix-price-link,
#quote-select .turnaround-container tbody tr:nth-child(4) td:nth-child(2) a.p-matrix-price-link,
#quote-select .turnaround-container tbody tr:nth-child(3) td:nth-child(4) a.p-matrix-price-link{
	color:#FFF;
}

#quote-select a.p-matrix-proceed.readmore{
	background-color: #e1e1e1!important;
	color:#FFF!important;
	cursor: not-allowed;
}
#quote-select a.p-matrix-proceed.readmore:after{
	content:'';
}
/* Cart Select */
#qty-select .turnaround-container tbody tr:nth-child(2) td:nth-child(4){
	background-color: #FA4616;
}
#qty-select .turnaround-container tbody tr:nth-child(2) td:nth-child(4) a{
	color: #FFF!important;
}

/* Express Hidden*/

.turnaround-container tbody.express-overlay{
	position: absolute;
	top: 58px;
	overflow: auto;
	right: 16px;
	cursor: not-allowed;
	height: 322px;
	width: 59%;
	background-color: rgba(255, 255, 255, 0.8);
}

.p-matrix-proceed.readmore span,
.readmore.quote-button span{
	display: inline-block;
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1.4;
}
#content a.quote-button.readmore{
	position: relative;
}
#content a.quote-button.readmore:after{
	content: '\f055';
    font-family: 'FontAwesome';
    color: #FFF;
    position: absolute;
    font-size: 4rem;
    opacity: 0;
    top: 1.5rem;
    right: -10rem;
    transition: 0.5s;
    font-weight: normal;
}

#content a.quote-button.readmore:last-child:after{
	content:'\f002';
	font-size: 2.5rem;
	top:1rem;
}

#content a.quote-button.readmore:hover:after{
	opacity: 0.3;
    top: 1.5rem;
    right: 1rem;
}

#content a.quote-button.readmore:hover:last-child:after{
    top: 1rem;
}

#unit_cost{
	font-size:1.5rem;
	font-weight: bold;
}

/* Mini-Summary*/

.mini-summary{
	/*border-radius: 5px;*/
	background-color: #f7f7f7;
}
.mini-summary h3{
	margin:0;
	margin-bottom: 0.5rem;
	font-weight: bold;
	text-align: center;
}
.mini-summary div{
	padding: 15px 20px 10px;
	font-size: 0.9rem;
	line-height: 1.2;
}

.mini-summary div strong{
	/* float: right; */
}

.instruction{
	background-color:#f7f7f7;
	padding:20px;
	margin-bottom: 1rem;
	/*border-radius: 5px;*/
}

#prices.greysection{
padding-bottom:1rem;
}
#quote-cart .deladdress-container tr:nth-child(even) {
	background-color: transparent;
}
.deladdress-container input, .deladdress-container textarea, .deladdress-container select {
    background-color: white;
}

/*-- 19-08-2019 MM: Styles for product pages error jquery processing --*/
span.quote-msg {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    color: white;
    padding: 0.25rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
span.quote-msg.error {
    background: red;
    font-weight: bold;

}
span.quote-msg.success {
    background: #68a93a;
    font-weight: bold;
}

div#quoteSubmit {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.8);
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 50;
}
.deleteQty {
	cursor: pointer;
}
.p-matrix-attribute div.upload-queue {
    background-color: transparent;
}

/*-- 23-09-2019 MM: Styles for basket processing --*/
.pantoneCont {
    margin-bottom: 1em;
}
/* PromoTrade Custom Styles */
/* JB -04-09-2019 -- Search Orders CSS added the search will appear in a line/bar*/
.search-orders h2.cat-menu-header{
	color:#000;
	font-size: 16px;
    font-weight: bold;
}
.search-orders .sidebar {
	text-align: left;
	/*border-radius: 20px;*/
	padding: 20px;
	font-weight: bold;
	font-size: 14px;
}
.search-orders .sidebar form .formcell {
	float:left;
	width: 50%;
	margin-bottom: 1rem;
}
.search-orders .sidebar form .formcell select,.search-orders .sidebar form .formcell input {
	font-weight: normal;
}
a.cta.reloadOrder {
	background-color: #FA4616;
}
.p-matrix-success.removeErrorBox {
	z-index: 9999;
	/*bottom: 70px;*/
}
.p-matrix-success.removeErrorBox .yesBox,.p-matrix-success.removeErrorBox .noBox{
	cursor: pointer;
}
.myaccount-cta {
	padding-top:12px;
}
.search-orders .sidebar form div.text-right input.form-submit {
	display: inline;
}

.search-orders {
	background-color: #FFF;
    padding: 20px;
    margin-bottom: 1rem;
    /*border-radius: 20px;*/
    margin-top: 1rem;
}
.search-orders .sidebar{
	padding:0;
}

.search-orders .sidebar form h2.cat-menu-header {
	padding:0;
	padding-bottom:5px;
}

.reloadOrderProduct {
    margin-top: 0px;
    color: #FFF;
    padding: 10px 20px;
    border: none;
    border-radius: 0px;
    font-size: 1rem;
    background-color: #FA4616;
}

.tooltip {
	background:none;
}

.cartbox-cell .favourite-warning .fa {
  color:#FFBF00;
}

.cartbox-cell .favourite-error .fa {
  color:#FF0000;
}

/* Responsive Updates */
.mobile-offers-container .offers a{
	color:#FFF;
	padding: 10px 20px;
	display: block;
	line-height: 1.2;
	text-align: center;
}

.mobile-offers-container{
	position: absolute;
	bottom:0;
}

a#reset-password{
	margin:0.5rem 0;
	display: block;
}

.p-matrix .custom-qty .p-matrix-price-link{
	color:#FFF;
}

.turnaround-container td.p-matrix-quantityheading{
	width:20%;
}

/* Quote Review */

.quote-items{
	width:25%; text-align:left;
}
.quote-sub-items{
	width:60%;
}

.cta-container{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin:0.5rem 0;
}

#content .cta-container a{
	margin:3px;
	padding: 10px 10px;
	font-size:0.8rem;
}

#content .cta-container a:hover{
	/* background-color:#0071bc; */
}

@media screen and (max-width: 768px) {
	#quote-cart > h3{
		margin-left: 9px;
	}
	#quote-cart .w-row{
		margin-bottom: 1rem;
	}
	.offers-container{
		display: none;
	}
	.from_price{
		/*border-radius: 5px;*/
	}
	.mini-summary div{
		margin-bottom: 1rem;
	}
	.product-slider{
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 480px) {
	#print-quote{
		padding: 20px 0;
	}
	#content{
		padding-top: 7.9rem;
	}
	.slider-section .slick .slide{
		height: 80vh;
	}
	.slider-section .title_image{
		margin-bottom: 1rem;
	}
	.slider-section .slide_image,
	/*#slider2 .slide:nth-child(3) .slide_image{
		display: none;
	}*/
	#mobile_nav ul li a{
		font-size: 1rem;
		line-height: 1.2;
		margin: 0;
	}

	.cat-img-container img{
		width:200px;
		height:200px;
	}
	.cat-circle-1{
		height:80px;
		width:80px;
		top: 123px;
	}
	.cat-circle-2{
		top: 110px;
	}
	.p-thumbs{
		display: none;
	}
	#cataloge{
		padding-top:2rem;
	}
	#content .product-content a.readmore{
		margin-top:1rem;
		width: 100%;
		background-color: #FA4616;
	}
	.p-matrix-attributegroup{
		padding-bottom:0.1rem;
	}

	/* Table */
	.instruction{
		line-height: 1.2;
		font-size: 0.9rem;
	}

	.turnaround-container{
		overflow-x: scroll;
	}

	/* Quote Popup */
	#quote-cart thead{
		display: none;
	}
	.quote-row{
		display: block;
	}
	#quote-cart .quote-items{
		width:100%;
		text-align:left;
		display: block;
	}
	#quote-cart .quote-subitems{
		width:100%;
		display: block;
		border-top:1px solid #DDD;
		border-bottom:1px solid #DDD;
		padding: 0;
	}
	#quote-cart .quote-subitems table{
		margin:0;
	}
	#quote-cart .quote-subitems tr td:first-child,
	#quote-cart .quote-subitems tr td:last-child{
		width:10%!important;
	}
	.quote-row img{
		display: none;
	}
	.mini-summary{
		margin-bottom: 1rem;
	}

	/* My account*/
	.checkout-box{
		overflow-x: auto;
	}
}

/* Approvals */
.proof-accept{
	display:inline-block;
    width: 100%;
    text-align: center;
    /*border-radius: 5px;*/
    background-color: #34c734;
    padding: 20px;
    color: #FFF;
        font-weight:bold;
    font-size:20px;
    vertical-align:top;
    height:130px;
    cursor: pointer;
    margin-bottom: 1rem;
    position: relative;
}
.proof-deny{
	display:inline-block;
    width: 100%;
    text-align: center;
    /*border-radius: 5px;*/
    background-color: #e44848;
    padding: 20px;
    color: #FFF;
    font-weight:bold;
    font-size:20px;
    height:130px;
    cursor: pointer;
    margin-bottom: 1rem;
    position: relative;
}
.proof-accept i{
	display:block;
	color:#FFF;
	font-size: 40px;
	position:absolute;
	top: 40px;
}
.proof-deny i{
	display:block;
	color:#FFF;
	font-size: 40px;
	position:absolute;
	top: 40px;
}
.proof-accept h3,
.proof-deny h3{
	color:#FFF;
}
.proof-accept span,
.proof-deny span{
	display:block;
	font-weight:normal;
	font-size:0.9rem;
	line-height:1.2;
	margin-left:70px;
	text-align: left;
}

#rejectButton{
display:none;
}
#approval-select {
	margin-bottom: 1rem;
}
.approval-img-overlay {
    position: relative;
}
.approval-button-overlay {
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
}
.approval-img-overlay:hover .approval-button-overlay {
    display: block;
}

.chatAdminStyle .chatFile a,
.chatAdminStyle .chatFile a:visited{
	color:#FA4616;
}
.chatCustomerStyle .chatFile a,
.chatCustomerStyle .chatFile a:visited{
	color:#ffF;
}

#myaccount-notification .box-error{
	background-color:orange;
	border:none;
	/*border-radius: 20px;*/
	color:#FFF;
	    padding: 10px;
    margin-bottom: 0;
}
#approvalsPDFButton .cta {
	width: 100%;
}

#myaccount-notification .box-error p{
background-color:transparent;
color:#FFF;
text-align:center;
}

#myaccount-notification .box-error a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#myaccount-notification .box-error i{
	font-size: 2rem;
    display: inline-block;
    position: absolute;
    top: 24px;
}
.approvals-header {
	text-align: center;
}

@media screen and (max-width: 1024px) {
	#myaccount-notification .box-error p{
		margin-left:40px;
	}
}

@media screen and (max-width: 480px) {
	#myaccount-notification .box-error i{
		position:relative;
		top:auto;
		display:block;
		text-align:center;
	}
	#myaccount-notification .box-error p{
		margin-left:0px;
	}
}

.form_group select#Country_idCountry{
	width:50%;
}

#myaccount{
	padding-top:2rem;
}

.box-warning a,
.box-warning a:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #f16300;
}

.selectAddress:nth-child(odd){
	background-color: #fbfbfb;
}

.cartbox-cell-total, .quotebox-cell-total{
	padding:5px;
}

.deladdress-toggle.btn{
	cursor:pointer;
}
#selectDeliveryAddress td{
	padding:10px;
}

#selectDeliveryAddress input#daid{
	font-weight:normal;
	height: 35px;
}

/* MyAccount Redesign */

#myaccount table{
	margin-bottom: 0;
}

ul.myacc-links{
	list-style-type: none;
	padding:0;
	margin: 0 20px;
}

/* 24-09-2020 MM: Updated styling following addition of sample search */
.myaccount-quicklinks {
	background-color: #FFF;
	/*border-radius: 20px;*/
}
.myaccount-quicklinks h2 {
	padding-top: 20px;
	padding-left: 20px;
	font-weight:bold;
}

ul.myacc-links li a.cta{
	background-color: #1B365D;
	color:#FFF;
	min-width: 200px;
	/* 24-09-2020 MM: Updated styling following addition of sample search */
	width: 100%;
	font-weight:bold;
}

ul.myacc-links li{
	border-bottom: 1px dotted #ccc;
	padding:10px 0;
	text-align: right;
	display: inline-block;
	/* 24-09-2020 MM: Updated styling following addition of sample search */
	/*width: 17.6%;*/
	width: 33.0%;
	text-align: center;
	border-bottom: none;
}

/* 24-09-2020 MM: Updated styling following addition of sample search */
/*ul.myacc-links li:first-child{
	width: 9.5%;
	text-align: right;
}*/

ul.myacc-links li span{
	min-width: 50%;
	display: inline-block;
	float: left;
	text-align: left;
}

.latest-toggle{
	padding: 8px 20px;
	/*border-radius: 5px;*/
	cursor: pointer;
	font-weight: bold;
}
.latest-toggle i{
	transform: rotate(0deg);
    transition: 0.3s;
    font-size: 1rem;
    margin-left: 10px;
}
.latest-toggle.active i{
	transform: rotate(90deg);
}

.latest-container{
	display: none;
}

/* Ordersearch */
/* 24-09-2020 MM: Removed when added Sample Search ; */

/*.search-orders tr .form-date,
.search-quotes tr .form-date,
.search-quotes tr select,
.search-orders tr select{
	width: 72%;
	float: right;
}
.search-orders tr .usersearch input,
.search-quotes tr .usersearch input{
	width:85%;
	height: auto;
}
.search-orders tr span,
.search-quotes tr span{
	width:15%;
	padding-right: 10px;
	float: left;
}*/

.turnaround-container .p-matrix-price.full-width a{
	background-color: #FA4616;
	color:#FFF;
}

#QuotePopup .quoteform-container{
	max-width: 768px;
	margin:0 auto;
}
input.wpcf7-form-control.wpcf7-submit{
	width:100%;
	color:#FFF;
	border:none;
	font-size: 1rem;
	border-radius:0;
	display: inline-block;
	width: auto;
	font-weight: bold;
}

input.wpcf7-form-control.wpcf7-submit:hover{
	background-color:#F78B1E;
}

.featherlight-content iframe:hover{
width:100%;
}

.page-template-quote-popup #content{
	padding-top:2rem;
	padding-bottom:4rem;
}

.featherlight-iframe .featherlight-content{
	overflow:auto!important;
}

#QuotePopup div.wpcf7-response-output{
    margin-top: 0;
    padding: 10px;

}

#QuotePopup .wpcf7 p{
	margin-bottom:0;
}

.featherlight-iframe .featherlight-close-icon{
	right:30px!important;
	top:10px!important;
	font-size:1rem!important;
}



@media only screen and (max-width: 1540px) {
	#QuotePopup .w-container{
	max-width:60%;
	}
}

@media only screen and (max-width: 1295px) {
	ul.myacc-links li,
	ul.myacc-links li:first-child{
		width: 32.9%;
		text-align: center;
		padding-top: 0;
	}
	ul.myacc-links li a.cta{
		width:100%;
	}
	ul.myacc-links{
		padding:10px;
	}
}

@media only screen and (max-width: 991px) {
	ul.myacc-links li,
	ul.myacc-links li:first-child{
		width: 49%;
		text-align: center;
		padding-top: 0;
	}
	
	ul.myacc-links{
		padding:10px;
	}
}
@media only screen and (max-width: 768px) {
	ul.myacc-links{
		padding:20px;
	}
}
@media only screen and (max-width: 600px) {
	ul.myacc-links li,
	ul.myacc-links li:first-child{
		width: 100%;
		text-align: center;
		padding-top: 0;
	}
}
@media only screen and (max-width: 768px) {
	
	.search-quotes .cartbox-cell,
	.search-orders .cartbox-cell{
		width:100%;
		display:inline-block;
	}
	.search-orders tr span,
	.search-quotes tr span{
		width:100%;
	}
	.search-orders tr .form-date,
	.search-quotes tr .form-date,
	.search-quotes tr select,
	.search-orders tr select,
	.search-orders tr .usersearch input,
	.search-quotes tr .usersearch input{
		width:130%;
		float:none;
	}

	.search-quotes tr:last-child td,
	.search-orders tr:last-child td{
		width:100%;
		display: block;
	}

	.search-quotes .myaccount-cta input,
	.search-orders .myaccount-cta input{
		width:100%;
	} 
}

.mega-print .mega_cta a{
	color:#000!important;
	border:1px solid #ccc;
	padding:10px;
	text-align: left;
	/*border-radius: 20px;*/
}

.mega_cta{
	padding:0;
}

.mega_cta a img{
	max-width: 50%;
	display: inline-block;
	border-radius: 10px;
}

.mega_cta a:hover span{
	color:#FFF;
} 

.mega_cta a span{
	vertical-align: top;
    display: inline-block;
    width: 40%;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.3;
    margin-left: 0.5rem;
}

/*#Wristbands.products_menu_container ul.products_menu_list{
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}*/

/*#Active.products_menu_container ul.products_menu_list{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}*/

#stripepaymentform,
#checkout p.terms-link{
	background-color:#FFF;
	padding:20px;
	border-radius:5px;
	margin-bottom:1rem;
}



@media only screen and (max-width: 1060px) {
	.main-navigation a{
	padding:10px 8px;
	font-size:14px;
	}
}

/* LW 05/10/2020 Cart Promo Code Styling */
.cart-discount{
	background-color: #FFF;
	border: none;
	/*border-radius: 20px;*/
	padding: 20px;
}
.cart-discount span{
	display:block;
}
.cart-discount input[type="text"]{
	display:inline-block;
	width:200px;
}
.cart-discount input[type="submit"]{
	display:inline-block;
	padding:10px 30px;
	margin-left:10px;
	font-weight:bold;
	border-radius:0px;
}
@media only screen and (max-width: 1170px) {
		.cart-discount input[type="text"],
	.cart-discount input[type="submit"]{
		width:100%;
		margin:0;
	}
	.cart-discount input[type="text"]{
	margin-bottom:10px;
	}
}
@media only screen and (max-width: 768px) {
	.cart-discount{
	width:100%;
	}

}


.main-header{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.searchform{
	width:50%;
	border-radius: 50px;
	/*overflow: hidden;*/
}

.main-header #desktopsearch{
	background-color: #f7f7f7;
	border:1px solid #ddd;
	border-radius: 0;
	width: 100%;
	padding: 10px 20px;
	height:41px;
}

#headersearchbutton{
	position: absolute;
	right: 0;
	border-radius: 0px;
	z-index: 2;
	width: 50px;
}

/* Spin icon on auto complete search */
.searchform .input-wrapper .fa-sync.fa-spin {
    position: absolute;
    display: inline;
    right: 58px;
    top: 10px;
    z-index: 999;
}
.searchform .input-wrapper .fa-sync {
	display: none;
}
.searchform .input-wrapper .fa-sync:before {
    content: "\f021";
    font-family: 'FontAwesome';
}
.searchform:after{
	content:'\f002';
	font-family:'FontAwesome';
	color:#FFF;
	font-size: 1.2rem;
	position: absolute;
	top: 0;
	z-index: 1;
	right: 0;
	background-color: #FA4616;
	height: 41px;
	width: 50px;
	display: flex;
	align-items: center;
	padding: 0;
	justify-content: center;
	/*border-radius: 0 50px 50px 0;*/
}

.main-header #desktopsearch:focus{
	outline:none;
	border: 1px solid #FA4616;
}
.desktopsearch-ajaxResults-container {
	overflow-y: visible;
	max-height: max-content;
    -moz-box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.1);
    width: 80%;
    left: 15px;
}
.searchform .input-wrapper {
    display: block;
}
.ajaxListing{
	border: 1px solid #999;
	background-color: #fff;
}
.ajaxResults-link {
	width:100%;
	display:block;
}
.ajaxResults-link:link, .ajaxResults-link:visited {
	color: #333333;
}
.ajaxListing li:hover{
	background-color: #f7f7f7;
}
.ajaxResults-name, .ajaxResults-image {
	float:left;
}
.ajaxResults-image {
	max-width: 10%;
    margin-right: 2%;
    padding: 5px 0 0 5px;
}
.ajaxResults-name {
	margin-top: 25px;
    max-width: 88%;
    line-height: 1.2rem;
    font-size: 0.95rem;
}
.desktopsearch-ajaxResults-container {
    overflow-y: auto;
    max-height: 500px;
}
span.ajaxResults-fullresults {
    display: block;
}
span.ajaxResults-fullresults .fa-arrow-right {
    float: right;
}
@media screen and (max-width: 1500px) {
	.desktopsearch-ajaxResults-container {
	    width: 90%;
	}
	.ajaxResults-name {
		margin-top: 22px;
	}
}
@media screen and (max-width: 1280px) {
	.ajaxResults-name {
		margin-top: 15px;
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 1100px) {
	.ajaxResults-name {
		margin-top: 10px;
		line-height: 1.3rem;
	}
}
@media screen and (max-width: 991px) {
	.desktopsearch-ajaxResults-container {
	    width: 95%;
	}
	.ajaxResults-name {
		margin-top: 7px;
		font-size: 0.9rem;
	    max-width: 83%;
	}
	.ajaxResults-image {
		max-width: 15%;
	    padding: 5px 0 0 5px;
	}
}
@media screen and (max-width: 767px) {
	.desktopsearch-ajaxResults-container {
	    width: 95%;
    	max-height: 300px;
	}
	.ajaxResults-name {
		margin-top: 7px;
		font-size: 0.9rem;
	    max-width: 83%;
	}
	.ajaxResults-image {
		max-width: 15%;
	    padding: 5px 0 0 5px;
	}
}
@media screen and (max-width: 479px) {
	.desktopsearch-ajaxResults-container {
	    top: 64px;
    	max-height: 300px;
	}
}


/* New Megamenu */

.main-navigation li{
	font-size:1rem;
}
.products_menu_container,
ul.products_menu_list{
	/*width:auto;
	min-width: 200px;
	min-height: auto;
	height: auto;*/
	width: calc(100vw - 50%);
	min-height: auto;
	max-width:1300px;
}

@media screen and (max-width: 1600px) {
	.products_menu_container,
	ul.products_menu_list{
		/*width:auto;
		min-width: 200px;
		min-height: auto;
		height: auto;*/
		width: calc(100vw - 50%);
		min-height: auto;
		max-width: 1200px;
	}
	.products_menu_container{
		left: 0;
	}
}

.tabs-menu-container{
	display: flex;
}

.products_menu_container ul.products_menu_list{
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;
	padding:0;
	position: relative;
}

ul.products_menu_list > li > a{
	border:none;
}

ul.products_menu_list > li{
	-webkit-column-break-inside: unset;
	page-break-inside: unset;
	break-inside: unset;
	width: 100%;
	display: block;
}

ul.products_menu_list > li a{
	padding: 10px 15px;
	font-size: 1rem;
	font-weight: normal;
	transition:0s;
}

#site-navigation ul.products_menu_list > li:hover > a,
#site-navigation ul.products_menu_list > li.active > a{
	background-color: #eee;
}
ul.products_menu_list > li:hover > a:before{
	display:none;
}
#AllProducts ul.products_menu_list > li:hover > a:before,
#AllProducts ul.products_menu_list > li.active > a:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #eee;
	position: absolute;
	right: -20px;
	top:0;
}

.products_menu_container{
	min-width:250px;
	width:auto;
}
#AllProducts.products_menu_container{
	min-width:auto;
	width:calc(100vw - 50%);
}
#AllProducts.products_menu_container ul.products_menu_list{
	width:25%;
	border-right: 1px solid #ddd;
	height: auto;
}

#site-navigation ul.products_menu_list > li.active > a{
background-color:#1B365D;
color:#FFF;
}
ul.products_menu_list > li:hover > a:before{
	display:none;
}
#AllProducts #site-navigation ul.products_menu_list > li.active > a:before{
	border-color: transparent transparent transparent #1B365D;
}
#AllProducts.products_menu_container .sub-cat-container.active {
    display: block;
}
.sub-cat-container{
	display:none;
}
#AllProducts.products_menu_container .sub-cat-container{
	width:75%;
	background-color: #F7F7F7;
	float: right;
	padding:20px;
	padding-left: 30px;
    display: none;
}

.subcat-loop{
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	padding-top:10px;
	justify-content: left;
}

.subcat-loop .product-list{
	width: 24%;
	display: flex;
	align-items: center;
	justify-content: left;
	/* font-weight: bold; */
	padding: 10px;
	background-color: #FFF;
	border:1px solid #DDD;
	text-align: left;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	transition: 0.2s;
	/*border-radius: 20px;*/
	margin-bottom: 10px;
	margin-right: 5px;
}

.subcat-loop .product-list:hover{
	/*background-color: #F7F7F7;
	border:1px solid #ddd;*/
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
#site-navigation.main-navigation .subcat-loop a, #site-navigation.main-navigation .subcat-loop a:hover {
    background-color: transparent;
    color: #333333;
    display: flex;
    align-items: center;
    padding:0;
    width:100%;
		line-height:1.3;
}
.product-list img{
	width: auto;
	height: 60px;
	margin-right: 10px;
}

.subcat-head{
	border-bottom:1px solid #ddd;
	width:100%;
	padding-bottom: 10px;
	text-align: left;
}

.main-navigation .subcat-head > a,
.main-navigation .subcat-head > a:visited{
	display: inline-block;
	color:#333;
	padding:0;
}

#site-navigation.main-navigation .subcat-head > a:hover{
	background-color: transparent;
	text-decoration: underline;
}


.main-navigation ul.products_menu_list > li > a:active,
.main-navigation ul.products_menu_list > li > a:focus{
	background-color: #1B365D;
	color:#FFF;
}
#site-navigation.main-navigation ul.products_menu_list > li > a:hover:focus{
	background-color: #1B365D;
	color:#FFF;
}

#site-navigation ul.products_menu_list > li > a:active:before,
#site-navigation ul.products_menu_list > li > a:focus:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #1B365D;
	position: absolute;
	right: -20px;
	top:0;
}

#content a.readmore.more-prices{
	display: none;
}

@media screen and (max-width: 991px) {
	form.searchform{
		position: relative;
		right:50px;
	}
	#masthead i.fa-bars{
		top:0.9rem;
	}
}
@media screen and (max-width: 480px) {
	.main-header{
		flex-direction: column;
	}
	form.searchform{
		width:100%;
		margin-top: 1rem;
	}
	form.searchform{
		right:auto;
	}
	#masthead i.fa-bars{
		top:0.5rem;
	}
	#content a.readmore.more-prices{
		display: block;
		margin-bottom: 1rem;
	}
}

/* New Slider */

.center-container,
.left-container{
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding:0 100px;
}

.slide h2{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.3;
}

.slide .message{
	display: block;
}

.center-container img{
	width: auto;
	margin: 0;
	max-height: 400px;
}

.slide-content{
	max-width: 750px;
	width: 50%;
	text-align: center;
}
.left-container{
	margin: 0 auto;
	max-width: 90%;
	padding:0;
}
.left-container .slide-content{
	text-align: left;
}

#content .slide a.readmore{
	text-transform: uppercase;
	font-size: 2rem;
	border-radius: 0px;
	font-weight: normal;
	padding: 15px 20px;
}

.img-container{
	display: flex;
}

.center-container img.mob-ver{
	display: none;
}

.mobile-bg{
	display: none;
}

.sample-button{
	cursor: pointer;
}
.sample-button,
.visual-button{
background-color:orange;
}
.sample{
	display: none;
}

.featherlight-content .sample{
	background-color: transparent;
	color:#333;
	padding:0;
	margin:0;
}

.featherlight-content .sample-desc{
	width:100%;
	background-color: #f7f7f7;
	padding: 20px;
	/*border-radius: 5px;*/
}
.featherlight-content .sample h3,
.featherlight-content .sample-terms{
	color:#333;
}

/*  LW 04/01/2021 - Product/Category Filters */

.filter-container{
	background-color: #FFF;
	/*border-radius: 20px;*/
	padding:20px;
	border:1px solid #ddd;
	margin-bottom: 1rem;
}

.filter-container h2{
	margin:0;
	font-weight:bold;
}
#filters{
	padding-top:0;
}

#filters h3{
	margin:1rem 0;
	margin-bottom: 0.2rem;
	position: relative;
}

.filter-more a,
.filter-less a{
	color: #1B365D;
	font-size:0.9rem;
	font-weight: bold;
}
.filter-more a:hover,
.filter-less a:hover{
	text-decoration: underline;
}

.filter-open{
	position: absolute;
	right:0;
	cursor: pointer;
	top: 0;
	display: none;
}


select#Category{
	cursor: pointer;
}

.filter-group ul label{
	cursor: pointer;
}

.prod-filter-container{
	position: relative;
}

.filter-container .toggle{
	display: none;
}

#catalogue .templates-loading{
	background-color: #FFF;
	/*border-radius: 20px;*/
	border:1px solid #ddd;
	padding: 20px;
}
#catalogue .templates-loading:before{
	display: inline-block;
}
#catalogue .templates-loading i{
	margin-right: 10px;
	font-size:1.5rem;
	display:inline-block;
	vertical-align: middle;
	color: #1B365D;
}
/*  LW 04/01/2021 - Product/Category Filters END  */

/* Related Arrows*/

.product-related-data button.slick-next{
	right: -30px;
}
.product-related-data button.slick-prev{
	left: -30px;
}
.product-related-data button.slick-next:before{
	content:'\f105';
	font-family: 'Fontawesome';
}
.product-related-data button.slick-prev:before{
	content:'\f104';
	font-family: 'Fontawesome';
}

.product-related-data button.slick-next:before,
.product-related-data button.slick-prev:before{
	color: #FA4616;
	top:45%;
	font-size:2.5rem;

}

.product-related-data .from_price{
	font-size:0.9rem;
}

/* Related Arrows END */

@media screen and (max-width: 1024px) {
	#content{
		padding-top: 9rem;
	}
	.center-container img{
		max-height: 250px;
	}
	.slide-content{
		max-width: none;
		width: 51%;
	}
	.slide h2{
		font-size:2.5rem;
	}
	#site-navigation.main-navigation .subcat-loop a, #site-navigation.main-navigation .subcat-loop a:hover{
		text-align:center;
		flex-direction:column;
		width:100%;
		line-height:1.4;
	}
	#site-navigation.main-navigation .subcat-loop a img{
		margin:0 auto;
	}
	.main-navigation li a{
		padding:5px 6px;
		font-size:13px;
		
	}
}
@media screen and (max-width: 906px) {
	.slider-section img{
		max-height: 380px;
		height: 120px;
	}
}
@media screen and (max-width: 768px) {
	#content{
		padding-top: 4.8rem;
	}
	.slider-section .slick .slide{
		height: 400px;
	}
	.center-container,
	.left-container{
		flex-direction: column;
		margin: 0 auto;
		justify-content: center;
		height: auto;
		width: 80%;
		position: relative;
		padding:0;
	}
	.slide h2{
		font-size: 2rem;
	}
	.slide-content{
		width:80%;
		max-width: auto;
		padding:0 20px;
	}
	#content .slide a.readmore{
		font-size: 1.5rem;
	}

	.slider-section img.mob-ver{
		display: block;
		height: 120px;
	}
	.slider-section img.desktop-ver{
		display: none;
	}
	.filter-open{
			display: block;
		}
		.filter-open:before{
			content:'\f055';
			font-family: 'FontAwesome';
		}
		.filter-open.close:before{
			content:'\f056';
			font-family: 'FontAwesome';
		}

	.filter-container .toggle {
	    cursor: pointer;
	    display: block;
	    position: absolute;
	    right: 0;
	    /* top: 0.5rem; */
	    /* line-height: 3rem; */
	    padding: 0;
	    font-size: 1.5rem;
	    -moz-transition: 0.5s;
	    -o-transition: 0.5s;
	    -webkit-transition: 0.5s;
	    transition: 0.5s;
	    color: #FA4616;
	    text-align: right;
	    width: 100%;
	}
}

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


	.mobile-bg{
		display: block;
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
	}
	#content{
		padding-top: 7.9rem;
	}
	.slide-content{
		width:100%;
		max-width: auto;
		padding:0 20px;
	}
	.slider-section .slick .slide{
		height: 460px;
		padding: 20px 0;
	}
	.slide h2 {
    	font-size: 1.4rem;
 }
	.center-container, .left-container{
		height:100%;
		justify-content: left;
	}
	.quick-container{
		display: flex;
		justify-content: space-between;
	}
	.quick-quote input[type="submit"]{
		max-width: 150px;
		margin-left:5px;
	}
	.quick-quote input[type="password"]{
		margin-left:5px;
	}
	#content .slide a.readmore{
		font-size: 1.2rem;
		padding: 5px 10px;
	}
	.slider-section .slick-prev:before, .slider-section .slick-next:before{
		font-size:3rem;
	}
	.slider-section button.slick-next.slick-arrow{
		right:15px;
	}
	.slider-section button.slick-prev.slick-arrow{
		left:15px;
	}
	.listing-related, .listing-product, .listing-category{
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 320px) {
	.slider-section .slick .slide{
		height: 71vh;
		padding: 20px;
	}
	.slider-section img{
		height: 150px;
	}
	.center-container,
	.left-container{
		justify-content:left;
		width: 100%;
		max-width: 80%;
	}
	.slide h2{
		font-size:1.2rem;
	}
	.slide .message{
		margin:0.5rem 0;
		font-size: 0.9rem;
	}
	.slide-content{
		padding:0;
	}
	.quick-quote{
		font-size:0.9rem;
		padding:10px;
	}
	.slider-section .slick-prev:before, .slider-section .slick-next:before{
		font-size:2rem;
	}
}

 #deliveryOptions .cartbox-checkout  img{
	display : inline;
}

.img360:before{
	content: '360\00B0';
    font-size: 12px;
    background-color: #FA4616;
    color: #FFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 40px;
    position: absolute;
    top: 1px;
    left: 0px;
}
footer ul{
	margin-bottom:0.5rem;
}
.centered h3{
	margin-bottom:1.3rem;
}


/* LW 01/03/2021 Checkout updates */
/* Cart*/
.checkout-bar-flex{
	display: flex;
	justify-content: flex-end;
}

#checkout-bar .checkout-action{
	margin:0;
	margin-left: 20px;
	display: inline-block;
	float: none;
}

#checkout-bar .checkout-action a{
	float: none;
	display: inline-block;
}

#checkout-bar .checkout-action a.hide {
    display: none;
}

#checkout-bar .checkout-total{
	text-align: right;
}

#checkout-bar .checkout-total .excl-VAT{
	font-size:1.1rem;
	font-weight: bold;

}

/* Billing */

#billing-delivery.responsiveTabs{
	border:none;
	background-color: transparent;
}
#billing-delivery.responsiveTabs > ul{
	width:100%;
	display: flex;
	justify-content: space-between;
}
#billing-delivery.responsiveTabs > ul > li{
	width: 49%;
	/*border-radius: 5px;*/
}
#billing-delivery.responsiveTabs ul li a{
	width:100%;
	text-align: center;
	/*border-radius: 5px;*/
	line-height: 1.3;
}

#billing-delivery.responsiveTabs ul li a i{
	font-size:1.4rem;
	vertical-align: middle;
	margin-right: 10px;
}

#billing-delivery .r-tabs-nav .r-tabs-tab{
	background-color: #aaa;

}

#billing-delivery .r-tabs-nav .r-tabs-tab.r-tabs-state-active:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color:#FA4616 transparent transparent transparent;
	position:absolute;
	bottom:-15px;
	left:45%;
		
}

#billing-delivery ul.ajaxResults{
	font-size:1rem;
}
.featherlight #addDeliveryAddress{
	display: block;
}

#card-element {
	text-align: right;
}
#stripepaymentform button#card-button{
	float: none;
	display: none;
}

#stripepaymentform .form-row{
	text-align: right;
}

.float-layout{
	float:right;
}

#catalogue .checkout-bar-flex{
	justify-content: space-between;
	align-items: center;
}

#catalogue .checkout-bar-flex a#addToBasketOrder{
	width:25%;
	overflow: hidden;
}
#catalogue .checkout-bar-flex .mini-summary{
	background-color: transparent;
	width: 100%;
	margin-right:2rem;
}
#catalogue .checkout-bar-flex .mini-summary div{
	padding:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


#catalogue .checkout-bar-flex .mini-summary #order-summary-text div{
	display: block;
	text-align: left;
	width: 50%;
	font-size: 1.2rem;
}

#catalogue .checkout-bar-flex .mini-summary .noflex{
	justify-content: flex-end;
}

#order-summary-text > #schedule-dispatch{
	display: none;
}
#catalogue .checkout-bar-flex .mini-summary #order-summary-text .price-summary{
	text-align: right;
	font-size: 1.1rem;
	line-height: 1.4;
}
.mini-summary .price-summary strong{
	float: none;
	margin-right: 10px;
}

.delivery-header h4{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 10px;	
}
@media screen and (max-width: 768px) {

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

	.matrix-scroll table{
		width:350px;	
	}
	.checkout-bar-flex{
		flex-direction: column;
		width: 100%;
		text-align: center;
	}
	#checkout-bar .checkout-action a{
		width:100%;
		padding:10px;
	}
	#checkout-bar .checkout-total{
		text-align: center;
	}

	.cartbox-checkout{
		display: block;
	}
	.cartbox-cell{
		display: block;
		width: 100%;
	}
	.purchase-order input,
	.upload-desc,
	.cartbox-cell .dropfile .checkout-action{
		width:100%;
	}
	.cartbox-cell .dropfile .checkout-action,
	.cartbox-cell .dropfile{
		position: relative;
	}
	#checkout{
		padding-bottom: 70px;
	}
	#billing-delivery .r-tabs-accordion-title{
		display: none;
	}
	#billing-delivery.responsiveTabs ul li a i{
		margin-right:0;
		display: block;
		margin-bottom: 10px;
	}
	#optionsform .cartbox-cell{
		display: inline-block;
	}
	#optionsform .width-80{
		width: 60%;
		vertical-align: bottom;
	}
	#optionsform .width-20{
		width: 40%;
		vertical-align: middle;
	}
	.progressbar li{
		display: none;
	}
	.progressbar li.active{
		display: block;
		width: 100%;
	}
	.progressbar li.active:after{
		display: none;
	}
	.progressbar li:before{
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.cartsteps{
		padding:10px;
	}

	#perProductDelivery .basket-summary td:nth-child(1):before{
		content:'Product';
	}
	#perProductDelivery .basket-summary td:nth-child(3):before{
		content:'Delivery';
	}
	#catalogue .checkout-bar-flex{
		flex-direction: column;
	}
	#catalogue .checkout-bar-flex .mini-summary{
		margin:0;
	}
	#catalogue .checkout-bar-flex .mini-summary div{
		flex-direction: column;
	}
	#catalogue .checkout-bar-flex .mini-summary #order-summary-text div,
	#catalogue .checkout-bar-flex .mini-summary #order-summary-text .price-summary{
		width:100%;
		text-align: left;
		margin-bottom:0;
	}
	#catalogue .checkout-bar-flex a#addToBasketOrder{
		width:100%;
	}
	
	.del-summary{
		margin-bottom:0.5rem;
	}
	a.mobile_overlay_link{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
	.float-layout{
		padding:0;
	}
	.turnaround-container table th, .turnaround-container table thead td{
		font-size:0.9rem;
	}

}
/* -- Checkout Error --*/
div#checkoutError {
    position: fixed;
    width: 100%;
    bottom: 77px;
    left: 0;
    margin: 0;
}

.turnaround-container .custom-qty td input:focus::-webkit-input-placeholder { color:transparent; }
.turnaround-container .custom-qty td input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.turnaround-container .custom-qty td input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.turnaround-container .custom-qty td input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.turnaround-container .custom-qty td input:focus::placeholder {
  color: transparent;
}

.existing-customer .terms-link{
	margin-bottom:1rem;
}

.greysection .product-slide .product{
		background-color:#FFF;
	}

.sample-desc textarea,
.sample-desc .file-upload-cont .dropFile .w-col:first-child{
	background-color:#FFF;
}

.featherlight #submit_visual_request{
	font-size:1rem;
}
.featherlight .checkout-action a{
	font-weight:normal;
	padding:10px 20px;
}
/* -- Remmeber me -- */
.quick-container input#RememberMe {
    margin-right: 0;
    margin-left: 5px;
    vertical-align:middle;
}

.quick-container label.remLabel{
	vertical-align:middle;
	cursor:pointer;
}

#summary-address{
	padding:0 10px;
	position: relative;
}

#content .delivery-header a.readmore{
	margin-left:10px;
}

span#addDelivery{
	display: inline-block;
	width: auto;
	/*border-radius: 5px;*/
}

.featherlight .cart-container{
	padding-bottom:0;
	margin-bottom:0;
}
/* -- 23-03-2021 MM: Needed for checkout address lookup --*/
.w-hidden {
    display: none;
}

/* 26-03-2021 FW: hide the reCaptch badge and include terms text and links in CF7 form */
.grecaptcha-badge { visibility: hidden; }

/*-- Feather light overrides --*/
.featherlight-content.delAddressWidth {
    max-width: 50%;
    min-width: 50%;
}

@media screen and (max-width: 991px) {
	.featherlight-content.delAddressWidth {
		max-width: 75%;
    	min-width: 75%;
	}
}
@media screen and (max-width: 768px) {
	.featherlight-content.delAddressWidth {
		max-width: 95%;
    	min-width: 95%;
	}
}

#single-del-add{
	cursor:pointer;
	overflow:hidden;
	position:relative;
	float: right;
    	margin-right: 20px;
	border-radius:5px;
}

#single-del-add:after{
	content:'\f055';
	font-family: 'Fontawesome';
	position: absolute;
	top: 0.7rem;
	right: -3rem;
	opacity: 0.4;
	font-size: 2.5rem;
	transition: 0.3s;
}

#single-del-add:hover:after{
	right:0rem;
}
.selectAddressDiv.active{
	border:1px solid #ddd;
	display:inline-block;
	max-height:200px;
	overflow-y:auto;
}
.selectAddressDiv .selectAddress{
	cursor:pointer;
}

button.readmore.PTChat{
	font-size:1rem;
	border-radius:0px;
	display:inline-block;
	font-weight: bold;
}

#checkout-action-create span{
	margin:0 10px;
}
.cta.addressLookup{
	margin-right:10px;
}
.cta.addressLookup,
.cta.addressManual{
	display:inline-block;
}
#stripepaymentform{
	border-radius:20px;
	padding:20px;
}

#splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select a{
font-weight:normal;
padding:10px 20px;
border-radius:5px;
font-size:1rem;
}

.cartbox-checkout.split-detail td:nth-child(4){
	vertical-align:middle;
	text-align:center;
}

/* 27-05-2021 MM:  Added at request of PT for the SMASHERS menu item 
.main-navigation li:nth-of-type(2) a, .main-navigation li:nth-of-type(2) a:visited {
    background-color: #1B365D;
} 
*/
/* 18-1-2021 LK:  removed the turnaround time and from price on the product listing page */
.listing-product-int .turnaround, .listing-product-int .from_price {
    display: none;
}



.promo-slider .mobileslidebg { 
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: none;
}
.promo-slider .desktopslidebg {
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: auto; 
} 
.promo-slider .bgimg  {height: auto; width: 100%;}
.promo-slider .slick .slide { height: unset; }
.promo-slider .slide { position: relative; }  
.promo-slider .w-container {max-width: 1920px; width: 100%; }

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

	.catalogue-banner{
		padding:2rem 0;
	}
	.catalogue-banner h1{
		font-size: 2.5rem;
	}      
	

          
.responsiveTabs {
    display: block;
    margin-top: 0rem;  
    margin-bottom; 1rem;
}   

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

.promo-slider img { max-height: unset!important; height: auto!important; width: 100%;} .promo-slider .desktopslidebg { display:none;}
.promo-slider .mobileslidebg { display: inline-block; opacity: 1;}    }

.rainbow > a{
background: linear-gradient(
90deg,
rgba(255, 0, 0, 1) 0%,
rgba(255, 154, 0, 1) 10%,
rgba(208, 222, 33, 1) 20%,
rgba(79, 220, 74, 1) 30%,
rgba(63, 218, 216, 1) 40%,
rgba(47, 201, 226, 1) 50%,
rgba(28, 127, 238, 1) 60%,
rgba(95, 21, 242, 1) 70%,
rgba(186, 12, 248, 1) 80%,
rgba(251, 7, 217, 1) 90%,
rgba(255, 0, 0, 1) 100%
);
font-weight:bold;
}

/* Menu Image Update 2023 */
.main-navigation ul#primary-menu > li{
	height: 80px;
	display: flex;
	align-items: center;
}
.main-navigation a{
	padding:0;
	height: 100%;
	display: flex;
	align-items: center;
}
.main-navigation a span{
	padding:10px;
	height: 100%;
	display: flex;
	align-items: center;
}
li.mega_link:first-child > a:before{
	content:'';
	display: none;;
}
/* 21-02-2024 MM: Removed as part of the updated design changes
li.mega_link:first-child > a span:before{
	content: '\f135';
    font-family: 'FontAwesome';
    position: relative;
    color: #FFF;
    display: inline;
}
*/
.main-navigation ul#primary-menu{
	display: flex;
	align-items:center;
	justify-content: center;
	font-weight:bold;
}
.products_menu_container{
	top: 80px;
}
/* Menu Image UPdate 2023 End*/
body {
	font-family: "Helvetica" !important;
}
/* product page updated layout 18-12-2023 */
.w-row.pt-spacer {
    padding-top: 3rem;
}

/* MM 16-04-20201 - Reward points START*/
.pointsCont {
	display: flex;
	justify-content: space-between;
  }
  
  .pointsInner {
	  background-color: #f7f7f7;
	  padding: 20px;
	  border-radius: 10px;
  }
  .pointsHeader {
	  font-weight: bold;
  }
  #pointsForm input[type=number] {
	  width: 100%;
	  margin-bottom: 0.5rem;
  }
  form#pointsForm {
	  position: relative;
  }
  input#PointsRedeemedButton {
	  position: absolute;
	  right: 0;
	  bottom: -10px;
	  font-weight:bold;
	  border-radius:0px;
  }
  span.pointsRedeemed {
	  margin-top: 10px;
	  display: inline-block;
	  font-weight: bold;
  }
  /* MM 16-04-20201 - Reward points END*/
/* MM 15-01-2024 - Password toggle icon START*/ 
span#password-toggle, span#password-toggle-loginbar {
    position: absolute;
    right: 5px;
    top: 0;
    background-color: transparent;
    color: #000000;
    margin: 0;
    cursor: pointer;
}
#password {
    padding-right: 40px;
}
#password-loginbar {
    padding-right: 20px;
}
p.login-password-input {
    position: relative;
    display: block;
    margin-top: 0;
}
.lb-password-cont {
	position: relative;
	display: inline-block;
}
span#password-toggle-loginbar {
    padding: 3px;
    right: 1px;
}
.bold-h2 h2, .testimonials h2 {
font-weight:bold; 
}
/* MM 15-01-2024 - Password toggle icon END*/ 
#colophon > div > div {
background-color:white;
}
h1.entry-title {
    font-weight: bold;
}
.myaccount h1 {
    font-weight: bold;
}


#best-sellers > div > div.feat-prod-slider.slick.slick-initialized.slick-slider > div {
display: flex;
    justify-content: center;
}
#best-sellers div.product_overlay {
    background-color: rgb(0 159 223 / 0%);
}
#best-sellers div.product_overlay > a > span {
    color: #fff0;
}

.xmas{
	background-color: #b22222 !important;
}
.xmas:hover {
  background-color: #b22222 !important;
}

.step-forward {
    width: 4.5rem;
    position: absolute;
    left: 10px;
}
.sedex {
    width: 10rem;
    position: absolute;
    left: 100px;
}

.bpma {
    width: 10rem;
    position: absolute;
    left: 300px;
    top:0px;
    width:100px;
}

.cnb {
    width: 3rem;
    position: absolute;
    left: 330px;
}

@media screen and (max-width: 1435px) {
.step-forward, .sedex, .cnb, .bpma {
	display: none;
}
}

.merchbag{
	
	background-color: #1b365d !important;
}

.merchbag a:hover{
	
	background-color: #1b365d !important;
}

.merchbox{
	
	background-color: #1b365d !important;
}

.merchbox a:hover{
	
	background-color: #1b365d !important;
}

li.mega_link:first-child > a, #site-navigation.main-navigation li.mega_link:first-child > a:hover {
    position: relative;
    background-color: #b22222 !important;
    padding: 10px 10px;
}
