/*
This file is responsible only for providing theme information that are displayed
in `Apperance > Themes`. Do not write in here any CSS declarations.

Theme Name: SSV - Live
Theme URI: www.unifiedwebdesign.com
Description: Custom WordPress theme for Shiny Smile Veneers!
Version: 1.0.50
Author: Unified Web Design, LLC
Author URI: www.unifiedwebdesign.com
Text Domain: shiny
License: GPLv2 License
License URI: https://wordpress.org/about/gpl/
*/


/** Hide old paypal odl plugin - start **/
/* ul.wc_payment_methods li.payment_method_paypal {
	display: none !important;
} */
/** Hide old paypal odl plugin - end **/

.cbilling.oo {
	pointer-events: none;
}
.page-template-landing-test .client-review-slider {
	margin-bottom: 30px;
}
@media (max-width: 769px) {
	.woocommerce form.login {
		margin: 2em 20px;
	}
}
#cookie-law-info-bar {
	padding: 12px 0px !important;
	display: none !important;
}
/*modal*/
body.modal-open {
	overflow: hidden;
}

@media(min-width: 1200px){
	body.modal-open {
		padding-right: 16px;
	}
}

body.modal-open .custom-modal {
	overflow-x: hidden;
	overflow-y: auto;
}

body.modal-open::before {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity .3s linear;
	z-index: 999999 !important;
	width: 100%;
	height: 100%;
}

.custom-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999 !important;
	display: none;
	overflow: hidden;
	outline: 0;
	padding: 25px 15px;
}

.custom-modal .modal-content-wrapper {
	position: relative;
	width: auto;
	pointer-events: none;
	max-width: 320px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	z-index: 9999;
}

.custom-modal .modal-content-wrapper .modal-inner-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-clip: padding-box;
	outline: 0;
}

.modal-open .modal-backdrop {
	opacity: 0.5;
	visibility: visible;
}

.custom-modal .modal-content-wrapper .modal-inner-content .modal-body p{
	color: #000;
	padding: 10px;
}
.custom-modal .modal-content-wrapper .modal-inner-content .modal-body {
	position: relative;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 16px 7px rgba(0,0,0,0.11);
	   -moz-box-shadow: 0px 0px 16px 7px rgba(0,0,0,0.11);
	        box-shadow: 0px 0px 16px 7px rgba(0,0,0,0.11);
}

.btn {
	margin: 4px;
	padding: 8px 16px;
	border-radius: 64px;
	cursor: pointer;
	font-weight: 700;
	font-size: 12px ;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	border: 2px solid #0d4699;
	display: inline-block;
}

.cancel-btn {
	background: transparent;
	color: #0d4699;
}

.confirm-btn {
	background-color: #0d4699;
	color: #ffffff;
}

/*.prevForm .button.toCheckout {
	display: none;
}*/
@media(max-width:769px){
	.woocommerce-form-login-toggle .woocommerce-info {
		margin-block-end: 0px;
	}
}
form.checkout #wc-stripe-payment-request-wrapper {
	display: none !important;
}
form.checkout #wc-stripe-payment-request-wrapper + p {
	display: none !important;
}
@media(max-width:769px){
	form.checkout #wc-stripe-payment-request-wrapper {
		display: block !important;
	}
	form.checkout #wc-stripe-payment-request-wrapper + p {
		display: block !important;
	}
}
#wc-stripe-payment-request-wrapper {
	padding: 30px 20px;
	margin-top: 30px;
}

/** User menu **/
.navbar-end {
	align-items: center;
}
.navbar-end .user-link {
	padding: 4px 0px 4px 16px;
}
.navbar-end .user-link a.close {
	display: none;
}
.user-menu {
	position: absolute;
	border-top: 1px solid #f7f7f7;
	padding: 15px;
	right: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	top: 88px;
	background: #fff;
	box-shadow: rgb(0 0 0 / 10%) 0px 0px 15px 0px;
	display: none;
}
.user-menu ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.user-menu ul li {
	margin: 0 24px;
}
.user-menu ul li fa {
	padding-right: 10px;
}
.user-menu .user-link {
	font-size: 20px;
}
.mobile-user-menu {
	display: none;
}
@media(max-width: 1200px){
	.navbar-end .user-link {
		padding: 4px 0px 4px 4px;
	}
}
@media(max-width:1025px){
	.navbar-end .user-link {
		display: none;
	}
	.user-menu {
		display: none !important;
	}
	.mobile-user-menu {
		display: block;
	}
}
@media(max-width:767px){
	main .navbar .navbar-menu a {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

/*****/

/* body {
	background: #212129;
}

::selection {
	background: #212129;
} */

.search-wrapper {
	position: absolute;
	top: -38%;
	/* transform: translate(-50%, -50%);
	top:50%;
	left:50%; */
}
.search-wrapper.active {}

.search-wrapper .input-holder {    
	height: 46px;
	width: 46px;
	overflow: hidden;
	background: rgba(255,255,255,0);
	border-radius:6px;
	position: relative;
	transition: all 0.3s ease-in-out;
	border: 1px solid #0d4699;
}
.search-wrapper.active .input-holder {
	width:350px;
	border-radius: 50px;
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
	width:100%;
	height: 46px;
	padding: 8px 40px 8px 20px;
	opacity: 0;
	position: absolute;
	top:0px;
	left:0px;
	background: transparent;
	box-sizing: border-box;
	border:none;
	outline:none;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color:#7d7d7d;
	transform: translate(0, 60px);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	transform: translate(0, 0);
}
.search-wrapper .input-holder .search-icon {
	width:46px;
	height:46px;
	border:none;
	border-radius:6px;
	background: #FFF;
	padding:0px;
	outline:none;
	position: relative;
	z-index: 2;
	float:right;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
	width: 30px;
	height: 30px;
	margin: 7px;
	border-radius: 50%;
}
.search-wrapper .input-holder .search-icon span {
	width:15px;
	height:15px;
	display: inline-block;
	vertical-align: middle;
	position:relative;
	transform: rotate(45deg);
	transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
	transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
	position: absolute; 
	content:'';
}
.search-wrapper .input-holder .search-icon span::before {
	width: 3px;
	height: 6px;
	left: 6px;
	top: 12px;
	border-radius: 2px;
	background: #0d4699;
}
.search-wrapper .input-holder .search-icon span::after {
	width: 14px;
	height: 14px;
	left: 1px;
	top: -1px;
	border-radius: 50%;
	border: 3px solid #0d4699;
}
.search-wrapper .close {
	position: absolute;
	z-index: 1;
	top:12px;
	right:20px;
	width:15px;
	height:15px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition-delay: 0.2s;
}
.search-wrapper.active .close {
	right:-30px;
	transform: rotate(45deg);
	transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
	position:absolute;
	content:'';
	background: #0d4699;
	border-radius: 2px;
}
.search-wrapper .close::before {
	width: 3px;
	height: 15px;
	left: 11px;
	top: 0px;
}
.search-wrapper .close::after {
	width: 15px;
	height: 3px;
	left: 5px;
	top: 6px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-selection--single {
	border-color: #a00 !important;
}
.woocommerce form span.error {
	color: #a00 !important;
}

form.checkout.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	position: relative !important;
	top: auto !important;
	width: 100% !important;
	height: auto !important;
	transform: none !important;
	margin-top: 25px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error {
	margin-bottom: 0px;
}
div#order_review {
	width: 40% !important;
}
@media (max-width: 769px) {
	div#order_review {
		width: 100% !important;
	}
}
section.intro.vid .columns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
section.intro.vid .columns .column.whychoose {
	padding-top: 0.75rem;
}
section.section.icons {
	margin-top: 0 !important;
}
@media (max-width: 769px) {
	.whychoose .mobile-bg-img {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
	.whychoose .mobile-bg-img {
		display: none !important;
	}
}

@media only screen and (max-width: 1025px) {
	body section.results.bgpane {
		background: none !important;
	}

}

@media only screen and (max-width: 1025px) {
	body section.results.bgpane {
		background: none !important;
	}
	.section.home-posts .columns {
		flex-wrap: wrap !important;
	}
	section.section.icons {
		padding-top: 20px !important;
	}
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
	.blog-card-listing-sec .product.type-product {
		width: 46% !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1007px) {
	.blog-card-listing-sec .product.type-product {
		width: 100% !important;
	}
}
@media screen and (max-width: 991px) {
	.blog-card-listing-sec .product.type-product {
		width: 46% !important;
	}
}

@media only screen and (max-width: 600px) {
	.blog-card-listing-sec .product.type-product {
		width: 100% !important;
	}
}

.woocommerce-shop .left-sec .page-title,
.woocommerce-shop .left-sec .woocommerce-result-count,
.woocommerce-shop .left-sec .woocommerce-ordering {
	display: none !important;
}

.product-single-reviews-slider .product-ratings .slick-list {
	left: auto !important;
}

footer .brand_image.social_icons_wrapper {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 1024px) {
	footer .brand_image.social_icons_wrapper {
		align-items: center;
	}
	
}

.main-sec.content .blog-card-listing-sec .blog-cust-listings {
	width: 100% !important;
}
@media only screen and (max-width: 768px) {

	.page-id-12 .cd-image-container.is-visible {
		margin-left: auto !important;
		margin-right: auto;
	}

}

/****/
@media (min-width:1400px){
	.cus-content-cart-sec.blog-card-listing-sec .cd-image-container {
		min-height: 511.67px;
	}
	.cus-content-cart-sec.blog-card-listing-sec .cd-image-container img {
		min-height: 511.67px;
	}
	body.page-id-12 .wp-block-heading {
		min-height: 38px;
	}
}

/** Shop Page optimization **/

.woocommerce-shop .wrapper {
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}
.about-shiny-smile-veneers h2 {
    margin: 0;
	margin-bottom: 30px !important;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    color: #08469A;
}
.about-shiny-smile-veneers p {
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #4A4A4A;
}
.about-shiny-smile-veneers ul {
	margin: 0 0 30px 0;
	padding: 0;
}
.about-shiny-smile-veneers ul li {
	font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #4A4A4A;
    list-style: none;
    margin: 10px 0 0;
	display: flex;
	align-items: center;
}
.about-shiny-smile-veneers ul li svg {
    margin-right: 20px;
}
.about-shiny-smile-veneers {
    padding: 60px 0 0;
}
.compare-dental-options h3 {
	margin: 0;
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
    color: #08469A;
}
.compare-dental-item {
    width: 100%;
    padding: 0;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
}
.compare-dental-row {
    display: grid;
    margin: 30px 0px 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.compare-dental-bar {
    background: #fff;
    padding: 30px;
}
.compare-dental-bar p {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #4A4A4A;
}
.compare-dental-options {
    padding: 60px 0 0;
}
.frequently-questions h2 {
	margin: 0;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    color: #08469A;
    text-align: center;
}
.frequently-questions p {
	margin: 20px 0 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #4A4A4A;
    text-align: center;
}
.frequently-questions {
    padding: 150px 30px 4px;
}

.faqs-box ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
.faqs-box ul.accordion-list li:first-child {
    margin: 0px;
}
.faqs-box ul.accordion-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  margin: 20px 0 0;
}
.faqs-box ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
.faqs-box ul.accordion-list li h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  padding: 18px 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  background-color: rgba(8, 70, 154, 0.10);
  margin: 0;
  font-family: 'Open Sans';
}
.faqs-box ul.accordion-list li h3:after {
  content: "";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #Fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  display: none;
}
.faqs-box ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 0;
  cursor: pointer;
}
.faqs-box ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 400;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 30px;
  margin: 0 0 15px 0;
  font-size: 18px;
  text-align: left;
}
.faqs-box ul.accordion-list li.active h3 {
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
}
.faqs-box {
    padding: 40px 0 0;
}
.faqs-box ul.accordion-list li h3 span.icon svg:last-child {
    display: none;
}
.faqs-box ul.accordion-list li.active h3 span.icon svg:last-child {
    display: block;
}
.faqs-box ul.accordion-list li.active h3 span.icon svg:first-child {
    display: none;
}
.woocommerce-shop .right-sec {
  display: none !important;
}
.woocommerce-shop .blog-card-listing-sec .left-sec {
    width: 100%;
}
.about-shiny-smile-veneers:first-child {
  padding: 0;
}
.faqs-box ul.accordion-list li div.answer ul {
  padding: 0px 0 10px 20px;
}
.faqs-box ul.accordion-list li div.answer ul li {
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
}
.faqs-box ul.accordion-list li div.answer ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #000;
}
/*Responsive*/

@media only screen and (max-width:1200px) {
	.compare-dental-bar {
		padding: 20px;
	}
	.frequently-questions {
    	padding: 100px 0 100px;
	}
}
@media only screen and (max-width:1100px) {
	.about-shiny-smile-veneers {
	    padding: 60px 0 0;
	}
	.compare-dental-row {
	    grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width:991px) {
	.woocommerce-shop .wrapper {
		padding: 0 30px;
	}
	.about-shiny-smile-veneers {
	    padding: 50px 0 0;
	}
	.compare-dental-options {
	    padding: 50px 0 0;
	}
	.compare-dental-row {
		flex-wrap: wrap;
	}
	.compare-dental-item {
		margin: 10px 0;
	}
	.frequently-questions {
	    padding: 50px 0 50px;
	}
}
@media only screen and (max-width:767px) {
	.woocommerce-shop .wrapper {
	    padding: 0 20px;
	}
	.about-shiny-smile-veneers {
	    padding: 30px 0 0 !important;
	}
	.about-shiny-smile-veneers h2 {
		font-size: 22px;
    	line-height: 24px;
	}
	.about-shiny-smile-veneers p {
		margin: 15px 0 0;
	    font-size: 17px;
	    line-height: 28px;
	}
	.about-shiny-smile-veneers ul li svg {
	    position: absolute;
		left: 0;
		top: 5px;
	}
	.about-shiny-smile-veneers ul li {
		font-size: 17px;
    	line-height: 25px;
        display: flex;
		padding-left: 35px;
		position: relative;
	}
	.compare-dental-options {
	    padding: 30px 0 0;
	}
	.compare-dental-options h3 {
		font-size: 22px;
    	line-height: 26px;
	}
	.compare-dental-row {
		margin: 10px 0px 0;
	}
	.compare-dental-item {
		width: 100%;
		padding: 0;
	}
	.compare-dental-bar p {
		font-size: 17px;
    	line-height: 26px;
	}
	.frequently-questions {
	    padding: 30px 0 30px;
	}
	.frequently-questions h2 {
		font-size: 22px;
    	line-height: 26px;
	}
	.faqs-box {
	    padding: 20px 0 0;
	}
	.faqs-box ul.accordion-list li h3 {
		padding: 10px 10px;
    	font-size: 16px;
    	line-height: 26px;
	}
	.faqs-box ul.accordion-list li {
		margin: 15px 0 0;
	}
	.faqs-box ul.accordion-list li div.answer {
		padding: 10px 0 0;
	}
	.faqs-box ul.accordion-list li div.answer p {
		line-height: 26px;
    	font-size: 17px;
	}
}
@media screen and (max-width:600px){
	.compare-dental-row {
	    grid-template-columns: 1fr;
	    gap: 20px;
	}
}

footer .payments {
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
}

@media screen and (max-width: 1025px) {
	footer .payments {
		justify-content: center;
	}
	footer .payments img {
		margin-bottom: 15px !important;
	}
}

@media screen and (max-width: 769px) {
	.column.footer-logo {
		top: 170px !important;
	}
}

@media screen and (max-width: 767px) {
	footer .payments {
		flex-wrap: wrap;
	}
}

.postid-73615 .ssv-comparison-table-block {
    margin-bottom: 30px !important;
}

.compare-dental-options .compare-dental-bar img {
	width: 80px;
	height: 80px;
}

@media screen and (max-width: 768px) {
	.home .ssv-home-icons .icons-wrap .icon-col:nth-child(4) {
		display: none;
	}
}

.woocommerce-terms-and-conditions strong {
    color: white;
    font-weight: 700;
    margin: 15px 0 7.5px 0 !important;
    display: inline-block;
}

.woocommerce-terms-and-conditions a {
	color: white;
}

.woocommerce-terms-and-conditions a:hover, 
.woocommerce-terms-and-conditions-checkbox-text a:hover {
	color: #ff5ab7;
}

.woocommerce-terms-and-conditions-checkbox-text {
    color: white;
    cursor: text;
}

.woocommerce-billing-fields p#billing_postcode_field, 
.woocommerce-billing-fields p#billing_state_field {
    width: 100%;
}

.woocommerce-billing-fields #billing_state_field select {
	border: 1px solid #dededd;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: .92857em .78571em;
	line-height: 1;
	height: auto;
}
/* 13-01-2025 */

body.single-product .wcpa_tooltip_icon {
	position: relative;
    cursor: pointer;
    font-size: 0;
	margin-top: 3px;
    width: 20px;
    background-color: #08469a;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
}

body.single-product .wcpa_tooltip_icon::after {
    content: "i";
    color: white;
    position: absolute;
    font-size: 14px;
    margin-left: 1px;
    margin-top: 3px;
    font-style: italic;
}

body.single-product .wcpa_field_label {
	display: inline;
}

body.single-product .wcpa_field_desc {
	font-size: 15px;
	display: inline-block;
}

body form.checkout #wc-stripe-payment-request-wrapper + p, 
body form.checkout #wc-stripe-payment-request-wrapper, 
body .woocommerce-checkout .section.hero {
    display: none !important;
}

body .woocommerce-checkout .hero {
	display: none !important;
}

body .woocommerce form.checkout_coupon {
	margin-top: 20px !important;
}

body #review_header .stars, 
body #review_header .percentage {
	display: none !important;
}

/* Product detail page 27-01-2025 */
body.single-product .mobile-product-title {
    display: none; 
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
/* Show custom title on mobile and hide original title */
@media (max-width: 768px) {
    body.single-product .mobile-product-title {
        display: block;
    }
    body.single-product .product-single-details .product-wrap .product-info .product_title {
        display: none;
    }
}

/* 27-01-25 */
.woocommerce-product-gallery .flex-direction-nav {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    pointer-events: none;
}
.woocommerce-product-gallery .flex-direction-nav a {
    pointer-events: auto;
}
.woocommerce-product-gallery .flex-control-thumbs .slick-arrow {
	font-size: 0;
    width: 30px;
    height: 30px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border: none;
}
.woocommerce-product-gallery .flex-direction-nav li a {
    font-size: 0;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
	transition: 0.3s;
}
.woocommerce-product-gallery .flex-direction-nav li a:hover {
	background-color: #5cbae0;
}
.woocommerce-product-gallery .flex-control-thumbs .slick-arrow:before {
	content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid #5cbae0;
    display: block;
    border-bottom: 2px solid #5cbae0;
	transition: 0.3s;
}
.woocommerce-product-gallery .flex-direction-nav li a:before {
	content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid #5cbae0;
    display: block;
    border-bottom: 2px solid #5cbae0;
	transition: 0.3s;
}
.woocommerce-product-gallery .flex-control-thumbs .slick-prev {
	left: 0;
}
.woocommerce-product-gallery .flex-control-thumbs .slick-prev:before {
	transform: rotate(45deg);
	margin-left: 4px;
}
.woocommerce-product-gallery .flex-control-thumbs .slick-next {
	right: 0;
}
.woocommerce-product-gallery .flex-control-thumbs .slick-next:before {
	transform: rotate(-135deg);
	margin-right: 4px;
}
.woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev a:before {
	transform: rotate(45deg);
	margin-left: 4px;
}
.woocommerce-product-gallery .flex-direction-nav li.flex-nav-next a:before {
	transform: rotate(-135deg);
	margin-right: 4px;
}
.woocommerce-product-gallery .flex-direction-nav li a:hover:before {
	border-left-color: #ffffff;
    border-bottom-color: #ffffff;
}
body.single-product .mobile-product-title {
    color: #08469a;
}

.woocommerce div.product div.images .flex-control-thumbs .slick-track {
	display: flex !important;
	flex-wrap: nowrap !important;
}

.woocommerce div.product div.images .flex-control-thumbs .slick-slide img {
	min-width: 80px !important;
	width: 100% !important;
}
section.section.steps .steps-headline {
	text-align: center;
}
section.section.steps .steps-headline + .columns {
    margin-top: 0;
}
.read-cntent {
	display: inline;
}
.read-more-btn {
	display: none;
}

@media (max-width: 1390px) {
	.woocommerce-product-gallery .flex-direction-nav {
		top: calc(401px / 2);
	}
}
@media (max-width: 1200px) {
	.woocommerce-product-gallery .flex-direction-nav {
		top: calc(332px / 2);
	}
}
@media (max-width: 1008px) {
	.woocommerce-product-gallery .flex-direction-nav {
		top: calc(246px / 2);
	}
}
@media (max-width: 769px) {
	.woocommerce-product-gallery .flex-direction-nav {
		top: calc(376px / 2);
	}
}
@media (max-width: 576px) {
	.woocommerce-product-gallery .flex-direction-nav {
		top: 35vw;
	}
}
@media (max-width: 767px) {
	.read-cntent {
		display: none;
	}
	.read-more-btn {
		display: inline;
		margin-top: 10px;
		color: #08469A;
		font-weight: 700;
		text-decoration: underline;
	}
}

html {
	scroll-behavior: smooth;
  }
	  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');
	  .popup {
	  padding: 0;
		  display:none;
	  position: fixed;
	  width: 800px;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  height: 500px;
	  top: 25%;
	  bottom: 0;
	  background: #FFF;
	  z-index: 999999;
	  border-radius: 15px;
	  overflow: hidden;
  }
  .popup-overlay {
	  display: none; /* Hidden initially */
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
	  z-index: 9998; /* Lower than the popup, but higher than other content */
  }
  section.testimonials {
	  padding-bottom: 100px;
  }
  /* Style the thumbnail dots */
  .slick-dots {
	  position: absolute;
	  bottom: -50px; /* Adjust as needed */
	  display: flex;
	  justify-content: center;
	  list-style: none;
	  padding: 0;
	  margin: 0;
  }
  
  .slick-dots li {
	  width: auto;
	  height: auto;
	  margin: 0 5px;
  }
  
  .slick-dots li img.slick-thumb {
	  width: 50px; /* Adjust thumbnail size */
	  height: auto;
	  border-radius: 4px; /* Optional, for rounded corners */
	  cursor: pointer;
	  opacity: 0.7;
  }
  
  .slick-dots li.slick-active img.slick-thumb {
	  opacity: 1;
	  border: 2px solid #333; /* Optional, for active thumbnail border */
  }
  
  .overlay {
	  position: fixed;
	  display: none;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: rgba(0, 0, 0, 0.3);
	  z-index: 99999;
	  cursor: pointer;
  }
  .gallery-slider {
	  margin-bottom: 0 !important;
  }
  .popup .slick-list {
	  height: 100% !important;
  }
  .popup .slick-track {
	  height: 100% !important;
  }
  .gallery-slider .slick-slide img {
	  object-fit: cover;
	  height: 100% !important;
  }
  
  .popupclose {
	  width: fit-content;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  .gallery-slider .slick-slide img {
	  width: 100%!important;
	  z-index: 5;
	  position: relative;
  }
  
  
  
  .popup .slick-next:before, .popup .slick-prev:before {
	  position: absolute;
	  top: 50%;
	  transform: translate(0, -50%);
	  z-index: 99999999999999999999999999999999999999999;
	  cursor: pointer;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  border-radius: 8px !important;
	  background: rgba(0, 0, 0, 0.40) !important;
	  padding: 6px !important;
	  color: #fff !important;
	  font-size: 24px !important;
	  width: 50px !important;
  }
  .popup .slick-next:before{
	  right: 50px !important;
  }
  .popup .slick-prev:before {
	  left: 50px !important;
  }
  .popup .slick-dots {
	  bottom: 20px !important;
  }
  .popup .slick-arrow{
	  z-index: 2;
	  color: transparent;
	  outline: none;
	  background: transparent;
  }
  
  .popup_maincard {
	  display: flex;
	  flex-direction: row;
  }
  
  .popupclose {
	  position: absolute;
	  top: 10px;
	  right: 10px;
  }
  
  .gallery-slider img {
	  width: 100%;
	  display: block;
  }
  
	  .gallery {
	  width: 100%;
	  margin: 0 auto;
  }
  
  .gallery-slider img {
	  width: 100%;
	  display: block;
  }
  
  .slick-prev, .slick-next {
	  font-size: 2rem;
	  color: #333;
  }
  
  .slick-dots {
	  bottom: -30px; /* Adjusts the position of dots */
  }
  
  
	  .grid-container {
		  display: grid;
		  grid-template-columns: repeat(4, 1fr);
		  gap: 10px;
	  }
  
	  .clientnamebox {
		  display: flex;
		  font-size: 16px !important;
		  font-weight: bold !important;
	  }
  
	  .nameiconimg {
		  height: 20px;
		  width: 20px;
		  margin-left: 10px;
		  margin-top: 3px;
	  }
  
	  .clientdatabox {
		  padding: 15px 0;
	  }
  
	  .client_datacollector {
		  border: none;
		  background-color: transparent;
	  }
  
	  /* .clientname {
			  margin-bottom: 0;
		  } */
  
	  .date {
		  color: #767676;
		  font-size: 11px !important;
		  margin-bottom: 4px;
		  text-align: justify;
	  }
  
	  .upper_ratingimg {
		  height: 24px;
		  width: 24px;
		  margin-right: 5px;
	  }
  
	  .upper_ratingbox {
		  display: flex;
		  justify-content: left;
		  font-size: 32px;
	  color: orange;
	  margin-top: -7px;
	  margin-left: 0px;
	  margin-right: 9px;
	  }
	  .upperreviewbox span {
	  font-size: 21px;
	  font-weight: 700;
  }
  
	  .ratingimg {
		  height: 14px;
		  width: 14px;
		  margin-right: 5px;
	  }
  
	  .ratingbox {
		  display: flex;
		  justify-content: left;
		  font-size: 30px;
		  color: orange;
		  margin-top: -8px;
		  margin-left: -2px;
	  }
  
	  .clientmsg {
		  overflow: hidden;
		  text-overflow: ellipsis;
		  display: -webkit-box;
		  -webkit-line-clamp: 5;
		  white-space: normal;
		  -webkit-box-orient: vertical;
		  text-align: left;
		  margin-top: -3px;
		  font-size: 15px;
	  }
  
	  .replymsg {
		  font-size: 14px !important;
		  overflow: hidden;
		  text-overflow: ellipsis;
		  display: -webkit-box;
		  -webkit-line-clamp: 5;
		  white-space: normal;
		  -webkit-box-orient: vertical;
	  }
  
	  .clientanchorbox {
		  padding: 0 15px;
	  }
  
	  .replymsgbox {
		  padding: 0 15px;
	  }
  
	  .uppertxt {
		  font-size: 12px !important;
		  margin: 10px 0;
	  }
  
	  .clientreview_maincard {
		  border: 1px solid #e2e2e2;
		  margin-bottom: 30px;
	  }
  
	  .mainheading {
		  color: #0f4c81;
		  text-align: center;
	  }
  
	  .mainheading {
		  text-align: center;
	  }
  
	  .titlepara {
		  text-align: center;
		  margin-bottom: 40px;
		  color: #000000bf !important;
  
	  }
  
	  .upperreviewbox {
		  display: flex;
		  align-items: center;
		  margin-bottom: 20px;
	  }
  
  
	  .show_btn {
		  /* height: 50px; */
		  /* width: 200px; */
		  border: 1px solid #e2e2e2;
		  display: flex;
		  justify-content: center;
		  align-items: center;
		  padding: 6px 12px;
		  font-weight: normal !important;
		  color: #ffffff;
		  font-size: 12px !important;
		  background: #044b97;
		  cursor: pointer;
	  }
  
	  .shoemorebox {
		  display: flex;
		  justify-content: center;
	  }
  
	  .hidden {
		  display: none;
	  }
  
	  #popup:after {
		  position: fixed;
		  content: "";
		  top: 0;
		  left: 0;
		  bottom: 0;
		  right: 0;
		  background: rgba(0, 0, 0, 0.5);
		  z-index: -2;
	  }
  
	  #popup:before {
		  position: absolute;
		  content: "";
		  top: 0;
		  left: 0;
		  bottom: 0;
		  right: 0;
		  background: #FFF;
		  z-index: -1;
	  }
  
	  /* Styling buttons & webpage */
  
	  /* body {
		  background: offwhite;
		  font-family: Arial, sans-serif;
		  text-align: center;
	  } */
  
	  .popup_maincard {
		  display: flex;
		  height: 100%;
	  }
  
	  .popup_maindiv {
		  width: 50%;
	  }
  
	  .clientimg {
		  cursor: zoom-in;
	  }
  
	  .popup_clientdatabox {
		  width: 50%;
	  }
  
	  .popup_clientnamebox {
		  display: flex;
		  font-size: 16px !important;
		  font-weight: bold !important;
		  justify-content: space-between;
	  }
  
	  .popup_nameiconimg {
		  height: 20px;
		  width: 20px;
	  }
  
	  .popup_clientdatabox {
		  padding: 15px 0;
	  }
  
	  .popup_client_datacollector {
		  border: none;
		  background-color: transparent;
	  }
  
	  /* .clientname {
			  margin-bottom: 0;
		  } */
  
	  .popup_date {
		  color: #767676;
		  font-size: 11px !important;
		  margin-bottom: 10px;
	  }
  
	  .popup_upper_ratingimg {
		  height: 40px;
		  width: 40px;
		  margin-right: 5px;
	  }
  
	  .popup_upper_ratingbox {
		  display: flex;
		  justify-content: left;
	  }
  
	  .popup_ratingimg {
		  height: 20px;
		  width: 20px;
		  margin-right: 5px;
	  }
  
	  .popup_ratingbox {
		  display: flex;
		  justify-content: left;
	  }
  
	  .popup_clientmsg {
		  font-size: 16px !important;
		  text-align: left;
	  }
  
	  .popup_replymsg {
		  font-size: 16px;
		  text-align: left;
	  }
	  .popup_clientanchorbox {
		  padding: 0 15px;
	  }
  
	  .replymsgbox {
		  border-top: 1px solid #e2e2e2;
		  margin-top: 10px;
	  }
  
	  .popup_replymsgbox {
		  padding: 0 15px;
	  }
  
	  .popup_uppertxt {
		  font-size: 12px !important;
		  text-align: left;
		  margin: 10px 0;
	  }
  
  
	  .popup_mainheading {
		  text-align: center;
	  }
  
  
	  .popup_upperreviewbox {
		  display: flex;
		  align-items: center;
		  margin-bottom: 20px;
	  }
  
	  .secondrow {
		  display: flex;
		  justify-content: space-between;
	  }
  
	  .popupclose {
			position: absolute;
			top: 17px;
			right: 15px;
			color: white;
			background-color: #fff;
			border-radius: 5px;
			z-index: 9;
	  }
	  .popup_nameicon{
		padding-right: 23px;
	  }
  
	  .closeimg {
		  height: 16px;
		  width: 16px;
	  }
  
	  .popup_span {
		  padding-right: 8px;
		  margin-right: 8px;
		  font-weight: normal;
		  border-right: 1px solid rgba(0, 0, 0, 0.1);
		  position: relative;
		  top: -5px;
	  }
  
  
  
  
	  .gallery {
		  width: 100%;
		  max-width: 620px;
		  /* margin: 40px auto; */
	  }
  
	  .gallery-slider {
		  width: 100%;
		  height: auto;
		  margin: 0 0 10px 0;
	  }
  
	  /* .gallery-slider .swiper-slide {
			  width: auto;
			  height: 400px;
		  } */
  
	  .gallery-slider .swiper-slide img {
		  display: block;
		  width: auto;
		  height: 100%;
		  margin: 0 auto;
		  object-fit: cover;
	  }
  
	  .gallery-thumbs {
		  width: 100%;
		  padding: 0;
		  overflow: hidden;
		  position: absolute;
		  bottom: 0;
	  }
  
	  .gallery-thumbs .swiper-slide {
		  width: 100px;
		  height: 100px;
		  text-align: center;
		  overflow: hidden;
		  opacity: 0.1;
	  }
  
	  .gallery-thumbs .swiper-slide-active {
		  opacity: 1;
	  }
  
	  .gallery-thumbs .swiper-slide img {
		  width: auto;
		  height: 100%;
	  }
  
	  /* body.new-class {
	  background: #000;
  } */
	  @media (min-width:768px) and (max-width:992px) {
		  .grid-container {
			  grid-template-columns: repeat(3, 1fr);
		  }
  
		  .mainheading {
			  font-size: 2.5em !important;
		  }
  
		  .our-blogs .inner-wrapper .bloglist-wrap .bloglist-item .bloglist-image .blog-link img {
			  left: 0;
		  }
  
		  .popup {
			  width: 90%;
			  height: 500px;
			  top: 15%;
			  z-index: 999999;
		  }
	  }
  
	  @media (max-width:767px) {
		  .grid-container {
			  grid-template-columns: repeat(2, 1fr);
		  }
  
		  .mainheading {
			  font-size: 1.5em !important;
		  }
  
		  .our-blogs .inner-wrapper .bloglist-wrap .bloglist-item .bloglist-image .blog-link img {
			  left: 0;
		  }
  
		  .popup_maincard {
			  flex-wrap: wrap;
		  }
  
		  .popup_maindiv {
			  width: 100%;
			  height: 50%;
		  }
  
		  .popup_clientdatabox {
			  width: 100%;
			  height: 50%;
		  }
  
		  .popup {
			  width: 90%;
			  height: 700px;
			  top: 15%;
			  z-index: 999999;
		  }
  
		  /* .gallery-slider .swiper-slide img {
			  height: 300px;
		  } */
  
		  .popup_clientname {
			  margin-bottom: 0;
		  }
  
		  .popup_clientmsg {
			  font-size: 14px !important;
			  text-align: left;
		  }
		  .closeimg{
			margin: 5px;
		  }
	  }
  
	  @media (max-width:575px) {
		  .upper_ratingimg {
			  height: 20px;
			  width: 20px;
			  margin-right: 5px;
		  }
	  }
  
  
	  body.new-class .overlay {
		  display: block;
	  }
  
	  .show_btn:hover {
		  background: #ea82bc;
	  }
  
	  .clientname {
		  margin-bottom: 5px;
	  }
  
	  .popup_clientdatabox {
		  overflow-y: auto;
	  }
  
	  .popup .swiper-button-next:after,
	  .popup .swiper-button-prev:after {
		  position: absolute;
		  top: 50%;
		  transform: translate(0, -50%);
		  z-index: 10;
		  cursor: pointer;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  border-radius: 8px !important;
		  background: rgba(0, 0, 0, 0.40) !important;
		  padding: 6px !important;
		  color: #fff !important;
		  font-size: 24px !important;
		  width: 50px !important;
	  }
  
	  .popup .swiper-button-next:after {
		  right: 16px !important;
	  }
  
	  .popup .swiper-button-prev:after {
		  left: 16px !important;
	  }
  
	  .gallery-slider {
		  height: 100% !important;
	  }
  
	  .gallery {
		  height: 100% !important;
	  }
  
	  .mainheading {
		  text-transform: capitalize !important;
		  position: relative;
		  font-size: 34px !important;
		  margin: 30px 0;
	  }
  
	  .mainheading:after {
		  content: "";
		  width: 36px;
		  height: 4px;
		  background: #0f4c81;
		  position: absolute;
		  left: 50%;
		  bottom: -12px;
		  transform: translate(-50%);
	  }

	  .shoemorebox #show_btn {
		font-size: 1.125em !important;
		padding: 13.5px 20px;
		font-weight: 700 !important;
		text-transform: uppercase;
	  }

	.google-reviews .inner-wrapper .section-overview {
		max-width: 800px !important;
    	margin: 0 auto 30px !important;
	}


	.google-reviews .inner-wrapper .section-overview .widgets-wrapper {
		justify-content: center;
		margin: 0px -19px;
	}

	.google-reviews .inner-wrapper .section-overview .widgets-wrapper .single-widget-wrapper {
		padding: 0 !important;
		max-width: 220px !important;
	}

	.logo-inner-shopper {
		border-width: 1px;
		border-style: solid;
		border-color: rgb(224, 224, 224);
		text-align: center;
		width: 234px;
		height: 93px;
	}

	@media (max-width:767px) {
		.logo-inner-shopper {
			width: 100% !important;
		}
	}

	.border-shopper {
		display: block;
		margin-top: 8px;
		border: 1px solid #DCDCDC;
		margin-bottom: 4px;
	}

	.ratings-shopper {
		font-size: 13px;
		text-align: center;
		font-weight: 500;
	}

	@media (max-width:767px) {
		.ratings-shopper {
			padding: 0 7px !important;
			font-size: 10px !important;
		}
	}

	@media (max-width:767px) {
		.img-shpper img {
			/* margin: 7px 0 0 0; */
		}
	}

	.img-shpper.brideye-img img {
		margin-top: 18px;
	}

	.logo-inner-shopper.brideye-logo {
		height: 114px;
	}

	.logo-inner-shopper.mouth-new-logo {
		height: 90px;
	}

	.img-shpper.mouth-new-img img {
		margin-top: 0 !important;
		padding: 0 !important;
	}

	span.border-shopper.mouth-border {
		margin-top: 0;
	}
	
	.border-shopper {
		display: block;
		margin-top: 8px;
		border: 1px solid #DCDCDC;
		margin-bottom: 4px;
	}

body .product-single-details .product-wrap .product-info form.cart .variations .payment-plan.payment-monthly {
	margin: 0 0 0px 0 !important;
}

.star_container .ind_cnt span.ind_cnt_num, 
.star_container .ind_cnt span.ind_cnt_desc {
    line-height: 2.02;
}

@media (max-width:520px) {

	.group-stars .on, .group-stars .half {
		width: 14px !important;
		height: 13px !important;
	}

	body .cus-content-cart-sec .product_type_variable-subscription {
		font-size: 12px !important;
	}

	body .star_container .ind_cnt {
		padding-left: 4px !important;
		font-size: 9px !important;
	}
}

.landing-subscription-shortcode {
    max-width: 530px;
}

.landing-subscription-shortcode .wcpa_field_wrap .wcpa_field_label {
	margin: 0 0 15px 0;
    font-size: 15px !important;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    text-align: left;
    color: rgba(52, 135, 221, 1);
}

.landing-subscription-shortcode .wcpa_field_wrap .wcpa_tooltip_icon {
	display: none;
}

.landing-subscription-shortcode .wcpa_field_wrap .wcpa_field_desc {
	color: '#000000';
	font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.landing-subscription-shortcode .wcpa_field_wrap .wcpa_field_desc strong {
	color: rgba(0, 61, 123, 1);
    font-size: 16px;
}

.landing-subscription-shortcode .wcpa_field_wrap .wcpa_price_summary {
	display: none;
}

.landing-subscription-shortcode .payment-plan.smile-coverage:not(:first-child) {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(168, 168, 168, 0.3);
    padding: 11px;
}

.landing-subscription-shortcode .payment-plan.smile-coverage:not(:first-child) input {
	width: 100%;
}

.landing-subscription-shortcode .payment-plan.smile-coverage:not(:first-child) input::before, 
.landing-subscription-shortcode .payment-plan.payment:not(:first-child) input::before {
	content: "\F0C8";
    font-size: 25px;
    left: calc(0% + 11px);
    top: 3px;
}

.landing-subscription-shortcode .payment-plan.smile-coverage:not(:first-child) input:checked:before,
.landing-subscription-shortcode .payment-plan.payment:not(:first-child) input:checked:before {
	content: "\F058" !important;
}

.landing-subscription-shortcode .price, 
.landing-subscription-shortcode .hsa-fsa-with-flex {
    display: none;
}

.landing-subscription-shortcode table.variations tr {
	display: block;
    width: 100%;
    margin: 0 0 15px 0;
}

.landing-subscription-shortcode table.variations tr:last-child {
    margin: 0;
}

.landing-subscription-shortcode table.variations tr td.label, 
.landing-subscription-shortcode table.variations tr td.value {
    width: 100%;
    display: block;
}

.landing-subscription-shortcode table.variations tr td.value {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    gap: 10px;
    padding: 0;
	border: none;
}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.payment {
	width: 100% !important;
    padding: 15px 20px;
    justify-content: flex-start;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.payment .cstm-price,
.landingcstm table.variations tr td.value .payment-plan.payment .cstm-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(52, 135, 221, 1);
}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.payment .cstm-tag-bottom,
.landingcstm table.variations tr td.value .payment-plan.payment .cstm-tag-bottom {
    font-family: 'Gordita';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.payment input {
	max-width: 20px;
}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.payment .lbl-cstm-wrapper,
.landingcstm table.variations tr td.value .payment-plan.payment .lbl-cstm-wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 175px;
    margin: 0 0 10px 0;
}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.payment label, 
.landingcstm table.variations tr td.value .payment-plan.payment label {
    width: 100% !important;
    text-align: left !important;
    margin: 0 0 0 15px !important;
    display: flex !important;
    justify-content: space-between !important;
	align-items: center !important;
    font-family: 'Open Sans' !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
}

@media only screen and (max-width: 576px) {
	
	.landing-subscription-shortcode table.variations tr td.value .payment-plan.payment label, 
	.landingcstm table.variations tr td.value .payment-plan.payment label {
		margin: 0 0 0 7.5px !important;
		font-size: 14px !important;
	}

	.landing-subscription-shortcode table.variations tr td.value .payment-plan.payment .lbl-cstm-wrapper,
	.landingcstm table.variations tr td.value .payment-plan.payment .lbl-cstm-wrapper {
		max-width: 125px;
	}

}

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

	.landingcstm table.variations tr td.value .payment-plan.payment-one label {
		padding: 0 0 25px 0 !important;
	}

}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.payment .flex-fsa-wrap,
.landingcstm table.variations tr td.value .payment-plan.payment .flex-fsa-wrap {
    text-align: center;
    font-size: 14px;
    color: gray;
    line-height: 1;
    margin: 7px 0 0 0;
    position: absolute;
    left: 52.5%;
    transform: translateX(-50%);
    bottom: 7.5px;
    width: 100%;
}

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

	.landing-subscription-shortcode table.variations tr td.value .payment-plan.payment .flex-fsa-wrap,
	.landingcstm table.variations tr td.value .payment-plan.payment .flex-fsa-wrap {
		left: 50%;
		transform: translateX(-50%);
	}

}

.landing-subscription-shortcode table.variations tr td.value .payment-plan {
	transform: scale(1);
	margin: 0;
    width: calc(33.33% - 10px);
}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.shade {
	padding: 11px;
}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.shade label {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.shade label .cstm-wrpper {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.shade label .cstm-wrpper .cstm-label {
	font-family: 'Open Sans';
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(0, 61, 123, 1);
}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.shade label .cstm-wrpper span.sub-title {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 9px;
    line-height: 140%;
}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.shade input {
    display: none;
}

.landing-subscription-shortcode table.variations tr td.value .payment-plan.shade img {
	width: auto;
    max-width: 45px;
	height: auto;
	margin: 0 4px 0 0;
}

@media(max-width:676px){
	.landing-subscription-shortcode table.variations tr td.value {
		flex-direction: column;
	}
	.landing-subscription-shortcode table.variations tr td.value .payment-plan.shade {
		width: 100%;
	}
	.landing-subscription-shortcode table.variations tr td.value .payment-plan:not(.shade) {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.landing-subscription-shortcode table.variations tr td.value .payment-plan.payment label {
		flex-direction: column;
	}
}

.landing-subscription-shortcode .variations .label {
	padding: 10px 0 10px 0 !important;
    border: none;
    margin: 0;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}

.landing-subscription-shortcode .single_add_to_cart_button {
	width: 100%;
    background: rgba(255, 32, 155, 1) !important;
    padding: 17px !important;
    border-radius: 100px !important;
    max-width: 530px;
    font-family: 'Open Sans';
    font-weight: 800 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    text-align: center;
    text-transform: uppercase !important;
}

.landing-subscription-shortcode table.variations tr td.value .smile-coverage .cstm-label {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}

.landing-subscription-shortcode table.variations tr td.value .smile-coverage img {
	max-width: 45px;
    display: block;
    margin: 0 auto 15px auto;
}

.landing-subscription-shortcode .wcpa_section {
    margin: 0 0 15px 0;
}

.landing-subscription-shortcode .wcpa_section:first-child {
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.landing-subscription-shortcode .wcpa_field_wrap {
    margin: 0 !important;
}

.landing-subscription-shortcode .wcpa_checkbox label {
	font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px !important;
    line-height: 140%;
    color: #000000 !important;
}

.landing-subscription-shortcode .wcpa_checkbox_custom {
	border: 1px solid rgba(52, 135, 221, 0.3);
    border-radius: 4px;
}

.single-product .payment-plan-radio-custom {
    display: none !important;
}

.landing-subscription-shortcode .single_variation {
    margin: 0 0 10px 0;
}

.landingcstm .variations tr td {
	display: flex;
	   flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
	    padding-right: 1em;
}

.landingcstm .variations tr:nth-child(1) .value .smile-coverage label img {
	width: 58px;
    height: 58px;
    margin: 0px auto 14px auto !important;
    background-color: #000;
    border-radius: 50% !important;
}
.landingcstm .variations tr:nth-child(1) .value .smile-coverage label {
	display:grid;
}

.landingcstm .variations tr .label {
	display: flex !important;
	color: #646464;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
	line-height: 2.2;
	font-weight: bold;
	margin-bottom: 15px;
    margin-top: 10px;
}

.landingcstm .reset_variations {
	    visibility: hidden;
    font-size: 1rem;
    text-align: right;
    width: 100%;
    display: block !important;
    position: absolute;
    top: -9px;
    right: 5px;
}

.elementor-page form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-description p{
	font-family: Khula,sans-serif;
    font-size: 30px;
    color: #08469a;
    font-weight: 600;
    line-height: 1;
}


body.elementor-page .wcpa_tooltip_icon {
    position: relative;
    cursor: pointer;
    font-size: 0;
    margin-top: 3px;
    width: 20px;
    background-color: #08469a;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
}

body.elementor-page .wcpa_tooltip_icon::after {
    content: "i";
    color: white;
    position: absolute;
    font-size: 14px;
    margin-left: 1px;
    margin-top: -4px;
    font-style: italic;
}

ul.list-for-pyments li svg {
    width: 25px;
    position: absolute;
    left: 0;
    height: 25px;
    top: 1px;
    background-color: #f0f8ff;
    padding: 5px;
    border-radius: 13px;
}

ul.list-for-pyments li {
    padding-left: 30px;
    position: relative;
    line-height: 1.8;
    margin-bottom: 15px;
}

ul.list-for-pyments {
    padding: 0 0 5px 0;
    list-style: none;
}
body.elementor-page  .landingcstm .variations tr td .smile-coverage:nth-child(2):before {
    position: absolute;
    content: 'Most Popular';
    background-color: #EA82BB;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    padding: 4px;
    color: #fff;
    line-height: 1.2;
    top: -1px;
    width: 70%;
    right: -1px;
    border-radius: 0 0 0 7px;
}

.ctstm-paymet-list-wrpr h4{
    color: #646464;
    font-weight: 600;
    font-size: 16px;
    line-height: 2.2;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

body.elementor-page #sa_review_paging label[for="sa_sort"], body.elementor-page #sa_review_paging #sa_sort{
    display: none;
}

body .shortcode .payment-plan.payment {
    text-align: left !important;
    padding: 15px 50px 35px !important;
    width: 100% !important;
    padding: 15px 20px !important;
    justify-content: flex-start !important;
    border-radius: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    position: relative;
    transform: scale(1);
}

@media only screen and (max-width: 767px) {
  table.variations{
    width: 100%;
  }
}

/* 14-05-2025 */

@media only screen and (max-width: 767px) {
  table.variations{
    width: 100%;
  }
  .landingcstm .variations tr td.value{
    flex-flow: column;
  }
  .shortcode span.cstm-label, .shortcode .payment-plan.payment label{
    width: 100%;
    display: block;
  }
	.landingcstm .variations tr:nth-child(1) .value .smile-coverage label img{
		width: 85px;
		height: 85px;
	}
	body .shortcode .payment-plan.shade {
        padding: 20px 10px 20px 10px !important;
        height: auto !important;
    }
	 .payment-plan.shade img{
    height: 70px;
    max-width: 200px;
  }
}

.attribute-single-arch .label {
    margin: 0 0 15px 0 !important;
}


/** table */
.landingcstm table.variations {
    width: 100%;
}

.landingcstm table.variations tr {
    display: block;
    width: 100% !important;
}

.landingcstm table.variations tr th.label {
    width: 100%;
    display: block;
	    display: flex;
	justify-content: flex-start;
	align-items: center;
}

.landingcstm table.variations tr td.value {
    width: 100%;
}

.landingcstm table.variations tr th.label label {
    margin: 0 0 0 10px !important;
}

.landingcstm .single_variation_wrap .payment-plan-radio-custom {
    display: none !important;
}

.landing-subscription-shortcode .variations .label::before,
.landingcstm .variations .label::before {
    content: "";
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #64a3d8;
    border-radius: 100%;
    margin-right: 8px;
    font-weight: bold;
}

/* Step 1: Smile Coverage */
.landing-subscription-shortcode .variations tr:nth-of-type(1) .label::before,
.landingcstm .variations tr:nth-of-type(1) .label::before {
    content: "1";
}

/* Step 2: Shade */
.landing-subscription-shortcode .variations tr:nth-of-type(2) .label::before,
.landingcstm .variations tr:nth-of-type(2) .label::before {
    content: "2";
}

/* Step 3: Payment Plan */
.landing-subscription-shortcode .variations tr:nth-of-type(3) .label::before,
.landingcstm .variations tr:nth-of-type(3) .label::before {
    content: "3";
}

.landing-subscription-shortcode .variations .label, 
.landingcstm .variations .label {
	color: #646464;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 2.2;
    font-weight: bold !important;
    margin-bottom: 15px;
    margin-top: 5px;
    display: flex !important;
	align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-right: 1em;
    padding: 0px !important;
}

.landingcstm table.variations tr:nth-child(3) td.value {
    flex-direction: column;
}

.landingcstm table.variations tr td.value .payment-plan.payment .lbl-cstm-wrapper .cstm-tag-bottom {
    font-size: 12px;
}

body .shortcode .landingcstm .payment-plan.payment {
    display: flex !important;
    align-items: center !important;
}

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

	body .shortcode .landingcstm .payment-plan.payment {
	    padding: 7.5px !important;
	}

	.landingcstm .variations tr td.value {
		padding: 0;
	}

}

.shortcode .landingcstm .payment-plan.payment input[type="radio"] {
    position: relative;
    left: 0;
    top: 0;
}

body .shortcode .payment-plan.payment:first-child {
    display: none !important;
}

.elementor-page form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-description p {
	margin: 0 0 15px 0;
}

body .shortcode .payment-plan.is-active {
    border: 2px solid #DB65A7 !important;
}

body .shortcode .payment-plan.disabled,
.landing-subscription-shortcode table.variations tr td.value .payment-plan.disabled {
    pointer-events: none;
    opacity: 0.7;
}

.elementor-950393 .elementor-element.elementor-element-617f982b > .elementor-widget-container p {
    margin: 17.5px 0 0 0;
}

@media only screen and (max-width: 767px) {
	.elementor-950393 .elementor-element.elementor-element-617f982b > .elementor-widget-container p {
		margin: 12.5px 0 0 0;
	}
}

/* ShopperApproved Widget Styles
-------------------------------------------------------------- */
/* Override the overflow hidden on the parent section */
.google-reviews.custm-reivew-widgt {
    overflow: visible !important;
}

.google-reviews .section-overview {
    overflow: visible !important;
    position: relative;
}

.single-widget-wrapper {
    position: relative; /* Make this the positioning context */
}

.ssv-sa-widget-wrapper {
    display: inline-block;
}

.ssv-sa-badge-trigger {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
	border: 1px solid rgb(224, 224, 224);
    text-align: center;
    max-width: 234px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.ssv-sa-badge-trigger:hover,
.ssv-sa-badge-trigger:focus {
    text-decoration: none;
}

.google-reviews .section-overview {
    position: relative; /* Create positioning context */
}

.ssv-sa-popup-container {
    position: absolute;
    left: 100%;
    transform: translateX(-50%);
    width: 800px;
    max-width: 800px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    border-radius: 8px;
    z-index: 9999;
    display: none;
    top: calc(100% + 20px);
}

/* Tablet/medium screen adjustments */
@media (min-width: 768px) and (max-width: 1007px) {
    .ssv-sa-popup-container {
        left: 0;
        width: 700px;
        max-width: 700px;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .ssv-sa-popup-container {
        left: 50%;
        width: calc(100% - 40px);
        max-width: none;
        margin: 0 20px;
    }
}

/* Make sure the carousel fits */
.ssv-sa-popup-container .SA__wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

.ssv-sa-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

/* Mobile styles */
@media (max-width: 767px) {
    .ssv-sa-popup-container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-height: 90vh;
        overflow: auto;
        margin: 0;
    }
}

/* TrustPilot Widget Styles
-------------------------------------------------------------- */
.ssv-tp-widget-wrapper {
    display: inline-block;
    position: relative;
}

.ssv-tp-badge-trigger {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssv-tp-badge-trigger:hover,
.ssv-tp-badge-trigger:focus {
    text-decoration: none;
}

.ssv-tp-badge-trigger {
    border: 1px solid rgb(224, 224, 224);
    text-align: center;
    max-width: 234px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.ssv-tp-badge-trigger img {
    width: 100%;
	max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    max-height: 100%;
}

.ssv-tp-popup-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    max-width: 800px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    border-radius: 8px;
    z-index: 9999;
    display: none;
    top: calc(100% + 20px);
}

/* Make sure the TrustPilot widget fits */
.ssv-tp-popup-container .trustpilot-widget {
    width: 100% !important;
    max-width: 100% !important;
}

.ssv-tp-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

/* Tablet/medium screen adjustments */
@media (min-width: 768px) and (max-width: 1007px) {
    .ssv-tp-popup-container {
        left: 0;
        width: 700px;
        max-width: 700px;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .ssv-tp-popup-container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-height: 90vh;
        overflow: auto;
        margin: 0;
    }
}










/* ===============================
   Reviews: Headings & Cards
   =============================== */
   .landing-page .testimonials .mainheading {
    color: #0f4c81;
    text-align: center;
    text-transform: capitalize !important;
    position: relative;
    font-size: 34px !important;
    margin: 30px 0;
  }
  .landing-page .testimonials .mainheading:after {
    content: "";
    width: 36px;
    height: 4px;
    background: #0f4c81;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    border-radius: 2px;
  }
  .landing-page .testimonials .upperreviewbox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .landing-page .testimonials .upper_ratingbox {
    display: flex;
    justify-content: left;
    font-size: 32px;
    color: orange;
    margin-left: 0;
    margin-right: 9px;
  }
  .landing-page .testimonials .upperreviewbox span {
    font-size: 21px;
    font-weight: 700;
  }
  .landing-page .testimonials .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .landing-page .testimonials .clientreview_maincard {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    background: #fff;
  }
  .landing-page .testimonials .clientanchorbox { padding: 0 15px; }
  .landing-page .testimonials .client_datacollector {
    border: none;
    background-color: transparent;
  }
  .landing-page .testimonials .clientdatabox { padding: 15px 0; }
  .landing-page .testimonials .clientnamebox {
    display: flex;
    font-size: 16px !important;
    font-weight: bold !important;
    align-items: center;
    margin: 10px 0;
  }
  .landing-page .testimonials p.clientname { margin: 0; }
  .landing-page .testimonials .nameiconimg {
    height: 20px; width: 20px; margin-left: 10px; display: block;
  }
  .landing-page .testimonials .datebox {
    color: #767676;
    font-size: 11px !important;
    margin-bottom: 4px;
    text-align: justify;
  }
  .landing-page .testimonials .ratingbox {
    display: flex;
    justify-content: left;
    font-size: 30px;
    color: orange;
    margin-top: -8px;
    margin-left: -2px;
  }
  .landing-page .testimonials .clientmsgbox .clientmsg {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    white-space: normal;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-top: -3px;
    font-size: 15px;
    line-height: 1.4;
    color: #4a4a4a;
  }
  .landing-page .testimonials .replymsg {
    font-size: 14px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    white-space: normal;
    -webkit-box-orient: vertical;
  }
  .landing-page .testimonials .replymsgbox {
    border-top: 1px solid #e2e2e2;
    margin-top: 10px;
    padding: 0 15px;
  }
  .landing-page .testimonials .uppertxt { font-size: 12px !important; margin: 10px 0; }
  
  /* ===============================
     Testimonial Images
     =============================== */
  .landing-page .img_maindiv {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  .landing-page .img_maindiv .clientimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0; left: 0;
  }
  
  /* ===============================
     CTA / Show More
     =============================== */
  .landing-page .shoemorebox { display: flex; justify-content: center; }
  .landing-page .shoemorebox #show_btn {
    font-size: 1.125em !important;
    padding: 13.5px 20px;
    font-weight: 700 !important;
  }
  
  /* ===============================
     Google Reviews: Base Layout
     =============================== */
  .google-reviews.custm-reivew-widgt {
    overflow: visible !important;
    padding: 20px 0;
    margin: 20px 0;
    font-size: 16px;
  }
  .google-reviews .inner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    overflow: visible !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .google-reviews .inner-wrapper::-webkit-scrollbar { display: none; }
  .google-reviews .section-overview {
    position: relative;
    overflow: visible !important;
    margin-bottom: 30px;
  }
  .google-reviews .widgets-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    width: 100%;
  }
  .google-reviews .single-widget-wrapper {
    width: 234px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    background: #fff;
    box-sizing: border-box;
    position: relative;      /* anchor popups */
    overflow: visible;       /* popups can escape */
    z-index: auto;           /* avoid new stacking context */
  }
  
  /* Raise z-index when popup is open or on hover */
  .google-reviews .single-widget-wrapper:has(.ssv-sa-popup-container[style*="display: block"]),
  .google-reviews .single-widget-wrapper:has(.ssv-tp-popup-container[style*="display: block"]),
  .google-reviews .single-widget-wrapper:hover {
    z-index: 1000000;
  }
  
  /* Normalize common badge-like elements (container-level only) */
  .single-widget-wrapper img,
  .single-widget-wrapper [data-rw-badge1],
  .single-widget-wrapper .rw-badge,
  .single-widget-wrapper .ssv-sa-badge-trigger,
  .single-widget-wrapper .ssv-tp-badge-trigger,
  .single-widget-wrapper .logo-inner-shopper {
    height: 95px;
    width: 100%;
    display: block;
    object-fit: contain;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .single-widget-wrapper .ssv-tp-badge-trigger,
  .single-widget-wrapper .ssv-sa-badge-trigger,
  .img-shpper.mouth-new-img,
  .single-widget-wrapper .logo-inner-shopper {
	height: auto;
  }
  
  /* ===============================
     Logo Containers
     =============================== */
  .logo-inner-shopper {
    text-align: center;
    width: 234px;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
  }
  .img-shpper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 100%;
    margin-top: 5px;
  }
  
  /* Repuso: let badge fill naturally (desktop specific width tweak below) */
  [data-rw-badge1] {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
  }
  
  /* ===============================
     Widgets: Wrappers & Triggers
     =============================== */
  .single-widget-wrapper { position: relative; }
  .ssv-sa-widget-wrapper,
  .ssv-gr-widget-wrapper,
  .ssv-fb-widget-wrapper,
  .ssv-tp-widget-wrapper {
    display: inline-block;
    position: relative;
  }
  .ssv-sa-badge-trigger,
  .ssv-gr-badge-trigger,
  .ssv-fb-badge-trigger,
  .ssv-tp-badge-trigger {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    max-width: 234px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .ssv-tp-badge-trigger img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    max-height: 100%;
  }
  

  /* ===============================
     Popups: Base (Desktop Defaults)
     =============================== */
  .ssv-sa-popup-container,
  .ssv-tp-popup-container,
  .ssv-gr-popup-container,
  .ssv-fb-popup-container {
    position: absolute;
    width: 800px;
    max-width: 800px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    border-radius: 8px;
    z-index: 1000001;
    display: none;
    top: calc(100% + 20px);
  }
  
  /* Default positions (SA/TP centered relative to card; GR/FB custom offsets) */
  .ssv-sa-popup-container,
  .ssv-tp-popup-container {
    left: 100%;
    transform: translateX(-50%);
  }
  .ssv-tp-popup-container { left: 50%; }
  .ssv-gr-popup-container {
    left: 100%;
    transform: translateX(-97%);
  }
  .ssv-fb-popup-container {
    left: 100%;
    transform: translateX(-32%);
  }
  
  /* Backdrops */
  .ssv-sa-backdrop,
  .ssv-tp-backdrop,
  .ssv-gr-backdrop,
  .ssv-fb-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 9998;
  }
  
  /* ===============================
     Responsive
     =============================== */
  
  /* Testimonials grid */
  @media (max-width: 767px) {
    .landing-page .testimonials .grid-container { grid-template-columns: 1fr; }
  }
  @media (min-width: 768px) and (max-width: 992px) {
    .landing-page .testimonials .grid-container { grid-template-columns: repeat(2, 1fr); }
  }
  
  /* Tablet tweaks for Google reviews */
  @media (max-width: 1023px) {
    .google-reviews .widgets-wrapper { gap: 16px; }
    .ssv-sa-popup-container,
    .ssv-tp-popup-container {
      width: min(700px, 92vw);
      max-width: 700px;
    }
  }

  /* Tablet: let cards wrap naturally in 2–3 columns */
@media (min-width: 400px) and (max-width: 1023px) {
  .google-reviews .widgets-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .google-reviews .widgets-wrapper .single-widget-wrapper {
    max-width: none;
    height: 90px;
  }
}
  
  /* Mobile (<=767px): popups modal + minor badge adjustments */
  @media (max-width: 767px) {
    .google-reviews .widgets-wrapper { gap: 12px; }
    .google-reviews .inner-wrapper { padding: 0; }
    .google-reviews .single-widget-wrapper { padding: 0; }
  
    .ssv-sa-popup-container,
    .ssv-tp-popup-container,
    .ssv-gr-popup-container,
    .ssv-fb-popup-container {
      position: fixed;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      max-height: 90vh;
      overflow: auto;
      margin: 0;
      padding: 16px;
    }
  
    .ratings-shopper { padding: 0 7px !important; font-size: 10px !important; }
  
    /* Repuso: uncap for mobile */
    .google-reviews .single-widget-wrapper [data-rw-badge1] {
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important;
    }

	  /* Normalize common badge-like elements (container-level only) */
	  .single-widget-wrapper img,
	  .single-widget-wrapper [data-rw-badge1],
	  .single-widget-wrapper .rw-badge,
	  .single-widget-wrapper .ssv-sa-badge-trigger,
	  .single-widget-wrapper .ssv-tp-badge-trigger,
	  .single-widget-wrapper .logo-inner-shopper {
		height: 63px;
		width: 100%;
		display: block;
		object-fit: contain;
		border: 0;
		box-shadow: none;
		background: transparent;
	  }
	
	  .single-widget-wrapper .ssv-tp-badge-trigger,
	  .single-widget-wrapper .ssv-sa-badge-trigger,
	  .img-shpper.mouth-new-img,
	  .single-widget-wrapper .logo-inner-shopper {
		height: auto;
	  }
  }
  
  /* XS */
  @media (max-width: 400px) {
    .google-reviews .inner-wrapper .section-overview .widgets-wrapper .single-widget-wrapper {
      height: 65px;
      width: auto;
      flex: 0 0 46%;
    }

		/* Normalize common badge-like elements (container-level only) */
		.single-widget-wrapper img,
		.single-widget-wrapper [data-rw-badge1],
		.single-widget-wrapper .rw-badge,
		.single-widget-wrapper .ssv-sa-badge-trigger,
		.single-widget-wrapper .ssv-tp-badge-trigger,
		.single-widget-wrapper .logo-inner-shopper {
		height: auto;
		}

  }

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


		/* Normalize common badge-like elements (container-level only) */
		.single-widget-wrapper img,
		.single-widget-wrapper [data-rw-badge1],
		.single-widget-wrapper .rw-badge,
		.single-widget-wrapper .ssv-sa-badge-trigger,
		.single-widget-wrapper .ssv-tp-badge-trigger,
		.single-widget-wrapper .logo-inner-shopper {
		     height: 90px;
		}

		.logo-inner-shopper.mouth-new-logo {
			height: auto;
		}

  }
  
  /* Desktop-specific layout enforcement (guards) */
  @media (min-width: 1024px) {
    .google-reviews .widgets-wrapper {
      display: flex !important;
      flex-wrap: wrap !important;
      justify-content: center !important;
      gap: 20px !important;
      max-width: none !important;
    }
    .google-reviews .widgets-wrapper .single-widget-wrapper {
      flex: 0 0 234px !important;
      width: 234px !important;
      height: 90px;
    }
  
    /* Guard: enforce multi-column badges */
    .google-reviews .inner-wrapper { max-width: none !important; }
    .google-reviews .section-overview .widgets-wrapper {
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
      justify-content: center !important;
      align-content: start !important;
      gap: 20px !important;
      margin: 0 auto !important;
      width: 100% !important;
      max-width: none !important;
    }
    .google-reviews .section-overview .widgets-wrapper > .single-widget-wrapper {
      flex: 0 0 234px !important;
      width: 234px !important;
      /* height: 95px; */
    }
  }
  
  /* ===============================
     Section-specific width cap guard
     =============================== */
  .landing-page .google-reviews .section-overview {
    max-width: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: initial;
  }
  
  /* ===============================
     Final precision overrides
     =============================== */
  .single-widget-wrapper:has(> .ml-landing-pages) {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* Repuso: desktop nudge to avoid right-edge clipping while maintaining readability */
  .google-reviews .single-widget-wrapper [data-rw-badge1] {
    width: 240px !important;
    max-width: 240px !important;
    height: 90px !important;
    box-sizing: border-box;
    padding: 0 2px 0 0;
  }
  /* Pad cards that host Repuso for sub‑pixel rounding safety */
  .google-reviews .single-widget-wrapper:has([data-rw-badge1]) {
    padding-right: 2px;
  }
  
  /* Constrained section overview at 1280px (as in original) */
  @media only screen and (max-width: 1280px) {
    .google-reviews .inner-wrapper .section-overview {
      max-width: 900px;
      margin: 0 auto;
    }
  }

  