
.timerHolder {
    background: red !important;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
}

.timerHolder span {
    display: block;
}

.timerHolder div {
    background: transparent !important;
    display: inline-block !important;
    border: 1px solid green;
    border-radius: 5px;
    padding: 5px;
}

.timerHolder .timerVal {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    margin: 0px 10px;
}

.timerHolder .timerSign {
    font-size: 10px;
    text-align: center;
    margin: 0px;
    color: #fff;
}

hr {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

.orderTypeButton {
    background-color: #e7e7e7 !important;
    display: inline-block;
    padding: 7px;
    margin-top: 15px;
    border-radius: 5px;
    cursor: pointer;
    max-width: 150px;
    position: relative;
    border: 2px solid #fff;
}

.otHead {
    font-size: 16px;
    display: block;
}

.otPrice {
    font-size: 22px;
}

.otCurr {
    font-size: 10px;
}

.orderTypeButton span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

.otButton {
    cursor: pointer;
    font-size: 12px;
}

.orderTypeButtonActive {
    background: yellow !important;
    background-image: url(../images/tick.png) !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    border: 2px solid red;
}

.otFirst {
    margin-right: 15px;
}

.otTimerImg img {
    padding: 0px !important;
    margin: 0px !important;
}

.otTimerImg {
    position: absolute;
    top: -16px;
    right: -13px;
    width: 40px;
    padding: 0;
    margin: 0;
    background: transparent !important;
}

#content img {
    max-width: 100%;
    display: block;
    margin: 20px 0px;
}

#order_form {
    background: white;
    padding: 0px;
    font-family: Arial;
    display: inline-block;
    background-image: url(../images/bgform.jpg);
    background-size: cover;
    border-radius: 5px;
}

#order_form_place {
    padding: 10px;
    border: 0px solid red;
    border-radius: 5px;
    box-shadow: 4px 9px 5px 0px rgb(50 50 50 / 75%);
}

#order_form div {
    background: transparent !important;
}

#order_form .order_form_pole {
    padding: 10px;
    margin: 10px;
}

#order_form button {
    max-width: 336px;
    display: block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
    border-radius: 5px;
    background-color: red;
    background-position: 1.35em 0.94em;
    background-size: 1em;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
}

#order_form button:hover {
    background-color: rgb(200, 0, 0);
}

#order_form input {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
}

#order_form label {
    width: 282px;
    display: block;
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
    text-align: left !important;
}

@media only screen and (max-width: 500px) {
    a.button {
        width: 100%;
    }
}


center h3,
center b,
center label,
center span {
    color: black;
}

html {
    scroll-behavior: smooth;
}
@-ms-viewport {
    width: device-width;
  }
  html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
  }
  *,
  :after,
  :before {
    box-sizing: inherit;
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  :root {
    --player-primary-color: #ff7328;
  } /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  [hidden] {
    display: none;
  }
  a {
    background-color: transparent;
    cursor: pointer;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  b {
    font-weight: 700;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  hr {
    box-sizing: content-box;
    height: 0;
  }
  button,
  input {
    color: inherit;
    font: inherit;
    margin: 0;
    resize: none;
    outline: none;
  }
  button {
    overflow: visible;
  }
  button {
    text-transform: none;
  }
  button,
  html input[type="button"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  *,
  :after,
  :before {
    box-sizing: border-box;
  }
  button:active,
  button:focus,
  input:active,
  input:focus {
    outline: 0;
  }
  button {
    background: transparent;
    border: none;
    resize: none;
    cursor: pointer;
  }
  img {
    height: auto;
    width: 100%;
  }
  
  img {
    max-width: 100%;
  }
  html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    background-color: #fff;
    direction: ltr;
  }
  a {
    text-decoration: none;
    color: #ff7328;
    transition: color 0.3s ease-in-out;
  }
  a:active,
  a:focus,
  a:hover {
    outline: 0;
    text-decoration: none;
    color: #000;
  }
  body {
    font-family: "Isidora", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #000;
  }
  h3 {
    font-size: 1.5rem;
  }
  @media (min-width: 1024px) {
    h3 {
      font-size: 1.8rem;
    }
  }
  .h3 {
    font-size: 1.5rem;
  }
  @media (min-width: 1024px) {
    .h3 {
      font-size: 1.8rem;
    }
  }
  
  .h3,
  h3 {
    display: block;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    margin: 0 0 20px;
  }
  
  a .h3,
  a h3 {
    color: inherit;
  }
  .text{
      font-size: 18px;
  }
  ::-webkit-media-controls-panel,
  ::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
  }
  ::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
  }
  @keyframes loading {
    0% {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(1turn);
    }
  }
  @keyframes vjs-ad-display-loader {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    to {
      top: 0;
      left: 0;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  @keyframes test {
    0% {
      transform: translateX(-50%);
    }
    to {
      transform: translateX(0);
    }
  }
  hr {
    margin: 10px 0;
    border: 0;
    border-top: 2px solid #454545;
  }
  
  i {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px;
    font-size: 1rem;
    background: #fff;
    color: #000;
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee;
  }
  form input::-webkit-input-placeholder {
    color: #757575;
  }
  form input:-moz-placeholder,
  form input::-moz-placeholder {
    color: #757575;
  }
  form input:-ms-input-placeholder {
    color: #757575;
  }
  form button {
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 6px 25px 8px;
    font-size: 1.4rem;
    display: inline-block;
    transition: 0.3s ease-in-out;
    cursor: pointer;
  }
  form button:hover {
    background: #ff7328;
  }
  @keyframes searchText {
    0% {
      border-left-color: #ff7328;
    }
    to {
      border-left-color: #eee;
    }
  }
  @keyframes searchTextNova {
    0% {
      border-left-color: #fd3a4b;
    }
    to {
      border-left-color: #eee;
    }
  }
  @keyframes searchTextNeox {
    0% {
      border-left-color: #e5c823;
    }
    to {
      border-left-color: #eee;
    }
  }
  @keyframes searchTextMega {
    0% {
      border-left-color: #dc000c;
    }
    to {
      border-left-color: #eee;
    }
  }
  @keyframes searchTextA3series {
    0% {
      border-left-color: #fe4701;
    }
    to {
      border-left-color: #eee;
    }
  }
  @keyframes "blinker" {
    0% {
      opacity: 1;
      background-color: red;
    }
    50% {
      opacity: 0.2;
      background-color: #fff;
    }
    to {
      opacity: 1;
      background-color: red;
    }
  }
  @keyframes "blinker-play" {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.6;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes animate-indeterminate {
    0% {
      background-position-x: 0;
    }
    to {
      background-position-x: 35px;
    }
  }
  
  @keyframes parpadeo {
    0%,
    68%,
    80%,
    88% {
      opacity: 1;
    }
    70%,
    78%,
    90%,
    to {
      opacity: 0.2;
    }
  }
