.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("../images/formbg.jpg") no-repeat;
    background-size: 100% 100%;
}

/* .order-form .top {
    padding-top: 100px;
    background: url(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 0px;
    border: 2px solid #0299ff;
    padding: 10px;
}

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



.order-form  label {

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

.order-form input,select {
	margin: 10px auto 0;
    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;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
    border-radius: 5px;
    background: #0299ff;
    transition: all .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.0);
    }

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

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

.order-form button:disabled, .obutton:disabled {
    opacity: .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("https://bino-ar.beauty/landers/Alphavit-ar-ph-rd/assets/css/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 {
        
        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;
    }
}
.timelimit__desc {
    line-height: 21px;
}

@media (max-width: 760px) {
    .is-1 {
        display: none;
    }
    
    .order-form .top p {
        font-size: 21px;
    }
    .order-form p {
        font-size: 15px;
        line-height: 28px;
    }
    .order-form .frame p {
        font-size: 23px;
    }
    .order {
        max-width: 800px;
    }
    .order-form label {
        font-size: 18px;
    }
    .order-form .timelimit {
        font-size: 22px;
    }
    .order-form input {
        font-size: 23px;
    }
    .timelimit__desc {
        line-height: 19px;
    }
    #l-main .wrapper {
        max-width: 425px;
    }
    .comment_text  {
        font-size: 19px;
    }
    .comment_h {
    font-size: 19px;
    }
    .left {
        display: none;
    }
    .navbar-start-list {
        display: none;
    }
    .bck-navbar .navbar-start {
        flex-basis: unset !important;
    }
    .bck-navbar .navbar-end {
        display: none;
    }
    .tabs-nav {
        display: none;
    }
  
    .bck-navbar .bck-titles .titles__content .section-media-fluid .title-art, .bck-navbar .container, .bck-titles .titles__content .section-media-fluid .bck-navbar .title-art {
        justify-content: center;
    }
    .navbar-start-list {
        display: none;
    }
 
}
@media (max-width: 375px) {
    #l-main .wrapper {
        max-width: 375px;
    }
}
