
      .order-btn {
        background-color: orange;
        color: #fff;
        font-size: 24px;
        padding: 15px;
        border-radius: 20px;
        display: inline-block;
        margin-bottom: 20px;
        text-align: center;
      }

      .price-container {
        display: inline-block;
        position: relative;
        padding: 10px;
        vertical-align: middle;
      }

      .price {
        color: red;
        font-size: 32px;
        font-weight: 700;
        z-index: 1;
        position: relative;
        margin-bottom: 0px;
      }

      .price-new {
        color: red;
      }

      .circle-svg {
        position: absolute;
        top: -26px;
        left: -27px;
        width: 123px;
        height: 99px;
        transform: rotate(-90deg);
        display: none;
      }

      .circle {
        fill: none;
        stroke: green;
        stroke-width: 2;
        stroke-dasharray: 282.743;
        stroke-dashoffset: 282.743;
        animation: draw-circle 2s linear infinite;
      }

      @keyframes draw-circle {
        to {
          stroke-dashoffset: 0;
        }
      }

      .price-old {
        color: gray;
        font-size: 24px;
      }

      @keyframes strikethrough {
        0% {
          transform: scaleX(0);
        }

        50% {
          transform: scaleX(1);
        }

        100% {
          transform: scaleX(1);
        }
      }

      .react-coment {
        cursor: unset !important;
        color: #696969;
      }

      .react-coment:hover {
        text-decoration: none !important;
      }

      .order-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .order-button a {
        text-align: center;
      }

      .order-button img {
        max-width: 400px;
        margin: 0 auto;
      }

      @media (max-width: 500px) {
        .order-button img {
          max-width: 250px;
        }
      }

      @media (max-width: 500px) {
        .notification div {
          font-size: 16px !important;
          text-align: center;
        }
      }

      .hide {
        display: none;
      }

      .div__popup-form {
        z-index: 100007 !important;
        background-color: rgb(26 26 26 / 98%) !important;
      }

      .smartplayer-mobile-container {
        max-width: 900px !important;
      }


/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/


      .text-coment {
        border-radius: 20px;
      }



/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/

