<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Woo Customization*/

@media(min-width:768px){
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
	max-width: 48%;
}
}

.woocommerce-checkout .checkout .col-2 .notes{
	flex-direction: column;
}

.woocommerce form .form-row{
	flex-direction: column;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	min-height: 2.5rem;
	padding: 0.5rem;
}

#order_review_heading{
	padding-top: 1.5rem;
	border-top: 1px solid #ddd;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
	background: #046787 !important;
	border-color: #046787 !important;
	transition: 0.25s all ease;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{
	background: #024257 !important;
	border-color: #024257 !important;
}

.fpf-fields-config-wrapper {
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.fpf-fields-config-wrapper .fpf-fields-config{
  padding: 0.5rem 1rem;
  border: 1px solid;
  color: #fff;
  border-radius: 6px;
  background: #046787;
  border-color: #046787;
}

.fpf-fields-config-wrapper .fpf-fields-config:hover,
.fpf-fields-config-wrapper .fpf-fields-config:active,
.fpf-fields-config-wrapper .fpf-fields-config:focus {
	background: #024257;
	border-color: #024257;
}

/*Hide the woo FAQ tabs*/

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--accordions_faq,
.accordions_faq_tab{
	display: none!important;
}

/*adjusting account billing section */
.u-column1.col-1.woocommerce-Address{
	min-width:100%;
}</pre></body></html>