/*
Theme Name: TruRefresh Theme
Theme URI: https://trurefresh.com
Author: Jay King
Author URI: https://jays.me
Description: TruRefresh Theme
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	padding: 0;
	margin: 0;
	line-height: 1.7;
	font-size: 16px;
	font-weight: 400;
	color: var(--kratom-black);
}

body * {
	font-family: Avenir Next Cyr, Poppins;
}

.font-heading {
	font-family: 'Site Lemonism';
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

h1,
h1 span, 
h2, 
h2 span, 
h3, 
h3 span, 
h4,
h4 span,  
h5,
h5 span,  
h6,
h6 span {
	margin-top: 0px;
	letter-spacing: 2px;
	font-family: 'Site Lemonism';	
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	font-size: 60px;
	margin-bottom: 20px;
	line-height: 1;	
}

h1 span {
	color: var(--kratom-secondary);
}

h2 {
	font-size: 50px;
	font-weight: 600;
}

h3 {
	font-size: 40px;
	font-weight: 700;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

h6 {
	font-size: 16px;
}

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

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

.line-height {
	line-height: 34px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-control-thumbs {
	display: flex !important;
	justify-content: center;
}

.flex-control-thumbs img {
    border: 1px solid #ebebeb !important;
}

.elementor-widget:not(:lchild) {
    margin-bottom: 0px;
}

.widget-title {
	font-weight: 600 !important;
}

.widget {
    margin: 0 0 2.8em 0;
}

.widget:nth-last-child(2) {
	margin: 0;
}

.astra-shop-thumbnail-wrap .quickswish-btn-area {
	display: none;
}

.astra-shop-thumbnail-wrap:hover .quickswish-btn-area {
	display: block;
}

.quickswish-btn-area {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.7);
	height: 30px;
	transition: all 0.3s;
}

.quickswish-btn-area:hover {
	background: rgba(0,0,0,1);
}

.quickswish-btn-area a {
	color: #fff !important;
	display: block !important;
}

#site-footer-logo {
	height: 32px !important;
	width: auto !important;
}

img[alt="Money Back Guarantee"] {
	display: none !important;
}

.archive  #site-featured-boxes .uabb-module-content.uabb-infobox{
	box-shadow: 0 0px 13px 2px rgba(92, 198, 68, 0.4) !important;
}

.page-id-1413 .article-single {
	background-image: url(assets/img/faded.png);
    background-position: top 50px right;
    background-repeat: no-repeat;
    background-size: 40%;
	background-attachment: fixed;
}

.woocommerce-product-gallery__image a {
	pointer-events: none !important;
	cursor: none !important;
}

a[href=" "] {
	pointer-events: none !important;
	cursor: none !important;
}

#site-mobile-header {
	display: none;
	position: absolute;
    top: 100px;
    background: var(--kratom-black);
    left: 0;
    z-index: 99;
    right: 0;
    box-shadow: 0px 16px 14px -17px rgba(0,0,0,0.4);	
}

#site-mobile-header.open {
	display: block;
}

#site-mobile-header .main-navigation {
	display: block;
}

#site-mobile-header .main-navigation #primary-menu {
    text-align: center;
    display: block;
    width: 100%;	
}
#site-mobile-header .sub-menu {
	display: none !important;
}

#site-mobile-header li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0;
	list-style-type: none;
}

#site-mobile-header a {
	padding: 15px !important;
	display: block;
	text-align: center;
}

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

@media only screen and (max-width: 980px) {
	.woocommerce-ordering {
		display: none !important;	
	}	
	
	.masthead-custom-menu-items {
		float: right;
	}

	.mobile-menu-buttons {
		cursor: pointer;
		display: block !important;
		margin-left: auto;
		color: #fff;
	}

	.header-buttons {
		display: none;
	}

	.astra-shop-filter-button {
		margin-bottom: 20px !important;
	}
}

input,
select {
	border: 1px solid var(--kratom-border) !important;
	height: 50px !important;
	border-radius: 5px !important;
	padding: 0px 18px !important;
	font-family: 'Arial', 'sans-serif';
	font-size: 18px !important;
}

textarea {
	border: 1px solid var(--kratom-border) !important;
	height: 120px !important;
	border-radius: 5px !important;
	padding: 20px 18px !important;
	font-family: 'Arial', 'sans-serif';	
	font-size: 18px !important;
}

button,
input[type="submit"] {
	height: 50px !important;
	color: #fff;
	background-color: var(--kratom-secondary);
    border: 1px solid var(--kratom-secondary);
}

#terms h2, 
#terms h3 {
	margin-top: 50px;
	margin-bottom: 0px;
	text-transform: capitalize;
	letter-spacing: 0px;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 0px !important;
}

.page-container {

}

.woocommerce-page,
.woocommerce-shop {
	background: var(--kratom-bg);
}

.woocommerce-product-gallery__wrapper {
	background: #daefad !important;
	padding: 100px !important;
}



.benefit-boxes {
	display: flex;
	display: none;
}

.benefit-box {
    align-items: center;
    background: #fff;
    padding: 25px;
    margin-right: 10px;
}

.benefit-box-icon {
	color: var(--kratom-primary);
    margin-right: 10px;
    font-size: 22px;
}

.benefit-box-icon img {
    width: 50px !important;
    height: auto !important;
}

.benefit-box-desc div:first-child {
    margin-bottom: 5px;
    line-height: 1.1;
}

.benefit-box-desc div:last-child {
    font-size: 15px;
}

.benefit-money-back {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    background: #fff;
    align-items: center;
    padding: 5px 0;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0px 2.5px 10px -1px rgb(0 0 0 / 5%);
    font-weight: bold;
}

.benefit-money-back .benefit-money-back-icon {
    margin-right: 6px;
    color: var(--kratom-primary);
}

.benefit-money-back p {
    margin: 0px;
}