/*!
Theme Name: Delta 8 THC
Theme URI: https://them.es/starter
Author: Hasan
Author URI: https://them.es/
Description: Custom theme developed for  Delta 8 THC website
Version: 3.5.3
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: delta-thc
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */
/* Global Css */
:root {
	--color-secondary: #84CEEB;
}
/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--color-secondary);
}

body {
	font-family: "Poppins", sans-serif;
	line-height: 150%;
    background: #EFEFEF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Montserrat", sans-serif;
	color: #000;
}
a {
	text-decoration: underline;
	color: #000;
}
.theme-heading {
	font-size: 36px;
	font-weight: 700;
}
.theme-subheading {
	font-size: 28px;
	font-weight: 700;
	color: var(--color-secondary);
}
.theme-btn, .theme-btn-dark {
	display: inline-block;
	background-color: var(--color-secondary);
	color: #000;
	padding: 16px 35px;
	border-radius: 9px;
	/* text-transform: uppercase; */
	line-height: 100%;
	transition: 0.3s ease;
	border: 1px solid transparent;
	font-weight: 500;
	text-decoration: none;
}
.theme-btn-dark {
	background-color: #000;
	border-radius: 15px;
	color: #fff;
	padding: 15px 24px;
	line-height: 100%;
	/* text-transform: unset; */
}
.theme-btn:hover, .theme-btn-dark:hover {
	border-color: #000;
	background-color: #fff;
	color: #000;
}
#main {
    margin-top: 140px;
	min-height: 600px;
}
body:not(.home) #main {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media(min-width: 1200px) {
    .h2,h2 {
        font-size:1.2rem
    }
}
/* Global Css End */

/* Header Start */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #020202;
	padding: 30px 0;
	z-index: 100;
	transition: 0.3s ease;
}
.site-header .navbar {
	background: inherit;
	transition: 0.3s ease;
}
.site-header .navbar-brand img {
	transition: 0.3s ease;
	height: unset;
}
.site-header .navbar .navbar-nav li {
	position: relative;
	padding: 0 15px;
}
.site-header .navbar .navbar-nav li:not(:last-child):after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 48px;
	background-color: rgba(193, 200, 228, 0.5);
}
.site-header .navbar .navbar-nav .nav-link {
	font-size: 18px;
	transition: 0.3s ease;
	color: #fff;
	padding: 0;
}
.site-header .navbar .navbar-nav .dropdown-menu {
    padding: 0;
    top: 150%;
	width: 250px;
}
.site-header .navbar .navbar-nav .dropdown li {
	padding: 0;
}
.site-header .navbar .navbar-nav .dropdown li a {
    padding: .7rem 1rem;
    border-bottom: 1px solid #cecece;
	text-wrap: wrap;
	transition: 0.3s ease;
}
.site-header .navbar .navbar-nav .dropdown li:last-child {
	border: 0;
}
.site-header .navbar .navbar-nav .dropdown li a:hover,
.site-header .navbar .navbar-nav .dropdown li a.active {
    background: #84ceeb;
    color: #000;
}
.site-header .header-right-icons .bag-icon .cart-items {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: var(--color-secondary);
	right: -10px;
	top: -8px;
	font-size: 14px;
}
.site-header .header-right-icons svg {
	cursor: pointer;
}
.site-header.sticky-header {
    padding: 15px 0;
}
.site-header.sticky-header .navbar {
    padding: 0;
}
.site-header.sticky-header .navbar-brand img {
    height: 50px;
}
.site-header #search_form {
	display: none;
}
.site-header #search_form input {
	background: transparent;
    color: #fff;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
}
.site-header #search_form input::placeholder {
	color: #fff;
	opacity: 1;
}
.site-header #search_form input:focus {
	box-shadow: none;
}
.site-header #search_form input:focus-visible {
	outline: 0;
}
.site-header #search_form button {
	border-radius: 0;
    border: 1px solid #fff;
}
/* Header End */

/* Home Page Sections */
.products-wrapper {
	padding: 70px 0;
	background-color: #EFEFEF;
} 
.products-wrapper .theme-subheading {
	margin: 25px 0;
}
.product_card {
	border: 1px solid #D4D4D4;
    padding: 15px;
    border-radius: 15px 15px 0 0;
}
.product_card .attachment-woocommerce_thumbnail {
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 35px;
	width: 100%;
}
.product_card .prod_title_wrapper {
	flex-basis: 72%;
	text-decoration: none;
}
.product_card .woocommerce-loop-product__title {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	margin: 0 !important;
}
.product_card .price {
	text-align: end;
    flex-basis: 25%;
	font-weight: 600;
	line-height: 1.5;
}
.product_card .price small {
	font-size: 10px;
}
.product_card .add-to-cart-container {
	position: absolute;
    top: 270px;
    left: 50%;
    transform: translateX(-50%);
}
.product_card .add-to-cart-container .btn {
	background-color: #84CEEB;
	border: 3px solid #fff;
	border-radius: 25px;
	color: #000;
	font-size: 14px;
	/* font-weight: 500; */
}
.product_card :is(.xoo-qv-button, a.added_to_cart) {
	display: none;
}

.what-is-thc-section {
	padding: 100px 0;
}
.thc-section-content-wrap {
	padding-left: 20px;
}
.thc-section-content-wrap > * {
    margin-bottom: 25px;
}
.content-slider-section {
	padding: 135px 0;
	background-size: cover;
    background-position: right top;
}
.content-slider-section:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
.content-slider-section .content-slide > * {
	margin-bottom: 15px;
}
.content-slider .swiper-pagination {
	position: static;
	margin-top: 25px;
}
.content-slider .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    border-radius: 0;
    transition: 0.3s linear;
}
.content-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
    width: 15px;
	/* height: 5px; */
}
.disclaimer-section {
	padding: 70px 0;
}
.disclaimer-section p {
	color: #000;
	margin-bottom: 20px;
}
.testimonial-section {
	padding: 70px 0;
}
.testimonial-section .testimonial-section-heading {
	margin-bottom: 50px;
}
.single-testimonial-wrap {
	padding: 18px;
	border-radius: 10px;
	background-color: #C1C8E3;
	height: 100%;
}
.single-testimonial-wrap .testimonial-content-wrap {
	border-radius: 10px;
	background-color: #fff;
	padding: 20px 12px;
}
.single-testimonial-wrap .testimonial-content-wrap .testimonial-content {
	margin: 20px 0 10px;
	font-size: 14px;
}
.testimonial-author {
	font-size: 12px;
	line-height: 150%;
}
/* Footer */
#footer {
	background-color: #fff;
	border-top: 5px solid #000;
	padding-top: 70px;
}
#footer .footer-about {
	/* font-size: 18px; */
	margin: 20px 0;
}
#footer .footer-col-1 h4 {
	font-size: 18px;
	font-weight: 700;
}
#footer .site-socials {
	gap: 10px;
	margin-top: 25px;
}
#footer .widget-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0;
}
#footer :is(.menu, .footer-cont-deets) {
	margin: 40px 0 0;
}
#footer .menu {
	list-style: none;
	padding: 0;
}
#footer .menu li:not(:last-child) {
	margin-bottom: 15px;
}
#footer .menu li a {
	text-decoration: none;
	transition: 0.3s ease;
	margin-left: 0;
	color: #000;
	position: relative;
}
#footer .menu li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 2px;
	background-color: #000;
	transition: 0.3s ease;
}
#footer .menu li a:hover {
	padding-left: 15px;
}
#footer .menu li a:hover:before {
	width: 8px;
}
#footer .footer-cont-deets li {
	font-family: "Raleway", sans-serif;
	color: #000;
	margin-bottom: 15px;
}
#footer .footer-cont-deets a {
	text-decoration: none;
	display: inline-flex;
	gap: 10px;
	font-family: inherit;
	color: inherit;
	font-weight: 500;
}
#footer .footer-cont-deets a span {
	width: 20px;
	flex-basis: 20px;
}
#footer .copyright-bar {
	margin-top: 35px;
	padding: 15px 0;
	border-top: 1px solid #D8D8D8;
	font-weight: 300;
	font-size: 14px;
}
/* Footer Ends */

/* Off Canvas */
.offcanvas label {
	font-size: 14px;
}
.offcanvas .btn {
	font-size: 14px;
    color: #fff;
    background: #000;
    border-color: #000;
    border-radius: 0;
}
.offcanvas .lost_password a {
	font-size: 14px;
    color: #000;
}
.offcanvas .register .card {
	border: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
#cart_offcanvas .cart-footer a {
	display: block;
	text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    background: #000;
    color: #fff;
    font-size: 14px;
    flex-basis: 48%;
	transition: 0.3s ease;
	border-radius: 0;
	text-transform: capitalize;
}
#cart_offcanvas .cart-footer a:hover {
	background-color: #fff;
	color: #000;
	border-radius: 8px;
}
#cart_offcanvas .item-image img { 
	max-width: 100%;
	height: auto;
}
#cart_offcanvas .item-quantity {
	font-size: 12px;
}
#cart_offcanvas .item-name a {
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}
#cart_offcanvas .remove svg {
	fill: #d51313;
	width: 50%;
}
#cart_offcanvas ul {
    max-height: 690px;
    overflow-y: auto;
}
:is(.tax-product_cat, .tax-product_tag, .single-product) #wrapper {
	padding-bottom: 30px;
}
.shop_page_loop .woocommerce-breadcrumb {
	font-size: 16px;
	margin-bottom: 20px;
}
.shop_page_loop .woocommerce-breadcrumb a {
	text-decoration: none;
	color: #5580E9;
	font-weight: 700;
}
.shop_page_loop .woocommerce-products-header__title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.shop_page_loop .woocommerce-result-count {
	font-size: 14px;
	font-weight: 300;
}
/* .shop_page_loop .delta-pagination {
	margin-bottom: 30px;
} */
.shop_page_loop .delta-pagination ul {
	list-style: none;
	padding: 0;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.shop_page_loop .delta-pagination :is(.prev, .next) {
	background-size: contain;
}
.shop_page_loop .delta-pagination .prev {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.9961 10C19.9961 12.6522 18.9425 15.1957 17.0672 17.0711C15.1918 18.9464 12.6483 20 9.99609 20C8.68288 20 7.38252 19.7413 6.16926 19.2388C4.956 18.7363 3.85361 17.9997 2.92503 17.0711C1.04966 15.1957 -0.00390625 12.6522 -0.00390625 10C-0.00390625 7.34784 1.04966 4.8043 2.92503 2.92893C4.80039 1.05357 7.34393 0 9.99609 0C11.3093 0 12.6097 0.258658 13.8229 0.761205C15.0362 1.26375 16.1386 2.00035 17.0672 2.92893C17.9958 3.85752 18.7323 4.95991 19.2349 6.17317C19.7374 7.38642 19.9961 8.68678 19.9961 10ZM13.3961 14.6L8.79609 10L13.3961 5.4L11.9961 4L5.99609 10L11.9961 16L13.3961 14.6Z" fill="black"/></svg>');
}
.shop_page_loop .delta-pagination .next {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.9961 10C19.9961 12.6522 18.9425 15.1957 17.0672 17.0711C15.1918 18.9464 12.6483 20 9.99609 20C8.68287 20 7.38251 19.7413 6.16926 19.2388C4.956 18.7362 3.85361 17.9997 2.92503 17.0711C1.04966 15.1957 -0.00390625 12.6522 -0.00390625 10C-0.00390625 7.34784 1.04966 4.8043 2.92503 2.92893C4.80039 1.05357 7.34393 0 9.99609 0C11.3093 0 12.6097 0.258658 13.8229 0.761205C15.0362 1.26375 16.1386 2.00035 17.0672 2.92893C17.9957 3.85752 18.7323 4.95991 19.2349 6.17317C19.7374 7.38642 19.9961 8.68678 19.9961 10ZM7.99609 16L13.9961 10L7.99609 4L6.59609 5.4L11.1961 10L6.59609 14.6L7.99609 16Z" fill="black"/></svg>');
}
.shop_page_loop .delta-pagination :is(a.page-numbers,span.page-numbers) {
    font-size: 14px;
	color: #000;
	width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
}
.shop_page_loop .delta-pagination span.current {
    background-color: #84ceeb;
    color: #fff;
    border-radius: 100%;
}
.shop_page_loop .woocommerce-pagination .page-numbers:before,
.shop_page_loop .woocommerce-pagination .page-numbers:after {
	display: none !important;
}
.single-product.woocommerce .product .woocommerce-product-gallery__image {
    background: #fff;
	border-radius: 12px;
}
.single-product.woocommerce .product .product_title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.single-product.woocommerce .product .entry-summary .price {
	font-size: 22px !important;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	color: #000 !important;
	margin-bottom: 20px;
}
.single-product.woocommerce .product .stock {
	color: #000;
}
.single-product.woocommerce .product .cart .quantity {
	float: unset;
}
.single-product.woocommerce .product .cart {
	margin-bottom: 20px;
}
.single-product.woocommerce .product .cart .single_add_to_cart_button {
	display: block;
	width: 100%;
	background-color: #84CEEB;
	color: #000;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	border: 1px solid #000;
	padding: 14px 0;
	margin-top: 20px;
}
.single-product.woocommerce .product .product_meta > span {
	display: block;
	font-weight: 700;
}
.single-product.woocommerce .product .product_meta  span a {
	font-weight: 400;
    color: #000;
    text-decoration: underline;
}
.single-product.woocommerce .product .product_meta span.sku {
	font-weight: 400;
}
.single-product.woocommerce .product .woocommerce-tabs .tabs {
	padding: 0px 5px;
}
.single-product.woocommerce .product .woocommerce-tabs .tabs li {
	background-color: #fff;
}
.single-product.woocommerce .product .woocommerce-tabs .tabs li.active {
	background-color: #efefef;
	border-bottom-color: #efefef;
}
.single-product.woocommerce .product .woocommerce-tabs .tabs li a {
	color: #000 !important;
	font-size: 14px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.single-product.woocommerce #reviews h3 {
	font-size: 22px;
}
.single-product.woocommerce #reviews a {
	color: #000;
	text-decoration: underline;
}
.single-product.woocommerce .product .related.products {
	margin-top: 50px;
}
.single-product.woocommerce .product .related.products h2:not(.woocommerce-loop-product__title) {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #000;
	margin-bottom: 30px;
}
.single-product.woocommerce .quantity-wrapper label {
    margin-bottom: 10px;
}
.single-product.woocommerce .quantity-wrapper .qty-btn {
	width: 40px;
	height: 40px;
    background: transparent;
    border: 1px solid rgb(0 0 0 / 10%);
	padding: 0;
}
.single-product.woocommerce .quantity-wrapper .qty-btn.btn-decrement { border-right: 0; }
.single-product.woocommerce .quantity-wrapper .qty-btn.btn-increment { border-left: 0; }
.single-product.woocommerce .quantity-wrapper input {
    flex-basis: 80px;
    text-align: center;
    padding: 0;
    height: 40px;
	width: 40px;
    border-radius: 0;
    border: 1px solid rgb(0 0 0 / 10%);
    background: transparent;
	-moz-appearance: textfield;
}
.single-product.woocommerce .quantity-wrapper input::-webkit-outer-spin-button, 
.single-product.woocommerce .quantity-wrapper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/*
.woocommerce-message, .woocommerce-info {
    padding-left: 50px;
}
*/
.single-product .woocommerce-message {
	flex-direction: row-reverse;
	display: flex;
    align-items: center;
    justify-content: space-between;
} 
.single-product .woocommerce-error li {
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-message:after,
.woocommerce-info:after {
    display: none;
}
:is( .woocommerce-message, .woocommerce-info ) a.button {
	background-color: #000;
	color: #fff;
	font-weight: 400;
	transition: 0.3s ease;
}
:is( .woocommerce-message, .woocommerce-info ) a.button:hover {
	background-color: var(--color-secondary);
	color: #000;
}
.woocommerce-cart, .woocommerce-checkout {
	background-color: #efefef;
}
/* :is( .woocommerce-cart, .woocommerce-checkout ) .content {
	padding: 50px 0;
} */
.entry-title {
	font-size: 32px;
}
.woocommerce-cart .cart .product-remove a {
	margin: 0 auto;
}
.woocommerce-cart .cart .product-thumbnail img {
	width: 50px;
}
.woocommerce-cart .cart .product-name a {
	color: #000;
	text-decoration: underline;
}
.woocommerce-cart .cart .button,
.woocommerce-cart .shipping-calculator-form .button {
	font-weight: 400;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	height: 37px;
	transition: 0.3s ease;
}
.woocommerce-cart .cart .button:disabled {
	background: #e9e6ed;
    opacity: 1 !important;
    color: #000 !important;
}
.woocommerce-cart .cart .button:hover,
.woocommerce-cart .shipping-calculator-form .button:hover {
	background-color: var(--color-secondary);
	color: #000;
}

.woocommerce-cart .cart .coupon {
	display: flex;
	align-items: center;
}
.woocommerce-cart .cart .coupon #coupon_code {
	font-size: 14px;
	width: 150px;
}
.woocommerce-cart .cart_totals tr {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce-cart .cart_totals .shipping-calculator-button {
	color: #000;
	text-decoration: underline;
}
.woocommerce-cart .cart_totals .checkout-button {
	font-weight: 500;
	background-color: #000 !important;
}
.woocommerce-checkout #place_order {
	width: 100%;
    background: #000;
    display: block;
    text-align: center;
    font-size: 1.25em;
    padding: 1em;
	font-weight: 500;
}
.woocommerce-account .content .entry-title {
	margin-bottom: 30px;
}
.woocommerce-account .content .woocommerce-MyAccount-navigation ul {
	padding: 0;
	list-style: none;
}
.woocommerce-account .content .woocommerce-MyAccount-navigation ul a {
	position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
	transition: 0.3s ease;
}
.woocommerce-account .content .woocommerce-MyAccount-navigation ul a:hover {
	background-color: #f8f9fa;
}
.error404 h1 {
    font-size: 230px;
    font-weight: 900;
    background: url(/wp-content/uploads/2024/06/rick-proctor-PGc9Vid8O24-unsplash.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: bottom;
	filter: brightness(0.6);
}
#contact-form-wrapper label {
	width: 100%;
	margin-bottom: 15px;
}
#contact-form-wrapper .wpcf7-form-control-wrap {
	width: 100%;
}
#contact-form-wrapper textarea {
	resize: none;
	max-height: 120px;
}


@media (min-width: 1200px) {
	.site-header .navbar .navbar-nav > li:first-child {
		padding-left: 0;
	}
	.site-header .navbar .navbar-nav > li:last-child {
		padding-right: 0;
	}
}
@media (max-width: 1199px) {
	#navbar {
		position: absolute;
		width: 100%;
		left: 0px;
		background: rgb(0, 0, 0);
		top: 100%;
		padding: 15px 0;
	}
	#navbar .navbar-nav {
		gap: 15px;
	}
	.site-header .navbar .navbar-nav li:not(:last-child):after {
		display: none;
	}
	.site-header .navbar .navbar-nav .dropdown-menu {
		width: 100%;
		border: 0;
        outline: 0;
	}
	.site-header .navbar .navbar-nav .dropdown li a {
		background-color: #000;
		color: #fff;
	}
	.site-header .navbar .navbar-nav .dropdown-toggle:after {
		position: absolute;
		right: 20px;
		top: 10px;
	}
}
@media (min-width: 1601px) and (max-width: 1800px) {}
@media (min-width: 1401px) and (max-width: 1600px) {}
@media (min-width: 1201px) and (max-width: 1400px) {}
@media (min-width: 1101px) and (max-width: 1200px) {
	.product_card .add-to-cart-container {
		top: 320px;
	}
}
/* IPAD Pro & Below */
@media (max-width: 1100px) {
	.site-header {
		padding: 15px 0;
	}
	.site-header .navbar-brand img,
	.site-header.sticky-header .navbar-brand img {
		height: 45px;
	}
	#main {
		margin-top: 90px;
	}
	.theme-heading {
		font-size: 28px;
	}
	.theme-subheading {
		font-size: 22px;
	}
	.products-wrapper,
	.content-slider-section,
	.disclaimer-section,
	.testimonial-section {
		padding: 40px 0;
	}
	.product_card .add-to-cart-container {
		top: 260px;
	}
	.testimonial-section .testimonial-section-heading {
		margin-bottom: 0;
	}
	#footer {
		padding-top: 40px;
	}
}
/* IPAD & Below */
@media (max-width: 900px) {
	.products-wrapper .theme-subheading {
		margin: 15px 0;
	}
	.product_card .add-to-cart-container {
        top: 295px;
    }
	.what-is-thc-section {
		padding: 60px 0;
	}
	.thc-section-content-wrap {
		padding-left: 0;
		margin-top: 25px;
		text-align: center;
	}
	.content-slider-section:before {
		width: 100%;
	}
}
@media (min-width: 320px) and (max-width: 480px) {
	.theme-heading {
		font-size: 30px;
	}
	.products-wrapper .theme-subheading {
		margin: 15px 0;
		font-size: 24px;
	}
	.product_card .add-to-cart-container {
		top: 315px
	}
	.testimonial-section .testimonial-section-heading {
		margin-bottom: 30px;
	}
	.single-testimonial-wrap {
		margin-bottom: 15px;
		height: unset;
	}
	#footer .site-socials {
		margin-top: 10px;
	}
	#footer .widget-title {
		margin-top: 20px;
	}
	#footer :is(.menu, .footer-cont-deets) {
		margin: 20px 0 0;
	}
	#footer .copyright-bar {
		margin-top: 15px;
	}
	body:not(.home) #main {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}



/* Default Wordpress CSS */
/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
