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

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

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    line-height: 1.7rem;
    text-rendering: geometricPrecision;
}
h1, h2, h3, h4, h5 { font-family: 'Montserrat', sans-serif; font-weight: 400}
h2 {
    font-size: 1.8rem;
    margin:1rem 0;
}

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

#content{
	background-color: #FFF;
}
.whitesection{
	background-color: #FFF;
}
.greysection{
	background-color: #F5F5F5;
}
.darkgreysection{
	background-color: #eee;
}
.colorsection{
	color:#FFF;
}

.removepadding{
	padding-top:0;
}

.w-container{
	max-width: 80%;
	position: relative;
}
#catalogue .w-container{
	padding-bottom:30px;
}

/* =============
HEADER
================*/
.header-contact a { color: #595959; } .header-contact a i { color: #00b0f0; } .header-contact a:hover { color: #00b0f0; }
.main-header{
	padding: 1rem 0; 
}
.top-header {
    background: #fff;
    height: 54px;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(235, 239, 242) 0%, rgb(235, 239, 242) 56%, rgb(255, 255, 255) 56%, rgb(255, 255, 255) 100%);
}




.search_submit_button {
  position: absolute;
  right: 0;
  top: 0px;
  background: #bcebdf;
  border: 0;
  width: 54px;
  height: 35px;
  color:  #2B3A42;
  border-radius: 0 5px 5px 0;
}
.search_submit_button:hover {
     background:#BDD4DE;
    color: #2B3A42;
}


/* LOGO */
h1.site-title{
	margin: 0rem 0;
	padding: 0rem 0 0.5rem 0;
}

h1.site-title img{}

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

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

.header-contact{
	padding: 0;
	text-align: left;
}

a.phone, a.email{
	font-size:0.85rem;
	line-height: 1;
}


/* ACCOUNT LINKS */

.account_links{
	text-align: right;
	float: right;
}
.top-header .w-col {
	padding-left: 0;
padding-right: 0;

}
.searcharea {position: relative;
max-width: 340px;
float: right;
width: 100%; }
#Search {
    width: 100%;
    padding-right: 30px;
    height: 35px;
    margin-top: 0px;
}


div.account_link{
	padding: 0 5px;
}


.account_login .account_link{
	float: left;
}

/* Search*/

.search_link.active{
	width: 240px;
	background-color: #FFF;
	right: 20;
	border-bottom: 1px solid #ddd;
}
.searchform{
	width: 200px;
	right: 42px;
	top: 0;
	height: 100%;
	line-height: normal;
}
.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;
	color: #FFF;
}

/* NAVIGATION */

.fixed-top{
    position: fixed;
    top: 0;
    z-index: 1020;
	width:100%;
}

#site-navigation ul#primary-menu{
	float:left;
	width:100%;
}


#site-navigation ul#megamenus{
	float:right;
}
.main-navigation ul{
	text-align: left;
	font-size: 0;
}
.main-navigation li{
	display: inline-block;
	position: relative;
	text-align: center;
	padding:0;
	transition: 0.5s;
	padding: 5px 0;
	text-transform: uppercase;
font-size: 13px;    
margin: 0 5px;
}    


.main-navigation li.cart_item{
	position: absolute;
	right:20px;
}
	  

.main-navigation li::before {
  content: ":";
  font-size: 1.2rem;
  color: #BDD4DE;
  float: left;

  line-height: 1.6;
  font-weight: 700;
}  
      .main-navigation li:hover {background: transparent;}
.main-navigation li:hover::before { color: #BCEBDF;}
.main-navigation li a{
	padding: 10px 15px;
	color: #FFF;
	font-size: 0.9rem;
	transition: 0.2s;
	line-height: 1;
	
}     
.main-navigation li:last-child a {

	border-right: none;
}    
.main-navigation ul ul.products_menu_list {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 1.5rem 20px 0.5rem;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.25;
  background: #3F5765;
}
   
   #primary-menu > li:hover {background-color: #3F5765!important; }
   
  #primary-menu > li:hover  a { color:#bcebdf!important; font-weight: 400; }

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

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

/* Mega Menu*/

.megamenus{
	float: right;
}

.mega_menu_image{
	display: block;
}

.products_menu .category-link,
.products_menu .list_title{
	color:#333;
	background-color: #FFF;
	padding: 5px 10px;
	text-align: left;
	text-decoration: none;
	font-size: 0.9rem;
	border-bottom: 0;
}

/* SHINE - NOT NEEDED ON T4?*/
/*
@-webkit-keyframes shine{
  from {left:0px;top:-20px;}
  to {left: 900px;top: -300px;}
}
@-moz-keyframes shine{
  from {left:0px;top:-20px;}
  to {left: 900px;top: -300px;}
}
@-o-keyframes shine{
  from {left:0px;top:-20px;}
  to {left: 900px;top: -300px;}
}
@keyframes shine{
  from {left:0px;top:-20px;}
  to {left: 900px;top: -300px;}
}

ul.megamenus li a .shine {
    content: '';
    position: absolute;
    height: 400px;
    width: 20px;
    background: white;
    top: -80px;
    left: -20px;
    display: block;
    opacity: 0.5;
    -webkit-box-shadow: 0px 0px 30px 10px white;
    -moz-box-shadow: 0px 0px 30px 10px white;
    box-shadow: 0px 0px 30px 10px white;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: shine 4s 3s infinite;
    -moz-animation: shine 4s 3s infinite;
    -o-animation: shine 4s 3s infinite;
    animation: shine 4s 3s infinite;
}*/

ul.products_menu_list > li,
ul.products_menu_list li > ul > li > a{
	text-align: left;
	text-decoration:none;
}
ul.products_menu_list > li > a,
ul.products_menu_templates li a{
	text-decoration:none;
	padding: 0;
	width: auto;
	font-size: 1.2rem;
	margin-bottom: 5px;
	padding: 10px;
	display: block;
	line-height: 1;
}

ul.products_menu_list > li{
	display: inline-block;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom:1rem;
	width: 100%;
	float:none;
}

ul.products_menu_templates{
   padding:0;
   margin:0;
}
 ul.products_menu_list{
	column-gap: 20px;
	font-size: 1rem;
	margin:0;
	padding:0;
}

ul.prodmenu{
	display: block;
	margin:0;
	padding-bottom: 1rem;
}
ul.prodmenu > li > a{
	font-weight: normal;
}

#design ul.products_menu_list > li > a,
#design ul.products_menu_templates li a{
	border:none;
}

#print{
	position: relative;
}
#design{
	position: relative;
}
#print .products_menu_templates .products_menu_list{
	display: inline-block;
}
a.w-col.w-col-3.category{
	margin-bottom: 1rem;
}

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

.products_menu_container {
  width: 1024px;
  left: 0px;
  top: 42px;
  background: #fff;
  border-bottom: 3px solid #bcebdf;
}

#design .products_menu_container{
	width: 800px;
	left: 0px;
	top: 48px;
}

.products_menu{
	min-height: 350px;
	padding: 0;    
	border-bottom: 3px solid #bcebdf
}
a.w-col.w-col-3.product {
    height: 250px;
}

#design .products_menu{
}

.category .mega-cat-image{
	max-height:150px;
	overflow:hidden;
}
.category .mega-cat-image img{
	position: relative;
    	bottom: 30px;	
}

@media screen and (max-width: 1024px) {
	#print .products_menu_container{
		width: 520px;
		left: -363px;
	}
	ul.products_menu_list{
		-webkit-column-count: 2;
	    -moz-column-count: 2;
    	column-count: 2;
	}
}

/* =============
FOOTER
================*/

.payment-types { margin-top: 10px; }


footer{
	color:#FFF;
}
footer h3{
	color: #FFF;
	font-weight:normal;
}

footer p{
	color:#FFF;
}

footer a, footer a:visited{
	color:#FFF;
}
footer a:hover{
	color:#000;
	text-decoration: none;
}
footer h3 { background: transparent; }
.top-footer{
	/* padding:10px 0; */
}
.footer-box ul, .footer-box div {
    margin-bottom: 20px;
}
.top-footer a{
	color:#FFF;
	margin-right: 15px;
	padding: 10px 0;
	display: inline-block;
}

.footerlinks a:hover {
    color: #fff!important;
}
ul#menu-footer-menu li, ul#menu-extra-menu li{
	line-height: 1.6rem;
}

.footerlinks a {
    color: #00b0f0;
}


.footerlinks{
text-align: center;
font-size: 0.8rem;
padding: 10px 0;
background: #333;
color: #fff;
}
.footerlinks a{
	color:#BDD4DE;
}
.footerlinks a:hover{
	color:#FFF;
}

.social-icons{
	text-align: right;
}

a.social{
padding: 10px 13px;
background-color: rgba(0,0,0,0.2);
margin: 0;
    margin-right: 0px;
border-radius: 25%;
margin-right: 5px;
border-bottom:  0;
}
a.social i{
	font-size: 1.1rem;
	text-align: center;
	color:#FFF;
	vertical-align: middle;
}

a.social:hover {
	background-color: #BDD4DE;
}
/*
a.social.facebook:hover i{
color:#3b5998;
}
a.social.twitter:hover i{
color:#00aced;
}
a.social.instagram:hover i{
color:#bc2a8d;
}
a.social.linkedin:hover i{
color:#0077b5;
}
a.social.google:hover i{
color:#d34836;
}
a.social.pinterest:hover i{
color:#bd081c;
}
a.social.youtube:hover i{
color:#ff0000;
}
a.social.rss:hover i{
color:#f26522;
}
a.social.mail:hover i{
color:#9fae37;
}
*/
.card-types i{
	font-size: 1.8rem;
	padding:1px;
}
.footer-box{
	padding: 20px 0;
}

section{
	padding:2rem 0;
}

@media screen and (max-width: 768px) {
	.top-footer, .social-icons{
		text-align: center;
	}
	.top-footer a{
		margin-right: 10px;
	}
	a.social{
		border:none;
	}
	.social-icons{
		display: flex;
		justify-content: space-between;
	}
	.footer-box{
		margin-bottom: 1rem;
	}
	ul#menu-footer-menu{
		columns: 1;
	}
}

/* General */

.heading-container{
	background-image: linear-gradient(0deg, #ffffff 49%, #999 49%, #999 51%, #ffffff 51%, #ffffff  100%);
	background-size:100% 100%;
}
.heading-container .header-icon{
	position: relative;
	display: inline-block;
	padding: 0.75rem 20px;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	text-transform: none;
}

.heading-container h1, .heading-container h2, .heading-container h3, .heading-container h4{
	margin: 0;
	display: inline-block;
	padding: 0.75rem 20px;
	font-size: 1.5rem;
	font-weight:normal;
	background:#fff;
}

 

#about {
    background: #f9f9f9;
    padding: 3em;
}
#about h2 {
    font-size: 1.8rem;
    margin: 0 0 1em 0;
}


.whitesection .content-container{
	/* background-color:#F7F7F7; */
}
.greysection .content-container{
	background-color:#FFF;
}
@media screen and (max-width: 1200px) {
	.heading-container .header-icon{
	font-size: 1.2rem;
	padding: 10px;
	}
}
@media screen and (max-width: 768px) {
	.heading-container h1, .heading-container h2, .heading-container h3, .heading-container h4{
		font-size: 1.2rem;
	}
	.heading-container .header-icon{
	font-size: 1rem;
	padding: 10px;
	}
}

/* Slider*/
.slider-section{
}
.slide{
	background-color: #ffffff;
	height:400px;
	padding: 0;
}
.slide_content {
    padding: 2em 0;
    text-align: right;
}
.slide .w-row{
	margin:0px -10px;
}

.slide .w-col{
	padding: 0;
}

.slide .left-box{
	background-color: #333;
	padding: 4rem 10rem;
	padding-right: 10rem;
	height: 500px;
}

.slide .right-box{
    height: 500px;
    background-position: center;
    width: 100%;
}

.slide .left-box .slide_image{
	position: absolute;
	left: 86%;
	z-index: 999;
	max-height: 400px;
}

.slide_content h2, .slide_content h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    border-left: none;
      background-color:rgba(43, 58, 66, 0.8)  ;
    margin-bottom: 1rem;
    padding: 0.1em 0.3em;
    color: #fff;
    text-align: right;
}

.message {
    border-left: none;
    font-size: 1rem;
    margin-bottom: 1rem;
    background-color:rgba(43, 58, 66, 0.8)    ;
    padding: 10px;
    color: #fff;
}
.badge{
	float: left;
	display: inline-block;
	width: auto;
	color:#FFF;
	padding: 10px 20px;
	margin-right: 10px;
	font-weight: bold;
}

#content .slide a.readmore{
	color:#FFF;
	font-size: 1rem;
	float: right;
	display: inline;
	margin-bottom: 1rem;
	margin-left: 20px;
	text-decoration: none;     
	border-radius: 5px;

}
.slider-section button.slick-arrow{
    background-color: #FFF;
}
.slider_text {margin: 0}
.slider-section button.slick-prev.slick-arrow{
	left: 25px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
}
.slider-section button.slick-next.slick-arrow{
	right: 25px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
}

.slider-section .slick-prev:before, .slider-section .slick-next:before{
	color: #333;
}


@media screen and (max-width: 991px) {
	.megamenus, .header-contact{
		display: none;
	}
	h1.site-title{
		display: inline-block;
	}
	.slide .right-box{
		/* display: none; */
	}
	header#masthead{
		height: auto;
		width: 100%;
	}
	/* Mobile Menu*/
	#masthead i.fa-times, #masthead i.fa-bars{
		top: 0rem;
		right: 1rem;
		font-size: 2rem;
	}
	.admin-bar #masthead i.fa-times, .admin-bar #masthead i.fa-bars{
		top:2rem;
	}
	#mobile_nav{
		width: 300px;
	}
	.mobile_icons{
		padding-left: 8px;
	}
	.mobile_button{
		right:1rem;
	}
	.mobile_button.fa-close{
		font-size: 2rem;
		cursor: pointer;
		z-index: 999999999;
	}
	.phone a, .email a, .phone a:visited, .email a:visited{
		display: none;
		border:none;
		color:#FFF;
		cursor: pointer;
		padding:0;
	}
	.phone a:hover, .email a:hover{
		border:none;
		color:#FFF;
	}
	.slide_content h2, .slide_content h1{
		font-size: 2rem;
		display: block;
		padding:0px;
	}
	.message{
		font-size: 1rem;
		display: block;
		line-height: 1.3rem;
	}
	.cart_link{
		margin-right: 0;
	}
	  #mobile_nav .search_form {
	  	padding:10px 20px;
	  	background:none;
	  }
	
}
/*admin bar changes to icons at this width*/
@media screen and (max-width: 783px) {
	.admin-bar #masthead i.fa-times, .admin-bar #masthead i.fa-bars{
		top:0rem;
	}
}
@media screen and (max-width: 768px) {
	h1.site-title{
	padding: 1rem 0;
	width: 300px;
	}
	.slide{
		height:90vh;
		padding:2rem 0;
	}
	.slide_content h2, .slide_content h1, .message{
		text-align: center;	
	}
	.slide_content h2, .slide_content h1{
		line-height: 2.3rem;
	}
	#content .slide a.readmore{
		margin-bottom: 0.5rem;
		margin-right: 0;
	}
	header#masthead{
	width: 100%;
	}
	.slide_content{
		max-width: 80%;
		margin: 0 auto;
	}
	img.slide_image{
	max-height: 200px;
	}
	
	.img-small{
		padding:0;
	}
	.badge, .slide a.readmore{
		display: block;
		text-align: center;
		width: 100%;
		margin:0;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	h1.site-title{
	padding: 1rem 0;
	width: 200px;
	}
	#masthead i.fa-times, #masthead i.fa-bars,
	.admin-bar #masthead i.fa-times, .admin-bar #masthead i.fa-bars {
	    top: 0rem;
	    right: 1rem;
	    font-size: 2rem;
	}
	.message{
		padding: 12px 15px;
	}
	img.slide_image{
		height: 150px;
		margin: 0 auto;
	}
	.slide a.readmore{
		margin-right: 0;
	}
}
.slider-section .slick-prev:before{
	font-family: 'Fontawesome';
	content:'\f104';
}
.slider-section .slick-next:before{
	font-family: 'Fontawesome';
	content:'\f105';
}
.slider-section .slick-prev:before, .slider-section .slick-next:before{
	font-size: 1.4rem;
}

/* Single Column*/

section.singl-col{
	min-height: 225px;
}

.banner{
	background-color: transparent;
}

.banner h1, .banner h2{
	color:#FFF;
}

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

.catalogue-banner{
	padding: 6rem 0;
	background-position:center;
	background-size: cover;
}
.catalogue-banner h1{
	margin:0;
	padding:0;
	font-size: 3rem;
	line-height: 2.9rem;
}

.page-banner{
	text-align: right;
}
.page-banner h1{
	text-align:right;
	padding:0.5em;
	margin:0.5em 0 0;
	font-size:4rem;
	display:inline-block;
	background:#fff;
}

@media screen and (max-width: 768px) {
	.catalogue-banner{
		padding:2rem 0;
	}
	.catalogue-banner h1{
		font-size: 2.5rem;
	}
}

/* Feature Icons */

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

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

/* Feature Tabs */
.slick-current .slider_nav_link_internal {
	color: white;
}
.slider-for .slick-prev:before, .slider-for .slick-next:before {
	font-size: 2rem;
}
@media only screen and (max-width: 680px) {
  .slider-for .slick-prev:before, .slider-for .slick-next:before { font-size: 1.5rem;}
}

/* Design Funnels*/

.funnel-section h1, .funnel-section h2{
	font-weight:normal;
	margin-bottom:2rem;
}

.funnel-container{
	padding:1rem;
	-webkit-mask-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.7)));
	mask-image: gradient(linear, left top, right bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.7)));
}

@media screen and (max-width: 767px){
	.funnel-container .w-col-small-12{
		margin: 0.5em 0;
	}
}

.funnel{
	text-align: center;
}

.funnel i{
	font-size: 1.5rem;
	text-align: center;
	vertical-align: middle;
	color:#FFF;
	margin-right: 1rem;
	font-size: 2rem;
	margin: 0;
	padding: 0;
}

.funnel h3{
	display: inline-block;
	margin: 0;
	margin-left:1em;
	color:#FFF;
	vertical-align: middle;
	font-weight: normal;
}
.funnel p{
	margin-top:0;
	line-height: 1.5rem;
	margin: 0;
	color:#FFF;
}
.funnel a{
	text-decoration: none;
	color:#FFF;
}

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

/* Graphic Links */

.solutions {
	text-align: center;
}
.solutions p{
	text-align: left;
}
.whitesection .single_solution{
	background-color: #f7f7f7;
}
.single_solution{
	background-color: #FFF;
    overflow: hidden;
}
.single_sol_img{
	width: 100%;
	max-width: none;
}
a.single_sol_content{

	padding: 20px;
	display: block;
	min-height: 200px;
	background-size: cover;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	background-position: center;
	background-size: 100%;
}
.graphiclinks .hasImage a.single_sol_content{
	margin-top:80%;
	text-align:left;
}

a.single_sol_content:hover{
	background-size: 110%;
}

h3.single_sol_h3{
	font-size: 1rem;
	text-align: left;
	color:#FFF;
	/*text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);*/
	line-height: 3.2rem;
	margin: 0;
}
.single_sol_content h4{
	margin:0;
    font-size: 1rem;
    color:#FFF;
}

.single_solution p{
	margin-bottom: 0.5rem;
	color:#FFF;
	/*text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);*/
}

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

/* Featured Products*/

a.product{
	position: relative;
	text-decoration: none;
}

a.product img{
	transform: scale(1);
	transition: 0.3s ease-in-out;
	width: 100%;
}


.whitesection .product_container{
	background-color: #FFF;
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
}

.greysection .product_container{
	background-color: #F7F7F7;
}

.product_container.bg-image .bg_product_image{
	min-height:260px;
}

.product_container.bg-image .product_image{
	margin-top:-170px;
}
.product_container.bg-image .product_detail_container{
	padding-top: 15px;
    margin-top: -50px;
}
.product_image_container{
	position: relative;
	overflow: hidden;
}
h4.product_title{
	width:100%;
	color: #333;
	margin:0 0 10px;
	padding: 10px 0;
	font-size: 1.2rem;
	font-weight:normal;
	}
.product_subtitle{
	font-size: 0.8rem;
	padding: 10px 0;
	padding-top: 0;
	display: block;
	color: #333;
	line-height: 0.9;
}
.listing-price{
	font-size:0.9rem;
}
.product_image{
	display: block;
}

.product_detail_container{
	padding:30px 15px;
	text-align: left;
	border-bottom:2px solid #3c79d2;
	transition: 0.7s;
}
.product_container{
	transition:0.7s ease;
}

.product_container:hover {
	background:#3c79d2;
}
.product_container:hover .product_detail_container{
	border-bottom:2px solid #333;
}

.product_container span.readmore{
	display: block;
	width:100%;
	text-align: center;
}

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

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

/* Sample Pack */

.sample-pack a.readmore{
	border:1px solid white;
	color: #FFF;
	background-color: transparent;
	font-weight: bold;
}
.sample-pack a.readmore:hover{
	background-color: #FFF;
}
.sample-pack a.readmore i{
	transition: 0.2s;
    transform: translateX(0);
}
.sample-pack a.readmore:hover i{
	transform: translateX(3px);
}
.sample-image{
	position: relative;
	height: 400px;
}
.sample-image img{
	position: absolute;
	bottom: -80px;
}


@media screen and (max-width: 768px) {
	.sample-content{
		padding:10px;
	}
	.sample-image{
		height: 337px;
	}
	.sample-image img{
		top: 30px;
	}
}

/* Price List */

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

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

.solution h3{
	overflow: hidden;
	top: 0;
	bottom: auto;
}
.blog .solution h3{
	width: 45%;
    right: 0;
    height: 100%;
}

.solution:hover h3{
	transform: none;
}

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

/* Text */

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


@media screen and (max-width: 768px) {
	.txt .w-row:last-child .w-col{
		margin-bottom: 1rem;
	}
}
/* Testimonial */


.testimonials .slick .slick-prev:before{
	font-family: 'Fontawesome';
	font-size:3rem;
	content:'\f104';
}

.testimonials .slick .slick-next:before{
	font-family: 'Fontawesome';
	font-size:3rem;
	content:'\f105';
}

.testimonials .slick-prev, .testimonials .slick-next{
	top: 40%;
}

.testimonials .centered{
	max-width: 700px;
}

.clientname{
	display: block;
}

.org, .clientname{
	color:#FFF;
	display: block;
}
.rating i{
	font-size: 1.5rem;
	padding:0 5px;
}

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

@media screen and (max-width: 768px) {
	.testimonial .centered{
		width:80%;
	}
	.testimonials .slick-slider .slick-next{
		right:0;
	}
	.testimonials .slick-slider .slick-prev{
		left:0;
	}
}


/* Grid Section*/
a span.gridtitle, a:visited span.gridtitle{
font-size: 1.2rem;
text-decoration: none;
}

/* Tabs*/

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

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

.r-tabs .r-tabs-panel{
	min-height:350px;
}
.whitesection.tab .r-tabs .r-tabs-panel{
	background-color: #f7f7f7;
}
.whitesection.tab .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
	background-color: #f7f7f7;
	padding: 10px 30px;
}
.whitesection.tab .r-tabs .r-tabs-nav .r-tabs-anchor{
	padding: 10px 30px;
	border-radius: 0;
}

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

#catalogue .r-tabs .r-tabs-nav .r-tabs-anchor{
	color:#FFF;
}

@media screen and (max-width:1310px){
	#catalogue .r-tabs .r-tabs-nav .r-tabs-anchor{
		font-size:0.8em;
		width:auto;
	}
}
@media screen and (min-width:1110px){
	#catalogue .r-tabs .r-tabs-nav .r-tabs-tab{
		width:auto;
	}
}
@media screen and (max-width:1110px){
	#catalogue .r-tabs .r-tabs-nav .r-tabs-anchor{
		font-size:1em;
		width:100%;
	}
	#catalogue .r-tabs .r-tabs-nav .r-tabs-tab{
		width:100%;
	}
}

/* Catalogue */

#content a.listing-category-name{
	margin-bottom: 1rem;
	text-decoration: none;
}

.listing-category .listing-category-text, .listing-product .listing-product-text{
	background-color: #FFF;
}

.listing-category a.readmore, .listing-product a.readmore{
	width:100%;
}

.cat-header{
	background-color: #FFF;
}

.cat-header-image{
	display: table-cell;
    width: 66.666%;
    background-size: cover;
    background-position: 50% 50%;
    height: 400px;
}
.cat-header-content{
	display: table-cell;
    width: 33.333%;
    vertical-align: top;
    padding: 20px;
}

/* PRODUCT PAGE*/

.thumbs-container{
	position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    padding: 0 30px;
}

section.print-banner{
	position: relative;
	padding:5rem 0;
	padding-top:6rem;
}

.thumbs-container .p-thumbs{
	color:#FFF;
	font-size: 0.9rem;
	font-weight: bold;
	z-index: 9;
}
#catalogue > .p-maincontent > .p-thumbs{
	max-width: 80%;
	margin:0 auto;
}

@media screen and (max-width: 768px) {
	.thumbs-container .p-thumbs{
		text-align: center;
	}
	section.print-banner{
		text-align: center;
		padding: 2rem;
		padding-top: 5rem;
	}
}

.slick-slide img {
    margin: 0 auto;
    bottom: 0;
    position: fixed;
    left: 0;
}

#catalogue .content-container{
	background-color: #FFF;
}

#myTab #templates .content-container{
	background-color: transparent;
}

.product-content{
	background-color: #FFF;
	padding:20px;
	margin-top: 1rem;
}
#checkout .checkout-action a, #myaccount .checkout-action a, #content .checkout-action a{
	margin-left: 0;
	color: #FFF;
}
.checkout-action a:hover{
	color:#FFF;
}

.tot-mat .CurrencySymbol{

}

.p-matrix-cost{
	font-size: 1.3rem;
}
.p-maincontent section.whitesection{
	padding:0;
}
.p-maincontent-image img{
	display: block;
	width: 100%
}
img#product_img{
display:block;
}

/* TABS */

#myTab.r-tabs .r-tabs-panel{
	background-color: #FFF;

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

#myTab.r-tabs .r-tabs-panel .w-row:after{
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
#custom5, #custom6{
	padding:30px;
}


@media screen and (max-width: 768px) {
	#myTab{
		margin-bottom: 1rem;
	}
	.p-matrix-options h2{
		text-align: center;
		font-size: 1.4rem;
		margin:0;
	}
	.p-matrix-attributegroup, .p-matrix-attributes{
		width:100%;
	}
}

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

.template-box-sets .r-tabs{
	background-color: transparent;
	border:none;
}

.template-box-sets .r-tabs .r-tabs-nav{
	background-color: #f7f7f7;
}

.template-box-sets .r-tabs .r-tabs-nav .r-tabs-tab{
	text-align: center;
}
.template-box-sets .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
	border-radius: 0;
	width: 100%;
	text-align: center;
	background-color: #FFF;
}
#designs .template-box-sets .r-tabs .r-tabs-nav .r-tabs-state-default .r-tabs-anchor{
	width: 100%;
	font-size:1rem;
	color:#FFF;
}
div#templates{
	padding: 1rem 20px;
}
div#templates h2{
	display: inline-block;
}
div#templates .checkout-action{
	display: inline-block;
	float:right;
	margin:0 0 10px;
	width:100%;
}
div#templates .checkout-action:after{
content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.template-box-sets #templates .listing-name{
	font-size: 1rem;
	font-weight: bold;
}

#templates .w-col {
    height: auto !important;
    min-height: 300px;
    display: block;
}
.template-box-sets .template_container{
	padding:0;
}
	.template-box-sets .template_container .optionbuttons{
		/*position:absolute;*/
		/*bottom:0;*/
	}
.template_container{
	/* padding:20px; */
	background-color: #f5f5f5;
}

.template_container .content-container{
	border-top:1px solid #ddd;
}

.template-designs .template_container{
	background-color: #FFF;
}

#template-designs .template_container{
	position:relative;
}
	#template-designs .template_container .optionbuttons{
		
		margin-top:10px;
		display:inline-block;
		transition:0.7 ease-in;
	}
	#template-designs .template_container .optionbutton{
		transition:0.7 ease-in;
	}
	#template-designs .template_container .optionbuttons:hover{
		border:1px solid #ddd;
		background:#fff;
	}

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

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

#designs .ops-template a.form-submit{
	padding: 4px 10px;
}
#content a.optionbutton{
	color:#FFF;
}
a.optionbutton i{
	margin-left: 10px;
}
.filter_block h2{
	margin:0;
}
#filters h3{
	margin-bottom: 0.5rem;
}
#filters ul{
	margin-bottom: 1rem;
	margin-left: 2px;
}
.filter-more:before{
	font-family: 'Fontawesome';
	content:'\f0d7 ';
	margin-right: 5px;
}
.filter-less:before{
	font-family: 'Fontawesome';
	content:'\f0d8 ';
	margin-right: 5px;
}

/* Total Bar*/
.summary{
	color:#FFF;
	height: 45px;
}
.summary h3{
	color:#FFF;
	display: inline-block;
}
.total-price{
	margin:20px 0;
	display: inline-block;
}
.summary .cta{
	background-color: transparent;
	margin-top: 0;
	text-align: left;
	padding:8px 30px;
}

.summary_container{margin-top: 0;}

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

.sidebar.order_summary{
}

.order_summary_title{
	font-weight: bold;
	color: #FFF;
}

.order_summary_bottom {
    display: inline-block!important;
    border-radius: 0;
}
a.readmore.p-matrix-proceed{
	margin-bottom: 0;
	text-align: center;
	border: 0;
	border-radius:0;
	color:#FFF;
	text-decoration: none;
}
a.readmore.p-matrix-proceed:hover{
	color:#FFF;
}
a#lightboxTest{
	color:#FFF;
	border-radius:0;
	text-align: center;
	border:none;
}
a.quote_cta i{
	font-size: 1.3rem;
	margin-right: 0.5rem;
}
.order_summary_top{
	width: 51%;
	text-align: right;
	display: inline-block;
}
.order_summary_bottom{
	width: 100%;
	padding: 1rem;
	display: inline-block;
}

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

/* Sidebar CTA*/

.sidebar_box{
	margin-top:1rem;
	color: #FFF;
}
.sidebar_title h4{
	margin:0;
	color:#FFF;
	padding:10px;
}
.sidebar_content{
	padding:20px;
	color: #FFF;
}
.sidebar_content p{
	margin:0;
	color: #FFF;
}
.sidebar_content .cta{
	margin-top:0.5rem;
}

/* Listing */

#catalogue{
	background-color: #f7f7f7;
}

#catalogue .w-row .catalogue-items{
	display:grid;
	grid-template-columns: 1fr;
		grid-template-rows: auto;
}
@media screen and (min-width: 600px){
	#catalogue .w-row .catalogue-items{
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
	}
}
@media screen and (min-width: 900px){
	#catalogue .w-row .catalogue-items{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: auto auto auto auto;
	}
}
	#catalogue .w-row .catalogue-items .w-col-3{
		width:100%;
		padding:0.5em;
	}

	#catalogue .w-row .catalogue-items .w-col-3 a{
		display:block;
		height:100%;
		/*background:#fff;*/
		margin-bottom:0;
	}
		#catalogue .w-row .catalogue-items .w-col-3 a:hover,
		#catalogue .w-row .catalogue-items .w-col-3 a:focus{
		}
	#catalogue .catalogue-items .listing-product-image{
		background:none;
	}
		#catalogue .catalogue-items .listing-product-image .banner_image + .primary_image,
		#catalogue .listing-category-image .banner_image + .primary_image{
			margin-top:-55%;
		}
	#catalogue .catalogue-items .listing-product .listing-product-image {
		background:none;
	}
	#catalogue .catalogue-items .listing-product {
		transition:0.7s ease;
		background:#fff;
		border-bottom:2px solid #fff;
	}
	#catalogue .catalogue-items .listing-product:hover h3 {
	
		color:#000!important;
	}
	#catalogue .catalogue-items .listing-product-text{
		height:55%;
		margin-top:-5px;
	}
	#catalogue .catalogue-items a .listing-product-text{
		/*border-bottom:2px solid #fff;*/
	}
	#catalogue .catalogue-items a .listing-product-text{
		transition:0.7s ease-in;
		background:none;
	}
	#catalogue .catalogue-items a:hover .listing-product-text{
		/*background:#3c79d2;
		border-bottom:2px solid #333;
		color:#fff;*/
	}
		#catalogue .catalogue-items a:hover .listing-product-text h3{
			color:#000;
		}
	
#catalogue .single-listing h1, #catalogue .single-listing h2 {
	text-align: center;
	font-weight: normal;
}
	
.listing-related, .listing-product, .listing-category{
	overflow: hidden;
	margin-bottom: 1rem;
}
.listing-product-content,.listing-category-text, .listing-product-text{
	/* padding-left: 20px; */
}

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

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

.listing-product-name, .listing-category-name, #designs .listing-name{
	margin:0;
}

#design .listing-name{
	color:#FFF;
}

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

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

.template_thumb, .listing-product-image img, .listing-category-image img{
	border:none;
}

.cat-grid{
	display:grid;
	grid-template-columns: 1fr;
	grid-column-gap: 10px;
	margin-top: 20px;
}
.cat-grid w-col-3{ width:auto;}
@media screen and (min-width:600px){
	.cat-grid{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width:600px){
	.cat-grid{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
	.cat-grid a{
		display:block;
		height:100%;
	}
.cat-grid .listing-category{
	background:#fff;border-bottom:2px solid #fff;
	height:100%;
}
.cat-grid .listing-category:hover{
	background:#3c79d2;
	border-bottom:2px solid #333;
}
.listing-category-image, .listing-product-image{
	overflow: hidden;
	background-color: #333;
}
	.listing-category-image{
		background:none;
	}
.listing-category , .listing-product {
	color:#000;
	transition: 0.7s;
}

.cat-grid .listing-category .listing-category-text, .cat-grid .listing-product .listing-category-text{
		background:none;
/*	transform: scale(1.1);*/
/*    opacity: 0.5;*/
}
.listing-category:hover .listing-category-text h3, .listing-product:hover .listing-category-text h3{
	color:#fff;
}

/* Log In */

.page-template-ops-myaccount #content{
	padding-bottom:3rem;
}

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

.new-customer input[type="text"], .existing-customer input[type="text"], .existing-customer input[type="password"]{
	background-color: #FFF;
}
.login-forgotpassword input[type="submit"]{
	border:none;
	background-color: transparent;
	padding:0;
	margin:0;
	line-height: 2rem;
}


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

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

/* Account Page*/

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

#checkout .cartbox-checkout, #checkout .cartbox-checkout table{
	margin-bottom: 0;

}

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

/* Email Quote */
.prettyPopin .prettyContent .prettyContent-container{
    margin: 0 auto;
    text-align: center;
}
.prettyContent-container p{
	margin-bottom: 0.5rem;
}
.prettyPopin a#b_close{
	top: 10px;
	right: 10px;
}

#emailFormInput, #emailAddressLightbox {
    width: 40%;
    display: block;
    margin: 0 auto;
}
#emailAddressLightbox{
	margin-top:1rem;
}
/* CONTACT PAGE */

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

input[type="text"], input[type="email"],
input[type="url"],  input[type="password"],
input[type="search"],  input[type="number"],
input[type="tel"],  input[type="range"],
input[type="date"], input[type="month"],
input[type="week"],  input[type="time"],
input[type="datetime"],  input[type="datetime-local"],
input[type="color"], textarea, select{
	border:none;
	padding:10px;
	width: 100%;
	border-radius: 0px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}

textarea{
	height:150px;
}

.whitesection input[type="text"], .whitesection input[type="email"],
.whitesection input[type="url"],  .whitesection input[type="password"],
.whitesection input[type="search"],  .whitesection input[type="number"],
.whitesection input[type="tel"],  .whitesection input[type="range"],
.whitesection input[type="date"], .whitesection input[type="month"],
.whitesection input[type="week"],  .whitesection input[type="time"],
.whitesection input[type="datetime"],  .whitesection input[type="datetime-local"],
.whitesection input[type="color"], .whitesection textarea, .whitesection select{
	border: 1px solid #bbb;
}

.template-box-sets select{
	background-color: #f7f7f7;
	border:1px solid #eee;
}

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



.contact-box button,
input[type="button"],
input[type="reset"],
input[type="submit"]
.cta.solid.purple,
input.form-submit{
	border: none;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 0px;
	font-size: 1rem;
	font-weight: normal;
	margin:0;
	border-radius: 0px;
}

/* FAQ */

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

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

/* Sidebar */

.sidebar_box_content{
	background-color: #f7f7f7;
}

/*Designs*/

#designs{
	background-color:#f5f5f5;
}
#designs .listing-product{
	text-align: center;
	color: #FFF;
	opacity: 1;
	transition: 0.2s;
}
#designs .listing-product:hover{
	opacity: 0.8;
}

#designs .listing-name, #designs .listing-price{
	 padding:5px; 
}
#designs .listing-name a, #designs .listing-name a:visited{
	color: #FFF;
	width: 100%;
	padding: 10px;
	display: inline-block;
	text-decoration: none;
}
#designs h1{
	margin-bottom: 1.8rem;
}

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


#tc-prices #p-matrix-options-container{
	margin:0 ;
}
#tc-prices .proceed_box{
	margin-top: 1rem;
	padding:20px;
}

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

#designs .btn.secondary.lonebutton{
	color:#FFF;
	margin:0;
	border-radius: 0;
	padding:10px 20px;
}
.optionbutton:hover {
    opacity: 1;
    background: #000;
}

.p-matrix td, .p-matrix th{
	color:#FFF;
	font-weight: 400;
	border: 1px solid #3F5765;
}
   td.p-matrix-quantityheading {
  background-color: #3F5765;
}
.p-matrix-price{
	background-color: #ffffff;
}
       
       #catalogue .p-matrix-price:hover a:link, #catalogue .p-matrix-price:hover a:visited, #catalogue .p-matrix-price-active a:link, #catalogue .p-matrix-price-active a:visited {
  color: #2B3A42;   
  text-decoration: underline;
}

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

.template_detail .r-tabs .r-tabs-nav .r-tabs-state-active a.r-tabs-anchor{
	padding: 10px 12px;
}

.template_detail input[type="text"], .template_detail input[type="email"],
.template_detail input[type="url"],.template_detail input[type="password"],
.template_detail input[type="search"], .template_detail input[type="number"],
.template_detail input[type="tel"], .template_detail input[type="range"],
.template_detail input[type="date"], .template_detail input[type="month"],
.template_detail input[type="week"], .template_detail input[type="time"],
.template_detail input[type="datetime"], .template_detail input[type="datetime-local"],
.template_detail input[type="color"], .template_detail textarea, .template_detail select{
	background-color: #f3f3f3;
}


/* Design Steps */

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

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

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


/* Countdown*/

#cutOffCountdown{
	margin-bottom: 1.5rem;
}

.link_graphic.countdown{
	margin-bottom: 1rem;
	padding: 0;
}

.countdown-header{text-transform: none;}

.p-schedule-wrapper{
	display: inline-block;
	width:49%;
	text-align: center;
	color:#FFF;
}
span.countdown-amount{
	background-color: #f7f7f7;
	border:1px solid #ddd;
}
span.countdown-period{
	color:#333;
}

.p-schedule-date, .p-schedule-head{
	float: none;
	line-height: 1.5rem;
}

/* Quotation System */

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

.quote_form input, .quote_form textarea{
background-color:#f7f7f7;
}

.quote_form  .w-row{
	margin:0.5rem 0;
}

/* Calculator*/

#catalogue .whitesection{
	padding: 2rem 0;
}

.tabs_column #prices{
	padding:30px;
}

#catalogue h1.product-name{
	text-align:center;
	font-weight:normal;
	    margin-top: 0;
    padding-top: 0;
}
}
/* Calculator Summary*/

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

.summary_container .summary_attributes{
	padding-bottom: 0rem;
	background-color: #FFF;
}

.summary_container .order_summary_bottom{
	width: 100%;
	text-align: center;
}


.sidebar.order_summary{
	background-color: #FFF;
	border:none;
	margin-top: 0;
	text-align: left;
}


@media screen and (max-width: 991px) {
	.summary_container .w-clearfix.summary_row{
		margin:0;
	}
}

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


/* Checkout */
#checkout .checkout-action a, #myaccount .checkout-action a, #content .checkout-action a{
    display: inline-block!important;
}
#checkout .checkout-action a, #myaccount .checkout-action a, #content .checkout-action a {
    background: #bcebdf !important;
}
#checkout .checkout-action a:hover, #myaccount .checkout-action a:hover, #content .checkout-action a:hover {
    background: #000 !important;
}
#checkout h1{
	margin:1rem 0;
}

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

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

#checkout > .cart-container ~ .cart-container {
	background-color: #FFF;
	padding:20px;
	margin-bottom: 1rem;
}
.cartsteps-cell {

    background: #eee;
    color: #2E3A3F;
    padding: 5px;

}
#checkout-action-login #action:hover {
    background: #000;
}
.cartbox-cell .fa{
	font-size: 1.5rem;
}
.checkout-action{
	/* margin-bottom: 1.8rem; */
}

.split-toggle.btn {
    background: #35bc7a;
}
.split-toggle.btn:hover{
    background: #000;
}
#splitdelivery .starting {
    background-color: #ff9f00;
}
#splitdelivery .remaining {
   background: #bcebdf;
}
.cartbox-cell .delivery-dd{
border:1px solid #ddd;}
.cta.submitArtworkNotes, i.uploadedDelete {
    cursor: pointer;
    background-color: #bcebdf;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
.cta.submitArtworkNotes:hover, i.uploadedDelete:hover{
    background-color: #000;
}
/* Cart Discount */
.cart-discount{
	width:40%;
}

/* Blog */

#secondary a{
	text-decoration: none;
}

article.post{
	background-color: #FFF;
}

.blog .entry-header{
	width:100%;
	display: inline-block;
	vertical-align:top;
}
.blog .entry-content{
	padding: 20px;
	width:100%;
	display: inline-block;
	vertical-align:top;
}
.blog .entry-header img {width:100%;}

.entry-container .post{
	display:grid;
	grid-template-columns: 1fr;
	grid-column-gap: 10px;
	margin-top: 20px;
}
@media screen and (min-width:900px){
	.entry-container .post{
		grid-template-columns: 1fr 1fr;
	}
}
.entry-container  .post .entry-content{
	padding-top:0;
}

.entry-content a{
	text-decoration: none;
}

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

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

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

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

/* Proofing System */

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

/* Library */

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

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

script.featherlight-inner{
	opacity: 0;
}

#home h1, #catalogue h1, #designs h1{
	margin-bottom: 1rem;
	text-align: right;
    padding: 1em 0.5em;
}

#catalogue h1.title {
   position: relative;
margin-bottom: 1em;
padding: 0;
margin-top: 1em;
text-align: left;

}
	/*#catalogue h1.title span{
		background:#fff;
		padding:0.25em 0.5em;
		display: block;
		position: absolute;
		right:0;
		top:1em;
		max-width:50%;
	}
	#catalogue h1.title img{
		position:absolute;
		left:1em;
		top:1em;
		max-height:7em;
	}
	*/
.productlisting {
    padding-bottom: 2em;
}

.template-matrix-options #p-matrix-options-container .p-matrix-attributes select{
	border:1px solid #ddd;
}

.attr-I-container .p-matrix-attributes.prod_attrib > label > span{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
}
@media screen and (max-width: 1030px) {
	.attr-I-container .p-matrix-attributes.prod_attrib > label > span{
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 991px) {
	.top-header{
		padding:5px 0;
	}
}
@media screen and (max-width: 768px) {
	.slider-section .w-container{
		padding:0;
		max-width: 90%;
	}
	.slide{
		height:60vh;
	}
	

}

ul.products_menu_list li > ul > li > a{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	display: block;
	padding: 10px;
}

#topmaincontent section#catalogue{
	padding:0;
}

#topmaincontent section#catalogue{
	font-size: 3rem;
	line-height: 1;
	font-weight: normal;
	text-align: center;
}

.listing-category-text,
.listing-product-text{
	padding:10px;
}

.listing-category-text h3{
	display: block;
	margin-bottom: 0.5rem;
}

#p-matrix-container{
	background-color: #FFF;
	margin:0;
	display: inline-block;
	width: 100%;
	padding: 0 20px;
}
	
	#p-matrix-container h2{
		position:relative;
		overflow:hidden;
		text-align:center;
	}
	#p-matrix-container h2:before,
	#p-matrix-container h2:after{
		content: " ";
		position: absolute;
		top: 53%;
		width: 1000%;
		border-bottom: 1px solid #919699;
		opacity: .4;
	}
		#p-matrix-container h2:before{ left:74%;}
		#p-matrix-container h2:after{ right:74%;}
	

.template-box-sets{
	padding:0;
}

#catalogue #myTab{
	background-color: #FFF;
	border:none;
}

#catalogue .r-tabs .r-tabs-state-active .r-tabs-anchor{
	background-color: #FFF;
}

.sidebar_content h4{
	margin:0;
	margin-bottom: 0.5rem;
	font-size: 2rem;
	line-height: 1;
}

.tot-mat,
.tot-mat .CurrencySymbol{
	/*font-size:2rem;
	font-weight: bold;*/
}

.tot-mat{
	margin-bottom: 0.5rem;
}

#content a.readmore{
	display: block;
}


.badge, a.readmore, a.optionbutton, a.optionbutton:visited, a.listing-product-link, a.listing-product-link:visited, a.form-submit, .r-tabs .r-tabs-accordion-title .r-tabs-anchor, .countdown, .marginTop20px.cta.darkBlue, .template_detail .r-tabs .r-tabs-tab.r-tabs-state-default, .template-preview .r-tabs-tab.r-tabs-state-default, .template-box-sets #enquiryform input[type="submit"], .p-matrix-price:hover, .p-matrix-price-active, button.moreButton, #myaccount .cartbox-checkout .checkout-action a.cta, #content a.cta, .cart-discount .form-submit, .checkout-action a, #checkout-action-login input[type="submit"], button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #bcebdf;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
}

section#SaleProducts .w-container, section#FeaturedProducts .w-container, section#PopularProducts .w-container {
    border: 5px solid #35bc7a;
    padding: 20px 20px 0px 20px;
    position: relative;
    background: #fff;
    border-radius: 0px;
    margin: ;
}
#FeaturedProducts .product {
    margin-bottom: 2em;
}
section#PopularProducts .w-container { border: 5px solid #009fe3;  }
 section#FeaturedProducts .w-container { border: 0px solid #fff;  }

section#SaleProducts .w-container h2, /*section#FeaturedProducts .w-container h2*/, section#PopularProducts .w-container h2 {
    position: absolute;
    top: -80px;
    left: 10px;
    background: #35bc7a;
    padding: 10px;
    font-size: 1em;
    color: #fff;
}

section#SaleProducts .w-container h2 { background: #35bc7a }
section#SaleProducts  .subtitle_fromprice {
    position: absolute;
    top: 0;
    background:#35bc7a;
    height: 30px;
    width: 100px;
    color: #fff;
    right: 10px;
    font-size: 1em;
    letter-spacing: 0.01em;
}

section#FeaturedProducts .w-container h2 { color:  #3F5765; margin: 0 auto 2rem; }

section#FeaturedProducts .product_title { color: #3F5765; margin: 1em 10px;}
section#SaleProducts .product_title { color: #35bc7a; margin: 1em 10px;}

section#FeaturedProducts .subtitle_fromprice {
  position: absolute;
  top: -10px;
  background: #2B3A42;
  height: 30px;
  width: 100px;
  color: #fff;
  left: 10px;
  font-size: 1em;
  letter-spacing: 0.01em;
  border-radius: 0 10px 0 10px;
}
section#PopularProducts .w-container h2 { background: #009fe3; }
section#PopularProducts  .subtitle_fromprice {
    position: absolute;
    top: 0;
    background: #bcebdf;
    height: 30px;
    width: 100px;
    color: #fff;
    right: 10px;
    font-size: 1em;
    letter-spacing: 0.01em;
}

section#FeaturedProducts span.product_fromprice, section#FeaturedProducts a.readmore { background: #bcebdf; }
section#PopularProducts span.product_fromprice, section#PopularProducts a.readmore { background: #009fe3; }
section#SaleProducts span.product_fromprice, section#SaleProducts a.readmore { background: #35bc7a; }
section#SaleProducts a.readmore:hover, section#PopularProducts a.readmore:hover,  section#FeaturedProducts a.readmore:hover { background: #3F5765; }

section#SaleProducts { padding: 2rem 0 3rem; } 
section#PopularProducts { padding: 4rem 0 2rem; } 
section#FeaturedProducts { padding: 2rem 0 2rem; }

section#Intro, .reviews { background: #edf3f6; }
.reviews {padding: 2rem 0 3rem; }

section#Intro .w-row:first-child, section#Intro .sub-heading {
    display: none;
} {
    display: none;
}

#featuredtabs h1 {text-align: center;}
.product_image_container .ops-rollover { opacity: 0;  
	/*transform: translateY(100%);transition-property: all;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1); */
}
.product_image_container:hover .ops-rollover {
	display: none;
    /*opacity: 1;
    position: absolute;
    display: block;
    text-align: center;
    background: #000;
    z-index:9999; 
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1); */

}  
#FeaturedProducts.whitesection .product {
  background-color: #EFEFEF;
  position: relative;
  border: 1px solid #dfdfdf;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#FeaturedProducts.whitesection .product:hover {
  border: 1px solid #ccc;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.ops-rollover {
	 display: none;
    /* display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: normal;
    text-align: center;
  background-image: linear-gradient(to top,#aad75d,#d1e990); 
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;*/

}

.ops-rollover a.readmore {
	  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
      min-width: 160px;
}

.product_short_desc { display: block; line-height: 1.3em; margin: 1em 10px; min-height: 50px; height:  auto;
}
/* PRODUCT PAGE*/

.product-content{
	background-color: #FFF;
	padding:0 20px;
	margin-top: 0rem;
}
#about .heading-container {
    background-image: linear-gradient(0deg, #f9f9f9 49%, #999 49%, #999 51%, #f9f9f9 51%, #f9f9f9 100%)!important;
    background-size: 100% 100%;
}
#catalogue .w-container {
    padding-bottom: 0;
}
.vo-btns button.moreButton, .vo-btns button#reloadOrderProduct, #content .vo-btns a.readmore.cta { font-family: 'Open Sans', sans-serif; }
.vo-btns button.moreButton:hover, .vo-btns button#reloadOrderProduct:hover, #content .vo-btns a.readmore.cta:hover { background: #000; }
#slimsection .p-thumbs {
    text-align: center;
    font-size: 0.9rem; 
margin: 0;}
    
#catalogue > .p-maincontent > .p-thumbs,#slimsection  {
    max-width: 100%;
    margin: 0 auto;
    background: #bcebdf;
    padding: 0;
    text-align: center;
    color: #3F5765;
}
#catalogue > .p-maincontent > .p-thumbs a, #slimsection a {
    color: #2B3A42;
    text-decoration:  underline;
}

ul.products_menu_list > li > a, ul.products_menu_templates li a {
    text-decoration: none;
    padding: 0;
    width: auto;
    font-size: 1rem;
    margin-bottom: 5px;
    padding: 10px;
    display: block;
    line-height: 1;
}
ul.products_menu_list > li a, ul.products_menu_list > li a:visited {
    color: #000 !important;
    border-right: 0;
}
ul.products_menu_list > li a:hover {
    color: #fff !important;
    border-right: 0;
}
ul.products_menu_list > li > a, ul.products_menu_list > li > a:visited{
    background: #35bc7a;
    color: #fff !important;
}
ul.products_menu_list > li > a, ul.products_menu_list > li > a:hover{
    background: #bcebdf;

}  
products_menu_list a:hover, ul.products_menu_list > li > a:hover, #primary-menu > li ul li a:hover { color: #fff!important;}
.order_summary_bottom a {
    width: 100% !important;
    margin: 10px 0 !important;
    color: #fff !important;
}
.order_summary_bottom a:hover {
    background: #000!important;
}
.order_summary_title {
    padding: 1rem;
    font-size: 1rem;
    background: #fff!important;
}
.w-clearfix.summary_row {
    border-bottom: 1px solid #eee;
    font-size: 1em !important;
}
.w-clearfix.summary_row {
    padding: 0.5rem 0 0 0;
}
.summary_row .p-matrix-cost { font-size: 1em; font-weight: 400; }
ul.products_menu_list > li > a, ul.products_menu_list > li > a:hover {
  background: #2B3A42 !important;
  border-right: 0;
  font-size: 1.1em;
}
.order_summary_title {
    padding: 1rem;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 400!important;
    color: #000;
}
.summary_container a#lightboxTest, a.cta.central_cta.p-matrix-proceed, .order_summary_bottom a.readmore {
    margin-bottom: 0;
    width: 49% !important;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    float: left;
    margin-right: 1% !important;
}
.summary_container #lightboxTest { background: #3F5765!important; }     
.readmore.cta.central_cta.quote_cta.last_cta.p-matrix-proceed, #content .checkout-action a { color:#2B3A42!important} 
.readmore.cta.central_cta.quote_cta.last_cta.p-matrix-proceed:hover, #content .checkout-action a:hover { color:#EFEFEF!important;}
.summary_container #lightboxTest:hover { background: #2B3A42!important; }
#catalogue .r-tabs .r-tabs-nav .r-tabs-anchor {
    color: #FFF;
    text-transform: uppercase;
}
.page-template-ops-checkout #content {
    background: #F5F5F5;
}
.summary_attribute, .summary_attribute_title { font-weight: 0.9em; }
/*.summary_attribute_title {
    color: #fff;
    background: #ff9f00;
    padding: 1px 5px;
    margin: 0;
}*/
.datetime {
    display: inline-block;
    width: 40px;
    height: 30px;
    padding: 5px;
    float: left;
    border: 1px solid #EFEFEF;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 1;
    box-sizing: unset;
}
.news_item {
    margin-bottom: 25px;
    padding-top: 0em;
    padding-bottom: 0em;
    border-bottom: 1px solid #EFEFEF;
}
.footer_date {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  margin-bottom: 0!important;
}
.day {
  font-size: 17px;
}
.news_text {
  padding-left: 10px;
  float: left;
  font-size: 12px;
  box-sizing: unset;
  margin-bottom: 0 !important;
  width: 80%;
}
.news_header {
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 5px!important;
}
.news_author {
  font-family:'Open Sans', sans-serif;
}
.cta.blog_cta {
    width: inherit;
    display: inline-block;
    float: right;
    margin-bottom: 20px;  
    border-radius: 5px; 
    text-transform: uppercase;
}
@media screen and (max-width: 1101px) {
	.summary_container .w-clearfix.summary_row{
		margin:0;
	}
	.news_text {
  width: 70%;
}
.product_short_desc { display: block; line-height: 1.3em; margin: 1em 0;  height:  auto;
}
}
.cartbox-heading {
    padding: 5px 15px;
    background: #35bc7a;
    color: #FFF;
    border-right: 1px solid #fff;
}
.solution h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 0.5rem 20px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0;
    font-size: 1.1em;
    line-height: 1.5em;
}
#google-reviews .review-text {
    font-size: 1rem;
    text-align: center;
}
.clear::before, .clear::after, .entry-content::before, .entry-content::after, .comment-content::before, .comment-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after {
	content: "";
display: table !important;
table-layout: fixed;
}
.blog .cta {color: #fff!important;}
.blog h2.entry-title {
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;

}
.blog h2.entry-title a {
   color: #00b0f0 !important; }
   .blog h2.entry-title a:hover {
   color: #00b0f0 !important; }

   .listing-product-int h3 {
    display: block;
    color: #bcebdf !important; }
#catalogue .catalogue-items .listing-product {
    transition: 0.7s ease;
    background: #fff;
    border: 5px solid #bcebdf;
}
#catalogue  .banner_image {
    DISPLAY: NONE!IMPORTANT;
}
#catalogue .catalogue-items .listing-product-image .banner_image + .primary_image, #catalogue .listing-category-image .banner_image + .primary_image { margin-top:0; }
#catalogue .primary_image {padding:  5px; }

#catalogue .listing-product-name {
  color: #3F5765;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
#catalogue .listing-product-name:hover { color: #000; }
#catalogue .subtitle_fromprice {
    position: absolute;
    top: 0;
    background: #bcebdf;
    height: 30px;
    width: 100px;
    color: #fff;
    right: 10px;
    font-size: 1em;
    letter-spacing: 0.01em;
    text-align: center;   
    display: none;
}

.products_menu_templates li { border: 5px solid #ff9f00; }
.products_menu_templates li:hover { background:#fff!important; border: 5px solid #35bc7a }
.listing-category-image img, .listing-product img, .listing-template img {
    max-width: 99.99%;
    height: auto;
    display: block;
    width: 100%;
}
.home .heading-container h1, .home .heading-container h2, .home .heading-container h3, .home .heading-container h4 {
    margin: 0;
    display: inline-block;
    padding: 1rem 2rem 1rem 0;
    font-size: 1.5rem;
    font-weight: normal;
    background: #f9f9f9;
}

.cat-grid > div{
	margin-bottom:20px;
} 
.cart-container{
	background-color:#FFF;
}
#checkout .new-customer,
#checkout .existing-customer{
	background-color:#FFF;
}

#checkout .existing-customer input[type="text"],
#checkout .existing-customer input[type="password"]{
	background-color:#f7f7f7;
}

#FeaturedProducts.whitesection .product{
	background-color:#EFEFEF;
	position: relative;
}
.delivery-header .deladdress-toggle {
    cursor: pointer;
    background: #35bc7a;
}
section#FeaturedProducts a.readmore { position: absolute; bottom:0; width: 100%; }
.productinfo {
    padding-bottom: 50px;
}
.contact { clear: both; text-align: right; }
a.phone, a.email {
    line-height: 1;
    clear: both;
    text-align: right;
    display: inline-block;
    margin-top: 5px;
    margin-right: 0;
    padding-bottom: 0em;
    color: #bcebdf;
    font-size: 25.5px;
    line-height: 20px;
    text-decoration: none;
} 
a.phone i { color: #3F5765; }  
a.phone:hover, a.email:hover {  
color: #3F5765;
}

      #content .slide a.readmore { color: #2B3A42; border-radius: 5px;}
.seperator {
    float: right;
    margin: 0 0 0 1em;
    color: #ccc;
}

    @media screen and (max-width: 1110px) {
#Search {
    width: 100%;
    padding-right: 35px;
    height: 35px;
    margin-top: 0px;
    max-width: 200px;
    float: right;
}
    .search_submit_button {
    position: absolute;
    right: 0; }
a.account_link {
    color: #00b0f0 !important;
    margin: 0 3px;
} 

}
@media screen and (max-width: 980px) {
	.searcharea, .seperator { display: none; }

}
@media screen and (max-width: 768px) { 
.contact, .account_link { display:none; }
.cart_link { display: block; }
#masthead i.fa-times, #masthead i.fa-bars, .admin-bar #masthead i.fa-times, .admin-bar #masthead i.fa-bars {

    top: 1.5rem;
    right: 1rem;
    font-size: 2rem;

}
.account_link.cart_link {
    margin: 1.5em 1.5em 0 0;
}
}
.main-header {
background-color: #fff; }

#content a.readmore, #content a.cta .cta, .checkout-action a, .checkout-action a:visited, .cart-view, .cart-add, .cart-save, .form-submit, .wpcf7-submit, .btn, button#cart-proceed-link, #checkout .checkout-action input[type="submit"].form-submit {
  text-align: center;
color: #2B3A42;
font-size: 1rem;
line-height: 1.7;
}  

#content a.readmore:hover, #content a.cta .cta:hover, .checkout-action a:hover, .checkout-action a:visited:hover, .cart-view:hover, .cart-add:hover, .cart-save:hover, .form-submit:hover, .wpcf7-submit:hover, .btn:hover, button#cart-proceed-link:hover, #checkout .checkout-action input[type="submit"].form-submit:hover {
  text-align: center;
color: #EFEFEF;
font-size: 1rem;
line-height: 1.7;
}      
.cta, input[type="submit"], header .cta_container a { color: #2B3A42; }    
.order_summary_title {
  padding: 1rem;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 400 !important;
  color: #EFEFEF;
  background: #3F5765 !important;
}        
section#FeaturedProducts a.readmore {
  position: absolute;
  bottom: -22px;
  width: 90%;
  border-radius: 5px;
  left: 5%;
  border: 1px solid #dfdfdf;   
 box-shadow: rgba(50, 50, 93, 0.20) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
}   
section#FeaturedProducts .product .product_image_container {border-bottom: 1px solid #dfdfdf; }
section#FeaturedProducts .product:hover .product_image_container {border-bottom: 1px solid #ccc; } 
section#FeaturedProducts a.readmore:hover {
  border: 1px solid #3F5765;  
  box-shadow: rgba(50, 50, 93, 0.35) 0px 50px 100px -20px, rgba(0, 0, 0, 0.5) 0px 30px 60px -30px;
}
.productinfo {
  padding-bottom: 35px;
}              
#FeaturedProducts .product {
  margin-bottom: 3.5em;
}         
.prodmenu a { text-transform: capitalize!important; }