.elementor-53 .elementor-element.elementor-element-d0d035a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-53 .elementor-element.elementor-element-d023c46{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-53 .elementor-element.elementor-element-548659b > .elementor-widget-container{border-radius:8px 8px 8px 8px;}.elementor-53 .elementor-element.elementor-element-c0443d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-53 .elementor-element.elementor-element-cd59ac2{--display:flex;}.elementor-53 .elementor-element.elementor-element-930ec5e .shop_attributes, .wd-single-attrs.wd-side-hidden .shop_attributes{--wd-attr-col:1;}@media(min-width:768px){.elementor-53 .elementor-element.elementor-element-d023c46{--width:50%;}.elementor-53 .elementor-element.elementor-element-c0443d7{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-ebf8f08 */.order-section {
    margin: 25px 0;
    max-width: 450px; /* تنظیم عرض کلی بخش */
  }

  .order-title {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
  }

  .contact-btns-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
  }

  .minimal-btn-action {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-family: 'Segoe UI', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: 0.3s ease;
  }

  .minimal-btn-action:hover {
    background-color: #000;
    color: #fff;
  }

  .btn-label {
    font-size: 9px;
    border: 1px solid currentColor;
    padding: 1px 3px;
    margin-right: 6px;
  }

  @media screen and (max-width: 768px) {
    .contact-btns-wrapper {
      flex-direction: column;
    }
    .minimal-btn-action {
      padding: 15px;
      font-size: 13px;
    }
    .order-title {
      text-align: center;
    }
  }/* End custom CSS */