/*-----------------
* palette
* ----------------
*
*/
.trustpilot-widget a {
    padding-left: 10px;
    color: white;
}
.trustpilot-widget a:hover, .header-social-new a:hover, #menu-top li a:hover {
    color: #4e788e !important;
}
.captcha-image {
    border: none !important;
    padding: 0px !important;
    display: inline-block;
    text-align: left !important;
}
.captcha-image .cf7ic_instructions span {
    color: #4e788e !important;
}
.captcha-image label>input:checked+svg, .captcha-image label>input:focus+svg {
    border: 2px solid #4e788e !important;
}

.aws-search-result .aws_result_head {
    font-size: 16px !important;
}
a.aws_result_item.aws_search_more {
    background: #d07cbf;
    font-size: 18px;
    color: white;
}
.aws-container .aws-search-form .aws-form-btn {
    background: #d385c3;
    border: 1px solid #d385c3;
}
.aws-container .aws-search-form .aws-form-btn:hover {
    background: #169bff;
    border: 1px solid #169bff;
}
.aws-container .aws-search-form .aws-search-btn svg {
    color: white;
}

.sales_wrapper{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  background: #c5a3a2 !important;
  color: #fff;
}

.hide_item{
  display: none;
}

p.product-stock {
  background: #4e788e;
  padding: 15px 15px 15px 15px;
  margin: 15px 0;
  display: block;
  color: #fff;
  border-radius: 8px;
}

/******** HTML GLOBAL *******/
html {

}
body {
  font-size: 16px;
	font-family: semplicitapro, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #212121;
}

input, form {
  color: #212121;
}
input {
  padding: 5px 10px;
}
a {
	color: #4e788e;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:hover {
	color: #c5a3a2;
}
.button,
a.button,
.btn,
input[type="submit"] {
  background-color: transparent;
  color: #000;
  padding: 10px 15px;
  font-weight: bold;
  border-color: transparent;
  border-radius: 0;
}
.button:hover,
a.button:hover,
.btn:hover,
input[type="submit"]:hover {
  background-color: transparent;
  color: #000;
}
.breadcrumbs {
  margin-top: 0px;
  background: #f7f7f7;
  border: 0px solid #eee;
  padding: 10px;
  font-size: 12px;
}
.breadcrumbs-wrap{
  background: #F7F7F7;
}

.page-header {
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}

/* type */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 400;
	font-style: normal;
	color: #212121;
}

.page-header h1, .page-header h2, .page-header h3 {
	margin: 0;
	padding: 0;
}

h1, .h1 {
  font-size: 40px;
}

.slide-title {
	color: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 0;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 32px;
}

h4, .h4 {
  font-size: 28px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.btn, .slide-button, input.wpcf7-form-control.wpcf7-submit{
	background: #4e788e;
	padding: 15px 30px;
	color: #FFFFFF;
  border-radius: 60px;
  font-weight: 300;
  font-size: 18px;
}

.btn:hover, .slide-button:hover, input.wpcf7-form-control.wpcf7-submit:hover{
	color: #FFFFFF;
	background:  #c5a3a2;
}

.slide-button {
	display: inline-block;
}

.btn-ghost{
	background: transparent;
	padding: 15px 45px;
  color: #212121;
  border: 1px solid #212121;
}

.btn-ghost:hover{
	background: transparent;
	padding: 15px 45px;
  color: #c5a3a2;
  border: 1px solid #c5a3a2;
}
.row.padding-bottom {
    padding-bottom: 50px;
}
.wpcf7-text, .wpcf7-textarea {
  width: 100%;
  color: black;
  padding: 8px;
  border-radius: 2px;
  height: 50px;
  width: 100%;
  border-radius: 2px;
  margin: 10px 0;
}
.wpcf7-textarea {
   height: 200px;
}

.grey-strip{
  background: #f7f7f7;
}

.contact-details{
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-size: 22px;
  list-style: none;
}

.middleContactLi{
  margin: 15px 0;
}

.faContact{
  padding: 0 10px;
  color: #4e788e;
}

.header-left{
  text-align: left;
}
span.wc-points-rewards-product-message {
    background: #c5a3a2 !important;
}

.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-33719, .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-33720, .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-33721, .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-33722 {
text-align: center;
font-weight: bold;
font-size: 12px;
background-color: pink;
}


/********** Partial.ly ********/
div#widgetContainer {
    padding: 1rem 0;
    background-image: linear-gradient(-224deg, #26d8d8 0%, #6623e9 100%);
	border: 1px solid #FFFFFF;
    border-radius: 100px;
    color: white;
	text-align: center;
	font-weight:800;
	text-transform: uppercase;
}
.partiallyWidget p {
    color: #fff;
}
.partiallyWidget .partiallyHeader {
    color: #fff;
}
.partiallyWidget .partiallyWidgetOpener {
    color: #fff !important;
}
.partiallyWidget {
    color: #ffffff !important;
}
/********** Header *********/

header .top-wrap {
	border-bottom: 1px solid #EAEAEA;
	padding: 10px 0;
}

header .top-wrap .tp-widget-wrapper {
	text-align: left !important;
}

header .trustpilot-widget {
	float: left;
}

header #tp-widget-wrapper {
	text-align: left !important;
}

#menu-top {
	float: right;
	margin: 0;
	padding: 0;
}

#menu-top li {
	float: left;
	margin: 0 10px 0 0;
}

#menu-top li:last-child {
	margin: 0;
}

#menu-top li a {
	font-weight: 700;
	color: #212121;
	font-size: 14px;
}

#menu-top li a:hover, #menu-top li.current-menu-item a {
	color: #c5a3a2;
}

.header-social-new {
	margin: 0;
	padding: 0;
	float: left;
}

.header-social-new li {
	float: left;
	margin: 0 15px 0 0;
}

.header-social-new li:last-child {
	margin: 0;
}

.home #slider-wrap.owl-loaded{
  overflow: hidden;
}

header {
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
  background: #fff;
  /*background: rgb(255,255,255);*/
  /*background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(207,207,207,0) 9%, rgba(0,0,0,1) 73%);*/
  /*background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(207,207,207,0) 9%, rgba(0,0,0,1) 73%);*/
  /*background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(207,207,207,0) 9%, rgba(0,0,0,1) 73%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);*/
}

/*

.single-post header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
  background: rgb(255,255,255);
}

.single-post .navbar-default .navbar-nav > li > a {
    font-weight: 700;
    color: #000;
    padding: 0;
}

.single-post .header-icons a{
    color: #000;
}

*/

#header .custom-logo {
    display: block;
    margin: 20px 0;
    height: auto;
    width: 200px;
}

.social-wrap{
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 999;
}

.social-wrap ul{
  display: grid;
}

.social-list .linkedin {
    padding: 0;
    height: 40px;
    width: 40px;
}
.social-list .linkedin a{
    padding: 10px 15px 0 15px;
    height: 40px;
    width: 40px;
    display: block;
    background-color: #0077b5;
    color: #fff;
}

.social-list .twitter {
    padding: 0;
    height: 40px;
    width: 40px;
}
.social-list .twitter a{
    padding: 10px 15px 0 15px;
    height: 40px;
    width: 40px;
    display: block;
    background-color: #1da1f2;
    color: #fff;
}

.social-list .facebook {
    padding: 0;
    height: 40px;
    width: 40px;
}
.social-list .facebook a{
    padding: 10px 15px 0 15px;
    height: 40px;
    width: 40px;
    display: block;
    color: #fff;
    background-color: #3c5a99;
}

.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.header-icons{
  list-style: none;
  padding: 0px;
  text-align: right;
}

.header-icons a{
  color: #212121;
  font-size: 22px;
}

.header-icons{
  list-style: none;
  padding-left: 0;
  /* float: right; */
  display: inline-block;
  text-align: center;
  float: none;
  margin: auto;
  display: block;
}

.header-icons li {
  position: relative;
  display: block;
  display: inline-block;
  /* margin: 0 auto; */
  /* width: 100%; */
  text-align: right;
  float: right;
  margin-left: 15px;
}

.header-icons li:hover a{
  color: #c5a3a2;
}

.navbar-nav {
	float: none;
	text-align: center;
}

.navbar-nav > li {
	float: none;
	display: inline-block;
	margin: 0 15px 0 0;
}

.navbar-nav li:last-child {
	margin: 0;
}

.navbar-default .navbar-nav > li > a {
	font-weight: 700;
	color: #212121;
	padding: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > a:hover, .navbar-default .navbar-nav > li > a:hover {
    color: #c5a3a2;
}

.color-wrap{
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: block;
  float: left;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.color-wrap li {
  border-radius: 100%;
  height: 35px;
  width: 35px;
  margin: 5px 15px;
  float: left;
}

/********* Slider **********/
/*
.slider-overlay {
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9000;
}

.slide-overlay {
  top: 90%;
  transform: translateY(-90%);
  z-index: 9999;
  color: #fff;
  text-align: center;
}

.slide-overlay, .slider-overlay {
  width: 100%;
  position: absolute;
  left: 0;
}*/

.slider-overlay {
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9000;
  background: rgba(0,0,0,.4);
}
.slide-overlay {
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  text-align: center;
}
.slide-overlay, .slider-overlay {
  width: 100%;
  position: absolute;
  left: 0;
}

.home #slider-wrap .owl-item img {
    display: block;
    width: 100%;
    /*height: 100vh;*/
    object-fit: cover;
}
/*
.slide-content-bg {
	background: rgba(0,0,0,.8);
	padding: 30px;
	color: #FFFFFFF;
}*/

.slide-button-wrap {
	margin-top: 30px;
	display: block;
}

.home-email-news-text {
	text-align: center;
}

/******** Content **********/

.content-strip {
	padding: 60px 0;
}

.content-strip-border-top {
	border-top: 1px solid #EAEAEA;
}

.content-strip-less-top {
	padding: 30px 0 60px 0;
}

.no-padding {
	padding: 0;
}

.cta-table {
  display: table;
  width: 100%;
  height: 100%;
}

.cta-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.cta-block {
	display: block;
	position: relative;
	color: #FFFFFF;
	margin: 30px 0 0 0;
}

.cta-block-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	padding: 0 30px;
	text-align: center;
	border-radius: 0 30px 0 30px;
}

.cta-block-overlay-title {
	display: block;
	font-size: 26px;
	text-shadow: 1px 1px 1px #000;
}

.cta-block-text {
	margin: 15px 0 0 0;
}

.product-brand-wrap{
  position: relative;
}

.img-home-block{
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.img-home-block-large{
  width: 100%;
  height: 930px;
  object-fit: cover;
}

.image-home-brand{
  padding: 30px;
}

.image-home-brand {
    background: #fff;
    padding: 15px;
    object-fit: contain;
}

.product-brand-title{
  display: table;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  /*background: rgba(0,147,255, 0.6);*/
  padding: 15px 30px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 44px;
  width: fit-content;
    width: -moz-fit-content;
  block-size: fit-content;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.product-brand-wrap:hover .overlay-brand{
  display: block;
}

.product-brand-wrap:hover .product-brand-title{
  display: none;
}


.inner-wrap-background{
	content: "";
	position: absolute;
	background: url('/app/uploads/2021/02/repeating_tile.png');
	background-position: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	pointer-events: none;
}

.inner-wrap-background-blue{
	content: "";
	position: absolute;
	background: #23527c;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	pointer-events: none;
}

.postion-content-wrap{
	width: auto;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	overflow: hidden;
	right: 0;
}

.pink-box{
	background: #c5a3a2;
	color: #fff;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: italic;
	font-size: 20px;
}

.pink-box-quote{
	margin: 15px 0 0 0;
}

.margin-top{
	margin-top: 30px;
}

.inner-content-wrap{
	background: #fff;
	padding: 30px;
}

.overlay-brand{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(204,111,185, 0.6);
  color: #fff;
  display: none;
}

.inner-overlay-brand{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  padding: 60px;
}

.brand-overlay-title{
  margin: auto;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 44px;
  width: fit-content;
  block-size: fit-content;
  text-transform: uppercase;
}

.margin-top{
  margin-top: 30px;
}

.owl-carousel .owl-dot.active {
    background-color: #c5a3a2;
    width: 13.5px;
    height: 13.5px;
    border-radius: 50px;
    border: 1px solid #c5a3a2;
    margin: 0 3.5px;
}

.owl-carousel .owl-dot {
    background-color: #4e788e;
    width: 13.5px;
    height: 13.5px;
    border-radius: 50px;
    border: 1px solid #4e788e;
    margin: 0 3.5px;
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 9999999999999999999;
    bottom: 30px;
    top: 30px;
    position: relative;
    opacity: 1;
}

.content-strip-notop{
  padding: 0 0 60px 0;
}

.post-title{
	font-weight: 400;
font-style: normal;
color: #212121;
font-size: 26px;
margin: 0 0 15px 0;
}

.btn-wrap{
	margin: 25px 0 0 0;
}

.post-box{
	padding: 60px 30px;
	text-align: center;
}

.no-padding{
	padding: 0px;
}
.box-wrap{
	text-align: right;
}

.content-strip-back-img{
    padding: 160px 0;
	background-position: center center;
}

.image-content-wrap{
  position: relative;
  color: #fff;
}

.btn-top{
	margin: 30px 0 0 0;
}

.image-content-wrap:before{
  content: "";
  position: absolute;
  background: url(http://via.placeholder.com/2000x600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
}

.whiteText{
  color: #fff;
}

.image-inner-content{
	opacity: 0.7;
}

.image-inner-content{
  padding: 15px 0 0 0;
}

.image-banner-image{
  width: 100%;
  height: 100%;
}

.image-banner-overlay{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}


.img-correction {
    object-fit: cover;
    height: 670px;
}

.product-wrap{
	margin: 30px 0 0 0;
}

i.fa.fa-times.fa-close-search {
    right: 37%;
    position: absolute;
    cursor: pointer;
}

del{
  color: #4e788e;
	display: inline-block;
}

ins bdi{
  color: #4e788e !important;
	display: inline-block;
}

del bdi{
  opacity: 1;
}

ins{
  text-decoration: none !important;
  text-transform: none !important;
}

span.woocommerce-Price-amount.amount {
	color: #4e788e !important;
	font-size: 17px;
	display: inline-block;
}

span.product-single-title {
	font-weight: 400;
    font-style: normal;
    color: #212121;
		font-size: 20px;
    display: block;
	min-height: 85px;
    margin: 15px 0 0 0;
}

.inner-search{
  padding: 50px;
}

.productPrice{
	margin: 7px 0 0 0;
}

.chev-wrap-up, .chev-wrap-down{
  position: relative;
}

.chev-wrap-up .fa {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: -85px;
  color: #fff;
  font-size: 200px;
}

.chev-wrap-down .fa{
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -70px;
  color: #fff;
  font-size: 200px;
}


.news-wrap{
  margin: 30px 0 0 0;
}

.grey-box{
  padding: 30px;
  background: #F7F7F7;
}

.grey-box-content{
  font-weight: 400;
  font-style: normal;
  color: #212121;
  margin: 15px 0 0 0;
}

.grey-box-title{
  font-weight: 400;
  font-style: normal;
  color: #212121;
  font-size: 22px;
}
.grey-box-date{
  font-weight: 400;
  font-style: normal;
  color: #212121;
  font-size: 14px;
  margin: 5px 0 0 0;
}

.news-wrap:hover .grey-box-title{
  color: #c5a3a2;
}

/*
  .news-wrap:hover .grey-box-date{
    color: #c5a3a2;
  }
*/

.zoom-container {
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; margin: 0;
  padding: 0;
	border-radius: 0 30px 0 30px;
}

.zoom-css {
  transition: transform 2s; /* Animation */
}

.zoom-css:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.cta-block:hover .zoom-css {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.full-height {
	height: 100%;
	background: #eaeaea;
	padding: 60px;
  color: #000;
}

.full-height-blue {
	height: 100%;
	background: #4e788e;
	padding: 60px;
  color: #fff;
}

.full-height-blue h2{
  color: #fff;
}

.full-height h2{
  color: #000;
}
h2.h1.text-left {
    text-align: center;
}

.full-height-blue .btn{
	background: #fff;
  color: #212121;
}

.full-height-blue .btn:hover{
	background: #c5a3a2;
  color: #fff;
}

.no-padding{
	padding: 0px;
}

.cta-table {
  display: table;
  width: 100%;
  height: 100%;
}

.cta-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.img-responsive{
	object-fit: cover;
}

.container-fluid {
  width: 100%;
  text-align: center;
}





.woocommerce-tabs.wc-tabs-wrapper {
    background: #f7f7f7;
    padding: 100px 0 60px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.woocommerce .panel {
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.woocommerce div.product .woocommerce-tabs .panel h2{
  text-align: left;
}

.woocommerce span.onsale{
  display: none;
}

.woocommerce-Tabs-panel h2{
  padding: 0 0 20px 0;
  margin: 0px;
}

div#tab-description{
  background: #f7f7f7;
}

.wc-tabs {
  list-style: none;
  padding-left: 0;
  /* float: right; */
  display: inline-block;
  text-align: center;
  float: none;
  margin: auto;
  display: block;
}

.wc-tabs li {
  position: relative;
  display: block;
  display: inline-block;
  /* margin: 0 auto; */
  /* width: 100%; */
  text-align: center;
  float: none;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ebe9eb;
    z-index: 2;
    border-bottom-color: #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 0px solid transparent;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 0px 0px 0 transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: 0px;
    border-bottom-right-radius: 0px;
    border-width: 0 0px 0px 0;
    box-shadow: 0px 0px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: 0px 0px 0 transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid transparent;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box;
}

.woocommerce-Tabs-panel .page-header{
  display: none;
}
/*
.woocommerce-Tabs-panel h2{
  display: none;
}
*/
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #f7f7f7;
    z-index: 2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #000000;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #4e788e;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    z-index: 2;
    border: 0px;
}

.product_meta{
  display: none;
}

.stock{
  display: none;
}

.product-sku span{
  font-weight: 700;
}

.product-stock span{
  font-weight: 700;
}

span.wc-points-rewards-product-message {
    background: #2ecc71;
    padding: 15px;
    margin: 15px 0;
    display: block;
    color: #fff;
    border-radius: 8px;
}

.woocommerce-product-details__short-description {
  margin-top: 15px;
}

img.attachment-shop_thumbnail.size-shop_thumbnail {
  padding: 15px;
  border: 1px solid #eaeaea;
}

.woocommerce div.product div.images img {
  padding: 15px;
  border: 1px solid #eaeaea;
}

.woocommerce-product-gallery__image{
  margin-bottom: 30px;
}

.wrap_shipping_notice{
  background: #4e788e;
  padding: 15px 15px 5px 15px;
  margin: 15px 0;
  display: block;
  color: #fff;
  border-radius: 8px;
}



select#woocommerce-sort-by-columns {
    display: block;
    float: left;
}

select.orderby {
    display: block;
    float: right;
}









/******** Footer ***********/

footer a {
	color: #212121;
}

footer a:hover {
	color: #c5a3a2;
}

footer .middle-wrap {
	padding: 60px 0;
	background: #F7F7F7;
}

.footer-title {
	display: block;
	margin: 0 0 30px 0;
	font-size: 22px;
}

footer .middle-wrap .menu li a {
	display: block;
	margin: 0 0 15px 0;
}

footer .middle-wrap .menu li:last-child a {
	margin: 0;
}

footer .credits-wrap {
	padding: 60px 0;
	text-align: center;
	font-size: 14px !important;
}

.accreditation {
	text-align: center !important;
	font-weight: 400 !important;
	margin-bottom: 0;
	padding-bottom: 0;
	letter-spacing: normal !important;
}

.brand-content{
  margin: 5px 0 0 0;
}

.product-inner-brand-title {
    text-align: left;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 22px;
    margin: 10px 0 0 0;
}

.product-brand-wrap:hover .product-inner-brand-title{
  display: none;
}

.overlay-inner-brand{
  position: relative;
}

.brand-inner-overlay-title{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: auto;
  margin: auto;
  text-align: center;
  z-index: 9999;
}

.brand-inner-overlay-title img {
    margin: auto;
    width: auto;
    object-fit: contain;
    height: 80px;
    background: #fff;
    width: auto !important;
    padding: 10px;
}

.brand-inner-wrap:hover .grey-box-title{
  color: #c5a3a2;
}

.contact-footer-wrap{
  margin: 15px 0 0 0;
}

.inner-team{
  margin: 30px 0 0 0;
}
.team-title{
  font-weight: 400;
  font-style: normal;
  color: #212121;
  margin: 10px 0 0 0;
  font-size: 32px;
}

.team-role{
  font-weight: 400;
  font-style: normal;
  color: #4e788e;
  font-size: 22px;
  margin: -5px 0 15px 0;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
    width: 100%;
    float: right;
    text-align: right;
	display: contents;
}

.woocommerce-result-count{
  display: none;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    width: 250px;
    height: 55px;
    padding: 0 10px;
	max-width: 45%;
}

::marker {
    height: 0px;
    unicode-bidi: unset;
    font-variant-numeric: unset;
    visibility: hidden;
    color: #fff;
    margin: 0;
    padding: 0px;
    list-style-type: none;
    display: none;
    content: "";
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0;
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    color: #000;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0;
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    color: #000;
}

.filter_wrap .count {
    display: none;
}

.woocommerce-widget-layered-nav-list li a:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 0px;
    border: 1px solid #000;
    margin-top: 2px;
    margin-right: 6px;
    box-sizing: content-box;
    float: right;
}

.filter_wrap h2 {
    font-size: 22px;
    border-bottom: 2px solid #000;
    text-transform: capitalize;
    cursor: pointer;
    margin-top: 20px;
}

.filter_wrap form {
    margin-top: 25px;
}

.term-description{
  margin: 30px 0 0 0;
}

.woocommerce-error{
  margin: 30px 0 0 0;
}

.category-thumb-wrap img{
  border: 1px solid #eaeaea;
  padding: 15px;
  height: auto;
}

.woocommerce-page .product-single-title{
  margin-top: 10px;
  display: block;
}

.content-strip-filter{
  padding: 0 0 15px 0;
}

.widget_layered_nav, .widget_price_filter {
    width: 24%;
    margin-left: 1%;
    float: left;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: inherit;
    position: relative;
    margin-top: 15px;
}

.price_slider_wrapper, .woocommerce-widget-layered-nav-list{
  overflow: inherit;
  display: none;
}

h2.widgettitle {
    margin: 0px;
    text-align: left;
    padding: 10px 5px;
}

.widgettitle {
    font-size: 16px;
    font-weight: 300;
}

span.filter-chev {
    text-align: right;
    float: right;
}

.chev-rotate .fa{
  transform: rotate(180deg);
}

.filter-chev .fa{
  font-size: 12px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{
    width: 100%;
    position: relative;
    display: block;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    position: relative;
}

span.count {
  width: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  pointer-events: none;
}

.woocommerce .woocommerce-widget-layered-nav-list, .price_slider_wrapper {
    margin: 1px 0 0 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    width: 250px;
    background: #f7f7f7;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    padding: 10px;
    position: absolute;
    z-index: 99999999;
}

.widget_layered_nav.active, .widget_price_filter.active{
  color: #4e788e;
  border-color: #4e788e;
}

.widget_layered_nav.active .widgettitle, .widget_price_filter.active .widgettitle{
  color: #4e788e;
}

.wc-layered-nav-term{
  background: #fff;
  padding: 5px 10px !important;
  border-radius: 4px;
  border: 1px solid #fff;
  margin-bottom: 8px;
}

.wc-layered-nav-term:last-child{
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #fff;
  margin-bottom: 0px;
}

.tax-product_cat .page-title{
  display: none;
}

.wc-layered-nav-term.chosen{
  background: #4e788e;
  color: #fff;
}

.wc-layered-nav-term.chosen a, .wc-layered-nav-term.chosen .count{
  color: #fff !important;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover{
  background: #4e788e;
  color: #fff;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover a{
  color: #fff;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover .count{
  color: #fff;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{
  display: none;
}

.price_slider_amount .button{

}

.margin-top-30{
  margin-top: 30px;
}

.title_terms{
  font-weight: 400;
  font-style: normal;
  color: #212121;
  font-size: 36px;
  padding: 0 0 30px 0;
}

.img-css{
  height: 300px !important;
  width: auto;
  object-fit: cover;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #4e788e;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #4e788e;
}

.price-filter-wrap {
    background: #fff;
    padding: 20px 10px 20px 10px;
    margin: 5px 0 15px 0;
    border-radius: 8px;
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 0em;
}

.woocommerce-widget-layered-nav-list li a:before{
  visibility: hidden;
}

.widget_layered_nav:hover{
  color: #4e788e;
  border-color: #4e788e;
}

.widget_price_filter:hover{
  color: #4e788e;
  border-color: #4e788e;
}

.widget_layered_nav:hover .widgettitle{
  color: #4e788e;
}

.widget_price_filter:hover .widgettitle{
  color: #4e788e;
}

.woocommerce .quantity .qty {
    width: 4.631em;
    height: 56px;
    text-align: center;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.woocommerce div.product .entry-summary .cart div.quantity {
    float: left;
    margin: 0 30px 0 0;
    display: inline-block;
}

button.plus {
    background: transparent;
    border: 0px;
    position: absolute;
    right: 42.5%;
    padding: 19px 0px;
}

button.minus {
    background: transparent;
    border: 0px;
    position: absolute;
    right: 47.5%;
    padding: 17px 0px;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    margin-right: 1em;
    height: 50px;
    padding: 10px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 300;
    color: #000;
    margin-top: 10px;
    font-size: 15px;
}
/*
.points{
  background: #2ecc71;
  padding: 15px;
  margin: 15px 0;
  display: block;
}
*/

td.value {
    width: 100%;
    float: left;
}

p.points {
    margin: 0 0 15px 0;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background: #4e788e;
  padding: 15px 30px;
  color: #FFFFFF;
  border-radius: 60px;
  font-weight: 300;
  font-size: 18px;
  height: 55px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #4e788e;
  padding: 15px 30px;
  color: #FFFFFF;
  border-radius: 60px;
  font-weight: 300;
  font-size: 18px;
  height: 55px;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
    margin-top: 15px;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods li[class*=payment_method_stripe_], .wc-stripe-product-checkout-container ul.wc_stripe_product_payment_methods li[class*=payment_method_stripe_] {
    margin: 0 0 1em 0;
    width: 100%;
    max-width: 100% !important;
}

.woocommerce-variation-price {
    margin-bottom: 15px;
}

.points{
  display: none;
}

.woocommerce-tabs tr {
    height: 60px;
}

.woocommerce-tabs tr {
    height: 60px;
    background: #fff;
    border: 0px;
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border: 0px solid!important;
    margin: 0;
    line-height: 1.5;
}

.woocommerce table.shop_attributes th{
  border: 0px solid!important;
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 0px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}

.btn-wrap-top{
  margin: auto;
  margin-top: 15px;
  text-align: center;
}

.repeatable-wrap{
  margin-top: 30px;
}

.btn-top-small{
  margin: 15px 0 0 0;
}

.repeatable-title{
  margin-bottom: 15px;
}

.fca-strip{
  background: #901335;
  color: #fff;
}

.fca-title{
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
}

.logo-wrap{
  padding: 15px;
  background: #fff;
  border-radius: 12px;
}

.logo-top-wrap{
  margin: auto;
  margin-top: 15px;
  text-align: center;
}

.logo-top-wrap-img{
  height: 100px;
  width: auto;
}

.slider-right{
  background: none;
  color: #000;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
  position: absolute;
  z-index: 9;
  opacity: 0.6;
  font-size: 35px;
  right: 0;
  height: 100%;
  top: -10px;
}

.slider-left{
  background: none;
  color: #000;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
  position: absolute;
  z-index: 9;
  opacity: 0.6;
  font-size: 35px;
  left: 0;
  height: 100%;
  top: -10px;
}

button.owl-prev {
  height: 0px;
  width: 0px;
  background: transparent;
  border: transparent;
  -webkit-appearance: none;
  color: transparent;
  padding: 0px;
}

.owl-nav {
    position: absolute;
    width: 100%;
    /* top: 0; */
    top: 50%;
    transform: translateY(-50%);
}

button.owl-next {
  height: 0px;
  width: 0px;
  background: transparent;
  border: transparent;
  -webkit-appearance: none;
  color: transparent;
  padding: 0px;
}

.text-result {
    text-align: center;
    padding: 25px 0 15px 0;
    font-weight: 600;
    font-size: 22px;
    margin: auto;
}

#search-function{
  text-align: center;
  margin: auto;
  display: block;
  width: 25%;
  height: 55px;
}

#site-results{
  height: 100%;
  width: 100%;
  background: #f7f7f7;
  overflow: auto;
}

.website-search-wrap {
    padding: 30px;
    background: #f7f7f7;
    border-bottom: 1px solid #212121;
    display: none;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.linear-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    height: 25px;
    position: relative;
    overflow: hidden;
    color: transparent;
}

.dummy-loader{
  margin-top: 30px;
}

.loading-ajax {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  height: 25px;
  position: relative;
  overflow: hidden;
  color: transparent;
  height: 225px !important;
  width: 100% !important;
}

.ul-pag-search {
  list-style: none;
  padding-left: 0;
  /* float: right; */
  display: inline-block;
  text-align: center;
  float: none;
  margin: 30px auto;
  display: block;
}

.ul-pag-search li {
  position: relative;
  display: block;
  display: inline-block;
  /* margin: 0 auto; */
  /* width: 100%; */
  text-align: center;
  float: none;
  padding: 15px;
  cursor: pointer;
  border-left: 1px solid #1e9fff;
  border-top: 1px solid #1e9fff;
  border-bottom: 1px solid #1e9fff;
  color: #1E9FFF;
}

.ul-pag-search li:last-child {
  position: relative;
  display: block;
  display: inline-block;
  /* margin: 0 auto; */
  /* width: 100%; */
  text-align: center;
  float: none;
  padding: 15px;
  cursor: pointer;
  border: 1px solid #1e9fff;
  color: #1E9FFF;
}

.ul-pag-search li.active, .ul-pag-search li:hover {
  background: #1E9FFF;
  color: #FFFFFF;
}

.img-ajax{
  height: 300px !important;
  width: 300px !important;
  object-fit: cover !important;
}

.ajax-image-product-overlay{
  position: relative;
}

.ajax-wrap{
  margin: 30px 0 0 0;
}

div#product-items {
  display: flex;
  flex-wrap: wrap;
}

.ajax-wrap ins bdi{
  padding-left: 5px;
}

#site-results label{
  width: 100%;
  float: left;
  cursor: pointer;
}

.filter-block-title{
  margin: 30px 0 0 0;
  font-weight: 700;
  color: #212121;
  padding: 0;
  font-size: 18px;
}

.ajax-filter-block{
  margin: 30px 0;
}

.ajax-filter-inner-block {
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

i.fa.fa-search.search-open {
    /* font-size: 22px; */
    color: #212121;
    font-size: 22px;
    margin: 4px 0 0 0;
}

i.fa.fa-search.search-open:hover {
    /* font-size: 22px; */
    color: #c5a3a2;
    cursor: pointer;
    font-size: 22px;
}

del bdi {
    color: #c5a3a2 !important;
    display: inline-block;
    text-decoration: line-through;
    opacity: 0.7;
}

.category-thumb-wrap{
	position: relative;
}

.image-product-overlay{
	width: auto;
	margin: auto;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
}

.image-product-overlay {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    opacity: 0.8;
    width: 85%;
    margin: auto;
}

.product-wrap {
    margin: 30px 0 0;
    min-height: 525px;
}

.product-type-bundle .ppc-button{
  display: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;
    margin: 0 2% 0 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+3) {
    width: 25%;
    display: inline-block;
    margin: 0 2%;
}

.product-purchase-wrap{
  padding: 0px;
  margin: 0px;
}

.product-purchase-wrap > li {
    padding: 0;
    width: 100%;
    float: left;
    border-top: 2px solid #d9d9d9;
    cursor: pointer;
    margin-top: 15px;
    padding: 15px 0 0 0;
}

.product-purchase-wrap li .append-item{
  display: none;
}

.product-purchase-wrap li .pay-image{
  width: 40%;
  display: inline-block;
}

.product-purchase-wrap li .pay-content{
  width: 60%;
  display: inline-block;
}

.wc-stripe-product-checkout-container.bottom {
    margin-top: 10px !important;
}
#ppcp-messages{
  margin-top: 10px !important;
  display: block;
}
#ppc-button{
  margin-top: 10px !important;
  display: block;
}
klarna-placement{
  margin-top: 10px !important;
  display: block;
}
div#widgetContainer{
  margin-top: 10px !important;
  display: block;
}
.payment-fa {
    display: inline-block;
    text-align: right;
    float: right;
    margin: 0 10px;
    transition-duration: 0.4s;
}
.transform-fa{
  transform: rotate(45deg);
}
li.payment_method_stripe_googlepay {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 10px 0 0 0;
}
li.payment_method_stripe_applepay {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 10px 0 0 0;
}
.apay-card-info-container {
    padding: 0;
    position: relative;
    min-width: 100% !important;
    height: 40px;
    min-height: 40px;
    border-radius: 4px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 1px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    cursor: pointer;
    border: 0px;
}
.gpay-card-info-container {
    padding: 0;
    position: relative;
    min-width: 100% !important;
    height: 40px;
    min-height: 40px;
    border-radius: 4px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 1px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    cursor: pointer;
    border: 0px;
}
#gpay-pay-append, #apple-pay-append{
  display: none;
}

span.payment-content {
    margin: 10px 0px;
    display: block;
    font-style: italic;
    font-size: 14px;
}


.woocommerce-pagination .page-numbers .current, .woocommerce-pagination .page-numbers li a:hover{
  background: #c5a3a2 !important;
}

nav.woocommerce-pagination {
    margin: 30px 0 0 0;
}

.flex-wrap, .flex-row{
  display: flex;
  flex-wrap: wrap;
  width: inherit;
}

.flex-v-center{
  align-items: center;
  display: flex;
}

.flex-h-left{
  justify-content: left;
}

.flex-h-right{
  justify-content: flex-end;
}

.flex-h-center{
  justify-content: center;
}

.point_of_sales_list .fa{
  font-size: 32px;
  padding-right: 7px;
}

.point_of_sales_list a{
  color: #fff;
}

.point_of_sales_wrap{
  background: #4e788e;
}

.top_logo{
  font-weight: 600;
}

.point_of_sales_list {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    text-align: center;
    float: none;
    margin: auto;
    display: flex;
    padding: 15px 0;
    justify-content: center;
}

.li_logos_inner_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
}

.point_of_sales_list li{
  margin: 0 15px;
}

.point_of_sales_list a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

header .top-wrap {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    background: #c5a3a2;
}

header .top-wrap {
  color: #fff;
}

.header-social-new a{
  color: #fff;
}

#menu-top li a {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.point_of_sales_wrap {
    background: #4e788e;
}

.btn, .slide-button, input.wpcf7-form-control.wpcf7-submit {
    background: #84b87a;
    padding: 15px 30px;
    color: #fff;
    border-radius: 60px;
    font-weight: 300;
    font-size: 18px;
}

.btn-ghost {
    background: 0 0;
    padding: 15px 45px;
    color: #000;
    border: 1px solid #000;
}

.content-strip.mailing-strip {
  background: #4e788e;
  padding: 150px 0;
  margin-bottom: 60px;
  color: #fff;
}

.mailing-strip h2{
  color: #fff;
}

div#mc_embed_signup_scroll {
    margin-top: 15px;
}

a#profile-link {
    color: #fff !important;
}

input#mce-EMAIL {
    height: 55px !important;
    border-radius: 0px !important;
    border: 0px solid !important;
}

input#mc-embedded-subscribe {
    height: 55px !important;
    border-radius: 0px !important;
}

#mc_embed_signup .button{
  background: #88ba7f !important;
}

#mc_embed_signup .button:hover{
  background: #c5a3a2 !important;
}

img.img.img-responsive.larger-width.lazyloaded {
    height: 100%;
}

/******** Responsive ***********/

@media (max-width: 2100px) {
  .img-home-block-large {
    height: 830px;
  }
  .img-home-block {
    height: 400px;
  }
}

@media (max-width: 1800px) {
  .img-home-block-large {
    height: 630px;
  }
  .img-home-block {
    height: 300px;
  }
  #search-function {
    text-align: center;
    margin: auto;
    display: block;
    width: 35%;
    height: 55px;
  }
  i.fa.fa-times.fa-close-search {
    right: 32%;
    position: absolute;
    cursor: pointer;
}
}

@media (max-width: 1400px) {
  .img-home-block-large {
    height: 530px;
  }
  .img-home-block {
    height: 250px;
  }
  .product-brand-title {
    font-size: 32px;
  }
  .brand-overlay-title {
    font-size: 32px;
  }
  .website-search-wrap {
    padding: 30px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #212121;
    display: none;
  }
  i.fa.fa-times.fa-close-search {
    right: 31%;
    position: absolute;
    cursor: pointer;
  }
}


@media (max-width: 1199px) {

	h1, .h1 {
	  font-size: 36px;
	}

	h2, .h2 {
	  font-size: 32px;
	}

	h3, .h3 {
	  font-size: 28px;
	}

	h4, .h4 {
	  font-size: 24px;
	}

  .img-home-block-large {
    height: 430px;
  }
  .img-home-block {
    height: 200px;
  }
  .product-brand-title {
    font-size: 26px;
  }

  .brand-overlay-title {
    font-size: 26px;
  }
  .post-box {
      padding: 30px 30px;
      text-align: center;
  }
  .content-strip-back-img {
    padding: 120px 0;
  }

  .slide img {
      height: 450px;
  }

  .home #slider-wrap .owl-item img {
      display: block;
      width: 100%;
    /*  height: 100vh;*/
      object-fit: cover;
  }
  button.plus {
      background: 0 0;
      border: 0;
      position: absolute;
      right: 41%;
      padding: 19px 0;
  }
}

@media (max-width: 991px) {

  .content-strip.mailing-strip {
    padding: 60px 0;
    margin-bottom: 30px;
  }

	.header-social-new li {
		margin: 0 5px 0 0;
	}

	#menu-top li {
		margin: 0 8px 0 0;
	}

	#menu-top li a {
		font-size: 11px;
	}

  .widget_layered_nav, .widget_price_filter {
    width: 32.333335%;
  }

  .content-strip-back-img {
    padding: 80px 0;
	background-position-x: calc(100% - -185px);
  }
  .post-box {
      padding: 15px;
      text-align: center;
  }

  .slide img {
      height: 350px;
  }

  .home #slider-wrap .owl-item img {
      display: block;
      width: 100%;
  /*  height: 100vh;*/
      object-fit: cover;
  }

	h1, .h1 {
	  font-size: 32px;
	}

	h2, .h2 {
	  font-size: 26px;
	}

	h3, .h3 {
	  font-size: 22px;
	}

	h4, .h4 {
	  font-size: 22px;
	}

  .img-home-block-large {
    height: 330px;
  }
  .img-home-block {
    height: 150px;
  }
  .product-brand-title {
    font-size: 16px;
  }
  .brand-overlay-title {
    font-size: 16px;
  }
  .img-home-block-large {
    height: 430px;
  }
  .img-home-block {
    height: 200px;
  }
  .header-icons li {
    margin-left: 10px;
  }
  .navbar-nav > li {
    margin: 0 10px 0 0;
  }
  .inner-content-wrap {
    background: #fff;
    padding: 15px;
  }
  .heightSwitch {
      height: 600px !important;
  }
  .heightSwitch img{
    height: 100%;
  }
  #search-function {
      text-align: center;
      margin: auto;
      display: block;
      width: 45%;
      height: 55px;
  }
  i.fa.fa-times.fa-close-search {
    right: 25%;
    position: absolute;
    cursor: pointer;
}
button.minus {
    background: 0 0;
    border: 0;
    position: absolute;
    right: 46.5%;
    padding: 17px 0;
}
button.plus {
    background: 0 0;
    border: 0;
    position: absolute;
    right: 38%;
    padding: 19px 0;
}
.point_of_sales_list .fa {
    font-size: 25px;
    padding-right: 7px;
}
.li_logos_inner_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
    font-size: 13px;
}
}

@media (max-width: 767px) {

	.header-social-new li {
		margin: 0 10px 0 0;
	}

  .widget_layered_nav, .widget_price_filter {
    width: 49%;
  }

  .slide-content-bg {
    padding: 15px !important;
    color: #FFFFFF;
  }
  .img-home-block-large {
    height: 200px;
  }
  .margin-top-xs{
    margin: 30px 0 0 0;
  }
  .content-strip-back-img {
    padding: 60px 0;
	  background-position-x: calc(100% - -185px);
  }
  .img-home-block {
    height: 200px;
  }
  .footer-title {
    display: block;
    margin: 20px 0 15px 0;
    font-size: 24px;
  }
  .slide img {
    height: 400px;
  }
  .social-list{
    display: none;
  }
  /*header {
      position: relative;
      background: #000;
      z-index: 9999999;
  }*/

  header {
    position: relative;
    z-index: 999999999;
  /*  background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(207,207,207,0) 9%, rgba(0,0,0,1) 73%);
    background: -webkit-linear-gradient(
    0deg
    , rgba(255,255,255,0) 0%, rgba(207,207,207,0) 9%, rgba(0,0,0,1) 73%);
        background: linear-gradient(
    0deg
    , rgba(255,255,255,0) 0%, rgba(207,207,207,0) 9%, rgba(0,0,0,1) 73%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
        */
        background: #fff;
        color: #212121;
  }

  .slide-content-bg {
      padding: 5px;
      color: #FFFFFFF;
  }
  .slideMenu {
      position: absolute;
      z-index: 999999999;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #000;
      display: none;
  }
  .tableInner {
      display: table-cell;
      vertical-align: middle;
  }
  .tableOuterMenu {
      display: table;
      width: 100%;
  }
  .navbar-nav>li {
      float: none;
      text-align: center;
      text-transform: uppercase;
  }
  .nav>li {
      position: relative;
      display: block;
      z-index: 9999;
      padding: 15px 0;
  }
  .nav>li:hover a{
      background: transparent;
      color: rgba(255,255,255,0.3);
  }
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #000;
	}
  .navbar-nav>li>a {
      padding-top: 15px;
      padding-bottom: 15px;
      color: #fff;
      font-size: 50px;
      font-weight: 800;
  }
  .navbar-nav {
      float: none;
      margin: 0;
  }
  .no-scroll .top-wrap{
    display: none;
  }
  /* Header Open icon - found within header */
  .header-bars-wrap {
      display: inline-block;
      float: right;
      font-size: 30px;
      color: #212121;
      position: relative;
      cursor: pointer;
      z-index: 9999999;
  }

  /* Hamburger */
  .bar1, .bar2, .bar3 {
      width: 35px;
      height: 3.1px;
      background-color: #212121;
      margin: 6px auto;
      transition: 0.4s;
  }

  /* Rotate first bar */
  .bar1.change {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px) ;
    transform: rotate(-45deg) translate(-5px, 5px) ;
  }

  .navbar-nav .open .dropdown-menu li {
    width: 50%;
    float: left;
    display: inline-block;
}

  /* Fade out the second bar */
  .bar2.change {
    opacity: 0;
  }

  /* Rotate last bar */
  .bar3.change  {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
  }

  .hamburger-xs {
      background: transparent;
      float: right;
      margin: auto;
      display: table;
      height: 100%;
      text-align: center;
  }

  .logoWrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .noMargin{
    margin: 0px;
  }
  .navbar-nav>li>a {
      padding-top: 15px;
      padding-bottom: 15px;
      color: #fff;
      font-size: 15px;
      font-weight: 800;
  }
  .navbar-nav {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    width: 100%;
    float: left;
    text-align: center;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
  padding: 5px 0;
}
.navbar-nav {
  display: block;
  text-align: center;
  float: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
}
.dropdown-menu li:first-child{
  margin-top: 30px;
}
.dropdown-menu li:nth-child(2){
  margin-top: 30px;
}
.nav>li {
    position: relative;
    display: block;
    z-index: 9999;
    padding: 7px 0;
    width: 100%;
    float: left;
    text-align: center;
}
.navbar-nav .open .dropdown-menu>li>a {
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  /* font-style: italic; */
  font-weight: 700;
}
.no-scroll{
	overflow: hidden;
}
.xsMenuWrap {
    position: relative;
    z-index: 9999999;
}
.header-xs-icons .fa {
    color: #fff;
    font-size: 30px;
    padding: 0 5px;
}
.header-xs-icons {
    background: transparent;
    margin: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.header-xs-icons-inner {
    display: inline-flex;
}
.fa-xs-phone{
  margin-right: 5px;
}
#header .custom-logo {
    display: block;
    margin: 15px 0;
    height: auto;
    width: auto;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.header-xs-icons .fa {
    color: #212121;
    font-size: 22px;
    padding: 0 0px;
}
.header-icons{
  margin-right: 10px;
}
#search-function {
    text-align: center;
    margin: auto;
    display: block;
    width: 70%;
    height: 55px;
}
i.fa.fa-times.fa-close-search {
    right: 12%;
    position: absolute;
    cursor: pointer;
}
#header .custom-logo {
    display: block;
    margin: 15px 0;
    height: auto;
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 80px;
}
.point_of_sales_list a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.point_of_sales_list li {
    margin: 0 5px;
    text-align: center;
}

.point_of_sales_list {
    justify-content: space-between;
}

.li_logos_inner_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0px;
    font-size: 11px;
    align-content: center;
}
.top_logo {
    font-weight: 600;
    margin: 5px 0 0 0;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
}

@media (max-width: 650px) {

  .li_logos_inner_wrap {
      font-size: 10px;
  }

}

@media (max-width: 500px) {

  .inner-content-wrap {
      background: #fff;
      padding: 15px;
      width: 90%;
      margin: auto;
  }
  .li_logos_inner_wrap {
      font-size: 9px;
  }
  .second-item{
    margin: 30px 0 0 0;
  }

  .col-xs-6{
    float: left;
    width: 50%;
  }
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
	}

}


.woocommerce nav.woocommerce-pagination ul li {
border-right: 4px solid #fff;
background: white !important;
}
.page-numbers {
border: none !important;
}
.woocommerce-pagination .page-numbers a:link {
display: block !important;
background: #77a464 !important;
color: #363636 !important;
padding: 10px 14px !important;
}
.woocommerce-pagination .page-numbers a:link, .woocommerce-pagination .page-numbers a:hover {
display: block !important;
background: #fff !important;
color: #4e788e !important;
}
.woocommerce-pagination .page-numbers .current, .woocommerce-pagination .page-numbers li a:hover {
padding: 10px 14px !important;
background: #4e788e  !important;
color: #fff !important;
}

.list_sku{
  display: none;
}/*

.inner-slider.owl-loaded {
  padding-bottom: 0;
  height: unset;
}*/

.lipscore-service-review-badge-starred{text-align: center;}
.lipscore-service-review-badge-starred .lipscore-service-review-badge-svg{width: 150px; height: 150px;}
.lipscore-service-review-testimonial.lipscore-view-m{height: 200px !important;}
.lipscore-service-review-badge-small-short.lipscore-keyboard-navigable.lipscore-service-review-modal-toggle{position: relative; top: -13px;  border-width: 0 1px 0 1px;}
.product .cart a.wl-add-to.wl-add-but {background: #4e788e;color: #fff;}
#wl-wrapper .wl-already-in {display: flex;}
#wl-wrapper .wl-already-in ul {padding: 0 0 0 10px;margin-left: 0;}
#wl-wrapper .wl-table.shop_table_responsive td img {height: 100px; width: auto;}
.main-content .wl-panel.panel{padding: 0 3%;}

.single-product .wrap_availablenotice p.available_to_purchase:before{content:""; background-image: url('../images/tickyes.svg'); width: 18px; height: 18px;margin-top: -8px;margin-right: 8px; background-repeat: no-repeat;background-position: center;  background-size: 10px 8px;  background-color: #8dbc84;  display: inline-block;  vertical-align: middle;  border-radius: 50%;  overflow: hidden;}
.single-product .wrap_availablenotice p.product_outofstock{color: #ff0000;}
.single-product .wrap_availablenotice p.product_outofstock i{width: 18px;  height: 18px;  border-radius: 50%;  background: #ff0000;  color: #fff;  font-size: 13px;  position: relative;  top: -4px;  margin-right: 3px;}
.single-product .wrap_availablenotice p.product_outofstock i:before{position: relative;  left: 4px;  top: 2px;}
.single-product .wrap_availablenotice p.newdelivery_comingsoon i{width: 25px;  height: 25px;  border-radius: 50%;  background: #c2a1a3;  color: #fff;  font-size: 13px;  position: relative;  top: -7px;  margin-right: 3px;}
.single-product .wrap_availablenotice p.newdelivery_comingsoon i:before{position: relative;  left: 5px;  top: 5px;}
.shop_table .product-name dl.variation{font-size: 12px; margin: 2% 0;}
.content-home-blocks.fullwidthblockimg {padding: 0 2%;}
.single-product #tab-additional_information p.product-sku {width: 100%; margin-bottom: 2%; display: flex; flex-flow: wrap; justify-content: left; padding: 1%;background: #fff;}
.single-product #tab-additional_information p.product-sku span {width: 12.5%;}
.website-search-wrap input#search {width: 100%;}
.website-search-wrap input[type="submit"] {position: absolute; right: 4%; background: #000; color: #fff; height: auto; padding: 5px 10px;}


@media(max-width: 767px){
  .lipscore-service-review-badge-small-short.lipscore-keyboard-navigable.lipscore-service-review-modal-toggle{display: none;}
  .single-product #tab-additional_information p.product-sku span {width: 44.5%;}
}