/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.slider-container {
    width: 96%;
    margin: 20px auto;
    position: relative;
}

.range-slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.9;
    transition: opacity .15s ease-in-out;
}

.range-slider:hover {
    opacity: 1;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #4a90e2;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.range-slider::-webkit-slider-thumb:hover {
    background: #357ABD;
}

.slider-value {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #4a90e2;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    transition: left 0.3s ease-in-out;
}

.scale {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    position: relative;
}

.scale-line-container {
    width: 100%;
    position: relative;
    height: 15px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.scale-line {
    width: 2px;
    height: 15px;
    background: #666;
    position: relative;
}

.range-slider-image-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.range-slider-image-container img {
    width: 18%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.range-slider-image-container img.active {
    transform: scale(1.2);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
}

.elementor-menu-cart__product-price .quantity {
  display: block;
      border: none;
      border-radius: 0;
      overflow: hidden;
      box-shadow: none;
}
.quantity {
    display: flex;
        border: 1px solid #000;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 0;
        width: 103px;
        justify-content: space-between;
  }
  .woocommerce div.product form.cart table th,.woocommerce div.product form.cart table td {
    background: none !important;
  }
  .quantity button {
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
    border-radius: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  .quantity input{border: none!important;}
  .quantity button:hover {
    background-color: #2980b9;
  }
  
    .input-text[type="number"] {
    width: 40px !important;
    text-align: center;
    border: none;
    padding: 8px 10px!important;
    font-size: 16px;
    outline: none;
  }
  
  /* Hide the number input spin buttons */
    .input-text[type="number"]::-webkit-inner-spin-button,
    .input-text[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .input-text[type="number"] {
    -moz-appearance: textfield;
  }
  .cfvsw-label-option .cfvsw-swatch-inner{
    width: calc(100% - 32px);
    white-space: pre-line;
    padding: 6px;
  }