/*
Theme Name: 3 Ayursun Wellness - 3 WC
Author: trivia info it
Author URI: http://trivia.co.in/
Description: Bootstrap based wp theme for Ayursun Wellness - 3
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');

@import url("css/colors.css");
@import url("css/woo-checkout.css");




/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright,
img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter,
img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.alignnone,
img.alignnone {
	/* not sure about this one */
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

/*Wordpress editor styles end*/



html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
html {
	overflow-x: hidden;
	font-family: 'Noto Serif', serif;
	font-size: 1rem;
	color: var(--c9);
	line-height: 2;

}

.maincontainer {
	background: #fff;
	z-index: 0;
}

a,
a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
	.row {
		text-align: center;
	}
}

/*
	  HEADERS
  */
header {
	position: relative;
	display: block;
	z-index: 9999 !important;
}

/*
	  HEADER
  */
.header-1 {
	position: relative;
	display: block;
	background: var(--c1);
	color: var(--c4);
}

.header-1 .topLinks {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}

.header-1 .topLinks li {
	display: inline-block;
	list-style: none;
	padding: 0 0.6rem 0 0.6rem;
	margin: 0;
	border-right: 1px solid var(--c3);
}

.header-1 .topLinks li a {
	color: var(--c4);
}

.header-1 .topLinks li a .topLinkIcon {
	color: transparent;
	stroke: var(--c4);
	stroke-width: 21px;
}

/*
	  HEADER 2
  */
.header-2 {
	position: relative;
	display: block;
	background: var(--c4);
	border-bottom:1px dotted var(--c5);
	padding: 0.3rem 0 0.3rem 0;
}

.header-2 .logo {
	position: relative;
	display: block;
}

.header-2 .logo img {
	width: 75%;
	height: auto;
}

.header-2 .searchIconWrapper,
.header-2 .topCategoryWrapper,
.header-2 .cartIcon {
	color: var(--c2);
	border-right: 1px dotted var(--c7);
}

.header-2 .searchIconWrapper {
	border-left: 1px dotted var(--c7);
	cursor: pointer;
}

.header-2 .cartIcon a {
	font-size: 1rem;
	color: var(--c2);
}
.header-2 .customMiniCart a{
	color:var(--c2) !important;
}
/* SEARCH FORM */

#search-wrap {
	background: #fffcc4;
	padding: 20px 15px;
	overflow: hidden;
	opacity: 0;
	position: absolute;
	z-index: 1;
	left: -999em;
	box-sizing: border-box;
	width: 100%;
	top: 100%;
	transform: translateY(-100%);
	transition: transform 1s ease, opacity 1s ease, top 0s ease 1s,
		left 0s ease 1s;
}

#search-wrap.open {
	transform: translateY(0%);
	opacity: 1;
	left: 0;
	transition: transform 1s ease, opacity 1s ease;
}

#search form {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

#search input {
	padding: 0.3rem;
	font-size: 1rem;
	border-radius: 5px;
	border: 2px solid var(--c1);
	width: 100%;
}

#search #submit {
	padding: 7px 10px;
	background: var(--c2);
	border: 0;
	color: #fffcc4;
	text-transform: uppercase;
}

#search .left-side {
	float: left;
	width: 75%;
}

#search .right-side {
	float: right;
	width: 20%;
}

/*
	  FIXED HEADER
  */

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 0;
	width: 100%;
	border-bottom: 1px solid var(--c5);
	z-index: 999 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* 
  .sticky .navbar-nav>li {
	  padding: .75rem .75rem 0rem .75rem;
	  -webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
  
  } */

/*
	  DROP DOWN
  */

.navbar {
	margin: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.navbar-default {
	border: none;
	border-color: 0;
	border-radius: 0px;
}

.navbar-nav {
	width: 100%;
	padding: 0;
}

.navbar-nav>li {
	padding: 1rem 2rem 0rem 2rem;
	position: relative;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.navbar-nav>li a {
	position: relative;
	font-size: 1.1rem;
	font-weight:300;
	letter-spacing:.1rem;
	color: var(--c1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	z-index: 99 !important;
}

.navbar-nav>li a:hover {
	color: var(--c9) !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*
  .navbar-nav:hover li a{
	  color:#707E9C !important;
  }
  .navbar-nav li a:hover{
	  color:#22EBBE !important;
  }*/

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: #d4d3d1;
	border: 1px solid #59585d !important;
	border-radius: 0.25rem;
}

@media (max-width: 768px) {
	.navbar-default {
		margin-top: 0;
	}

	.navbar-nav {
		border-top: 1px dotted #d4d3d1;
		margin-top: 0.5em;
	}

	.navbar-nav>li {
		width: auto;
		text-align: left;
	}
}

.navbar-brand h2 {
	text-align: left;

	font-size: 1.2em;
	color: #98652c;
	margin: 0 !important;
	padding: 0 !important;
}

.navbar-nav>li:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu,
.dropdown-submenu {
	background-color: #253939;
	-webkit-background-clip: none;
	background-clip: none;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	/* -webkit-border-radius: 0 6px 6px 6px;
	  -moz-border-radius: 0 6px 6px;
	  border-radius: 0 6px 6px 6px;*/
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li {
	padding: 0.2em 1em 0.2em 1em;
	border-bottom: 1px dotted #888;
}

.dropdown-menu>li>a {
	font-size: 1em !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background-color: transparent !important;
	padding-left: 0.5em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*
	  SLIDER
  */

.topSlider {
	width: 100% !important;
	height: 84vh;
	position: relative;
	display: block !important;
	background: var(--c4);
	text-align: center;
	overflow: hidden !important;
	border-bottom: 6px solid var(--c1);
	-moz-box-shadow: inset 0 -10px 10px -10px #000000;
	-webkit-box-shadow: inset 0 -10px 10px -10px #000000;
	box-shadow: inset 0 -10px 10px -10px #000000;
	z-index: 0 !important;

	background-position: top (170px) center;
	background-attachment: fixed;
	background-size: cover;
}
.topSlider img{
	width:100% !important;
}
.topSlider video {
	position: absolute;
	top: 0%;
	left: 0%;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	z-index: 0;
}

/*
	  DUMMY DIV
  */
.dummyDiv {
	position: relative;
	display: block;
	height: 6vh;
	z-index: -1;
}

/*
	  CATEGORIES
  */
.shopCategories {
	position: relative;
	display: block;
	margin: 3rem 0 3rem 0;
}

.shopCategories .categoryDiv {
	position: relative;
	display: block;

	overflow: hidden;
}

.shopCategories .categoryDiv .categoryMeta {
	position: absolute;
	display: block;
	top: 40%;
	left: 5%;
	width: 90%;
	color: var(--c5);
	z-index: 12;
}

.shopCategories .categoryDiv.tall50 .categoryMeta {
	top: 40%;
}

.shopCategories .categoryDiv .categoryMeta h2 {
	position: relative;
	display: block;
	color: var(--c4);
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.shopCategories .categoryDiv .categoryMeta a,
.catLink {
	position: relative;
	display: block;
	background: var(--c2);
	width: 45%;
	margin-top: 1rem;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.catLink {
	width: 45% !important;
}

.shopCategories .categoryDiv .categoryMeta a span {
	color: var(--c4);
	padding: 0.3rem;
	font-size: 1rem;
}

.shopCategories .categoryDiv .categoryMeta a span .moreIcon {
	position: relative;
	margin-left: 0.1rem;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.shopCategories .categoryDiv .categoryImage,
.catPageImg {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	z-index: 0;
}

.shopCategories .categoryDiv .categoryImage img,
.catPageImg img {
	width: 100%;
	height: auto;

	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
}

.catPageImg img {
/* 	max-height: 240px; */
}

.shopCategories .categoryDiv:hover .categoryMeta h2 {
	color: var(--c9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shopCategories .categoryDiv .categoryMeta a:hover {
	background: var(--c1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.shopCategories .categoryDiv .categoryMeta a:hover span .moreIcon {
	margin-left: 0.6rem;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.shopCategories .categoryDiv:hover .categoryImage img {
	filter: opacity(0.48);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

/************
	  NEW ARRIVALS
  ************/
.newArrivals {
	position: relative;
	display: block;
	margin: 3rem 0 3rem;
}

.newArrivals .newProductDiv,
.allProducts .newProductDiv {
	position: relative;
	display: block;
	border: 1px solid var(--c5);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.newArrivals .newProductDiv .onsale,
.allProducts .newProductDiv .onsale {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--c2);
	color: var(--c4);
	text-align: center;
	padding: .1rem .6rem .1rem .6rem;
}

.newArrivals .newProductDiv .newProductImage,
.allProducts .newProductDiv .newProductImage {
	position: relative;
	display: block;
	min-height: 270px;
	vertical-align: middle
}

.newArrivals .newProductDiv .newProductImage img,
.allProducts .newProductDiv .newProductImage img {
	display: inline-block;
	width: 80%;
	height: auto;
/* 	max-height:263px; */
	max-width:auto !important;
	min-width:auto !important;
	vertical-align: middle
}

.newArrivals .newProductDiv .newProductMeta,
.allProducts .newProductDiv .newProductMeta {
	position: relative;
	display: block;
}

.newArrivals .newProductDiv .newProductMeta .productTitle,
.allProducts .newProductDiv .newProductMeta .productTitle {
	position: relative;
	display: block;
	line-height: 1.2;
	margin-bottom: 0.6rem;
}

.newArrivals .newProductDiv .newProductMeta .productTitle a h3,
.allProducts .newProductDiv .newProductMeta .productTitle a h3 {
	display: block;
	position: relative;
	margin: 0;
	font-size: 1.2rem !important;
	color: var(--c2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.newArrivals .newProductDiv .newProductMeta .productTitle span a,
.allProducts .newProductDiv .newProductMeta .productTitle span a {
	font-size: 1rem;
	color: var(--c1);
	display: block;
}

.newArrivals .newProductDiv .newProductMeta .newProductPrice a,
.allProducts .newProductDiv .newProductMeta .newProductPrice a {
	position: relative;
	display: block;
	color:var(--c2) !important;
	border-top: 1px solid var(--c5);
}

.newArrivals .newProductDiv .newProductMeta .newProductPrice del,
.allProducts .newProductDiv .newProductMeta .newProductPrice del {
	text-decoration: line-through !important;
}

.newArrivals .newProductDiv .newProductMeta .newProductPrice .amount,
.allProducts .newProductDiv .newProductMeta .newProductPrice .amount {
	position: relative;
	display: inline-block;
	color: var(--c1);
	padding-top: 1rem;

}

.newArrivals .newProductDiv .newProductMeta .newProductPrice .addCart,
.newArrivals .newProductDiv .newProductMeta .newProductPrice .addFav,
.allProducts .newProductDiv .newProductMeta .newProductPrice .addCart,
.allProducts .newProductDiv .newProductMeta .newProductPrice .addFav,
 .allProducts .newProductDiv .newProductMeta .newProductPrice .add_to_cart_button .addCartIcon{
	position: relative;
	display: block;
	color: var(--c2) !important;
	background: transparent !important;
}

.newArrivals .newProductDiv:hover,
.allProducts .newProductDiv:hover {
	border: 1px solid var(--c7);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.newArrivals .newProductDiv:hover .newProductMeta .productTitle a h3,
.allProducts .newProductDiv:hover .newProductMeta .productTitle a h3 {
	font-weight: bold;
	color: var(--c9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/************
	  CALL NOW
  ************/
.callNow {
	position: relative;
	display: block;
	margin-top: 3rem;
	line-height: 1.5;
	padding: 3rem 0 3rem 0;
	background: var(--c5);
}

.callNow .callNowBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url('images/map.png');
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
/* 	filter: opacity(0.3); */
	z-index: 1;
}

.callNow div[class^="col-"] {
	z-index: 9;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	color: var(--c1);
}

.callNow span {
	display: block;
	font-size: 0.93rem;
	font-weight: normal;
	letter-spacing: normal;
}

.callNow a {
	display: block;
	position: relative;
	background: var(--c4);
	z-index: 99;
}

.callNow a span {
	position: relative;
	font-size: 1.5rem;
	padding: 0.6rem;
	color: var(--c2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.callNow a:hover span {
	font-weight: bold;
	color: var(--c9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/************
	  BLOG SECTION
  ************/
.blogSection {
	position: relative;
	display: block;
	background: var(--c6);
	padding: 3rem 0 3rem 0;
}

.blogSection .blogDiv {
	position: relative;
	display: block;
	border: 1px solid var(--c5);
}

.blogSection .blogDiv .blogImage {
	position: relative;
	display: block;
}

.blogSection .blogDiv .blogImage img {
	width: 100%;
	height: auto;
	min-height: 155px;
}

.blogSection .blogDiv .blogMeta {
	position: relative;
	display: block;
	line-height: 1.74;
}

.blogSection .blogDiv .blogMeta h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--c2);
	padding: 0;
	margin: 0.6rem 0 0.3rem 0;
}
.blogSection .allBlogsLink{
	position:relative;
	display:block;
	padding:.3rem;
	background-color:var(--c2);
	color:var(--c4);
	font-size:.93rem;
	font-weight:300;
	letter-spacing:.03rem;
	margin:1rem auto !important;
	text-align:center !important;
}
.allBlogs{
	position:relative;
	display:blog;
}
.allBlogs .allBlogDiv{
	position:relative;
	display:block;
	border:1px solid var(--c5);
}
 .allBlogs .allBlogDiv h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--c2);
	padding: 0;
	margin: 0.6rem 0 0.3rem 0;
}
.allBlogs .allBlogDiv .allBlogImage{
	position:relative;
	display:block;
	
}
.allBlogs .allBlogDiv .allBlogImage img{
	width:100%;
	height:auto;
}
.blogSection .newsSection {
	position: relative;
	display: block;
	height: 100%;
	background: var(--c5);
}

.blogSection .newsSection .newsDiv {
	position: relative;
	display: block;
	line-height: 1.5;
	border-bottom: 1px dotted var(--c7);
	margin-bottom: 1rem;
}

.blogSection .newsSection .newsDiv .newsDate {
	position: relative;
	display: block;
	background: var(--c2);
	color: var(--c4);
	line-height: 1.5;
}

.blogSection .newsSection .newsDiv h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--c2);
	padding: 0;
	margin: 0rem 0 0.3rem 0;
}

/************
	  FOOT INFO
  ************/
.footInfo {
	position: relative;
	display: block;
	background: var(--c5);
	color: var(--c9);
	padding: 3rem 0 3rem 0;
}

.footInfo .footInfoDiv {
	position: relative;
	display: block;
	font-size: .93rem !important;
	font-weight:300;
	line-height: 1.5;
	border-right: 1px solid var(--c7);
}

.footInfo .footInfoDiv .footInfoIcon {
	color: var(--c2);
}

.footInfo .footInfoDiv span {
	display: block;
	font-size:.84rem;

}

/*
	  HOME PAGE TITLE
  */
.page-titles {
	display: block;
	position: relative;
	/*margin: 1em auto 1em auto;*/
	line-height: 1.5;
	z-index: 9 !important;
}

.page-titles h2,
.page-titles h4,
.page-titles .mainTitle {
	position: relative;
	display: block;
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	font-size: 2em !important;
	color: var(--c2);
	text-transform: none;
	z-index: 99 !important;
	line-height: 1.1;
}

.page-titles .subTitle {
	position: relative;
	display: block;
	color: var(--c9);
	text-transform: uppercase;
	font-size: 0.93rem !important;
	font-weight: normal;
}

.page-titles .subTitle .dashLine {
	position: relative;
	display: inline-block;
	height: 2px;
	line-height: 2px;
	margin-left: 0.6rem;
	width: 21px;
	background: var(--c1);
}

.page-titles .subTitle .nums {
	position: relative;
	display: inline-block;
	font-size: 1rem !important;
	font-family: "Archivo Black", sans-serif;
	color: var(--c7);
	margin-right: 0.3rem;
	vertical-align: top !important;
	overflow: hidden;
}

/*
	  MORE
  */
a.readMore {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--c1);
	padding: 0.3rem;
	width: 42%;
	border-radius: 20px;
	margin-top: 1.2rem;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}

a.readMore::after {
	position: absolute;
	content: "";
	top: 0;
	left: -30%;
	width: 30%;
	height: 100%;
	background: rgba(255, 255, 255, 0.39);
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}

a.readMore span {
	display: block;
	text-align: center;
	color: var(--c4);
}

a.readMore .readMoreIcon {
	background: var(--c4);
	color: var(--c1);
	padding: 0.1rem;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

a.readMore:hover::after {
	left: 100%;
	width: 12%;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

.noGap {
	margin: 0;
	padding: 0;
}







/*
	SIDE BAR
*/
.sub-page-title {
	position: relative !important;
	padding: 3em 0 3em 0 !important;
	background: #f9f9f9 !important;
	text-align: center;
	overflow: hidden;
	margin-top: 0em !important;
	margin-bottom: 6em;
	-moz-box-shadow: inset 0 -10px 10px -10px #333;
	-webkit-box-shadow: inset 0 -10px 10px -10px #333;
	box-shadow: inset 0 -10px 10px -10px #333;
	z-index: 9 !important;
	border-bottom: 6px solid var(--c2);
}

.sub-page-title:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../images/bg-pattern-6.png) repeat-x;

	filter: opacity(0.021);
}

.sub-page-title h2,
.sub-page-title hr {
	position: relative;
	z-index: 3;
}

.sub-page-title h2 {
	position: relative;
	color: var(--c2);

	font-size: 3em;
	margin: 0em auto 0.5em auto;
	text-transform: uppercase;
	z-index: 9 !important;
}

.sub-page-title hr {
	width: 10%;
	background: none;
	border: none;
	border-bottom: 3px solid var(--c1);
	margin: 0.5em auto 0.5em auto;
}

#main-container {
	position: relative;
	margin-bottom: 6rem;
}

.subPages {
	position: relative;
	display: block;
}

.subPages img {
/* 	width: 100%; */
	height: auto;
}

.white-content {
	background: rgba(242, 242, 242, 0.3);
	padding: 1em;
	margin-bottom: 2em;
	border: 1px solid var(--c5);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	line-height: 1.7;
}

.subPages ul {
	position: relative;
	width: 90%;
	margin: 2rem auto 2rem auto;
	padding: 3rem;
	background: var(--c6);
	border: 1px solid var(--c5);
}

.subPages ul li,
.white-content li {
	list-style: none;
	border-bottom: 1px solid var(--c5);
	margin: 0.6rem 0 0.6rem 0;
	padding-bottom: 0.1rem;
}

.white-content li a {
	color: var(--c7);
}

.white-content .current_page_item a,
.white-content li a:hover {
	color: var(--c1);
}

.cPages .title-4,
.white-content .title-4,
.subPages .title-4 {
	font-size: 1.2em;
	font-weight: 600;
	color: var(--c2);
	font-family: "Source Sans Pro", sans-serif;
}

/*
	  breadcrumbs
  */

#breadcrumbs {
	position: relative;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0 !important;
	z-index: 99 !important;
}

#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}

#breadcrumbs li:first-child {
	margin-left: 0 !important;
}

#breadcrumbs li a,
#breadcrumbs li.item-current {
	font-family: "Playfair Display", serif;
	font-size: 1em;
	color: #ccc;
	font-weight: normal;
	text-transform: none;
}

#breadcrumbs li.item-current {
	color: var(--c1);
	font-weight: normal;
}

#breadcrumbs .separator {
	font-size: 18px;
	color: #253939;
}

/*
	  SEARCH
  */
.search-container {
	margin-bottom: 3em;
}

.search-container .search-page-title {
	position: relative;
	display: block;
	font-size: 1.6em;
	font-family: "Playfair Display", serif;
}

.search-container .searchResults li {
	position: relative;
	list-style: none;
	margin: 0.9em 0 0.9em 0;
	padding-bottom: 0.2em;
	padding-left: 0em;
	border-bottom: 1px dotted #ccc;
}

.search-container .searchResults li:before {
	display: none;
}

.search-container .searchResults li:hover .title-5 {
	font-weight: 600;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.search-container .searchResults .title-5 {
	position: relative;
	display: block;
	font-size: 1.2em;
	color: var(--c1);
	font-family: "Playfair Display", serif;
	font-weight: normal;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/******************
	  SUB PAGES
/******************
  
  
  
  /*
	  PRODUCT CHILD PAGES
  */

.child_pages {
	display: block;
	margin-top: 4em;
	margin-bottom: 4em;
}

.child_pages .title-4 {
	font-size: 1.6em;
	color: #05aac6;
	display: block !important;
	width: 100%;
	margin: 2em 0 2em 0;
}

.childPage {
	border: 1px dotted #ccc;
	display: block;
	text-align: center;
}

.childPage h2 {
	font-size: 1.2em !important;
	color: var(--c2);
	font-family: "Playfair Display", serif;
	display: block !important;
	width: 100%;
	margin: 2em 0 2em 0;
}

.childPage:hover h2 {
	color: var(--c1);

	-webkit-transition: all 1s;
	transition: all 1s;
}

.childPage img {
/* 	max-height: 220px;
	min-height: 220px; */
	width: 100%;
}

@media (max-width: 768px) {
	.childPage {
		min-width: 98%;
		width: 98%;
	}
}

ul.faq,
ul.otherInfo
{
	position:relative;
	display:block;
	background:none !important;
	width:98% !important;
	border:none !important;
	margin:1rem 0 1rem 1rem  !important;
	padding:0 !important;
}


.faq li.q {
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
    color: var(--c2);
}





/*
	  GO TOP
  */
#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;

	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}

#back-to-top .goTop {
	color: var(--c1) !important;
	font-size: 2em;
}

#back-to-top .goTop:hover {
	color: #ccc !important;
}

#back-to-top.show {
	opacity: 1;
}

/*
	  FOOTER
  */
.footer1 {
	position: relative;
	background: #C2D8B9 !important;
	color: var(--c1);
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.footer1 .footerIntro {
	position: relative;
	display: block;
}

.footer1 .footerIntro img {
	width: 100%;
	height: auto;
	text-align: right;
}

.footer1 .footerIntro h2 {
	font-size: 2.1rem;
	color: var(--c1);
}

.footer1 .footerTitle {
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "Fira Sans", sans-serif;
	color: clr(--c7);
}

.footer1 .footLinks {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}

.footer1 .footLinks li {
	position: relative;
	display: block;
	list-style: none;
/* 	padding-left: 0.9rem; */
	border-bottom: 1px solid var(--c5);
}
/* 
.footer1 .footLinks li:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	color: var(--c7);
	z-index: 0;
} */

.footer1 .footLinks li a {
	color: var(--c1);
	font-size:.93rem !important;
}

.footer1 .footer1A {
	position: relative;
	display: block;
	line-height: 1.3;
}

.footer1 .footer1A .footer1ADiv {
	position: relative;
	display: block;
	background: var(--c1);
}

.footer1 .footer1A .c2 {
	filter: contrast(1.5);
}

.footer1 .footer1A .footer1ADiv .footerIconWrapper {
	display: inline-block;
	position: relative;
	background: var(--c5);
	width: 5vw;
	height: 5vw;
	border-radius: 50%;
	padding: 1rem;
	text-align: center !important;
}

.footer1 .footer1A .footer1ADiv .footerIconWrapper .footerIcon {
	color: var(--c1);
}

.footer1 .footer1A .footer1ADiv .footer1AText {
	font-size: 1.5rem;
}

.footer1 .footer1A .footer1ADiv .footer1AText span {
	display: block;
	position: relative;
	display: block;
	color: var(--c9);
	font-family: "Pragati Narrow", sans-serif;
	text-transform: uppercase;
	font-size: 0.93rem !important;
	font-weight: normal;
}

.footer2 {
	position: relative;
	display: block;
	background: var(--c6);
	padding: 0.3rem 0 0.3rem 0;
}

/*
	  SEE MORE
  */
.chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	top: 70vh;
	left: 48%;
	right: 48%;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
	display: block;
	z-index: 99 !important;
}

.chevron:first-child {
	animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
	animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #fff;
}

.chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
}

.chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
}

@keyframes move {
	25% {
		opacity: 1;
	}

	33% {
		opacity: 1;
		transform: translateY(30px);
	}

	67% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}

.text {
	display: block;
	margin-top: 75px;
	margin-left: -30px;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0.25;
	animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
	to {
		opacity: 1;
	}
}

.wpcf7
{
	position:relative;
	display:block;
}
.wpcf7 input,
.wpcf7 textarea
{
	width:98%;
	padding:.3rem;
}

/******************
	WOO COMMERCE PRODUCT PAGES
/******************/
h1.product_title {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--c2);
}

.single_add_to_cart_button,
.checkout-button {
	background: var(--c2) !important;
}

.qty {
	color: var(--c9);
}

.product_meta .posted_in a {
	color: var(--c2);
}


/******************/
/*	MINI CART
/******************/
.woocommerce-mini-cart {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item {
	display: inline-block;
	list-style: none;
	width: 100%;

	float: left;
}

ul.product_list_widget li a.remove {
	position: absolute;
	right: 0px;
	z-index: 9;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item a {
	position: relative;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item a img {
	width: 100%;
	height: auto;
}

ul.dropdown-menu-mini-cart {

	left: 0% !important;
	width:30% !important;
	padding:1rem;
	background: var(--c4) !important
}

ul.dropdown-menu-mini-cart li {
	width: 100% !important;
	padding: 0;
	margin: 0;
}

ul.dropdown-menu-mini-cart li a {
	font-size: .86667rem !important;
}

ul.dropdown-menu-mini-cart li img {
	max-width: 40px !important;
}

ul.dropdown-menu-mini-cart li .quantity {
	font-size: .86667rem !important;
}

ul.dropdown-menu-mini-cart li .woocommerce-mini-cart__total {
	font-size: .86667rem !important;
}



/******************/
/*	CHECKOUT
/******************/
/****************Customizing Woocommerce Checkout Page with CSS***************/
.woocommerce-info {
	border-top-color: var(--c1) !important;
}

.woocommerce form .form-row {
	width: 100% !important;
}

.woocommerce-billing-fields {
	width: 100% !important;
	display: table !important;
	position: relative !important;
	max-width: unset !important;
}

.woocommerce-billing-fields>div {
	width: 100% !important;
	display: block !important;

}

.woocommerce-page.woocommerce-checkout .col2-set .col-1 {
	float: none !important;
	width: 100% !important;
}

.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
	width: 100% !important;
	padding: 8px;
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
	width: 100%;
	height: 30px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: left;
	width: 100%;
}




.custom-checkout h3 {
	background-color: var(--c1);

	width: 45%;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	margin-top: 50px;
	color: #FFF;
	float: right;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: .6180469716em;
	background-color: #f2f2f2;
	color: #43454b;
	outline: 0;
	border: 0;
	-webkit-appearance: none;
	border-radius: 2px;
	box-sizing: border-box;
	font-weight: 400;
	border: solid 2px #e4e4e4;
}

#wc_checkout_add_ons {
	width: 45%;
	float: right;
	text-align: center;
}

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

	.woocommerce-shipping-fields h3,
	.woocommerce-billing-fields h3 {
		width: 100%;
	}

	.woocommerce .col2-set,
	.woocommerce-page .col2-set {
		width: 45%;
		float: left;
	}

	.woocommerce-checkout-review-order {
		width: 45%;
		float: right;
	}
}

@media screen and (max-width: 979px) {
	.custom-checkout h3 {
		width: 100%;
	}
}

/* Woocommerce Styles */
.woocommerce-message {
	display: none;
}

.woocommerce-cart.full-width-content .content,
.woocommerce-checkout.full-width-content .content {
	max-width: 100%;
}

.woocommerce-cart .woocommerce table.shop_table td.actions {
	border-top: 1px solid #e6e6e6;
	background: #f7f7f7;
	border-bottom: 0px solid #e6e6e6;
}

.woocommerce-cart .entry-content form {
	width: 60%;
	float: left;
}

.woocommerce-cart .woocommerce .cart-collaterals {
	width: 33%;
	float: right;
}

.woocommerce-cart .woocommerce .cart-collaterals h2 {
	display: none;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
	width: 100%;
}

#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th {
	color: #034997;
	font-size: 14px;
	font-size: 1.4rem;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td {
	color: #555;
	font-size: 16px;
	font-size: 1.6rem;
}

.woocommerce-cart .woocommerce table.shop_table th {
	border-bottom: 2px solid #034997;
}

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
	border: 1px solid #e6e6e6;
	margin: 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 0;
	border-bottom: none;
	border-right: none;
	margin-bottom: 35px;
	border-bottom: 1px solid #e6e6e6;
}

body #add_payment_method #payment ul.payment_methods li input,
body.woocommerce-cart #payment ul.payment_methods li input,
body.woocommerce-checkout #payment ul.payment_methods li input {
	width: auto;
	margin: -2px .5em 0 0;
}

body .woocommerce form .form-row .input-checkbox {
	width: auto;
	margin: -2px 5px 0 0;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr td,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th {
	border-top: none;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	color: var(--c1);
	text-align: right;
	padding: 10px 20px;
}

body #add_payment_method table.cart td,
body #add_payment_method table.cart th,
body.woocommerce-cart table.cart td,
body.woocommerce-cart table.cart th,
body.woocommerce-checkout table.cart td,
body.woocommerce-checkout table.cart th {
	border-right: 1px solid #e6e6e6;
}

#add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th {}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	border-bottom: 1px solid #e6e6e6;
}

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
	background: var(--c1) !important;
	font-weight: 500;
}

body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
	background: var(--c2) !important;
}

body .woocommerce .cart .button,
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
	background: #034997 !important;
	color: #fff;
	font-weight: 500;
	border-radius: 40px;
}

body .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: right;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 0;
	font-size: 1.25em;
	padding: 1em;
	border-radius: 40px;
	margin-top: .5em;
}

body .woocommerce form .form-row-first,
body .woocommerce form .form-row-last,
body .woocommerce-page form .form-row-first,
body .woocommerce-page form .form-row-last {
	width: 49%;
}

body .woocommerce #respond input#submit.disabled,
body .woocommerce #respond input#submit:disabled,
body .woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled] {
	background: #ccc;
}

body .woocommerce a.checkout-button.button.alt {
	border-radius: 40px;
}

body .woocommerce #content table.cart td.actions .coupon,
body .woocommerce table.cart td.actions .coupon {
	width: 68%;
}

body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 8px 6px 7px;
	width: 65%;
}

body .woocommerce table.shop_table td {
	padding: 15px;
}

body .woocommerce-checkout table.shop_table td {
	text-align: right;
	border-right: 1px solid #e6e6e6;
	border-top: 0;
}

.woocommerce a.remove {
	margin: 0 auto;
}

.woocommerce-cart .woocommerce table.shop_table th.product-remove,
.woocommerce-cart .woocommerce table.shop_table th.product-name {
	text-align: center;
}

.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal {
	text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
	text-align: right;
}

.woocommerce-checkout #add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.woocommerce-checkout .woocommerce .col2-set {
	width: 47.8260869565%;
	float: left;
	margin-right: 4.347826087%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 {
	margin-bottom: 2em;
	width: 100%;
	float: none;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	background: #fff;
	width: 47.8260869565%;
	float: right;
	margin-right: 0;
}

.woocommerce-checkout #ship-to-different-address-checkbox {
	width: auto;
	float: right;
	margin-left: 15px;
	margin-top: 10px;
	opacity: 1;
	position: static;
}

.woocommerce-checkout #ship-to-different-address label {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	text-transform: uppercase;
	color: #000;
}

.woocommerce-checkout .woocommerce form .form-row.create-account label {
	padding-top: 2px;
	font-weight: bold;
}

.woocommerce-checkout .payment-fixed {
	position: fixed;
	z-index: 9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
	left: 52%;
	margin-left: 0;
	padding: 20px;
	top: 0;
	width: 45.5% !important;
	-webkit-transition: padding .1s ease-in;
	-moz-transition: padding .1s ease-in;
	-o-transition: padding .1s ease-in;
	-ms-transition: padding .1s ease-in;
	transition: padding .1s ease-in;
}

.product-shipping-message {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0px;
	border-top: 1px solid #139248;
	border-bottom: 1px solid #139248;
}

body .woocommerce table.shop_table tbody th,
body .woocommerce table.shop_table tfoot td,
body .woocommerce table.shop_table tfoot th {
	border-bottom: none;
}

body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea {
	max-width: 100%;
}

body .woocommerce .product-name a {
	color: #000;
	pointer-events: none;
	cursor: default;
}

@media only screen and (max-width: 1139px) {
	.woocommerce-cart .entry-content form {
		width: 64%;
	}
}

@media only screen and (max-width: 980px) {
	.woocommerce-cart .entry-content form {
		width: 80%;
		float: none;
		margin: 0 auto;
	}

	.woocommerce-cart .woocommerce .cart-collaterals {
		width: 80%;
		float: None;
		margin: auto;
	}

	body .woocommerce #content table.cart td.actions .coupon,
	body .woocommerce table.cart td.actions .coupon {
		width: 100%;
	}

	body #add_payment_method table.cart td.actions .coupon .input-text,
	body.woocommerce-cart table.cart td.actions .coupon .input-text,
	body.woocommerce-checkout table.cart td.actions .coupon .input-text {
		width: 48%;
	}
}

@media only screen and (max-width: 650px) {
	.woocommerce-cart .entry-content form {
		width: 100%;
	}

	.woocommerce-cart .woocommerce .cart-collaterals {
		width: 100%;
	}

	.woocommerce-checkout .woocommerce .col2-set {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		width: 100%;
		float: none;
	}
}


/* EXTRA */



.row-fluid .span6 {
	width: 46.93617% !important;
}

#billing_postcode_field {
	float: left;
	width: 45%;
}

#billing_phone_field {
	width: 50%;
	float: right;
}

#billing_state_field {
	float: unset !important;
}

.payment_method_stripe {
	margin-top: 3rem
}




.woocommerce-page.woocommerce-checkout .col2-set .col-1 {
	float: none !important;
	width: 100% !important;
}




/* CART */
.woocommerce-cart-form .coupon .button,
body .woocommerce .cart .button,
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
	background: var(--c1) !important;
}


.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
    max-width: 100%;
}
.woocommerce-checkout .form-row {
    display: block;
}



/*
 	SUB CATEGORIES
*/
.header-2 ul.topSubCategories
{
	position:relative !important;
	padding:0 !important;
	margin:0 !important;
}
.header-2 ul.topSubCategories li.topSubCategory
{
	list-style:none !important;
	margin:.3rem 0 .3rem 0 !important;
	padding: 0 0 .1rem 0 !important;
}


/*
 	RELATED
*/
.related
{
	position:relative;
	margin-top:3rem !important;
	margin-bottom:3rem !important;
	border-top:1px dotted var(--c1) !important;
}
.related ul.products
{
	background:none !important;
	border:none !important;
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
}
.related ul.products  li.product
{
	border:1px solid var(--c5) !important;
	padding:1rem !important;
	text-align:center !important;
}
.related ul.products  li.product  a.woocommerce-LoopProduct-link span.custom-attributes
{
	display:none !important;
}
.related ul.products  li.product  a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title
{
	color:var(--c1) !important;
}
.related ul.products  li.product .add_to_cart_button
{
	background-color:var(--c1) !important;
	color:var(--c4) !important;
}
.related ul.products  li.product .tinvwl_add_to_wishlist-text,
.related ul.products  li.product .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
	color:var(--c1) !important;
}
.related ul.products  li.product .add_to_cart_button:hover{
	background-color:var(--c2) !important;
}
.related ul.products  li.product .tinvwl_add_to_wishlist-text:hover,
.related ul.products  li.product .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:hover:before{
	color:var(--c2) !important;
}
.related a.added_to_cart.wc-forward {
	display:none !important;
}

/*
 	PRODUCT GALLERY
*/
.woocommerce-product-gallery .slick-slide
{
	padding:1rem !important;
}
.woocommerce-product-gallery img
{
	width: auto !important;
}



/*
 * PRODUCT DESCRIPTION
*/
.product .productDescription{
	position:relative;
	display:block;
	margin-top:2rem !important;
}
.product .productDescription h4{
	font-size:1.2rem !important;
	font-weight:normal !important;
	color:var(--c1);
}
.product .productDescription ul {
	background:none !important;
	border:none !important;
	width:100% !important;
	padding:0 !important;
	margin:0 !important;

}
.woocommerce-tabs.wc-tabs-wrapper {
    background: var(--c5) !important;
	margin-top:3rem !important;
	margin-bottom:3rem !important;
	padding:1rem !important;
}
.woocommerce-tabs ul.wc-tabs {
    position: relative;
    width: 100% !important
    margin:1rem auto !important;;
    padding: 0rem !important;
    background:none !important;
    border:none !important;
    text-align: center !important;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 1px solid var(--c1) !important;
    border-radius: 9px !important;
/*     padding: .3rem !important; */
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border:none !important;
	background:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-size:.84rem !important;
	color:var(--c2) !important;
		-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color:var(--c1) !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.woocommerce div.product .wc-tab h2{
	font-size:1.2rem !important;
	font-weight:300;
	letter-spacing:.01rem !important;
	color:var(--c1) !important;
}



/*
 * 	BLINK
*/
.page-item-1340{
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;

	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

/*
 	GTRANSLATE
*/
.switcher.notranslate {
    position: absolute !important;
    top: 0;
    border:none !important;
}
.switcher .selected {
 	background: transparent !important;
}
.switcher .option{
	background:var(--c1) !important;
}
.switcher .option,
.switcher .selected a{
	border:none !important;
}
.switcher .selected a:hover,
.switcher .option a:hover {
    background:transparent !important;
}