:root {
  --dark-blue: #33B7EB;
  --max-width: 1448px;
}
/* General Styles */

html {
	font-size: 16px;
	background: #F9F9F9;
}

body, button, input, textarea, select {
	font-family: 'Quicksand', sans-serif;
	color:#414658;
	line-height: 1.5;
	font-size:100%;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance:none;
	appeerance:none;
}

a, .button {
	transition: all 150ms ease;
	-webkit-backface-visibility: hidden;
	cursor: pointer;
}

a {
	color:#F24697;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}

p {
	margin-bottom:1em;
}

p:last-of-type {
	margin-bottom:0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.flex {
	display: flex;
}

#wrapper {
	overflow-x: hidden;
	margin:auto;
}

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


.padding {
	padding-top:3rem;
	padding-bottom:3rem;
}

.padding-top {
	padding-top:3rem;
}

.padding-bottom {
	padding-bottom:3rem;
}



h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom:1rem;
	line-height: 1.2;
	width: 100%;

}


h1 {
	font-size: 2rem;
	color:;
}

h2 {
	font-size: 1.25rem;
	margin-bottom:0;
}

h3 {
	font-size:1rem;
}

.button, .pagination a {
	display: inline-block;
	color:#fff!important;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	height:40px;
	line-height: 40px;
	text-align: center;
	padding:0 3em;
	background: #000;
	font-size: 0.750rem;
	border-radius: 20px;
}


.button.blue {
	background: #33B7EB;
}


.button.pink, .pagination a {
	background:#F24697;
}



.videoWrapper {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin:0;
  background: transparent;
  position: relative;
  zoom: 1;
  width:100%;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
  display: none;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  width:40px;
  height:40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  margin-top:-20px;
  cursor: pointer;
  -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;
  color:#33B7EB;
  background: #A1E1F5;
}
.flex-direction-nav a:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
  display: inline-block;
  content: '\f104';
  font-weight: 300;


}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;

}
/*.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -20px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -20px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}*/
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
	width: auto;
    position: relative;
    z-index: 2;
    margin-top: 1rem;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  background: #33B7EB;
  cursor: pointer;
  text-indent: -9999px;

}
.flex-control-paging li a:hover {
  background: #414658;
}
.flex-control-paging li a.flex-active {
  background: #414658;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



.flexslider ul.slides img, .cta img {
	border-radius:10px;
}

/* Custom Framework Styles*/


.container {
	width:95%;
	max-width: 1448px;

}


/*.Alert Styles */

section.alert {
	background: #414658;
	padding:0.5rem 0;
	font-size: 0.750rem;
	font-weight: 700;
}

section.alert, section.alert a {
	color:#fff;

}

section.alert a {
	text-decoration: underline;
}



/*.Header Styles */


header.desktop-header {
	display: block;
}

header.mobile-header {
	display: none;
}

.mobile-menu-holder {
	display: none;
}


header {
	box-shadow:0 3px 6px rgba(0, 0, 0, 0.16);
}

.header {
	background: #33B7EB;
	padding-top:0.75rem;
	padding-bottom:0.75rem;

}


.navigation ul.menu .sub-menu {
	display: none;
	width:100%;
	position: absolute;
	left:0;
	top:48px;
	width:100%;
	z-index: 99;
	background: #6073B9;
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
}


.sub-menu ul {
	list-style: none;
}



li.parent-menu-item > a i {
	display: none;
}

.main-menu a:hover {
	opacity: 1;
}


.navigation ul.menu .sub-menu h4, .navigation ul.menu .sub-menu a, .navigation ul.menu .sub-menu {
	color:#fff;
	text-align: left;
}

.navigation ul.menu .sub-menu a:hover {
	opacity: 0.6;
}

.navigation ul.menu .sub-menu li {
    list-style: none;
    display: block;
    margin-right: 0;
    padding-top:5px;
    padding-bottom: 5px;
    width:100%;
    	font-weight: 400;
}

.navigation ul.menu li:hover .sub-menu {
	display: block;
}

.navigation ul.menu .sub-menu h4 {
	font-size:1.250rem;
	margin-bottom:5px;

}


.navigation .category-information {
	text-align: center;
}

.navigation .category-information img {
	max-width: 150px;
	width:100%;
	height:auto;
	float:none;
	margin:auto;
}

.navigation .category-information h3 {
	font-size: 2rem;
	margin-top:2rem;
	margin-bottom:0.5rem;
}

.navigation .category-information p {
	max-width: 220px;
    margin: auto;
}


.navigation ul.menu .sub-menu .blog-feed li {
	padding:10px 0;
	font-weight: 700;
	width:100%;
	float:left;

    }

.navigation ul.menu .sub-menu .blog-feed li a {
		display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation ul.menu .sub-menu .blog-feed img {
	height:40px;
	width: 40px;
	margin-right:20px;
	float:left;
}

.navigation ul.menu .sub-menu .blog-feed span {
	float:left;
	width:calc(100%-60px);
}



header a.logo {
	width:100%;
	max-width: 255px;
	float:left;
}

header .site-wide-search  {
	width:100%;
	float:left;
	position: relative;
}


.location-search {
	padding:1rem;
	background:#F8F8F8;
}


.location-search-inner {
	padding:1rem 20px;
	text-align: center;

}



.location-search-inner span {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 0.875rem;
}

.location-search-inner span:hover {
	color:#F24697;
}

.location-search-all {
	background: #f8f8f8;
	padding:1rem 20px;
	text-align: left;
	font-size: 0.75rem;
}




.location-search-all a {
	color:;
}


header .site-wide-search input, .location-search input {
	background: #fff;
	border:none;
	border-radius: 8px;
	height:50px;
	line-height: 50px;
	width:100%;
	padding:0 1rem;
}


header .site-wide-search button, .location-search button {
	position: absolute;
	right:1rem;
	top:50%;
	border:none;
	padding:0;
	margin:0;
	transform: translateY(-50%);
}

.location-search button {
	right:0.5rem;
}


.location-search {
	background: #F8F8F8;
	padding:1rem;

}

.search-holder {
	position: relative;
}


.location-search label {
	width: 100%;
    text-transform: uppercase;
    text-align: left;
    display: block;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.location-search input {
	height:30px;
	line-height: 30px;
	padding:0 0.5rem;
	border:1px solid #C4C4C4;
	font-size: 0.75rem;
}


.header-options {
	color:#fff;
	line-height: 1;
}

.header-options > div {
	margin-left:2rem;
	display: inline-block;
}

.header-options i {
	float:left;
	font-size: 1.5rem;
}


.header-options span {
	font-size: 0.75rem;
    float: left;
    margin-left: 5px;
    text-align: left;
}



.navigation {
	position: relative;
}

.navigation ul li {
	list-style: none;
	display: inline-block;
	padding-right:2.5rem;
	padding-top:0.75rem;
	padding-bottom:0.75rem;
}


.navigation ul li a {
	display: block;
	color:#414658;
}

.navigation ul li a:hover {
	opacity: 1;
}

.navigation img {
	float:left;
	width:auto;
	height:22px;
	margin-right:0.5rem;
}



.store-location-holder {
  cursor: pointer;
	position: relative;
	max-width: 300px;
	width:100%;
	float:right;
}


.store-location-picker {
    height: 48px;
    line-height: 48px;
    padding: 0 1rem;

}

.store-location-holder.active .store-location-picker {
	color:#fff;
	background: #414658;
}


.store-location-holder.active .fa-chevron-square-down {
	transform: rotate(180deg);
}



.store-location-picker .fa-chevron-square-down {
	float:right;
	line-height: 48px;
	cursor: pointer;
}

 .store-location-picker .fa-map-marker-alt {
	color:#33B7EB;
	float:left;
	line-height: 48px;
}

 .store-location-picker span {
	font-size:0.75rem;
	text-transform: uppercase;
	display: inline-block;
	margin:0 0.5rem;
	float:left;
	line-height: 48px;
}


.store-location-holder .store-location-list {
	display: none;
	min-height: 300px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	position: absolute;
	right:0;
	top:48px;
	width:100%;
	z-index: 9;
}



.store-location-holder.active .store-location-list {
	display: block;

}





/*.Homepage Styles */

.options {
	padding:1rem 0;
}

.options img {
	height:20px;
	width:auto;
	margin-right:0.5rem;
}

.options span {
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 500;
}


.cta.padding {
	padding-top:1rem;
}


.brand-logos .col {
    width: 100%;
    margin: 0 0.5% 0.5% 0.5%;
    min-height: 120px;
    background: #fff;
    border-radius: 10px;
}

.brand-link {
    width: 19%;
    margin: 0.5%;
}

.product-brand {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}


.brand-name {
	color:#33B7EB;
}

/*.Product Styles */

.product-holder  {
	padding:2rem;
	background: #fff;
	border-radius:10px;
	min-height:100%;
	position: relative;
}

.product-holder:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
}


.woocommerce ul.products li.product a img {
	width: auto;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    max-height: 205px;
    margin: auto;
}


.woocommerce ul.products li .product-terms span {
	color:#414658;
	background: #F8F8F8;
	border-radius: 10px;
	padding:0.25rem 0.5rem;
	font-size: 0.625rem;
	margin:0 2px;
	display: inline-block;
}


.woocommerce .products ul, .woocommerce ul.products {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:-0.5rem;
  margin-right:-0.5rem;

}






.woocommerce ul.products li.product {
		width:100%;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin:0 0 1rem 0;
    text-align: center;
}

.woocommerce ul.products.columns-4 li.product {
	 -ms-flex-preferred-size: 24.9%;
    flex-basis: 24.9%;
    max-width: 24.9%;


    }


.woocommerce ul.products.columns-3 li.product {

    -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  max-width: 33%;

}


.product-holder img, .woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
	height:auto;
}

.product-holder h3, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 1rem;
	font-weight: 700;
	padding:1rem 2rem;
	margin:0;
	text-align: center;
	color:#414658;
	max-width: 260px;
	margin:auto;

}


.woocommerce div.product div.images.woocommerce-product-gallery {
	background: #fff;
}

.product-star-rating, .woocommerce ul.products li.product .star-rating {
	font-size: 1rem;
    margin: 0;
    padding-bottom: 1rem;
    text-align: center;
    width: 84px;
    margin: auto;
    margin-bottom: 0.75rem;
}

.woocommerce.archive .star-rating span {

	margin-bottom:1rem;
}


.woocommerce .star-rating::before {
	color:#dedede;
}

.product-price-saving {
	font-size: 0.75rem;
	padding:1rem 0;
}

.product-meta span {
	background: #F8F8F8;
	padding:4px 5px;
	border-radius: 10px;
	margin:0 2px;
	font-size: 0.625rem;
}



.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.woocommerce ul.products li.product .price del {
	display: none;
}

.woocommerce ul.products li.product .price {
    color: #F24697;
    display: block;
    font-weight: 600;
    margin-bottom: .9em;
    font-size: 0.750rem;
    text-transform: uppercase;
    }


.woocommerce ul.products li.product.product-type-simple .price {
    color: #F24697;
    text-decoration: none;
}


.woocommerce ul.products li.product .price ins, .woocommerce.single-product	 .woocommerce-Price-amount.amount {
	font-size: 1.250rem;
	color:#F24697;
	text-decoration: none;
}


.related.products {
	margin-top:5rem;
	text-align: center;
}

.related.products h2 {
	width:100%;
	text-align: center;
	margin-bottom:2rem;
}

.woocommerce-ordering:before {
	content: 'Sort by';
    font-size: 1rem;
    position: relative;
    top: 13px;
    margin-right: 10px;
    color: #9C9FA8;
}

.woocommerce .woocommerce-ordering:after {
	font-family: "Font Awesome 5 Pro";
	content:'\f329';
	position: absolute;
	font-weight: 900;
	top:13px;
	color:#9C9FA8;
	right:15px;
	pointer-events: none;
}

.woocommerce .woocommerce-result-count {
    margin: 0;
    position: relative;
    top: 13px;
}

.woocommerce .woocommerce-ordering {
	margin-bottom:1rem;
	position: relative;
}

.woocommerce .woocommerce-ordering select {
	-webkit-appearance: none;
	appearance:none;
	height:50px;
	line-height: 50px;
	border:1px solid #C4C4C4;
	background: #fff;
	border-radius: 10px;
	font-size: 1rem;
	 color:#9C9FA8;
	 padding: 0 15px;
	 max-width: 200px;
}

/*.Footer Styles */

.footer {
	background: #33B7EB;
	font-size: 0.875rem;
}

.footer ul {
	margin:0;
	padding:0;
	list-style: none;
}

.footer ul li {
	margin:5px 0;
}

.footer a {
	color:#fff;
}

.footer h5 {
	text-transform: uppercase;
	font-size:0.750rem;
}

footer img.payment {
	max-width: 254px;
}

form.sign-up {
	width:100%;
	position: relative;
	margin-bottom:2rem;
}

form.sign-up input {
	height:50px;
	line-height: 50px;
	padding:0 1rem;
	border-radius: 10px;
	border:none;
	width:100%;
}

form.sign-up button {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 1rem;
	padding:0;
	margin:0;
	background: none;
	border:none;
	font-size: 1rem;
}

.mates-rates-holder {
    max-width: 230px;
    padding: 2.1rem;
    background: #414658;
    border-radius: 0 0 10px 10px;
    color: #fff;
    float: right;
    text-align: center;
    position: relative;
    right: 0;
    margin-top: -3rem;
    margin-bottom: -9rem;
}

.mates-rates-holder img {
	max-width: 100px;
}

.mates-rates-holder h3 {
	color:#fff;
	font-size: 1rem;
	margin:1rem auto;
}

.mates-rates-holder p {
	font-size: 0.813rem;
	font-weight: 500;
}


.mates-rates-holder a {
	color:#F24697;
	text-transform: uppercase;
}

.copyright.padding {
	padding-top:2rem;
}

.copyright h5 {
	margin-bottom:5px;
	font-size: 0.865rem;
}

.copyright h5.title {
	font-size: 0.750rem;
	text-transform: uppercase;
	margin-bottom:2rem;
	font-weight: 700;
}

.copyright p {
	font-size: 0.875rem;
	font-weight: 400;
	max-width: 280px;
}

.copyright .end-xs p {
    max-width: 230px;
    text-align: center;
    float: right;
    width: 100%;
}

.copyright i {
	font-size: 4rem;
	float:left;
	margin-right:1rem;
}








/* Blog Styles */

.blog-listing .post {
	background: #fff;
	border-radius: 10px;
	margin-bottom:1rem;
}

.blog-listing .post a {
	display: inline-block;
}

.blog-listing a {
	color:#414658;
}

.blog-listing a .category-name {
	color:#F24697;
}

.blog-listing .post a:hover {
	opacity: 1;
}

.blog-listing .post-image {
	line-height: 0;
	padding:2rem;
	width:50%;
	display: inline-block;
}

.post-image img {
	border-radius: 100%!important;
}

.blog-listing .post-content {
	padding:2rem;
	width:50%;
	display: inline-block;
	margin-left:-5px;
}

.blog-listing .post-content h3 {
	font-size:1.250rem;
}

.blog-listing .post-content p {
	font-weight: 400;
	margin-bottom:1rem;
}


.pagination {
	margin:2rem auto 0 auto;
}


.single-post .post img {
	border-radius: 10px;
	margin-bottom:1rem;
}

.single-post .post, .main-content {
	font-weight: 400;
}

.single-post .post h2, .main-content h2 {
	color:#33B7EB;
	font-size: 1.25rem;
	margin-bottom:0.5rem;
	margin-top:1.5rem;
}


.single-post .social {
	display: block;
	margin-top:2rem;
}

.single-post .social h4 {
	display: inline-block;
	width:auto;
}

.single-post .social a {
	margin-left:0.5rem;
}

#breadcrumbs, .woocommerce .woocommerce-breadcrumb {
	margin:0;
	padding:0;
	font-size: 0.75rem;
	text-transform: uppercase;
}


.woocommerce .woocommerce-breadcrumb a {
	color:#F24697;
}


.breadcrumb_last {
	/*color:#F24697;*/
}


.woocommerce .woocommerce-breadcrumb {

	text-transform: uppercase;
	margin-bottom:2rem;
}




#slider .flex-control-nav {
	display: none;
}

#slider .flex-direction-nav {
	display: block;
}


.blog-listing .post:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}


ul.blog-categories {
	margin:0;
	padding:0;
	list-style: none;
}

ul.blog-categories li a, .page-title .cat-item {
	background: #ccc;
	color:#fff;
	border-radius: 10px;
	display: block;
	padding:15px 20px;
	line-height: 1;

}

 .page-title .cat-item {
	 display: inline-block;
	 padding:15px 40px;
	 font-size: 0.875rem;
 }

ul.blog-categories li a:hover {
	opacity: 1;
}

ul.blog-categories li a:before, .page-title .cat-item:before {
    content: '';
    background-size: cover;
    filter: brightness(0) invert(1);
    color: #fff;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    margin-bottom: -5px;
}

ul.blog-categories li.cat-item-1 a, .page-title .cat-item-1 { background: #6073B9; }
ul.blog-categories li.cat-item-1 a:before, .page-title .cat-item-1:before {	 background-image: url(../images/ico_dog.svg); }

ul.blog-categories li.cat-item-2 a, .page-title .cat-item-2 { background: #727272; }
ul.blog-categories li.cat-item-2 a:before, .page-title .cat-item-2:before {	 background-image: url(../images/ico_cat.svg); }

ul.blog-categories li.cat-item-3 a, .page-title .cat-item-3 { background: #C95050; }
ul.blog-categories li.cat-item-3 a:before, .page-title .cat-item-3:before {	 background-image: url(../images/ico_horse.svg); }

ul.blog-categories li.cat-item-4 a, .page-title .cat-item-4 { background: #E09B50; }
ul.blog-categories li.cat-item-4 a:before, .page-title .cat-item-4:before {	 background-image: url(../images/ico_chicken.svg); }

ul.blog-categories li.cat-item-5 a, .page-title .cat-item-5 { background: #D179A2; }
ul.blog-categories li.cat-item-5 a:before, .page-title .cat-item-5:before {	 background-image: url(../images/ico_rabbit.svg); }

ul.blog-categories li.cat-item-6 a, .page-title .cat-item-6 { background: #65C181; }
ul.blog-categories li.cat-item-6 a:before, .page-title .cat-item-6:before {	 background-image: url(../images/ico_farm.svg); }





/* Gravity Forms */


body .gform_wrapper label.gfield_label {
	display: none!important;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height:60px;
	padding:0 1em;
	line-height: 60px;
	border:0;
	background: rgba(255,255,255,0.3);
	font-size: 1rem;
	color:#fff;
}

body .gform_wrapper textarea {
	border:0;
	background: rgba(255,255,255,0.3);
	font-size: 1rem;
	padding:1em;
	color:#fff;
	max-height: 168px;
}

body .gform_wrapper .top_label li.gfield.gf_left_half, body .gform_wrapper .top_label li.gfield.gf_right_half {
	margin-top:0;
	margin-bottom:16px;
}

body .gform_wrapper .top_label div.ginput_container, body .gform_wrapper ul li.gfield {
	margin-top:0!important;
	margin-bottom:16px;
}

body .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), body .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
	margin-top:0;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}
::-moz-placeholder {
  color: #000;
   opacity: 0.4;
}
:-ms-input-placeholder {
  color: #000;
   opacity: 0.4;
}
:-moz-placeholder {
  color: #000;
    opacity: 0.4;
}



/* Woocommerce Styles */


.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: none;
}


.woocommerce div.product.product-type-variable p.price {
	display: none;
}

table.variations td.label {
	display: none;
}


.woocommerce div.product form.cart .variations select {
	max-width: 240px;
	min-width: 240px;
}


.woocommerce div.product form.cart {
	margin-bottom:5rem;
}

.woocommerce-variation.single_variation {
	float:left;
	margin-right:1rem;
}

.woocommerce-price-suffix {
	display: none;
}


.woocommerce div.product span.price {
	line-height: 60px;
	font-size:2rem;
	color:#F24697;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background:#65C181;
	text-transform: none;
	padding:0 2rem;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background:#65C181;
	opacity: 0.7;
}


.woocommerce button.button.single_add_to_cart_button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	height:60px;
	line-height: 60px;
	border-radius: 10px;
	font-size: 1.250rem;
	padding:0 2rem;
		background:#65C181;
	text-transform: none;
	padding:0 2rem;
	color:#fff;
}

.woocommerce button.button.single_add_to_cart_button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover  {
	background: #65C181;
	color:#fff;
}

.woocommerce button.button.single_add_to_cart_button i {

	margin-left:1rem;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-right: 1rem;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
}


.woocommerce div.product.product-type-simple p.price {
	float:left;
	margin-right:2rem;
}


span.price del:before {
	content:"Don't pay ":
}


.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	top:auto;
	right:auto;
	bottom:.5em;
	left:.5em;
}

.woocommerce span.onsale {
    min-height: auto;
    min-width: auto;
    padding: 0.5em 2rem;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 1;
    top: 0;
    left: 0;
    margin: 0;
    margin-left: ;
    border-radius: 100%;
    background-color: #F24697;
    color: #fff;
    font-size: 1rem;
    z-index: 9;
    border-radius: 0;
}



.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background:#33b7eb;
	color:#fff;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	color:#33b7eb;
}


.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	min-width: 2rem;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid #33b7eb;
    padding: 0;
    margin: 0 4px;
    float: left;
    display: inline;
    overflow: hidden;
    border-radius: 4px;
}



.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
        margin-bottom: -1px;

}


.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 2rem 3rem;
    background:#fff;
    border:1px solid #C4C4C4;
    position: relative;
    z-index: 1;
    font-weight: 300;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-right:1px solid #C4C4C4;
    background-color: #F9F9F9;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 3rem;
    color:#414658;
    margin-right:-6px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding:1rem 0;
}


.delivery-tabs li i {
	font-size: 26px;
}

.delivery-tabs li span {
    display: inline-block;
    line-height: 1.2;
    margin-left:0.5rem;
    }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom: 1px solid #fff;


}

.woocommerce .star-rating {
	color:#E5B900;
	float:left;
	width:100%;
	margin-bottom:0.5rem;
}

.woocommerce div.product div.images {
	margin-bottom:4rem;
}

.woocommerce div.product {
	width:100%;
}

.woocommerce div.product .product_title {
	margin-bottom:0;
}

.woocommerce div.product .woocommerce-tabs .panel h3 {
	font-size:1.125rem;
	margin-top:3rem;
}

.woocommerce div.product .woocommerce-tabs .panel h3:first-of-type {
	margin-top:0;
}

.woocommerce #reviews #comments h2 {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 2rem;
}

.woocommerce #reviews #comments ol.commentlist li:nth-child(even) .comment-text {
	background:#F9F9F9 ;
}

.woocommerce .meta .woocommerce-review__author {
	display: block;
	width:100%;
	font-size: 0.875rem;
	color:#33B7EB;
	font-weight:bold;
	text-transform: uppercase;
}

.woocommerce-review__dash {
	font-size: 0;
}

.woocommerce-review__dash:after {
	content:'Reviewed';
	font-size: 0.875rem;
}

.woocommerce #reviews #comments ol.commentlist li .description p:last-of-type {
	margin-bottom:0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	float:left;
}


.woocommerce #reviews #comments ol.commentlist li .description {
	float: right;
    width: calc(100% - 220px);
}

.comment-reply-title {
	font-weight: bold;
}

.woocommerce #review_form #respond p.stars {
	float: left;
    margin: 4px 0 0 10px;
    width:auto;
}

.woocommerce #review_form #respond p {
	float:left;
	width:100%;
	margin-top:1rem;
}

.comment-form-rating {
	float:left;
	width:100%;
}

.comment-form-rating label {
	float:left;
}

.woocommerce p.stars a {
	color:#E5B900;
}

.woocommerce p.stars a:hover {
	opacity: 1;
}

.comment-form-comment {
	margin-top:1rem;
	float:left;
	width:100%;
}





.woocommerce #review_form #respond textarea {
	border:1px solid #C4C4C4;
	padding:1rem;
}

.woocommerce #review_form #respond textarea {
	max-width: 800px;
	min-height: 200px;
}

.comment-form-comment label {
	width:100%;
	float:left;
}


.woocommerce .woocommerce-product-rating .star-rating {
	display: inline-block;
    width: 5.4em;
    margin-right: 4px;
}


.delivery-tabs {
	border:1px solid #C4C4C4;
	width:100%;
	float:left;
}

.delivery-tabs ul {
	width:100%;
	display: flex;
	
}

.delivery-tabs li {
	list-style: none;
	width:33.33%;
	float:left;
	border-right:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	display: flex;

	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.delivery-tabs li.current {
	background: #fff;
	border-bottom:1px solid #fff;
}


.delivery-tabs li a {
	color:#414658;
	text-align: center;
	padding:1rem;
	display: block;


	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.delivery-tabs .tab_content {
	    float: left;
    width: 100%;
    padding: 2rem;
    background: #fff;
}

.tab_content {
	position: relative;
}


.tab_content h3 {
	width:100%;
	float:left;
	margin-bottom:0.5rem;
}


.tab_content h4 {
	font-size: 1.25rem;
	color:#33B7EB;
	text-transform: uppercase;
	margin-top:1rem;
	float:left;
	width:100%;
}


.tab_content .location-address {
	margin-left:20px;
	float:left;
	width:100%;
	font-weight: 300;
}

.tab_content .location-address a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.875rem;
}

p.location-address-notice {
	margin:2rem 0;
	padding:1rem;
	background: #f9f9f9;
	float:left;
}


.tab_content h3 a.button {
	text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    background: #33B7EB;
    border: none;
    font-size: 0.75rem;
    margin-left:10px;
}


.tab_content .stock-check {
	position: absolute;
	bottom:2rem;
	right:2rem;
	height:40px;
	line-height: 40px;
	border:1px solid #65C181;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 500;
	padding:0 1rem
}

.tab_content .stock-check.out-stock {

	border-color:#C95050;
}

.tab_content form {
	width:100%;
	float:left;
	width:100%;
	margin-bottom:2rem;

}

.tab_content p {
	width:100%;
	float:left;
}


.tab_content p.shipping-cost {
	color:#33B7EB;
}

.tab_content form input {
	height:40px;
	border-radius: 8px;
	border:1px solid #C4C4C4;
	padding:0 1rem;
	width:75%;
	float:left;
}

.tab_content form button {
	float:right;
	height:40px;
	line-height: 40px;
	width:20%;
	margin-left:5%;
	text-align: center;
	border-radius: 20px;
	color:#fff;
	background:#33B7EB;
	border:none;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width:52%;
}

.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:42%;
}


#tab-click .stock-check, #tab-call .stock-check {
	bottom:auto;
	top:4rem;
}

p.location-address-notice.out-stock {
	background:#EFCACA;
	color:#C95050;
}



.tab_content h4.location-phone {
	color: #F24697;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;

}


.tab_content h4.location-phone i {
	font-size: 1.25rem;
}


.tab_content h4.location-phone a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    background: #F24697;
    border: none;
    display: inline-block;
    padding: 0 1rem;
    font-size: 0.75rem;
    position: relative;
    top: -5px;
    margin-left: 10px;

}


.product-cat-image {
	border-radius: 10px;
	line-height: 0;
	overflow: hidden;
	margin-bottom:1rem;
}


.product-archive-aside {
	padding-right:2rem;
}


.woocommerce .sidebar {
	border-radius: 10px;
	background: #fff;
	padding:2rem;
}

.woocommerce .sidebar aside {
	margin-bottom:2rem;
}

.woocommerce .sidebar aside:last-child {
	margin-bottom:0;
}


.woocommerce.archive .woocommerce-breadcrumb {
	margin-bottom:0;
}


.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	margin:0 0 4px 0;
}


.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
	color:#33B7EB;
}


.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0c8";
    display: inline-block;
    margin-right: .618em;
    color: #33B7EB;
        line-height: 1;
    -webkit-font-smoothing: antialiased;
        text-decoration: none;
    speak: none;
    font-weight: 400;
}


h3.widget-title {
	font-size: 1.25rem;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    content: "\f14a";

}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	color:#727272;
	font-size: 0.875rem;
}


.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 0.85rem;
	height:30px;
	line-height: 30px;
	border-radius: 20px;
	background: #33B7EB;
}


.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #C4C4C4;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height:5px;
}

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

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #33B7EB;
}




/*

button.single_add_to_cart_button:after {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    float: right;
    content: "\10f07a";
    font-weight: 900;
    margin-left: 1em;
} */

.navigation ul.menu .sub-menu.cat {
    background: #5f626f;
}
.navigation ul.menu .sub-menu.horse {
    background: #c95050;
}
.navigation ul.menu .sub-menu.bird {
    background: #e09b50;
}
.navigation ul.menu .sub-menu.other {
    background: #d179a2;
}
.navigation ul.menu .sub-menu.garden {
    background: #65c181;
}

.woocommerce ul.products li.product a img{
	min-height:200px;
	object-fit: contain;
}

  .woocommerce div.product.product-type-simple p.price {
    margin-top: 1rem;
}

.woocommerce div.product .product_title {
    margin-bottom: 1rem;
}

.woocommerce div.product div.images img{
	max-width: 600px;
    max-height: 600px;
    object-fit: contain;
    margin: auto;
}
.search-error{
	position:absolute;
	right:3em;
	top:14px;
	color:#d54b4b;
	z-index:-1;
	background:#fff;
	opacity:0;
	transition: all .3s ease-in-out;
}

.delivery-tabs {
    border: none;
}

.delivery-tabs .new_tab_content {
    border: 1px solid #C4C4C4;

}

.delivery-tabs ul {

        margin-bottom: -1px!important;
    margin-left: 0!important;

}
.delivery-tabs ul li{
	z-index: 1;;
}

.delivery-tabs li.current {
    border-bottom: 1px solid #fff;
}

.delivery-tabs li {
    border-top: 1px solid #C4C4C4;
}

.delivery-tabs li:last-child {
    border-right: 1px solid #C4C4C4;
}

.delivery-tabs li:first-child {
    border-left: 1px solid #C4C4C4;
}
.delivery-tabs .new_tab_content {
	float: left;
width: 100%;
padding: 2rem;
background: #fff;
}

.new_tab_content {
position: relative;
}


.new_tab_content h3 {
width:100%;
float:left;
margin-bottom:0.5rem;
}


.new_tab_content h4 {
font-size: 1.25rem;
color:#33B7EB;
text-transform: uppercase;
margin-top:1rem;
float:left;
width:100%;
}


.new_tab_content .location-address {
margin-left:20px;
float:left;
width:100%;
font-weight: 300;
}

.new_tab_content .location-address a {
font-weight: 700;
text-transform: uppercase;
font-size: 0.875rem;
}

.new_tab_content h3 a.button {
	text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    background: #33B7EB;
    border: none;
    font-size: 0.75rem;
    margin-left:10px;
}


.new_tab_content .stock-check {
	position: absolute;
	bottom:2rem;
	right:2rem;
	height:40px;
	line-height: 40px;
	border:1px solid #65C181;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 500;
	padding:0 1rem
}

.new_tab_content .stock-check.out-stock {

	border-color:#C95050;
}

.new_tab_content form {
	width:100%;
	float:left;
	width:100%;
	margin-bottom:2rem;

}

.new_tab_content p {
	width:100%;
	float:left;
}


.new_tab_content p.shipping-cost {
	color:#33B7EB;
}

.new_tab_content form input {
	height:40px;
	border-radius: 8px;
	border:1px solid #C4C4C4;
	padding:0 1rem;
	width:75%;
	float:left;
}

.new_tab_content form button {
	float:right;
	height:40px;
	line-height: 40px;
	width:20%;
	margin-left:5%;
	text-align: center;
	border-radius: 20px;
	color:#fff;
	background:#33B7EB;
	border:none;
}
.new_tab_content h4.location-phone {
	color: #F24697;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;

}


.new_tab_content h4.location-phone i {
	font-size: 1.25rem;
}


.new_tab_content h4.location-phone a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    background: #F24697;
    border: none;
    display: inline-block;
    padding: 0 1rem;
    font-size: 0.75rem;
    position: relative;
    top: -5px;
    margin-left: 10px;

}

header.store-portal .logo{
	float:none;
	display: inline-block;
}

header.store-portal .col-xs-12{
	position: relative;
}
header.store-portal .user-option{
	color: #fff;
	position: absolute;
	right: 2em;
	bottom:1em;
}
header.store-portal .user-option a{
	color:#fff;
}

html.portal{
	background: #fff;
	height: 100%;
}
.portal body{height: 100%;}
.portal .copyright{
	background: #F9F9F9;

}
.portal .copyright p{
	max-width: unset;
}

.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #33B7EB;
	box-shadow: none;
	color: #fff;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

.product-list{
	list-style: none;
}
.product-list li h2{
	font-weight: bold;
	color:#414658;

}
.switch-group > label{
	font-weight: 700;
	float: left;
	margin-right: 2em;
}
.page-numbers.store-portal .page-numbers:not(.dots):not(.current) {
    display: inline-block;
    padding: 0px 10px;
    border: 1px solid #a7a7a7;
}
input.not-display:checked + label {
	background-color: rgb(137, 137, 137);
}
.filter-by-cat{
	list-style: none;
}
.filter-by-cat li{
   width: 100%;
   max-width: 200px;

}
.filter-by-cat li a{
	position: relative;
	display: inline-block;
	padding: 0 5px;
	width: 100%;
	font-size:.8em;
	border-radius: 4px;
}
.filter-by-cat li a:hover, .filter-by-cat li a.active{
	background:#fed8d8;
}
.pt-50{
	padding-top: 50px;;
}

.filter-search input {
    border-radius: 5px;
    box-shadow: none;
    padding: 5px;
    width: 85%;
}
a.cat-f  i {
    position:absolute;
	right: 6px;
	top: 4px;
	color: #f675ac;
}
.login{
	max-width: 350px;
    /* margin: auto; */
    text-align: center;
}
.login input{
	display: block;
	width:100%;
	height: 3em;
	margin-bottom:1em;
	border-radius: 10px;
	padding-left: 10px;

}
.login input[type='checkbox']{
	width:20px;
	height:auto;
	display: inline-block;
}
.login .checkbox-group{
	float: left;
}
.login .checkbox-group label{
	display: inline-block;
}
.login input[type='submit']{
	width: auto;
    padding: 0 2em;
	float: right;
	background-color: #33B7EB;
	color:#fff;
	cursor:pointer;
}
.header-options a{
	color:#fff;
	cursor:pointer;
}
.portal .container{
	max-width:1200px;
}
.delivery-tabs li.disabled a {
    color: currentColor;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}
li.disabled::before {content: 'NOT AVAILABLE';color: #fa2d2d;opacity: .8;position: absolute;top: 10px; font-size:.7em}

li.disabled {
    position: relative;
	padding-top: 1em;
	border-bottom: 1px solid #C4C4C4!important;
	background: #F9F9F9!important;
}

#store-list div.disabled {
    opacity: 0.6;
    pointer-events: none;
}
#store-list div.disabled input[type='submit']{
    color: #fa2d2d;
	pointer-events: none;
	font-size: .6em;
}
.store-location-holder .store-location-list{
	min-height:unset;
}
.location-search-inner {
	padding: 0;
}
.location-search-inner div{
	display:none;
}
div#store-list > div {
    display: block;
    border-radius: 10px;
    background: #fff;
	padding: 15px;
	margin-bottom: 1em;
}

div#store-list {
    background: #F8F8F8;
    padding: 1em;
    text-align: left;
}

div#location-list {
	padding: 0 1.5em;
	text-align: left;
}

div#store-list > div:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    cursor:pointer;
}
div#store-list  h5{
    font-size:.85em;
    margin-bottom:.6em;
}
div#store-list > div p{
    font-size:.85em;
    font-weight:100;
}
div#store-list > div span{
    display: inline-block;
    max-width:49%;
    line-height:1;
    font-size:.7em;
    font-weight:700;
}
div#store-list > div form{
    display: inline-block;
    width: 50%;
    text-align: right;

}
div#store-list > div input[type='submit']{
    display: inline;
    font-size:.7em;
	text-transform: uppercase;
	color: #33b7eb;
	border:none;
	cursor: pointer;
}
div#store-list > div:hover input[type='submit']{
	color: #F24697;
}
div#store-info{
    background: #F9F9F9;
}
div#store-info .top{
    padding: 1em;
    font-weight:100;
    text-align:left;
}
div#store-info .top p{
    margin-bottom:.5em;
    padding-left:1.5em;
    position:relative;
}
div#store-info .top p i{
    position: absolute;
    left: 0;
    top: .3em;
    color: #33b7eb;
}
div#store-info .top p a {
    font-size:.8em;
    font-weight:700;
}
div#store-info .top p:nth-child(3) a{
    color:#33b7eb;
	font-weight:700;
	font-size: 1em;
}
div#store-info .open-hours{
    background:#fff;
    padding:1.3em;
    text-align:left;
    font-size: .8rem;
}
div#store-info .open-hours .hours{
    list-style:none;
}
div#store-info .open-hours .hours li{
    display: block;
    margin: 0;
    padding: .4em 0;
    font-weight: 100;
    text-transform: uppercase;
}
div#store-info .open-hours .hours li .hours{
    float:right;
    font-weight:700;
}

.loader {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 5em;
	height: 5em;
	border-radius: 50%;
	background: #33b7eb;
	background: -moz-linear-gradient(left, #33b7eb 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #33b7eb 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #33b7eb 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #33b7eb 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #33b7eb 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
  }
  .loader:before {
	width: 50%;
	height: 50%;
	background: #33b7eb;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
  }
  .loader:after {
	background: #fff;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  }
  @-webkit-keyframes load3 {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes load3 {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }

  .location-search-inner span.active {
    color: #F24697;
}

.location-search-inner {
    max-height: 60vh;
    overflow-y: auto;
}

.new_tab_content .location-address p {
	width: 50%;
	min-width:270px;
    float: none;
}
h5.store-name {
    margin-bottom: .4em;
}

.store-phone a {
    color: inherit;
}


.store-action form [type=submit]{
    border:none;
    background: transparent;
	color:	#33b7eb;
	cursor: pointer;

}

.store-item {
    display: table;
    width: 100%;
    padding: 1em 0;
}


.store-item h5, .store-item div {
    display: table-cell;
    padding-left:.5em;
    vertical-align: middle;
}

h5.store-name {
    width: 23%;
}

.store-addr {
    width: 40%;
}

.store-phone {
    width: 10%;
}

.store-detail {
    width: 14%;
}

.store-action form {
    display: inline-block;
    font-size: .8em;
}

.store-action a {
    font-size: .8em;
}
.store-item:nth-child(odd){
    background: #e6e6e6;
}
.store-detail > span{
	cursor: pointer;
	font-size:.8em;
	text-decoration: underline;
}
.store-detail ul.hours{
    list-style:none;
	display:none;
	font-size:.8em;
}
.store-detail span.hours{
	font-weight:bold;
	float: right;
}
.store-detail span.day {
    text-transform: uppercase;
}

.user-option .dropdown {
	display:none;
    position: absolute;
    top: 2em;
    background: #fff;
    left: 0;
    right: 0;
    text-align: right;
	padding: .5em;
	padding-right: 1em;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.user-option.active  .dropdown{
	display: block;
}
.user-option.active .fa-chevron-square-down {
    transform: rotate(180deg);
}

header.store-portal .user-option a {
    display: block;
    padding-bottom: .7em;
    color: #414658;
    font-size: .9rem;
}
header.store-portal .user-option{
	min-width: 180px;
	text-align: right;
}
header.store-portal .user-option span{
	cursor: pointer;
}
.inline .acf-fields>.acf-field {
    border: none;
    width: 50%;
    float: left;
    clear: none;
    padding: 0 1% 0 0;
}

.inline .acf-fields>.acf-field {
    border: none;
    width: 50%;
    float: left;
    clear: none;
    padding: 0 1% 0 0;
    margin-bottom: 1em;
}

.inline .acf-field .acf-label {
    float: left;
}

.inline .acf-field .acf-input {
    margin-left: 150px;
    display: block;
}

.inline .acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="email"], .acf-field input[type="url"], .acf-field textarea, .acf-field select {
    height: 2.8em;
    padding: .5em;
    border-radius: 5px;
    font-weight: 100;
    border-width: 2px;
    border-style: inset;
    border-color: #eaeaea;
    background: #fff;
}
.inline .acf-field[data-name="_post_title"] input,
.inline .acf-field[data-name="address_2"] input,
.inline .acf-field[data-name="address_1"] input,
.inline .acf-field[data-name="address_3"] input
{
	width:70%;
}
.inline .acf-field[data-name="state"] select,
.inline .acf-field[data-name="postcode"] input{
	width:20%;
}
.inline .acf-field[data-name="phone_number"] input,
.inline .acf-field[data-name="suburb"] input{
	width:40%;
}
.inline .acf-fields>.acf-field[data-name="opening_hours"]{
	width:100%;
}


.form-group input[type="submit"] {
    padding: 0 2.5em;
    background: #33b7eb;
    color: #fff;
    font-weight: 700;
    border-color: #33b7eb;
    cursor: pointer;
}

@media (max-width: 845px){
	.inline .acf-fields>.acf-field {
		width: 100%;
		float: none;
		clear: both;
	}
	.inline .acf-field .acf-label {
		float: none;
		display: block;
		width: 100%;
	}

	.inline input, .inline select {
		margin-left: 0;
		display: block;
		width: 100%!important;
	}
	.form-group input.inline {
		float: none;

	}
	.inline [type=submit]{
		margin: 0;
	}
}

.form-group input.inline {
    float: left;
    margin: 0;
    margin-left: 5px;
    margin-bottom: 1em;
}

.inline label.control-label {
    width: 20%;
}
.inline .acf-fields>.acf-field table .acf-fields >.acf-field {
    margin: 0;
    border-bottom: 1px solid #E1E1E1;
}

.inline .acf-fields>.acf-field table .acf-fields >.acf-field:nth-child(odd) {
    border-right: 1px solid #E1E1E1;
}

.acf-field .acf-label {
    vertical-align: middle;
}

.acf-fields.-left>.acf-field>.acf-input>.acf-repeater >table .acf-field {
    width: 100%;
    border-right: none;
}
.acf-repeater>table {
    clear: none;
}

.inline>.acf-fields>.acf-field>.acf-input>.acf-repeater>table>tbody>tr>.acf-fields >.acf-field:nth-last-child(1) {
    border-bottom: 0;
}
.inline [type=submit] {
    border: none;
    background: #33b7eb;
    color: #fff;
    cursor: pointer;
    margin-left: 150px;
}
.store-location-picker span {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.woocommerce-page div.product div.summary p.price{
	float: none;
	margin-right: 2rem;
    color: #F24697;
}
th.product-delivery,th.product-pickup {
    border-left: 2px solid #f9f9f9;
    padding: 0!important;
    background: #ececec;
    text-align: center;
}

th.product-delivery .title, th.product-pickup .title {
    padding: 15px  46px;
}

th.product-delivery .content, th.product-pickup .content {
    background: #33B7EB;
    color: #fff;
    font-size: .8em;
    line-height: 1.5;
    padding: 10px 0 0 0;

}

th.product-delivery .content a, th.product-pickup .content a {
    color: #fff;
    text-decoration: underline;
}
.success {
    color: #47bd47;
}
.error {
    color: #bd4747;
}
.product-delivery, .product-pickup{
	text-align: center;
}
.woocommerce-cart table.cart th{
	vertical-align: bottom;
}

th.product-delivery, th.product-pickup {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
a.button.alt,  .delivery-tabs a.checkout-button.button.alt.wc-forward {
    border-radius: 7px;
}

.delivery-tabs tr, .delivery-tabs th, .delivery-tabs td {
    border: none!important;
}

tr.order-total {
    text-transform: uppercase;
}

tr.order-total td strong {
    font-weight: 900;
}

tr.order-total td small {
    font-size: .8em;
}

.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    content: none!important;
}
.cart-collaterals .new_tab_content h3,.cart-collaterals .new_tab_content p {
    float:none;
}
span.woocommerce-Price-amount.amount {
    display: inline-block;
    margin-right: .3em;
}
span.woocommerce-Price-amount.amount {
    font-weight: 900;
}

div#shipping_method {
    display: inline-block;
}

.new_tab_content form.woocommerce-shipping-calculator {
    width: auto;
    float: none;
    display: inline-block;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after{
    display:none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    color: #33b7eb;
    text-transform: uppercase;
    font-size: .7em;
    font-weight: 900;
    text-decoration: underline;
}
.new_tab_content .shipping-calculator-form button{
	float:none!important;
	line-height: 1;
    font-size: 1em;
    height: auto;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 1.5em;
    margin-top: 1.5rem;
    font-weight: 700;
}

.woocommerce-checkout
 table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    padding: 0;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding-left: 1rem;
}

.main-content h2.woocommerce-order-details__title {
    color: inherit;
}
.header-options .cart {
	position: relative;
}


#payment .delivery-tabs.payment .new_tab_content {
	 padding: 2rem 1rem 1rem 1rem;
    overflow: hidden;
}



#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	    padding: 0;
    margin: 0;
}

p.lost_password {
	margin-bottom:3rem;
}

.main-content ul {
	list-style: inside;
	margin-left:1rem;
	margin-bottom:1rem;
}

.header-options .cart span {
    position: absolute;
    background-color: #f55574;
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    text-align: center;
    line-height: 1.5;
    border-radius: 13px;
    right: -10px;
    top: -6px;
    font-size: .7rem;
}

.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	line-height: 1;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
	float: none;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    padding: 0 1rem;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	padding: 0!important;
}

.woocommerce-checkout #payment div.payment_box{
	background:transparent;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: none;
}
.delivery-tabs.payment li {
    width: 50%;
    background: transparent;
	border-bottom: none;
	border-top:none;
	background: #e6e6e6;
}
.delivery-tabs.payment li label{
	padding:1em;
	font-weight: 700;
	cursor:pointer;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #c4c4c4;
}
.delivery-tabs.payment li label i{
	font-weight: 200;
}
.delivery-tabs.payment li input{
	display: none;
}
.delivery-tabs.payment li input:checked + label {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0;
    border: 1px solid #c4c4c4;

}
.delivery-tabs.payment .new_tab_content{
	border:none;
}
.delivery-tabs.payment li:first-child {
    border-left: none;
}
.delivery-tabs.payment li:last-child {
    border-right: none;
}
li.wc_payment_method.payment_method_cod label {
    text-align: left;
}

li.disabled{
	pointer-events: none;
}
.menu-article img{
	border-radius:50%;
}
.forget-pass{
	float: left;
    padding-top: 13px;
}

.woocommerce form.login {
	padding: 0;
	border: none;
	margin: 0;
}

.woocommerce form.login.register {
    max-width: 500px;
    margin: auto;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    max-width: 20rem;
    padding: 1em;
    background: #fff;
    border-radius: 10px;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: .5em 0;
}

nav.woocommerce-MyAccount-navigation ul li a{
   color: #33B7EB;
   font-weight: bold;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders thead tr th {
    padding: 10px;
}

a.woocommerce-button.button.view {
    height: auto;
	line-height: 2.5em;
	font-size: 1em;
}

.woocommerce-Address header {
    box-shadow: none;
    padding-top: 1em;
}
.woocommerce-Address header {
    box-shadow: none;
    padding-top: 1em;
}

.woocommerce-Address header.title h3 {
    font-size: 1.2em;
}

.woocommerce-Address header.title h3 a {
    font-weight: normal;
}

.woocommerce-address-fields input,.woocommerce-address-fields .select2-selection,
.woocommerce-EditAccountForm.edit-account input,
.woocommerce-ResetPassword input{
	height: 2.8em;
    padding: .5em;
    border-radius: 5px;
    font-weight: 100;
    border-width: 2px;
    border-style: inset;
    border-color: #eaeaea;
	background: #fff;
	box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
}
span.success {
    display: block;
    padding: .5em;
    color: #d8ec87;
}
html,
body,
#map {
  height: 500px;
  width: 100%;
  margin: 0px;
  padding: 0px
}

div.infowindow {
    max-height: 250px;
	overflow-y: auto;
	padding: 10px;
}
.search-store{
	width: 500px;
	max-width: 100%;
}
.search-store input{
	width:100%;
}
div#suburb-list {
	background: #fff;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 450px;
    max-width: 100%;
}

div#suburb-list span {
    display: block;
	padding: 10px;
	cursor: pointer;
}

.search-store {
    position: relative;
}
div#suburb-list span.active,
div#suburb-list span:hover{
color: #F24697;
}

.store-item .store-name span {
    float: right;
    display: inline-block;
    margin-right: 1em;
    font-size: .6em;
    margin-top: .5em;
    color: #f24697;
}
.search-store {
    width: 600px;
    max-width: 100%;
}
.search-store label {
    display: block;
}
.search-store input {
    max-width: 100%;
    width: 450px;
}
select#pa_size {
    display: none;
}

.variation-radios input {
    display: none;
}

.variation-radios input+label {
	display: inline-block;
    padding: 0 1em;
    text-align: center;
    border: 1px solid #b2b2b2;
    background: #fff;
    border-radius: 8px;
    margin-right: 1em;
    margin-bottom: .5em;
    cursor: pointer;
}

.variation-radios input:checked + label {
    background: #414658;
    color: #fff;
}
.woocommerce div.product div.images img[id*=image-]{
	display:none;
}

.woocommerce-placeholder wp-post-image {
	object-fit: contain;
}

.woocommerce ul.products li .product-terms span{
	transition: all .3s ease-in-out;
}
.woocommerce ul.products li .product-terms span:hover {
    background: #a8a8a8;
}

span.itemsorder form {
    position:relative;
    display: inline-block;
    margin-left: 10px;
}


span.itemsorder form select {-webkit-appearance: none;
    appearance: none;
    height: 50px;
    line-height: 50px;
    border: 1px solid #C4C4C4;
    background: #fff;
    border-radius: 10px;
    font-size: 1rem;
    color: #9C9FA8;
    padding: 0 15px;
	width:70px;
}

span.itemsorder form:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f329';
    position: absolute;
    font-weight: 900;
    top: 13px;
    color: #9C9FA8;
    right: 15px;
    pointer-events: none;

}


.single-store div#store-info .open-hours {
    background: transparent;
}

.btn-link{
	color: #F24697;
	background: none;
	border:none;
	font-weight: bold;
	cursor: pointer;
}

 p.phone a {
    color: #33b7eb;
    font-weight: 700;
    font-size: 1em!important;
}

h5.store-name a{
	color:#414658;
	cursor:pointer;
}
h5.store-name a:hover{
	color:#F24697;
}

.privacy-ul {
  margin: 0 0 2em 1em;
}

.custom404 {
    background: #33B7EB !important;
    text-transform: none !important;
    border-radius: 20px !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    margin: 0 auto !important;
    display: block !important;
    max-width: 200px !important;
}

.woocommerce-message, .woocommerce-notices-wrapper{
	width: 100%;
}



.product-detail-content-list ul {
	margin-left:1rem;
}


.product-detail-title-section-title {
	margin-top:1rem;
	font-weight: bold;
}


.custom404 {
    background: #33B7EB !important;
    text-transform: none !important;
    border-radius: 20px !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    margin: 0 auto !important;
    display: block !important;
    max-width: 200px !important;
}

.woocommerce-message, .woocommerce-notices-wrapper{
	width: 100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	border:none;
}
button.button.woof_reset_search_form {
    height: auto;
    line-height: 2.5;
}
button.button.woof_reset_search_form {
    height: auto;
    line-height: 2.5;
}

.woof_list li {
    margin-left: 0!important;
}

.woof label {
    margin-left: 2px;
    font-size: .9em;
    color: #33b7eb;
}

.woof_checkbox_term {
    display: none;
}
.woof label:before {
    content: '';
    background: #fff;
    border: 2px solid #52ceff;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 2px;
    margin-right: 7px;
    text-align: center;
}
.woof_checkbox_term:checked + label:before {
    background: #52ceff;
    box-shadow: inset 0px 0px 0px 1px #ffffff;
}
li.woof_open_hidden_li {
	text-align: right;
	font-size:.9em;
}

span.woof_remove_ppi {
    color: #33b7eb;
}

.woof_products_top_panel li span {
    background: none;
    position: relative;
}

.woof_products_top_panel li span:after {
    content: "x";position: 
    absolute;right: 0;
    color: #f24697;
}

.woof input:disabled + label:before {border-color: #9d9d9d;}
.woof input:disabled + label{
    color:#9d9d9d;
}
.woof_products_top_panel {
    z-index: 2;
}
.woof_products_top_panel li a {
    display: inline-block;
    padding: 0 .7em;
    background: #dadada;
    border-radius: 5px;
}

.grecaptcha-badge {
  display: none !important;
}

.woof_list .hidden {
    display: none!important;
}

.woof_list .visible {
    display: block!important;
}
li.woof_open_hidden_li.visible {
    display: none!important;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: auto!important;
    height: 80px;
}
.woocommerce-cart table.cart .product-thumbnail a {
    display: inline-block;
    min-width: 80px;
    margin: auto;
    text-align: center;
}
.delivery-tabs .new_tab_content{
	border-top:none;
}

.delivery-tabs.payment li label {
	height: 100%;
	border-bottom: 1px solid #c4c4c4;	
}
.delivery-tabs.payment li:first-child label{
	border-left: 1px solid #c4c4c4;
}
.delivery-tabs.payment li label:nth-last-child(1) label{
	border-right: 1px solid #c4c4c4;
}
.delivery-tabs.payment li label {
	height: 100%;
	border-bottom: 1px solid #c4c4c4;
	border-top: 1px solid #c4c4c4;
}

.woocommerce-checkout #payment {
    border-top: none;
}
.delivery-tabs.payment .new_tab_content {
    float: none;
    width: 100%;
    padding: 2rem;
    background: transparent;
}
select#cc-expire-month {
    max-width: 100px;
}

select#cc-expire-year {
    max-width: 150px;
}
.woocommerce form #nab_card_details .form-row-last, .woocommerce-page form #nab_card_details .form-row-last {
    float: none;
}
span#jsCardType img {
    height: 35px;
    width: auto;
    position: absolute;
    right: 10px;
}

p.form-row.form-row-first {
    position: relative;
}

.new_tab_content form.woocommerce-shipping-calculator {
    width: auto;
    float: none;
    display: block;
}

.new_tab_content form a#search-shipping {
	font-family: 'Quicksand', sans-serif;
    color: #414658;
    line-height: 1.5;
    font-size: 100%;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 20%;
    margin-left: 5%;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    background: #33B7EB;
    border: none;
}
.form-row.form-row-wide.address-field{
    position:relative;
}
.form-row.form-row-wide.address-field div#suburb-list{
    width:100%;
    border: solid #ececec;
    border-width: 0 1px 1px 1px;
}

.woocommerce ul.products li .product-terms span{
	background: #33b7eb;
	color:#fff;
}

.post-type-archive-catalogues .catalogue-image{
	max-width:325px;
	height:80%;
	object-fit: cover;
}
.post-type-archive-catalogues .col-sm-3{
	display: block;
	text-align: center;
}
.woocommerce.single-product .woocommerce-Price-amount.amount {
    min-width: 80px;
}
.weight{
	display:none;
}
.new_tab_content p.shipping-cost{
	max-width:320px
}
button.button.blue.product-archive-filters-toggle {
    opacity: 0;
}
.woocommerce-variation-availability {
    display: none;
}
.woocommerce-variation-price {
    line-height: 60px;
}

.delivery-tabs.payment li label {
    border-top: none;
}
.delivery-tabs.payment ul{
	border-top: 1px solid #c4c4c4;
}
.woocommerce-page div.product div.summary p.price {
    float: left;
    margin-right: 2rem;
    color: #F24697;
}
.disabled {
	background: #ececec;
	pointer-events: none;
}
.disabled .select2-selection{
	background: #ececec;
}
.input-group {
    display: inline-block;
    padding-right: 10px;
    margin-top: 5px;
}

.input-group label {
    margin-left: 3px;
    color: #fff;
}

.input-group input[type=checkbox] {
    float: left;
    display: inline-block;
    height: auto!important;
    width: auto!important;
}

form.sign-up i.fad {
    right: 10px;
    position: absolute;
    top: 1.5em;
}

form.sign-up button {
    position: relative;
    display: block;
    margin-left: 1em;
    margin-top: 2em;
    padding: .3em 1em;
    background: #afb1b8;
    border-radius: 6px;
    cursor: pointer;
    /* color: #f24697; */
    font-size: 1em;
}

form.sign-up button:hover {
    background: #ececec;
}
.woocommerce ul.products li.product a img {
  	 min-height: unset;
    object-fit: contain;
    height: 10rem;
}

@media (max-width: 1380px){
   
    h5.store-name {
    width: 15%;
    }
    .store-addr{
        width: 40%;
    }
    .store-phone{
        width: 15%;
    }
}

@media (max-width: 992px){
    #stores-all .col-sm-12 {
    width: 100%;
    }
    .store-item h5, .store-item div {
        display: inline-block;

    }
    h5.store-name {
    width: 39%;

    }
    .store-addr{
        width: 60%;
    }
    .store-phone{
        width: 39%;
    }
    .store-detail{
        width: 60%;
    }
    .store-item{
        display:block;
        padding:.5em;
    }
    .store-action{
        width: 100%;
    }
    .store-action form [type=submit]{
        padding:0;
	}
	form.sign-up button{
		margin: 2em auto;
	}
}

@media (max-width: 500px){
    .store-item h5, .store-item div {
        display: block;
    }
        h5.store-name {
        width: 100%;

    }
    .store-item{
        display:block;
        padding:.5em;
    }
    .store-addr,.store-phone,.store-detail,.store-action{
        width: 100%;
    }
    .store-action form [type=submit]{
        padding:0;
    }
}
@media (min-width:1200px){
    form#order_review {
        max-width: 50%;
    }
}

p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions {
    display: block;
    width: 100%;
}

.delivery-tabs.payment ul {
    border-top: 1px solid #c4c4c4;
    margin: 0!important;
}

#store-list div.disabled input[type='submit'] {

    display: block;
    width: 100%;
    white-space: normal;
    text-align: right;
}
.woocommerce div.product span.price del .amount {
    text-decoration: line-through;
}
.product-search input[type="text"].product-filter-field{
    border: 2px solid #c4c4c4;
    border-radius: 10px;
    padding:.5em 1em;
}
input[type=text], input[type=email] {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 2.8em;
    padding: .5em;
    border-radius: 5px;
    font-weight: 100;
    border-width: 2px;
    border-style: inset;
    border-color: #eaeaea;
    background: #fff;
    font-size: 14px;
}
.promotion-form{
    max-width: 400px;
}
.promotion-form input[type=submit] {
    margin-top: 1em;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    font-size: 1.250rem;
    padding: 0 2rem;
    background: #65C181;
    text-transform: none;
    padding: 0 2rem;
    color: #fff;
    cursor: pointer;
}
button.search-button {
    position: absolute;
    right: 0;
    z-index: 100;
    position: absolute;
    right: 1rem;
    top: 50%;
    border: none;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
    background: white;
}
.search-button .fad.fa-search::before, .search-button .fad.fa-search::after {
    color: grey;
    opacity: 0.5;
}
.product-info span.title {
    color: #414658;
    font-weight: bold!important;
}

.product-search-results .entry span.price {color: #414658;}

span.woocommerce-Price-amount.amount {
    color: #f24697;
}
div.product-search-form span.product-search-field-clear{
    font-size: 2em;
    z-index: 101;
}
div.product-search-form span.product-search-field-clear:after{
    width: 30px;
    content: "\d7";
    background: #fff;
}

.product-search.floating div.product-search-results-content {
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: aqua;
    -webkit-box-shadow: -1px 6px 8px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 6px 8px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 6px 8px 1px rgba(0,0,0,0.2);
    padding: 1em;
}

td.more-info {
    padding: 0 10px!important;
}

td.category-info {
    padding: 7px 10px !important;
}
div.product-search-results{
    top:-7px!important;
}
.product-search-results-content del {
    display: none;
}
.woocommerce.single-product del  .woocommerce-Price-amount.amount {
    text-decoration: line-through;
}
li.list-form {
    list-style: none;
}
ul.filter-by-cat li {
    list-style: none;
}
ul.filter-by-cat {
    margin-left: 0;
}
.woocommerce.portal .button{
    display:inline-block;
    line-height: 1.5;
    height:auto;
    font-size: 1rem;
    padding: .5rem 1rem!important;
    margin-top: 1rem;

}

.product-list #success, .product-list #error{
    display:none;
}

span.onsale.in-image {
    right: 0;
    font-size: 1.5rem;
}

.woocommerce-product-gallery__image--placeholder {
    text-align: center;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
}
.woocommerce ul.products li.product .price ins,.woocommerce ul.products li.product .price{
    font-size:1.25rem;
}
.set-store-mobile{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    padding-top:200px;
    justify-content: center;
    color: #414658;
    z-index: 1400;
    background: #00000094;
}
.set-store-mobile .store-location-holder .store-location-picker {
    color: #fff;
    background: #414658;
    
}

.set-store-mobile .store-location-holder .store-location-list {
    display: block;
}
.set-store-mobile .store-location-holder  .fa-chevron-square-down, 
.set-store-mobile .store-location-holder  .fa-chevron-square-up{
      display:none;
  }
  @media only screen and (max-width: 640px) {
      .changeStore.button.blue{
          display:none
      }
  }
  @media only screen and (min-width: 641px) {
    .changeStore-mobile.button.blue{
        display:none
    }
}
.set-store-mobile .location-search-inner{
    max-height: 40vh;
}

.location.close{display:none}
.set-store-mobile .location.close{
    display: inline-block;
    position: absolute;
    right: 7px;
    font-size: 1em;
    text-transform: lowercase;
}
.stock-check {
    display:none
}

.woocommerce ul.products li.product a.button.add_to_cart_button, .woocommerce ul.products li.product a.addd_to_cart.disable {
    position: absolute;
    top: 50%;
    left: 23%;
    width: 60%;
    font-size: 1rem;
    padding-left: 0;
    margin-top: 0.75rem;
    padding-right: 0;
    opacity: 0;
    padding: 0.65em 1.5em;
    width: 60%;
    border-radius: 4px;
    height: auto;
    line-height: 1.5;
}

.variant-price{
    display:none;
  }
  .variant-price.active{
      display:block;
  }
  
  .woocommerce ul.products li .product-terms span.active {
      background: #65c181;
  }
  
  .product_type_variable.add_to_cart_button {
      display: none!important;
  }
  .product_type_variable.add_to_cart_button.active {
      display: block!important;
  }
  
  .woocommerce a.product_type_variable.add_to_cart_button.disable{
   cursor: not-allowed;
   background-color: #e986b4;
  }
  .woocommerce a.product_type_variable.add_to_cart_button.disable:hover{
      background-color: #e986b4;
  }

  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link.custom-link.info {
    color: white;
    background: #33b7eb;
    margin-bottom: 0.75em;
  }
  
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link.custom-link.info:hover {
    background: #33b7eb;
  }
  
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link.custom-link {
    color: white;
    display: inline-block;
    padding: 0.65em 1.5em;
    width: 60%;
    border-radius: 4px;
    position: absolute;
    top: 40%;
    left: 23%;
    opacity: 0;
  }
  
  .woocommerce  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link.custom-link.cart {
    background: #f24697;
  }
  .product_type_variable.add_to_cart_button {
    display: none !important;
  }
  .product_type_variable.add_to_cart_button.active {
    display: block !important;
    padding: 0.65em 1.5em;
    width: 60%;
    border-radius: 4px;
  }

  .product_type_variable{
    padding: 0.65em 1.5em;
    width: 60%;
    border-radius: 4px;
  }
  
  .woocommerce a.product_type_variable.disable {
    cursor: not-allowed;
    background-color: #e986b4;
  }
  .woocommerce a.product_type_variable.disable:hover {
    background-color: #e986b4;
  }
  .woocommerce ul.products li.product a.addd_to_cart.disable,
  .woocommerce ul.products li.product a.product_type_variable.disable {
    position: absolute;
    top: 50%;
    left: 23%;
    width: 60%;
    font-size: 1rem;
    padding-left: 0;
    margin-top: 0.75rem;
    padding-right: 0;
    opacity: 0;
    padding: 0.65em 1.5em;
    width: 60%;
    border-radius: 4px;
    padding: 0.65em 1.5em;
    width: 60%;
    border-radius: 4px;
    height: auto;
    line-height: 1.5;
  }
  
  .product-holder:hover
    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link.custom-link,
  .product-holder:hover a.button.add_to_cart_button,
  .product-holder:hover .product_type_variable.active {
    opacity: 1 !important;
  }
  .product_type_variable.add_to_cart_button.active,
  .product_type_variable.active {
    display: block !important;
}
a.button.product_type_simple:not(.add_to_cart_button) {
    display: none;
}
.woocommerce ul.products li .product-terms span:hover {
    background: #65c181;
}
    
.page-id-47 #slider .flex-viewport, .page-id-47 #slider .flex-direction-nav {
    display: none;
}

.article-buttons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.article-buttons > button {
  margin: 0.25rem 1rem;
  width: clamp(130px, 20% ,200px);
  padding: 10px 1.25em;
  height: 3.5rem;
  font-size: 100%;
}

.load-more-articles.loading {
  cursor: default;
  color: rgba(0, 0, 0, 0.5) !important;
  background: white;
  border: 2px solid #f24697;
  position: relative;
  overflow: hidden;
}
.articles-container {
  transition: all 300ms;
}

.product-container.reveal, .articles-container.reveal {
  opacity: 0;
  transition: 800ms margin ease-out;
  animation: reveal 800ms forwards ease-out;
}
@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.loading-product{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: rgb(51 183 235 / 10%);
    border-radius: 10px;
    width: 100%;
    min-width: 280px;
}
.loading-product p{ 
    margin-top: 3rem;
    text-align: center;
    color: white;
    font-size: 3.6rem;
    font-weight: bold;
}

.lds-ellipsis {
    display: inline-block;
    margin: 4rem 0 0 1rem;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }


/* Page-subscribe styling */
.subscription-page {
  max-width: var(--max-width);
  /* min-height: 100vh; */
}

#mail-subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  min-width: calc(320px - 2rem);
  max-width: 600px;
}

.subscribe-fieldset {
  border: 1px solid rgb(230, 214, 214);
  padding: 1.5ch;
  min-width: 300px;
  min-height: 50vh;
}
.subscribe-fieldset legend {
  font-size: 2.6em;
  text-align: center;
  color: var(--dark-blue);
}

.subs-identifier {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  min-width: 300px;
  justify-content: space-around;
}

.subs-identifier input {
  width: 300px;
}

#sub-state {
  border: 2px inset #eaeaea;
  appearance: auto;
  border-radius: 5px;
  padding: 5px 10px;
}

.subs-descr {
  font-weight: bold;
  padding-right: 2ch;
  font-size: 1.1em;
  align-self: center;
  min-width: 12ch;
  flex-grow: 1;
  max-width: 300px;
  margin: 0 auto;
}

.subscribe-fieldset input {
  margin-top: 5px;
  min-width: 300px;
  max-width: 50ch;
}

.subs-checklist {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
  flex-grow: 1;
}

.subs-checklist label {
  display: flex;
  flex-direction: row;
  line-height: 2.5em;
  max-width: 300px;
  margin: 5px 0;
  padding: 0.5em;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.subscribe-fieldset *:focus {
  outline: 1px solid orange;
}

.subs-checklist label:nth-of-type(odd) {
  background: rgba(206, 206, 206, 0.6);
}
.subs-checklist label span {
  width: 300px;
}

.subs-checklist label input[type="checkbox"] {
  min-width: initial;
  position: absolute;
  left: 20ch;
}

.subs-success,
.subs-warning {
  min-width: 260px;
  margin: 0 1rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}
.subs-success > *,
.subs-warning > * {
  padding: 0.5rem 1rem;
}

.subs-success {
  border: 1px solid var(--dark-blue);
  min-height: 50vh;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}

.subs-warning-area,
.subs-warning {
  border: 1px solid red;
}
.link_btn {
  height: 40px;
  color: white;
  line-height: 40px;
  padding: 0 3em;
  margin: 1rem auto;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
}
  
.hidden{
    display: none !important;
}

.show-calc .shipping-calculator-form {
    display: block!important;
}

.wc-proceed-to-checkout.disabled {
    background: transparent;
}

.wc-proceed-to-checkout.disabled .checkout-button {
    pointer-events: none;
    cursor: not-allowed;
    background: #bababa!important;
}

label.payment-label {
    background: #e6e6e6;
    display: block;
    padding: 10px 15px;
    border: 1px solid #dedede;
    cursor: pointer;
}.shipping-options {
    display: flex;
    align-items: flex-start;
}div#shipping_method {}

input#shipping_method_0_starshipit_3d85 {}

label.shipping-label span:not(.amount,.woocommerce-Price-currencySymbol) {
    font-weight: 100;
    font-size: .9em;
    line-height: 1.2;
    display: block;
}

.accordion-title .input-radio {
    display: none;
}

.accordion-tab .new-tab > div {
    padding: 10px 15px !important;
}

.delivery-tabs.accordion {
    border: 1px solid #C4C4C4;
}

.force-hide{
    display:none!important;
}

.force-show{
    display:block!important;
}

.delivery-tabs li.current.not-current {
    border-bottom: 1px solid #C4C4C4;
}
.delivery-tabs li.force-current {
    border-bottom: 1px solid #fff;
}


.shipping-from {
    position: absolute;
    right: 35px;
    display: inline-block;
    bottom: 10px;
    font-size: 0.8em;
  }