/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */
/* Override JupiterX container max-width */

/*GLOBAL STYLING*/
.elementor-kit-5 .entry-content a,
.elementor-kit-5 .elementor-widget-text-editor a {
    color: #CF000E;
    text-decoration: underline;
}

.elementor-kit-5 .elementor-widget-text-editor a:hover {
    color: #CF000E;
    opacity: 0.7;
}

/*NEW BADGE STYLING*/
.raven-product-gallery-wrapper {
    position: relative;
}

#rinnai_new_badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 80px;
    height: 80px;
    pointer-events: none;
}

/* Homepage - full width */
.container{
  max-width: none !important;
	min-height: calc(100vh - 379px);
}



/* Reset paragraph margins */
p {
  margin-top: 0 ;
  margin-bottom: 0;
}

.rinnai-hover-effect:hover{
	opacity: 0.7;
}

/* Sticky header */
.rinnai-header {
  z-index: 9999;
  background: #fff;
}

/* Top nav transition */
.rinnai-top-nav {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  opacity: 1;
}

/* Logo transition */
.rinnai-logo img {
  transition: width 0.3s ease;
  width: 120px; /* adjust to your default size */
}

/* === Scrolled state === */
/*
.rinnai-header.is-scrolled .rinnai-top-nav {
  max-height: 0;
  opacity: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
*/
.rinnai-header.is-scrolled .rinnai-top-nav {
  display: none !important;
}
.rinnai-header.is-scrolled .rinnai-logo img {
  width: 80px !important;
}

@media (max-width: 1244px) {
  .rinnai-header {
    height: 110px !important; /* adjust to taste */
  }
}

/* === fixed UL listing being outside of the container === */
.elementor-widget-text-editor ul {
    list-style-type: disc;
    padding-left: 40px;
}

.elementor-widget-text-editor ol {
    list-style-type: decimal;
    padding-left: 40px;
}

/* Remove focus outline on click for all interactive elements */
*:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

/* === Shopping Cart CSS === */
#moderncart-floating-cart{
	display:none !important;
}

#moderncart-slide-out-modal{
	background: rgb(0,0,0,0.3);
	height: 100vh !important;
    --moderncart-animation-duration: 0s !important;
}

.rinnai-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__submit-container .wc-block-components-button{
	background-color: #fff;	
}

.rinnai-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__submit-container .wc-block-components-button:hover{
	background-color: #777473;
	color: #f0f0f0;
}

/*Wishlist css on products page*/
.raven-product-gallery-wrapper {
    position: relative;
}

.rinnai-wishlist-overlay {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 20;
    pointer-events: all;
}

.rinnai-wishlist-overlay a.ti-wishlist-add-to-wishlist-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 0;
    transition: background 0.2s;
}

.rinnai-wishlist-overlay a.ti-wishlist-add-to-wishlist-button:hover {
    background: #fff;
}

/* Hide button text — icon only */
.rinnai-wishlist-overlay .ti-wishlist-btn-text {
    display: none;
}

/*Gravity Forms CSS*/
.enquiry-form .gfield_label{
    font-size: 16px;
    line-height: 2;
    color: #3E3A39;
    font-weight: 400;
}

.enquiry-form .ginput_container ::placeholder{
    font-size: 16px;
    line-height: 1.5;
    color: #969392;
}

.gfield select.large{
    font-size: 16px;
    /*line-height: normal;*/
    color: #969392;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #f0f0f0 !important;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
    transition: none !important;
}

.enquiry-form .ginput_container input,
.enquiry-form .ginput_container select,
.enquiry-form .ginput_container textarea{
    border-color: #F0F0F0 !important;
	box-shadow: none !important; 
}

.enquiry-form .gform_drop_area{
    background: #f0f0f0;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area::before{
    display:none !important;
}

.enquiry-form .gform_drop_area button{
    background: #fff !important;
    color: #3E3A39!important;
    border: 1px solid #3E3A39 !important;
    border-radius: 0px !important;
}

.enquiry-form .gform_button_select_files::before {
    content: "" !important;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background-image: url("https://dev.rinnai.com.my/wp-content/uploads/2026/04/rinnai-arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.gform-footer input {
    background-color: #fff !important;
    color: #3E3A39 !important;
    border: 1px solid #3E3A39 !important;
    border-radius: 0px !important;
    background-image: url("https://dev.rinnai.com.my/wp-content/uploads/2026/04/rinnai-arrow-right.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 16px center !important;
    background-size: 10px 10px !important;
    padding-left: 36px !important;
}

/* === WARRANTY FORM CSS === */
.warranty-form .gfield_label{
    font-size: 16px;
    line-height: 2;
    color: #3E3A39;
    font-weight: 400;
}

.warranty-form .ginput_container ::placeholder{
    font-size: 16px;
    line-height: 1.5;
    color: #969392;
}

.warranty-form .gf_placeholder{
    font-size: 16px;
    line-height: 1.5;
    color: #969392;
}

.warranty-form .ginput_container input,
.warranty-form .ginput_container select,
.warranty-form .ginput_container textarea{
    border-color: #F0F0F0 !important;
	box-shadow: none !important; 
}

.warranty-form .gform_drop_area{
    background: #f0f0f0;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area::before{
    display:none;
}

.ginput_container input::placeholder{
	color: #969392;
	font-size: 16px;
    line-height: 1.5;
}

.ginput_container input{
	color: #3E3A39 !important;
    border: 1px solid #F0F0F0 !important;
    border-radius: 0px !important;
	box-shadow: none !important;
}

.warranty-form .gform_drop_area button{
    background: #fff !important;
    color: #3E3A39!important;
    border: 1px solid #3E3A39 !important;
    border-radius: 0px !important;
}

.warranty-form .gform_button_select_files::before {
    content: "" !important;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background-image: url("https://dev.rinnai.com.my/wp-content/uploads/2026/04/rinnai-arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.gform-footer input {
    background-color: #fff !important;
    color: #3E3A39 !important;
    border: 1px solid #3E3A39 !important;
    border-radius: 0px !important;
    background-image: url("https://dev.rinnai.com.my/wp-content/uploads/2026/04/rinnai-arrow-right.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 16px center !important;
    background-size: 10px 10px !important;
    padding-left: 36px !important;
}

.gform_fields .warranty-form-title{
    border-left: 8px solid #969392;
    border-bottom: none !important;
    padding: 0!important;
}

.gform_fields .warranty-form-title h3{
    margin: 0;
    padding-left: 20px;
}

.warranty-form .gf_placeholder{
    font-size: 16px !important;
    line-height: 1.5!important;
    color: #969392!important;
}

.gform-datepicker{
    width: 100% !important;
}

/* === WARRANTY FORM TOOLTIP === */
.rinnai-model-no,
.rinnai-serial-no{
	width: 100%;	
}

.mm-tooltip-container.qtip {
    position: fixed !important;
    max-width: 280px !important;
	background-color: #e6e6e6;
	color: #3e3a39;
	padding: 12px 30px;
	border: none;
}

.fa-question-circle:before{
	color: #CF000E;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
	color: #CF000E !important;
}

/* === Shopping Cart CSS === */
/* Hide the original cart close SVG */
.moderncart-slide-out-header-close svg,
.moderncart-slide-out-header-quantity
{
    display: none !important;
}

/*make heading to title -> arrow*/
#moderncart-slide-out .moderncart-slide-out-header-heading{
	flex-direction: row-reverse !important;
}

.moderncart-cart-item-actions{
	align-self:center;
}

/* Inject the X using unicode that matches the crossing lines style */
.moderncart-slide-out-header-close::before {
    content: '✕';
    font-size: 18px;
    line-height: 1;
    color: #CF000E;
}

/*MORDERN CART*/
.submenu-shown{
    background-color: #fff !important;
    width: 140px !important;
    border: 1px solid ;
    border-color: #777473;
    padding: 20px!important;
}

.moderncart-slide-out-footer{
	margin:20px 20px 50px 20px;
	padding: 0 !important;
	box-shadow: none !important;
}

.moderncart-cart-total{
	background-color: #F0F0F0;
}

/*Cart Title Styling*/
#moderncart-slide-out .moderncart-slide-out-header-title{
	border-left: 8px solid #CF000E;
}

#moderncart-slide-out-modal .moderncart-slide-out-header-title span{
	font-size: 24px !important;
	line-height: 1.2 !important;
	color: #3E3A39 !important;
	font-weight: 700 !important;
	padding-left: 20px;
}

#moderncart-slide-out-modal .moderncart-slide-out-header{
	border:none !important;
}

/*Coupon Input field Styling*/
#moderncart-slide-out .moderncart-slide-out-coupon-input input{
	border-radius: 0 !important;
}

/*Cart Item Styling*/
.moderncart-cart-item-product-name .moderncart-cart-item-product-link a{
	font-size: 18px !important;
	line-height: 1.2!important;
	color:#CF000E !important;
	font-weight: 700 !important;
}

/*Cart Plus Minus Container*/
#moderncart-slide-out-modal.moderncart-cart-theme-style1 .moderncart-cart-item-quantity{
	display:flex !important;
	flex-direction: row-reverse;
	align-items: center;
	border-radius: 0 !important;
}

#moderncart-slide-out-modal.moderncart-cart-theme-style1 input[type="number"]{
	border: none !important;	
}

/*wording inside the cart*/
#moderncart-slide-out .moderncart-slide-out-footer .moderncart-cart-total .moderncart-cart-line-items-item span {
	color: #3E3A39 !important;
	font-size: 16px !important;
	line-height: 2 !important;
	font-weight: 400 !important;
}

/*the button*/
#moderncart-slide-out .moderncart-slide-out-footer .moderncart-cart-total .wc-proceed-to-checkout{
	padding: 16px 20px !important;
}

#moderncart-slide-out .moderncart-slide-out-footer .moderncart-cart-total a.checkout-button,
#moderncart-slide-out .moderncart-slide-out-coupon-input button{
	text-align: left !important;
	font-size: 16px !important;
	line-height: 2 !important;
	font-weight: 400 !important;
	color: #3E3A39 !important;
	background-color: #fff !important;
	border: 1px solid #3E3A39 !important;
	border-radius: 0 !important;
}

#moderncart-slide-out .moderncart-slide-out-coupon,
.moderncart-have-coupon-code-area{
	padding:0 !important;
}

/* === CART PAGE STYLING === */
.jupiterx-wc-step-active .jupiterx-wc-step-number{
	background-color: #CF000E !important;
}

.rinnai-cart-section,
.rinnai-checkout-section,
.page-id-524 .woocommerce,
.woocommerce .woocommerce-checkout{
	max-width:1170px !important;
	margin: 0 auto !important;
	padding: 50px 20px 0 20px !important;
}

.woocommerce-form-coupon-toggle,
.woocommerce .checkout_coupon{
	max-width:1170px !important;
	margin: 0 auto !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before{
    color: #3E3A39 !important;	
}

.woocommerce-form-coupon-toggle .woocommerce-info{
	background-color: #F0F0F0 !important; 
    color: #3E3A39 !important;	
}

.woocommerce-form-coupon-toggle .woocommerce-info a{
	background-color: #F0F0F0 !important; 
    color: #CF000E !important;	
	text-decoration: underline !important;
}

.rinnai-cart-header-text .wc-block-cart-items__header,
.rinnai-cart-header-text .wc-block-cart-items__header-image,
.rinnai-cart-header-text .wc-block-cart-items__header-product,
.rinnai-cart-header-text .wc-block-cart-items__header-total{
	visibility: visible !important;
	background-color: #F0F0F0 !important;
	border: 1px solid #F0F0F0 !important;
}

.wc-block-cart__main .wc-block-cart-items td{
	border-top: 0 !important;
}

.wc-block-cart-items__row .wc-block-cart-item__image{
	padding: 20px 16px !important;
}

.jupiterx-wc-steps{
	display:none!important;
}

.rinnai-cart-header-text .wc-block-cart-items__header-product span{
	display:none;	
}

.rinnai-cart-section .rinnai-cart-header-text .wc-block-cart-items__header-image span,
.rinnai-cart-section .rinnai-cart-header-text .wc-block-cart-items__header-total span{
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	color: #3E3A39;
}

.rinnai-cart-section .wc-block-cart-items__header-image{
	padding-left: 16px !important;
}

.rinnai-cart-section .wc-block-cart-item__quantity .wc-block-components-quantity-selector{
	border-radius: 0 !important;
	border-color: #3e3a39 !important;
}

.rinnai-cart-section .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
	opacity: 1;
}

/*Product Details styling*/
.wc-block-cart-item__product .wc-block-cart-item__wrap{
	color: #3E3A39;
}

.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name{
	font-size: 16px !important;
	line-height: 2 !important;
	font-weight: 700 !important;
	color: #CF000E !important;
}

.wc-block-formatted-money-amount{
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	color: #3E3A39;
}

.wc-block-cart-item__wrap .wc-block-components-product-metadata{
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #3E3A39;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block{
	font-size: 16px !important;
	line-height: 1.2 !important;
	font-weight: 400 !important;
	color: #3E3A39 !important;
}

/*Checkout Button*/
.wc-block-cart__submit-container{
	border: 1px solid #3E3A39 !important;
}

.wc-block-cart__submit-container:hover{
	background-color: #777473 !important;
}

.wc-block-cart__submit-container:hover a{
	color: #fff !important;
	text-decoration: none !important
}

.wc-block-cart__submit-container .wc-block-components-button:not(.is-link){
	justify-content: flex-start;
	padding: 10px 20px;
}

/* === CHECKOUT PAGE STYLING === */
/*Checkout Form*/
.wc-block-checkout__shipping-fields .wc-block-components-address-form{
	gap: 20px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-blocks-components-select .wc-blocks-components-select__select:focus {
  padding: 16px 8.5px 0 !important; /* use whatever value looks right */
}

.woocommerce .wc-block-checkout form input, 
.woocommerce .wc-block-checkout form select, 
.woocommerce .wc-block-checkout form textarea, 
.woocommerce-page .jupiterx-primary .wc-block-checkout input, 
.woocommerce-page .jupiterx-primary .wc-block-checkout select, 
.woocommerce-page .jupiterx-primary .wc-block-checkout textarea,
.wc-block-checkout .wc-block-components-radio-control__option-checked,
.wc-block-checkout .wc-block-components-notice-banner{
	border: 1px solid #f0f0f0 !important;
	border-radius: 0 !important;
}

/*Checkout order-summary*/
.wc-block-checkout__sidebar.is-sticky {
  position: static !important;
}

.wc-block-components-sidebar .rinnai-order-summary-container{
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #3E3A39;
	border-radius: 0;
}

.rinnai-order-summary-container .wc-block-components-product-name,
.rinnai-order-summary-container .wc-block-components-totals-item__value{
	font-size: 16px !important;
	line-height: 2 !important;
	font-weight: 700 !important;
	color: #CF000E !important;
}

/*.rinnai-cart-section .wc-block-cart-item__prices,*/
.rinnai-cart-section .wc-block-components-product-metadata{
	display:none !important;	
}

.rinnai-checkout-section .wc-block-components-button{
	background-color: #fff;
	color: #3E3A39; 
	border: 1px solid #3E3A39;
	padding: 10px 20px;
}

.rinnai-checkout-section .wc-block-components-button:hover{
	background-color: #3E3A39;
	color: #fff; 
}

/* === LOGIN PAGE STYLING === */
.rinnai-login-wrapper,
.tinv-wishlist-clear {
    max-width: 1170px !important;
    margin: 0 auto!important;
	padding: 50px 20px 0 20px !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul li{
	padding: 10px 20px !important;
}

.rinnai-login-wrapper form.login{
	border: 0 !important;
}

.rinnai-login-wrapper .form-row .input-text{
	border: 1px solid #f0f0f0 !important;
	border-radius: 0 !important;
}

.rinnai-login-wrapper button.button{
	background-color: #fff !important;
	border-color:#3E3A39 !important;
	color: #3E3A39 !important;
	border-radius: 0 !important;
}

.rinnai-login-wrapper button.button:hover,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active:hover{
	background-color: #3E3A39 !important;
	border-color:#3E3A39 !important;
	color: #fff !important;
	border-radius: 0 !important;
}

/* === DASHBOARD PAGE STYLING === */

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active{
	background-color: #3E3A39 !important;
	border-color:#3E3A39 !important;
	color: #fff !important;
	border-radius: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content{
	color: #3E3A39;
}

.rinnai-login-wrapper .woocommerce-MyAccount-content .woocommerce-info{
	background-color: #F0F0F0;
	color: #3E3A39;
	
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.rinnai-login-wrapper .woocommerce-MyAccount-content .woocommerce-info::after{
	display: none;
}

.rinnai-login-wrapper .woocommerce-MyAccount-content .woocommerce-info::before{
	top: 22px;
	color: #3e3a39;
}

.rinnai-login-wrapper .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button,
.rinnai-login-wrapper .woocommerce-MyAccount-content .woocommerce-info .wc-forward
{
	background-color: #fff;
	color: #3E3A39;
	border-color: #3E3A39;
	padding: 10px 20px;
}

.rinnai-login-wrapper .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button:hover,
.rinnai-login-wrapper .woocommerce-MyAccount-content .woocommerce-info .wc-forward:hover{
	background-color: #777473;
	color: #f0f0f0;
	
}

.rinnai-login-wrapper .woocommerce-MyAccount-content .form-row .input-text,
.rinnai-login-wrapper .woocommerce-MyAccount-content .form-row .select{
	border-color: #f0f0f0;
	border-radius: 0;
}
	
.woocommerce-MyAccount-navigation-link a{
	display: block;
	width: 100%;
}

.woocommerce-MyAccount-navigation-link a:hover{
	text-decoration: none;
}

.rinnai-login-wrapper .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-button{
	color: #3e3a39;
	background-color: transparent;
	border: 1px solid #3e3a39;
	padding: 10px 20px;
}

.rinnai-login-wrapper .woocommerce-Address-title .edit{
	color: #CF000E;
	text-decoration: underline;
}

.rinnai-login-wrapper .woocommerce-Address-title .edit:hover{
	opacity: 0.7;
}

/* === WISHLIST PAGE STYLING === */
.woocommerce.tinv-wishlist .tinvwl-table-manage-list thead th {
 	background-color:#f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.tinv-wishlist .product-action .button {
	padding: 10px 20px;	
	border-radius: 0;
}

.tinv-wishlist .product-action{
	width: 150px !important;	
}

.tinvwl-table-manage-list .product-name,
.tinvwl-table-manage-list .product-price,
.tinvwl-table-manage-list .product-date,
.tinvwl-table-manage-list .product-stock{
  	font-size: 16px;
	line-height: 2;
  	color: #3E3A39;
  	font-weight: 400;
}

.tinvwl-table-manage-list #respond input#submit, 
.tinvwl-table-manage-list a.button, 
.tinvwl-table-manage-list button.button, 
.tinvwl-table-manage-list input.button {
	background-color: #fff !important;
	border-color:#3E3A39!important;
	color: #3E3A39!important;
	padding: 10px 20px !important;
	border-radius: 0 !important;
}

.tinvwl-table-manage-list #respond input#submit:hover, 
.tinvwl-table-manage-list a.button:hover, 
.tinvwl-table-manage-list button.button:hover, 
.tinvwl-table-manage-list input.button:hover {
 	background-color: #777473 !important;
	color: #fff!important;
}

#tinvwl_product_actions{
	height: 46px;
	padding: 10px 20px !important;
	border-radius: 0;
}

.tinv-wishlist .cart-empty{
	background-color: #f0f0f0 !important;
	color: #3e3a39 !important;
}

.tinv-wishlist .cart-empty:before{
	color: #3e3a39 !important;
}

.tinv-wishlist .return-to-shop .wc-backward{
	background-color: rgb(255, 255, 255);
    color: rgb(62, 58, 57);
    border-color: rgb(62, 58, 57);
    padding: 10px 20px;
	border-radius: 0;
}

.tinv-wishlist .return-to-shop .wc-backward:hover{
	color: #f0f0f0;
	background-color: #777473;
}

/* === SEARCH PAGE STYLING === */
.search-results #jupiterx-primary {
    max-width: 1170px;
    margin: 0 auto;
	padding: 0 20px;
}

.search-results .jupiterx-product-container .add_to_cart_button{
	background-color: #CF000E;
	border-color: #CF000E;
}

.search-results .page-item.active .page-link{
	background-color: #CF000E;
	border-color: #CF000E;
	height:100%;
}

.search-results h2{
	margin-bottom: 8px !important;
}

.search-results .jupiterx-post-title a{
	font-size: 24px;
	line-height: 1.2;
	color: #3E3A39;
	font-weight: 500;
}

.search-results .jupiterx-post-title a:hover{
	font-size: 24px;
	line-height: 1.2;
	color: #CF000E;
	font-weight: 500;
}


.woocommerce form input:focus, 
.woocommerce form select:focus, 
.woocommerce form textarea:focus, 
.woocommerce-page .jupiterx-primary input:focus, 
.woocommerce-page .jupiterx-primary select:focus, 
.woocommerce-page .jupiterx-primary textarea:focus {
	box-shadow: none !important;
}
	
/* === CHECKOUT PAGE STYLING === */
.woocommerce-form-coupon{
	display: flex;
	justify-content: center;
}

.checkout_coupon .form-row{
	margin:0 !important;
}

.checkout_coupon .form-row button,
.woocommerce-checkout-payment .place-order .button{
	background-color: #fff !important;
	color: #3E3A39 !important;
	border-color: #3E3A39 !important;
	padding: 10px 20px !important;
	border-radius: 0 !important;
}

.checkout_coupon .form-row button:hover,
.woocommerce-checkout-payment .place-order .button:hover{
	background-color: #777473 !important;
	color: #fff !important;
}

.checkout_coupon .form-row-first{
	height:46px;
}

.checkout_coupon .form-row-first .input-text{
	height: 100% !important;
}

.checkout_coupon .form-row-last{
	width: max-content !important;
}

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select,
.woocommerce form .select2-container--default .select2-selection--single, 
.woocommerce-page .jupiterx-primary .select2-container--default .select2-selection--single,
.woocommerce-checkout-review-order .shop_table{
	border-radius: 0 !important;
	border-color: #f0f0f0 !important;
}

.woocommerce-checkout-review-order-table thead .product-name,
.woocommerce-checkout-review-order-table thead .product-total,
.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table tfoot .order-total th
{
	background-color: #f0f0f0 !important;
    font-size: 16px !important;
    line-height: 2 !important;
    font-weight: 400 !important;
    color: #3e3a39 !important;
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table tfoot #shipping_method li label,
.woocommerce-checkout-review-order-table tbody .woocommerce-Price-amount{
	font-size: 16px !important;
    line-height: 2 !important;
    font-weight: 400 !important;
    color: #3e3a39 !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table tbody .cart_item .product-name{
	font-size: 16px !important;
    line-height: 2 !important;
    font-weight: 700 !important;
    color: #CF000E !important;
}

.woocommerce-checkout-review-order-table tbody .cart_item .product-quantity{
	font-size: 16px !important;
    line-height: 2 !important;
    font-weight: 400 !important;
    color: #CF000E !important;
}
.woocommerce table.shop_table td{
	border-top: 1px solid #f0f0f0 !important;
}

.woocommerce-checkout-review-order-table tbody .cart_item .product-name,
.woocommerce-checkout-review-order-table tfoot tr th {
	border-right: 1px solid #f0f0f0 !important;
}

.payment_method_ipay88 .ipay88_opt_container{
	padding: 10px;	
}

.woocommerce-checkout #payment ul.payment_methods li input{
	margin: 0 !important;
}

.woocommerce-checkout #payment{
	background-color: #f0f0f0 !important;
	border-radius:0 !important;
}

.woocommerce-checkout #payment div.payment_box{
	background-color: #fff !important;
	border-radius:0 !important;
}

/*pointing up at ipay88*/
.woocommerce-checkout #payment div.payment_box::before{
	display:none !important;
}

/* === EMPTY CART STYLING === */
.rinnai-empty-cart .wp-block-button__link{
	margin-top: 20px;
	font-size: 16px;
	color: #3e3a39 !important;
   	line-height: 2;
   	border: 1px solid #3e3a39 !important;
   	padding: 10px 20px !important;
}

.rinnai-empty-cart .wp-block-button__link:hover{
	line-height: 2;
	text-decoration: none !important;
    border: none !important;
   	color: #fff !important;
   	background-color: #777473 !important;
	padding: 10px 20px !important;
}

/* === 404 page STYLING === */
.container .jupiterx-no-article{
	max-width:1170px !important;
	margin: 0 auto !important;
	padding: 50px 20px 0 20px !important;
}

/* === REMOVING COMMERCIAL PRICES === */
body.is-commercial-category .ue_grid_prices,
body.is-commercial-category .rinnai-commercial-hidden,
body.is-commercial-category .commercial-related-grid .ue_grid_prices{
  display: none !important;
}

/* === YOU MAY LIKE LEARN MORE BUTTON === */
.rinnai-you-may-like-grid .uc_more_btn{
	display: flex !important;	
}

.rinnai-product-add-to-cart .single_add_to_cart_button{
	display: flex;
	justify-content: flex-start !important;
}

/* === ORDER PAY PAGE === */
body.woocommerce-order-pay .jupiterx-post-content .woocommerce.wp-block-group {
 	max-width:1170px !important;
	margin: 0 auto !important;
}

body.woocommerce-order-pay .button-alt {
  	width: max-content !important; 
	display: flex;
	align-items: center !important;
	
	background-color: #fff !important;
	font-size: 16px;
	color: #3e3a39 !important;
   	line-height: 2;
   	border: 1px solid #3e3a39 !important;
	border-radius: 0 !important;
   	padding: 10px 20px !important;
	transition: none !important;
}

body.woocommerce-order-pay .button-alt:hover{
	line-height: 2;
	text-decoration: none !important;
   	color: #fff !important;
   	background-color: #777473 !important;
	padding: 10px 20px !important;
}

body.woocommerce-order-pay #ipay88_payment_form{
	width: max-content;
	display: flex;
	flex-direction: row-reverse;
	gap: 16px;
}

body.woocommerce-order-pay .cancel{
	display: flex !important;
	align-items: center !important;
	
	background-color: #fff !important;
	font-size: 16px;
	color: #3e3a39 !important;
   	line-height: 2;
   	border: 1px solid #3e3a39 !important;
	border-radius: 0 !important;
   	padding: 10px 20px !important;
	transition: none !important;
}

body.woocommerce-order-pay .cancel:hover{
	line-height: 2;
	text-decoration: none !important;
   	color: #fff !important;
   	background-color: #777473 !important;
}

body.woocommerce-order-pay ul.order_details{
	padding: 0;
}

body.woocommerce-order-pay ul.order_details li{
	color: #3e3a39;
}

body.woocommerce-order-pay .woocommerce.wp-block-group.alignwide > p{
	color: #3e3a39 !important;	
}