/*
Theme Name: Flickinger Glassworks
Author: Ficus Media
Author URI: https://ficus.media
Description: 
Version: 1.0
*/

/* .frm-fluent-form .ff-t-container {
	display: block !important;
} */

.fluentform input[type=text],
.fluentform input[type=email],
.fluentform textarea,
.ff-default .ff-el-form-control {
	background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(14, 14, 14, 0.5) !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 0.95rem !important;
	font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
	display: block !important;
    width: 100% !important;
}

.fluentform input[type=checkbox] {
	-webkit-appearance: none !important; 
	padding-left: 10px !important;
	cursor: pointer;
    background-color: transparent !important;
    border: 1px solid rgba(14, 14, 14, 0.5) !important;
	width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
	background: transparent;
    border: 1px solid rgba(14, 14, 14, 0.5);
	border-radius: 0.25em;
}


.ff-el-group.form-check   {
	padding-left: 0!important;
	padding-right: 0!important;
}

.fluentform input[type="checkbox"]:checked {
    background-color: #000 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}

.ff_t_c {
	color: rgba(14, 14, 14, 0.5) !important;
    font-weight: 300 !important;
    font-size: 0.95rem !important;
	padding-left: 8px !important;
}

.ff_t_c p a {
	color: rgba(14, 14, 14, 0.5) !important;
}

.ff-el-input--label {
    color: rgba(14, 14, 14, 0.5) !important;
    margin-bottom: 5px !important;
    padding: 6px 0;
}

.ff-el-input--label label {
    font-family: "Inter", sans-serif;
    font-weight: 300 !important;
    font-size: 0.95rem !important;
}

.ff-default .ff-el-form-control {
    padding: 6px 0;
}

.fluentform .ff-el-group {
    margin-bottom: 15px;
}

.ff-btn-submit {
    border: 1px solid #FF5C00 !important;
    color: #FAF8F3 !important;
    background-color: #FF5C00 !important;
    transition: ease 0.4s !important;
	border-radius: 0.25rem !important;
    font-family: "PP Rader Regular", sans-serif !important;
	text-transform: uppercase !important;
	padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
	font-weight: 400 !important;
    line-height: 1.5 !important;
}

.ff-btn-submit:hover {
  border: 1px solid #0E0E0E !important;
  background-color: #0E0E0E !important;
  color: #FAF8F3 !important;
  transition: ease 0.4s !important;
}

.ff_submit_btn_wrapper {
    margin-bottom: 0px !important;
}

.fluentform .ff_upload_btn.ff-btn::before {
    content: '＋ ';
}

.fluentform .ff_upload_btn.ff-btn {
    background: transparent;
    border: 1px solid rgba(14, 14, 14, 0.5) !important;
    border-radius: 5px !important;
    color: rgba(14, 14, 14, 0.5) !important;
    padding: 8px 14px 8px 10px;
    text-transform: uppercase;
    font-family: "PP Rader Regular", sans-serif;
    white-space: nowrap;
    transition-duration: 0.3s;
}

.fluentform .ff_upload_btn.ff-btn:hover {
    background: transparent;
    border: 1px solid #FF5C00 !important;
    color: #FF5C00 !important;
    transition-duration: 0.3s;
}

.fluentform input[type=number] {
    -moz-appearance: textfield;
    width: 80px !important;
    border: 1px solid rgba(14, 14, 14, 0.5) !important;
    border-radius: 5px !important;
    padding: 8px 8px 8px 15px !important;
    line-height: 1.15 !important;
}

/* Webkit browsers (Chrome, Safari, Edge) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
    opacity: 1; /* Ensures the arrows are visible */
}

/* Firefox */
/* input[type="number"] {
    
} */
input[type="number"]::-moz-inner-spin-button,
input[type="number"]::-moz-outer-spin-button {
    -moz-appearance: inner-spin-button;
    opacity: 1; /* Ensures the arrows are visible */
}

/* General styling to maintain the appearance of the arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-moz-inner-spin-button,
input[type="number"]::-moz-outer-spin-button {
    display: block; /* Ensures the arrows are always displayed */
}

.frm-fluent-form .ff-t-container {
    gap: 30px;
}

/* .ff-uploaded-list {
    margin-top: 0 !important;
    margin-left: 20px;
} */

.ff-upload-filename,
.ff-upload-progress-inline-text,
.ff-upload-filesize {
    color: rgba(14, 14, 14, 0.5);
}

.ff-upload-filename {
    margin-bottom: 10px !important;
}

.ff-el-progress-bar {
    background-color: #FF5C00 !important;
}

.ff-upload-preview {
    border-color: rgba(14, 14, 14, 0.5) !important;
    border-radius: 5px !important;
}

.ff-el-form-check-label {
    color: rgba(14, 14, 14, 0.5) !important;
    margin-right: 20px !important;
    margin-bottom: 0 !important;
}

.fluentform .ff-el-form-check-label .ff-el-form-check-input {
    top: -4px;
}

.ff-el-form-check-label span {
    padding-left: 5px !important;
}

.ff-el-form-check {
    margin-bottom: 0 !important;
}


/* ------- WOOCOMERCE -------- */

.wc-block-cart *,
.wp-block-woocommerce-checkout *,
.woocommerce-order * {
	border-color: rgba(255, 92, 0, 0.3) !important;
}

.wc-block-cart,
.wp-block-woocommerce-checkout,
.woocommerce-order,
.wp-block-woocommerce-empty-cart-block {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
	padding-right: 34px;
    padding-left: 34px;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  border: 1px solid #FF5C00;
  color: #FAF8F3;
  background-color: #FF5C00;
  transition: ease 0.4s;
  border-radius: 0.25rem !important;
  font-family: "PP Rader Regular", sans-serif !important;
  text-transform: uppercase !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
  background-color: #0E0E0E;
  color: #FAF8F3;
  transition: ease 0.4s;
}

button:disabled {
	opacity: 0.5 !important
}

.wc-block-cart__submit-button,
.wc-block-components-button,
.woocommerce a.button {
  border: 1px solid #FF5C00;
  color: #FAF8F3;
  background-color: #FF5C00;
  transition: ease 0.4s;
  border-radius: 0.25rem !important;
  font-family: "PP Rader Regular", sans-serif !important;
  text-transform: uppercase !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-button:hover,
.woocommerce a.button:hover {
  border: 1px solid #0E0E0E !important;
  background-color: #0E0E0E !important;
  color: #FAF8F3 !important;
  transition: ease 0.4s !important;
}

.wc-block-components-product-name {
	font-family: "PP Rader Regular", sans-serif !important;
	color: #0E0E0E !important;
	font-size: 1.25rem !important;
}

.is-large.wc-block-cart .wc-block-cart-items th {
	padding: 8px 16px !important;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
	padding: 8px 16px !important;
	font-family: "PP Rader Regular", sans-serif !important;
	color: #0E0E0E !important;
	font-size: 1.25rem !important;
}

table.wc-block-cart-items .wc-block-cart-items__header {
	font-family: "PP Rader Regular", sans-serif !important;
	color: #0E0E0E !important;
	font-size: 1.25rem !important;
}

.wc-block-components-totals-item__label,
.wc-block-components-order-summary__button-text,
.wc-block-components-title,
.woocommerce-column__title,
.woocommerce-order-details__title {
	font-family: "PP Rader Regular", sans-serif !important;
	color: #0E0E0E !important;
	font-size: 1.25rem !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
}

.wc-block-components-totals-item__value,
.wc-block-components-totals-item__value strong {
	font-weight: 600 !important;
}

.wc-block-components-radio-control--highlight-checked:after {
	border: 1px solid rgba(255, 92, 0, 0.3) !important;
}

.is-large .wc-block-checkout__sidebar {
	top: 120px !important;
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section:first-child {
	font-weight: 600 !important;
}

.wc-block-checkout__terms a,
.woocommerce-table--order-details a {
  color: rgba(255, 92, 0);
  text-decoration: underline;
  text-decoration-color: transparent !important;
  text-underline-offset: 2px;
  transition-duration: 0.3s;
}
.wc-block-checkout__terms a:hover,
.woocommerce-table--order-details a:hover{
  color: rgba(255, 92, 0);
  text-decoration: underline;
  text-decoration-color: rgba(255, 92, 0) !important;
  text-underline-offset: 2px;
  transition-duration: 0.3s;
}

.woocommerce .woocommerce-customer-details address {
	padding: 16px 16px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	line-height: 1.4;
}

.woocommerce ul.order_details {
	margin: 4em 0;
	padding-left: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	margin-top: 10px;
	margin-bottom: 0px !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	margin-top: -3px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	margin-top: -3px;
}

.woocommerce-table--order-details {
	font-weight: 400 !important;
}

.woocommerce table.shop_table th {
	font-weight: 600 !important;
}

table.shop_table tfoot td {
	font-weight: 400 !important;
}

.product-quantity {
	font-weight: 600 !important;
}

.woocommerce-order-details {
	margin-top: 2em;
}

.woocommerce-column__title,
.woocommerce-order-details__title {
	margin-bottom: 16px;
}

.woocommerce-thankyou-order-received {
	font-family: "PP Rader Regular", sans-serif !important;
	color: #0E0E0E !important;
	font-size: 3rem !important;
	font-weight: 600 !important;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	mask-image: url(https://flickinger.ficus.media/wp-content/uploads/2024/08/sad.png) !important;
	margin: 0 auto 1.5em !important;
}

.wc-block-cart__empty-cart__title {
	font-family: "PP Rader Regular", sans-serif !important;
	color: #0E0E0E !important;
	font-size: 1.5rem !important;
	font-weight: 600 !important;
}

@media (max-width: 991px) {
	.wc-block-cart,
	.wp-block-woocommerce-checkout,
	.woocommerce-order {
		padding-right: 24px;
		padding-left: 24px;
	}
	.woocommerce ul.order_details {
		display: flex;
		flex-direction: column;
		
	}
	.woocommerce ul.order_details li {
		border: 0 !important;
		margin: 10px 0;
	}
	.woocommerce ul.order_details {
		margin: 2em 0;
	}
	.woocommerce .woocommerce-customer-details :last-child {
		margin-bottom: 20px;
	}
}

.bag-mark {
	width: 20px;
	height: 20px;
}

.xoo-wsch-text {
	font-family: "PP Rader Regular", sans-serif;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
	border: 1px solid #FF5C00 !important;
    color: #FAF8F3 !important;
    background-color: #FF5C00 !important;
    transition: ease 0.4s !important;
    border-radius: 0.25rem !important;
    font-family: "PP Rader Regular", sans-serif !important;
    text-transform: uppercase !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
	border: 1px solid #0E0E0E !important;
    background-color: #0E0E0E !important;
    color: #FAF8F3 !important;
    transition: ease 0.4s !important;
}

.xoo-wsc-btn .amount {
	font-family: "Inter", sans-serif !important;
	font-style: normal !important;
}

.xoo-wsc-btn:hover .amount {
    color: #FAF8F3 !important;
}

span.xoo-wsch-close {
    font-size: 20px;
}

span.xoo-wsc-pname, span.xoo-wsc-pname a {
	font-family: "PP Rader Regular", sans-serif;
	font-size: 18px;
}

span.xoo-wsc-ft-amt-label {
	font-family: "PP Rader Regular", sans-serif;
	text-transform: uppercase;
}

.xoo-wscb-count {
	font-family: "PP Rader Regular", sans-serif;
}