/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/**=======header and footer========***/

.whb-header .whb-general-header-inner .wd-header-html{
    font-size: 50px;
    font-weight: 900;
    color: black;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.footer-container .footer-sidebar{
	padding-top: 0;
}

.home .wd-content-layout {
	padding-block: 20px;
}
.single-product .wd-content-layout {
	padding-block: 0px;
}

@media (min-width: 768px) {
	.single-product .product_title{
		margin-top: 10px;
	}
}

.wpb_wrapper.is_stuck {
    top: 0 !important;
}

@media (max-width: 991px) {
    .wpb_wrapper.is_stuck,
    [data-vc-sticky] {
        position: static !important;
        top: auto !important;
    }
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

/*===Gallery==*/

.woodmart-gallery-fraction-inline {
    position: absolute;
    right: 0;
    bottom: 15px;  /* cùng bottom với .wd-nav-pagin-wrap */
    z-index: 3;
    font-size: 15px;
    background: #fff;
    color: #222;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

@media (max-width: 767px) {
  .wd-carousel-container.wd-gallery-thumb {
    display: none !important;
  }
}

/*====other==*/

@media only screen and (max-width: 767px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}

.site-content{
	margin-bottom: 0px;
}

.grecaptcha-badge, 
.woocommerce-product-gallery .product-labels {
	display: none;
}

.wd-single-price.wd-wpb {
    margin-bottom: 10px;
}

.browser-Safari .hide-larger-price .price>ins, 
.browser-Safari .hide-larger-price .price>small {
    margin-left: 5px;
	padding: 5px 0;
}

.coupons-wraper{
	max-width: 50%;
    display: inline-block;
}

.btn.button-no-border{
	border: none;
}

.orders-sold {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.orders-sold-divider {
	display: inline-block;
	vertical-align: top;
}

/*****=====Product Grid hide-larger-price =====****/

.products.elements-grid .product-wrapper .wrapp-product-price  .price {
  word-spacing: -1em;
  visibility: hidden;
}
.products.elements-grid .product-wrapper .wrapp-product-price  .price *:not(.price) {
  word-spacing: normal;
  visibility: visible;
}
.products.elements-grid .product-wrapper .wrapp-product-price  .price > span:nth-child(2) {
  display: none;
}
.products.elements-grid .product-wrapper .wrapp-product-price  .price > ins,
.products.elements-grid .product-wrapper .wrapp-product-price  .price > small {
  margin-left: 4px;
}
.products.elements-grid .product-wrapper .wrapp-product-price  .wd-price-unit {
  display: inline !important;
}
.browser-Safari .products.elements-grid .product-wrapper .wrapp-product-price  .price {
  white-space: nowrap;
}
.browser-Safari .products.elements-grid .product-wrapper .wrapp-product-price  .price > ins,
.browser-Safari .products.elements-grid .product-wrapper .wrapp-product-price  .price > small {
  margin-left: calc(1em + 4px);
}
.browser-Safari .products.elements-grid .product-wrapper .wrapp-product-price  .wd-sticky-btn-cart .price {
  white-space: nowrap;
}

/*****===Guarantee and Description===*/

.accordion-custom .wd-accordion.wd-style-default:before{
	border-top: 1px solid var(--brdcolor-gray-300);
}

.accordion-custom.accordion-description .wd-accordion.wd-style-default:before{
	border-top: none;
}

@media (max-width: 414px) {
	.accordion-custom .wd-accordion-title {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}
@media (max-width: 375px) {
	.accordion-custom .wd-accordion-title .wd-accordion-title-text{
		font-size: 14px;
	}
}

/**========Mini Cart======*/

.woocommerce-mini-cart__buttons .btn-cart{
	display: none;
}

/*=====Reviews=====*/
.woocommerce-Reviews .review .avatar, 
.woocommerce-review__verified.verified{
	display: none;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
	font-size: 14px !important;
}

.collapsibale-hide-button.wd-opened .wd-collapsible-button{
	display: none;
}

/****========Multi Currency=========*/
.wmc-currency-wrapper .wmc-current-currency {
	line-height: 22px !important;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency{
	display: inline-block;
	padding: 0px 20px 0 0px;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency{
	padding: 5px 20px 0 0px;
}


.wmc-current-currency i.wmc-current-flag{
	margin: -13px !important;
}

.wmc-current-currency .wmc-current-currency-code, 
.wmc-sub-currency .wmc-sub-currency-code{
	font-size: 16px;
}

/*========Quantity & Add to card button ========*/

.wd-swatch.wd-text.wd-enabled{
	text-align: left;
}

div.quantity input[type="number"], div.quantity input[type="button"]{
	height: 45px;
}

button.wd-buy-now-btn.button{
	background-color: #ff4747;
	background-image: linear-gradient(213deg,#ff7b48 7%,#f73c22 92%);
}

button.single_add_to_cart_button.button,
button.wd-buy-now-btn.button{
	border-radius: 3px;
	height: 45px;
    width: calc(100% - 94px);
}

.wcppec-checkout-buttons.woo_pp_cart_buttons_div{
	margin-top: 20px;
	margin-bottom: 0px;
}

.wc-ppcp-product-payments__container:not(top) {
	margin: 0 !important;
}

.wd-reset-bottom-md.variation-swatch-selected {
	--wd-var-table-mb: 20px !important; 
}

#wfacp_smart_buttons .wfacp_smart_button_inner,
#wfacp_smart_buttons.wfacp_smart_buttons .wfacp_smart_button_inner.wfacp_smart_button_or_text_placeholder {
	margin-bottom: 10px !important;
}

#fkwcs_stripe_smart_button_wrapper {
	margin-bottom: 0 !important;
}

#wfacp_smart_buttons .fkwcs_google_pay_wrapper {
	margin-top: 0;
}

div#fkwcs-payment-request-separator {
	margin: 0 !important;
}

.fkwcs_google_pay_wrapper.fkwcs_smart_product_button.fkwcs-single-product{
	margin-bottom: 0;
}

.wd-single-action-btn.wd-single-wishlist-btn{
	margin-top: 10px !important;
}

.fkwcs_stripe_smart_button_wrapper button,
.fkwcs_stripe_smart_button_wrapper button{
	width: 100% !important;
}

.wfacp-order-place-btn-wrap button,
.fkwcs_stripe_smart_button_wrapper button{
	height: 45px !important;
}

.fkwcs_stripe_smart_button_wrapper.cart button{
	height: 40px !important;
	max-height: 40px !important;
}

.fkwcs_paylater_messaging.fkwcs_single_product {
	margin-top: 10px;
}

.fkcart-slider-heading .fkcart-title {
	font-weight: 600 !important;
}

.fkcart-slider-heading .fkcart-title span {
	display: none;
}

.fkcart-below-checkout-upsell {
	padding-top: 8px !important;
}

.fkwcs_paylater_messaging iframe {
    min-height: 30px !important;
}

@media (max-width: 768px) {
	.vc_column-inner .wd-single-add-cart {
		margin-bottom: 8px !important;
	}
	.fkwcs_paylater_messaging iframe {
		min-height: 40px !important;
	}
	.fkcart-modal .fkwcs_paylater_messaging iframe {
		min-height: 50px !important;
	}
}

@media (max-width: 480px) {
	.fkcart-order-summary .fkcart-summary-amount{
		font-size: 12px !important;
		white-space: nowrap;
	}
}


body.woocommerce-checkout #place_order.button.alt {
	height: 45px !important;
	line-height: 45px !important;
	padding: 0 !important;
}


.wc-stripe-gpay-mini-cart, .wc-stripe-applepay-mini-cart, .wc-stripe-payment-request-mini-cart {
	padding-left: 16px;
	padding-right: 16px;
}


@media (max-width: 414px) {
	div.quantity input[type="number"],
	div.quantity input[type="button"],
	button.single_add_to_cart_button.button,
	button.wd-buy-now-btn.button{
		height: 45px;
	}
	
}

@media (max-width: 375px) {
	
	.wd-single-add-cart.wd-design-justify .single_variation_wrap,
	div.quantity{
		flex: unset !important;
	}
	
	button.single_add_to_cart_button.button{
		width: 244px;
		margin-left: 10px;

	}
	
	.woocommerce-Reviews{
		margin: 0 !important;
	}
}

@media (max-width: 374px) {
	button.single_add_to_cart_button.button{
		width: 210px;
	}
}

@media (max-width: 320px) {
	button.single_add_to_cart_button.button{
		width: 185px;
	}
}

/*======== Style reward-banner ========*/
.custom-reward-badge {
  display: inline-block;
  font-size: 13px;
  background-color: #fef3c7;
  color: #92400e;
  border: 1px dashed #fcd34d;
  padding: 6px 10px;
  border-radius: 6px;
  margin: 0;
  line-height: 1.3;
  max-width: 100%;
  text-align: center;
  font-weight: 500;
}

.desktop-text {
  display: inline;
}
.mobile-text {
  display: none;
}

@media (max-width: 768px) {
  .desktop-text {
    display: none;
  }
  .mobile-text {
    display: inline;
  }
}
/*========reward-badges ========*/

.reward-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 8px 0;
}

.reward-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px 3px 8px;
  border-radius: 9px;
  font-size: 12px;  /* ĐÃ CHỈNH LẠI */
  font-weight: 600;
  color: #fff;
  background: #ff5959;
  margin-right: 6px;
  margin-bottom: 4px;
  box-shadow: 0 1px 4px rgba(255,89,89,0.09);
  white-space: nowrap;
  position: relative;
}

.reward-badge.gift {
  background: #ffa200;
  color: #fff;
  box-shadow: 0 1px 4px rgba(255,162,0,0.10);
}

.reward-badge .badge-label {
  margin-left: 7px;
  background: #fff;
  color: #ff5959;
  border: 1px dashed #e09191;
  border-radius: 3px;
  padding: 0 6px;
  font-size: 10px; /* ĐÃ CHỈNH LẠI */
  font-weight: 600;
  letter-spacing: 0.1px;
  height: 17px;     /* Nhỏ lại cho cân badge */
  display: flex;
  align-items: center;
}

.reward-badge.gift .badge-label {
  color: #ffa200;
  border: 1px dashed #f3c166;
}

/* Tooltip icon */
.reward-tooltip-icon {
  margin-left: 6px;
  font-size: 12px;      /* ĐÃ CHỈNH LẠI */
  background: #fffbe6;
  color: #ff5959;
  border-radius: 50%;
  width: 15px;          /* Nhỏ lại cho phù hợp font */
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 1px solid #ffd1d1;
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
  outline: none;
}
.reward-badge.gift .reward-tooltip-icon {
  color: #ffa200;
  border: 1px solid #ffe8b2;
  background: #fff7e6;
}

.reward-tooltip-icon:focus,
.reward-tooltip-icon:active {
  background: #fff4c1;
}

.badge-tooltip {
  display: none;
  position: absolute;
  left: 50%;
  top: 130%;
  transform: translateX(-50%);
  min-width: 170px;
  max-width: 240px;
  background: #222;
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12px;  /* ĐÃ CHỈNH LẠI */
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  z-index: 1000;
  white-space: normal;
  text-align: center;
  pointer-events: none;
}

/* Show tooltip on hover/focus/active of icon */
.reward-tooltip-icon:hover + .badge-tooltip,
.reward-tooltip-icon:focus + .badge-tooltip,
.reward-tooltip-icon:active + .badge-tooltip {
  display: block;
  pointer-events: auto;
}

/* Mobile: xếp badge dọc, badge nhỏ lại */
@media (max-width: 600px) {
  .reward-badges {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
  .reward-badge {
    font-size: 12px;
    padding: 2px 7px 2px 6px;
    margin-bottom: 4px;
    margin-right: 0;
  }
  .badge-tooltip {
    min-width: 120px;
    max-width: 90vw;
    font-size: 12px;
    padding: 7px 7px;
    left: 48%;
    top: 140%;
  }
}

.reward-badges .woocommerce-Price-amount.amount{
	color: #fff;
	padding-left: 3px;
}


/*========Add a Tip ========*/
#wc_checkout_add_ons {
	margin: 10px 0;
}

#wc_checkout_add_ons .form-row label:nth-child(1),
#wc_checkout_add_ons .form-row label:nth-child(2){
    font-weight: 600;
    font-size: 22px;
}

#wc_checkout_add_ons span.description {
    margin: 10px 0;
}

#wc_checkout_add_ons label[class^="checkbox"] {
	display: inline;
	margin-right: 10px;
}

#wc_checkout_add_ons br {
	display: none;
}

/*======Display discounts======*/

.p-discount-rate {
    display: inline-block;
    background: #ff0e7d linear-gradient(90deg,#ff4747,#ff0e7d);
    color: #fff;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 21px;
    margin: 0px;
    vertical-align: text-bottom;
    border-radius: 2px;
}

.p-discount-rate.saving {
	background:#f90;
}

.product-grid-item .p-discount-rate, .wd-sticky-btn-cart .p-discount-rate, .widget-product-info .p-discount-rate, .woobt-price .p-discount-rate {
	display: none;
}

/*======Variants button======*/
.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item{
	height: 50px;
	width: 50px;
}

.wd-single-add-cart.wd-design-justify .variations_form table.variations {
	margin-bottom: 25px;
}
/*
.wd-single-add-cart.wd-design-justify .variations_form .single_variation_wrap {
	margin: auto 0px;
}
*/
.wd-swatches-single.wd-swatches-product.wd-shape-round .wd-swatch.wd-bg.wd-active.wd-enabled {
	--wd-swatch-brd-color: #00BCD4;
}

.variations .cfvsw-swatches-container.cfvsw-product-container .cfvsw-swatches-option,
.wd-swatches-single.wd-swatches-product .wd-swatch.wd-text {
	border-radius: 3px;
    border: 1px solid #d8e7e8;
	box-shadow: 0 0 3px rgba(0,0,0,0.05) !important;
	color: #321863;
    font-weight: normal;
	font-size: 14px;
}

.variations .cfvsw-swatches-container.cfvsw-product-container .cfvsw-label-option,
.wd-swatches-single.wd-swatches-product .wd-swatch.wd-text{
	min-height: 24px !important;
	padding: 9px 11px;
}


.variations .cfvsw-swatches-container.cfvsw-product-container .cfvsw-swatches-option.cfvsw-selected-swatch,
.wd-swatches-single.wd-swatches-product .wd-swatch.wd-text.wd-active {
	border-color: #00BCD4 !important;
    background-color: #defbff;
}

.wd-swatches-single.wd-swatches-product .wd-swatch.wd-text:after, 
.wd-swatches-single.wd-swatches-product .wd-swatch.wd-text:hover:after {
	opacity: 0 !important;
}

.variations_form.variation-swatch-selected a.reset_variations {
	display: none!important;
}

@media (max-width: 375px) {
	.wd-swatch.wd-text{
		margin: 0 5px 5px 0;
	}
}

/*======Shipping estimate======*/
.pi-edd-product, .pi-edd-ajax{
	margin-bottom: 1rem !important;
}

/*================ Countdown styles ================*/
 .banner-big-sale-wrap {
	 position: relative;
	 width: 100%;
	 height: 60px;
	 background-size: cover;
	 background-repeat: no-repeat;
	 color: #fff;
	 display: flex;
	 background-image: url('https://www.pexgle.com/wp-content/uploads/2020/11/bf.png');
	 margin: 10px 0;
}
 .banner-big-sale-wrap .banner-wrap {
	 position: static;
	 -webkit-box-flex: 1;
	 flex: 1;
	 min-width: 0;
	 padding-right: 115px;
	 padding-left: 10px;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 flex-direction: column;
	 -webkit-box-pack: center;
	 justify-content: center;
	 width: 100%;
	 height: 100%;
	 background-position: 50%;
	 background-repeat: no-repeat;
}
 .banner-big-sale-wrap .banner-wrap .banner-title {
	 overflow: hidden;
	 text-overflow: ellipsis;
	 padding-right: 10px;
	 line-height: 1.5;
}
 .banner-big-sale-wrap .banner-wrap .banner-title .banner-icon {
	 margin-right: 5px;
}
 .banner-big-sale-wrap .banner-wrap .banner-title .banner-tag-name {
	 font-weight: 600;
	 font-size: 16px;
	 vertical-align: middle;
	 margin-right: 5px;
	 display: none;
}
 .banner-big-sale-wrap .banner-wrap .banner-title .banner .banner-price {
	 vertical-align: middle;
	 font-weight: 700;
	 font-size: 22px;
}
 .banner-big-sale-wrap .banner-wrap .banner-desc {
	 overflow: hidden;
	 text-overflow: ellipsis;
	 opacity: 0.8;
	 font-size: 12px;
	 margin-top: -4px;
	 display: none;
}
 .banner-big-sale-wrap .banner-count-down {
	 width: auto;
	 max-width: 125px;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 flex-direction: column;
	 -webkit-box-pack: center;
	 justify-content: center;
	 padding: 6px 18px;
	 height: 100%;
	 background-size: 100% 100%;
	 position: absolute;
	 right: 0;
	 color: #fff;
	 font-size: 12px;
	 background-image: url('https://www.pexgle.com/wp-content/uploads/2020/11/bf-time.png');
}
 .banner-big-sale-wrap .banner-count-down .countDown.count-down-timer {
	 line-height: 17px;
	 font-size: 13px;
	 color: #fff;
	 display: inline-block;
	 text-align: left;
}
 .banner-big-sale-wrap .banner-count-down .countDown.count-down-timer .before-text {
	 display: block;
	 margin-bottom: 2px;
	 white-space: nowrap;
}
 .banner-big-sale-wrap .banner-count-down .countDown.count-down-timer .timer {
	 display: inline-block;
}
 .banner-big-sale-wrap .banner-count-down .countDown.count-down-timer .timer .dice {
	 background: #fff;
	 text-align: center;
	 min-width: 21px;
	 min-height: 16px;
	 border-radius: 2px;
	 color: #000;
	 white-space: nowrap;
	 margin: 0 2px;
	 padding: 2px;
}
.banner-big-sale-wrap .banner-count-down .countDown.count-down-timer .timer #mp-timer-value-day {
	background: #fed434;
}

.mfes-trustmark {
    display: inline-block;
    width: 320px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(//cdn.shopify.com/s/files/1/0038/4663/5609/t/3/assets/103.svg?2510);
    margin: 10px auto;
}

/*======Shipping estimate======*/
.pi-edd-product, .pi-edd-ajax{
	margin-bottom: 1rem !important;
}

/*========Reveal button========*/
.spbcta-copied-success{
	color: #ff8328;
	opacity: 0;
}


.spbcta_copied_text .spbcta-copied-success {
	opacity: 1;
    transition: visibility 0s,opacity 4.5s linear;
}

.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 2058;
}
.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}
.codeDialog.el-dialog {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    left: 50%;
    margin: 0 !important;
    max-height: calc(100% - 30px);
    max-width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px
}

.codeDialog.el-dialog .el-dialog__header {
    display: none
}

.codeDialog.el-dialog .el-dialog__body {
    flex: 1;
    overflow: auto;
    padding: 0
}

.codedisplay-tip.el-tooltip__popper.is-light {
    background: #ffffffe6;
    border-color: #fff;
    color: #ff0012;
    margin-bottom: 0;
    max-width: 300px;
    padding: 5px
}

@media screen and (max-width:767px) {
    .codedisplay-tip.el-tooltip__popper.is-light {
        max-width: 200px
    }
}
.new_codedisplay[data-v-e00b6d28] {
    height: 120px;
    position: relative;
    width: 100%
}

.new_codedisplay .new_codedisplay_main_0[data-v-e00b6d28] {
    background: #ff9270
}

.new_codedisplay .new_codedisplay_main_1[data-v-e00b6d28] {
    background: #ff7070
}

.new_codedisplay .new_codedisplay_main_2[data-v-e00b6d28] {
    background: #7098ff
}

.new_codedisplay .new_codedisplay_main[data-v-e00b6d28] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 0 20px;
    width: calc(100% - 100px)
}

.new_codedisplay .new_codedisplay_main>p[data-v-e00b6d28] {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    width: 100%
}

.new_codedisplay .new_codedisplay_main>div[data-v-e00b6d28] {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 20px 10px 30px;
    text-align: center;
    width: 100%
}

.new_codedisplay .new_codedisplay_main>div>.text-overflow-1[data-v-e00b6d28] {
    margin-right: 5px;
    text-decoration: underline
}

.new_codedisplay>img[data-v-e00b6d28] {
    display: block;
    height: 100%;
    position: absolute;
    top: 0
}

.new_codedisplay .new_codedisplay_left[data-v-e00b6d28] {
    left: 0
}

.new_codedisplay .new_codedisplay_right[data-v-e00b6d28] {
    right: 0
}

@media screen and (max-width:768px) {
    .new_codedisplay[data-v-e00b6d28] {
        height: 100px
    }

    .new_codedisplay .new_codedisplay_main[data-v-e00b6d28] {
        padding: 0 10px
    }

    .new_codedisplay .new_codedisplay_main>p[data-v-e00b6d28] {
        -webkit-tap-highlight-color: transparent !important;
        background: none !important;
        font-size: 18px;
        outline: none !important
    }

    .new_codedisplay .new_codedisplay_main>div[data-v-e00b6d28] {
        font-size: 14px;
        padding: 15px 10px 25px
    }
}

.modal-dialog[data-v-e00b6d28] {
    box-shadow: unset
}

.manner[data-v-e00b6d28] {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    width: 100%
}

.manner h3[data-v-e00b6d28] {
    color: #ff8328;
    font-size: 13px;
    margin: 0
}

.manner h4[data-v-e00b6d28] {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px
}

.manner .left[data-v-e00b6d28] {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    height: 100%;
    justify-content: center;
    left: 0;
    padding-left: 10%;
    position: absolute;
    top: 0;
    width: 62%;
    z-index: 2
}

.manner .left[data-v-e00b6d28],
.manner .left p[data-v-e00b6d28] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.manner .left p[data-v-e00b6d28] {
    -webkit-tap-highlight-color: transparent !important;
    background: none !important;
    color: #ed1412;
    line-height: 28px;
    outline: none !important
}

.manner .right[data-v-e00b6d28] {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 5%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 38%;
    z-index: 2
}

.manner .right h4[data-v-e00b6d28] {
    margin-bottom: 0;
    margin-top: 10%;
    width: 100%
}

.manner .right p[data-v-e00b6d28] {
    align-items: center;
    color: #ff9844;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    margin-left: -5%;
    padding: 22% 30% 8%;
    position: absolute
}

.manner .right p[data-v-e00b6d28],
.manner .right p span[data-v-e00b6d28] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.manner .right:hover+svg #mannerImage[data-v-e00b6d28] {
    fill: url(#paint2_linear_937_3344)
}

.manner svg[data-v-e00b6d28] {
    height: 100%
}

#mannerImage[data-v-e00b6d28]:hover {
    fill: url(#paint2_linear_937_3344)
}

.message[data-v-e00b6d28] {
    position: fixed;
    top: 0;
    width: 500px;
    z-index: 999
}

.tip[data-v-e00b6d28] {
    left: 30%;
    position: absolute;
    text-align: left;
    top: 18%
}

.tip h2[data-v-e00b6d28] {
    font-size: 20px !important;
    font-weight: 400
}

.tip p[data-v-e00b6d28] {
    font-size: 15px;
    text-shadow: unset
}

.default[data-v-e00b6d28] {
    margin: 0 auto;
    max-width: 400px
}

.default .left[data-v-e00b6d28] {
    text-align: left
}

.default .left p[data-v-e00b6d28] {
    font-size: 18px !important;
    margin: 0
}

.default .right p[data-v-e00b6d28] {
    width: 100%
}

.venue .left[data-v-e00b6d28] {
    text-align: left
}

.venue .left h3[data-v-e00b6d28] {
    font-size: 13px;
    line-height: normal
}

.venue .left p[data-v-e00b6d28] {
    font-size: 18px !important;
    margin-bottom: 0
}

.venue .right h4[data-v-e00b6d28] {
    margin-top: 5% !important
}

.venue .right p[data-v-e00b6d28] {
    width: 100%
}

.showtime[data-v-e00b6d28],
.vogue[data-v-e00b6d28] {
    max-width: 400px;
    text-align: center
}

.showtime .left[data-v-e00b6d28],
.vogue .left[data-v-e00b6d28] {
    text-align: left
}

.showtime .left p[data-v-e00b6d28],
.vogue .left p[data-v-e00b6d28] {
    font-size: 18px !important;
    margin-bottom: 0
}

.showtime .right p[data-v-e00b6d28],
.vogue .right p[data-v-e00b6d28] {
    width: 100%
}

.athena .right[data-v-e00b6d28] {
    position: unset
}

.athena .right h4[data-v-e00b6d28],
.athena .right p[data-v-e00b6d28] {
    left: 74%;
    position: absolute;
    z-index: 1
}

.athena .right h4[data-v-e00b6d28] {
    top: 20%
}

.athena .right p[data-v-e00b6d28] {
    line-height: 1.2;
    max-width: 20%;
    padding: 1.1% 0;
    text-align: left;
    top: 51%;
    transform: unset !important
}

@media screen and (max-width:768px) {
    h4[data-v-e00b6d28] {
        margin: 0 !important
    }

    .tip[data-v-e00b6d28] {
        left: 30%
    }

    .tip h2[data-v-e00b6d28] {
        color: #fff;
        font-size: 14px !important
    }

    .tip p[data-v-e00b6d28] {
        font-size: 12px !important
    }

    .manner .left[data-v-e00b6d28] {
        max-width: 52%
    }

    .manner .left>p[data-v-e00b6d28] {
        font-size: 14px !important
    }

    .default .left h3[data-v-e00b6d28] {
        font-size: 12px
    }

    .default .left p[data-v-e00b6d28] {
        font-size: 14px !important;
        margin: 0
    }

    .default .right[data-v-e00b6d28] {
        font-size: 14px
    }

    .default .right h4[data-v-e00b6d28] {
        margin-bottom: 4px !important;
        margin-top: 10% !important
    }

    .venue .left h3[data-v-e00b6d28] {
        font-size: 12px
    }

    .venue .left p[data-v-e00b6d28] {
        font-size: 14px !important
    }

    .venue .right h4[data-v-e00b6d28] {
        margin-bottom: 5px !important;
        margin-top: 5% !important
    }

    .showtime .left h3[data-v-e00b6d28] {
        font-size: 12px
    }

    .showtime .left p[data-v-e00b6d28] {
        font-size: 14px !important;
        margin: 0
    }

    .showtime .right[data-v-e00b6d28] {
        font-size: 12px
    }

    .showtime .right h4[data-v-e00b6d28] {
        margin-bottom: 8px !important;
        margin-top: 10% !important
    }

    .showtime .right p[data-v-e00b6d28] {
        margin-bottom: 0
    }

    .vogue .right h4[data-v-e00b6d28] {
        margin-bottom: 5px !important;
        margin-top: 10% !important
    }

    .manner .right h4[data-v-e00b6d28] {
        margin-bottom: 0 !important
    }
}

/*==upsell-quantity===*/
.nhit-upsell-quantity .added_to_cart {
	display: none;
}

.nhit-upsell-quantity .upsell-quantity__title {
    color: #141414;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
	margin-bottom: 10px;
}

.nhit-upsell-quantity .upsell-quantity__discount {
    background-color: #f8f8f8
}

.nhit-upsell-quantity .upsell-quantity__discount-text {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    color: #606060
}

.nhit-upsell-quantity .upsell-quantity__discount-subtext {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    color: #bcbcbc
}

.nhit-upsell-quantity .upsell-quantity__add-cart {
    min-width: 100px;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    text-align: center;
    border-radius: 2px;
    outline: 0;
    transition: background-color .4s ease,border .4s ease
}

.nhit-upsell-quantity .upsell-mb4 {
    margin-bottom: 4px;
}

.nhit-upsell-quantity .upsell-py8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.nhit-upsell-quantity .upsell-px16 {
    padding-left: 16px;
    padding-right: 16px;
}

.nhit-upsell-quantity .upsell-w-100 {
    width: 100%;
}

.nhit-upsell-quantity .upsell-justify-space-between {
    justify-content: space-between;
}

.nhit-upsell-quantity .upsell-items-center {
    align-items: center;
}

.nhit-upsell-quantity .upsell-flex {
    display: flex;
}

.nhit-upsell-quantity .add_to_cart_button {
	border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
}

/*===Paypal===*/

.wc-ppcp-product-payment-method.payment_method_ppcp {
	max-width: 100% !important;
}

.wc-ppcp-checkout-container .paypal-buttons {
	margin: 0 auto;
	max-width: 500px;
}

/*======Add a Tip====*/

.wpcot-tips{
	padding: 0px 8px;
}

.wpcot-tips .wpcot-tip .wpcot-tip-name{
	padding: 10px 0px;
	margin-bottom: 10px;
    border-bottom: 2px solid var(--brdcolor-gray-200);
    color: var(--wd-title-color);
    font-weight: var(--wd-title-font-weight);
    font-style: var(--wd-title-font-style);
    font-size: 18px !important;
    font-family: var(--wd-title-font)
}

.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form .wpcot-tip-custom-form-inner {
	width: 100%;
}

.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form input.wpcot-tip-custom-value {
	background-color: #fff !important;
}

.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form input.wpcot-tip-custom-add {
	background-color: #cc99c2 !important;
}

.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value > span, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom > span{
	line-height: 32px !important;
}

/*==Safe & Secure Checkouts==*/

#safe-secure-checkouts .wd-accordion.wd-style-default>.wd-accordion-item:first-of-type, .wd-accordion.wd-style-default>.wd-nav-wrapper+.wd-accordion-item{
	border-top: 1px solid var(--brdcolor-gray-300);
}