.order {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, sans-serif;
}
.order * {
  box-sizing: border-box;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.order .prod-img {
  display: block;
  margin: 20px auto;
}

.order-info h2 {
  color: red;
  font-size: 1.5em;
}

.order-info h2 span {
  text-decoration: underline;
}

.order-info .left_count {
  display: block;
  width: 178px;
  padding: 23px;
  margin: 12px auto;
  background: red;
  color: #fff;
  text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000,
    -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 32px !important;
  border-radius: 5px;
}

.order-info .prod_left_val {
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
}

.order-info div h4 span {
  color: green;
}

.order-form {
  max-width: 600px;
  padding: 20px;
  margin: 20px auto;
  background: #fff url("../img/formbg.jpg") no-repeat;
  background-size: 100% 100%;
}

/* .order-form .top {
    padding-top: 100px;
    background: url(img/med.png) top center no-repeat;
    background-size: 100px auto;
} */

.order-form .top h2 {
  margin: 25px 0 0;
  padding: 0;
  line-height: 32px;
  font-size: 30px;
  font-weight: 700;
}

.order-form .top p {
  font-size: 14px;
  color: #00f;
  font-style: italic;
}

.order-form .price p span {
  font-weight: 700;
}

.old {
  color: rgb(178, 178, 178);
  text-decoration: line-through;
  font-size: 18px;
}
.new {
  color: red;
  font-size: 21px;
}

.order-form .frame {
  margin: 30px 10px -35px;
  border: 2px solid #0299ff;
  padding: 10px;
}

.order-form .frame p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
}

.order-form input {
  margin: 10px auto 0;
}

.order-form label {
  display: block;
  margin: 10px auto 0;
  padding: 5px 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.order-form input {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  font-size: 16px;
}

.order-form p {
  font-size: 12px;
  margin: 0;
  line-height: 30px;
}

.order-form button,
.obutton {
  max-width: 285px;
  width: 100%;
  display: block;
  margin: 20px auto 8px auto;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background: #0299ff;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 16px;
  animation: 1s pulse infinite alternate ease-in-out;
}

.order-form button {
  background: red;
}

#comment-component-text .comment .comment__text img {
  width: 300px;
}

#comment-component-text .comment {
  max-height: 100% !important;
}

img {
  max-width: 100%;
}
.btn3,
.comeback_container .btn {
  animation: 1s pulse infinite alternate ease-in-out;
}

.submit-form:after {
  display: inline-block;
  -webkit-animation: dotty steps(1, end) 1.5s infinite;
  animation: dotty steps(1, end) 1.5s infinite;
  content: "";
  position: absolute;
  margin-left: 10px;
  margin-top: 0px;
}

@-webkit-keyframes dotty {
  0% {
    content: "";
  }
  25% {
    content: ">";
  }
  50% {
    content: ">>";
  }
  75% {
    content: ">>>";
  }
  100% {
    content: "";
  }
}

@keyframes dotty {
  0% {
    content: "";
  }
  25% {
    content: ">";
  }
  50% {
    content: ">>";
  }
  75% {
    content: ">>>";
  }
  100% {
    content: "";
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.95);
  }
}

.order-form button:hover,
.obutton:hover {
  text-decoration: none;
  color: #fff;
}

.order-form button:disabled,
.obutton:disabled {
  opacity: 0.5;
}

.order-form button:hover:disabled,
.obutton:hover:disabled {
}

.order-form button:active {
  position: relative;
  top: 1px;
}

.order-form .timelimit {
  font-size: 14px;
  margin: 0 0 10px;
}

.timer {
  display: inline-block;
  background: url("../img/timerIcon2.png") no-repeat;
  padding-left: 14px;
  color: red;
  font-weight: 700;
  line-height: 15px;
}

@media screen and (max-width: 480px) {
  .order-form label {
    font-size: 14px;
  }

  .order-form button {
    font-size: 16px;
  }

  .order-form {
    padding: 10px;
  }

  .order-form .order-input {
    margin: 2px;
  }
}

@media screen and (max-width: 459px) {
  .order-form input {
    width: 80%;
    font-size: 13px;
  }
  .btn3 {
    padding: 15px;
    max-width: 100%;
  }
}

@media screen and (max-width: 349px) {
  .order-form .top h2 {
    margin: 0;
  }

  .order-form input {
    font-size: 13px;
  }

  .order-form .frame {
    margin: 10px;
  }
}

.img-spec {
  max-width: 500px;
}
@media (max-width: 500px) {
  .img-spec {
    max-width: 100%;
  }
}

#standardfooter {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
}

.footerlinks {
  display: flex;
  justify-content: center;
}

.footerborder {
  margin: 0 10px;
}

#standardfooter a {
  color: inherit;
}

#comment-component-text {
  color: #000;
  line-height: 1.3;
  font-size: 14px;
  font-family: "Tahoma", sans-serif;
}
#comment-component-text * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#comment-component-text #comment_num {
  border-bottom: 1px dashed #365398;
  color: #365398;
  font-weight: bold;
}
#comment-component-text img {
  max-width: 100%;
  line-height: 1;
  display: inline-block;
  border-radius: 50%;
}
#comment-component-text .comment {
  transition: height, opacity 1000ms ease-in-out;
  overflow: hidden;
}
#comment-component-text .firstComment,
#comment-component-text .newComment {
  display: none;
  opacity: 0;
  max-height: 0;
}
#comment-component-text .txt-content {
  width: 100%;
  min-height: 40px;
  display: block;
  margin: 15px 0;
  padding: 10px;
  resize: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
#comment-component-text .txt-cmt {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  margin: 0 -5px;
}
#comment-component-text .txt-cmt .form-comment__img {
  padding: 0 5px;
  width: 80px;
}
#comment-component-text .your-name {
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: auto !important;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
}
#comment-component-text .form-comment__content {
  width: 100%;
  padding: 0 5px;
}
#comment-component-text .comment {
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  margin: 0 -10px;
}
#comment-component-text .comment__content {
  padding: 0 10px;
  width: 100%;
}
#comment-component-text .comment__content .comment__name {
  margin-top: 0;
  color: #365398;
  font-size: 14px;
  text-align: left;
  text-align-last: left;
  font-weight: 700;
}
#comment-component-text .comment__image {
  flex-grow: 0;
  padding: 0 10px;
  width: 70px;
  height: 50px;
  border-radius: 50%;
}
#comment-component-text .comm__content__img {
  display: flex;
  align-items: center;
}
#comment-component-text .comment .comment__text {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.4;
}
#comment-component-text .comment .comment__text img {
  display: block;
  margin: 8px 0 0;
  border-radius: 0 !important;
}
#comment-component-text .comment__details {
  font-size: 12px;
  color: #365398;
  line-height: 1.4;
}
#comment-component-text .comment__details a,
#comment-component-text .comment__details span {
  text-decoration: none;
  color: #365398;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
}
#comment-component-text .comment__details img {
  width: 13px;
}

#comment-component-text .comment__time {
  color: rgb(158, 158, 158);
  font-size: 11px;
  line-height: 1.4;
  cursor: normal;
}
#comment-component-text .add-comment-button {
  background-color: #4267b2;
  border-color: 1px solid #4267b2;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  padding: 0 8px;
  line-height: 22px;
  cursor: pointer;
  font-weight: bold;
}
#comment-component-text .reply {
  padding-left: 65px;
}

/* RTL */

#comment-component-text.rtl {
  direction: rtl;
  text-align: right;
}

#comment-component-text.rtl .comment__content .comment__name {
  text-align: right;
  text-align-last: right;
}
#comment-component-text.rtl .reply {
  padding-right: 65px;
  padding-left: 0;
}
.comments__like {
  cursor: pointer;
}
.comment-img img,
.comment__details img {
  border-radius: 0 !important;
}
