@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//thejuicedefined.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.8") format("woff2");
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(29,29,31);
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(29,29,31);
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(29,29,31);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Noto Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(29,29,31);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(39,150,146);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(39,150,146);
	--btn-accented-bgcolor-hover: rgb(30,140,136);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(36,36,36);
	--wd-link-color-hover: rgb(20,20,20);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(75,170,167);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(245,245,247);
	background-image: none;
}
#home_row_2 .wd-products-tabs.tabs-design-simple .wd-tabs-header:before, #home_row_4:before, #home_row_3:before, #home_row_3_mobile:before {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 84px;
	line-height: 84px;
	color: rgb(245,245,247);
}
#home_row_1 .banner-title, #home_row_1_mobile .banner-title, #home_row_1_challenge .banner-title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 800;
}
html .wd-nav.wd-nav-main > li > a {
	font-weight: 600;
	color: rgb(0,0,0);
}
#home_row_2_tablet .wd-products-tabs.tabs-design-simple .wd-tabs-header:before {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 84px;
	color: rgb(245,245,247);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 12px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 162px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1600px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* BREADCRUMBS CSS - START */

.yoast-breadcrumb {
	font-weight: 400;
	font-size: 0.75rem;
	margin-bottom: 0;
}

.yoast-breadcrumb a {
	font-size: 0.875rem;
	color: #242424;
	transition: 0.3s ease all;
}

.yoast-breadcrumb a:hover {
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

.yoast-breadcrumb .breadcrumb_last {
	color: rgb(36 36 36 / 80%);
	font-size: 0.875rem;
}

.yoast-breadcrumb > span span {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.yoast-breadcrumb > span span:first-child {
	margin-left: 0;
}

/* BREADCRUMBS CSS - END */



/* HOMEPAGE NEW SECTIONS CSS - START */

/* SHARED STYLES */

.section_button { 
	margin-top: 2.5rem;
}

.section_title h2 { 
	font-weight: 700;
	line-height: 1.2;
}

/* HERO SECTION */

.hero_section.home .inner_row { 
	background-color: #f5f5f7;
}

/* PROMO SECTION */

.promo_section.home .promo_wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: #000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.promo_section.home .promo_wrapper #star-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.promo_section.home .promo_wrapper .promo_content {
    position: relative;
    z-index: 2;
    max-width: 768px;
}

.promo_section.home .promo_wrapper .subtitle {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    background: linear-gradient(90deg, #279692, #6afff3, #279692);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.promo_section.home .promo_wrapper .title {
    color: #fff !important;
    margin: 0.5rem 0 1.25rem 0;
    font-weight: 700;
}

.promo_section.home .promo_wrapper .description {
    color: #ccc;
    margin-bottom: 2rem;
}

.promo_section.home .promo_wrapper .coupon-container {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px dashed rgba(255, 255, 255, 0.4);
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.promo_section.home .promo_wrapper .coupon-container:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #279692;
}

.promo_section.home .promo_wrapper .coupon-code {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: monospace;
}

.promo_section.home .promo_wrapper .coupon-label {
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.promo_section.home .promo_wrapper .copy-feedback {
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #279692;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, top 0.3s;
    white-space: nowrap;
}

.promo_section.home .promo_wrapper .copy-feedback.show {
    opacity: 1;
    top: -3.5rem;
}

.promo_section.home .promo_wrapper .terms {
    display: block;
    margin-top: 1rem;
    color: #b7b7b7;
}

/* BANNER SECONDARY SECTION */

.banner_category_section.home .inner_row > .vc_column_container >.vc_column-inner > .wpb_wrapper { 
display: grid; 
}

.banner_category_section.home .inner_row .wd-info-box { 
	border-radius: 1.25rem;
	margin-bottom: 0;
}

.banner_category_section.home .inner_row .cat_banner_1.wd-info-box,
.banner_category_section.home .inner_row .cat_banner_2.wd-info-box,
.banner_category_section.home .inner_row .cat_banner_3.wd-info-box,
.banner_category_section.home .inner_row .cat_banner_4.wd-info-box,
.banner_category_section.home .inner_row .cat_banner_5.wd-info-box,
.banner_category_section.home .inner_row .cat_banner_6.wd-info-box { 
	    transition: background .2s;
}

.banner_category_section.home .inner_row .cat_banner_1.wd-info-box { 
background-color: #fff0f7;
}

.banner_category_section.home .inner_row .cat_banner_1.wd-info-box:hover { 
background-color: #fce3ef;
}

.banner_category_section.home .inner_row .cat_banner_2.wd-info-box { 
background-color: #e9efd9;
}

.banner_category_section.home .inner_row .cat_banner_2.wd-info-box:hover { 
background-color: #e1eacc;
}

.banner_category_section.home .inner_row .cat_banner_3.wd-info-box { 
background-color: #f1f0e8;
}

.banner_category_section.home .inner_row .cat_banner_3.wd-info-box:hover { 
background-color: #ebe9da;
}


.banner_category_section.home .inner_row .cat_banner_4.wd-info-box { 
background-color: #ffeec4;
}

.banner_category_section.home .inner_row .cat_banner_4.wd-info-box:hover { 
background-color: #ffe6a8;
}

.banner_category_section.home .inner_row .cat_banner_5.wd-info-box { 
background-color: #e8f9ff;
}

.banner_category_section.home .inner_row .cat_banner_5.wd-info-box:hover { 
background-color: #d5f4fe;
}

.banner_category_section.home .inner_row .cat_banner_6.wd-info-box { 
background-color: #e9e3ff;
}

.banner_category_section.home .inner_row .cat_banner_6.wd-info-box:hover { 
background-color: #ded5fe;
}

.banner_category_section.home .inner_row .wd-info-box .info-box-inner .btn { 
background-color: #000000;
    border-color: #000000;
	color: #ffffff;
}


/* SEO NARRATIVE SECTION */
.seo_narrative_section.home .inner_row { 
	background-color: #f5f5f7;
}

.seo_narrative_section.home .wd-text-block a {
    text-decoration: underline !important;
    color: #1d1d1f !important;
}

/* USP SECTION */
.usp_section.home .inner_row { 
	background-color: #090c12;
}

.usp_section.home .inner_row .wd-info-box .info-box-title { 
	font-size:0.875rem;
}

.usp_section.home .inner_row .wd-info-box .info-box-inner { 
	font-size: 0.825rem;
}


/* FAQS TEASER SECTION */

.faq_teaser_section.home .inner_row { 
	background-color: #bee0de;
}

.faq_teaser_section.home .wd-accordion-item {
	border-radius: 0.75rem !important;
}

.faq_teaser_section.home .wd-accordion-item .wd-accordion-title-text ,
.faq_teaser_section.home .wd-accordion-item .wd-accordion-opener {
	color:#1d1d1f;
}


/* TESTIMONIALS SECTION */

.testimonials_section.home .cr-reviews-slider  {
	border: none;
	padding:0;
	margin: 0;
}

.testimonials_section.home .cr-reviews-slider .cr-reviews-slider-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important; 
}

.testimonials_section.home .cr-reviews-slider .cr-reviews-slider-col {
	display: contents !important; 
}

.testimonials_section.home .cr-reviews-slider .cr-review-card {
	border: none;
	background-color: unset;
	padding: 0;
	height: auto;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .cr-review-card-inner {
	background-color: #f5f5f7 !important; 
	border-radius: 1.25rem;
	padding: 1.5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: none;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .top-row,
.testimonials_section.home .cr-reviews-slider .cr-review-card .rating-row,
.testimonials_section.home .cr-reviews-slider .cr-review-card .middle-row,
.testimonials_section.home .cr-reviews-slider .cr-review-card .review-product {
	padding: 0;
	margin: 0;
	border: none;
	background-color: unset;
}


.testimonials_section.home .cr-reviews-slider .cr-review-card .top-row {

	margin: 0 0 1.25rem;
}

.testimonials_section.home  .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name {
	font-family: inherit;
	font-size: 0.75rem;
	display: -webkit-box;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	word-break: break-all;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified  {
	font-family: inherit;
	font-size: 0.75rem;
	color: #656565;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified  {
	display: none;
}


.testimonials_section.home  .cr-reviews-slider .cr-review-card .top-row .review-thumbnail {
	flex-basis: 40px;
	flex-shrink: 0;
	margin-right: 10px;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base {
	height: 1rem;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon,
.testimonials_section.home .cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt,
.testimonials_section.home .cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg { 
	width: 1rem;
	height: 1rem;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .rating-row .rating-label { 
	display: none;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .middle-row {
	margin: 0 0 0.75rem;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .middle-row .datetime {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	border-bottom: 1px solid #e2e5e9;
	padding: 0.75rem 0 1rem;
	margin: 0 0 1rem;
	color: #656565;
		text-align: left;
}

.testimonials_section.home  .cr-reviews-slider .cr-review-card .middle-row .review-content { 
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 0.825rem;
	font-weight: 500;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	word-break: break-word;
	text-align: left;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .review-product {
	margin: auto 0 -1px;
	background-color: unset !important; 
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .review-product .cr-product-thumbnail img {
	width: 60px;
	height: auto;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .review-product .product-title {
	line-height: 1.2;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .review-product .product-title a {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	color: #000000;
	line-height: initial;
	text-decoration: underline;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .review-product:hover .product-title a {
	text-decoration: none;
	color: #000000;
}


.testimonials_section.home .review-thumbnail img.cr-avatar {
	display: none !important; 
}

.testimonials_section.home .custom-avatar-override {
	width: 3rem;
	height: 3rem;
	border-radius: 50%; 
	object-fit: cover;
	display: block; 
}

.testimonials_section.home .cr-reviews-slider.slick-slider .slick-prev,
.testimonials_section.home .cr-reviews-slider.slick-slider .slick-next {
	display: none!important; 
}


/* HOMEPAGE NEW SECTIONS CSS - END */



/* SINGLE INFO PAGES CSS - START */

#page_header_section .header_content_inner_row .vc_column_container > .vc_column-inner > .wpb_wrapper { 
	background-color: #eff3f8;
	border-radius: 1.25rem;
}

#page_header_section .header_content_row .custom_subtitle { 
	font-weight: 500;
}

#page_content_section.faqs_single_page .wd-accordion-item {
	border: 1px solid var(--brdcolor-gray-500);
	border-radius: 1rem;
}

#page_content_section.faqs_single_page .content_row,
#page_content_section.privacy_single_page .content_row,
#page_content_section.shop_instructions_single_page .content_row,
#page_content_section.delivery_returns_single_page .content_row { 
	display: flex;
	justify-content: center;
}

#page_content_section .custom-link-primary {
	color: #279692;
	font-weight: 600;
}

#page_content_section .custom-link-primary:hover {
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	text-decoration-style: dotted;
}

#page_content_section .content_row ul,
#page_content_section .content_row ol { 
	padding-left: 2rem;
}

#page_cta_section .cta_content_row .vc_column_container > .vc_column-inner > .wpb_wrapper { 
	background-color: var(--wd-primary-color);
	border-radius: 1.25rem;
}

/* SINGLE INFO PAGES CSS - END */

.wd-empty-mini-cart .btn { 
	background-color: #000000 !important;
}

.single-product #wc-stripe-express-checkout-element {
	display: none !important;
}


/* HOMEPAGE CSS - START */

#home_info_section .wd-text-block a {
	text-decoration: underline !important;
	color: #1d1d1f !important;
}

/* HOMEPAGE CSS - END */


/* PRODUCT GRID CSS */

/* Remove Box-Shadow From WD_Buttons CSS */
.product-grid-item .wd-buttons {
	box-shadow: none;
}

/* Remove Box-Shadow from product boxes and add Border CSS */
.wd-hover-tiled .product-wrapper {
	box-shadow: none !important;
}

.product-grid-item :is(.product-image-link,.hover-img) img {
	width: 100%;
}

/* Remove Attribute Label from Image in GRID Product CSS */
.product-element-top .attribute-label {
	display: none !important;
}

/* Attribute Label in GRID Product CSS */
.product-element-bottom .attribute-label {
	display: flex !important;
	margin-right: auto !important;
	margin-left: auto !important;
	width: auto !important;
	border-radius: 4px !important;
	padding: 0.25rem 0.75rem;
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: 500 !important;
}

.product-element-bottom .attribute-label.product-label.label-term-multi-buy-savings {
	background-color: #d2354f !important;
}

/* NEW SINGLE PRODUCT CSS */

.single-product .product-tabs-wrapper .tabs-layout-tabs > .wd-nav-tabs-wrapper {
	text-align: left !important;
}

.single-product .wc-tab-inner h3 {
	text-transform: unset;
	font-size: 1.25rem;
}

.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel ul {
	padding-left: 2rem !important;
}

/* Links in product description */
.single-product #tab-description a {
	color: #4baaa7 !important;
	font-weight: 600 !important;
}


/* Remove Attribute Label from Image in SINGLE Product CSS */
.single-product .attribute-label {
	display: none !important;
}

/* Multi Buy Saving INFO BOX CSS */

#multi_buy_offer_section .wd-info-box {
	align-items: center !important;
}

#multi_buy_offer_section .wd-info-box .info-box-title {
	margin-bottom: 8px !important;
}

#multi_buy_offer_section .wd-info-box .info-box-inner {
	line-height: 22px !important;
}

#multi_buy_offer_section .wd-info-box circle {
	fill: #4baaa7 !important;
}

/* 7 DAY CHALLENGE PRODUCT CSS */

.product-grid-item.wd-with-labels.product.product-no-swatches.type-product.post-12612 .add_to_cart_button { 
	display: none !important;
}

div.br_alabel.berocket_alabel_id_13356 > span {
	height: 55px !important;
	width: 55px !important;
	margin-top: 80px !important;
}

.products[data-source="main_loop"] div.br_alabel.berocket_alabel_id_13356 > span {
	height: 48px !important;
	width: 48px !important;
	margin-left: 8px !important;
	margin-top: 64px !important;
}

.products[data-source="main_loop"] .berocket_better_labels .berocket_better_labels_position_right {
	float: left;
}

.wd-swatch.swatch-with-bg.active-swatch { 
	border: 4px solid #dfe1e6; 
}

.wd-swatch.swatch-with-bg { 
	border: 4px solid #f4f5f7; 
}


/* PRODUCT PAGE - INDIVIDUAL */

h3.product_tag { 
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
}

h4.product_tag { 
	font-size: 16px;
	font-weight: 600;
}

/*HEADER CSS*/

.product-image-summary .cart {
	display: block;
}


/* PRODUCT PAGE - INDIVIDUAL */
.thumbnails.slick-slider > button.slick-next,
.thumbnails.slick-slider > button.slick-prev {
	height: 42px;
	background-color: rgb(245 245 247);
}

.summary-inner .price {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 22px;
}

.product-image-summary .variations {
	margin-bottom: 15px;
}

/* PRODUCTS CSS - SWATCHES */
.pswp__caption__center {
	text-align: center;
	max-width: 640px;
}

.swatch-on-single.text-only.swatch-size-large {
	min-width: 5.1rem;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	padding: 0 0.75rem;
	margin: 8px 8px 8px 0;
	cursor: pointer;
	transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
	background-color: #fff;
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
	border-radius: 50px;
}

.wd-swatch:after {
	border-color: transparent;
}

.swatch-on-single.text-only.swatch-size-large.active-swatch {
	border-color: #4baaa7 !important;
	background-color: transparent !important;
	color: #333 !important;
	border-width: 1px;
}

.swatch-on-grid.text-only.swatch-size-large.active-swatch {
	border-color: #4baaa7 !important;
	background-color: transparent !important;
	color: #333 !important;
	border-width: 1px;
}

.swatch-on-single.text-only.swatch-size-large:hover {
	border-color: #333;
}

.swatch-on-grid.text-only.swatch-size-large {
	padding: 5px 10px !important;
	font-size: 12px !important;
	border-radius: 3px !important;
}

.variations_form .variations .value select {
	color: #1b1919;
	font-weight: 600;
	border: 1px solid #d8d8d8;
}

.notifications-sticky .yith_ywraq_add_item_product_message {
	line-height: 2.65;
}

/* FOOTER CSS */

.footer_order_with {
	display: flex;
	column-gap: 1rem;
}

footer .widget {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	color: #333;
	font-size: 13px;
}

footer .footer-column-1 .widget a {
	font-size: 13px;
	color:#4baaa7;
	font-weight:600;
}

footer .footer-column-1 .widget a:hover {
	color: #449996;
}

footer .widget a {
	font-size: 13px;
	color:#333;
}

footer .widget a:hover {
	color: #449996;
}@media (min-width: 1025px) {
	/* HOMEPAGE NEW SECTIONS CSS - START */

/* SHARED STYLES */

.section_title { 
	margin-bottom: 3.5rem;
}

.section_title h2 { 
	font-size: 2.25rem;
}


/* HERO SECTION */

.hero_section.home { 
	padding-top: 2rem;
	padding-bottom: 0;
	margin-bottom: 9rem;
}

.hero_section.home .inner_row { 
	padding: 5rem 6rem 0;
	margin-left: 0;
	margin-right: 0;
	border-radius: 2.5rem;
}

.hero_section.home .section_title { 
	margin-bottom: 2rem;
}


.hero_section.home .section_title h1 { 
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.hero_section.home .hero_subtitle { 
	font-size: 1.125rem;
	font-weight: 500;
}

.hero_section.home .section_button { 
	margin-top: 0;
	margin-bottom: 2rem;
}

.hero_section.home img { 
	margin-bottom: -8rem;
}


/* PROMO SECTION */

.promo_section.home {
	padding-top: 1rem;
	padding-bottom: 3.5rem;
}

.promo_section.home .promo_wrapper {
	border-radius: 2.5rem;
	padding: 5rem 6rem;
}

.promo_section.home .promo_wrapper .subtitle {
	font-size: 1.125rem;
}

.promo_section.home .promo_wrapper .title {
	font-size: 3.5rem;
	line-height: 1;
}

.promo_section.home .promo_wrapper .description {
	font-size: 1rem;
}

.promo_section.home .promo_wrapper .coupon-code {
	font-size: 1.5rem;
}

.promo_section.home .promo_wrapper .coupon-label {
	font-size: 0.875rem;
}

.promo_section.home .promo_wrapper .copy-feedback {
	font-size: 0.875rem;
}

.promo_section.home .promo_wrapper .terms {
	font-size: 0.875rem;
}

/* PRODUCT GRID SECTION */

.product_grid_section.home { 
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

/* BANNER SECONDARY SECTION */

.banner_category_section.home { 
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.banner_category_section.home .inner_row .wd-info-box {
	border-radius: 2.5rem;
}

.banner_category_section.home .inner_row > .vc_column_container >.vc_column-inner > .wpb_wrapper { 
	grid-template-columns: repeat(3, 1fr); 
	gap: 20px;
}

.banner_category_section.home .inner_row .wd-info-box { 
	padding: 5rem 3rem;
	align-items: center;
	margin-bottom: 0;
}

.banner_category_section.home .inner_row .wd-info-box .info-box-title { 
	font-size: 1.25rem;
}

.banner_category_section.home .inner_row .wd-info-box .info-box-content { 
	margin-top: 1.5rem;
	max-width: 360px;
}

.banner_category_section.home .inner_row .wd-info-box .info-box-inner .btn { 
	margin-top: 2rem;
}


/* SEO NARRATIVE SECTION */

.seo_narrative_section.home { 
	padding-top: 3.5rem;
	padding-bottom: 7rem;
}

.seo_narrative_section.home .inner_row { 
	padding: 5rem 6rem;
	margin-left: 0;
	margin-right: 0;
	border-radius: 2.5rem;
}

/* USP SECTION */

.usp_section.home {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.usp_section.home .inner_row { 
	padding: 1.25rem 4rem;
	border-radius: 6rem;
	margin-left: 0;
	margin-right: 0;
}

.usp_section.home .inner_row > .vc_column_container >.vc_column-inner > .wpb_wrapper { 
	display: flex;
	justify-content: space-around;
}

.usp_section.home .inner_row .wd-info-box { 
	margin-bottom: 0;
}


/* FAQS TEASER SECTION */

.faq_teaser_section.home {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.faq_teaser_section.home .inner_row  { 
	padding: 0 6rem;
	margin-left: 0;
	margin-right: 0;
	border-radius: 2.5rem;
}

.faq_teaser_section.home .wd-accordion {
	padding-top: 6rem;
	padding-bottom: 6rem;
	margin-bottom: 0;
}


.faq_teaser_section.home .wd-accordion-item .wd-accordion-title-text {
	font-size: 1.125rem;
}


/* TESTIMONIALS SECTION */

.testimonials_section.home {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}


.testimonials_section.home .cr-reviews-slider {
	visibility: visible !important;
	opacity: 1 !important;
	display: grid !important; 
	grid-template-columns: repeat(3, 1fr); 
	gap: 20px;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card {
	width: auto !important;
	max-width: 100% !important;
	margin: 0 !important; 
}

.testimonials_section.home .cr-reviews-slider .cr-review-card .cr-review-card-inner {
	border-radius: 1.5rem;
}


@media (min-width: 1440px) {
	.testimonials_section.home .cr-reviews-slider {
		grid-template-columns: repeat(6, 1fr);
	}
}

/* SINGLE INFO PAGES CSS - START */

#page_header_section {
	padding-top: 1rem;
	padding-bottom: 3rem;
}

#page_header_section .header_content_inner_row .vc_column_container > .vc_column-inner > .wpb_wrapper { 
	padding: 4rem 6rem;
}

#page_header_section .header_content_row h1 { 
	font-size: 2.5rem;
}

#page_header_section .header_content_row .custom_subtitle { 
	font-size: 1.125rem;
}

#page_content_section { 
	padding-top: 3rem;
	padding-bottom: 3rem;
}

#page_content_section h2,
#page_cta_section h2 { 
	font-size: 1.75rem;
}

#page_content_section.faqs_single_page .wd-accordion { 
	margin-bottom: 3rem;
}

#page_content_section.faqs_single_page .wd-accordion-title-text  { 
	font-size: 1.125rem;
}

#page_content_section.faqs_single_page .content_row .custom-column-width,
#page_content_section.privacy_single_page .content_row .custom-column-width,
#page_content_section.shop_instructions_single_page .content_row .custom-column-width,
#page_content_section.delivery_returns_single_page .content_row .custom-column-width { 
	width: 798px;
}

#page_cta_section { 
	padding-top: 3rem;
	padding-bottom: 6rem;
}

#page_cta_section .cta_content_row .vc_column_container > .vc_column-inner > .wpb_wrapper { 
	padding: 4rem 6rem;
}

/* SINGLE INFO PAGES CSS - END */


/* REVIEW BADGE HOMEPAGE */

.cr-badge.badge_size_small {
	width: calc(100% - 30px);
	border: 1px solid #8B8B8B;
	position: absolute;
	border-radius: 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: none;
	padding: 30px;
}

.cr-badge .badge__nowrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5rem;
}

.cr-badge .badge__stars {
	margin-bottom: 20px;
}

.cr-badge .rating {
	font-size: 16px;
	font-weight: 500;
}

.cr-badge .verified {
	width: fit-content;
}

.cr-badge .badge__store {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	white-space: nowrap;
}

.cr-badge .badge__star {
	width: 48px;
	height: 48px;
	margin-right: 4px;
}

/* FOOOTER COLUMNS 
.footer-column.footer-column-1 { 
max-width: 20%;
flex: 0 0 20%;
}

.footer-column.footer-column-2 { 
max-width: 25%;
flex: 0 0 25%;
}

.footer-column.footer-column-3 { 
max-width: 25%;
flex: 0 0 25%;
}

.footer-column.footer-column-4 { 
max-width: 15%;
flex: 0 0 15%;
}

.footer-column.footer-column-5 { 
max-width: 15%;
flex: 0 0 15%;
}
*/

/* PRODUCT BUNDLES CSS */
.woosb-products .woosb-product .woosb-price {
	flex: 0 0 130px;
}
/* HOME PAGE CSS */
#home_row_1,
#home_row_2,
#home_row_3,
#home_row_4,
#home_row_5,
#home_info_section {
	margin-bottom: 3.5rem;
}

#home_row_1_tablet_pro,
#home_row_1_2_tablet_pro,
#home_row_1_mobile,
#home_row_2_tablet,
#home_row_3_mobile,
#footer_social_mobile {
	display: none;
}

#home_row_1 .promo-banner,
#home_row_3 .promo-banner,
#home_row_1_challenge .promo-banner {
	border-radius: 10px;
}

#home_row_2 .product-grid-item .product-image-link img {
	border-radius: 15px;
}

/*SHOP GRID CSS*/

.product-grid-item .product-image-link img {
	border-radius: 10px;
}

/* PRODUCT PAGE - INDIVIDUAL */

.single-product-page .tabs-layout-accordion .wd-scroll-content {
	max-height: 350px;
}

.product-image-summary div.quantity {
	width: 8rem;
}
div.quantity input[type='button'] {
	min-width: 33%;
}
div.quantity input[type='number'] {
	width: 34%;
}
.product-image-summary .single_add_to_cart_button {
	width: 12rem;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* HOMEPAGE NEW SECTIONS CSS - START */


/* TESTIMONIALS SECTION */

.testimonials_section.home .cr-reviews-slider .slick-slide {
    padding: 0 0.5rem;
}

.testimonials_section.home .cr-reviews-slider .slick-list   {
    margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card {
    height: 100%;
}

/* HOMEPAGE NEW SECTIONS CSS - END */

/* SINGLE INFO PAGES CSS - START */

#page_content_section.faqs_single_page .content_row .custom-column-width { 
	width: 798px;
}


/* SINGLE INFO PAGES CSS - END */


/* HOME PAGE CSS */
#home_row_1,
#home_row_1_challenge,
#home_row_1_mobile,
#home_row_3,
#footer_social_desk {
  display: none;
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  #home_row_2 {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #home_row_2_tablet {
    display: none;
  }
}
#home_row_1_tablet_pro .vc_column-inner,
#home_row_1_2_tablet_pro .vc_column-inner,
#home_row_3_mobile .vc_column-inner {
  padding: 0;
}

#home_row_1_tablet_pro,
#home_row_1_2_tablet_pro {
  padding: 0 15px;
}

#home_row_3_mobile {
  padding: 0 30px;
}

#home_row_1_2_tablet_pro {
  margin-bottom: 5rem;
}
#home_row_2,
#home_row_2_tablet {
  margin-bottom: 4rem;
}

#home_row_2 .product-grid-item .product-image-link img {
  border-radius: 10px;
}

#home_row_3_mobile {
  margin-bottom: 6rem;
}
#home_row_1_tablet_pro .promo-banner,
#home_row_1_2_tablet_pro .promo-banner,
#home_row_3_mobile .promo-banner {
  border-radius: 20px;
}

#home_row_2 .wd-products-tabs.tabs-design-simple .wd-tabs-header:before {
  white-space: nowrap;
}

#home_row_3_mobile:before {
  white-space: nowrap;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  #home_row_1_tablet_pro .promo-banner .banner-title,
  #home_row_1_2_tablet_pro .promo-banner .banner-title {
    font-size: 26px;
    line-height: 28px;
  }
}
#home_row_1_tablet_pro .promo-banner .wrapper-content-banner,
#home_row_1_2_tablet_pro .promo-banner .wrapper-content-banner,
#home_row_3_mobile .promo-banner .wrapper-content-banner {
  padding: 20px;
}
}

@media (max-width: 576px) {
	/* SINGLE PRODUCT PAGE CSS - START */

.single-product .single-breadcrumbs-wrapper .wd-products-nav,
.single-product .wd-carousel-container.wd-gallery-thumb {
	display: none;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery .wd-carousel {
	border-radius: 20px;
}

.single-product .product-images {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}


.single-product .product_title {
	font-size: 20px;
	font-weight: 600;
}


/* SINGLE PRODUCT PAGE CSS - END */



.whb-general-header,
.whb-header-bottom {
	border-bottom-width: 0 !important;
}



/* BREADCRUMBS CSS - START */

.yoast-breadcrumb a,
.yoast-breadcrumb .breadcrumb_last { 
	font-size: 0.825rem;
}

.yoast-breadcrumb > span span {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}


/* BREADCRUMBS CSS - END */




/* HOMEPAGE NEW SECTIONS CSS - START */

/* SHARED STYLES */

.section_title { 
	margin-bottom: 2.5rem;
}

.section_title { 
	font-size: 0.875rem;
}

.section_title h2 { 
	font-size: 1.75rem;
}

.section_text { 
	font-size: 0.875rem;
}



/* HERO SECTION */

.hero_section.home { 
	padding-top: 1rem;
	padding-bottom: 5.5rem;
}

.hero_section.home .inner_row { 
	padding: 2.5rem 0 0;
	margin-left: 0;
	margin-right: 0;
	border-radius: 1.25rem;
}

.hero_section.home .inner_row > .vc_column_container >.vc_column-inner {
	padding: 0;
}

.hero_section.home .section_title { 
	margin-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
}


.hero_section.home .section_title h1 { 
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

.hero_section.home .hero_subtitle { 
	font-size: 0.875rem;
	font-weight: 500;
}

.hero_section.home .section_button { 
	margin-top: 0;
	margin-bottom: 2rem;
}

.hero_section.home img { 
	margin-bottom: -2.75rem;
	margin-left: -1rem;
}


/* PROMO SECTION */

.promo_section.home {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.promo_section.home .promo_wrapper {
	border-radius: 1.25rem;
	padding: 2.5rem 2rem;
}

.promo_section.home .promo_wrapper .subtitle {
	font-size: 0.875rem;
}

.promo_section.home .promo_wrapper .title {
	font-size: 2rem;
	line-height: 1;
}

.promo_section.home .promo_wrapper .description {
	font-size: 0.875rem;
	margin-bottom: 2rem;
}

.promo_section.home .promo_wrapper .coupon-code {
	font-size: 1.25rem;
}

.promo_section.home .promo_wrapper .coupon-label {
	font-size: 0.875rem;
}

.promo_section.home .promo_wrapper .terms {
	font-size: 0.75rem;
}

/* PRODUCT GRID SECTION */

.product_grid_section.home { 
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.product_grid_section.home .section_button { 
	margin-top: 0;
}

/* BANNER SECONDARY SECTION */

.banner_category_section.home {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.banner_category_section.home .inner_row > .vc_column_container >.vc_column-inner > .wpb_wrapper { 
	grid-template-columns: repeat(1, 1fr); 
	gap: 1rem;
}

.banner_category_section.home .inner_row .wd-info-box {
	flex-direction: row;
	padding: 1.5rem;
	margin-bottom: 0;
	align-items: center;
	gap: 1rem;
}

.banner_category_section.home .inner_row .wd-info-box .info-box-icon {
	width: 90px; 
}

.banner_category_section.home .inner_row .wd-info-box .box-icon-wrapper {
	margin-bottom: 0;
}

.banner_category_section.home .inner_row .wd-info-box .info-box-content {
	text-align: left;
}

.banner_category_section.home .inner_row .wd-info-box .info-box-title {
	font-weight:700;
	font-size: 1rem;
}

.banner_category_section.home .inner_row .wd-info-box .info-box-inner {
	font-size: 0.75rem;
}

.banner_category_section.home .inner_row .wd-info-box .info-box-inner p {
	margin-bottom: 0;
}

.banner_category_section.home .inner_row .wd-info-box .info-box-inner .btn {
	display:none;
}

/* SEO NARRATIVE SECTION */

.seo_narrative_section.home {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.seo_narrative_section.home .inner_row { 
	padding: 2.5rem 2rem;
	border-radius: 1.25rem;
	margin-left: 0;
	margin-right: 0;
}

.seo_narrative_section.home .inner_row > .vc_column_container >.vc_column-inner { 
	padding: 0;
}


/* USP SECTION */

.usp_section.home {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.usp_section.home .inner_row { 
	padding: 2.5rem 2rem;
	border-radius: 1.25rem;
	margin-left: 0;
	margin-right: 0;
}

.usp_section.home .inner_row > .vc_column_container >.vc_column-inner > .wpb_wrapper { 
	display: flex;
	flex-direction: column;
}

.usp_section.home .inner_row > .vc_column_container >.vc_column-inner { 
	padding: 0;
}


.usp_section.home .inner_row .wd-info-box:not(:last-child) { 
	margin-bottom: 1rem;
}

/* FAQS TEASER SECTION */

.faq_teaser_section.home {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.faq_teaser_section.home .inner_row  { 
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	border-radius: 1.25rem;
}

.faq_teaser_section.home .wd-accordion {
	padding-top: 1rem;
	padding-bottom: 4rem;
	margin-bottom: 0;
}

.faq_teaser_section.home .wd-accordion-item .wd-accordion-title-text {
	font-size: 1rem;
}

.faq_teaser_section.home .wd-accordion-item .wd-accordion-content {
	font-size: 0.875rem;
}

/* TESTIMONIALS SECTION */

.testimonials_section.home {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.testimonials_section.home .cr-reviews-slider .slick-slide {
	padding: 0 0.5rem;
}

.testimonials_section.home .cr-reviews-slider .slick-list   {
	margin-left: -0.5rem;
}

.testimonials_section.home .cr-reviews-slider .cr-review-card {
	height: 100%;
}



/* HOMEPAGE NEW SECTIONS CSS - END */

/* SINGLE INFO PAGES CSS - START */

#page_header_section {
	padding-top: 1rem;
	padding-bottom: 2.5rem;
}

#page_header_section .header_content_inner_row .vc_column_container > .vc_column-inner > .wpb_wrapper { 
	padding: 2rem;
}

#page_header_section .header_content_row h1 { 
	font-size: 2rem;
}

#page_header_section .header_content_row .custom_subtitle { 
	font-size: 1.125rem;
}

#page_content_section { 
	padding-top: 2rem;
	padding-bottom: 2.5rem;
}

#page_content_section h2 { 
	padding-inline: 1rem;
}

#page_content_section h2,
#page_cta_section h2 { 
	font-size: 1.5rem;
}

#page_content_section.faqs_single_page .wd-accordion { 
	margin-bottom: 3rem;
}

#page_content_section.faqs_single_page .wd-accordion .wd-accordion-content  { 
	font-size: 0.875rem;
}

#page_cta_section { 
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

#page_cta_section .cta_content_row .vc_column_container > .vc_column-inner > .wpb_wrapper { 
	padding: 4.25rem 2rem 4.5rem 2rem;
}

#page_cta_section .cta_content_row .wd-button-wrapper .btn {
	min-width: 200px;
}

#page_cta_section .cta_content_row .wd-button-wrapper.inline-element {
	margin-right: 0;
}


/* REVIEW BADGE HOMEPAGE */

.cr-badge.badge_size_small {
	width: 100%;
	position: relative;
	border-radius: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: none;
	padding: 20px;
}

.cr-badge .badge__nowrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}



#rest_rect5 {
	width: auto !important;
}

/*MOBILE MENU - CATEGORIES THUMBNAILS CSS */
ul#menu-categories li a::before {
	content: '';
	height: 70px;
	background-position: center;
	width: 62px;
	background-size: cover;
	margin-right: 0.875rem;
}

ul#menu-categories li a {
	border-bottom: none;
}

li#menu-item-12438 a::before {
	background-image: url(https://thejuicedefined.com/wp-content/uploads/2021/07/Fresh-Juice_menu_icon.png);
}

li#menu-item-13133 a::before {
	background-image: url(https://thejuicedefined.com/wp-content/uploads/2021/07/Tummy-Shots_menu_icon.png);
}

li#menu-item-12442 a::before {
	background-image: url(https://thejuicedefined.com/wp-content/uploads/2021/07/Juice_Packs_menu_icon.png);
}

li#menu-item-12440 a::before {
	background-image: url(https://thejuicedefined.com/wp-content/uploads/2021/07/Detoy_Packs_menu_icon.png);
}

li#menu-item-12487 a::before {
	background-image: url(https://thejuicedefined.com/wp-content/uploads/2021/07/T_shirt_menu_icon_2.png);
}

li#menu-item-12486 a::before {
	background-image: url(https://thejuicedefined.com/wp-content/uploads/2021/07/Hoodies_menu_icon_2.png);
}

li#menu-item-12441 a::before {
	background-image: url(https://thejuicedefined.com/wp-content/uploads/2021/07/E_Book_menu_icon.png);
}

li#menu-item-12443 a::before {
	background-image: url(https://thejuicedefined.com/wp-content/uploads/2021/07/Redefined_masterclass_menu_icon_2.png);
}

li#menu-item-12443 {
	padding-bottom:15px;
}

/* PRODUCT BUNDLES CSS */
.woosb-products .woosb-product .woosb-price {
	flex: 0 0 75px;
}

.woosb-qty div.quantity {
	width: 100% !important;
}
.woosb-products .woosb-product .woosb-qty {
	flex: 0 0 100px;
}
/* HOME PAGE CSS */

#home_row_1,
#home_row_1_challenge,
#home_row_2_tablet,
#home_row_3,
#home_row_1_tablet_pro,
#home_row_1_2_tablet_pro,
#footer_social_desk {
	display: none;
}

#home_row_2 {
	margin-bottom: 5rem;
}

#home_row_1_mobile,
#home_row_3_mobile {
	margin-bottom: 6rem;
}
#home_row_4 {
	margin-bottom: 0;
}
#home_row_1_mobile .promo-banner,
#home_row_3_mobile .promo-banner {
	border-radius: 10px;
}

@media screen and (max-width: 374px) {
	#home_row_1_mobile .promo-banner .banner-title,
	#home_row_3_mobile .promo-banner .banner-title {
		font-size: 28px;
		line-height: 30px;
	}
}

#home_row_1_mobile .promo-banner .wrapper-content-banner,
#home_row_3_mobile .promo-banner .wrapper-content-banner {
	padding: 20px;
}

#home_row_2 .product-grid-item .product-image-link img {
	border-radius: 10px;
}
#home_row_2 .wd-products-tabs.tabs-design-simple .wd-tabs-header:before {
	white-space: nowrap;
	line-height: 0px;
}

#home_row_3_mobile:before {
	white-space: nowrap;
}
/*SHOP GRID CSS*/

.product-grid-item .product-image-link img {
	border-radius: 10px;
}

/* PRODUCT PAGE - INDIVIDUAL */


.product-image-summary div.quantity {
	width: 38%;
}
div.quantity input[type='button'] {
	min-width: 33%;
}
div.quantity input[type='number'] {
	width: 34%;
}
.product-image-summary .single_add_to_cart_button {
	width: 58%;
}

/* BUNDLE PRODUCT QUANTITY INPUTS CSS */
.woosb-products .woosb-product .woosb-quantity input {
	width: unset !important;
	min-width: 36px !important;
	height: 40px !important;
}

.woosb-products .woosb-product .woosb-qty {
	flex: unset !important;
}

.woosb-products .woosb-product .woosb-quantity {
	width: unset !important;
	flex: unset !important;
}

.woosb-products .woosb-product .woosb-price {
	flex: unset !important;
	width: unset !important;
	min-width: 64px !important;
}
}

