/*
Theme Name: Clinic Nutrition V1.4
Author URI: http://www.brightcherry.co.uk/
Description: Clinic Nutrition Bespoke Theme
Version: 1.4
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body, html{height:100%}

:focus {/* remember to define focus styles! */
	outline: 0;
}

ol, ul {
	list-style: none;
}

a{
	color:#000;
}

em{
	font-style:italic;
}

a img {
	border: 0;
}

* {
	box-sizing: border-box;
}

strong{
	font-weight:700;
}

.clear{
	width:100%;
	clear:both;
	height:0;
}

p{
	margin:0 0 20px 0;
	font-size:15px;
	line-height:1.6em;
}

h1,h2,h3,h4,h5{
	font-weight:normal;
	line-height:1.4em;
}

h1{
	font-size:36px;
}

h2{
	font-size:28px;
}

h3,
h2.woocommerce-loop-product__title{
	font-size:28px !important;
}

h4{
	font-size:20px;
}

h5{
	font-size:16px;
}

.green{
	color:#5a9e3e
}

.btn,
.wpcf7-submit,
.button,
.woocommerce ul.products li.product .button,
.jdgm-write-rev-link,
.woocommerce-form-coupon .button,
.wc-stripe-checkout-button,
p.pc4uWooLookup #Pc4uBillingLookup{
	cursor:pointer;
	text-decoration:none;
	color:#fff !important;
	background:#9e3e6e !important;
	font-weight:400;
	padding:12px 30px;
	text-transform:uppercase;
	display:inline-block;
	border:0;
	border-radius:0 !important;
	font-weight:normal !important;
}

.btn:hover,
p.pc4uWooLookup #Pc4uBillingLookup:hover,
.wpcf7-submit:hover,
.button:hover,
.woocommerce ul.products li.product .button:hover,
.jdgm-write-rev-link:hover,
.woocommerce-form-coupon .button:hover,
.wc-stripe-checkout-button:hover{
	background-color:#ec9108 !important;
	cursor:pointer;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;	
}

.btn.large{
	padding:15px 40px;	
	font-size:18px;
}


.btn.round,
.woocommerce ul.products li.product .button{
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 25px !important;

  /* Firefox 1-3.6 */
  -moz-border-radius: 25px !important;
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 25px !important; 
}


.btn.small{
	padding:5px 25px;
	font-size:15px;
	line-height:1.4em;
}

.table{
	display:table;
	border-collapse: collapse;
	width:100%;
}

.table .table-cell{
	display:table-cell;
	width:48%;
}

.panel{
	padding:40px 0;
}

.panel h2,
.panel h3,
.panel h4,
.panel h5{
	padding-bottom:10px;
}

.panel .table-cell{
	text-align:left;
	padding:50px;
}

.panel .table-cell h4{
	padding-bottom:15px;
}


.panel .table-cell{
	background-size:cover;
	background-position:top center;
}

#catapult-cookie-bar{
	font-size:13px;
	box-shadow: 0px 15px 10px -15px #999;
}

.blocker {
	z-index: 9999999 !important;
}


/* =Colours
----------------------------------------------- */

.orange,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.single-product .single_add_to_cart_button.button.alt:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button.alt.wc-forward:hover{
	background-color:#FD9B27 !important
}


/* =Structure
----------------------------------------------- */

body {
	text-align:center;
	font-family: 'Noto Sans', sans-serif;
	color:#000;
	text-align:center;
	font-size:15px;
}

#wrapper{
	position:relative;
	width:100%;
	min-width:360px;
}

#main-content{
	width:100%;
	margin:0 auto;	
}

.setwidth{
	position:relative;	
	max-width:1450px;
	min-width:320px;	
	margin: 0 auto;
	padding:0 20px;
	text-align:left;
}

.limit-width{
	max-width:950px;
	text-align:left;
}

#main-content.lightbox-effect{
	background:black;
}

/* =Header
----------------------------------------------- */

#header{
	padding:20px 0 0 0;
	text-align:left;
	background:#fff;
}

#header a.logo{
	float:left;
	display:inline-block;
}

#header a.logo img{
	width:100%;
	height:auto;
}

#header h2.header-slogan {
	font-weight: 600;
	padding-left: 30px;
	font-size: 26px;
	padding-top: 18px;
	color: #134480;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.top-nav{
	float:right;
	position:relative;
	top:20px;
}

.top-nav a{
	text-decoration:none;	
	font-size: 15px;
	margin-left:30px;
	position:relative;
}

.top-nav a:hover{
	color:#5d94d6;
}

.top-nav a span.count{
	position:absolute;
	color:#fff;
	background:#000;
	font-size: 10px;
	line-height:1.4em;
	letter-spacing: .1px;
	text-align:center;
	display:block;
	top: -6px;
	left: 10px;
	height: 16px;
	min-width: 16px;
	border-radius: 50%;
}

.top-nav a i.fas{
	color:#5d94d6;
	font-size:18px;
	margin-right:12px;
}

#navigation a.showhidemenu,
.mobile-menu-elements{
	display:none;
}

#navigation{
	position:relative;
	background:#5d94d6;
	margin-top:20px;
	z-index:9;
}

#navigation h4{
	float:right;
	font-style:italic;
	color:#fff;
	padding-top:14px;
}

#navigation h4 a{
	color:#fff;
	text-decoration:underline;
}

#navigation h4 .far{
	padding-left:7px;
}


#navigation ul.nav{
	float:left;
}

#navigation ul.nav a{
	text-decoration:none;
	color:#fff;
	display:block;
	padding:16px 15px;
}

#navigation ul.nav li.menu-item-has-children > a{
	position:relative;
	padding-right:35px;
}

#navigation ul.nav li.menu-item-has-children > a:after{
 	font-family: "Font Awesome 6 Free";
	content: "\f107";
	padding-right:15px;	
	font-weight: 900;
	position:absolute;
	right:0;
	top:20px;
}

#navigation ul.nav li.mobile-menu{
	display:none;
}

#navigation ul.nav a:hover{
	background:#f2f2f2;
	color:#000;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;	
}	

#navigation ul.nav li{
	display:inline-block;
}


/* =Default
----------------------------------- */

#navigation ul.nav li ul.sub-menu{
	position:absolute;
	left:0;
	top:52px;
	max-width:980px;
	padding:20px;
	background:#fff;
	display:none;
	border-bottom-left-radius: 18px;
}

#navigation ul.nav li.default-menu{
	position:relative;
}


#navigation ul.nav li.default-menu ul.sub-menu{
	width:300px;
}

#navigation ul.nav li.default-menu ul.sub-menu li{
	color: #5d94d6;
	display:block;
	width:100%;
	border-bottom:1px solid #eee;
}


#navigation ul.nav li.default-menu ul.sub-menu li a{
	color: #5d94d6;
	display:block;
	width:100%;
	padding:8px 10px;
}



/* =Mega menu
----------------------------------- */

#navigation ul.nav li.mega-menu ul.sub-menu{
	position:absolute;
	left:0;
	top:52px;
	max-width:1080px;
	padding:20px;
	background:#fff;
	display:none;
}

#navigation ul.nav li.mega-menu .sub-menu li{
	width: 23%;
	margin-right:2%;
	float:left;
	padding-bottom:20px;
	border:2px solid #eee;
	position:relative;
}

#navigation ul.nav li.mega-menu .sub-menu li:nth-child(4n){
	float:right;
	margin-right:0;
}

#navigation ul.nav li.menu-item-167:after,
#navigation ul.nav li.menu-item-87:after,
#navigation ul.nav li.mega-menu .sub-menu:after{
  content: "";
  display: table;
  clear: both;
  height:0;
}

#navigation ul.nav li.mega-menu ul.sub-menu li a{
	padding:0;
	display:block;
	text-align:left;
	font-size:18px;
}

#navigation ul.nav li.mega-menu ul.sub-menu li:hover{
	border-color:#5d94d6
}

#navigation ul.nav li.mega-menu ul.sub-menu li a:hover{
	background-color:#fff;
}

#navigation ul.nav li.mega-menu ul.sub-menu li img{
	width:100%;
	display:block;
	height:auto;
	padding:80px 30px 10px 30px;
}


#navigation ul.nav li.mega-menu ul.sub-menu span.menu-image-title{	
  padding-top: 10px;
  display:block;
  color:#000;    
  text-align:center;
}


#navigation ul.nav li.mega-menu span.menu-item-description{
	color:#fff;
	position:absolute;
	right:0;
	top:25px;
	padding:6px 30px 6px 40px;
	background:#9e3e6e;
	border-radius: 5px 0 0 20px;
	font-size:15px;
}

#topstrap{
	background: #5a9e3e;
	padding:12px 15px;
	text-align:center;
}

#topstrap a{
	color:#fff;
}

#topstrap h3{
	color:#fff;
	font-weight:bold;
	font-size:16px !important;
}

/* =Header Down
----------------------------------------------- */

#topbar.nav-down {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:99999;
	background:#fff;
	transition: top 0.4s ease-in-out;  
	padding:5px 0 0 0;
}

#header #topbar.nav-down a.logo{
	width:240px;	
}

#header #topbar.nav-down h2.header-slogan{
	padding-top:12px;
	font-size:21px;
}

#header #topbar.nav-down #navigation{
	margin-top:0;
}

#header #topbar.nav-down .top-nav {
	top: 11px;
}

#topbar.nav-down #navigation ul.nav li ul.sub-menu{
	top:34px;
}


#header #topbar.nav-down #navigation ul.nav > li > a {
	padding-bottom:7px;
	padding-top:7px;
	font-size:15px;
}

#header #topbar.nav-down  #navigation ul.nav li.menu-item-has-children > a:after {
	top: 12px;
}


#header #topbar.nav-down #navigation h4 {
	padding-top: 6px;
	font-size: 16px;
}


/* =Header Features
----------------------------------------------- */

.feature-list{
	text-align:center;
	border-bottom:1px solid #eee;
}

.feature-list .setwidth{
	text-align:center;
}

.feature-list .item{
	display:inline-block;
	padding:16px 25px;
}

.feature-list .item h4{
	display:inline-block;
	font-size:13px;
}

.feature-list .item .fas{
	display:inline-block;
	margin-right:10px;
}




/* =Homepage Banner
----------------------------------------------- */

#banner{
	display:table;
	width:100%;
	position: relative;
	min-height:660px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

#banner .banner-left {
	display: table-cell;
	width: 40%;
	position: relative;
	background-color: rgb(0 0 0 / 60%);
	background-image:none !important;
}

#banner .banner-right{
	display:table-cell;
	width:60%;
	position:relative;
	background-size:cover;
	background-position:right center;
}

#banner .banner-right img.hero{
	display:none;
}

#banner img.bottle{
	position:absolute;
	bottom:20px;
	right:-100px;
	z-index:3;
}

#banner .text{
	text-align:left;
	padding:80px 10%;
}

#banner .text h1{
	text-transform:uppercase;
	font-size:60px;
	font-weight:700;
	color:#fff;
}

#banner .text h2{
	color:#fff;
	font-size:36px;
	padding:20px 0;
}

#banner .text p{
	color:#fff;
	font-size:24px;
	padding:20px 40px 20px 0;
  line-height: 1.2em;
}

#banner span.highlight{
	color:#ffa500;
	font-weight:bold;
}

#banner .text .btn{
	margin-top:30px;
}

#ticker-wrapper{
	padding:35px 0;
  box-shadow: inset 0px 1px 80px rgba(0, 0, 0, 0.03);	
  margin-bottom:30px;
}

#ticker-wrapper ul#webTicker{

}

#ticker-wrapper ul#webTicker li{
	font-size:18px;
	font-weight:normal;
	display:none;
}

#ticker-wrapper ul#webTicker li .green{
	display:inline-block;
	padding-right:20px;
	padding-left:140px;
	font-weight:600;
	font-style:italic
}

#ticker-wrapper i.fas{
	position: relative;
	bottom:2px;
  color: #5d94d6;	
	display:inline-block;
	padding:0 30px;
	font-size:8px;
}


/* =Guarantee panel
----------------------------------------------- */

.guarantee-panel{
	position: relative;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}



.guarantee-panel .text{
	position:relative;
	z-index:3;
	padding:80px 20px;
	text-align:center;
	max-width:820px;
	margin:0 auto;
}

.guarantee-panel .text h2{
	color:#fff;
	font-size:34px;
	padding:0 0 20px 0;
}

.guarantee-panel .text p,
.guarantee-panel .text p a{
	color:#fff;
	font-size:21px;
}

.guarantee-panel .text a:hover{
	text-decoration:none;
}

.guarantee-panel .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4); /* transparent grey overlay */
	z-index: 1;
}


/* =Footer
----------------------------------------------- */

#footer{
	padding-bottom:20px;
	margin:100px 0 0 0;
}

.footer-links{
	background:#333;
	padding:80px 0;
	text-align:left;
	margin-bottom:30px;
}

.footer-links .links{
	float:left;
	margin-right:70px;
	border-right:1px solid #444444;
	padding-right:70px;
	min-height:200px;
	max-width:450px;
}

.footer-links .links.last{
	border-right:0;
}

.footer-links .links h5{
	color:#add2ff;
	font-size:14px;
}

.footer-links .links ul{
	padding-top:15px;
}

.footer-links .links ul li{
	color:#fff;
	font-size:14px;
	padding:5px 0;
	width: 100%;	
	display:block;
	text-align:left;
}

.footer-links .links.last li{
	padding-bottom:10px;
}

.footer-links .links ul li .fas::before,
.footer-links .links ul li .far::before{
	float: left;
	margin-top: 8px;
}

.footer-links .links ul li a {
	font-family: 'Noto Sans', sans-serif;
	font-weight:normal;
}

.footer-links .links .fa-fw:before{
	width:30px;
	display: inline-block;
	text-align: center;	
}

.footer-links .links ul.icons li a{
	padding-left:5px;
}


.footer-links .links ul li a{
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

.footer-links .links ul li a span.desc{
	display:block;
	text-decoration:none;
	color:#999;
	font-size:13px;
	padding-top:2px;
}

.footer-links .links ul li .fas,
.footer-links .links ul li .far{
	margin-right:10px;
}

.footer-links .links ul li a:hover{
	color:#add2ff;	
}

#footer .pay-securely{
	position:absolute;
	right:20px;
	top:0;
	text-align:center;
}

#footer .pay-securely h4{
	font-size:14px;
	padding-bottom:20px;
	text-transform:uppercase;
	color:#fff;
}

#footer .pay-securely h4 i{
	padding-right:8px;
}

#footer .pay-securely ul{
	list-style-type:none;
	margin:0 auto;
}

#footer .pay-securely ul li{
	display: inline-block;
	margin:0 5px;
}

#footer .pay-securely ul li img{
	width:42px;
	height:auto;
}



#footer .footer-bottom .copyright{	
	text-align:left;
	width:50%;
	vertical-align:top;
}

#footer .footer-bottom .copyright p{
	font-size:14px;
	color:#999;
}

#footer .social i.fab{
	padding-right:10px;
	color:#8198c7;
	font-size:21px;
	position:relative;
	top:3px;
}

.scrollToTop{
	position:absolute;
	right:0;
	top:-30px;
	text-decoration:none;
	font-size:12px;
	padding:6px 20px;
	
	border:1px solid #CCCCCC;
	border-bottom:0;
	
	display:inline-block;
	text-shadow: 0px 1px 0 rgba(255,255,255,1);
	background-color: #F7F5F6; background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F5F6), to(#DDDDDD));
	background-image: -webkit-linear-gradient(top, #F7F5F6, #DDDDDD);
	background-image: -moz-linear-gradient(top, #F7F5F6, #DDDDDD);
	background-image: -ms-linear-gradient(top, #F7F5F6, #DDDDDD);
	background-image: -o-linear-gradient(top, #F7F5F6, #DDDDDD);
	background-image: linear-gradient(to bottom, #F7F5F6, #DDDDDD);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F7F5F6, endColorstr=#DDDDDD);	
}

.scrollToTop:hover{
	 background-color: #E0E0E0; background-image: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#BDBBBC));
	 background-image: -webkit-linear-gradient(top, #E0E0E0, #BDBBBC);
	 background-image: -moz-linear-gradient(top, #E0E0E0, #BDBBBC);
	 background-image: -ms-linear-gradient(top, #E0E0E0, #BDBBBC);
	 background-image: -o-linear-gradient(top, #E0E0E0, #BDBBBC);
	 background-image: linear-gradient(to bottom, #E0E0E0, #BDBBBC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E0E0E0, endColorstr=#BDBBBC);
}

.scrollToTop .fas{
	padding-left:5px;
}


/* Post /Page Content
------------------------------------------------------------------*/

.post-content-left{
	float:left;
	width:48%;
}

.post-content-right{
	float:right;
	width:48%;
}

.post-content a{
	color:#5d94d6
}

.post-content a:hover{
	text-decoration:none;
}

.tabs-container .post-content iframe{
	max-width:100%;
	height:auto;
	min-height:320px;
}

.post-content h1{
	padding:30px 0;
}

.post-content h2{
	padding:15px 0;
}

.post-content h3{
	padding:15px 0;
}

.post-content h4{
	padding-bottom:10px;
}

.post-content h5{
	padding-bottom:3px;
}

.post-content blockquote{

}

.post-content ul{
	margin:5px 40px 20px 20px;
	list-style-type:square;
}

.post-content .woocommerce-notices-wrapper ul{
	margin:0 0 20px 0;
}

.post-content ol{
	margin:5px 40px 20px 20px;
	list-style-type:decimal;
}

.post-content ul li,
.post-content ol li{
	padding:4px 0;
}

.post-content img{
	max-width:100%;
	height:auto;
}


/* =Blog Posts
----------------------------------------------- */

.blog-posts {}

.blog-posts h1 span{
	display:block;
	font-size:18px;
	color:#5d94d6
}

.blog-posts .post{
	position:relative;
	float:left;
	width:47%;
	padding:0 0 50px 0;
	margin:20px 0 80px 0;
}

.blog-posts .post:nth-child(odd){
	float:right;
	clear:right;
}

.blog-posts .post img{
	width:100%;
	height:auto;
}

.blog-posts .post h3{
	padding-top:20px;
}

.blog-posts .post .btn{
	position:absolute;
	left:0;
	bottom:0;
}

/* =Paging
--------------------- */

.wp-pagenavi {
	clear: both;
	padding:40px 0;
}

.wp-pagenavi a, 
.wp-pagenavi span {
	text-decoration: none;
	border: 2px solid #424245;
	padding: 8px 15px;
	margin: 0 8px 10px 8px;
	color:#fff;
	font-size:15px;
  display: inline-block;
  background:#424245;
}

.wp-pagenavi span.pages {
	border:0
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color:#fff;
	background:#5d94d6;
	border-color:#5d94d6
}

.wp-pagenavi span.current {
	font-weight: bold;
}


/* =Single Blog Post
----------------------------------------------- */

.single-post h1{
	padding-bottom:0;
}

p.meta{
	color: #999;
	position:relative;
	padding:10px 0;
}

.blog-post-navigation{
	margin-top:50px;
}

.blog-post-navigation .label{
	display:block;
	color: #5d94d6;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	padding-bottom:5px;
}

.blog-post-navigation .next .label .fas{
	padding-left:10px;
}

.blog-post-navigation .previous .label .fas{
	padding-right:10px;
}

.blog-post-navigation .previous{
	text-align:left;		
	background:#eee;
	padding:15px 20px;
}

.blog-post-navigation .next{
	text-align:right;
	background:#e6e6e6;	
	padding:15px 20px;
}

.blog-post-navigation .previous.bg-white,
.blog-post-navigation .next.bg-white{
	background:transparent;
}

#recent-news{
	margin-top:50px;
}

.panel h2,
.panel h3,
.featured h2,
.featured-product h2.title,
h2.jdgm-rev-widg__title,
#recent-news h2{
	font-size: 32px;
	padding-bottom: 25px;
	color: #5d94d6;
	text-transform: uppercase;
	text-align:center;
}

.panel h2,
.panel h3{
	text-align:left;
}

.boxes{
	text-align:left;
}

.boxes .box{
	border: 2px solid #eee;
	padding: 30px 30px 30px 30px;
	width:33.333333%;
	position:relative;
	vertical-align:top;
}

.box.table-cell.facebook{
	text-align:center;
	border:0;
	padding:0 0 0 30px;
}

.boxes .box .image{
	padding-bottom:20px;
}

.boxes .box .image img{
	width:100%;
}

.boxes .box .btn{
	position:relative;
}


/* WP Image alignment
------------------------------------------------------------------*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 25px 15px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 15px 25px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #eee;	
	max-width: 96%;
	padding: 14px 9px 9px 9px;
	margin-bottom:30px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #333;
	font-size: 16px;
	font-style:italic;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 4px;
	position: relative;
}

img.size-full{
	height:auto !important;
	width:auto !important;
}


/* =Accordion
----------------------------------------------- */

.accordion-content{
	display:none;
}

/* =FAQ page
----------------------------------------------- */

.faq-wrapper{
	padding-top:20px;
	padding-bottom:60px;
}

.faq{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}

.faq h2{
	font-size:18px;  
	padding:5px 0;
}

.faq h2 span.question{
	display:table-cell;
	padding:0 0 0 20px;
	vertical-align:middle;	
}

.faq h2 span.counter{
	display:table-cell;
}

.faq h2 span.counter span.number{
	line-height:2.6em;
	display:block;
	background:#5d94d6;
	color:#fff;
	width:50px;
	height:50px;
	text-align:center;

  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 50%; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 50%; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 50%; 
}

.faq h2.active,
.faq h2:hover{
	cursor:pointer;
	color:#5d94d6;
}

.faq-content{
	padding-left:70px;
	padding-top:20px;
	padding-bottom:40px;
}


/* =Contact page
----------------------------------------------- */

.page-id-13 h4{
	padding-top:10px;
}


.wpcf7-form{
	padding:30px;
	background:#f1f1f1;	
	margin-bottom:40px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 textarea,
.wpcf7 input[type=email],
.wpcf7 select{
	border:0;
	background:#fff;
	padding:8px;
	font-size:16px;
	width:85%;
}

.wpcf7-submit{
	margin-top:10px;
}

.wpcf7 .field{
	padding:0 0 12px 0;
}

.wpcf7 .field label{	
	display:block;
	line-height:1.6em;
	font-size:14px;
	font-style:italic;
	padding-bottom:4px;
}

.wpcf7 textarea{
	width:100%;
}

span.wpcf7-not-valid-tip {
	font-size:12px !important;
	font-weight:600 !important;
	color:#990000 !important;
	padding-top:5px;
}

div.wpcf7-response-output{
	margin:20px 0 0 0 !important;	
	padding:10px 15px !important;
	font-size:13px;
}

div.wpcf7-validation-errors{
	background:#990000 !important;
	color:#fff;
}

div.wpcf7-mail-sent-ok {
	background:green !important;
	color:#fff;
}


/* WooCommerce
------------------------------------------------------------------*/

.woocommerce-form-coupon-toggle{
	display:none !important
}

.woocommerce .checkout_coupon.woocommerce-form-coupon{
	display: block !important;
	border: none;
	padding: 0;
	margin: 0 0 20px 0;	
	border-radius: 0;
	float:right;
}

.woocommerce-cart-form:after,
.cart-collaterals:before,
.checkout_coupon.woocommerce-form-coupon:after{
  content: "";
  display: table;
  clear: both;
  height:0;
}


.checkout_coupon.woocommerce-form-coupon .form-row{
	width:auto;
}

.checkout_coupon.woocommerce-form-coupon input#coupon_code{
	padding: 10px;
	font-size: 18px;
	width:250px !important;
  height: 45px;	
 	float: right; 
}

.checkout_coupon.woocommerce-form-coupon .button{
	width: 180px !important;
	height: 45px;
	float: right;
	margin-left: 5px;
}


.woocommerce .content-area{
	text-align:left;
	padding-top:40px;
}

.woocommerce div.product .product_title{
	padding-bottom:0 !important;
	float:left;
}

.woocommerce div.product .price {
	font-weight:700;
	position:relative;
	bottom:10px;
}


.woocommerce-product-details__short-description{
	padding-bottom:20px;
}

.woocommerce-product-details__short-description .in-stock{
	color:#5a9e3e;
	font-size:16px;
	position:relative;
	bottom:15px;
	margin-bottom:15px;
}

.woocommerce-product-details__short-description .in-stock i{
	padding-right:4px;
}


.woocommerce div.product div.images.woocommerce-product-gallery {
	width: 40%;
}

.woocommerce-page div.product div.summary{
	width:52% !important;
}

.woocommerce .product_meta,
.added_to_cart.wc-forward{
	display:none !important;
}

.product-archive .price{
	display:none !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price{
	font-size:21px !important;
	color:#000 !important;
}

.woocommerce div.product p.price{
	padding-top:10px;
}

.xoo-wsc-sum-col {
	text-align: left;
}


.woocommerce ul.products img{
	display:block;
	width:100%;
	height:auto;
}

.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img{
	border:3px solid #fff;
}

.woocommerce div.product div.images .flex-control-thumbs{
	margin-top:10px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
	border-color:#FD9B27;
}




.jdgm-widget.jdgm-widget {
	position: relative;
	bottom: 10px;
}

.jdgm-preview-badge .jdgm-star {
	color: rgb(255 206 25) !important;
}

.single-product-details .label{
	color:#fff;
	float:right;
	padding:6px 30px 6px 40px;
	background:#9e3e6e;
	border-radius: 5px 0 0 20px;
	font-size:18px;
	margin-bottom:15px;
}


.single-product .below-button{
	margin-top:40px;
}

.single-product #wc-stripe-payment-request-wrapper,
.single-product #wc-stripe-payment-request-button-separator{
	display:none !important;
}


.single-product .single_add_to_cart_button.button.alt{
	background-color: #294097 !important;
	width: 300px;
	font-weight:700 !important;
	text-transform: uppercase;
	padding:15px 0;
	margin:0 0 0 15px;
	float:none !important;

  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 20px !important;

  /* Firefox 1-3.6 */
  -moz-border-radius: 20px !important;
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 20px !important; 
}



/* WooCommerce > Category
------------------------------------------------------------------*/

body.custom-category-template.tax-product_cat .term-description{
	padding:30px 0 0 0;	
}


body.custom-category-template.tax-product_cat .term-description p{
	font-size:18px;
}

body.custom-category-template.woocommerce.tax-product_cat ul.products.columns-3{
	max-width:450px;
}

body.custom-category-template.woocommerce.tax-product_cat ul.products.columns-3 li.product {
	width: 100%;
}

body.custom-category-template.woocommerce.tax-product_cat ul.products.columns-3 li.product a img {
	max-width: 350px !important;
}

body.custom-category-template.woocommerce.tax-product_cat .faq-wrapper{
	padding-top:50px;
}

body.custom-category-template.woocommerce.tax-product_cat .faq-wrapper .post-content{
	padding:15px 0 0 0;
}



.tab-content,
.tab-content.hide{
	display:none;
}

.tab-content.current{
	display:block;
	padding:20px 30px;
}

.tabs-container{
	padding:20px 0;
}

.tabs-container ul.tabs{
	margin-bottom:20px;
	border-bottom:1px solid #000;
}

.tabs-container ul.tabs li{
	text-align:center;
	display:inline-block;
	margin: 0;
}

.tabs-container ul.tabs li a{
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	color:#666;
	border:1px solid #eee;
	border-bottom:0;
	padding:8px 20px;
}

.tabs-container ul.tabs li a .fas{
	padding-right:8px;
}

.tabs-container ul.tabs li.current a{
	position:relative;
	top:1px;
	border-color:#5d94d6;	
	color:#fff;
	background: #5d94d6;
}

.tabs-container ul.tabs li.current a .fas{
	color:#fff
}

.tabs-container .tab-content{}

.tabs-container .tab-content#accessories .the-content{
	display:table;
	width:100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 20px 0;	
}

#reviews .the-content .btn{
	margin-bottom:20px;
}

#reviews .the-content .btn i{
	padding-right:6px;
}

#reviews .wpcf7{
	display:none;
}

#reviews form p{
	padding-top:15px;
}

.review-row{
	border-bottom:2px solid #5d94d6;
	margin-top:20px;
	margin-bottom:30px;
}

.review-row h3{
	font-size:18px !important;
	display:block;
	width:100%;
	padding-bottom:4px;
}

.review-row h3 span.date{
	float:right;
	font-size:15px;
	color:#666;
}


.review-row h5{
	font-size:14px !important;
}

.review-row .review{
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #eee;
}

.review-row .review h2{
	font-size:18px;
	padding-bottom:8px;
	font-weight:600;
}

.review-row .review p{

}

.ribbon {
  line-height: 1em;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  letter-spacing: -2px;
  display: block;
  width: 6rem;
  min-height: 4rem;
  background: linear-gradient(to bottom, #999999 0%, #cccccc 100%);
  color: white;
  float: left;
  padding-top: 10px;
  position: absolute;
  top:0;
  left:30px;
  -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.5));
  transform: translate3d(0, 0, 0);
}
.ribbon:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 3rem solid transparent;
  border-left: 3rem solid transparent;
  border-top: 1.5rem solid #CCCCCC;
  position: absolute;
  bottom: -24px;
  left: 0;
}

.ribbon.ribbon--blue {
  background: linear-gradient(to bottom, #1c91c0 0%, #11a9cc 100%);
}
.ribbon.ribbon--blue:after {
  border-top: 1.5rem solid #11A9CC;
}

.ribbon.ribbon--red {
  background: linear-gradient(to bottom, #d3362d 0%, #e57368 100%);
}
.ribbon.ribbon--red:after {
  border-top: 1.5rem solid #E57368;
}

.promo-banner{
	position:relative;
	background: #3769a5;
	margin-bottom:40px;
	padding:6px;
}

.promo-banner .ribbon-txt{
	max-width:120px;
	word-wrap: break-word;
}

.promo-banner .offer-txt{
	padding:0 50px 0 125px;
}

.promo-banner .offer-txt h3{
	color:#fff;
	font-size:21px !important;
}

.promo-banner .offer-txt p{
	color:#fff;
	font-size:18px;
	margin-bottom:10px;
}

.promo-banner .border{
	border: 1px solid #fff;
	width:100%;
	padding:20px;
}


/* WooCommerce > Archive
------------------------------------------------------------------*/

p.woocommerce-result-count,
form.woocommerce-ordering{
	display:none;
}

/* =Products
----------------------------------------------- */

.woocommerce ul.products li.product .label{
	color:#fff;
	position:absolute;
	right:-20px;
	top:-20px;
	padding:6px 10px 6px 16px;
	background:#5a9e3e;
	border-radius: 5px 0 0 20px;
	font-size: 13px;
	max-width: 95%;
}


.woocommerce ul.products li.product{
	text-align:center;
	position:relative;	
	vertical-align:top;	
	margin-top:40px !important;
	background:#f5f5f5;
	padding:50px 20px !important;
}

.woocommerce ul.products li.product h2{
	padding:10px 0;
}

.woocommerce ul.products li.product .onsale{
	left:20px !important;
	background-color: #ff7100;
	right:auto !important;
}

.woocommerce span.onsale {
	min-height: 4.236em !important;
	min-width: 4.236em !important;
	line-height: 4.236 !important;
}

.woocommerce ul.products li.product > a{
	position:relative;
	height:100%;
	display:block;
	padding-bottom:60px;
}

.woocommerce ul.products li.product a img{
	max-width:300px !important;
	height:auto;
	margin:0 auto !important;
	text-align:center;
	border:0;
}

.woocommerce ul.products li.product p{
	margin:0;
	font-size: 16px;
}

.woocommerce ul.products li.product .text{
	display:block;
	padding:20px 20px 20px 20px;
}

.woocommerce ul.products li.product .text h3,
h2.woocommerce-loop-product__title{
	padding-bottom:10px;
}

.woocommerce ul.products li.product .text span.price{
	display:block;	
	font-weight:bold;
	color: #b12704;
	margin-top:20px;
	font-size: 24px;
}


.woocommerce ul.products li.product .btn,
.woocommerce ul.products li.product .button{
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-left:12px;
	padding-right:12px;
	display:block !important;
} 

/* =Products > homepage overrides
----------------------------------------------- */

.home .woocommerce ul.products::before{
	display:none !important;
}

.home .woocommerce ul.products{
	display:grid;
	width:100%;
	text-align:center;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	margin-top:50px;
}

.home .woocommerce ul.products li.product{
	position:relative;
	float:none;
	width:100%;
	margin:0 !important;
}

.home ul.products li.product a img{
	max-width:225px !important;
}



/* WooCommerce Shop > force same height
------------------------------------------------------------------*/

.woocommerce-shop ul.products,
.tax-product_cat ul.products{
	display: flex;
	flex-wrap: wrap; 
}

.woocommerce-shop ul.products li.product,
.tax-product_cat ul.products li.product{
	display: flex;
	flex-direction: column;
}


.featured-product{
	margin:50px 0;
	background:#f5f5f5;
	padding:100px 0;
}

.featured-product .table{

}

.featured-product .featured-image{
	width:45%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}

.featured-product .featured-image img{
	display:none;
}

.featured-product .featured-text{
	width:55%;
	padding:60px 50px 60px 80px;
	text-align:left;
}

.featured-product .featured-text .btn {
	margin-top: 30px;
	min-width: 320px;
	text-align: center;
}

.featured-product .featured-text h2{
	text-transform:uppercase;
	padding-bottom:20px;
}


.jdgm-rev__icon::after, 
.jdgm-rev__buyer-badge {
	background-color: #5a9e3e !important;
}

.jdgm-star {
	color: #fbcd0a !important
}

.jdgm-quest{
	padding: 34px 0 20px 0 !important
}

.jdgm-rev__buyer-badge {
	margin-right:10px !important
}

.jdgm-rev__title {
	padding: 8px 0 !important
}

.jdgm-rev__icon {
	margin-right: 18px !important
}

.jdgm-ask-question-btn, .jdgm-write-rev-link {
	padding: 5px 30px !important
}

.jdgm-all-reviews-widget, .jdgm-rev-widg {
	border:0 !important;
}

.jdgm-rev{
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding:40px 25px !important;
}

.jdgm-rev:nth-child(odd){
	background:#f9f9f9;
}

.jdgm-rev-widg__header{
	padding:20px !important;
}

/*

.jdgm-rev-widg__summary {
	float: none !important;
	margin: 0 auto !important;
	text-align: center !important;
}


.jdgm-histogram {
	float: none !important;
	text-align: center !important;
	margin: 0 auto !important;
	border: 0 !important;
	clear: both !important;
}

.jdgm-widget-actions-wrapper {
	float: none !important;
	text-align: center !important;
	margin: 18px 0 !important;
}

*/


/* WooCommerce > Basket
------------------------------------------------------------------*/

.cross-sells{
	display:none !important
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
	min-width:550px;
}


.woocommerce .woocommerce-checkout-review-order table.shop_table,
.woocommerce form.woocommerce-cart-form table.shop_table{
	border-radius: 0;	
	border-collapse: collapse;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
	padding:20px !important;
}

.woocommerce form.woocommerce-cart-form table.shop_table > tbody > tr:last-child .coupon input {
	padding: 8px;
	width: 180px;
	margin-right: 6px;
	height: 34px;
}

.woocommerce form.woocommerce-cart-form table.shop_table thead,
.woocommerce .woocommerce-checkout-review-order table.shop_table thead{
	background:#eee;
}

.woocommerce form.woocommerce-cart-form table.shop_table .product-subtotal{
	text-align:right;
}

.woocommerce form.woocommerce-cart-form table.shop_table img {
	width: 100px;
}

/*
th.product-quantity,
td.product-quantity{
	display:none;
}
*/

div.cart_totals,
div#order_review{
	margin-top:15px;
}

div.cart_totals table.shop_table{
	border:0;
	background:#f3f3f3;
	border-radius: 0;
	margin-top:10px !important;
}

div.cart_totals table.shop_table td,
div.cart_totals table.shop_table th{
	padding:20px;
}

div.cart_totals table.shop_table tr{

}

.woocommerce-checkout h3{
	padding-bottom:12px !important;
}

.woocommerce-checkout h3#order_review_heading{
	padding-top:35px !important;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button.alt.wc-forward{
	background-color: #294097 !important;
}	

.woocommerce-cart .cart_totals .tax_label{
	display:none !important;
}

/* WooCommerce > Checkout
------------------------------------------------------------------*/


.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	padding:12px;
	background-color: #eee;
	color: #43454b;
	outline: 0;
	border: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-weight: 400;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon, 
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
	max-width: 40px;
	padding-left: 3px;
	margin: 0;
}


/* WooCommerce Pay for order page
------------------------------------------------------------------*/

.woocommerce ul.order_details li {
	margin-right: 4em !important;
	padding-right: 4em !important;
}   

.woocommerce ul.order_details li strong{
	padding-top:4px;
}


/* Login form
------------------------------------------------------------------*/

form#loginform,
form#lostpasswordform,
form#resetpasswordform,
form#registerform{
	max-width:450px;
	margin: 0 auto;
	padding: 40px 30px 30px 30px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.13);	
}

form#registerform{
	margin: 20px 0 0 0;
}

form#registerform{
	max-width:650px;
}

p.forgotpassword a{
	font-size:12px;
}

form#loginform p{

}

form#loginform label,
form#registerform label{
	display:block;
	padding-bottom:2px;
}

form#loginform .input,
form#lostpasswordform input[type=text],
form#resetpasswordform input[type=password],
form#registerform input[type=text],
form#registerform input[type=password],
form#registerform input[type=email],
form#registerform input[type=tel],
form#registerform select,
select#pc4uWooBillingDropdown{
	padding:12px 10px;
	width:100%;
	border:0;
	background:#eee;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.07);	
}

select#pc4uWooBillingDropdown{
	margin-top:10px;
}


input:required:focus {
  border:1px solid red !important;
}

.custom-form-wrapper{
	display:block;
	clear:both;
	position:relative;
	top:30px;
}

form#registerform .button{
	margin-top:20px;
}


/* Forgot password form
------------------------------------------------------------------*/

form#lostpasswordform legend,
form#lostpasswordform label,
form#resetpasswordform legend{
	display:none;
}

/* Form errors
------------------------------------------------------------------*/

.loginerror{
	border-left:4px solid red;
	padding:15px 15px 5px 15px;
	max-width:450px;
	margin: 0 auto 30px auto;
	
}

p.som-password-error-message {
	border:0;
	border-left:4px solid red;
	padding:15px 15px 15px 15px;
	max-width:450px;
	margin: 0 auto 30px auto;
	background:none;
	color:#000;
	border-radius:0;
}

.post-content ul.error-ul{
	margin: 0 40px 0 20px;
}

label.error{
	color:red;
	font-size:12px;
}

/* Register Page
------------------------------------------------------------------*/

.why-stockist{
	margin-top:20px;
}

.why-stockist ul{
	list-style-type:none;
	margin: 20px 0;
}

.why-stockist ul li{

}

.why-stockist ul li .fas{
	color:#5d94d6;
	padding-right:14px;
}

.why-stockist h2{
	color:#5d94d6;
	padding-bottom:12px;
}	

/* Voucher
------------------------------------------------------------------*/

form.woocommerce-form-coupon .form-row.form-row-last{
	float:left;
	margin-left:10px;
}

form.woocommerce-form-coupon .form-row.form-row-last .button{
	padding: 11px 30px;
}	



/* Testimonials
------------------------------------------------------------------*/

#testimonials{
	margin-top:60px;
	background-position:center center;
	background-size:cover;
	padding:260px 40px 140px 40px;
}

#testimonials .setwidth {
	background: rgb(255 255 255 / 90%);
	padding: 4% 40px 4% 40px;
}

#testimonials .testimonial{
	padding:25px;
	text-align:center;
}

#testimonials .testimonial h3{
	font-size:18px;
	font-style:italic;
}

#testimonials .testimonial h5 {
	font-size: 15px;
	color: #5d94d6;
	font-weight: 600;
}

#testimonials .testimonial p{
	font-size:14px;
	padding:20px 0 0 0;
}

#testimonials .testimonial-left{
	display:table-cell;
	vertical-align:top;
	width:36%;
}

#testimonials .testimonial-right{
	display:table-cell;
	vertical-align:top;
	width:36%;	
}

#testimonials .testimonial-middle{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:28%;
	padding:3%;
}

#testimonials .testimonial-middle h2 {
	font-size: 34x;
	text-transform: uppercase;
	font-weight: 600;
	color: #5d94d6;
	padding-bottom:40px;
}

#testimonials .testimonial-middle img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}

#testimonials .testimonial-middle img.stars{
	width:80%;
	height:auto;
}


.seen{
	max-width:750px;
	margin:0 auto;
	padding:40px 20px;
}

.seen h4{
	font-weight:700;
}

.seen p{
	font-size:32px;
	font-style:italic;
	font-weight:700;
}

.seen img{
	max-width:100%;
	height:auto;
	margin:20px 0 30px 0;
}

.goals{
	padding:20px 0 80px 0;
}

.goals h2{
	text-transform: uppercase;
	padding-bottom: 30px;
}

.goals .products{
	display:grid;
	width:100%;
	text-align:center;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 30px;		
}

.goals .products .product{
	margin-bottom:40px;
}

.goals .products .product a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
}

.goals .products .product img{
	display:block;
	width:100%;
	height:auto;
}

.goals .products .product span.title {
	display: block;
	position: absolute;
	width: 100%;
	padding: 10px;
	z-index: 3;
	color: #fff;
	background-color: #ec9108;
	font-weight: 600;
	text-transform: uppercase;
}

.goals .products .product a:hover span.title{
	background-color:#9e3e6e;
}