* {
	padding:0;
	margin:0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
#selected-color{
    color: #FEFEFE;	
}
body {
	padding-top: 80px;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

.woocommerce-checkout b {
	filter: invert(1) !important;
}

.arrow-btn .elementor-button-wrapper:before, .submit-order:before{
content: "";
/* background: #D4A332 !important; */
background: #303030e3 !important;
color: #000 !important;
height: 100%;
	width: 0%;
	z-index: -10;
	position: absolute;
	transition: all 1s;
	left:0;
}
/* .submit-order:before{
left:0;
} */
.submit-order:hover img{
	border-left:1px solid #000;
	    z-index: 9999;
}
.submit-order:hover span{
    z-index: 9999;
}
.elementor-button-wrapper a, .submit-order {
	transition: all 2s;
}

.arrow-btn .elementor-button-wrapper:hover:before, .submit-order:hover:before{
	width: 100%; 
	   
}
.submit-order:hover:before{
	 z-index: 9999;
}
#submit-user-form:hover {
	background: transparent !important;
    z-index: 99;
}
/* #submit-user-form {
    padding: 0;
} */
.arrow-btn  .elementor-button{
z-index: 99999 !important;
}

.arrow-btn:hover .elementor-button{
/* color: #000; */
color:white !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #020202;
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

/* .error404 .notfound-content h1 {
	color: #000000;
} */

.error404 .notfound-content h3 {
	margin: 20px 0;
}

.arrow-btn a::after {
    content: '';
    position: absolute;
    margin-left: 0px;
    background-image: url(/wp-content/uploads/2026/01/Arrow-1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 18px;
    top: 50% !important;
    transform: translatey(-50%);
    height: 20px;
    width: 14px;
}
.arrow-btn a::before {
    content: '';
    position: absolute;
    background: #D4A332;
/* 	    background: #FFFFFF33 !important; */
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    width: 50px;
    top: 50% !important;
    transform: translatey(-50%);
	border-left: 1px solid #000;
    height: 100%;
}

.footer-wrapper a.yellow-text {
    font-weight: 300 !important;
}
.coca-image-compare-handle {
  transition: left 1.2s ease-in-out;
}

/* Section Top Bottom spacing utilities */

.section-tb {
	padding-top: 110px;
	padding-bottom: 110px;
}

/* Gap spacing */

.e-con.grid-gap {
	gap: 12px;
}

/* Column spacing */

.e-con.column-gap {
	column-gap: 56px;
}

/* Row spacing */

.e-con.row-gap {
	row-gap: 56px;
}

/* Title bottom spacing */

.title-bottom .elementor-widget-container {
	margin-bottom: 12px;
}

/* Padding top and bottom zero*/

.e-con.p-top {
	padding-top:0;
}

.e-con.p-bottom {
	padding-bottom:0;
}

/* Contact form 7 */

.wpcf7 .row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.wpcf7 .column {
	width: 50%;
}

.wpcf7 .column-full {
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
}

#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #F8F4EE;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	font-family: "Groillim", Sans-serif;
	color: #252525;
	text-align: center;
}

#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
}

.cf7-ajax-close {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display:none;
	position:fixed;
	top:0;left:0;
	width:100%;height:100%;
	background:rgba(255,255,255,0.6);
	z-index:9999999999;
	justify-content:center;
	align-items:center;
}

#cf7-ajax-loading.active { display:flex; }

.cf7-spinner {
	width:45px;
	height:45px;
	border:4px solid #ccc;
	border-top-color:#000;
	border-radius:50%;
	animation:spin 0.8s linear infinite;
}
.yellow-text{
	color:#D4A332 !important;
	font-weight:500 !important;
}
.elementor-icon{
	padding-top:4px;
}
.chair-img img{
	filter: grayscale(100%);
}
.main-home-hero-img {
    position: relative;
}

.main-home-hero-img:before {
    content: '' !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(2, 2, 2, 0.50) 0%, rgba(2, 2, 2, 0.20) 42.26%, rgba(2, 2, 2, 0.80) 71.46%, #020202 100%);
    z-index: 1;
}
body.page-id-20 {
    padding-top: 0;
}
body.page-id-20 header.header-wrapper {
    position: absolute !important;
    background-color: transparent !important;
}
.main-home-hero-img .home-hero-title {
    z-index: 1;
}
.num-head h2 {
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #D4A332;
    font-weight: 600 !important;
    color: transparent !important;
}

.slide-img .widget-image-caption{
	padding:8px 24px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#FFF;
	text-transform:uppercase;
	color:#000;
	font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.slide-img2 .widget-image-caption{
	background-color:#01311F !important;
}
/* .before-wrapper .elementor-widget-image,
.after-wrapper .elementor-widget-image {
  display: none;
}

.before-wrapper .elementor-widget-image:first-child,
.after-wrapper .elementor-widget-image:first-child {
  display: block;
}
.before-wrapper .elementor-widget-image,
.after-wrapper .elementor-widget-image {
  transition: opacity 0.4s ease-in-out;
} */


.before-wrapper .elementor-widget-image,
.after-wrapper .elementor-widget-image,
.content-slide {
  display: none;
}

/* show first slide (2 text editors) */
.content-slide.slide-0 {
  display: block;
}

.before-wrapper .elementor-widget-image:first-child,
.after-wrapper .elementor-widget-image:first-child {
  display: block;
}
.num-head h2 {
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #D4A332;
    font-weight: 600;
    color: transparent !important;
}
details {
    border: 1px solid rgba(254, 254, 254, 0.10);
}
.bg-overlay::before ,
.bg-overlay::after{
content: "" !important; background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.30) 50%, rgba(0, 0, 0, 0.00) 100%) !important; background-repeat: no-repeat !important; background-size: cover !important; height: 101% !important; width: 100% !important; position: absolute !important; opacity: 1 !important; }

.bg-overlay::after{
transform: rotate(180deg);
}

.bg-overlay ,
.bg-overlay *{
position: relative !important;
z-index: 999;
}
.selection-block {
  position: relative;
  overflow: hidden;
}
.bg-bottom-overlay::after {
    content: "" !important;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.30) 50%, rgba(0, 0, 0, 0.00) 100%) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 101% !important;
    width: 100% !important;
    position: absolute !important;
    opacity: 1 !important;
    transform: rotate(180deg);
}
.bg-bottom-overlay *{
    position: relative;
    z-index: 9;
}
/* gradient overlay */
.selection-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.00) 0%,
      rgba(0, 0, 0, 0.85) 100%
    ),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.50) 0%,
      rgba(0, 0, 0, 0.50) 100%
    );
  z-index: 1;
  pointer-events: none;
}
.selection-block *{
    position: relative;
    z-index: 3;
}
.after-before .coca-image-compare-horizontal .coca-image-compare-before-label:before {
    background: #FFF;
    padding: 12px 14px;
    min-width: auto !important;
    top: 30px;
    display: inline-block;
    width: 163px;
    color: var(--Black-color, #0D0D0D);
    font-family: Kanit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.after-before .coca-image-compare-horizontal .coca-image-compare-after-label:before{
	background: #D4A332;
    padding: 12px 14px;
    min-width: auto !important;
    top: 30px;
    display: inline-block;
    width: 163px;
    color: #fff;
    font-family: Kanit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.coca-image-compare-handle{
    background-color: rgb(255, 255, 255);
    background-image: url(/wp-content/uploads/2026/01/First-Class-Covers-LOGO_Bl-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 42.188px;
    height: 35.75px;
}
.coca-image-compare-left-arrow ,.coca-image-compare-right-arrow { 
display:none;
}
.after-before .shortcode-container .coca-bais-container { max-width:100% !important;width:100% !important;}

.coca-bais-shortcode .coca-bais-container img{
	width:100% !important;
}


@keyframes spin { to { transform:rotate(360deg); } }

.wpcf7-response-output { display:none !important; }

.cf7-popup-open, .cf7-loading {
	overflow:hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}


/*video play & pause*/
/* Card base */
.card-wrapper {
    position: relative !important;
    overflow: hidden;
}

/* Video */
.card-wrapper video {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay (ONLY on video) */
.card-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0.45),
        rgba(0, 0, 0, 0)
    );
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.4s ease;
}

/* Content on video */
.fade-content {
        z-index: 99 !important;
    position: absolute !important;
    bottom: 0;
    padding: 0 40px 34px 30px !important;

    color: #ffffff;
    opacity: 1;
    transform: translateY(0);

    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* PLAYING STATE */
/* When video plays → hide overlay + content */
.card-wrapper.playing::after {
    opacity: 0;
}

.card-wrapper.playing .fade-content {
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
}

/*product details page*/
.config-step label.about-vehicle-label {
    color: #FFF;
    font-family: Kanit;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}




/* ---------------------------------CheckOut Page--------------------------------- */

.vehicle-message-title {
    color: #FEFEFE !important;
    font-family: Kanit;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 50px !important;
    text-transform: uppercase;
	max-width: 76% !important;
	margin-bottom: 10px !important;
}

.vehicle-message-text {
    color: #FEFEFE;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.col2-set .col-1 {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

span.select2-dropdown.select2-dropdown--below {
    background: #000 !important;
}

html, body {
    overflow-x: hidden;
}

.checkout-custom .e-con-inner, .checkout-reviews-slider-header {
    max-width: 1700px !important;
    padding: 0 !important;
    margin: 0 auto !important;
     
}

.checkout-reviews-slider-container .checkout-reviews-slider-header { 
	padding-left: 0 !important;
}

.woocommerce-checkout .e-checkout__container {
	grid-template-columns: 44% auto !important;
	grid-column-gap: 100px !important;
}

.woocommerce form .form-row .required {
	color: #D4A332 !important
}

.vehicle-message-title span {
    color: #D4A332 !important;
}

.item-meta:last-child {
    margin-bottom: 15px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox span.diffent-address {
    vertical-align: text-top;
    margin-top: -1px !important;
    display: inline-block;
	color: #D4A332 !important;
}

li.select2-results__option {
    color: #fff !important;
}

.page-border {
    border-bottom: 1px solid #434343;
    margin: 40px 0;
}

.custom-payment-heading h3 {
    color: #FEFEFE !important;
    font-family: Kanit;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 29px;
    text-transform: uppercase;
	margin-bottom: 12px !important;
}

.form-row label.checkbox {
    color: rgba(255, 255, 255, 0.80) !important;
    font-family: Roboto, sans-serif !important;
    font-size: 14px !important;
    font-style: italic !important;
    font-weight: 300 !important;
    line-height: normal !important;
}

.currency-code {
    color: rgba(255, 255, 255, 0.66) !important;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.custom-payment-heading p {
    color: #FEFEFE;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-bottom: 24px;
}

.privacy-policy-payment p {
    color: #FEFEFE;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

div#step4-error {
    font-family: Roboto, sans-serif;
}

.item-image img {
    border: 1px solid  #434343 !important;
}

.woocommerce-checkout-review-order .page-border:last-child {
    display: none;
}


.form-row-third {
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
    padding-right: 10px !important;
}
 
.form-row-third:last-child {
    padding-right: 0 !important;
}
 

 

.woocommerce-billing-fields h3 {
    color: #FEFEFE !important;
    font-family: Kanit !important;
    font-size: 40px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 50px !important;
    text-transform: uppercase !important;
	margin-bottom: 8px !important;
}

.woocommerce-billing-fields label, .woocommerce-additional-fields label, .shipping_address label, .shipping_address label, label.woocommerce-form__label.woocommerce-form__label-for-checkbox span {
    color: #FFF !important;
    font-family: Kanit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
	margin-top: 16px;
}

#billing_state_field p#billing_state_description { 
	padding-top: 10px !important;
}

.woocommerce-checkout ul.select2-results__options, 
.woocommerce-checkout span.select2-search, 
.woocommerce-checkout input.select2-search__field { 
	background: #000 !important;
	color: #fff !important;
}

.woocommerce-billing-fields input, span#select2-billing_country-container, span#select2-billing_state-container, .shipping_address input, span#select2-shipping_country-container, span#select2-shipping_state-container, textarea#order_comments {
    padding: 16px 20px !important;
    align-items: center;
    border: 1px solid #444 !important;
    background: #1A1A1A !important;
	color: rgba(255, 255, 255, 0.80) !important;
	font-family: Roboto !important;
	font-size: 14px;
	font-style: italic;
	font-weight: 300 !important;
	line-height: normal !important;
}

.e-checkout__order_review, .woocommerce-checkout-payment {
    background: rgba(255, 255, 255, 0.10) !important;
    border: none !important;
    padding: 50px 80px 50px 50px !important;
}

.custom-payment-heading p {
	padding-right: 80px;
}

.shipping_address {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

div#payment * {
    font-family: Roboto, sans-serif;
}

.wc_payment_method.payment_method_cod label, .wc_payment_method label {
    color: #fff !important;
}

label.save-source-label {
    color: #30313d !important;
}

button {
	cursor: pointer !important;
}

button#place_order {
    background-color: transparent !important;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 0px 0px;
    padding: 12px 75px 12px 24px !important;
	transition: all 2s !important;
}

button#place_order:hover {
	color: #000 !important;
	transition: all 2s !important;
}

button#place_order::before {
    content: '';
    position: absolute;
    background: #D4A332 !important;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    width: 50px;
    top: 50% !important;
    transform: translatey(-50%);
    border-left: 1px solid #000;
    height: 100%;
}

button#place_order::after {
    content: '';
    position: absolute;
    margin-left: 0px;
    background-image: url(/wp-content/uploads/2026/01/Arrow-1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 18px;
    top: 50% !important;
    transform: translatey(-50%);
    height: 20px;
    width: 14px;
}

.feature-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    color: #fff;
    border: 0.6px solid #9A7520;
    background: rgba(254, 254, 254, 0.10);
    backdrop-filter: blur(7.5px);
}

.checkout-cart-items {
    padding-top: 24px;
    padding-bottom: 40px;
}

.details-item-prc-rm .item-price {
    color: #D4A332;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

span.qty-display {
    color: #FEFEFE;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

button.qty-btn.qty-decrease {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    background: #838383;
    border: none;
}

.elementor-button-wrapper:after{
    content: "";
/*     background: #FFFFFF33 !important; */
background: #D4A332 !important;
    height: 100%;
    width: 100%;
    z-index: -11;
    position: absolute;
    left: 0;
}

.elementor-button {
	background: transparent !important; 
}

button.qty-btn.qty-decrease:hover {
	background: #838383 !important;
}

input#coupon_code {
    margin-right: 12px !important;
    width: 100%;
	display: flex;
    padding: 14px 20px;
    flex-direction: column;
    align-items: flex-start;
    border: none;
	background: #FFF;
	color:#707070;
}

button.qty-btn.qty-increase {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    background: #D4A332;
    border: none;
}

button.qty-btn.qty-increase:hover {
	background: #D4A332 !important;
}

button#apply_coupon {
    padding: 15px;
    border-radius: 8px;
    background: #2B2B2B;
    box-shadow: 0 0 0 1px #494949 inset;
    color: #FEFEFE;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
    font-weight: 400 !important;
}
.checkout-cart-coupon {
    display: flex;
	padding-bottom: 24px;
}

.checkout-cart-total, .checkout-cart-shipping-cost, .checkout-cart-total-final, .checkout-cart-coupon-discount {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-cart-total span, .checkout-cart-shipping-cost span:first-child, .checkout-cart-coupon-discount span, .checkout-cart-shipping-cost strong {
    color: #FFF !important;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.checkout-cart-shipping-cost strong:nth-child(2) {
	color: rgba(255, 255, 255, 0.66);
    text-align: right;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.checkout-cart-total-final span {
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.checkout-cart-total-final {
    padding-top: 24px;
}

.checkout-cart-total-final strong {
    display: flex;
    align-items: baseline;
    gap: 9px;
}

.woocommerce-page .checkout-reviews-slider-header h3 {
    display: none;
}

.checkout-cart-total span {
    padding-bottom: 10px;
}

.feature-bar .feature-item:first-child, .checkout-cart-coupon-discount {
    padding-bottom: 10px;
}

.details-item-prc-rm {
    display: flex;
    flex-direction: column;
/*     justify-content: space-between; */
    align-items: flex-end;
}

.customer-service-section h3 b {
    font-weight: 400;
}

.details-item-prc-rm {
    width: 25%;
}

.details-item-qty {
    width: 65%;
	flex-direction: column;
    display: flex;
/*     justify-content: space-between; */
}

/* Form loading state */
#stamped-review-form {
    position: relative;
}
#stamped-review-form.form-loading {
  pointer-events: none;
cursor: not-allowed;
}
.form-loading  .review-loader {
     display: flex;
    inset: 0;
}
/* Loader container */
.review-loader {
    display: none;
    position: absolute !important;
    inset: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
    background: #ffffff4a;
    z-index: 99;
    cursor: not-allowed;
}
.item-remove{
	margin-top: 45px;
}
/* Spinner */
.review-loader .spinner {
    width: 30px;
    height: 30px;
    border: 5px solid #ccc;
    border-top-color: #D4A332;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: block;

}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.item-meta span.meta-label {
    color: rgba(255, 255, 255, 0.80);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
}

.item-name {
    color: #FEFEFE;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.woocommerce-billing-fields span {
    color: #D4A332;
}

.item-image {
    width: auto;
	margin-right: 45px;
}

	.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FEFEFE;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	}

.check {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #D4A332;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

label.screen-reader-text {
	 margin: unset !important;
    overflow: unset !important;
    height: unset !important;
    padding: unset;
    position: unset !important;
    width: unset !important;
    color: #fff !important;
    display: block !important;
    clip-path: none !important;
}

.qty-btn {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 6px !important;
    justify-content: center;
    align-items: center;
}

button.remove-item {
	background: transparent;
    padding: 0 !important;
    color: unset !important;
    border: none !important;
	background-color: transparent !important;
}

.e-checkout__order_review h3#order_review_heading {
    display: none !important;
}

.item-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-image-wrapper.swiper-slide {
    display: flex;
    justify-content: flex-end;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    left: 50% !important;
	bottom: -13% !important;
    z-index: 9 !important;
    position: relative;
	padding-top: 15px;
}

.stamped-reviews-container span.swiper-pagination-bullet {
    background: #fff !important;
    font-size: 50px !important;
    height: 12px;
    width: 12px;
}

.checkout-reviews-slider-header h3.slider-title {
    padding-bottom: 25px;
}

.swiper-pagination.checkout-slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets { 
	display: none;
}

.checkout-reviews-slider-container {
    padding-bottom: 70px;
}

.item-meta:last-child {
    display: flex;
    margin-bottom: 20px;
}

.review-right-images .product-image-wrapper {
	height: auto !important;
	aspect-ratio: 1 / 1 !important;
}

.review-right-images .product-image-wrapper.swiper-slide {
    border: none !important;
    padding: 0px !important;
}

.review-right-images span.swiper-pagination-bullet {
    height: 12px !important;
    width: 12px !important;
	background: #fff !important;
}

.review-right-images span.swiper-pagination-bullet-active-prev {
	height: 12px !important;
    width: 12px !important;
}

.checkout-reviews-slider-container span.star.filled {
	text-align: center !important;
	justify-content: center !important;
	display: inline-flex !important;
}

button * {
    cursor: pointer !important;
}

/* .checkout-reviews-slider-container .review-right-images {
    max-width: unset !important;
} */

.checkout-reviews-slider-container .review-main-container {
    align-items: flex-start;
}

/* .checkout-reviews-slider-container .review-main-container { 
	padding-left: 15px; 
	padding-right: 15px;
} */

.checkout-cart-item {
    display: flex;
	justify-content: space-between;
}

h3#ship-to-different-address {
    padding-left: 0 !important;
}

.fcc-checkout-coupon-form input#coupon_code {
    padding: 14px 20px;
    color: #707070;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.payment_box.payment_method_stripe_cc.wc-stripe-no-methods {
    background: transparent !important;
    border: 1px solid;
}

label.save-source-label {
    color: #fff !important;
}

label.checkbox, label.checkbox input, label.save-source-label {
    cursor: pointer !important;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select, input {
	outline: none !important;
}

.fcc-checkout-coupon-form button.button {
	padding: 15px;
    color: #FEFEFE !important;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    background: #2B2B2B;
    box-shadow: 0 0 0 1px #494949 inset;
}

.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #D4A332 !important;
}

.woocommerce-checkout .checkout-reviews-slider-container .swiper-pagination-bullet {
    background: #D4A332 !important;
}

.details-item-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* -------------------------------------Order Page------------------------------------- */

.woocommerce-order th, .woocommerce-order td {
    color: #FFF !important;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.woocommerce-order-overview li {
    color: rgba(255, 255, 255, 0.80);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.woocommerce-order p.woocommerce-notice, .woocommerce-columns address {
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.woocommerce-order p.woocommerce-notice {
    padding-bottom: 20px;
}

.item-image {
    width: 125px;
}




/* Order detail page */
 
.woocommerce-order {
    background-color: unset;
    padding: 40px;
    border-radius: 10px;
    max-width: 80%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto !important;
	border: 0.6px solid #9A7520;
}
 
.woocommerce-thankyou-order-received {
    font-family: Kanit;
/*     color: #fff; */
    font-size: 18px;
    background: #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 50px !important;
}

.woocommerce-verify-email p{
        color: #ffffff;
          font-size: 16px;
    line-height: 1.6;
}

.woocommerce-verify-email input[type="email"]{
    background: #1c1c1c !important;
    border: 1px solid #2e2e2e !important;
    transition: all 0.3s ease;
    color: #cccccc !important;
        padding: 12px !important;
        border-radius: 4px;
    font-size: 16px;
    margin-top: 20px !important;
}


.woocommerce-error li{
    font-weight: 500;
    
}


.woocommerce-verify-email  button[type="submit"]{
        background: rgba(255, 255, 255, 0.20) !important;
       font-size: 16px;
    margin-top: 10px;
    padding:  12px 24px !important;
    color: #ffffff !important;
text-transform: capitalize;
    border: none !important;
    font-weight: 4500 !important;
}


 
.woocommerce-order-overview li {
    font-size: 16px !important;
    font-family: Kanit;
    color: #fff !important;
}
 
.woocommerce ul.order_details li strong {
    margin-top: 10px !important;
    font-size: 18px !important;
    color: #D4A332 !important;
    font-weight: 400 !important;
}
 
.woocommerce-order p {
    font-size: 15px !important;
    color: #000 !important;
}

.review-right-images span.swiper-pagination-bullet {
    left: 0 !important;
}
 
.woocommerce-order-details__title,
.woocommerce-column__title {
	margin: 40px 0px 20px 0px !important;
    color: #FEFEFE !important;
    font-family: Kanit;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 50px !important;
    text-transform: uppercase;}
 
.woocommerce-table {
    border-collapse: collapse !important;
    width: 40% !important;
}
 
.woocommerce-table tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}
 
.woocommerce-table th {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    text-align: left !important;
    color: #fff !important;
}
 
.woocommerce-order-details__title {
    font-weight: 500 !important;
}
 
.woocommerce-table tfoot th {
    font-size: 14px !important;
}
 
.woocommerce-table th, .woocommerce-table td {
    border: 1px solid #ddd !important;
    padding: 8px !important;
	background: #000;
}

.woocommerce-column p, .woocommerce-table__product-name a {
    color: #fff !important;
}

.woocommerce-table__product-name a {
    text-decoration: underline !important;
}
 
td.woocommerce-table__product-name {
    font-size: 16px !important;
}
 
.woocommerce-table th {
    font-size: 16px;
	background: #000;
}
.woocommerce .shop_table tfoot td {
    font-size: 14px !important;
    color: #fff !important;
}
 
.woocommerce-customer-details {
    font-size: 15px !important;
    color: #fff !important;
}
 
.woocommerce-customer-details--phone {
    margin-top: 20px !important;
}
 
.woocommerce-customer-details address {
    padding: 20px !important;
    height: auto !important;
}
 
.woocommerce-customer-details {
    margin: 0 !important;
}

/* .woocommerce-order-received .e-con-inner {
    max-width: 100% !important;
} */
 
.woocommerce-order h2 {
    letter-spacing: 0 !important;
}
 
body .elementor-menu-cart__main {
    display: none;
}
 
#elementor-popup-modal-1069 {
    background-color: transparent !important;
    justify-content: center;
    align-items: center;
    pointer-events: all;
}

.woocommerce {
    margin-bottom: 50px;
    margin-top: 40px;
}

.woocommerce-order-details__title span   {
    color: #D4A332;
}

.woocommerce-order * {
    font-family: Roboto, sans-serif;
}

p.woocommerce-notice {
    font-weight: bold !important;
}

p.woocommerce-customer-details--phone {
    padding-bottom: 8px;
}

.woocommerce-table__product-name li p {
    color: #fff !important;
}
.woocommerce-table__product-name li {
    display: flex;
	align-items: baseline;
}

.woocommerce-table__product-name ul.wc-item-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.woocommerce-table__product-name ul {
    padding-top: 10px;
}

/* For Chrome, Safari, Edge */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #1A1A1A inset !important; /* background */
    -webkit-text-fill-color: #fff !important; /* text color */
    transition: background-color 5000s ease-in-out 0s; /* prevent flash */
}
 
/* Optional: Firefox */
input:-moz-autofill {
    box-shadow: 0 0 0px 1000px #1A1A1A inset !important;
    -moz-text-fill-color: #fff !important;
}

.selection-section .selection-block {

    transition: all 0.3s ease;
       background-position: center;
       background-size: 100% !important;

}
 
.selection-section .selection-block:hover {
   background-size: 110% !important;
}
 


.checkout-reviews-swiper .swiper-button-prev:after, .checkout-reviews-swiper .swiper-button-next:after{
    content: '' !important;
}

.checkout-reviews-swiper .swiper-button-next, .checkout-reviews-swiper .swiper-button-prev{
    position: unset !important;
        margin-top: 0 !important;
    width: 44px;
    height: 44px;
}

.checkout-reviews-swiper .swiper-arrows{
    display: flex;
	justify-content: center;
    gap: 10px;
    margin-top: 48px;
}

.home-review-slider .swiper-slide { 
	padding: 50px; 
	border: 1px solid rgba(254, 254, 254, 0.20);
}

.home-review-slider .checkout-reviews-slider-container .vehicle-review-wrap {
    margin-right: 0 !important;
}
 
.home-review-slider .checkout-reviews-slider-header h3 {
    display: none;
}

.home-review-slider .single-review {
	border: none !important
}

.single-review span.star {
	width: 20px;
    height: 20px;
    display: inline-flex;
    flex-direction: column;
    background: #D9D9D9 !important;
    align-items: center;
    color: #fff !important;
    margin-left: 2px;
}

.arrows-none .swiper-arrows{
    display: none !important;
}


.banner-review-flex {
	display: flex;
    gap: 24px;
    padding: 10px;
    background: rgba(254, 254, 254, 0.10);
    backdrop-filter: blur(5px);
}
/* .banner-reviews-slider-container {
    max-width: 400px;
} */

p.banner-review-text, p.banner-reviewer-name {
    color: #FEFEFE;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 21px; 
}
p.banner-reviewer-name {
	font-weight: 400 !important;
	padding-top: 12px;
}
.banner-stars {
    color: #fff;
}
/* .banner-review-image {
    width: 50%;
} */
.banner-review-image img, .banner-review-content{
    width: 100%;
}
 


.banner-reviews-slider-container .swiper-button-prev:after, .banner-reviews-slider-container .swiper-rtl .swiper-button-next:after, .banner-reviews-slider-container .swiper-arrows {
	display: none !important;
}

.banner-reviews-slider-container .banner-review-image img {
/*     aspect-ratio: 1 / 1; */
	width: 128px !important;
	max-width: 128px !important;
	height: 130px !important;
    object-fit: cover;
}

.banner-reviews-slider-container span.banner-star.filled {
	color: #D4A332;
    margin-right: 1px;
}

.banner-reviews-slider-container .banner-quote-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom: 13px;
}

.banner-reviews-slider-container .banner-quote-icon {
    display: flex;
    align-items: center;
}

.woocommerce-order-received .checkout-reviews-slider-container {
    display: none;
}

.config-step input[type="text"],
.config-step input[type="text"]:focus {
    color: rgba(255, 255, 255, 0.8) !important;
}
 
.config-step input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #1A1A1A inset !important;
    -webkit-text-fill-color: rgba(255,255,255,0.8) !important;
}
 

.review-submit-btn-inner:after {
    content: "";
    background: #FFFFFF33 !important;
    height: 100%;
    width: 100%;
    z-index: -11;
    position: absolute;
    left: 0;
}
button.review-submit-btn.review-form-toggle, button.stamped-view-more-btn, button.review-submit-btn {
    background: transparent !important;
}

button#buy-now {
    background: transparent;
}

#seat-configurator .review-submit-btn-inner {
    width: 100%;
}

button#place_order {
	margin: 0 !important; 
}

.review-submit-btn-inner:after {
    content: "" !important;
    background-color: #FFFFFF33 !important;
    height: 100%;
    width: 100%;
    z-index: -11;
    position: absolute;
    left: 0;
}
.selection-block:not(.elementor-motion-effects-element-type-background) {
    background-size: cover !important;
}

.woocommerce-checkout .wc-stripe-applepay-button.StripeElement {
    display: none; 
}

.form-group input[type="file"]::file-selector-button {
    cursor: pointer;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-privacy-policy-text p {
	padding-bottom: 10px !important;
}

.review-submit-btn-inner .product-btn.gold-btn {
    background: #D4A332 !important;
    color: #000 !important;
}


/* 
--------------------------------------------------------Order Page-------------------------------------------------------- */

table.woocommerce-table.woocommerce-table--order-details {
    width: 100% !important;
}

/*--------------------------------------------------------Others Page-------------------------------------------------------- */

.details-item-qty .elementor-kit-5 button:focus {
	display: none !important;
}

.othres-page-table td {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.othres-page-table .wptb-row p strong {
    font-weight: bold;
}

.othres-page-table .wptb-row p:has(strong) {
    text-align: center;
}

.othres-page-table .wptb-table-container {
    padding-bottom: 15px;
}

/*--------------------------------------------------------form-------------------------------------------------------- */


/* Wrapper */

/* Order pay page */


.woocommerce-order-pay .shop_table   td{
    color: #FFFFFFCC!important;
     border: 1px solid #FFFFFF33 !important; 
    padding: 10px 20px !important;
}

.woocommerce-order-pay .shop_table   th{
    color: #FFFFFFCC !important;
    font-size: 16px !important;
         border: 1px solid #FFFFFF33 !important;
     padding: 10px 20px !important;
}

.shop_table{
     border-collapse: collapse !important;
}
.order-pay-billing{
    margin : 30px 0px;
        background: #FFFFFF1A;
    padding: 20px;
}

.order-pay-billing h3{
    color: #fefefe !important;
    font-size: 24px !important;
    margin-bottom:15px !important;
}

 .order-pay-heading {
    color: #fefefe;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
}

.order-pay-billing address {
    
    color: rgba(255, 255, 255, 0.6);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

.woocommerce-order-pay button#place_order{
    background: rgba(255, 255, 255, 0.20) !important;

}




.woocommerce-form .input-text {
    background: #1c1c1c !important;
    border: 1px solid #2e2e2e !important;
    transition: all 0.3s ease;
    color: #cccccc !important;
        padding: 12px !important;
        border-radius: 4px;
    font-size: 16px;
    margin-top: 10px !important;
   
}

.woocommerce-form label{
    color: #fff !important;
}

.woocommerce-form {
    border: none !important;
    padding: 0 !important;
}


.woocommerce-form  .woocommerce-form-row br{
display: none !important;
}
 

.my-acc h2{
    margin-bottom: 20px !important; 
}
.my-acc{
	padding:40px 0;
}
.my-acc .woocommerce-error, .woocommerce-info, .woocommerce-message{
	margin:90px 0;
}
 
.lost_password a{
    color: #fff !important;
}
.lost_password a:hover {
    text-decoration: underline;
    color: #D4A332 !important
}

.woocommerce-form button[type="submit"]{
        background: rgba(255, 255, 255, 0.20) !important;
       font-size: 16px;
    margin-top: 10px;
    padding:  12px 24px !important;
    color: #ffffff !important;
text-transform: capitalize;
    border: none !important;
    font-weight: 400 !important;
}
#order-pay-left-col h3 {
    color: #fff;
    font-family: "Kanit", Sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 500 !important;
}
#order-pay-address-wrap p,#order-pay-address-wrap span{
	color:#fff !important;
}
#order-pay-left-col h3 span, #order-pay-left-col h4 span {
    color: #D4A332 !important;
}
input#op_save_info_next_time,input#op_promotional_offers,input#op_ship_same_as_billing {
    accent-color: #D4A332;
}
.back-next-btn {
    margin-top: 35px;
}
.woocommerce-column__title span {
    color: #D4A332 !important;
    font-weight: 500 !important;
}
h2.woocommerce-column__title {
    margin: 0 !important;
}
.woocommerce-order p {
    font-size: 15px !important;
    color: #fff !important;
    padding: 0 !important;
}
section.woocommerce-customer-details {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.woocommerce-customer-details--phone, .woocommerce-customer-details--email {
    margin-left: 20px;
   margin-top: 0 !important;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background: transparent;
}
.product-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.after-before-auto-slider, .after-before-auto-slider .elementor-shortcode img{
	height:446px !important;
}
.before-image, .after-image{
	height:446px !important;
}
.slider-container{
	padding-bottom:unset !important;
}

/* .after-before-auto-slider{
	aspect-ratio:1/1;
} */

.qty-btn.qty-decrease{
	 background-color:#838383 !important;
}
.qty-btn.qty-increase{
	 background-color:#D4A332 !important;
}
.below-info{
	text-align:left !important;
}




/* ===== Checkbox Error Highlight ===== */

.check-box.error-highlight {
  padding: 10px;
  border: 1px solid #d40000;
  border-radius: 8px;
/*   background-color: #fff; */
  transition: 0.3s ease;
	margin-top:15px;
}

.check-box.error-highlight label {
  color:#d40000!important;
font-size: 18px !important;
}

.check-box.error-highlight input[type="checkbox"] {
  outline: 1px solid #d40000;
/*   outline-offset: 3px; */
}
/* Error state me link black ho jaye */
#summary .check-box.error-highlight label a {
    color:#d40000!important;
}
#summary .check-box.error-highlight {
    padding-top: 10px !important;
}



.review-submit-btn-inner:after{
    content: "";
/*     background: #FFFFFF33 !important; */
background: #D4A332 !important;
    height: 100%;
    width: 100%;
    z-index: -11;
    position: absolute;
    left: 0;
}

.review-submit-btn-inner:before{
content: "";
/* background: #D4A332 !important; */
background: #303030e3 !important;
color: #000 !important;
height: 100%;
	width: 0%;
	z-index: -10;
	position: absolute;
	transition: all 1s;
	left:0;
}

.prev-btn,.next-btn{
	cursor:pointer !important;
}

.lost_reset_password{
	color:white !important;
}
.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before{
	    filter: invert(1) ;
}

.woocommerce-Button {
	background-color:#D4A332 !important;
	color:white !important;
	font-size:16px !important;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select, input{
/* 	width: 100%; */
    transition: all 0.25s ease;
    border: 1px solid #444;
    background: #1A1A1A;
    padding: 16px 20px;
/*     margin-top: 10px; */
    color: rgba(255, 255, 255, 0.80);
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
}


.qty-btn.disabled,
.qty-btn:disabled {
  cursor: not-allowed !important;   
  pointer-events: none !important; 
}
.woocommerce-MyAccount-navigation ul li br{
	display:none;
}

.woocommerce-MyAccount-navigation ul li a{
	color:#fff;
	font-family: "Kanit", Sans-serif;
	font-weight: 300;
}
.woocommerce-MyAccount-navigation ul li{
	padding:15px;
	border-bottom:1px solid gray;
}
.woocommerce-MyAccount-navigation ul li:hover{
/* 	color:#D4A332; */
	background: #D4A332;
    color: #fff !important;
	font-weight:500;
	cursor:pointer;
}
.woocommerce-MyAccount-content p:first-of-type {
    margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation ul li.is-active{
/* 	color:#D4A332; */
	background: #D4A332;
    color: #fff !important;
	font-weight:500;
}
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-content a{
	color:#fff;
}
.woocommerce-MyAccount-content strong {
    color: #D4A332; 
}
/* .woocommerce-MyAccount-content .woocommerce-Address-title h2{
	color: #D4A332; 
} */

.woocommerce-MyAccount-content .woocommerce-orders-table__header span{
	color: #D4A332; 
	font-size:17px;
}
.woocommerce-MyAccount-content a.button,.woocommerce-MyAccount-content button.button{
	background-color:#D4A332;
	color:#fff;
	font-family: "Kanit", Sans-serif;
	font-weight:unset;
}
.woocommerce-MyAccount-content table.shop_table{
	    border: 1px solid rgba(254, 254, 254, 0.08);
    background: rgba(254, 254, 254, 0.10);
    backdrop-filter: blur(7.5px);
	padding:20px;
}
.woocommerce-MyAccount-content .edit-account fieldset{
	padding:20px;
	margin:20px 0;
}
.woocommerce-MyAccount-content a.button:hover{
	background-color:#69727d;
	color:#fff !important;
}
.woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell p{
	margin-bottom:0 !important;
}
.woocommerce-MyAccount-content #account_display_name_description em{
	font-size:14px;
}
.woocommerce-orders-table__cell-order-number p{
    margin:0;
}
.woocommerce-orders-table th.woocommerce-orders-table__cell-order-number{
    text-align:left;
    vertical-align:middle;
    padding:12px 16px;
}
.woocommerce-account .addresses .title .edit{
	color:#D4A332;
	    margin-bottom: 10px;
    font-size: 16px;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a br{
    display:none;
}

.woocommerce-account form p label + br {
    display: none;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
	width:50%;
}
.woocommerce-MyAccount-content .edit-account legend{
	padding:0 10px;
}
.woocommerce-account .addresses address{
		padding:10px;
		border:1px solid #D4A332;
		border-radius:10px;
	}
.woocommerce-MyAccount-content .woocommerce-Address-title h2{
		margin-bottom:unset !important;
	}
    .woocommerce-MyAccount-content .edit-account p:first-of-type {
        margin: unset;
    }
.edit-account .woocommerce-form-row {
	margin-bottom:15px !important;
}
.woocommerce-MyAccount-navigation {
	border: 1px solid rgba(254, 254, 254, 0.08);
background: rgba(254, 254, 254, 0.10);
backdrop-filter: blur(7.5px);
	padding:20px;
}
.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation li::marker{
    content: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-content{
	width:70%;
}
.woocommerce-orders-table tbody tr td{
    padding: 14px 12px !important;
}

.woocommerce-orders-table{
    border-collapse: separate;
    border-spacing: 0 12px;
}

.woocommerce-orders-table th{
	padding: 18px 20px !important;
}
.woocommerce-orders-table td{
    padding: 18px 30px !important;
}
.woocommerce-orders-table thead th{
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
    .woocommerce form .form-row .woocommerce-form-login__rememberme{
	line-height:normal !important;
}

.btn-wrap .elementor-button{
	    background: #D4A332 !important;
	padding:12px 24px !important;
	border: 1px solid #D4A332 !important;
}
.btn-wrap .elementor-button:hover{
	background:#FEFEFE14 !important;
	border:1px solid #FEFEFE14 !important;
}

.prev-btn .elementor-button,
.next-btn .elementor-button {
    padding: 17px 14px 17px 14px !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	display:none;
}
.woocommerce-MyAccount-content a[href*="logout"] {
    text-decoration: underline;
}

.image-upload-input {
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: break-word;
}

.woocommerce-checkout .e-login-actions-wrap .elementor-woocomemrce-login-rememberme{
	    color: #69727d !important;
}

.checkout-reviews-slider-container .review-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.checkout-reviews-slider-container .review-text.expanded {
  -webkit-line-clamp: unset;
}

.checkout-reviews-slider-container .review-content span {
	font-size: 15px !important;
    line-height: 1.6 !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box {
	background-color: #1c1c1c !important;
	padding-left: 0;
}
.wc-stripe-saved-methods-container.wc-stripe_cc-saved-methods-container {
    padding-top: 10px;
}
/* #year{
    margin-bottom: 28px;
}

.seat-inline-field-error{
    display: block;
}

.seat-inline-field-error:not(:empty){
    margin-bottom: 28px;
}

.seat-inline-field-error:not(:empty) + #year,
#year:has(+ .seat-inline-field-error:not(:empty)){
    margin-bottom: 0;
} */

/* input{
    margin-bottom: 28px;
} */

/* when error has text */
.seat-inline-field-error:not(:empty){
    margin-bottom: 28px;
}

/* remove margin from input when error exists */
input:has(+ .seat-inline-field-error:not(:empty)){
    margin-bottom: 0 !important;
}