/*
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 Subdomain
Theme URI: shop.shinysmileveneers.com
Description: Custom WordPress theme for Shiny Smile Veneers!
Version: 1.1.0
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: 15px;
			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 .widgets-wrapper {
		justify-content: center;
		margin: 0px -19px;
	}

	.google-reviews .inner-wrapper .section-overview .widgets-wrapper .single-widget-wrapper {
		padding: 19px;
	}

	.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;
		}
	}

	.img-shpper img {
		max-width: 125px !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: 114px;
	}

	.img-shpper.mouth-new-img img {
		margin-top: 15px;
		margin-bottom: 8px;
	}

	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;
	}

}

.landingcstm .variations tr td {
	display: flex;
	flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
	padding-right: 1em;
}
.landingcstm .variations tr:nth-child(3) .value {
	display:block;
}
.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:nth-child(2) .label::before {
	content: " ";
    width: 35px;
    height: 35px;
    display: block;
    background: url(https://www.shinysmileveneers.com/wp-content/uploads/2025/03/2-1.svg) no-repeat left top / cover;
}
.landingcstm .variations tr .label {
	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 .variations tr:nth-child(3) .label::before {
	content: " ";
    width: 35px;
    height: 35px;
    display: block;
    background: url(https://www.shinysmileveneers.com/wp-content/uploads/2025/03/2-1.svg) no-repeat left top / cover;
}
.landingcstm .variations tr:nth-child(1) .label::before {
	content: " ";
    width: 35px;
    height: 35px;
    display: block;
    background: url(https://www.shinysmileveneers.com/wp-content/uploads/2025/03/1-1.svg) no-repeat left top / cover;
}

.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 20px 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;
}

/* 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;
	}
  .shortcode .payment-plan.shade {
    padding: 53px 15px 15px !important;
    height: 183px !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 .woocommerce-variation .woocommerce-variation-description {
    margin: 5px 0 15px 0;
}

.daterow .datecontent {
    border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40px !important;
}

.daterow .divider {
	color: white;
	font-weight: 800;
	margin: 0 5.5px 0 5.5px;
}

.daterow p#lp1-countdown-hours, 
.daterow p#lp1-countdown-minutes, 
.daterow p#lp1-countdown-seconds {
    color: #F93822;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0 0 0px 0;
}

.daterow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
}

.daterow .datecontent:last-child {
    margin: 0;
}

.daterow .datecontent p.hrs, 
.daterow .datecontent p.mins, 
.daterow .datecontent p.sec {
    color: #F93822;
    text-align: center;
    font-family: "Open Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


/* Hide Quantity column */
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity {
    display: none;
}

/* Hide Subtotal column */
.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart td.product-price {
    display: none;
}