.answer,
.dialogify .dialogify__close:hover {
    cursor: pointer
}

body,
input {
    color: #000
}

.dialogify .text-center,
.ifr_button {
    text-align: center
}

.wrap,
body {
    position: relative
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.wrap {
    flex: 1 1 auto;
    width: 1000px;
    margin: 0 auto;
    z-index: 2
}

.hidden-price,
template {
    display: none
}

@media print {

    *,
    ::after,
    ::before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }
}

::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
div,
html,
img,
small {
    margin: 0;
    padding: 0;
    outline: 0
}

:focus {
    outline: 0
}

html {
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: sans-serif !important;
    font: 12px/120% sans-serif
}

.dialogify .btn,
.dialogify p {
    line-height: 1.5
}

.chat-container,
.chat-header {
    width: 100%
}

@media (max-width:1040px) {
    .wrap {
        width: auto
    }
}

b,
body,
body div,
html,
img,
small {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0
}

.box:before,
.chat-content-desc-image {
    border-radius: 50%
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

img {
    max-width: 100%
}

small {
    font-size: 85%
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    width: 100%;
    padding: 0;
    line-height: 1;
    margin: 0;
    background: #e3e3e3;
    height: 100%
}

.chat-container {
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.chat-header {
    z-index: 10;
    max-height: 75px;
    height: 75px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d26713), to(#f0ad62));
    background-image: linear-gradient(to top, #d26713 0, #f0ad62 100%)
}

.chat-header-container-image {
    display: inline-block
}

.chat-header-container-image img {
    max-width: 50px
}

.chat-header-container-image-left {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.chat-header,
dialog+.backdrop {
    left: 0;
    top: 0;
    position: fixed
}

.chat-foofaster-form input[type=text]:not(:focus)+span.cursor:before {
    display: block;
    -webkit-animation: 1s step-end infinite cursor;
    animation: 1s step-end infinite cursor
}

@-webkit-keyframes cursor {
    50% {
        background: 0 0
    }
}

@keyframes cursor {
    50% {
        background: 0 0
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.container2 {
    width: 100%;
    padding: 10px 15px
}

.box {
    display: block;
    font-weight: 300;
    margin: 0 0 0 60px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    line-height: 28px;
    position: relative
}

.box:not(:last-of-type) {
    margin: 0 0 20px 60px
}

.box:after,
.box:before {
    position: absolute;
    top: 50%
}

.box:before {
    content: "";
    left: -55px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../images/avatar2.jpg?v=1) top center/cover no-repeat;
    display: block
}

.box:after {
    content: '';
    left: -16px;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    width: 6px;
    height: 6px;
    border: 8px solid transparent;
    border-right-color: #fff
}

.dialogify .btn,
.ifr_button {
    height: auto;
    cursor: pointer;
    text-decoration: none
}

.answer {
    display: inline-block;
    min-width: 130px;
    border-radius: 2px;
    background: #4267b2;
    color: #fff;
    padding: 10px;
    margin: 10px 10px 0 0;
    font-size: 80%;
    line-height: 1.2
}

.answer.active {
    background: green
}

.container2 {
    margin-top: 75px
}

.block_form input,
.block_form select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #888;
    font-size: 15px;
    background: #fff
}

.block_form,
.order-price,
.order-title {
    margin-bottom: 10px
}

.order_form {
    margin-top: 15px
}

.block_form_label {
    font-size: 15px;
    margin-bottom: 5px;
    display: block
}

.order_form .clear {
    clear: both
}

.ifr_button {
    letter-spacing: .4px;
    font-weight: 600 !important;
    border: none;
    font-family: calibri, roboto, arial;
    display: block;
    margin: 10px auto 0;
    color: #fff;
    font-size: 20px;
    width: 100%;
    line-height: 32px;
    background: #e74c3c;
    border-bottom: 2px solid #c0392b;
    border-radius: 3px;
    min-height: 51px;
    padding: 0 14px
}

.ifr_button:hover {
    background: #a45148
}

.chat-container {
    position: static
}

.chat-header-container-image-left {
    padding-right: 0 !important
}

.dialogify {
    display: none;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    max-width: 1100px;
    min-width: 360px;
    max-height: 100vh;
    background-color: #fff;
    font-size: 14px;
    color: #464646;
    border: none;
    border-radius: 4px;
    overflow: auto;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1), 0 1px 8px rgba(0, 0, 0, .05), 0 2px 20px rgba(0, 0, 0, .1);
    z-index: 2;
    padding: 0;
    line-height: 100%;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, "Lucida Grande", "PingFang TC", "蘋果儷中黑", "微軟正黑體", Microsoft JhengHei, "黑體-繁", sans-serif
}

.dialogify[open] {
    display: block
}

.dialogify.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.dialogify>div {
    background-repeat: no-repeat;
    background-position: right bottom
}

.dialogify>div:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 21px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: .7
}

.dialogify>div hr {
    border: none;
    height: 1px;
    background: #e0e6e8
}

.dialogify .dialogify__body {
    min-height: 40px;
    zoom: 1
}

.dialogify .dialogify__body:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden
}

.dialogify .btn-box .check-group input[type=checkbox]+label a,
.dialogify .dialogify__body a {
    color: #117e96
}

.dialogify .dialogify__body a:hover {
    color: #126e7d
}

.dialogify .dialogify__content {
    padding: 22px 28px 20px 24px;
    box-sizing: border-box
}

.dialogify .dialogify__content-box {
    margin: 20px auto
}

.dialogify .dialogify__maxheight {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden
}

.dialogify .dialogify__autowidth {
    max-width: 1100px;
    min-width: 560px
}

.dialogify .dialogify__fixedwidth {
    max-width: 560px
}

.dialogify .dialog__maxheight {
    max-height: 400px;
    overflow-y: auto
}

.dialogify .dialogify__close {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #00555f
}

.dialogify .dialogify__close img {
    width: 16px;
    height: 16px;
    opacity: .85
}

.dialogify .dialogify__close:hover img {
    opacity: 1
}

.dialogify img.dialogify-ajax-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dialogify a:focus {
    outline: 0;
    text-decoration: none
}

.dialogify .btn-danger {
    box-shadow: 0 16px 26px -10px rgba(244, 67, 54, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(244, 67, 54, .2)
}

.dialogify .btn-box {
    margin-top: 20px;
    clear: both
}

.dialogify .btn-box .btn-insert {
    margin-left: 8px;
    margin-right: 3px
}

.dialogify .btn-box .check-group {
    float: left;
    margin-top: 8px
}

.dialogify .btn-box .check-group input[type=checkbox]+label h6 {
    font-size: 13px;
    color: #a6a6a6
}

.dialogify .btn-box .check-group input[type=checkbox]+label a:hover {
    color: #126e7d;
    text-decoration: none;
    transition: .3s
}

.dialogify .btn-box .float-left,
.dialogify .btn-box .float-left a {
    margin-left: 0
}

.dialogify .btn-box .post__text-small {
    font-weight: 400
}

.dialogify .link-form__actions {
    margin-top: 10px;
    float: right;
    width: 100%
}

.dialogify .btn {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 5px 12px;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #e5e5e5;
    color: #a6a6a6;
    outline: 0
}

.dialogify .btn:hover {
    background: #dcdcdc;
    color: #a6a6a6
}

.dialogify .btn.is-disabled {
    opacity: .5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
    cursor: not-allowed !important
}

.dialogify .btn.is-disabled:hover {
    -webkit-animation: .3s shake;
    animation: .3s shake
}

@-webkit-keyframes shake {

    0%,
    70% {
        -webkit-transform: rotate(1.5deg);
        transform: rotate(1.5deg)
    }

    50% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes shake {

    0%,
    70% {
        -webkit-transform: rotate(1.5deg);
        transform: rotate(1.5deg)
    }

    50% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.dialogify .btn.btn-primary {
    background-color: #117e96;
    color: #fff
}

.dialogify .btn.btn-primary:hover {
    background-color: #126e7d
}

.dialogify .btn.btn-danger {
    background-color: #f44336;
    color: #fff
}

.dialogify .btn.btn-danger:hover {
    background: #de2427
}

.dialogify .btn.btn-danger.is-disabled:hover {
    background-color: #f44336
}

.dialogify h5.dialogify_title {
    font-size: 18px;
    color: #00555f;
    line-height: 1;
    margin: 0 0 18px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, "Lucida Grande", "PingFang TC", "蘋果儷中黑", "Apple LiGothic Medium", "微軟正黑體", sans-serif;
    font-weight: 400
}

.dialogify h5.dialogify_title img {
    width: 12px;
    height: 10px;
    position: relative;
    top: -2px;
    margin-right: 3px
}

.dialogify h5.dialogify_title .post__text-small img {
    width: 12px;
    height: 12px;
    top: -1px
}

.dialogify hr {
    background: #e0e6e8;
    border: none;
    height: 1px;
    width: 100%;
    margin-bottom: 15px
}

.dialogify .text-field {
    margin: 10px 0;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #00555f
}

.dialogify .text-field:focus,
.dialogify .text-field:hover {
    outline: 0;
    border-color: #117e96
}

.dialogify .text-field:-moz-placeholder,
.dialogify .text-field:-ms-input-placeholder,
.dialogify .text-field::-moz-placeholder,
.dialogify .text-field::-webkit-input-placeholder {
    color: #b3b3b3 !important
}

.dialogify .text-field.is-error {
    border-color: #de2427;
    color: #de2427
}

.dialogify textarea.text-field {
    resize: none;
    min-height: 100px;
    line-height: 1.5;
    font-size: 14px;
    overflow: auto
}

dialog::-webkit-backdrop {
    background: #000;
    opacity: .7
}

dialog::backdrop {
    background: #000;
    opacity: .7
}

dialog+.backdrop {
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .7
}

.dialogify button {
    float: none
}

.price {
    display: flex;
    justify-content: center;
    padding: 5px;
    background: #e3e3e3;
    border-radius: 10px
}

.price__item {
    padding: 0 10px
}

.price__item--old {
    border-left: 1px solid #ddd
}

.price__item-value--old {
    text-align: center;
    text-decoration: line-through;
    font-size: 22px;
    color: gray
}

.price__item-value--new {
    text-align: center;
    color: red;
    font-weight: 700;
    font-size: 26px;
    text-shadow: 0 0 1px #8b0000
}

.product {
    margin-right: 30px;
    max-width: 180px;
    width: 100%
}

.price__form {
    max-width: 300px;
    width: 100%
}

.price__wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:600px) {
    .price__wrapper {
        flex-direction: column
    }

    .product {
        margin-right: 0;
        max-width: 150px;
        margin-bottom: 20px
    }

    body {
        overflow-x: hidden
    }

    .answers {
        display: flex;
        flex-wrap: wrap;
        max-width: 400px;
        width: 100%
    }

    .answer {
        min-width: 140px
    }

    .ifr_button {
        font-size: 18px;
        line-height: 1.2
    }

    .box {
        font-size: 16px;
        line-height: 22px
    }

    .chat-header-container-image-left {
        padding-right: 60px
    }

    .price__item-title {
        margin-bottom: 5px;
        text-align: center;
        line-height: 1.2
    }
}

@media (max-width:410px) {
    .price__item-value--new {
        font-size: 18px;
    }

    .price__item-value--old {
        font-size: 16px;
    }

    .price__item {
        padding: 0 5px;
    }

    .box {
        padding: 18px;
    }
}