.card p {
    margin-bottom: 0;
}

.btn-1 {
    display: inline-block;
    width: 100%;
    color: #fff !important;
    background: red;
    font-weight: 600;
    padding: 5px;
    margin-top: 10px;
}

.img-bord {
    margin-bottom: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

article video {
    display: block;
    margin: 0 auto 1.5555555556em;
}

.gray-bg {
    background: #F2F4F7;
    padding: 10px;
}

.red-txt {
    color: red;
}

article>img {
    display: block;
    margin: 0 auto 1.5555555556em;
}

.center-txt {
    text-align: center;
}

.big-txt {
    font-size: 1.5rem;
}

h3 {
    margin: 0 0 0.8em;
}

figure {
    margin: 0 auto 1.5555555556em;
    max-width: 600px;
    width: 100%;
}

figure img {
    margin-bottom: 10px;
}

figcaption {
    text-align: center;
}

.color-2 {
    color: #980000;
}

article ul {
    margin-left: 20px;
}

article>div {
    margin-bottom: 1.5555555556em;
}

.yell-bg {
    background: #fff2cc;
    padding: 10px;
}

.yell-bg p:last-child {
    margin-bottom: 0;
}

.red-bg {
    background: #ff00003b;
    padding: 10px;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 1.5555555556em;
}
.owl-carousel button.owl-dot {
    width: 13px;
    height: 13px;
    background: #F2F4F7;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 0 5px;
}
.owl-carousel button.owl-dot.active {
    background: #acacac;
}
.owl-dots {
    text-align: center;
}
.green-bg {
    padding: 10px;
    background: rgb(221 255 221);
    border: 1px dotted #000;
}
.col-pack {
    display: inline-block;
    color: #fff;
    background: red;
    font-size: 42px;
    padding: 0 10px;
}
.marg-0 p {
    margin-bottom: 6px;
}
.prod-block {
    display: inline-block;
    position: relative;
}

.prod-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: rgb(2 13 164);
    background: radial-gradient(circle, rgb(143 154 213) 0%, rgb(2 13 164) 54%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    font-weight: 600;
    box-sizing: border-box;
    top: 1%;
    right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order_form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    padding: 15px;
}
.inp {
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin-bottom: 10px;
    border: 1px rgb(2 13 164) solid;
    padding: 0 10px;
    height: 46px;
    font-size: 19px;
    box-sizing: border-box;
}

.btn {
    width: 100%;
    color: #fff;
    height: 46px;
    cursor: pointer;
    background: linear-gradient(93.06deg,
    rgb(2 13 164) 38.35%,
            rgb(89, 103, 185) 83.13%);
    border: 0;
    font-weight: 700;
    font-size: 24px;
}
.price-block {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.price-block b {
    color: red;
    padding-left: 10px;
}

.comm-block {
    padding: 10px;
    border-bottom: 1px solid #fff;
    background: #edeff4;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
}

.comm-block p {
    margin: 0 0 2px;
}

.add-links {
    font-size: 15px;
}

.ava-img {
    width: 50px;
    height: 50px;
}

.comm-txt {
    width: 100%;
    margin-left: 10px;
    position: relative;
    margin-top: -3px;
}

.comm-txt img,
.comm-txt video {
    display: block;
    margin: 6px 0;
    width: 80%;
    max-width: 350px;
}

.reply {
    padding-left: 30px;
}

.add-comm {
    height: 100%;
    overflow: hidden;
}

.textbox {
    width: 100%;
    font-size: 16px;
    padding: 2px 5px;
    border: 1px #bbb solid;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.error {
    color: red;
    font-size: 13px;
    position: relative;
    margin-top: -10px;
    display: none;
    padding-left: 5px;
}

.sendcomment {
    text-decoration: underline;
    cursor: pointer;
}

.add-comm .comm-txt {
    margin-top: 0;
}
#first-comment {
    display: none;
}
a.bot-btn {
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    color: #fff!important;
    padding: 4px 10px;
    background: red;
}