@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "Montserrat";
	font-display: swap;
	src: url("/wp-content/themes/slightlychilled-child/assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf"); /* IE9 Compat Modes */
	src: local(""),
		url("/wp-content/themes/slightlychilled-child/assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
}

:root {
	--primary: #68d185;
	--primary: #f97e1d;
	--primary-rgb: rgba(104, 209, 133, 0.2);
	--primary-rgb: rgba(249, 126, 29, 0.4);
	--grey: #7a7a7a;
	--grey-lt: #e6e6e6;
	--white: #ffffff;
	--black: #242424;
}

span.bannerBar {
	display: block;
	background-color: var(--primary);
	color: var(--white);
	font-weight: 500;
}

span.bannerBar a {
	color: var(--white);
}

.dark-tx {
	color: var(--black);
	padding: 0;
	margin: 0;
}

.secondary-bg {
	background: var(--primary-rgb);
}

body {
	font-family: "Montserrat";
	color: var(--black);
}

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

section.productBlock {
	background: var(--primary);
	color: var(--white);
}

section.productBlock h2,
section.productBlock h3 {
	color: var(--white);
}

section.productBlock .productBlock,
.woocommerce.columns-3 .productBlock {
	background: var(--white) !important;
	text-align: center;
	border: 1px solid var(--primary);
	padding: 20px 20px 40px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 2rem;
	transition: 0.4s;
}

section.productBlock .productBlock .price,
.woocommerce.columns-3 .productBlock .price {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}

section.productBlock .productBlock img {
	margin-bottom: 1rem;
}

section.productBlock .productBlock:hover {
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	text-decoration: none;
}

section.productBlock .productBlock:hover a {
	text-decoration: none;
}

.productBlock a ul {
	margin: auto;
	min-height: 125px;
}

.productBlock a ul li {
	color: var(--black);
	text-align: left;
	font-size: 0.8rem;
}

.productBlock a ul li::marker {
	color: var(--primary);
	font-size: 1rem;
}

.theContent strong,
.theContent b {
	color: var(--primary);
}

ol li::marker {
	color: var(--primary) !important;
}

.contactBar {
	background: var(--primary);
	color: var(--white);
	font-size: 1.4rem;
}

.navbar-brand {
}
.navbar-brand img {
}

.navbar-custom {
	border-bottom: 1px solid var(--primary);
}

.navbar-custom li a {
	color: var(--grey);
}

a.JoinNow {
	padding: 5px 15px !important;
}

a.JoinNow:hover {
	color: var(--white) !important;
}

#wpmenucartli {
	padding-top: 8px;
}

#wpmenucartli a {
	color: var(--primary) !important;
	font-weight: 600;
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
a:hover,
.navbar-custom li a.focus {
	color: var(--primary);
}

.navbar-toggler {
	border-color: #000;
}

.dropdown-menu {
	margin-top: 10px;
	background: #fff;
	border-top: none;
	border-color: rgba(109, 90, 65, 0.2);
}
.dropdown-menu li a:hover,
.dropdown-menu li.active a {
	background: #000;
	color: #fff;
}

.dropdown-menu[data-bs-popper] {
	margin-top: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 0 0 5px 5px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
a,
.btn:focus {
	outline: none;
	box-shadow: none;
}

.btn-site {
	border: 2px solid var(--primary);
	color: var(--primary);
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 1.4rem;
	background: var(--white);
}

.btn-site:hover {
	border: 2px solid var(--primary);
	color: var(--white);
	background: var(--primary);
}

.navbar-custom .btn-site {
	border: 1px solid var(--primary);
	color: var(--primary) !important;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 1rem;
	background: var(--white);
	margin-left: 15px;
}

.navbar-custom .btn-site:hover {
	background: var(--primary);
	color: var(--white);
}

.navbar-custom .btn-site:hover a {
	color: var(--white) !important;
}

.navbar-custom .btn-site a {
	color: var(--primary) !important;
}

.navbar-custom .btn-site a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--primary);
	font-weight: 600;
	text-transform: uppercase;
}

h1 {
	font-size: 3rem;
}

h2.woocommerce-loop-product__title {
	font-size: 1.4rem;
}

a {
	color: var(--primary);
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.btn:hover {
	text-decoration: none;
}

.contactBar a {
	color: var(--white);
}

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

.myIframe {
	position: relative;
	padding-bottom: 20%;
	padding-top: 30px;
	height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/*pointer-events: none;*/
	border: none;
}
.myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	border: 0;
	background: none;
}

section.header .theContent ul,
section.header .theContent li {
	color: var(--primary);
	font-weight: 600;
	max-width: 90%;
	margin: 0;
}

section.header .theContent ul li,
section.header .theContent ol li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 30px;
	list-style: none;
	background-image: url("/wp-content/themes/slightlychilled-child/assets/img/list-icon.webp");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

/* Cards */

.card,
.card-header,
.card-body,
.card-footer {
	border: none;
	background: none;
}

.card {
	border: 1px solid var(--primary);
	background: var(--white);
	transition: 0.4s;
	font-weight: 400;
	color: var(--grey) !important;
}

.card:hover {
	background: var(--primary);
	color: var(--white) !important;
}

.card:hover h3 {
	color: var(--white);
}

.card h3 small {
	display: block;
	font-size: 4rem;
}

.card.testimonial {
	/*background: var(--primary-rgb) !important;*/
	color: var(--white);
}

.card.testimonial:hover h5 {
	color: var(--white);
}

/* EO Cards */

.form-control {
	border: 1px solid var(--primary);
}

::-ms-input-placeholder {
	/* Edge 12-18 */
	color: #666 !important;
	font-weight: 100 !important;
}

::placeholder {
	color: #666 !important;
	font-weight: 100 !important;
}

footer#footer.footer {
	background: var(--primary);
	color: var(--white);
	padding-top: 3rem;
}

footer#footer.footer h3 {
	color: var(--white);
	font-weight: 200;
	text-transform: none;
	margin-bottom: 1rem;
}

#copyright {
	font-size: 0.8rem;
	font-weight: 100;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 4rem;
}

footer#footer.footer a {
	color: var(--white);
	font-weight: 200;
}

footer#footer.footer ul,
footer#footer.footer ul li {
	margin: 0;
	padding: 0;
}

footer#footer.footer ul li {
	list-style: none;
}

.add_to_cart_button,
.wc-block-cart__submit-button {
	margin-bottom: 1rem;
	border: 2px solid var(--primary);
	color: var(--primary);
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 1.4rem;
	background: var(--white);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	transition: 0.4s;
}

.add_to_cart_button:hover,
.wc-block-cart__submit-button:hover {
	background: var(--primary);
	color: var(--white);
	text-decoration: none;
}

.relatedProducts .productBlock {
	border: 1px solid var(--primary);
	padding: 1.5rem;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 2rem;
}

.relatedProducts .productBlock img {
	border: 1px solid #f00;
	max-width: 75px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.relatedProducts .productBlock h2 {
	max-width: 100px;
	float: left;
	display: block;
}

.relatedProducts .productBlock span.price {
	display: block;
	clear: both;
	margin-bottom: 1rem;
	font-weight: 500;
	font-size: 2rem;
	color: var(--black);
}

.relatedProducts .productBlock span.price .subscription-details {
	font-weight: 400;
	font-size: 1rem;
}

.relatedProducts .productBlock .add_to_cart_button {
	font-size: 0.8rem;
	border: 1px solid var(-primary) !important;
}

.single_add_to_cart_button {
	border: 1px solid var(--primary);
	background: var(--white);
	transition: 0.4s;
	color: var(--primary);
}

.single_add_to_cart_button:hover {
	background: var(--primary);
	color: var(--white);
}

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

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
}

@media (min-width: 62em) {
}

@media (max-width: 768px) {
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}
