.col-full-nav.is_stuck{background-color:#323232}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    pointer-events: none;
}

/*  */

/* .pdp-g-skinny #page .product .product-details-wrapper .woocommerce-product-gallery, .pdp-g-skinny.single-product div.product .product-details-wrapper .images {
    height: 20%;
	} */

/* .components-button .wc-block-components-button .wp-element-button .wc-block-components-checkout-place-order-button .contained{color:#fff !important} */
.wc-block-components-button__text{color:#fff}
.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{background-color:#000}

.shoptimizer-sticky-add-to-cart__content{display:none}

/* store notification */

.download{background-color:#fff !important}

.demo_store{background-color:red;
	font-style:italic;
}
/* end  */

/*  mobile serch background */

@media (max-width: 992px){
	button.mobile-search-toggle{background-color:#fff}}

/*  image size shop page */
body ul.products li.product img {
    display: block;
    width: auto;
    margin: 0 auto;
}
/*  */
@media (min-width: 770px){
div.product .summary {
    float: right;
	width:56%
	
}

#page .product .woocommerce-product-gallery, .single-product div.product .product-details-wrapper .images {
    width: 40%;
   }
}
@media (max-width: 768px) {div.top-bar-left.widget_text, div.top-bar-right.widget_text,div.top-bar-center.widget_block {display:none}
	
}


/*  */
.cart-custom-field .referral-button {
    display: flex;
    align-items: center;
}

.cart-custom-field .referrals-link__button {
    display: flex;
    align-items: center;
    gap: 8px; /* Space between icon and text */
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.cart-custom-field .icon-wrapper svg {
    width: 30px;
    height: 30px;
}

.cart-custom-field .referrals-link__button:hover {
    background-color: rgba(64, 129, 183, 0.1);
}
/*  */
 /* Hide on desktop (992px and up) */
  @media (min-width: 992px) {
    div.top-bar-center.widget_text {
      display: none !important;
    }
  }
.top-bar p{1px}

@media (min-width: 768px) {
  .top-bar-left.widget_block {
    display: none !important;
  }
}


/*  */
button.show-password-input {display:none}

/*  */
.single-post .post-thumbnail,
.single-post .wp-post-image {
    display: none !important;
}
/*  */
body ul.products li.product .woocommerce-image__wrapper img {
   border-radius: 4px;
}
/* for new perfume custome */


/* Container styling */
.custom-cf7-container {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    color: #333;
}

/* Flexbox layout for rows */
.custom-cf7-container .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 20px;
}

.custom-cf7-container .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Ensure half width items sit side by side on desktop */
.custom-cf7-container .half-width {
    flex: 1 1 calc(50% - 10px);
    min-width: 250px; /* Forces wrap on small screens */
}

.custom-cf7-container .full-width {
    flex: 1 1 100%;
}

/* Labels */
.custom-cf7-container label {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #2c3e50;
}

.custom-cf7-container label small {
    display: block;
    font-weight: 400;
    font-size: 0.8rem;
    color: #7f8c8d;
    margin-bottom: 5px;
    margin-top: -3px;
}

.custom-cf7-container .required {
    color: #e74c3c;
}

/* Input Fields */
.custom-cf7-container input[type="text"],
.custom-cf7-container input[type="email"],
.custom-cf7-container input[type="tel"],
.custom-cf7-container textarea,
.custom-cf7-container select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dcdde1;
    border-radius: 6px;
    background-color: #fcfcfc;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family: inherit;
}

.custom-cf7-container input[type="text"]:focus,
.custom-cf7-container input[type="email"]:focus,
.custom-cf7-container input[type="tel"]:focus,
.custom-cf7-container textarea:focus,
.custom-cf7-container select:focus {
    border-color: #3498db;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
}

/* Select Dropdown specific padding and visibility fixes */
.custom-cf7-container select {
    cursor: pointer;
    -webkit-appearance: none; /* Safari/Chrome fix */
    -moz-appearance: none; /* Firefox fix */
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
    padding-right: 40px !important; /* Prevents text from hiding under the arrow */
    height: auto !important; /* Overrides theme heights that might hide the text */
    min-height: 48px; /* Ensures there is enough room for the text */
    line-height: 1.5 !important;
}

/* Fix for IE/Edge to remove default arrow */
.custom-cf7-container select::-ms-expand {
    display: none;
}

/* Ensure text options inside the dropdown are colored correctly */
.custom-cf7-container select option {
    color: #333;
    background: #fff;
    padding: 10px;
}

/* Radio buttons */
.custom-cf7-container .radio-group .wpcf7-list-item {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
}
.custom-cf7-container .radio-group input[type="radio"] {
    margin-right: 8px;
    transform: scale(1.2);
    cursor: pointer;
}

.custom-cf7-container .section-highlight {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

/* Submit Button */
.custom-cf7-container .submit-row {
    margin-top: 10px;
    justify-content: center;
}

.custom-cf7-container .wpcf7-submit {
    background-color: #2c3e50;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 14px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
}

.custom-cf7-container .wpcf7-submit:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44, 62, 80, 0.3);
}

/* Form Error / Success Messages */
div.wpcf7-response-output {
    border-radius: 6px;
    padding: 15px;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .custom-cf7-container {
        padding: 25px 20px;
    }
    .custom-cf7-container .form-row {
        flex-direction: column;
        gap: 15px;
    }
    .custom-cf7-container .half-width {
        width: 100%;
    }
}