*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    margin: 0
}

html,
body {
    height: 100%;
    scroll-behavior: smooth
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    padding: 0 1rem
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%
}

a {
    text-decoration: none;
    color: rgb(255, 0, 179);
    font-weight: 700;
    /* text-transform: uppercase */
}

input,
button,
textarea,
select {
    font: inherit
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word
}

#root,
#__next {
    isolation: isolate
}

.container {
    max-width: 990px;
    position: relative;
    margin: 0px auto;
    width: 100%
}

button,
.btn {
    padding: 10px 16px;
    border: none;
    background: #be0707;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    display: flex;
    margin: 16px auto;
    justify-content: center;
    max-width: 370px;
}

button:hover,
.btn:hover {
    background: #f10808;
    transition: all 100ms ease-in
}

@media screen and (max-width: 425px) {

    button,
    .btn {
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center
    }
}

header {
    background: #f1f1f1;
    display: flex;
    width: 100%;
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1rem
}

header .logo {
    width: 50%;
    margin: 1rem 0
}

header .logo img {
    width: 100%
}

header .logo-text {
    width: 50%;
    padding: 10px
}

header .logo-text h1 {
    width: 272px;
    margin: 0 auto
}

@media screen and (max-width: 425px) {
    header .logo-text {
        padding: 0
    }

    header .logo-text h1 {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    header {
        flex-direction: column
    }

    header .logo {
        width: 100%;
        margin: .6rem 0
    }

    header .logo-text {
        width: 100%
    }
}

.content {
    background: #fff;
    border-radius: 10px;
    margin: 5px 0px 15px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 10px #e6e6e6
}

.content .content-text {
    width: 100%;
    font-size: 19px;
    line-height: 1.2;
}

.content .content-text .bg {
    background: #da4444;
    padding: 6px;
    color: #fff;
    font-weight: 700;
}

.content .content-text .red {
    color: #be0707
}

.content .content-text .desc {
    margin: 0px 0px 15px;
    font-weight: 400;
    font-size: 14px;
    text-align: center
}

.content .content-text .image-center.blur {
    position: relative;
    background: #eee none repeat scroll 0% 0%;
    padding: 10px;
    cursor: pointer
}

.content .content-text .image-center.blur img {
    filter: blur(15px)
}

/* .content .content-text form {
    max-width: 600px;
    font-family: Arial;
    margin: 7px;
    border-radius: 30px;
    border: 1px solid #cecece;
    background-color: #ececec;
    padding: 50px 20px;
    margin: 2rem auto
}

.content .content-text form .form-box {
    display: block
}

.content .content-text form .form-box .form-title {
    border: 2px solid #0299ff;
    padding: 10px
}

.content .content-text form .form-box .form-title p {
    margin: 0;
    text-align: center
}

.content .content-text form .form-box .input-box {
    display: block;
    text-align: center;
    margin: 2rem 0
}

.content .content-text form .form-box .input-box label {
    font-weight: 700;
    display: block
}

.content .content-text form .form-box .input-box input {
    font-size: 21px;
    padding: 6px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%
}

.content .content-text form .form-box .date {
    text-align: center;
    margin: 1rem 0
}

.content .content-text form .form-box .date span {
    font-weight: 700
} */

/* .content .content-text .price {
    margin-top: 3rem
}

.content .content-text .price h3 {
    text-align: center
} */

.content .content-text .box-message {
    position: relative;
    background: #edfaff;
    padding: 35px 105px;
    margin-bottom: 15px
}

.content .content-text .box-message p {
    font-style: italic;
    font-weight: 700
}

.content .content-text .box-message::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 75px;
    transform: scaleX(-1);
    background: rgba(0, 0, 0, 0) url("../images/qe.jpg") repeat scroll 0% 0%
}

.content .content-text .box-message::before {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 75px;
    background: rgba(0, 0, 0, 0) url("../images/qe.jpg") repeat scroll 0% 0%
}

.content .content-text .box-message .subtext {
    margin: 0px;
    text-align: right;
    font-size: 15px;
    font-weight: 400
}

.content .content-text .image-center {
    margin: 1rem 0;
    text-align: center
}

.content .content-text .image-center img {
    margin: 0 auto
}

.content .content-text .image-center figcaption {
    font-size: 14px;
    margin: 10px 0;
    font-style: italic
}

.content .content-text .image-center .blur-p {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.content .content-text .image-center.txt-none {
    text-indent: -9999px;
}


.content .content-text ul {
    list-style: inside none circle
}

.content .content-text ul li {
    margin-bottom: 1rem
}

.content .content-text ol li {
    margin-bottom: 1rem
}

.content .content-text p {
    margin-bottom: 1rem
}

.content .content-text p span {
    color: red
}

.content .content-text h1 {
    font-size: 28px;
    margin: 0px 0px 25px;
    text-align: left;
    width: auto
}

.content .content-text h1 span {
    color: red
}

.content .content-text h2 {
    font-size: 1.3em;
    margin: 1rem 0px
}

.content .content-text h3 {
    font-size: 19px
}

@media screen and (max-width: 521px) {
    .content {
        padding: 10px
    }

    .content .content-text h1 {
        font-size: 22px
    }

    .content .content-text h2 {
        font-size: 1.2em
    }

    .content .content-text .input-box input {
        width: 100%
    }

    .content .content-text .box-message {
        padding: 15px
    }

    .content .content-text .box-message::after {
        display: none
    }

    .content .content-text .box-message::before {
        display: none
    }
}

#comments h1 {
    color: #c00;
    margin: 0px 0px 5px;
    border-bottom: 1px solid #e8e8e8
}

#comments .comment {
    padding: 32px 0px;
    border-bottom: 1px solid #e8e8e8
}

#comments .comment .name {
    font-weight: 600;
    font-size: 18px
}

#comments .comment .profile {
    font-size: 16px;
    padding: 10px 0px 0px;
    font-weight: normal;
    display: flex;
}

#comments .comment .profile img {
    width: 65px;
    height: 65px;
    float: left;
    margin-right: 10px
}

footer {
    padding: 15px;
    background: #2b4865;
    text-align: center;
    border-radius: 4px 4px 0 0;
    color: #fff
}

footer p {
    margin-bottom: 10px
}

/*# sourceMappingURL=style.css.map */

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

.order * {
    box-sizing: border-box;
}

.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-info div#soldout_text h4 {
    color: red;
}

.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 {
    /* 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-size: 21px;
    font-weight: 700;
    color: red;
}

.order-form .frame {
    margin: 45px 10px 25px;
    border: 2px solid #466cc7;
    padding: 10px;
}

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

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

.order-form label {
    width: 260px;
    display: block;
    margin: 0 auto;
    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: 10px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    font-size: 21px;
}

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

.order-form button,
.obutton {
    max-width: 245px;
    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, 0.45);
    border-radius: 5px;
    background: #466cc7;
    transition: all 0.15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

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

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

.order-form button:hover:disabled,
.obutton:hover:disabled {
    background-color: #0299ff;
}

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

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

.timer {
    display: inline-block;
    background: url(../images/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%;
    }

    .order-form {
        margin-left: -20px;
        margin-right: -20px;
    }
}

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

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

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

.image-center .textimg {
    max-width: 800px;
}

@media screen {
    .image-center .textimg {
        width: 100%;
    }
}

.content .content-text .box-attention {
    position: relative;
    background: #edfaff;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px black solid;
}

.content .content-text .box-attention p {
    font-style: italic;
    font-weight: 700
}

#comments .comment .profile img#comm1 {
    width: 360px;
    height: 293px;
}

#comments .comment .profile img#comm2 {
    width: 400px;
    height: 273px;
}

#comments .comment .profile img#comm3 {
    width: 320px;
    height: 362px;
}

#comments .comment .profile video#comm4 {
    width: 400px;
}

#comments .comment .profile img#comm5 {
    width: 360px;
    height: 240px;
}

#comments .comment .profile img#comm6 {
    width: 300px;
    height: 356px;
}

#comments .comment .profile img#comm7 {
    width: 320px;
    height: 346px;
}

#comments .comment .profile img#comm8 {
    width: 360px;
    height: 270px;
}

@media screen and (max-width: 549px) {
    #comments .comment .profile img#comm1 {
        width: 250px;
        height: 203px;
    }
    
    #comments .comment .profile img#comm2 {
        width: 267px;
        height: 182px;
    }
    
    #comments .comment .profile img#comm3 {
        width: 230px;
        height: 260px;
    }
    
    #comments .comment .profile video#comm4 {
        width: 250px;
    }
    
    #comments .comment .profile img#comm5 {
        width: 260px;
        height: 173px;
    }

    #comments .comment .profile img#comm6 {
        width: 225px;
        height: 267px;
    }

    #comments .comment .profile img#comm7 {
        width: 246px;
        height: 266px;
    }

    #comments .comment .profile img#comm8 {
        width: 260px;
        height: 195px;
    }
    
}