/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1753761918
Updated: 2025-07-29 04:05:18

*/
/* Order Form Css Start */

#smoke-order-form {
  font-family: Montserrat;
}
form#smoke-order-form input{
	padding-left: 15px;
	font-weight: 500;
    color: #3E3E3E;
}
form#smoke-order-form input::placeholder {
    font-weight: 500;
    color: #3E3E3E;
}
#smoke-order-form input, #smoke-order-form select {
  border: 1px solid black;
}
select#smoke-order-form-smokeAlarms {
  width: 25%;
}
.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  background-image: url(/wp-content/uploads/2025/08/Line-1.webp);
  background-size: 100% 16%;
  background-repeat: no-repeat;
  background-position: center;
}
.smoke-order-form-step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #ddd;
  font-weight: bold;
}
.smoke-order-form-step.active {
  background-color: #e26b15;
  color: white;
  border-color: #e26b15;
}
.smoke-order-form-step-content {
  display: none;
}
.smoke-order-form-step-content.active {
  display: block;
}
label.highlight-label {
  margin-bottom: 16px;
  margin-top: 40px;
}
.smoke-order-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.smoke-order-form-row input,
.smoke-order-form-row select {
  padding: 10px;
  flex: 1;
  min-width: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#smoke-order-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
}
.highlight-label {
  color: #e26b15;
  font-weight: bold;
}
.smoke-order-form-next-button,
.smoke-order-form-prev-button {
  background-color: #e26b15;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 22px;
  margin-right: 10px;
  width: 25%;
  margin-top: 40px;
}
.smoke-order-form-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.smoke-order-form-modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 450px;
}
form#smoke-order-form h2 {
  font-weight: 700;
  font-family: 'Montserrat';
  color: black;
}
i.material-icons {
  font-size: 60px;
  color: #e595449e;
}
.smoke-order-form-modal-content h2 {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 26px;
  color: black;
}
.smoke-order-form-modal-content p {
  font-family: 'Montserrat';
  font-size: 15px;
}
.smoke-order-form-modal-content a {
  font-weight: 500;
  color: #e4741e;
  text-decoration: underline;
}
.storey-bedrooms {
    width: 51%;
}
input#smoke-order-form-smokeAlarms {
    padding: 10px;
    border-radius: 5px;
    width: 25%;
    background: #e4741e4d;
    text-align: center;
    font-weight: 600;
}
input#smoke-order-form-smokeAlarms::placeholder{
	font-weight: 400;
	text-align: left;
}
thead#product-summary-head {
    text-align: left;
    background: #e26b15;
    color: white;
}
table.smoke-order-form-pricing-table {
    border: 1px solid #E4741E !important;
}
table.smoke-order-form-pricing-table tr , table.smoke-order-form-pricing-table td{
	border: none;
}
table.smoke-order-form-pricing-table tr:nth-child(2) {
    background: #FFE7D4;
}
thead#product-summary-head th {
    border: none;
}
.smoke-order-form-row.user-contact {
    width: 33%;
}
.terms-wrapper{
	margin-top: 60px;
}
label.wrap-heading {
    color: #e26b15;
    font-size: 20px;
}
#smoke-order-form input[type="checkbox"] {
    accent-color: #3E3E3E;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    position: relative;
    bottom: 5px;
}
span.check-pvc-span {
    font-weight: 400;
    font-size: 18px;
}
span.check-pvc-span a {
    color: #e26b15;
    font-weight: 700;
}
.flex-btn-top-spacing {
    margin-top: 150px;
}
.summary-top {
    background: #E4741E;
    padding: 20px 40px 5px 40px;
    border-radius: 5px 5px 10px 10px;
    display: flex;
}
.summary-content{
	padding: 20px 40px 5px 40px;
}
.summary-box {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.summary-section {
    border: 1px solid #E4741E;
    border-radius: 10px;
    background: #fff;
}
.summary-section h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}
img.summary-icon{
    width: 2.2%;
    margin-right: 7px;
    position: relative;
    top: -9px;
}
img.summary-subscription-icon{
	width: 1.6%;
    margin-right: 7px;
    position: relative;
    top: -9px;
}
img.summary-product-icon{
	width: 1.6%;
    margin-right: 7px;
    position: relative;
    top: -9px;
}
.top-spacing5{
	margin-top: 40px;
}
.smoke-order-form-step-content h2 {
    padding-top: 20px !important;
}
.smoke-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.smoke-loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid orange;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
div#smoke-order-form-step2 tr {
    font-size: 16px;
    font-weight: 500;
}
/* Order Form Css End */
.post-3631 {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Montserrat';
}
.post-3631 h1 {
    font-weight: 700;
	color: #000;
}
.post-3631 .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid #e4741e;
}
.post-3631 .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    box-shadow: 0px 0px 4px 1px #00000021;
    border-radius: 16px;
    padding: 30px;
}
.post-3631 h2 {
    font-weight: 700;
    font-size: 23px !important;
}
.post-3631 a.wc-block-components-checkout-return-to-cart-button {
    display: none;
}
.post-3631 .wc-block-components-checkout-place-order-button {
    background: var(--e-global-color-primary);
    color: white;
    font-size: 23px;
    padding: 0px !important;
    font-weight: 500;
    width: 100% !important;
	border: none;
	border-radius: 8px;
}
.post-3631 .wc-block-checkout__actions_row {
    width: auto;
}
