/*
Theme Name:   My Steel Storage
Description:  My Steel Storage
Author:       Repon Hossain
Template:     hello-elementor
Version:      1.0.0
Text Domain:  my-steel-storage
*/


body {
	font-family: Poppins;
}

@media (min-width: 1200px) {

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*=elementor-page-]) .site-main {
		max-width: 1300px
	}

	.site-footer.footer-full-width,
	.site-header.header-full-width {
		max-width: 100%
	}
}

.gap-5 {
	height: 5px;
	flex: 0 0 5px;
}

.product-loop-carousel-container {
	margin-inline: -24px;
	margin-top: -20px;
	display: block;
}

.product-loop-carousel {
	--height: 350px;
}

.product-loop-carousel img {
	height: var(--height) !important;
	width: 100% !important;
	object-fit: contain;
}

.product-loop-carousel .owl-nav button.owl-prev,
.product-loop-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	font-size: 20px;
	line-height: 1;
	width: 40px;
	height: 40px;
	outline: none !important;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, .4);
	border-radius: 100px;
}

.product-loop-carousel .owl-nav button.owl-prev {
	left: 15px;
	text-indent: -1px;
}

.product-loop-carousel .owl-nav button.owl-next {
	right: 15px;
	text-indent: 2px;
}

.product-loop-container .product-content {
	padding: 5px 10px;
	text-align: center;
}

.product-loop-container .product-content h4 {
	margin: 0;
	margin-bottom: 5px;
}

.product-loop-container .product-content a {
	color: inherit;
	font-size: 20px;
}


body.woocommerce-page #main {
	padding-block: 60px;
}

.woocommerce-breadcrumb-container {
	padding-block: 15px;
}

.woocommerce .woocommerce-breadcrumb {
	color: rgba(102, 102, 102, 1);
	margin: 0;
	font-weight: 500;
}

.woocommerce-breadcrumb-container .site-main {
	display: flex;
	column-gap: 40px;
	row-gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-breadcrumb-container .product-title-box {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}

.woocommerce div.product div.images .flex-viewport {
	margin-bottom: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

.woocommerce div.product div.images .flex-control-thumbs li {
	float: none;
	width: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #d8d8d8
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	border: none;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #9E9E9E;
	font-weight: normal;
	line-height: 39px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 500;
	display: block;
	border-radius: 4px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
	background-color: #50A500;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
	padding-inline: 0 !important;
}

.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-color: var(--e-global-color-primary);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	border-radius: 4px;
}

.elementor-button.elementor-size-md {
	border-radius: 4px;
}

.elementor-menu-cart__footer-buttons .elementor-button {
	border-radius: 4px !important;
}

.dimension-tab-content {
	display: flex;
	gap: 30px;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (min-width: 993px) {
	.dimension-tab-content>* {
		flex: 1;
	}
}

table.table-dimension th {
	width: 2%;
	text-align: left;
	white-space: nowrap;
}

form.form-view-local-prices {
	padding: 30px;
	border-radius: 8px;
	padding-block: 10px;
	background-color: #fff;
}

form.form-view-local-prices .form-title {
	color: #404040;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	font-family: "Roboto Slab";
}

form.form-view-local-prices .field-row {
	margin-bottom: 15px;
}

form.form-view-local-prices .field-row label {
	font-size: 14px;
	color: #535353;
	margin-bottom: 6px;
}

form.form-view-local-prices .field-row input {
	display: block;
	border-color: #BEB1B1;
}

form.form-view-local-prices button {
	color: #fff;
	display: block;
	width: 100%;
	border: none;
	padding-block: 12px;
	font-weight: 700;
	background-color: #50A500;
}

form.form-view-local-prices .message-box:empty {
	display: none;
}

form.form-view-local-prices .message-box {
	padding: 7px 13px;
	font-size: 80%;
	font-style: italic;
	margin-bottom: 20px;
	border: 1px solid #BEB1B1;
}

form.form-view-local-prices .message-box[data-type="error"] {
	color: red;
	border-color: red;
}

form.form-view-local-prices .form-agreement {
	margin-top: 20px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
}

form.form-view-local-prices button:disabled {
	opacity: 0.6;
}

.zipcode-price-available {
	color: #fff;
	text-align: center;
}

.zipcode-price-available h4 {
	font-size: 40px;
	font-weight: bold;
}

.zipcode-price-available p {
	font-size: 25px;
	font-weight: 300;
	font-style: italic;
}

.btn-view-price-popup {
	color: #fff !important;
	padding: 10px 25px;
	display: inline-block;
	font-weight: bold;
	background-color: #50a500;
	border-radius: 5px;
}

.available-zipcode-mini-box {
	color: #fff;
	position: relative;
	line-height: 1.1;
	font-size: 10px;
	padding-inline-end: 30px;
}

.available-zipcode-mini-box .zip-code {
	color: #5BAE00;
	font-size: 32px;
	font-weight: 700;
	display: block;
}

.available-zipcode-mini-box .btn-close {
	position: absolute;
	inset-block-start: 2px;
	inset-inline-end: 2px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border-radius: 100px;
	background: url(img/icon-close-red.svg) no-repeat center;
	background-color: #FFCFCF;
}


.product-gallery-container .product-content .woocommerce-Price-amount {
	margin-top: 25px;
}

.product-gallery-container .product-content .delivery-note {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 7px;
}

.product-gallery-container .product-content .btn-green-small {
	color: #fff;
	font-size: 13px;
	;
	border-radius: 4px;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #50a500;
}


#zipcode-price-popup,
#zipcode-view-price-popup {
	position: fixed;
	inset: 0;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	background-color: rgba(0, 0, 0, .4);
	transition: all 200ms;
}

#zipcode-price-popup .popup-content,
#zipcode-view-price-popup .popup-content {
	padding: 50px;
	font-size: 18px;
	position: relative;
	border-radius: 10px;
	width: min(90%, 450px);
	background-color: #fff;
}

#zipcode-price-popup .popup-content .btn-close-popup,
#zipcode-view-price-popup .btn-close-popup {
	color: #ccc;
	position: absolute;
	top: 0px;
	right: 5px;
	padding: 5px;
	font-size: 30px;
	line-height: 1;
	border: none !important;
}

#zipcode-price-popup .popup-footer {
	margin-top: 20px;
}

#zipcode-price-popup .popup-footer button {
	color: #fff;
	display: block;
	width: 100%;
	border: none;
	background-color: #757575;
}

#zipcode-view-price-popup {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

#zipcode-view-price-popup.opened {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

#zipcode-view-price-popup .popup-content {
	padding: 10px;
}

ul.products {
	gap: 30px;
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
}

ul.products:before,
ul.products:after {
	content: none !important;
}

ul.products li.product {
	margin: 0 !important;
	border-radius: 4px;
	overflow: hidden;
	width: auto !important;
	padding: 20px 24px !important;
	border: 1px solid #DFDFDF;
	background-color: #FBFAFA;
}

ul.products li.product .product-title {
	font-size: 16px;
	font-weight: 600;
}

.woocommerce ul.products li.product {
	font-size: 14px;
	display: flex !important;
	position: relative;
	flex-direction: column !important;
}

.woocommerce ul.products li.product .container-condition {
	position: absolute;
	top: 11px;
	left: 13px;
	font-size: 12px;
	font-weight: 500;
	padding: 5px 15px;
	min-width: 60px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
	background-color: #EBD726;
}

.woocommerce ul.products li.product .container-condition.container-condition-new {
	color: #fff;
	background-color: #5BAE00;
}

.woocommerce ul.products li.product>img {
	max-width: 100%;
	min-height: 200px;
	object-fit: contain;
	margin-inline: auto;
}

.woocommerce ul.products li.product .product-content {
	margin-top: 20px;
	flex: 1;
	display: flex;
	position: relative;
	flex-direction: column;
}

ul.products li.product .product-content .woocommerce-Price-amount {
	color: #50A500;
	font-size: 20px;
	position: absolute;
	font-weight: bold;
	font-family: "Roboto Slab";
	inset-inline-end: 0;
	inset-block-start: -8px;
}

ul.products li.product .product-content .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	top: 0;
	font-size: 100%;
}

.woocommerce ul.products li.product .product-title {
	margin: 0 0 5px 0;
}

.woocommerce ul.products li.product .dimension {
	margin-block: 5px;
	font-weight: 500;
}

.woocommerce ul.products li.product .delivery-info {
	margin: 0;
	font-size: 12px;
}

.woocommerce ul.products li.product a.product-link {
	text-decoration: underline;
}

.woocommerce ul.products li.product a.product-link:hover {
	text-decoration: none;
}

.woocommerce ul.products li.product .button {
	color: #5BAE00;
	margin: 0;
	min-width: 150px;
	font-size: 10px;
	font-weight: bold;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	line-height: 21px;
	justify-content: center;
	background-color: transparent !important;
	border: 1px solid #5BAE00;
	transition: all 200ms;
}

.woocommerce ul.products li.product .button:before {
	content: "";
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
	background: url(img/icon-cart.svg) no-repeat center;
}

.woocommerce ul.products li.product .button:hover {
	color: #fff;
	background-color: #5BAE00 !important;
}

.woocommerce ul.products li.product .button:hover:before {
	background-image: url(img/icon-cart-white.svg);
}

.woocommerce ul.products li.product footer {
	display: flex;
	margin-top: auto;
	padding-top: 15px;
	align-items: center;
	justify-content: space-between;
}

.woocommerce ul.products li.product .btn-view-local-price {
	text-decoration: underline;
}

.woocommerce ul.products li.product .btn-view-local-price:hover {
	text-decoration: none;
}

.woocommerce div.product .product_title {
	color: #1E1E1E;
	font-size: 24px;
}

.woocommerce div.product .product_title span {
	color: #E9A905;
}

.woocommerce div.product div.summary .woocommerce-Price-amount {
	color: #1E1E1E;
	font-size: 32px;
	font-weight: bold;
	font-family: "Roboto Slab";
}

.woocommerce div.product div.summary .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	color: #50A500;
	font-size: 60%;
	vertical-align: top;
}

.woocommerce div.product form.cart .button {
	border-radius: 4px;
	line-height: 42px;
	padding-block: 0;
	font-weight: 500;
}

.custom-product-enquiry {
	color: #fff;
	padding: 34px;
	min-height: 380px;
	border-radius: 4px;
	grid-column: 2 / 2;
	background: url(img/container.svg) no-repeat;
	background-color: #5BAE00;
	background-position: bottom right;
}

.custom-product-enquiry .lead-text {
	font-size: 20px;
	font-weight: bold;
	font-family: "Roboto Slab";
}

.custom-product-enquiry .btn-enquire-number {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 30px;
	display: inline-block;
	font-family: "Roboto Slab";
	padding-inline-start: 50px;
	background: url(img/icon-phone.svg) no-repeat;
	background-position: 0 center;
}

.custom-product-enquiry .btn-enquire-number span {
	display: block;
	font-size: 14px;
}

.custom-product-enquiry .enquiry-or {
	margin-block: 30px;
}

.custom-product-enquiry .btn-enquire-here {
	min-width: 190px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	text-align: center;
	display: inline-block;
	color: #5BAE00 !important;
	background-color: #fff;
	border-radius: 4px;
}

.container-size-navigation {
	margin-bottom: 30px;
	border-bottom: 1px solid #D9D9D9;
}

.container-size-navigation:empty {
	display: none;
}

.container-size-navigation .zip-code-info {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	font-family: "Roboto Slab";
}

.container-size-navigation .zip-code-info span {
	color: #5BAE00;
}

.container-size-navigation {
	display: flex;
	align-items: center;
}

ul.container-size-nav {
	margin: 0;
	padding: 0;
	margin-left: auto;
	list-style: none;
	display: flex;
	margin-bottom: -1px;
	column-gap: 5px;
}

ul.container-size-nav li:after {
	content: "";
	display: block;
	margin-top: 5px;
	height: 4px;
	background-color: transparent;
}

ul.container-size-nav li a {
	color: #535353;
	display: block;
	padding: 10px 25px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
}

ul.container-size-nav li.active a {
	color: #fff;
	background-color: #50A500;
}

ul.container-size-nav li.active:after {
	background-color: #50A500;
}

.zipcode-heading-bar {
	color: #fff;
	padding-block: 15px;
	background-color: #50A500;
}

.zipcode-heading-bar .site-main {
	display: flex;
	gap: 10px;
	align-items: flex-end;
	margin-inline: auto;
	max-width: var(--content-width);
}

.zipcode-heading-bar .location-info {
	font-size: 18px;
	font-weight: 500;
	padding-inline-start: 32px;
	font-family: "Roboto Slab";
	background: url(img/icon-location.svg) no-repeat left center;
}

.zipcode-heading-bar .btn-change-location {
	color: #fff;
	text-decoration: underline;
}

.woocommerce-Price-amount {
	font-weight: 600;
	color: #444444;
	font-weight: bold;
	font-size: 20px;
}

.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	vertical-align: top;
	font-size: 70%;
	color: #5BAE00;
	font-weight: 500;
	position: relative;
	top: -0.3em;
}

.woocommerce table.shop_table {
	border-color: #EEEEEE;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table thead:first-child tr:first-child th {
	border: none;
}

.woocommerce table.shop_table tbody>tr:nth-child(odd)>td,
.woocommerce table.shop_table tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}

.woocommerce table.shop_table tbody tr td {
	padding-block: 20px;
	border-bottom: 1px solid #eee;
}

table.shop_table tbody tr .product-remove {
	width: 30px;
}

table.shop_table .product-thumbnail {
	width: 125px;
}

table.shop_table .product-thumbnail img {
	width: 92px !important;
	height: 87px !important;
	padding: 5px;
	border-radius: 7px;
	border: 1px solid #eee;
	object-fit: contain;
}

table.shop_table .product-name h4 {
	color: #1E1E1E;
	margin: 0;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 16px;
}

table.shop_table .product-name .container-condition {
	color: #fff;
	display: inline-block;
	padding: 4px 13px;
	line-height: 1.2;
	background-color: #E9A905;
	border-radius: 100px;
}

table.shop_table .product-name .container-condition.container-condition-new {
	background-color: #50A500;
}

table.shop_table .product-name .dimension {
	margin: 3px 0 0;
	color: #9E9E9E;
	font-size: 12px;
	font-weight: 500;
}

table.shop_table tr .product-subtotal {
	text-align: right;
}

.coupon .button {
	color: #fff !important;
	padding-block: 0 !important;
	line-height: 37px !important;
	border: none !important;
	background-color: #E9A905 !important;
}

.coupon #coupon_code {
	min-width: 125px;
}

button[name="update_cart"] {
	color: #fff !important;
	padding-block: 0 !important;
	line-height: 37px !important;
	border: none !important;
	background-color: #E9A905 !important;
}

.cart-footer {
	display: flex;
}

@media screen and (max-width: 550px) {
	.continue-shopping-button {
		display: none;
	}

	.cart_totals {
		width: calc(100vw - 50px) !important;
	}
}

.cart-footer .cart-footer-left,
.cart-footer .cart-collaterals {
	flex: 1;
}

.mss-button {
	padding: 8px 15px !important;
	background-color: transparent !important;
	border: 1px solid #50A500 !important;
	border-radius: 4px !important;
}

.mss-button.button-primary {
	color: #fff !important;
	display: inline-block;
	background-color: #50A500 !important;
}

.cart_totals table.shop_table {
	border: none !important;
	border-collapse: collapse !important;
}

.cart_totals table.shop_table tr th,
.cart_totals table.shop_table tr td {
	padding: 5px !important;
	border: none !important;
}

.cart_totals table.shop_table tr td {
	text-align: right;
	width: 30% !important;
}

.mss-checkout-row {
	display: flex;
	gap: 30px;
}

.mss-checkout-row .checkout-left-column {
	flex: 2;
}

.mss-checkout-row .checkout-right-column {
	flex: 1;
	position: relative;
}

#payment {
	margin-top: 30px;
}

#order_review {
	padding: 15px;
	margin-top: 45px;
	border-radius: 4px;
	background-color: #EEEEEE;

	position: sticky;
	top: 145px;
}

#ship-to-different-address {
	font-size: 18px;
}

#order_review .woocommerce-Price-amount {
	font-size: 16px;
}


.woocommerce-buyer-fields,
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #eee;
}

.woocommerce-billing-fields {
	margin-bottom: 30px;
}

.checkout-fields-heading {
	font-size: 18px;
	font-weight: 500;
	font-family: "Roboto Slab";
}

.woocommerce-buyer-fields,
.woocommerce-shipping-fields {
	margin-bottom: 30px;
}

.checkout-heading-container {
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
}

.checkout-heading-container .checkout-fields-heading-billing {
	margin: 0;
}

.woocommerce-additional-fields {
	margin-top: 30px;
}

.billing-field-container-face-lock {
	margin-bottom: 15px;
}

.billing-field-container-face-lock .field-label {
	margin-bottom: 10px;
}

.container-face-lock-field-row {
	display: flex;
	gap: 10px;
}

.container-face-lock-field-row>div {
	flex: 1;
}

.face-lock-radio-field-item input {
	display: none;
}

.face-lock-radio-field-item label {
	color: #9E9E9E;
	padding: 8px 15px;
	border-radius: 4px;
	margin-bottom: 15px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #9E9E9E;
}

.face-lock-radio-field-item input:checked+label {
	color: #5BAE00;
	border-color: #5BAE00;
}

.face-lock-radio-field-item input:checked+label:before {
	content: "";
	width: 15px;
	height: 10px;
	margin-right: 5px;
	display: inline-block;
	background: url(img/icon-check.svg) no-repeat center;
}

.face-lock-radio-field-item img {
	display: block;
	margin-top: 5px;
}

.container-consent-field .field-label {
	display: block;
	font-weight: bold;
}

.container-consent-field label input {
	margin-right: 8px;
}

table.shop_table.woocommerce-checkout-review-order-table {
	margin: 0;
}

table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
	padding-block: 5px;
}

table.shop_table.woocommerce-checkout-review-order-table .product-total,
table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot th,
table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	border: none;
}

table.shop_table.woocommerce-checkout-review-order-table tr.order-total th,
table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.form-view-local-prices-zipcode {
	margin-inline: auto;
	width: min(600px, 90%);
	padding: 25px 32px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
}

.form-view-local-prices-zipcode .form-title {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-block: 0;
}

.form-view-local-prices-zipcode .form-zipcode-line {
	margin-block: 20px;
	display: flex;
}

.form-zipcode-line input,
.form-zipcode-line button {
	line-height: 48px;
	padding-block: 0;
}

.form-zipcode-line input {
	line-height: 46px;
	border-radius: 8px 0 0 8px;
	border-color: #9E9E9E;
	outline: none !important;
	border-right: none !important;
}

.form-zipcode-line button {
	flex: 0 0 130px;
	color: #fff;
	border: none;
	border-radius: 0 8px 8px 0;
	background-color: #5BAE00;
}

.form-view-local-prices-zipcode .phone-no-description {
	text-align: center;
	margin: 0;
}

.form-view-local-prices-zipcode .phone-no-description a {
	text-decoration: underline;
}

.form-view-local-prices-zipcode .message-box {
	color: red;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	font-style: italic;
}

.form-view-local-prices-zipcode.in-progress button {
	opacity: 0.7;
}

.mobile-header .btn-view-price-popup {
	font-size: 12px;
	text-align: center;
	padding: 5px 10px;
}

.mobile-header .available-zipcode-mini-box {
	font-size: 8px;
	padding-inline-end: 20px;
}

.mobile-header .available-zipcode-mini-box .zip-code {
	font-size: 22px;
}

.mobile-header .available-zipcode-mini-box .btn-close {
	width: 16px;
	height: 16px;
}

body.cart-has-item .mobile-header .zip-code-price-button,
body:not(.cart-has-item) .mobile-header .mobile-mini-cart {
	display: none;
}

@media screen and (max-width: 1500px) {
	.elementor-menu-cart__container {
		left: auto !important;
		right: -50px !important;
	}
}

@media screen and (max-width: 900px) {
	.container-size-navigation {
		flex-direction: column;
		gap: 10px;
	}

	ul.container-size-nav {
		margin-inline: auto;
	}
}

@media screen and (max-width: 991px) {
	ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media screen and (max-width: 767px) {
	ul.products {
		grid-template-columns: 1fr !important;
	}

	ul.products>li.product.post-877 {
		order: -10;
	}

	ul.products>li.product.post-837 {
		order: -9;
	}

	ul.products>li.product.post-870 {
		order: -8;
	}

	ul.products>li.product.post-847 {
		order: -7;
	}

	ul.products>li.product.post-882 {
		order: -6;
	}

	ul.products>li.product.post-860 {
		order: -5;
	}

	.custom-product-enquiry {
		grid-column: unset;
	}
}

.woocommerce-checkout [readonly] {
	background-color: #f3f3f3;
}

.fblead-zipcode-info-contact {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 30px;
	max-width: 500px;
	margin-inline: auto;
	display: flex;
	align-items: center;
	gap: 20px;
	text-align: center;
	justify-content: center;
}

.fblead-zipcode-info-contact .intro-text {
	font-size: 22px;
	font-weight: 800;
}

.fblead-zipcode-info-contact .intro-text span {
	color: var(--e-global-color-primary);
}

.fblead-zipcode-info-contact button {
	color: #fff;
	text-transform: uppercase;
	background-color: var(--e-global-color-primary);
	border: none;
}

.scroll-down-see-price {
	color: var(--e-global-color-primary);
	font-size: 25px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.form-fblead-additional-info {
	width: min(90%, 400px);
	padding: 30px;
	margin-inline: auto;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
}

.form-fblead-additional-info .form-lead-text {
	color: #000;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.form-fblead-additional-info .btn-close-popup {
	position: absolute;
	right: 3px;
	top: 3px;
	font-size: 25px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

.form-fblead-additional-info .field-row {
	margin-bottom: 15px;
}

.form-fblead-additional-info .field-row input {
	border-color: #BEB1B1;
}

.form-fblead-additional-info .field-row input:read-only {
	background-color: #f7f7f7;
}

.form-fblead-additional-info button {
	display: block;
	color: #fff;
	border: none;
	width: 100%;
	background-color: var(--e-global-color-primary);
}

.form-fblead-additional-info button:disabled {
	background-color: #ccc;
}

.form-fblead-additional-info .form-agreement {
	margin-top: 15px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 0;
}

.form-fblead-additional-info .message-box:empty {
	display: none;
}

.form-fblead-additional-info .message-box {
	padding: 7px 13px;
	font-size: 80%;
	font-style: italic;
	margin-bottom: 10px;
	border: 1px solid #BEB1B1;
}

.form-fblead-additional-info .message-box[data-type="error"] {
	color: red;
	border-color: red;
}

.woocommerce-checkout-payment ul>li>input {
	margin: 0 5px 0 0 !important;
	cursor: pointer;
}

.woocommerce-checkout-payment ul>li>label {
	display: inline-flex !important;
	width: calc(100% - 30px) !important;
	position: relative;
	top: 2px;
	cursor: pointer;
}

.input-same-as-shipping-info {
	display: inline-block;
}

@media screen and (max-width: 550px) {
	.custom-product-enquiry {
		grid-column: unset;
	}
}

.video-16x9 {
	height: auto !important;
	aspect-ratio: 16 / 9;
}

#shipping_postcode-description {
	color: #333;
	padding: 0;
	display: block !important;
	background-color: transparent;
}

#shipping_postcode-description:before {
	content: none;
}

#shipping_postcode-description a {
	color: var(--e-global-color-primary);
}

.wss-notice {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border-radius: 4px;
	/*position: sticky;*/
	/*z-index: 10;*/
	/*top: 113px;*/
	padding: 15px 15px;
	margin-bottom: 15px
}

.wss-notice-primary {
	border-top: 3px solid var(--e-global-color-primary);
	background: rgb(221, 238, 207);
}

.wss-notice h5 {
	padding: 0;
	margin: 0 0 5px;
}

.wss-notice p {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#shipping_state:read-only+.select2 {
	pointer-events: none;
}

#shipping_state:read-only+.select2-container--default .select2-selection--single {
	background-color: #f3f3f3;
	border-color: #000 !important;
}

#container_door_face_field.container-door-face-required .field-label {
	color: #a00;
}

#container_door_face_field.container-door-face-required .face-lock-radio-field-item label {
	border-color: #a00;
}

.zipcode-submit-success-popup {
	position: fixed;
	top: 250px;
	right: 10px;
	max-width: 265px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
}

.zipcode-submit-success-popup .btn-close-box {
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 30px;
	line-height: 26px;
	width: 26px;
	text-align: center;
	z-index: 444;
}

.checkout.woocommerce-checkout .mss-checkout-row {
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.mss-checkout-row .checkout-left-column {
		flex: 0 0 100%;
	}

	.mss-checkout-row .checkout-right-column {
		order: -1;
	}
}

@media screen and (min-width: 768px) {
	.price-container p.price {
		position: absolute;
		top: -5px;
		right: 0;
	}
}