/* 
STYLES FOR CUSTOM MODULES SEPERATED FROM THEME CSS
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Wonderfeel
Author URI: https://getwonderfeel.com/
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

/***** PRODUCT PAGES *****/
/* Custom Product Image Gallery - by BD on 15.08.2024 */
.wf-product-gallery {
    display: flex;
	gap: 20px;
    flex-direction: column;
}
.wf-main-images {
	flex-basis: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.wf-main-images img {
	border-radius: 20px;
	cursor: zoom-in;
}
.wf-main-images img:not(.active) {
	display: none;
}
.wf-thumbnails {
	flex-basis: 100%;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.wf-thumbnails img {
    cursor: pointer;
    border-radius: 10px;
    height: auto;
    width: calc(20% - 10px);
}
.wf-product-gallery .lightbox {
	position: fixed;
	background: rgba(0,0,0,0.8);
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 9999;
	display: none;
}
.wf-product-gallery .lightbox.show {
	display: block;
}
.wf-product-gallery .lightbox img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	max-width: 100vw;
	height: auto;
}
.wf-product-gallery .lightbox, .wf-product-gallery .lightbox img {
	cursor: zoom-out;
}
.wf-product-gallery .lightbox:after {
    content: '×';
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    background: var(--e-global-color-secondary);
	color: #fff;
    text-align: center;
    border-radius: 50%;
	cursor: pointer;
	font-size: 27px;
}
/* Product Gallery EVALUATE
.flex-control-nav.flex-control-thumbs {
    display:flex;
}*/

/* Top Start Rating */
#wf-rating .cr-review-link, #wf-rating .cr-review-link:hover {
    color: var(--e-global-color-text);
    opacity: 1;
}

/** PRODUCT ADD TO CART // PURCHASE FORM **/
.woocommerce div.product form.cart {
    margin-bottom: unset;
}

#subs-one-time {
    display: grid;
    gap: 16px;
}

#subs-one-time input {
  display: none;
}
.wf-default-atc .variations, .wf-default-atc .wcsatt-options-wrapper, .wf-default-atc .price {
    display:none;
}


input.wcsatt-options-prompt-action-input {
    display: none !important;
}
.woocommerce-review-link, .variation-save span {
    display:none !important;
}


.price-box {
    padding: 16px;
    border-radius: 14px;
    border: 1px solid #989898;
    background-color: #E2E2E2;
    color:var(--e-global-color-primary);
    display: grid;
    gap: 16px;
}
.packs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.default-purchase-form .packs label {
    width: 100%;
    background-color: #fff;
    border-radius: 14px;
    padding: 12px 18px;
    position: relative;
    display: grid;
    gap: 5px;
}
#subs-one-time .packs label h4 { 
    margin: 0; 
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
} 
#subs-one-time .packs .supply-duration {
    font-size: 12px;
    line-height: 1em;
}
#subs-one-time .packs .variation-note {
    display: block;
    color: var(--e-global-color-secondary);
    font-weight: 700;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
}
#subs-one-time .packs .variation-price {
    color: var(--e-global-color-primary);
    position: absolute;
    right: 18px;
    top: 16px;
    font-size: 24px;
    font-weight: 700;
}
#subs-one-time .packs .variation-save {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--e-global-color-secondary);
    color: #fff;
    padding: 6px 18px;
    border-radius: 14px 0 14px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
#subs-one-time .packs .variation-save small {
    font-size: 13px;
    line-height: 1em;
    letter-spacing: .04em;
}
#subs-one-time .packs input:checked + label {
    background-color: #707070;
}
.default-purchase-form #subs-one-time .packs input:checked + label * {
    color: #fff;
}
#subs-one-time .packs input:checked + label .variation-note {
    color: var(--e-global-color-accent);
}

/* ATC Quantity */
.wf-default-atc .number-wrapper {
    display: flex;
}
.wf-default-atc .number-wrapper .input-text {
	height:42px;
	padding:0;
	width:56px;
	border-width: 1px 0;
    border-style: solid;
    border-color: #989898;
    border-radius: 0;
	appearance: none; /* optional fallback */
	-webkit-appearance: none; /* optional, for consistency */
	-moz-appearance: textfield;
}
.wf-default-atc input::-webkit-outer-spin-button, .wf-default-atc input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.wf-default-atc .number-wrapper button {
    display:flex;
    flex-direction: column;
    justify-content: center;
    max-width:42px;
	margin: 0;
    padding: 0 14px;
    border-radius: 10px 0 0 10px;
    background-color: #E1E1E1;
    border: 1px solid #989898;
    color: #4D4D4D;
    font-size: 18px;
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
}
.wf-default-atc .number-wrapper button:last-child {
    border-radius: 0 10px 10px 0;
	margin-left:0 !important;
}
.wf-default-atc .number-wrapper button:not([disabled]):hover, .number-wrapper button:not([disabled]):focus {
    background-color: var(--e-global-color-secondary);
    border: 1px solid #989898;
    color: #FFF;
}
.wf-default-atc button[disabled], .wf-default-atc html input[disabled] {
    opacity: 1;
}

/* Custom CSS for Product Add to Cart Template SIMPLE - by BD on 11.09.2024 */
#subs-one-time.simple {
    gap: 0;
    border: 1px solid #989898;
    border-radius: 14px;
	overflow: hidden;
}
#subs-one-time.simple h4,
#subs-one-time.simple small.supply-duration,
#subs-one-time.simple small.variation-note,
#subs-one-time.simple span.variation-save small,
#subs-one-time.simple .packs input,
input.wcsatt-options-prompt-action-input {
    display: none;
}
#subs-one-time.simple label.price-box {
    gap: 0;
    line-height: 42px;
    background-color: #fff;
    position: relative;
    padding: 0;
    padding-left: 96px;
}
#subs-one-time.simple .packs {
    height: 0;
}
#subs-one-time.simple label.price-box.one-time {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#subs-one-time.simple label.price-box.subscribe {
    border-bottom:1px solid #989898;
    border-radius:14px 14px 0 0;
}
#subs-one-time.simple label.price-box:has(> input:checked) {
    background-color: #e1e1e1;
}
#subs-one-time.simple label > input {
    display: block;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
#subs-one-time.simple label.purchasing-options-radio {
    height: 0;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent;
}
#subs-one-time.simple p.variation-price {
    position: absolute;
    font-size: 16px;
    left: 40px;
    top: 0;
    margin: 0 !important;
    line-height: 42px;
	font-weight: 700;
}

#subs-one-time.simple span.variation-save {
    color:inherit;
    background: no-repeat;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    display: inline;
    position: absolute;
    left: 240px;
    top: 0;
    line-height: 42px;
}
.simple .price-box {
    padding:.8em 1em;
    border:unset;
    border-radius:0 0 14px 14px;
    background-color: #fff;
    color:#4d4d4d;
    width: 100%;
}
.simple .price-box span {
    margin:0 .2em;
}

.simple .price-box.subscribe .variation-price:after {
    display: contents;
    content:'*';
}
.simple .price-box .variation-price:after {
    display: contents;
    content:'**';
}

/* ATC Button */
.wf-default-atc .e-atc-qty-button-holder {
    display: flex;
}
button.single_add_to_cart_button.elementor-button.button.alt.added {
    display:flex;
    justify-content:center;
}
.wf-default-atc button.single_add_to_cart_button.button.alt {
	margin-left:16px !important;
}

.wf-default-atc button.single_add_to_cart_button.button.alt  {
	font-size: 1.2em;
	border-radius: 50px;
	flex-basis:100%;
	padding:0;
}
.wf-default-atc button.single_add_to_cart_button.button.alt:hover  {
	color: var(--e-global-color-secondary);
}

/* Landing Page Spinner Fix */
#landing-atc a.loading:after, .single_add_to_cart_button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 0.328em;
    right: 0.9em;
    animation: spin 2s linear infinite;
    font-size: 19.2px;
}

/* Add to Subscription */
.wf-default-atc table.shop_table {
	margin:0;
}
.wf-default-atc table.shop_table td {
    border:none;
}
.wf-default-atc table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th, table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: transparent;
}
.wf-default-atc .wcsatt-add-to-subscription-wrapper {
    flex-basis: 100%;
}
.wf-default-atc .order.woocommerce-orders-table__row.woocommerce-orders-table__row--status-active {
    display: grid;
	border: 1px solid #989898;
    border-radius: 14px;
    background: #e2e2e2;
    padding: 16px;
    margin-bottom: 12px;
}
.wf-default-atc .wcsatt-add-cart-to-subscription-table-wrapper.wcsatt-add-cart-to-subscription-options table.shop_table_responsive tbody tr td:not(.order-actions):before, .wcsatt-add-to-subscription-table-wrapper.wcsatt-add-to-subscription-options table.shop_table_responsive tbody tr td:not(.order-actions):before {font-weight:600;}
.woocommerce div.product form.cart table {
    border-width:0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
    background-color: var(--e-global-color-secondary);
	border-radius:50px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{
    background-color: var(--e-global-color-accent);
}
.wcsatt-add-cart-to-subscription-table-wrapper.wcsatt-add-cart-to-subscription-options table.shop_table_responsive tbody tr td, .wcsatt-add-to-subscription-table-wrapper.wcsatt-add-to-subscription-options table.shop_table_responsive tbody tr td {
    display: flex;
}


/** TrueMed INFO **/
.tm-steps .elementor-icon-list-text {
    font-size: 14px;
}
.tm-steps .elementor-icon-list-text strong {
    font-size: 16px;
}
.wf-icon-auto .elementor-icon-wrapper svg {
    width:auto !important;
}

/* Product Descriptions Accordion */
.accordion-title-underlined .elementor-tab-title, .accordion-title-underlined .elementor-tab-title .elementor-active {
    border-bottom: 1px solid #989898 !important;
    font-size:1em;
}
.accordion-common-questions h3 {
    display:flex;
}
.accordion-common-questions .elementor-tab-title {
    font-size:1em;
}

/* Sticky CTA */
.aside-cta {
    width:auto;
}

/** Custom Social Proof Carousel **/
.q-container {
    padding:20px 0 0 56px;
    justify-content: space-between;
}
.q-container:before {
    content: "";
    display:flex;
    background-color: #aaa;
    width: 43.91px;
    -webkit-mask-image: url(/wp-content/themes/hello-theme-child-master/wonderfeel/assets/images/wf-quote.svg) !important;
    mask-image: url(/wp-content/themes/hello-theme-child-master/wonderfeel/assets/images/wf-quote.svg) !important;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    position: absolute;
}
.swiper-slide-prev .q-container::before {
    background-color: #fff;
}
.quote-text .elementor-heading-title {
    font-size:24px;
    line-height:1.4em !important;
    color:#aaa;
}
.swiper-slide-prev .quote-text .elementor-heading-title {
    color:#fff
}
.media-outlet-logo .elementor-icon-wrapper svg {
    width:auto !important;
}
.media-outlet-logo-container .media-outlet-logo {
    fill:#aaa;
}
.swiper-slide-prev .media-outlet-logo-container .media-outlet-logo {
    fill:#fff;
}
.swiper-slide-active .media-outlet-logo-container .media-outlet-logo, .swiper-slide-next .media-outlet-logo-container .media-outlet-logo {
    fill:var(--e-global-color-secondary);
}
.quote-carousel .swiper {
    overflow: visible;
}
.swiper-slide-active .q-container::before, .swiper-slide-next .q-container::before {
    background-color: var(--e-global-color-secondary);
}
.swiper-slide-active .quote-text .elementor-heading-title, .swiper-slide-next .quote-text .elementor-heading-title {
    color:var(--e-global-color-text);
}

/*Happy Customers START*/
.csp-container {
    transform:translate3d;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 560px;
    max-width: 870px !important;
}
.review-card-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width:290px;
    height: 290px;
    padding: 40px 30px;
    position: absolute;
    top:0;
    left:0;
    background-color: var(--e-global-color-secondary);
    border-radius: 24px 24px 0 24px;
    color:#fff;
    font-size:14px;
    line-height: 1.4em;
    font-weight: 500;
    transition: ease-in-out 700ms;
}
.stars-block {
    -webkit-mask-image: url(/wp-content/themes/hello-theme-child-master/wonderfeel/assets/images/wf-star.svg);
    mask-image: url(/wp-content/themes/hello-theme-child-master/wonderfeel/assets/images/wf-star.svg);
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    width: 120px;
    height: 24px;
    margin-bottom:20px;
    background-color: #fff;
}
.c-commenter {
	width: 55%;
	margin-top: 20px;
	line-height: 1.2em;
	font-weight: 400;
	border-top:1px solid rgba(255, 255, 255, 0.2);
	padding-top: 20px;
	font-style: italic;
}
.negative {
    color:var(--e-global-color-primary);
}
.negative .stars-block {
    background-color: var(--e-global-color-secondary);
}
.negative .stars-block.black {
    background-color: var(--e-global-color-primary);
}
.negative .c-commenter {
	border-top:1px solid rgba(77, 77, 77, 0.2);
}
.review-card-block.position-1 {
    transform: translate3d(20%, 29%, 0px) rotateZ(-9deg);
    z-index: 11;
}
.review-card-block.position-2 {
    transform: translate3d(96%, 4%, 0px) rotateZ(-5deg); 
    z-index: 12;
    background-color: #e2e2e2;
}
.review-card-block.position-3 {
    transform: translate3d(70%, 84%, 0px) rotateZ(-2deg);
    z-index: 14;
    background-color: var(--e-global-color-primary);
}
.review-card-block.position-4 {
    transform: translate3d(182%, 34%, 0px) rotateZ(16deg); 
    z-index: 13;
}
.review-card-block.position-5 {
    transform: translate3d(144%, 75%, 0px) rotateZ(20deg);
    z-index: 15;
    background-color: var( --e-global-color-accent );
}
.csp-container:hover .position-1{
    transform: translate3d(-10%, 10%, 0px) rotateZ(0deg);
}
.csp-container:hover .position-2 {
    transform: translate3d(100%, -8%, 0px) rotateZ(0deg);
}
.csp-container:hover .position-3 {
    transform: translate3d(30%, 98%, 0px) rotateZ(0deg);
}
.csp-container:hover .position-4 {
    transform: translate3d(210%, 13%, 0px) rotateZ(0deg);
}
.csp-container:hover .position-5 {
    transform: translate3d(150%, 102%, 0px) rotateZ(0deg);
}
#happy-customers .owl-carousel {
    display: block !important;
    width: 100% !important;
    position: initial !important;
}
#happy-customers .owl-stage {
  padding-left: 0 !important;
}

/* Owl Carousel Arrow Icon Fix */
i.fas.fa-chevron-right, i.fas.fa-chevron-left {
    width: 30px;
    height: 30px;
	border: 0;
    border-top: 6px solid;
    border-right: 6px solid;
	border-color: var( --e-global-color-accent );
    cursor: pointer;
    display: inline-block;
    transform: rotate(45deg);
}
i.fas.fa-chevron-left {
	transform: rotate(-135deg);
}
i.fas.fa-chevron-right:hover,
i.fas.fa-chevron-left:hover {
	border-color: var(--e-global-color-secondary);
	
}

/* Subscribe & Save Slide-in */
.oc-cont {
    max-width: 45%;
}

/* Trust Badges */
.trust-badges img {
    width: 100%;
    max-width: 92px;
}

/* CUSREV FONTEND CSS */
.cr-all-reviews-shortcode {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap:16px;
	margin-bottom:5%;
}

.cr-ajax-reviews-sort-div {
	display: flex;
	justify-content: space-between;
	order:2;
}
.cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
	display: inline;
	margin: 0;
	background: transparent;
    border:1px solid #989898;
	border-radius:50px;
	padding: .3em 1.2em;
	width: auto;
	width: 160px;
	height: auto;
	appearance: auto;
	color: #0E252C;
	font-size: 12px;
	font-weight: 500;
}

.cr-ajax-search {
	display: flex;
	align-items:center;
	width: 40%;
	align-self: flex-end;
	order:2;
}
.cr-ajax-search div {
	position: relative;
	flex-grow: 1;
}
.cr-ajax-search .cr-button-search {
	font-family: var(--e-global-typography-secondary-font-family);
	padding:.2em 1.2em;
	line-height: 1.5em;
	margin-left: -102px;
	background-color: #989898; 
    color: #FFF;
	z-index: 5;
	border:0;
	border-radius:50px;
}
.cr-button-search:hover {
    background-color: var(--e-global-color-secondary);
}

.cr-input-text,
.cr-ajax-search input[type="text"] {
	border: 1px solid;
	border-radius:50px;
	background-color: #ffffff;
	padding: 8px 10px;
	padding-left: calc(1.5em + .75rem);
	padding-right: 1.8em;
	width: 100%;
	line-height: 1.5em;
	font-size: 1em;
	box-sizing: border-box;
}
.cr-ajax-search input[type="text"] {
	color: #989898;
	padding-right: 1.5em;
	box-shadow: none;
	outline: none;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,
.cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,
.cr-ajax-search .cr-ajax-search-icon {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	width: 1.1em;
	height: 1.1em;
}

#reviews.cr-reviews-ajax-reviews .cr-clear-input,
.cr-all-reviews-shortcode .cr-clear-input {
	display:none;
	position:absolute;
	cursor: pointer;
	margin-left: -1.7em ;
	margin-top: -8px;
	height: 16px;
	top: 50%;
	right: 8px;
}

.cr-all-reviews-shortcode .cr-clear-input.cr-visible {
	display: inline-block;
}
#reviews.cr-reviews-ajax-reviews .cr-clear-input svg,
.cr-all-reviews-shortcode .cr-clear-input svg {
	display: block;
	height: 16px;
}

.cr-input-text:focus,
.cr-ajax-search input[type="text"]:focus {
	background-color: #ffffff;
	border-color: #e77600;
}


.cr-comment-image-top img,
.cr-comment-image-top video {
	width: 150px;
	height: 150px;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	object-fit: cover;
	cursor: pointer;
}
#reviews div.iv-comment-image img,
div.iv-comment-image img {
	box-shadow: none;
	width: 75px;
	height: 75px;
	max-width: 75px;
	max-height: 75px;
	object-fit:cover;
	padding: 0;
	border-radius: 0;
	display: block;
	position: relative;
}
.cr-comment-images, .cr-comment-videos {
	margin-bottom: 1em;
}
.cr-all-reviews-shortcode .cr-comment-images, .cr-comment-videos {
	margin: 0;
}
.cr-comment-videos .cr-comment-video .cr-comment-video-close {
	display: none;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close {
	display: block;
	background-color: #7A7A7A;
	color: #FFFFFF;
	border: 0px solid;
	border-radius: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 1px;
	line-height: 0;
	cursor: pointer;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg {
	display: block;
	width: 18px;
	height: 18px;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg-p {
	fill: #ffffff;
}
.cr-comment-videos .cr-comment-video .cr-video-cont {
	display: flex;
	position: relative;
	margin: auto;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-video-cont {
	padding: 10px;
	max-width: 100%;
	max-height: 100%;
}
.cr-comment-videos-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}
.cr-comment-videos-modal .cr-comment-video,
.cr-comment-videos-modal .iv-comment-image {
	display: none;
}
.cr-comment-video.cr-comment-video-modal {
	width: 80%;
	height: 80%;
	float: none;
	margin: auto;
	z-index: 1;
	display: flex;
	justify-content: center;
	cursor: auto;
	border-width: 0;
	filter: brightness(100%);
}

/* -- BIG RATING -- */
.cr-summaryBox-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 2px;
	align-items: center;
	justify-content:flex-end;
	width:100%;
}
/*BR Average Rating*/

/*BR Stars*/
#reviews .cr-summaryBox-wrap .crstar-rating {
    grid-area:stars;
    font-size: 1.3em;
    line-height: 1em;
    letter-spacing: .1em;
    width: 5.7em;
    margin: 0;
}

/*BR Total Review Count*/
.cr-total-rating-count {
    grid-area: context;
    font-size: 0.8em !important;
    letter-spacing: -.02em;
}

/*BR Grid Layout*/
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap {
    display:grid;
    grid-template-areas:
    'avg-rating stars'
    'avg-rating context';
    width:100%;
    padding:0;
    justify-content: end;
}

.ivole-summaryBox {
    display:none;
}

.cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-summaryBox-wrap .cr-add-review-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.cr-summaryBox-wrap .cr-average-rating {
	font-size: 3.4em;
	font-weight: 500;
	line-height: 50px;
	color: var(--e-global-color-primary);
	margin-right: 12px;
	grid-area:avg-rating;
}

.cr-summaryBox-wrap .cr-total-rating-count {
	font-size: 14px;
	line-height: 25px;
}

.cr-summaryBox-wrap .cr-count-filtered-reviews {
	width: 100%;
	padding: 5px 10px;
	margin-top: 0;
	font-size: 14px;
	color: #0E252C;
}

.cr-count-row {
	font-size: 12px;
	display: flex;
	flex-direction: row-reverse;
	gap:14px;
	align-items: center;
	justify-content: start;
	flex-grow: 1;
}


.cr-all-reviews-shortcode .cr-count-row a,
.cr-reviews-ajax-comments .cr-count-row a {
	color: #0E252C;
	text-decoration: underline;
}
.cr-all-reviews-shortcode .cr-count-row a:hover,
.cr-reviews-ajax-comments .cr-count-row a:hover {
	cursor: pointer;
	color: #0E252C;
}

/** User Reviews Grid **/
ol li.review {
	list-style: none;
	margin-right: 0;
	margin-bottom: 2.5em;
	position: relative;
	border: 0;
}

.comment_container {
	position: relative;
	padding: 0px;
}

.comment-text {
    display:grid; 
    grid-template-columns: 180px 1fr;
    grid-template-areas:
    'meta comstars'
    'meta cusrev'
    'meta media'
    'meta vote';
    }

.comment-text p {
	margin: 8px 0 16px;
}
/*Reviewer info & date*/
.comment_container .comment-text .meta {
	display: flex;
	flex-direction:column;
	padding-right: 10%;
	grid-area: meta;
}
.comment-text .meta time {
	font-style: normal;
	font-size:14px;
}
.cr-all-reviews-shortcode ol li div.comment_container a.cr-comment-a {
	box-shadow: none;
}
.cr-all-reviews-shortcode ol li div.comment_container p.iv-comment-product {
	font-size: 90%;
}
.cr-all-reviews-shortcode ol li div.comment_container a.iv-comment-product-a {
	box-shadow: none;
	line-height: 0;
}
.cr-all-reviews-shortcode ol li .comment_container .iv-comment-product-img {
	width: 20px;
	height: auto;
	vertical-align: top;
	margin-right: 5px;
	display: inline;
	border-radius: 3px;
}

#reviews ol.commentlist .depth-1 {
    margin-top:30px;
}

.cr-all-reviews-shortcode .commentlist.cr-pagination-load {
	opacity: 0.5;
	pointer-events: none;
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture {
	display: flex;
	align-items: center;
	margin: 0 0 0 0;
	column-gap: 7px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a {
	font-size: 14px;
	color: #0E252C;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a:hover {
	text-decoration: underline;
}

.comment-text .meta .cr-meta-author-date time {
	color: #4D5D64;
}
.comment-text .meta .cr-meta-author-title {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.comment-text .meta .woocommerce-review__author {
	color:var(--e-global-color-primary);
	font-size:1.2em;
	font-weight: 500;
	margin: 0;
	text-indent: 0;
	text-transform: capitalize;
}
.comment-text .meta .cr-meta-author-title svg {
	width: 18px;
	height: 18px;
	margin: 0 0 0 10px;
	color: #4D5D64;
}
/*
.comment-text .meta .woocommerce-review__verified {
	display: block;
	color: #4D5D64;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-indent: 0;
}*/
.comment-text .meta .woocommerce-review__verified {
    display:none;
}  


.cr-all-reviews-shortcode ol.commentlist ul.children,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px;
	margin-inline-start: 70px;
	padding-inline-start: 0;
}
.cr-all-reviews-shortcode ol.commentlist,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list {
	list-style-type: none;
	margin: 0;
	padding: 0 0 1.5em 0;
	display: block;
	position: relative;
}
.cr-all-reviews-shortcode ol.commentlist li,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list li {
	margin: 0 0 30px 0;
	list-style: none;
	clear: both;
	border: 0;
	padding: 0;
}

.cr-all-reviews-shortcode .ivole-review-country-icon,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .ivole-review-country-icon {
	display: inline;
	height: 12px;
	width: auto;
	margin: 0 0 0 5px;
	border-radius: 0;
}

.crstar-rating-svg {
	margin: 8px 0;
	position: relative;
	display: inline-block;
	width:fit-content;
}
.crstar-rating-svg .cr-rating-icon-base {
	display: flex;
	height: 20px;
}
.crstar-rating-svg .cr-rating-icon-frnt {
	display: flex;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: var(--wf-color-yellow);
}
.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
	width: 20px;
	height: 20px;
	fill: var(--wf-color-yellow);
	flex-shrink: 0;
}

.cr-reviews-rating {
	display: flex;
	column-gap: 10px;
	align-items: center;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.cr-average-rating-stars {
	line-height: 0;
}
.cr-average-rating-stars .crstar-rating-svg {
	margin: 5px 0 0 0;
}



/** Vote Review **/
.cr-voting-cont {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-area: vote;
}
#reviews .cr-voting-cont::before {
    content:"Was this review helpful?";
    font-size: 0.8em;
    line-height: 1em;
    margin-right: 10px;
}
.cr-voting-cont img, .cr-voting-cont-uni svg {
	margin-left: 0px;
	margin-right: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 13px;
	height: 16px;
	cursor: pointer;
	pointer-events: auto;
}
.cr-voting-cont-uni span {
	display: block;
	line-height: 11px;
	font-size: 11px;
	margin: 0px;
}
.cr-voting-cont-uni .cr-voting-update svg {
	pointer-events: none;
}
.cr-voting-cont-uni span.cr-voting-upvote svg:hover {
	color: #000000;
}

.cr-voting-cont-uni span.cr-voting-upvote svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-ext {
	fill: #202020;
}
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-int,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-int {
	fill: none;
	animation: pulse 1s infinite;
}
@keyframes pulse {
	0% {
		fill: #FFFFFF;
	}
	50% {
		fill: #A9A9A9;
	}
	100% {
		fill: #FFFFFF;
	}
}
.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-int {
	fill: none;
}
.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-ext {
	fill: #18B394;
}
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-int {
	fill: #00A382;
	fill-opacity: 0.4;
}
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-ext {
	fill: #00A382;
}
.cr-voting-cont-uni span.cr-voting-upvote-count {
	margin-right: 10px;
	color: #18B394;
}
.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-int {
	fill: none;
}
.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext {
	fill: #CE2B37;
}
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-int {
	fill: #CA2430;
	fill-opacity: 0.4;
}
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-ext {
	fill: #CA2430;
}
.cr-voting-cont-uni span.cr-voting-downvote-count {
	color: #CE2B37;
}



#reviews.cr-reviews-ajax-reviews .comment-reply-title {
	display: block;
	font-size: 1.5em;
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div {
	margin: 12px 0 24px 0;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title {
	font-size: 1em;
	margin: 0 auto 5px auto;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div2,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div2 {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.cr-search-highlight{
	background: linear-gradient(0deg, #FFEB82, #FFEB82), #F9F9F9;
}
.cr-noscroll {
	overflow: hidden;
}
.product_meta .cr_gtin_val, .product_meta .cr_mpn_val, .product_meta .cr_brand_val {
	display: inline;
}

.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch {
	text-align: center;
	background-color: #F9F9F9;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a {
	color: #4D5D64;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:hover,
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:active {
	color: #0E252C;
}

.cr-ajax-reviews-video {
	display: block;
	position: relative;
	line-height: 0;
	cursor: pointer;
	text-align: center;
}

.cr-review-card-content .cr-comment-videoicon,
.cr-ajax-reviews-video .cr-comment-videoicon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
}

.cr-review-card-content .cr-vid-playing .cr-comment-videoicon,
.cr-ajax-reviews-video.cr-vid-playing .cr-comment-videoicon {
	display: none;
}


/* Photoswipe Temporary Fix */
.cr-pswp, .cr-pswp.pswp {
	display: none;
}
.woocommerce div.product #reviews .comment img.emoji {
	  float: none;
}

.pswp .cr-video-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
}

.cr-reviews-ajax-reviews .cr-show-more-reviews-prd,
.cr-show-more-button {
	order:6;
}
.cr-show-more-review-spinner,
.cr-all-reviews-shortcode .commentlist.cr-pagination-load .cr-pagination-review-spinner {
	display: block;
	margin: 20px auto;
	background: url(/wp-content/themes/hello-theme-child-master/wonderfeel/assets/images/spinner-2x.gif) no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	width: 100%;
	height: 20px;
	order:5;
}

/*** CHECKOUT ***/
.cr-customer-consent .checkbox input.cr-customer-consent-checkbox {
	margin-right:7px;
	position: relative;
}
#kco-extra-checkout-fields .cr-customer-consent {
	display: none;
}
/*** CHECKOUT ***/


.cr-placeholder-tb {
	background-color: #FAFAFA;
	width: 100%;
	padding: 20px;
}
.cr-placeholder-tb .cr-placeholder-tb-fr {
	width: 50%;
	height: 40px;
	margin: 0 0 20px 0;
	background-color: #DCDEE2;
	animation: cr-placeholder-load 3s infinite;
}
.cr-placeholder-tb .cr-placeholder-tb-sr {
	width: 100%;
	height: 60px;
	background-color: #DCDEE2;
	animation: cr-placeholder-load 3s infinite;
}

@keyframes cr-placeholder-load {
	0% {
		background-color: #DCDEE2;
	}
	50% {
		background-color: #ededed;
	}
	100% {
		background-color: #DCDEE2;
	}
}




/* -- USER REVIEWS LIST -- */
#reviews ol.commentlist {
	order:4;
    padding:0;
}

#reviews .cr-comment-images{
    grid-area: media;
    margin-bottom: 10px;
}

/*Owner Replies*/
#reviews ul.children {
    margin: 0 0 0 180px;
}
#reviews ul.children .comment-text p {
    margin:0 0 1em 0;
}
#reviews .commentlist ul.children .comment-text {
    display:flex;
    flex-direction:column-reverse;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
}

/** Reviewer Stars **/
#reviews .comment-text .crstar-rating {
    grid-area: comstars;
    margin: 0 !important;
}

/** User Review **/
.description {
    grid-area: cusrev;
} 

/** REVIEWS END **/


/** RESPONSIVE START **/
@media screen and (min-width: 1200px) {
    /* Product Gallery */
	.wf-product-gallery {
		flex-direction: row-reverse;
		justify-content:flex-end;
	}
	.wf-main-images {
		flex-basis: calc(100% - 90px);
	}
	.wf-thumbnails {
		flex-basis: 90px;
		flex-direction: column;
		justify-content: start;
	}
	.wf-thumbnails img {
		width: 90px;
		flex-basis: 90px
	}
	.wf-product-gallery .lightbox img {
		max-height: 790px;
		max-width: 790px;
	}
}
@media (max-width: 1024px) {
	.cr-ajax-search {
		width:56%;
	}
    /* Custom Social Proof Carousel */
    .q-container .e-con.e-grid>.e-con-inner {
        grid-template-columns: auto 80%;
    }
    /*Happy Customers START*/
    .csp-container {
        height: 460px;
        max-width: 720px !important;
    }
    .review-card-block {
        max-width:240px;
        height: 240px;
        padding: 30px 30px;
        border-radius: 20px 20px 0 20px;
        font-size:12px;
    }
    .stars-block {
        -webkit-mask-size: 20px;
        mask-size: 20px;  
        width: 100px;
        height: 20px;
        margin-bottom:16px;
    }
    .c-commenter {
    	width: 60%;
    }
    .review-card-block.position-1 {
        transform: translate3d(20%, 29%, 0px) rotateZ(-9deg);
        z-index: 11;
    }
    .review-card-block.position-2 {
        transform: translate3d(94%, 4%, 0px) rotateZ(-5deg); 
        z-index: 12;
        background-color: #e2e2e2;
    }
    .review-card-block.position-3 {
        transform: translate3d(80%, 86%, 0px) rotateZ(-2deg);
        z-index: 14;
        background-color: var(--e-global-color-primary);
    }
    .review-card-block.position-4 {
        transform: translate3d(178%, 30%, 0px) rotateZ(16deg); 
        z-index: 13;
    }
    .review-card-block.position-5 {
        transform: translate3d(150%, 70%, 0px) rotateZ(14deg);
        z-index: 15;
        background-color: var( --e-global-color-accent );
    }
    .csp-container:hover .position-1{
        transform: translate3d(-8%, 8%, 0px) rotateZ(0deg);
    }
    .csp-container:hover .position-2 {
        transform: translate3d(100%, -8%, 0px) rotateZ(0deg);
    }
    .csp-container:hover .position-3 {
        transform: translate3d(36%, 98%, 0px) rotateZ(0deg);
    }
    .csp-container:hover .position-4 {
        transform: translate3d(208%, 11%, 0px) rotateZ(0deg);
    }
    .csp-container:hover .position-5 {
        transform: translate3d(144%, 102%, 0px) rotateZ(0deg);
    }
}
@media only screen and (max-width: 800px) {
	.cr-ajax-search {
		width:100%;
	}
    /* Custom Social Proof Carousel */
    .swiper-slide-next .quote-text .elementor-heading-title {
        color:#aaa
    }
    .swiper-slide-next .q-container::before {
        background-color: #aaa;
    }
    .swiper-slide-next .media-outlet-logo .b{
        fill:#aaa;
    }

    /* Happy Customers */
    #happy-customers .owl-carousel .owl-stage-outer {
        overflow:visible;
    }
    #happy-customers .owl-stage {
        display: flex;
        align-items: stretch;
    }
    #happy-customers .owl-item {
        display: flex;
    }
    .csp-container {
        display: block !important;
        max-width: 800px !important;
        padding-left: 5%;
        padding-right: 5%;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .review-card-block {
        max-width: 100% !important;
        height: auto;
        padding: 30px 30px;
        font-size:15px;
        position: relative !important;
    }
    .c-commenter {
    	width: 80%;
    }
    .review-card-block.position-1 {
        transform: translate3d(0%, 0%, 0px) rotateZ(0);
    }
    .review-card-block.position-2 {
        transform: translate3d(0%, 0%, 0px) rotateZ(0);
    }
    .review-card-block.position-3 {
        transform: translate3d(0%, 0%, 0px) rotateZ(0);
    }
    .review-card-block.position-4 {
        transform: translate3d(0%, 0%, 0px) rotateZ(0); 
    }
    .review-card-block.position-5 {
        transform: translate3d(0%, 0%, 0px) rotateZ(0);
    }
    .csp-container:hover .position-1{
        transform: translate3d(0%, 0%, 0px) rotateZ(0deg);
    }
    .csp-container:hover .position-2 {
        transform: translate3d(0%, 0%, 0px) rotateZ(0deg);
    }
    .csp-container:hover .position-3 {
        transform: translate3d(0%, 0%, 0px) rotateZ(0deg);
    }
    .csp-container:hover .position-4 {
        transform: translate3d(0%, 0%, 0px) rotateZ(0deg);
    }
    .csp-container:hover .position-5 {
        transform: translate3d(0%, 0%, 0px) rotateZ(0deg);
    }

    #reviews .cr-summaryBox-wrap, #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap {
        justify-content:flex-start;
    }
}

@media (min-width: 620px) {
    .cr-ajax-reviews-list ul.children {
        margin: 0 0 0 200px
    }
}
@media (max-width: 620px) {
    .cr-ajax-reviews-list .review .comment-text {
        grid-template-areas:
        'meta comstars'
        'meta comstars'
        'cusrev cusrev'
        'vote vote';
        }

    .woocommerce #reviews #comments h2 {
        margin-bottom: 20px;
    }

    .meta {
        padding-right: 30px;
        width:auto;
    }

    #reviews.cr-reviews-ajax-reviews .cr-count-row {margin-top:20px;}

    .comment-text .crstar-rating {
        justify-self:flex-end;
    }
}

@media (max-width: 600px) {
    .aside-cta {
        width:100%;
    }
    /* Social Proof Carousel */
    .q-container {
        padding:20px 0 0 50px;
    }
    .q-container::before {
        width: 38px;
        -webkit-mask-size: 100%;
        mask-size: 100%;
    }
    .quote-text .elementor-heading-title {
        font-size:1.3em;
    }
    .media-outlet-logo .elementor-icon-wrapper svg {
        max-width:90%;
    }
    /* Customer Reviews */
    #reviews .comment-text {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
        'meta comstars'
        'cusrev cusrev'
        'media media'
        'vote vote';
    }
    #reviews .comment-text {
        grid-template-columns: 1fr;
    }
    #reviews .meta {
        width:auto;
    }
    #reviews .cr-count-row {
        margin-top:20px;
    }
    #reviews .comment-text .crstar-rating {
        justify-self:flex-end;
    }
    #reviews ul.children {
        margin: 0;
    }
    
    
}
@media (max-width: 500px) {
	.cr-all-reviews-shortcode ol.commentlist {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.cr-summaryBox-wrap .cr-add-review-wrap {
		width: 100%;
		padding: 10px;
	}
}
@media (max-width: 480px) {
	.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
		flex-direction: column;
		align-items: flex-start;
	}
}
