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

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

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    line-height: 1.7rem;
}

h1,h2,h3,h4,a,p,span{
    font-family: "Host Grotesk", sans-serif;
}

h2 {
    font-size: 1.8rem;
    margin:1rem 0;
	color: #0073a5;
	line-height: 2.0rem;
	font-weight: 700;
}

h3{
	color: #0073a5;
	margin:1rem 0;
	margin-top: 0;
	font-weight: 700;
}

p:first-child{
margin-top:0;
}

i {
	color: #E6C13F;
}

a:visited {
	color: black;
}

.readmore i {
	color: white;
}

.funnel i {
	color: white!important;
}




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

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

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

@media screen and (max-width: 991px) {
	.w-container{
		max-width: 768px;
	}
}
@media screen and (max-width: 768px) {
	.w-container{
		max-width: 640px;
	}
	#myTab h2 {
		font-size: 1.6rem;
	}
	select {
		padding: 5px;
	}
}


/* =============
HEADER
================*/
header#masthead{
	position: fixed;
	width: 100%;
	z-index: 999;
}

header#masthead .w-container {
	max-width: 1600px;
}



header#masthead.mini-header{
	box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
}

header#masthead.mini-header #main-header{
	padding-top: 1rem;
    padding-bottom: 1rem;
}

header#masthead.mini-header .header-contact h3{
	display: none;
}

header#masthead.mini-header .site-title img{
    transition: 0.25s;
}

header#masthead.mini-header ul.megamenus > li > a{
	vertical-align: middle;
}
header#masthead.mini-header .products_menu_container{
	top: calc(32% + 40px);
}

#content{
	padding-top: 6.4rem;
}

#top-header{
	margin-top: 0px;
	background-color: #f7f7f7;
}

#main-header{
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* CONTACT */
.header-contact{
	text-align: right;
}
.header-contact h3{
	text-align: right;
	font-weight: bold;
	color:#000;
	margin:0.5rem 0;
	margin-top: 0;
}
.phone, .email{
	display: inline-block;
	font-size: 0.9rem;
}
.phone a, .email a,.phone a:visited, .email a:visited{
	transition: 0.2s ease-in-out;
	text-decoration: none;
}
.phone a:hover, .email a:hover{
	border:none;
}
.phone a {	
	padding:5px 10px;	
}
 .email a{
	padding:5px 8px;
	text-decoration: none;
}
.phone span, .email span{
	transition: 0.2s ease-in-out;
}
.phone span.show, .email span.show{
	display:inline-block;
}


#mobile_nav .phone, #mobile_nav .email{
	display: inline-block;
}

/* LOGO */
.site-title{
	margin: 0rem 0;
	display: flex;
    align-items: center;
}

.site-title img{
	max-height: 85px;
	transition: 0.25s;
}

.site-title a{
	display:inline-block;
}

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

@media screen and (max-width: 480px) {
	#content{
		padding-top: 7.5rem;
	}
	.footer-widget, .footer-box .footer-widget, .footer-box {
		text-align: center;
	}
}

/* ACCOUNT LINKS */

.account_links{
	text-align: right;
}

a.account_link{
	height: auto;
	width: auto;
	line-height: normal;
	padding: 5px 0px;
	font-size: 0.9rem;
	overflow: initial;
	text-decoration: none;
	color: white;
}

.account_link:hover{position: relative;}

.account_login .account_link{
	float: left;
}

/* Search*/

.search_link{
	min-width: 29px;
	min-height: 29px;
	position: relative;
	overflow: visible;
}
.search_link > i{
	position: absolute;
	right: 10px;
	top: 6px;
	color: #0073a5;
}
.search_link form.headersearch{
	display: block;
}

.search_link.active form.headersearch{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	/* overflow: visible; */
}

form.headersearch .form-autocomplete{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width: 300px;
	background-color: #FFF;
	padding-right: 25px;
	font-family: inherit;
	font-size: 0.9rem;
	margin: 0;
}

form.headersearch button{
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	border: none;
	border-radius: 0px;
	z-index: 1;
	background-color: transparent;
}

.search_link form input[type="text"]:focus{
	border: 1px solid #888;
}

.headersearch .ajaxResults-container{
	background-color:#FFF;
	box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
}

/* Desktop Ajax Results */

ul#desktopsearch-ajaxResults li:hover{
	background-color:#f7f7f7;
}

ul#desktopsearch-ajaxResults .ajaxResults-image img{
	max-width:60px;
	margin-right:10px;
}

ul#desktopsearch-ajaxResults .ajaxResults-name{
	color:#000;
}

ul#desktopsearch-ajaxResults li:last-child a{
	color:#000;
	display:inline-block;
}

/*#headersearchbutton{
	right:-42px;
}
.search_link.active #headersearchbutton{
	width:25px;
}
.search_link{
	transition:0.3s;
}
.search_link.active{
	width: 240px;
	background-color: #FFF;
}
.searchform{
	width: 210px;
	right: 30px;
	top: 0;
	height: 100%;
	line-height: normal;
}
.searchform input[type="text"]{
	border:none;
	background-color: transparent;
	padding: 0px 5px;
    	font-size: 0.9rem;
}
.search_link form input[type="text"]:focus{
	border-bottom: transparent;
}
.search_link i, .search_link.active i{
	line-height: normal;
	padding-right:5px;
}*/

/* NAVIGATION */
.main-navigation ul{
	text-align: left;
    padding-left: 5%;
    padding-right: 5%;
	height: auto;
    display: flex;
    align-items: center;
}
.main-navigation li{
	float: none;
	display: inline-block;
    position: relative;
    text-align: center;
    padding:0;
}

.menu-item-has-children > a:not(.sub-menu a)::after {
	font-family: 'Fontawesome';
	content: '\f0d7';
	position: absolute;
	top: 27px;
	left: 41%;
	font-size: 0.9rem;
	color: #E6C13F;
}


#primary-menu li a.menu-parent{
	padding: 30px 10px;
}

#primary-menu .current-menu-item a, #primary-menu li:hover a{
	/* border-bottom:5px solid; */
}

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

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

/* Mega Menu*/

ul.megamenus {
	list-style: none;
	text-align: right;
	margin:0;
	padding:0;
}

.mini-header ul.megamenus{
	margin-top:7px;
}

ul.megamenus li{
	display: inline-block;
}

ul.megamenus > li > a{
	padding: 0.5rem 1rem;
	color: #FFF;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}

.mega_menu_image{
	display: block;
}

.products_menu .category-link, .products_menu .list_title{
	color:#000;
	background-color: #FFF;
	padding: 15px;
	text-align: left;
	text-decoration: none;
	position:relative;
	z-index:1;
}


@-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;
	font-size:1.1rem;
	padding: 0;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	display:inline-block;
	overflow:hidden;
}
ul.products_menu_templates li a img{
	transform:scale(1);
	transition:0.3s ease-in-out;
}
ul.products_menu_templates li a:hover img{
	transform:scale(1.1);
	transition:0.3s;
}

ul.products_menu_list > li{
	display: block;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom:1rem;
}

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

ul.prodmenu{
	display: block;
	margin:0;
}

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

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

#print .products_menu_container{
	width: 1024px;
	left: -90px;
    top: 33px;
}

#design .products_menu_container{
	width: 800px;
	right: 0;
	left:auto;
	top:44px;
}

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

#design .products_menu{
	padding:20px;
}

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

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

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

footer a:hover{
	color: 
}

ul#menu-footer-menu li, ul#menu-extra-menu li{
	line-height: 1.6rem;
}


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

	ul#menu-footer-menu{
		columns: 1;
	}
}

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

.footerlinks a:hover{
	color:#FFF;
}

.footerlinks a {
    position: relative;
	color: white;
}

.footerlinks a:before {
    content: '';
	position: absolute;
	top:100%;
	left: 0;
	width: 0;
	height: 1px;
	background-color: white;
	transition: .3s;
}

.footerlinks a:hover::before {
	width: 100%;
}

a.social{
	border-radius: 20px;
	padding: 7px 13px;
	margin: 5px;
	height:40px;
	width:40px;
	transition: 0.2s;
}
a.social i {
    font-size: 1.1rem;
    text-align: center;
    vertical-align: middle;
    transition: 0.2s;
    position: absolute;
	top: 53%;
    left: 49%;
    transform: translate(-50%, -50%); /* Adjust based on the element's own size */
}

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

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

a.social.facebook:hover i,
a.social.twitter:hover i,
a.social.instagram:hover i,
a.social.linkedin:hover i,
a.social.google:hover i,
a.social.pinterest:hover i,
a.social.youtube:hover i,
a.social.rss:hover i,
a.social.mail:hover i{
color:#FFF;
}

.card-types i{
	font-size: 1.8rem;
	padding:1px;
}
.footer-box {
    padding: 20px;
    min-height: 220px;
    background-color: #53b8d3;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 90% 100%, 0 100%);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}



section{
	padding:2rem 0;
}


/* Slider*/

.slider-section{
	height:auto;
	overflow:hidden;
}
.slide{
	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/paper.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	padding:0;
}

.slide .w-row{
	margin:0px -10px;
}

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

.slide .left-box{
	padding: 4rem 10rem;
	padding-right: 5rem;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide .left-box.transparent{
	background-color: transparent!important;
}

.slide .left-box.transparent h2,
.slide .left-box.transparent .message{
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

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

.slide .left-box .slide_image{
	position: absolute;
	left: 100%;
	z-index: 999;
}

.slide_content h2, .slide_content h1{
	font-size: 3rem;
	line-height: 1.3;
	border-left: none;
	background-color: transparent;
	padding-left: 1rem;
	padding: 0;
	color: #FFF;
}

.message{
	border-left: none;
	padding: 0;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	background-color: transparent;
	color: #FFF;
}
.badge{
	float: left;
	display: inline-block;
	width: auto;
	color:#FFF;
	border: 2px solid #FFF;
	padding: 10px 20px;
	margin-right: 10px;
	font-weight: bold;
	line-height: 1.4;
}

#content .slide a.readmore{
	color: #FFF;
    background-color: #E6C13F;
    font-size: 1rem;
    float: left;
    display: inline-block; /* Use inline-block for box-like behavior */
    margin-right: 20px;
    text-decoration: none;
    padding: 20px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 90% 100%, 0 100%);
	font-weight: 600;
	transform: transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
	transform: scale(1.0); /* Default scale */;
}

#content .slide a.readmore:hover {
	transform: transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
	transform: scale(1.05); /* Default scale */;
}

.slider-section button.slick-prev.slick-arrow{
	left:0;
	/* border-radius: 0px; */
	height: 80px;
	width: 50px;
	background-color: #ffffff29;
	transform: scale(1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.slider-section button.slick-prev.slick-arrow:hover {
	transform: scale(1.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.slider-section button.slick-next.slick-arrow{
	right:0;
	/* border-radius: 0px; */
	height: 80px;
	width: 50px;
	background-color: #ffffff29;
	transform: scale(1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.slider-section button.slick-next.slick-arrow:hover{
	right:0;
	/* border-radius: 0px; */
	height: 80px;
	width: 50px;
	background-color: #ffffff29;
	transform: scale(1.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.review-meta {
    text-align: center;
    font-weight: 600;
}

#google-reviews .review-item:last-child {
    margin-right: 0;
    max-height: 350px;
    overflow: auto;
}

.productdesc h3 {
	color: #53b8d3;
}

.listing-product-text a.form-submit {
	background-color: #E6C13F;
	transform: transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
	transform: scale(1); /* Default scale */;
}
.listing-product-text a.form-submit:hover {
	background-color: #0077b5;
	transform: transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
	transform: scale(1.05); /* Default scale */;
}


@media screen and (max-width: 991px) {
	.slide .w-col-7{
		width: 100%;
	}
	.slide .left-box .slide_image{
		max-height: none;
		max-width: 300px;
		left: 90%;
	}


}

@media screen and (max-width: 768px) {
	.slide .left-box .slide_image{
		width: 260px;
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 1rem;
	}
	.slide .left-box .slide_image{
		position: absolute;
		display: block;
		left: 86%;
		top: 29%;
		width: 250px;
		margin: 0 auto;
		margin-bottom: 1rem;
	}

}
@media screen and (max-width: 480px) {
	.slide .left-box{
		padding: 2rem 3rem;
		flex-direction: column;
	}

}

@media screen and (max-width: 1100px) {
	.megamenus, .header-contact{
		display: none;
	}
	.site-title{
		margin:0;
	}
	.slide .right-box{
		/* display: none; */
	}
	header#masthead{
		height: auto;
		width: 100%;
	}
	/* Mobile Menu*/
	#masthead i.fa-times, #masthead i.fa-bars{
		top: 1rem;
        right: 1rem;
	}
	#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;
		color: #0073a5;
	}
	#top-header .w-col-6:first-child{
		display: none;
	}
	.phone a, .email a, .phone a:visited, .email a:visited{
		display: none;
		border:none;
		color:#FFF;
		cursor: pointer;
		padding:0;
	}
	.phone a:hover, .email a:hover{
		border:none;
		color:#FFF;
	}
	.slide_content h2, .slide_content h1{
		text-align: left;
		font-size: 1.7rem;
		display: block;
		padding:0px;
		line-height: 1.2;
	}
	.message{
		font-size: 14px;
		display: block;
		line-height: 1.3rem;
	}
	.cart_link{
		margin-right: 0;
	}
	  #mobile_nav .search_form {
	  	padding:10px 20px;
	  	background:none;
	  }
	
}
@media screen and (max-width: 768px) {
	header#masthead{
	width: 100%;
	}
	.slide_content{
		margin: 0 10px;
	}
	img.slide_image{
		display: none;
	}
	
	.site-title img{
		float: left;
		max-height: 67px;
	}
	.cart_link{
	}
	.img-small{
		padding:0;
	}
	.badge, .slide a.readmore{
		display: block;
		text-align: center;
		width: 100%;
		margin:0;
		margin-bottom: 10px;
	}
	#masthead.mini-header i.fa-bars{
		top: 1rem;
	}
	
}
@media screen and (max-width: 480px) {
	#masthead i.fa-times, #masthead i.fa-bars {
	    top: 1rem;
        right: 1rem;
	}
	


	.site-title img{
		width: 250px;
		float: left;
	}
	img.slide_image{
		height: 150px;
		margin: 15px 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: 2rem;
	text-shadow: none;
	opacity: 1;
	color: #E6C13F;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Single Column*/

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

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

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

/* Feature Icons */

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

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

/* Feature List */

.feat_list .feat-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.features{
	display: inline-block;
	margin: 0 20px;
}

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

/* Design Funnels*/

.funnel{
	text-align: center;
	display: flex;
    height: 117px;
    align-items: center;
    justify-content: center;
    align-content: center;
	gap: 1rem;
}

#funnelhome {
	display: flex;
    justify-content: center;
}

#funnelhome div.w-container {
	margin: 0;
}

.funnel i{
	font-size: 2rem;
	text-align: center;
	transition:0.2s;
}

.funnel h3 {
	margin: 0.5rem 0;
	transition:0.2s;
	color: white;
	font-size: 1rem;
}
.funnel p{
	margin-top:0;
	line-height: 1.5rem;
	margin: 0;
	transition:0.2s;
}

a .funnel p {
	color: white;
}
.funnel a{
	text-decoration: none;
}



a .funnel:hover > h3, a .funnel:hover > p {
	color: #eee;
	
}

a .funnel:hover > i{
	transform:scale(1.2);
	color: #E6C13F!important;
}



/* Graphic Links */

.solutions {
	text-align: left;
}
.whitesection .single_solution{
	background-color: #f7f7f7;
}
.single_solution{
	background-color: #FFF;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}



.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;
	position:relative;
}

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

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

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

.single_solution a.single_sol_content .shine{
	    content: '';
    position: absolute;
    height: 400px;
    width: 20px;
    background: white;
    top: -80px;
    left: -140px;
    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);
    
}

.single_solution a.single_sol_content:hover .shine{
	-webkit-animation: shine 2s 3s infinite;
    -moz-animation: shine 2s 3s infinite;
    -o-animation: shine 2s 3s infinite;
    animation: shine 2s 3s infinite;
}
@media screen and (max-width: 991px) {
	.single_solution{
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 768px) {
	.graphiclinks .w-col-4:nth-child(3){
		width:100%;
	}	
}

/* Featured Products*/
div .product-container a {
    position: relative;
    text-decoration: none;
    display: flex;
    overflow: hidden;
    margin-top: 1rem;
    flex-direction: column-reverse;
}

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

a.product:hover img{
	transform: scale(1.05);
	transition: 0.3s ease-in-out;
}
.product_image_container{
	position: relative;
	overflow: hidden;
}

a.readmore.featured-readmore {
	color: white;
	background-color: #E6C13F;
}
a.readmore.featured-readmore i {
	color: white;
}
h4.product_title{
	/*	position: absolute;
	top:0;*/
	width:100%;
	text-align: center;
	color:#FFF;
	margin:0;
	padding: 5px 0;
	font-size: 1.2rem;
	}
.product_subtitle{
	font-size: 0.9rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10;
    background-color: #f68833;
    color: white;
    width: 3.5rem;
    font-weight: 600;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1rem;
    text-align: center;
    flex-direction: column;
	border-style: solid;
	border-color: #E6C13F;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1);
}

.product_subtitle:hover {
	transform: scale(1.15);
	transition: 0.3s ease-in-out;
}
.product-slider-container span.product_subtitle {
	left: 2rem;
	width: 4.5rem;
	height: 4.5rem;
	
	
}
.product-slider-container span.product_subtitle p.lower-from {
	font-size:12px;
}



.product-title-box p {
	padding: 0.5rem 1rem 0 1rem;
	margin-top: 0;
}

.lower-from {
	font-size: 10px;
}

.listing-price{
	font-size:0.9rem;
}
.product_image{
	display: block;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1.0);
}

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

#content .sample-pack a.readmore{
	background-color: #E6C13F;
	font-weight: bold;
	clip-path: polygon(0 0, 100% 0, 100% 75%, 90% 100%, 0 100%);
}
.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;
}

#content .sample-pack a.readmore {
    background-color: #E6C13F;
}

#content .sample-pack a.readmore:hover {
    background-color: #0073a5;
}


@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 */

section.blog h3 {
	color: #555;
}

.solution h3{
	overflow: hidden;
	top: 0;
	bottom: auto;
	color: #555;
}

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

.blog.hfeed h1{
	margin-bottom: 3rem;
	margin-top: 1rem;
	text-align: center;
	font-size: 2rem;
}

.single #secondary{
	margin-top: 2rem;
}

/* Text */

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

.testimonial{
	background-color: #FFF;
	padding:20px 50px;
	position: relative;
}
.whitesection .testimonial{
	background-color: #f7f7f7;
}

.whitesection .testimonial:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #f7f7f7 transparent transparent transparent;
	position: absolute;
	bottom: -15px;
	left: 5rem;
}

.greysection .testimonial:after,
.colorsection .testimonial:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #FFF transparent transparent transparent;
	position: absolute;
	bottom: -15px;
	left: 5rem;
}

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

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

/* Photo Gallery */
#content .photo-gallery a.grid_page_box{
	position: relative;
	display: inline-block;
}
#content .photo-gallery a.grid_page_box:after{
	content: '\f00e';
	font-family: 'fontawesome';
	opacity: 0;
	top: 50%;
	left: 45%;
	transition: 0.3s;
	position: absolute;
	color: #FFF;
	font-size: 3rem;
}
#content .photo-gallery a.grid_page_box:hover:after{
	content: '\f00e';
	font-family: 'fontawesome';
	position: absolute;
	top: 47%;
	left: 45%;
	color: #FFF;
	font-size: 3rem;
	opacity: 1;
}


/* Tabs*/

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

.responsiveTabs.r-tabs .r-tabs-nav .r-tabs-tab{
	background-color: #ddd;
}

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


.whitesection.tab .r-tabs .r-tabs-panel{
	background-color: #f7f7f7;
}
.whitesection.tab .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
	background-color: #f7f7f7;
	padding: 10px 30px;
}
.whitesection.tab .r-tabs .r-tabs-nav .r-tabs-anchor{
	padding: 10px 30px;
	border-radius: 0;
	font-size: 1rem;
}

.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;
	transition: 0.1s;
}
#catalogue .r-tabs .r-tabs-nav .r-tabs-anchor:hover{
	background-color: #0073a5;
	transition: 0.1s;
}

/* Catalogue */

#content a.listing-category-name{
	margin-bottom: 1rem;
	text-decoration: none;
	font-size: 1.1rem;
	color: #0073a5;
}

#content a.listing-category-name:visited {
    color: #0073a5;
    text-decoration: none;
}

input#action.form-submit {
	background-color: #0073a5;
}

input#action.form-submit:hover {
	background-color: #53b8d3;
}

div.new-customer h3 {
	color: #53b8d3;
}

/* PRODUCT PAGE*/

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

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

.p-matrix-cost{
	font-size: 1.3rem;
}

.p-maincontent-image{
}
@media screen and (max-width: 1024px) {
    .p-maincontent-image{
    	left: -190px;
	}
}
@media screen and (max-width: 991px) {
	.p-maincontent-image{
		position: relative;
		left:0;
		height: 400px;
		overflow: hidden;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.product-content{
		margin-top: 2rem;
	}
	.p-maincontent .whitesection{
		padding-top: 0;
	}
	.p-maincontent-image{
		position: relative;
		left:0;
		height: 200px;
		overflow: hidden;
		width: 100%;
	}
	.p-maincontent-image img{
		position: absolute;
		top:0;
	}
}

/* TABS */

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

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

#prices, #custom5, #custom6, #custom7, #contentbottom,
div#templates{
	padding:30px;
	border: 1px solid #ccc;
    border-radius: 5px;
    border-top-left-radius: 0;
}

#p-matrix-options-container,
.price-container{
	margin: 0;
	margin-bottom: 0;
}

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

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

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

.template-box-sets .r-tabs .r-tabs-nav .r-tabs-tab{
	text-align: center;
	background-color: #E6C13F;
}
.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: #53b8d3;
}
#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 h2{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
div#templates .checkout-action{
	display: inline-block;
	float:right;
	margin:0;
}

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

.template-box-sets .template_container{
	padding:0;
}
.template_container{
	padding:20px;
	background-color: #f5f5f5; 
}
.template-designs .template_container{
	background-color: #FFF;
}

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

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

#designs .ops-template a.form-submit{
	padding: 4px 10px;
	margin:0;
}

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

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

.summary_container{margin-top: 0;}

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

.sidebar.order_summary{
	margin-top: 1.5rem;
	border-radius: 0px;
}

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



#content a.cta:hover {
	background-color:#53b8d3;
	transform: scale(1.05); /* Or your desired transform */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#content a.cta {
	background-color:#0073a5;
}

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

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

/* Sidebar CTA*/

.sidebar_box{
	background-color: #f7f7f7;
	margin-bottom: 1rem;
	overflow: hidden;
}
.sidebar_title h4{
	margin:0;
	color:#0073a5;
	padding:10px;
}
.sidebar_content{
	padding:20px;
	border: 0.1px solid #ccc;
    border-radius: 5px;
}
.sidebar_content p{
	margin:0;
}
.sidebar_content .cta{
	margin-top:0.5rem;
}

/* Listing */

#catalogue{
	background-color: #F5F5F5;
}
.listing-related, .listing-product, .listing-category{
	overflow: hidden;
	margin-bottom: 1rem;
	background-color:white;
	clip-path: polygon(0 0, 100% 0, 100% 97%, 95% 100%, 0 100%);
}

.listing-product-short-desc{
	line-height:1.5;
	display:inline-block;
	width:100%;
}

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

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

a.listing-product-name {
	color: #0073a5;
}

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

/* 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;
	transform: scale(1.0);
    background-color: #53b8d3;
}
/* 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,
.template-box-sets input[type="number"],
#enquiryform input[type="text"],
#enquiryform textarea{
	background-color: #FFF;
	border:none;
	border: 1px solid #ddd;
}

input[type="submit"]{
	padding:10px 20px;
	color:#FFF;
	font-size: 1rem;
	border-radius: 0px;
	border:none;
	margin:0;
}
.template-box-sets #enquiryform{
	margin:0;
}
#enquiryform .cartbox-top{
	padding-top: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: 10px;
	font-size: 1rem;
	font-weight: normal;
	margin:0;
	border-radius: 0px;
}

/* FAQ */

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

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

/* Sidebar */

.whitesection .sidebar_box_content{
	background-color: #f7f7f7;
}

.greysection .sidebar_box_content,
.colorsection .sidebar_box_content{
	background-color: #FFF;
}
.sidebar_box i{
	transform: translateX(0px);
	transition: 0.2s;
}
.sidebar_box:hover i{
	transform: translateX(7px);
}

/*Designs*/

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

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

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


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

.template_detail{;
}

#myTab2 .r-tabs-panel{
	padding:30px;
}
@media screen and (max-width: 768px) {
	#myTab2.r-tabs .r-tabs-accordion-title .r-tabs-anchor,
	#myTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor{
		color:#FFF;
		text-shadow:none;
	}
}

#designs .btn.secondary.lonebutton{
	color:#FFF;
	margin:0;
	border-radius: 0;
	padding:10px 20px;
}
.p-matrix-attribute .image-radio{
	background-color:#ededed;
	border:1px solid #ddd;
	border-radius:0px;
}
.p-matrix-attribute{
	display:inline-block;
	width:32.6%;
	margin-bottom:10px;
}

.p-matrix td, .p-matrix th{
	color:#FFF;
	font-weight: bold;
	border: 1px solid #ddd;
	padding:0;
}
td.p-matrix-quantity {
    background-color: #cccccc;
    color: #000;
}

.p-matrix-price{
	background-color: #ffffff;
	padding:0;
}
.p-matrix-price a{
	padding:5px;
	font-size:14px;
}
th.p-matrix-format{
	padding:10px;
}

.p-matrix-quantity-row:nth-child(odd) td.p-matrix-price {
	background-color:#f7f7f7;
}

/* TEmplate detail*/

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

.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 #myTab2.r-tabs .r-tabs-nav a.r-tabs-anchor{
	padding: 10px 12px;
	color: #FFF;
}
#designs .template-preview .r-tabs .r-tabs-nav .r-tabs-anchor{
	color: #333;
	background-color: #e1e1e1;
}

#designs .template-preview .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
	color: #FFF;
}

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


/* Design Steps */

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

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

.template-proof.r-tabs li a{
	color:#FFF;
	padding:10px;
	display: block;
}
.template-proof.r-tabs {
	border-radius: 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;
}

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

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

/* Calculator*/


.tabs_column #prices{
	padding:30px;
}

/* Calculator Summary*/

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

.summary_container .summary_attributes{
	padding: 1.5rem;
	border: 1px solid #ccc;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.summary_container .order_summary_bottom{
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
    border-radius: 5px;
    border-top-left-radius: 0;
	margin-top: 0.5rem;
}


.sidebar.order_summary{
	background-color: #f5f5f5;
	border:none;
	border-radius: 0;
	margin-top: 0;
}

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


/* Checkout */

#checkout h1{
	margin:1rem 0;
}

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

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

.cartbox-cell .fa{
	font-size: 1.5rem;
}
.checkout-action{
	margin-bottom: 1.8rem;
}

.checkout-action input.form-submit{
	display:inline-block;
}

.cartbox-cell .delivery-dd{
border:1px solid #ddd;}

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

/* Blog */

.blog-banner{
	display:flex;
	align-items:center;
	justify-content:center;
}

.blog.hfeed .blog-banner h1{
	font-size:2.5rem;
	color:#FFF;
	margin:0;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

#secondary a{
	display:inline-block;
	width:100%;
	line-height:1.5;
	text-decoration: none;
}
#secondary a:hover{
	text-decoration:hover;
}

article.post{
	background-color: #FFF;
}
.single article.post .entry-header{
	margin-top:2rem;
}

.blog h2.entry-title, .archive h2.entry-title{
	line-height:1.3;
}

.blog h2.entry-title:hover,
.archive h2.entry-title:hover{
	text-decoration:underline;
}

.blog .entry-content,
.archive .entry-content{
	padding: 20px;
}

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

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

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

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

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

/* Proofing System */

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

/* Library */

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

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

script.featherlight-inner{
	opacity: 0;
}

#home h1, #catalogue h1, #designs h1{
	line-height:1.2;
}

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

.link_graphic.countdown{
	margin-bottom:1rem;
}
.template-create-link.cta{
	width:100%;
}

.blog-banner{
	height:300px;
}

.mobile{
	display:none;
}


#catalogue h1.product-name{
	margin-top: 0;
}

#product_options{
	margin-top: 1rem;
}

.product-slider .slick-slide img{
	margin: 0 auto;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1.0);
}
.product-slider .slick-slide img:hover{
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(0.97);
}

.image-nav .slick-slide img{
	padding: 10px 0 0 0px;
	transition: 0.3s;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1.0);
}
.image-nav .slick-slide img:hover{
 	transition: transform 0.3s ease, box-shadow 0.3s ease;
 	transform: scale(0.9); /* Default state */
}

#content .summary_container a.cta,
#content a.p-matrix-proceed,
#content a.cta.central_cta.quote_cta.email_cta{
	color: #FFF;
	display: inline-block;
	
}
#content .summary_container a.cta,
#content a.p-matrix-proceed:hover,
#content a.cta.central_cta.quote_cta.email_cta{
	color: #FFF;
	display: inline-block;
	transform: scale(1.05); /* Or your desired transform */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.tot-mat span.CurrencySymbol{
	font-size: 1.3rem;
	font-weight: bold;
}
.tot-mat span.CurrencySymbol, .p-matrix-cost{
	color: #f68833
}
.w-col.stickycol{
	width: 33%;
}
.attr-E-container .prod_attrib .p-matrix-attribute,
.attr-R-container .prod_attrib .p-matrix-attribute{
	width:auto;
}
.attr-E-container .prod_attrib .p-matrix-attribute label,
.attr-R-container .prod_attrib .p-matrix-attribute label{

	line-height: 1.9;
	margin-right: 5px;
	cursor: pointer;
	margin-bottom: 5px;
	vertical-align:middle;
}

.attr-E-container .prod_attrib .p-matrix-attribute label,
.attr-E-container .prod_attrib .p-matrix-attribute input[type="radio"],
.attr-R-container .prod_attrib .p-matrix-attribute label,
.attr-R-container .prod_attrib .p-matrix-attribute input[type="radio"]{
	cursor: pointer;
}

#myTab h2{
	margin-top: 0;
	color: #0073a5;
}

#templates .checkout-action a,
#content .optionbutton,
#content a.cta,
#content a.template-proof-print{
	color: #FFF;
}

.new-customer,
.existing-customer{
	background-color: #FFF;
}

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

#content a#reset-password{
	text-decoration:none;
}
#content a#reset-password:hover{
	text-decoration:underline;'
}

.attr-I-container .p-matrix-attributes > span{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.attr-I-container .p-matrix-attributes > span .p-matrix-attribute{
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	margin-bottom:10px;
}
.attr-I-container .p-matrix-attributes > span .p-matrix-attribute label{
	border-radius: 3px;
	line-height:1.3;
}

.attr-I-container .p-matrix-attributes > span .p-matrix-attribute.selected label{
	background-color: #FFF;
}

#designs .listing-name{
	margin-top: 10px;
	min-height: 50px;
}

.template-design-price{
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.template-tab-head{
	display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
}


/* Related Products */

.listing-related{
	background-color:#f7f7f7;
}
#content .listing-related a.form-submit{
	color:#FFF;
}
.listing-product-text{
	padding:20px;
	background-color: white;
}

.selectAddressDiv{
	border:1px solid #ddd;
}
.selectAddressDiv .w-col-12{
	padding:0;
}
.selectAddressDiv .w-col-12 div.selectAddress{
	padding:10px;,
	line-height: 1;
    	border: none;
}
.selectAddressDiv .w-col-12 div.selectAddress:nth-child(odd){
	background-color:#f7f7f7;
}

#createform input.cta{
	margin-top:0;
}


#content .cartbox-cell #lightboxTest,
#content .cartbox-cell #lightboxTest i,
#content .cartbox-cell #lightboxTest:hover{
	background-color:transparent;
	color:#000;
	font-size:1rem;
}

#checkout .checkout-action a.library-upload{
	text-decoration:none;
}

.product-slider .slick-prev, 
.product-slider .slick-next{
	min-width: 30px;
	height: 30px;
	border-radius: 50%;
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
.product-slider .slick-prev:hover, 
.product-slider .slick-next:hover{
	transform: scale(1.15);
	transition: 0.3s ease-in-out;
}

.prettyPopin{
	width:600px!important;
	left:32%!important;
	
}

@media screen and (max-width: 1100px) {
	.summary_attribute, .summary_attribute_title{
		width:100%;
	}
}

@media screen and (max-width: 991px) {
	.summary_column{
		display: none;
	}
	#main-header{
		padding: 1rem 0;
	}
	.summary_attribute, .summary_attribute_title{
		width:49%;
	}
}

@media screen and (max-width: 768px) {
	a.cat-usp{
		min-height:auto;
	}
	#catalogue-usp .w-col:last-child a.cat-usp{
		margin:0;
	}
	a.cat-usp i{
		font-size: 1rem;
		width: 30px;
		height: 30px;
		line-height: 2;
	}
	.cat-usp span{
		display:inline-block;
		padding:0;
	}
	.cat-usp span:first-child{
		padding-left:30px;
	}
	.cart-discount{
		width:100%;
		margin-bottom:0.5rem;
	}
	.w-col-4 .link_graphic.countdown{
		display: none;
	}
	.mobile{
		display: block;
	}
	.slide,
	.slide .left-box{
		height: 350px;
		padding-bottom: 1rem;
	}
	.w-col.stickycol{
		width: 100%;
	}
	.left-box.transparent .slide_content{
		background-color:rgba(0,0,0,0.5);
		padding:20px;
	}
	.slide .right-box{
		height:350px;
	}
	.new-customer, .existing-customer{
		margin-bottom:1rem;
	}
		.listing-product-content, .listing-category-text, .listing-product-text{
		padding-left:20px;
	}
	
}

@media screen and (max-width: 480px) {
	.p-matrix-attributegroup {
		font-weight: 600;
	}
	.p-matrix-attributegroup, .p-matrix-attributes{
		width:100%;
		line-height: 1.5rem;
	}
	.p-matrix-attributes{
		padding-top:5px;
	}
	footer ul#menu-footer-menu li,
	footer ul#menu-extra-menu li {	
		padding: 0;
	}
	.slider-section button.slick-next.slick-arrow,
	.slider-section button.slick-prev.slick-arrow{
		width: 42px;
		height: 52px;
	}
	.slide,
	.slide .left-box{
		height: auto;
	}
	.slide .left-box .slide_image{
		position: relative;
		left: auto;
		top: auto;
	}
	.myaccount h2{
		font-size: 1.5rem;
		margin-top: 0;
	}
	#myaccount .cartbox-checkout .cartbox-top{
		font-size: 1rem;
		text-align:left;
	}
	.slide .right-box{
		height:500px;
	}
	a.account_link{
		padding:5px 10px;
		margin:0;
	}
	.cart-billing table tr td.mob-hide{
		display:none!important;
	}
	.mob-hide{
		display:none;
	}
	.proceed_box a{
		width:100%;
	}
	#designs .editor_navigation{
		height:auto;
		line-height:1.5;
	}
	.cart-billing table tr td{
		border-bottom:1px dotted #ddd;
		min-height:40px;
	}

	.usp-content{
		display:flex;
		column-gap:5px;
	}
	.cat-usp-title{
		font-size:1rem;
		font-weight:normal;
	}
	.usp-container a.cat-usp:hover{
		min-height:auto;
	}
	.usp-container:last-child a.cat-usp{
		margin:0;
	}
	#deliveryOptions .cartbox-top{
		text-align:left;
		padding-left:0;
		
	}
	.p-matrix-attributegroup:first-child{
		padding-top:0;
	}
	.footer-box{
		margin-bottom:0;
		padding:10px 0;
	}
	.attr-E-container .p-matrix-express .p-matrix-attribute,
	.attr-R-container .p-matrix-attributes .p-matrix-attribute{
		display:block;
		text-align:left;
		margin:0;
		line-height:1;
	}
	.delivery-address td{
		padding:5px 0;
	}
}

@media screen and (min-width: 480px) and (max-width: 991px) {
div.footer-box {
	text-align: center;
}
}


/* Theme Customisation */

a p.contact-info {
	margin: 0;
	color: #0073a5;
}

/* Default styles for the links */
div.call-us a, div.email-us a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    color: #0073a5; /* Ensure child elements inherit parent color */
    text-decoration: none; /* Optional: Remove underline if needed */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1);

}
div.call-us a:hover, div.email-us a:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1.05);
}



/* Child elements (like icons and text) inherit the hover color */
div.call-us a *:not(:hover),
div.email-us a *:not(:hover) {
    color: white;
	font-weight: 600;
}

/* Hover effect for the links */
div.call-us a:hover, div.email-us a:hover {
    color: #53b8d3;
}

/* Ensure child elements (like icons and text) match parent hover state */
div.call-us a:hover *, div.email-us a:hover * {
    color: inherit;
}

.header-contact {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	margin-top: 0.5rem;
}

.header-actions {
    display: flex;
    flex-direction: row-reverse;
	gap: 2rem;
}

div.call-us a i:before, div.email-us a i:before {
	padding-right: 0.5rem;
	color: #E6C13F;
	font-weight: 600;
}

div#desktopsearch-icon.fas.fa-sync::before {
	display: none;
}

.contact-links {
display: flex;
    gap: 1rem;
	font-size: 0.9rem;
	font-weight: 600;
	border-top: 1px solid #ffffff12;
}

.account_links {
	display: flex;
    gap: 1rem;
	font-weight: 600;
}
@media screen and (max-width: 991px) {
	.contact-links {
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 1rem;
	}
	.header-contact {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: center;
		gap: 2.8rem;
		padding-top: 1rem;
	}
	.contact-links {
		display: flex;
		gap: 1rem;
		font-size: 0.9rem;
		font-weight: 600;
		border-top: 0;
	}
	
}
#site-navigation > ul > li > a, #site-navigation > ul > li > a:visited {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1);
	transition: 0.25s;
    color: white;
	font-weight: 700;
}

#site-navigation > ul > li > a:hover, #site-navigation > ul > li > a:hover {
	transition: 0.25s;
    color: #53b8d3;
}

#site-navigation > ul > li > a:hover, #site-navigation > ul > li > a:hover {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1.05);
	transition: 0.25s;
    color: #53b8d3;
}

ul.products_menu_list > li a, ul.products_menu_list > li a:visited {
	transition: 0.25s;
    color: #0073a5;
}

ul.products_menu_list > li a:hover, ul.products_menu_list > li a:hover {
	transition: 0.25s;
    color: #53b8d3;
}

ul#desktopsearch-ajaxResults .ajaxResults-name {
	color: #0073a5;
  }

  .fa-user:before, .fa-shopping-cart:before, .email-us a i:before{
    padding-right: 0.5rem;
}

.products_menu_container {
	position: fixed;
	top: 250px; /* Or any other fixed value */
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50vw;
	height: auto;
}
.products_menu_container.active {
	position: fixed;
	top: 250px; /* Or any other fixed value */
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50vw;
	height: auto;
}


@media screen and (max-width: 991px) {
    .mobile_icons i {
        font-size: 1.25rem;
        padding: 10px;
        color: #FFF;
        color: #0073a5;
    }
}

h4.product_title {
	color: #0073a5;
    text-align: left;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 96% 100%, 0 100%);
    padding-left: 1rem;
    padding-top: 1rem;
}

.footerlinks {
    color: white;
}

#funnelhome div > div {
	/* border-left: 1px solid #E6C13F; */
}

.funnel, section.funnelsection {
	background-color: #f68833;
}
.main-navigation {
	border-right: 1px solid #ffffff12;
}
#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, button.turnaround {
	clip-path: polygon(0 0, 100% 0, 100% 75%, 90% 100%, 0 100%);
	font-weight: 600;
	
}
#content a.readmore {
	transform: transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
	transform: scale(1.0); /* Default scale */;
	background-color: #E6C13F;
}

#content a.readmore.p-matrix-proceed {
	transform: transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
	transform: scale(1.0); /* Default scale */;
	background-color: #53b8d3;
}
#content a.readmore.p-matrix-proceed:hover {
	transform: transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
	transform: scale(1.03); /* Default scale */;
	background-color: #0073a5;
}

#content a.readmore:hover {
	transform: transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
	transform: scale(1.05); /* Default scale */;
}

.txt h2 {
	color: #0073a5;
	text-align: center;
}
.txt P {
	text-align: left;
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
    .accounts-block {
        width: 25%;
    }

	.header-contact {
		display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 2rem;
	}
	.navigation-coloumn {
		width: 75%;
	}
	.main-navigation ul {
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}
	.contact-links {
		display: flex	;
		gap: 1rem;
		font-size: 0.9rem;
		font-weight: 600;
		border-top: 0;
	}
	.main-navigation {
		border-right: 0;
	}
	i.fa.fa-search {
		font-size: 0.9rem;
	}
	.sample-height {
		height: 200px;
	}
}

@media screen and (max-width: 480px) {
	.header-contact {
		display: none;
		
	}
	#content {
		padding-top: 5rem;
	}
}
@media screen and (max-width: 1024px) {
	.slide .left-box{
		padding-left: 5rem;
		padding-right: 5rem;
		padding-top: 1rem;
		height:500px;
	}
	#content .slide a.readmore,
	.badge{
		display: block;
		width: 100%;
		margin-bottom: 0.5rem;
		font-size: 14px;
	}
	.slide_content h2, .slide_content h1{
		font-size: 2.4rem;
	}
	.funnel h3 {
		font-size: 14px;
	}
	#funnelhome div.w-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#funnelhome div > div {
		border-left: 0;
	}
	#content .slide a.readmore {
		padding: 10px;
	}
	.product-title-box p, h4.product_title {
		font-size: 14px;
	}
	#content a.readmore {
		font-size:14px;
		display: flex;
        justify-content: center;
	}
	.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
		display: none;
	}
	.summary_container a#lightboxTest, .order_summary_bottom a.readmore {
		margin-bottom: 0;
		width: 100%;
		text-align: center;
		color: #FFF;
		text-decoration: none;
	}
	div.order_summary_bottom a#lightboxTest {
	margin-bottom: 1rem;
	}
}
@media screen and (max-width: 306px) {
	.funnel {
	display: flex;
    height: 117px;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    gap: 1rem;
	}
}


@media screen and (max-width: 480px) {
	.funnelsection{
		padding:1rem 0;
	}
	.funnel i{
		position:absolute;
		left:0;
	}
	.funnel{
		padding-left:50px;
	}
	.funnel h3,
	.funnel p{
		text-align:left;
	}
	.product_subtitle {
		position: absolute;
        top: 0rem;
        left: 0;
        z-index: 10;
        width: 6rem;
        font-weight: 600;
        height: 2rem;
        border-radius: 0%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        line-height: 1rem;
        text-align: center;
        flex-direction: row;
        padding: 0.7rem;
	}
	.product-slider-container span.product_subtitle {
		left: 0.6rem;
	}
	.product-slider-container span.product_subtitle p.lower-from {
		font-size:12px;
	}
	.product-slider-container span.product_subtitle {
		left: 0.9rem;
		width: 6.5rem;
		height: 2.5rem;
	}
}

img.product_image:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1.15);
}
.product-container {
clip-path: polygon(0 0, 100% 0, 100% 97%, 95% 100%, 0 100%);
background-color: white;
}

a.readmore.featured-readmore {
	margin: 1rem;
}

@media screen and (min-width: 480px) and (max-width: 1280px) {
	.funnel {
		text-align: center;
	}
	.funnel i{
		margin:0;
	}
	.account_link {
		font-size: 0!important; /* Hides the text by setting the font size to zero */
		display: inline-flex; /* Ensures proper alignment of the icon */
  		align-items: center; /* Vertically centers the icon */
	  }
	  
	  .account_link i {
		font-size: 1.5rem; /* Set the icon size explicitly */
	  }
	  .header-contact {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
        padding-top: 0.5rem;
    }
	p.contact-info {
		display: none;
	}
	.contact-links i {
		font-size: 1.5rem;
	}
}
.blog-row {
	background-color: white;
}
.blog-row div {
padding: 1rem;
}

footer ul li a {
    position: relative;
	color: white;
}

footer ul li a:before {
    content: '';
	position: absolute;
	top:100%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: white;
	transition: .3s;
}

footer ul li a:hover::before {
	width: 100%;
}


footer ul li a:visited {
    color: #eee;
}

.listing-product-container {
	padding: 0;
}

.listing-product-image {
	overflow: hidden;
}
.listing-product-image a img {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1.0);
}

.listing-product-image a img:hover {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1.15);
	overflow: hidden; /* Restrict child elements from overflowing */
}



.p-thumbs a {
color: #0073a5;
}

.p-thumbs a:visited {
    color: #0073a5;
}

.p-thumbs a {
    position: relative;
	color: #0073a5;
}

.p-thumbs a:before {
    content: '';
	position: absolute;
	top:100%;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #0073a5;
	transition: .3s;
}

.p-thumbs a:hover::before {
	width: 100%;
}

.listing-product-text a.readmore {
	background-color: #E6C13F;
}




.payment-types img {
	transform: scale(1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.payment-types img:hover {
	transform: scale(1.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.payment-types > div.w-clearfix {
	display: flex;
    justify-content: center;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.whitesection #google-reviews .review-item {
    background-color: #f7f7f7;
    min-width: 403.328px;
}

div.footer-box a.social {
	transform: scale(1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 150px;       /* space from bottom */
    right: 40px;        /* space from right */
    width: 45px;
    height: 45px;
    background-color: #0073a5;  /* Primary colour */
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: background-color 0.3s ease;
}

#backToTop:hover {
    background-color: #005f85; /* Darker shade on hover */
}

.blog-content {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

#content .blog a.readmore.featured-readmore {
margin:0;
}

div.card-types.w-clearfix {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
	margin-bottom: 0;
}

.card-types img {
	transform: scale(1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-types img:hover {
	transform: scale(1.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-item {
	transform: scale(1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.review-item:hover {
	transform: scale(1.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
a.account_link {
	transform: scale(1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
a.account_link:hover {
	transform: scale(1.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#reviews h2 {
	color: #0073a5;
}

div.review-meta {
	color:#c198bc;
}

.review-meta {
    color: #C198BC;
}

.product-related-data h2 {
	color: #0073a5;
}

.p-thumbs {
    text-align: center;
}

section.productdescription div.productdescriptioncont {
	padding-left: 2rem;
}

.summary_attribute, .summary_attribute_title {
    line-height: 1.2rem;
}

.sidebar_content h4 {
	margin-top: 0;
    margin-bottom: 1rem;
	color: #0073a5;
}

.order_summary_title {
    padding-bottom: 2rem;
    font-size: 1.6rem;
	background-color: transparent;
}

.main-navigation ul ul.products_menu_list {
    font-size: 0.85rem;
}

.sidebar-container {
	margin-top: 1rem;
}
.image-nav .slick-slide img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1.0);
    width: 100%;
}
div.slick-slide img:first-child {
	padding-left: 5px;
    width: 100%;
}
div.slick-slide img:last-child {
    padding-right: 5px;
}

#masthead {
	transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  #masthead.hidden {
	opacity: 0;
	visibility: hidden;
  }
  @media (max-width: 991px) {
    .avg-rating {
        display: flex;
        align-items: center;
    }
	a#lightboxTest.readmore.email_cta {
		margin-top: 1rem;
		width: 75%;
        font-size: 16px;
	}
}

  @media screen and (max-width: 768px) {
	select {
		padding: 5px;
	}
	#google-reviews {
		flex-direction: column;
		flex-wrap: wrap;
	}
	#reviews h2 {
		text-align: center;
	}
	.template-box-sets .r-tabs .r-tabs-nav .r-tabs-tab {
    	text-align: center;
    	background-color: #E6C13F;
	width:100%;
	}
	.footer-box-container .footer-box {
    	display: flex;
    	justify-content: center;
    	align-items: center;
	}
	.w-row.footer-box-row {
	    display: flex;
	    flex-direction: column;
	    gap: 1rem;
	}
	#catalogue .r-tabs .r-tabs-nav .r-tabs-anchor {
    	width: 100%;
}
.whitesection #google-reviews .review-item {
    background-color: #f7f7f7;
    min-width: unset;
}
  }

.p-matrix-success {
	background-color: #f68833;
	color: white;
}

.cartsteps-cell-active {
    padding: 5px;
    background-color: #E6C13F;
}

.cartbox-heading {
    background-color: #0073a5;
}

a#cart-proceed-link i {
	color: white;
}

.fa-sign-out:before {
    content: "\f08b";
    padding-right: 0.5rem;
}

.existing-customer h3 {
    color: #53b8d3;
}

span#password-toggle {
    top: 0px;
}

tr.basket-summary td a i.fa.fa-trash {
	color: #0073a5;
}

a.social {
    position: relative; /* Ensure the parent element is positioned for absolute child */
    display: inline-block; /* Maintain the circle shape if not a block element */
    width: 50px; /* Example size for the circle */
    height: 50px; /* Example size for the circle */
    border-radius: 50%; /* Create the circular shape */
    background-color: #f0f0f0; /* Example background color for the circle */
}

ul#desktopsearch-ajaxResults {
    display: contents;
}

div.desktopsearch.input-wrapper {
display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.search_link.active {
    width: 300px;
}

#stripepaymentform button#card-button {
    display: inline-block;
    float: none;
    color: black;
    background-color: #0073a5;
    color: white;
}

.footer-box h3, .footer-box p, .footer-box a {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.r-tabs .r-tabs-nav {
    display: block;
}

@media only screen and (min-width: 1100px) {

}
@media only screen and (max-width: 1100px) {
    #masthead i.fa-close, #masthead i.fa-bars {
    display: inline-block;
}
    form.headersearch .form-autocomplete {
    display: none;
}
.template-box-sets .r-tabs .r-tabs-nav .r-tabs-tab {
    	text-align: center;
    	background-color: #E6C13F;
	width:100%;
	}
	.footer-box-container .footer-box {
    	display: flex;
    	justify-content: center;
    	align-items: center;
	}
	.w-row.footer-box-row {
	    display: flex;
	    flex-direction: column;
	    gap: 1rem;
	}
	#catalogue .r-tabs .r-tabs-nav .r-tabs-anchor {
    	width: 100%;
}
.menu-item-has-children > a:not(.sub-menu a)::after {
    display:none;
}
#google-reviews {
    display: flex;
    flex-direction: column;
}
}