.single a,
.blog-header ul.menu li a:hover,
.blog-footer .menu-footer-container li a:hover,
.widget a:hover,
.blog-header ul.menu li ul.sub-menu li a:hover,
.blog-aside #sidebar .widget.widget_nav_menu li a:hover {
    color: #e7018b;
}

[scroll="goScrollToForm"] {
    cursor: pointer;
}

.blog-header .container form button:hover svg,
.blog-footer nav a:hover svg {
    fill: #e7018b;
}

.single article .entry-tags a:hover,
.page-numbers.current {
    background: #e7018b;
}

.page-numbers.current {
    border: 1px solid #81014e;
}

.single a:hover {
    color: #81014e;
}

figcaption {
    background-color: #cbcbcb;
    font-size: 13px;
    padding: 2px 10px;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

#section_comments {
    font-size: 14px;
}

#section_comments a {
    color: #365899;
}

#section_comments a:hover {
    text-decoration: underline;
}

a.a-grey {
    color: #90949c !important;
}

.comments-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d6db;
    margin-top: 20px;
    margin-bottom: 15px;
}

.comments-title {
    font-size: 14px;
    font-weight: 900;
}

.comments-menu {
    float: right;
    margin-top: -15px;
}

.tocomment {
    padding-left: 57px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tocomment .photo_perfil-box {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
}

.tocomment-text {
    height: 40px;
    border: 1px solid #d3d6db;
    color: #90949c;
    font-size: 14px;
    padding: 15px 15px;
    user-select: none;
    cursor: text;
    position: relative;
}

.tocomment-icon {
    --n: 15px;
    width: var(--n);
    height: var(--n);
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.5;
}

.tocomment-icon:hover {
    opacity: 0.4;
}

.comment-box {
    padding-left: 57px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.comment-box .photo_perfil-box {
    width: 48px;
    height: 48px;
    overflow: hidden;
    position: absolute;
    left: 0;
}

.photo_perfil {
    width: 100%;
}

.name-comment {
    font-weight: 700;
}

.mesage-comment {
    font-size: 14px;
    line-height: 1.358;
    padding: 3px 0px;
}

.interact-comment {
    font-size: 12px;
    padding-top: 3px;
}

.icon-like {
    --n: 14px;
    width: var(--n);
    height: var(--n);
    display: inline-block;
    background-image: url("images/i-like.png");
    background-size: cover;
    margin-bottom: -2px;
}

.subcomments-box {
    margin: 10px 0;
    padding-left: 8px;
    border-left: 1px dotted #d3d6db;
}

.subcomment {
    padding-left: 42px;
    position: relative;
}

.subcomment .photo_perfil-box {
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    left: 0;
}

.subcomment:not(:last-child) {
    padding-bottom: 15px;
}

.page-template-default footer {
    background: darkblue;
}

a {
    color: darkblue;
}

.center-image-div {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 450px) {
    .center-image-div {
        width: 100%;
    }
}

@media (min-width: 451px) and (max-width: 670px) {
    .center-image-div {
        width: 80%;
    }
}

@media (min-width: 671px) {
    .img-carosel {
        width: 90%;
    }
}

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

.ring-loading {
    width: 10px;
    height: 10px;
    padding: 15px !important;
    border: 7px dashed #000;
    border-radius: 100%;
    display: none;
    margin: 10px auto !important;
    animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

@keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

html,
body {
    margin: 0;
    border: 0;
    padding: 0
}

.pop-up-window h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600
}

body {
    background-color: #fff;
    font-family: sans-serif;
    font-size: 17px;
    line-height: 26px
}

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

p {
    margin: 16px 0
}

a {
    color: #0061aa;
    text-decoration: none
}

a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #ef8d1a
}

img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width: 992px) {
    p {
        font-size: 15px;
        line-height: 24px
    }
    h1 {
        font-size: 32px;
        color: #000;
        font-weight: 600
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
        color: #000;
        font-weight: 600
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 32px;
        color: #000;
        font-weight: 600
    }
}

.all-form {
    font-family: sans-serif;
    width: 100%;
    max-width: 620px;
    color: #000;
    font-size: 16px;
    margin: 16px auto
}

.all-form__time {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    max-width: 500px;
    margin: 0 auto;
}

.all-form__time>span {
    display: block
}

.all-form__count {
    color: red
}

.all-form__body {
    padding: 25px 45px;
    margin-top: 25px;
    background-color: #fff;
    box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, .25)
}

.all-form__title {
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2
}

.all-form__title span {
    color: #50b27c
}

.all-form__label>span {
    display: block;
    margin-bottom: 5px
}

.all-form__label+.all-form__label {
    margin-top: 20px
}

.all-form__field {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box
}

.all-form__btn {
    border: none;
    padding: 15px 40px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #53b57f;
    background: #5abc86;
    background: linear-gradient(180deg, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    max-width: 350px;
    flex: 1 0 240px;
    width: 100%;
    margin-right: 15px;
    font-size: 16px
}

.all-form__btn:hover {
    transform: scale(.98)
}

.btnBlock {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.prices {
    max-width: 180px;
    flex: 0 0 180px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 20px auto 0
}

.new-price {
    color: #53b57f;
    font-size: 24px
}

.old-price {
    text-decoration: line-through;
    font-size: 22px;
    margin-right: 10px
}

@media screen and (max-width: 576px) {
    .btnBlock {
        justify-content: center
    }
    .prices {
        margin-top: 16px
    }
    .all-form__body {
        padding: 25px 15px
    }
}