/*
Theme Name: JustCBDStore
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: justcbdstore
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.jb_placeholder {
    min-height: 400px;
}

.white-bg {
    background: var(--white);
}

.lt-grey-main-bg {
    background: var(--lt-grey-1);
}

.green-bg {
    background: var(--green);
}

.grey-linear-bg {
    background: linear-gradient(90deg, #F5F5F5 43.68%, rgba(245, 245, 245, 0) 51.94%);
}

.screen-reader-text {
    display: none;
}

/* .cus-table th, td {border: 1px solid black;
	padding:20px;
    border-collapse: collapse;
} */



/**
  * FONTS
  */

@font-face {
    font-family: star;
    src: url(fonts/star.eot);
    src: url(fonts/star.eot?#iefix) format("embedded-opentype"),
        url(fonts/star.woff) format("woff"),
        url(fonts/star.ttf) format("truetype"),
        url(fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
}

/* @font-face{font-family:WooCommerce;src:url(fonts/WooCommerce.eot);src:url(fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(fonts/WooCommerce.woff) format("woff"),url(fonts/WooCommerce.ttf) format("truetype"),url(fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal} */











/**
 *  GENERAL STYLES
 */



body {
    background: var(--lt-grey-1);
    font-family: var(--global--font-base);
}

#wrapper {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--global--font-headings);
    color: var(--black);
    font-weight: 700;
    padding: 0.6em 0;
    line-height: 120%;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 38px;
}

h2.main {
    font-size: 44px;
    margin: var(--g-y-md) 0 30px;
}

h2.highlighted {
    font-weight: 700;
    font-size: 44px;
    color: var(--green);
}

h2.description {
    font-family: inherit;
    font-weight: 700;
    font-size: 30px;
}

h3 {
    font-size: 30px;
}

h3.main {
    font-family: inherit;
    margin: var(--g-y-md) 0 30px;
}


h3.highlighted {
    font-family: inherit;
    /* 'Inter'; */
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: var(--green);
}

h4 {
    font-size: 25px;
}

main p {
    font-size: 18px;
    line-height: 155%;
    color: var(--dark-grey);
    padding-bottom: 2rem;
}

p.highlighted {
    font-size: 20px;
    line-height: 24px;
    color: var(--black);
}

p.exclamation-circle {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--green);
    padding: 0 0 0.5em;
}

p.exclamation-circle::before {
    content: "!";
    width: 18px;
    height: 18px;
    line-height: 14px;
    text-align: center;
    font-size: 13px;
    color: var(--green);
    border: 2px solid var(--green);
    border-radius: 50%;
    display: inline-block;
    font-weight: 700;
    margin: 0 5px 0px 0;
    transform: translateY(-1px);
}

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

a:hover {
    color: var(--green);
}

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

ul.list-tick {
    margin: 1em 0;
}

ul.list-bulleted li,
ul.list-tick li {
    font-size: 18px;
    line-height: 155%;
    color: var(--dark-grey);
}

ul.list-bulleted li {
    list-style: disc outside;
}

ul.list-tick li {
    margin: 0 0 0.5rem;
}

ul.list-tick li::before {
    content: '✔';
    /* '✓'; */
    height: 18px;
    width: 18px;
    border-radius: 18px;
    border: 2px solid var(--green);
    color: var(--green);
    text-align: center;
    line-height: 14px;
    font-size: 11px;
    display: inline-block;
    margin-right: 0.9rem;
    font-weight: 900;
    transform: translateY(-3px);
}

ul.list-faq {
    --button-size: 30px;
    --button-right: -30px;
}

ul.list-faq>li {
    border-bottom: 1px solid var(--lt-grey-2);
    padding: 1em 30px 1em 0;
}

ul.list-faq .accordion-toggle-button {
    font-size: 20px;
    line-height: 120%;
    color: var(--black);
    position: relative;
    display: block;
    cursor: pointer;
}

ul.list-faq .accordion-toggle-button::after {

    content: "";
    background: url(images/plus-square.svg) no-repeat center / contain transparent;
    width: var(--button-size);
    height: var(--button-size);
    display: block;
    position: absolute;
    right: var(--button-right);
    top: 50%;
    transform: translateY(-50%);

}

ul.list-faq .accordion-toggle-button.open::after {
    background-image: url(images/minus-square.svg);
}

ul.list-faq .accordion-content {
    display: none;
    padding-top: 1em;
}

ul.list-faq .accordion-content p:last-child {
    padding-bottom: 0;
}

ul.list-faq .accordion-content a {
    text-decoration: none;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    position: relative;
    display: inline-block;
}

ul.list-faq .accordion-content a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    border-bottom: 2px solid currentColor;
    transition: width 0.5s ease;
}

ul.list-faq .accordion-content a:hover:after {
    width: 100%;
}

button:focus {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.green-bg * {
    color: var(--white);
}

.section-shadow-top {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
}

.section-shadow-bottom {
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.container--padding-top {
    padding-top: 20px;
}

.container--padding-bottom {
    padding-bottom: 80px;
}

.container--padding {
    padding-top: 20px;
    padding-bottom: 80px;
}

.image-full {
    width: 100%;
    height: auto;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

/* .jb_slider,
.jb_products_slider {
    display: none !important;
} */

.jb_slider.slick-initialized,
.jb_products.slick-initialized,
.jb_slider.flickity-enabled,
.jb_products.flickity-enabled {
    display: block !important;
}

@media (max-width: 600px) {

    .jb_slider,
    .jb_products_slider {
        overflow: hidden;
    }
}

.jb_slider {
    padding-bottom: 30px;
}

.slick-arrow {
    cursor: pointer;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.flickity-enabled .flickity-button.flickity-prev-next-button {
    top: auto;
    width: auto;
    height: auto;
    border-radius: 0;
    transform: none;
    background: none;
    padding: 0;
}

.jb_slider .slick-arrow,
.flickity-enabled .flickity-button.flickity-prev-next-button {
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    right: auto;
    z-index: 1;
    cursor: pointer;
}

.jb_slider .slider-prev,
.flickity-prev-next-button.flickity-button.previous {
    transform: translateX(-30px);
}

.jb_slider .slider-next,
.flickity-prev-next-button.flickity-button.next {
    transform: translateX(30px);
}

.flickity-button[disabled] {
    display: none;
}

.jb_button {
    display: inline-block;
    /* color: var(--black); */
    border: 3px solid var(--black);
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    padding: 0.5em 2em;
}

.jb_button[disabled] {
    border-color: var(--lt-grey-3);
}

.jb_button:not([disabled]):hover {
    border-color: var(--green);
}

.jb_button.jb_button_wide {
    padding: 0.5em 4em;
}

.jb_button.jb_button_green {
    border-color: var(--green);
    background: var(--green);
    color: var(--white);
}

.jb_button.jb_button_lt_green {
    border-color: var(--lt-green-1);
    background: var(--lt-green-1);
    color: var(--white);
}

.jb_button.jb_button_lt_green:not([disabled]):hover {
    border-color: var(--lt-green-1);
}

.jb_button.jb_button_white,
.jb_button.jb_button_white:hover {
    border-color: var(--white);
    color: var(--white);
}





.jb_blockquote {
    position: relative;
}

.jb_blockquote::before {
    content: url("/wp-content/uploads/2022/10/big-quote.png");
    position: absolute;
    top: -7px;
    left: -41px;
    z-index: -1;
}

.jb_text_input {
    border: 1px solid var(--lt-grey-3);
    box-shadow: inset 0px 0 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 10px;
}

#body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s opacity, 0.3s visibility;
}

body.jb-show-mobile-menu #body-overlay {
    z-index: 98;
    background: rgba(0, 0, 0, 0.7);
}


#body-overlay.active,
body.jb-show-mobile-menu #body-overlay {
    visibility: visible;
    opacity: 1;
}

main .select2-container,
main .select2-container--default .select2-selection--single {
    height: 47px;
}

main .select2-selection--single .select2-selection__rendered {
    padding: 10px 20px;
}


main .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}


.arrow {
    --arrow-size: 2px;
    border: solid var(--black);
    border-width: 0 var(--arrow-size) var(--arrow-size) 0;
    display: inline-block;
    padding: var(--arrow-size);
}

.arrow-3 {
    --arrow-size: 3px;
}

.arrow--right {
    transform: rotate(-45deg);
}



.arrow--left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow--up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow--down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


#jb-breadcrumbs li {
    display: inline-block;
}

#jb-breadcrumbs .arrow {
    margin: 2px 10px;
}


.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.45%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
















/** AJAX LOADING ANIMATION **/

.ajax-loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.ajax-loader.hidden {
    display: none;
}

.ajax-loader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--dark-grey);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.ajax-loader div:nth-child(1) {
    left: 8px;
    animation: ajax-loader1 0.6s infinite;
}

.ajax-loader div:nth-child(2) {
    left: 8px;
    animation: ajax-loader2 0.6s infinite;
}

.ajax-loader div:nth-child(3) {
    left: 32px;
    animation: ajax-loader2 0.6s infinite;
}

.ajax-loader div:nth-child(4) {
    left: 56px;
    animation: ajax-loader3 0.6s infinite;
}

@keyframes ajax-loader1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ajax-loader3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes ajax-loader2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}



/*** READ MORE ***/

.jb_readmore_button {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 1rem;
}

.jb_readmore_content {
    display: none;
}














/**
 *  HEADER
 */



#header {
    position: relative;
    z-index: 2;
}

#header li {
    list-style: none;
    display: inline;
}




/* HEADER TOP */




#header-top {
    min-height: var(--g-y-sm);
    z-index: 99;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto;
    align-items: center;
}

#header-top-icons {
    float: left;
}


#header-top-icons li:last-child {
    margin-left: var(--g-x-sm);
}

#header-top-icons img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
    width: 20px;
    height: auto;
}

#header-top-icons li:last-child img {
    width: 22px;
}

#header-top span {
    font-size: 14px;
    color: var(--black);
}

#header-top-menu {
    float: right;
}





#header-top-menu>div {
    transform: translateY(2px);
}



#header-top-menu li:not(:first-child) {
    margin-left: var(--g-x-sm);
}

#header-top-menu li a {
    text-decoration: none;
    color: var(--dark-grey);
    font-size: 14px;
    line-height: 21px;
    text-align: right;
}

#header-top-menu li a:hover span {
    color: var(--green);
}




/* HEADER MAIN */




#header-main {
    padding: 1.4em 0;
    position: relative;
}

#header-main .container-xxl {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: max-content auto max-content;
    grid-template-areas: "logo main-menu menu-icons";
    justify-items: stretch;
    align-items: center;
    column-gap: 20px;
}



#site-title {
    grid-area: logo;
    transform: translateY(-7px);
}

#site-title img {
    width: 190px;
    height: auto;
}

#header-main-menu {
    grid-area: main-menu;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#menu-header-main-menu>li {
    margin: 0 1.3em;
}

#header-main-menu li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

#header-main-menu li:hover path,
#header-main-menu li:hover>a {
    fill: var(--green);
    color: var(--green);
}

#header-main-menu li.--megamenu {
    padding-bottom: 39px;
}

#header-main-menu li img,
#header-main-menu li svg {
    vertical-align: middle;
    margin-left: 3px;
}

#header-icon-list {
    grid-area: menu-icons;
}

#header-icon-list>li {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

li#header-mobile-menu,
li#header-mobile-logo {
    display: none;
}


#header-icon-list svg {
    vertical-align: initial;
    width: 40px;
}

#header-icon-list>li:not(:first-child):not(#header-search) {
    margin-left: 2em;
}

#header-icon-list>li:hover path {
    fill: var(--green);
}

#header-cart.cart-has-items::before {
    position: absolute;
    content: "";
    top: 0;
    left: 17px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--action-red);
    border: 1px solid #FFFFFF;
}



#header-search section {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s opacity, 0.3s visibility;
}

#header-search section .search_wrapper {
    position: fixed;
    height: 48px;
    width: 65%;
    min-width: 370px;
    max-width: 970px;
    left: 0;
    top: 62px;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}

#header-search section .search_wrapper.searching::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    opacity: .6;
}

#header-search section input {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    background: white;
    border: 2px solid #535353;
    border-radius: 5px;
}

#header-search section span {
    position: absolute;
    right: -25px;
    top: 7px;
    color: var(--white);
    font-size: 30px;
    font-weight: 900;
    text-shadow: 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px -1px 0 #000;
}

#header-search section input:focus {
    outline: none;
}

#header-search.open section {
    visibility: visible;
    opacity: 1;
}


#header-search-results {
    position: absolute;
    width: calc(100% - 4px);
    max-height: 60vh;
    overflow-y: auto;
    top: 100%;
    left: 2px;
    background: var(--white);
}

#header-search-results li {
    display: list-item;
    overflow: hidden;
    transition: .3s background-color;
}

#header-search-results li:hover {
    background-color: var(--lt-grey-0);
}

#header-search-results li img {
    float: left;
    margin: 1em;
    width: 120px;
    height: auto;
}

#header-search-results li h4 {
    margin-top: 3em;
    font-family: 'Inter';
    font-size: 18px;
}










/* MOBILE MENU */


#mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    max-width: 460px;
    box-sizing: border-box;
    text-align: start;
    transform: translate3d(0, 0, 0);
    transition: all 0.5s;
    background: var(--white);
    z-index: 99;
    padding: 30px;
    overflow-y: auto;
}

body.jb-show-mobile-menu #mobile-menu-wrapper {
    transform: translate3d(100%, 0, 0);
}

#mobile-menu-close {
    position: absolute;
    top: 24px;
    right: 23px;
    display: block;
    cursor: pointer;
    font-size: 26px;
    font-weight: 100;
    color: #222222;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


#menu-mobile-menu-categories {
    margin-top: 1em;
}

#menu-mobile-menu-categories li a {
    position: relative;
    display: block;
    border-bottom: 1px dashed var(--lt-grey-3);
    padding: 15px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
}

#menu-mobile-menu-categories li a i {
    --arrow-size: 2.3px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
}

#menu-mobile-menu-pages {
    margin: 2em 0 0;
    columns: 2;
    padding: 0 0 1em;
    border-bottom: 1px solid var(--lt-grey-3);
}

#menu-mobile-menu-pages li a {
    display: block;
    font-size: 14px;
    line-height: 120%;
    margin: 0 0 20px;
}

.list-social-links {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.list-social-links li a {
    display: block;
    width: 32px;
    height: 30px;
    background: url(/wp-content/uploads/2022/10/footer-social-sprite.png) no-repeat 0 0;
}

.list-social-links li.social-tiktok a {
    background-position: 4px -2px;
}

.list-social-links li.social-youtube a {
    background-position: -47px -3px;
}

.list-social-links li.social-pinterest a {
    background-position: -98px -2px;
}

.list-social-links li.social-facebook a {
    background-position: -147px -3px;
}

.list-social-links li.social-instagram a {
    background-position: -202px -4px;
}











/* MEGAMENU */




#megamenu-container {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    width: 100%;
    min-height: 300px;
    padding: 30px;
    box-sizing: border-box;
    background: var(--white);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s opacity, 0.3s visibility;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
}

#header-main-menu li.--megamenu:hover #megamenu-container {
    visibility: visible;
    opacity: 1;
}

#megamenu-container ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

@media (max-width: 1200px) {
    #megamenu-container ul {
        grid-template-columns: repeat(6, 1fr);
    }
}

#megamenu-container li {
    text-align: center;
}

#megamenu-container li a {
    font-weight: 400;
}

#megamenu-container li img {
    max-width: 100%;
    height: auto;
}






/* HOMEPAGE BANNER */

#banner {
    height: 0;
    padding: 36% 0 0;
    background-size: 100% auto;
    background-position: center;
    background-image: url("/wp-content/uploads/2022/10/Main-banner.jpg");
    position: relative;
}

#banner[data-url] {
    cursor: pointer;
}

#banner a {
    position: absolute;
    z-index: 1;
}

#banner_1_3_link_1 {
    left: 0%;
    top: 0%;
    width: 49.65%;
    height: 100%;
}

#banner_1_3_link_2 {
    left: 50.42%;
    top: 0%;
    width: 49.58%;
    height: 51.03%;
}

#banner_1_3_link_3 {
    left: 50.42%;
    top: 52.59%;
    width: 49.58%;
    height: 47.41%;
}


@media all and (max-width: 799px) {
    #banner {
        padding: 60% 0 0;
        background-image: url("/wp-content/uploads/2022/10/Main-banner-mobile.jpg");
    }

    #banner_1_3_link_1 {
        left: 0.13%;
        top: 0%;
        width: 50.38%;
        height: 99.79%;
    }

    #banner_1_3_link_2 {
        left: 51.67%;
        top: 0%;
        width: 48.46%;
        height: 46.74%;
    }

    #banner_1_3_link_3 {
        left: 51.67%;
        top: 48.21%;
        width: 48.33%;
        height: 52%;
    }
}

.below-banner-icons {
    margin: 30px 0 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

#below-category-icons {
    display: none;
}



.below-banner-icons li {
    background: var(--white);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s box-shadow;
}

.below-banner-icons li a {
    display: flex;
    align-items: center;
}

.below-banner-icons li:hover {
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
}

.below-banner-icons li span {
    color: var(--black);
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin-left: 15px;
}

@media all and (max-width: 1024px) {

    #home-products .below-banner-icons {
        display: none;
    }

    #below-category-icons {
        display: block;
    }

    .below-banner-icons li span {
        font-size: 25px;
        margin: 0;
    }
}

@media all and (max-width: 767px) {

    .below-banner-icons {
        grid-template-columns: repeat(2, 1fr);
    }

    .below-banner-icons li span {
        font-size: 20px;
    }
}




/* HOME - CATEGORIES */

#home-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}



#home-categories-grid li {
    position: relative;
    display: flex;
    justify-content: center;
}

#home-categories-grid img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* #home-categories-grid a {
    display: block;
} */

#home-categories-grid a.link {
    position: absolute;
    bottom: 25px;
    display: block;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    padding: 10px 30px;
    text-decoration: none;
    text-align: center;
}







/* HOME - ADVISORY */


#home-advisory-team .jb_card {
    background: var(--white);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 30px;
    margin: 0 0 30px;
}



#home-advisory-team .home-advisory-photo {
    border-radius: 100%;
}

#home-advisory-team .home-advisory-logo {
    margin: 1rem 0;
    width: 100%;
    height: auto;
    max-width: 120px;
}





/* HOME - BLOG */


#home-blog-slider .slick-list {
    margin: 0 -15px;
}

#home-blog-slider .slick-arrow circle {
    stroke: var(--white);
}

#home-blog-slider .slick-arrow path {
    fill: var(--white);
}

#home-blog-slider li {
    margin: 0 15px;
}

#home-blog-slider.flickity-enabled li {
    width: calc(33% - 16px);
    margin: 0 30px 0 0;
}

@media (max-width: 1023px) {
    #home-blog-slider.flickity-enabled li {
        width: calc(50% - 16px);
    }
}

@media (max-width: 767px) {
    #home-blog-slider.flickity-enabled li {
        width: 80%;
        /* margin: 0; */
    }
}

#home-blog-slider li .home-blog-thumb,
#blog-listing li .blog-listing-thumb,
#blog-listing li .resources-listing-thumb {
    height: 0;
    padding: 49% 0 0;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    background-repeat: no-repeat;
}

#blog-listing li .resources-listing-thumb {
    padding: 57% 0 0;
    position: relative;
    opacity: .9;
    transition: 0.3s opacity;
}

#blog-listing li .resources-listing-thumb::after {
    content: "";
    width: 80px;
    height: 56px;
    background: url(images/youtube-pay-btn.webp) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .8;
    transition: 0.3s opacity;
}

#blog-listing li .resources-listing-thumb:hover,
#blog-listing li .resources-listing-thumb:hover::after {
    opacity: 1;
}


@media all and (max-width: 767px) {

    #blog-listing li .resources-listing-thumb {
        opacity: 1;
    }
}



#home-blog-slider li h3,
#blog-listing li h3 {
    font-family: inherit;
    /* 'Inter'; */
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin: 20px 0;
}

#blog-listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 30px;
}

@media (max-width: 1023px) {
    #blog-listing {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    #blog-listing {
        grid-template-columns: 1fr;
    }

    #home-blog-slider li h3,
    #blog-listing li h3 {
        font-size: 20px;
    }
}


















/*** SINGLE POST - BLOG ***/

.attachment-post-thumbnail {
    display: block;
    width: 100%;
    height: auto;
    margin: 2em 0;
}

.wp-block-image {
    margin: 2em 0;
}

.single .single-post-content>ul {
    margin: 0 0 1em 2em;
}

.single .single-post-content>ul li {
    font-size: 18px;
    line-height: 28px;
    color: var(--dark-grey);
    list-style: disc outside;
}


.single .single-post-content blockquote {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    padding: 2em 5em;
}

.single .single-post-content blockquote p {
    font-size: inherit;
    line-height: inherit;
    position: relative;
}

.single .single-post-content blockquote p::before {
    content: url("/wp-content/uploads/2022/10/big-quote.png");
    position: absolute;
    top: -10px;
    left: -50px;
    z-index: -1;
}





/**
 *  LAB REPORTS
 **/

.page-template-page-lab-reports .select2-container {
    margin: 0 0 1em;

}



#lab-search-form {
    display: flex;
}

#batch-lot-number {
    border-radius: 5px 0px 0px 5px;
    padding: 12px;
    width: 100%;
}

#search-number {
    background: var(--green);
    color: var(--white);
    border-radius: 0px 5px 5px 0px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    border: none;
    width: 130px;
    text-align: center;
    padding: 9px 0;
}

.lab_report_accordion {
    overflow: hidden;
}

.lab_report_accordion p {
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 10px;
    cursor: pointer;
}

.lab_report_accordion i {
    position: relative;
    top: -3px;
    left: 4px;
}

.lab_report_accordion li {
    list-style: disc inside;
}


#lab_reports_results_wrapper,
#lab_reports_results_wrapper ul.results_list li {
    overflow: hidden;
}

#lab_reports_results_wrapper h2 {
    margin: 0 0 1.5em;
}

#lab_reports_results_wrapper img {
    width: 200px;
    float: left;
}

#lab_reports_results_wrapper h4 {
    padding: 0.5em 0 0;
}







/**
 *   LOYALTY & REFERRALS
 */


#loyalty-banner {
    background: url(/wp-content/uploads/2022/12/LoyaltyBg.jpg) no-repeat center / 100% auto;
    min-height: 36.5vw;
}

@media (max-width:1100px) {
    #loyalty-banner {
        background-size: cover;
    }
}


#loyalty-banner>div {
    padding-bottom: 40px;
}

#loyalty-banner h1 {
    font-weight: 400;
    font-size: 100px;
    line-height: 120px;
    text-transform: uppercase;
    margin-bottom: 0.17em;
}

#loyalty-banner h1 span {
    font-weight: 700;
    color: var(--green);
}

#loyalty-banner p {
    font-size: 18px;
    line-height: 155%;
}

#loyalty-banner .jb_button {
    width: 200px;
}

#loyalty-banner .jb_button.jb_button_green {
    margin-left: 15px;
}


@media (max-width:1015px) {



    #loyalty-banner h1 {
        font-size: 70px;
        line-height: 120%;
        margin: 25px 0;
    }

    #loyalty-banner p {
        font-size: 16px;
    }



}

@media (max-width:767px) {

    #loyalty-banner {
        background-image: url(/wp-content/uploads/2022/12/LoyaltyBgMobile.jpg);
    }

    #loyalty-banner>div {
        padding-bottom: 180px;
    }

    #loyalty-banner h1 {
        font-size: 40px;
        margin: 15px 0;
    }

    #loyalty-banner p {
        font-size: 14px;
    }

    #loyalty-banner p br {
        display: none;
    }

    #loyalty-banner .loyalty-buttons {
        display: flex;
        justify-content: space-evenly;
    }

    #loyalty-banner .loyalty-buttons a {
        width: 160px;
        padding-left: 1em;
        padding-right: 1em;
    }

    #loyalty-banner .loyalty-buttons a:first-child {
        background-color: var(--white);
    }
}






#loyalty-how-it-works ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}



#loyalty-how-it-works li {
    text-align: center;
    padding: 0 20%;
}

#loyalty-how-it-works li span {
    font-family: 'Barlow Condensed';
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-color: #E4F6E8;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#loyalty-how-it-works li:nth-child(2) span {
    background-color: #DAEDFB;
}

#loyalty-how-it-works li:nth-child(3) span {
    background-color: #FEDEE4;
}

#loyalty-how-it-works li h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin-top: 1em;
}

#loyalty-how-it-works li p {
    font-size: 18px;
    line-height: 155%;
    padding: 0;
}


@media (max-width:767px) {
    #loyalty-how-it-works ul {
        grid-template-columns: repeat(1, 1fr);
    }

    #loyalty-how-it-works li {
        margin: 20px 0;
    }

    #loyalty-how-it-works li span {
        font-size: 30px;
    }

    #loyalty-how-it-works li h3 {
        font-size: 20px;
    }

    #loyalty-how-it-works li p {
        font-size: 14px;
    }
}








#loyalty-ways-to-earn ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px;
}




@media (max-width:1145px) {
    #loyalty-ways-to-earn ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:775px) {
    #loyalty-ways-to-earn ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

#loyalty-ways-to-earn li {
    background: var(--white);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
}

#loyalty-ways-to-earn li img {
    float: left;
    margin-right: 30px;
    max-width: 150px;
    width: 46%;
    height: auto;
}

#loyalty-ways-to-earn li h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}



#loyalty-ways-to-earn li span {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 155%;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 30px;
    background-color: var(--action-red);
    color: var(--white);
}


@media (max-width:1190px) {
    #loyalty-ways-to-earn li h3 {
        font-size: 20px;
    }

    #loyalty-ways-to-earn li span {
        font-size: 15px;
    }
}




#loyalty-refer h2 {
    margin-bottom: 0;
}

#loyalty-refer h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin: 5px 0 0.7em;
}

#loyalty-refer h3 span {
    color: var(--action-red);
}

#loyalty-refer img {
    margin-top: 80px;
}

#loyalty-refer label,
#loyalty-refer input {
    display: block;
    margin: 0 0 12px;
}

#loyalty-refer label {
    font-size: 18px;
    line-height: 28px;
}

#loyalty-refer input[type='text'],
#loyalty-refer input[type='email'] {
    margin: 0 0 30px;
    width: 100%;
    padding: 14px;
}


@media (max-width:767px) {

    #loyalty-refer h2,
    #loyalty-refer h3 {
        text-align: center;
    }

    #loyalty-refer h3 {
        font-size: 20px;
        margin: 10px 0 30px;
    }

    #loyalty-refer input[type='submit'] {
        width: 100%;
        padding: 14px;
    }

    #loyalty-refer img {
        margin-top: 20px;
    }
}





#loyalty-howto {
    background: url(/wp-content/uploads/2022/12/LoyaltyUseBg.jpg) no-repeat center / cover;
}

#loyalty-howto * {
    color: var(--white);
}

#loyalty-howto h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 30px;
}

#loyalty-howto ul {
    text-align: center;
    margin: 50px 0;
}

#loyalty-howto li {
    display: inline-grid;
    width: 200px;
    height: 200px;
    background-color: var(--white);
    border-radius: 100%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin: 0 35px;
}

#loyalty-howto li h4 {
    font-size: 44px;
    color: var(--black);
}

#loyalty-howto li span {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 155%;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 30px;
    background-color: var(--action-red);
    color: var(--white);
}


@media (max-width:767px) {

    #loyalty-howto p {
        font-size: 14px;
    }

    #loyalty-howto p br {
        display: none;
    }

    #loyalty-howto h3 {
        font-size: 18px;
    }

    #loyalty-howto li {
        width: 150px;
        height: 150px;
        margin: 10px;
    }

    #loyalty-howto li h4 {
        font-size: 30px;
    }

    #loyalty-howto li span {
        font-size: 14px;
    }
}











/**
 *  FOOTER
 */

#footer-top-carousel {
    position: relative;
    top: 2px;
    /* Flickity correction */
}

#footer-top-carousel li {
    width: 25%;
}

@media (max-width: 1023px) {
    #footer-top-carousel li {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    #footer-top-carousel li {
        width: 45%;
    }
}

#footer-top-carousel img {
    width: 100%;
    height: auto;
}

#footer-top-carousel .slick-arrow,
#footer-top-carousel .flickity-button {
    position: absolute;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    transform: none;
}

#footer-top-carousel .slick-arrow circle,
#footer-top-carousel .flickity-prev-next-button.flickity-button circle {
    fill: var(--white);
}

#footer-top-carousel .slider-prev,
#footer-top-carousel .flickity-button.flickity-prev-next-button.previous {
    left: 0;
    border-radius: 0 10px 0 0;
}

#footer-top-carousel .slider-next,
#footer-top-carousel .flickity-button.flickity-prev-next-button.next {
    right: 0;
    border-radius: 10px 0 0 0;
    left: auto;
}

#footer-main .footer-row {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    grid-template-rows: auto;
    column-gap: 86px;
}

@media (max-width: 1439px) {
    #footer-main .footer-row {
        column-gap: 60px;
    }
}

@media (max-width: 1199px) {
    #footer-main .footer-row {
        grid-template-columns: repeat(2, auto);
        column-gap: 100px;
    }
}


#footer-main h3 {
    color: var(--green);
    text-transform: uppercase;
    position: relative;
}

#footer-main h3:first-child {
    margin: var(--g-y-md) 0 30px;
}

#footer-main h3 i {
    display: none;
}


#footer-main ul:not(.list-social-links) li {
    display: block;
    margin: 0 0 1em;
}

#footer-main ul:not(.list-social-links) li a {
    font-size: 18px;
    line-height: 120%;
}

#footer-main ul:not(.list-social-links) li a::before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 10px;
    background: url("/wp-content/uploads/2022/10/icon-angle-left.png") center;
    transform: rotate(-90deg) translateX(1px);
    margin: 0 7px 0px 0;
}

#footer-main .list-social-links {
    display: block;
    padding: 0;
    margin: 1em 0 0;
}

#footer-main .list-social-links li {
    display: inline-block;
    margin-right: 20px;
}


#footer-main p {
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-grey);
}

#footer-main p a {
    color: inherit;
}

#footer-main hr {
    height: 1px;
    margin: 1.5em 0;
    background: var(--lt-grey-0);
}





@media (max-width: 767px) {
    #footer-main .footer-row {
        grid-template-columns: auto;
        column-gap: 0;
    }

    #footer-main .footer-accordion {
        display: none;
        padding: 20px;
    }

    #footer-main .footer-accordion hr {
        display: none;
    }

    #footer-main h3,
    #footer-main h3:first-child {
        margin: 0;
    }

    #footer-main h3 {
        font-size: 14px;
        font-family: 'Inter';
        font-weight: 700;
        text-transform: capitalize;
        padding: 1em 0;
        border-bottom: 1px dashed var(--lt-grey-3);
        cursor: pointer;
    }

    #footer-main h3 i {
        --arrow-size: 2.5px;
        display: block;
        position: absolute;
        top: calc(50% - 4px);
        right: 0;

    }

    #footer-main ul:not(.list-social-links) li,
    #footer-main ul:not(.list-social-links) li a {
        font-size: 15px;
    }

    #footer-main ul:not(.list-social-links) li a::before {
        background-size: 16px auto;
    }
}





/* FOOTER BOTTOM */

/* #footer-bottom {
    padding-bottom: 60px;
} */

#footer-bottom ul {
    text-align: center;
    padding: 3em 0 2em;
}

#footer-bottom li {
    padding: 0.5em 2.7em;
    display: inline-block;
}

#footer-bottom li img {
    vertical-align: middle;
}

@media (max-width: 1023px) {

    #footer-bottom li {
        padding: 0.5em 5%;
        width: calc(25% - 4px);
        box-sizing: border-box;
    }

    #footer-bottom li img {
        width: 100%;
        height: auto;
    }
}

#footer-bottom p {
    text-align: center;
    color: var(--lt-grey-0);
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}







/*** ESRAA ***/


.hide-text {
    padding-left: 40px !important;
    margin-left: 20px !important;
    border-left: 0.25px solid #e8e8e8 !important
}

.hide-text .number {
    font-weight: bold;
    color: #60ae4a
}

.hide-text button {
    margin-left: 4em
}

/** gummies category table **/
#category-bottom-description table th,
#category-bottom-description table td {
    border: 1px solid black;
    padding: 20px;
    border-collapse: collapse;
}

.custom-table th:first {
    width: 8%
}

/** category page image(top-right) **/
#category-description .category_top_description_image {
    margin-top: 1em;
}

/** minimize the size of blog's image **/
.attachment-post-thumbnail {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3em;
}

@media only screen and (max-width: 480px) {

    .attachment-post-thumbnail {
        width: 100% !important;
        margin: 2em 0em;
    }
}


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

.select2-results__options li:first-child {
    display: none;
}


/* adding spaces-myaccount page) */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    padding: 0.875em 0;
    display: inline-block;
}

.woocommerce-product-attributes th:first-child {
    display: inline-block;
    margin-right: 1rem;
}

/* stytling gravity form*/
.gform_wrapper.gravity-theme .gform_footer input {
    border-color: var(--green);
    background: var(--green);
    color: var(--white);
    padding: 0.5em 4em !important;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
}

.gform_wrapper.gravity-theme input {
    border: 1px solid var(--lt-grey-3);
    box-shadow: inset 0px 0 2px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 14px !important;
}

.gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 12px;
}

/** yopto productPage(thelinkAbovePrice) **/
.QABottomLine {
    margin-left: 2rem !important;
    margin-bottom: 1rem !important;
}

.yotpo.bottomLine {
    margin-bottom: 1rem;
}

.yotpo .standalone-bottomline .star-clickable {
    display: block !important
}

body .yotpo-coupons-redemption-widget .yotpo-message-toast-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
}