*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

footer, article, aside, nav, section {
    display: block;
}

html {
    width: 100%;
}

body {
    font-size: 18px;
    line-height: 1.33;
    font-family: Montserrat, sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #000;
    background: #fff;
    font-weight: 400;
    width: 100%;
}

.product {
    display: block;
    width: 180px;
    max-width: 60%;
    margin: 0 auto 20px;
}
.product img {
    display: block;
    width: 100%;
}
@media (min-width: 992px) {
    .product {
        width: max-content;
        margin-bottom: -10px;
    }
}
.clearfix {
    clear: both;
}

.container {

    margin: 0 auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1160px;
}

a {
    color: #ea23da;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 22px;
}

.img-responsive {
    max-width: 100%;
}
.d-mobile
{
    display: none !important;
}
.d-center {
    display: block;
    margin: 0 auto 105px;
}

.wrapper {
    overflow: hidden;
}

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

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}
.b-header
{
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    padding: 22px 0 0;
}
.b-header .b-logo
{
    display: none;
}
.b-toggle
{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin: -20px 0 0;
}
.b-toggle span
{
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #000;
}
.b-author
{
    display: inline-block;
    vertical-align: middle;
}
.b-author img
{
    display: inline-block;
    border-radius: 50%;
}
.b-author img:last-child
{
    margin: 0 0 8px -29px;
}
.b-search
{
    display: inline-block;
    vertical-align: middle;
    margin: -10px 0 0;
}
.b-nav
{
    text-align: center;
    font-size: 16px;
    margin: 10px 0 45px;
}
.b-menu a
{
    color: #999999;
    font-weight: bold;

    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
}
.b-menu a:hover
{
    color: #ea23da;
}
a.b-logo
{
    font-size: 30px;
    font-weight: 800;
    margin: 0 35px 0 45px;
    color: #343434;
    text-decoration: none;
}
.b-menu a.current
{
    color: #000;
}
.b-logo>span
{
    color: #ea23da;
}
.b-logo>span>span
{
    font-size: 52px;
    line-height: 0;
}
h1
{
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.16;
}
.author-info
{
    color: #999999;
    font-size: 16px;
    margin-bottom: 35px;
    font-weight: 500;
}
.author-info span
{
    color: #ea23da;
    margin: 0 5px;
}
.author-info img
{
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;

}
.author-info svg
{
    display: inline-block;
    vertical-align: middle;
}
.img-wrap
{
    position: relative;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto 15px;
    text-align: center;
}
.img-wrap>div
{
    display: inline-block;
    position: relative;
}
.b-watermark
{
    position: absolute;
    font-weight: 800;
    opacity: 0.37;
    font-size: 30px;
    right: 15px;
    bottom: 12px;

}
.b-watermark.b-white
{
    color: #fff;
}
.b-watermark>span
{
    color: #ea23da;
}
.b-watermark>span>span
{
    font-size: 52px;
    line-height: 0;
}
.b-likes
{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, 25%);
    -ms-transform: translate(-50%, 25%);
    transform: translate(-50%, 25%);
    -webkit-box-shadow: 0 0 46px rgba(28,26,26,.06);
    box-shadow: 0 0 46px rgba(28,26,26,.06);
    width: 98px;
    padding: 26px 20px;
    border-radius: 50%;
    font-size: 16px;
}
h2, .h2
{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.2;
}
.b-alignleft
{
    float: left;
    /*width: max-content;*/
    position: relative;
    margin: 5px 30px 20px 45px;
}
.m-red
{
    color: #eb0000;
    margin: 90px 0 30px;
}
.b-list
{
    list-style: none;
    margin-bottom: 20px;
}
.b-list li
{
    margin-bottom: 10px;
    position: relative;
}
.b-list li:before
{
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #eb0000;
    margin-right: 8px;
}
.b-mistake
{
    color: #eb0000;
    font-weight: 800;
    padding-left: 35px;
    background: url("../img/mistake.png") no-repeat left center;
    margin-bottom: 25px;
}
.b-mistakes p
{
    margin-left: 35px;
}
.b-primary p a
{
    font-weight: 700;
}
.btn
{
    color: #fff;
    background: #ea23da;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    padding: 29px 60px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 40px 0 60px;
}
.btn:hover
{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.b-comments
{
    max-width: 975px;
    margin: 0 auto 30px;
}
.comments-title
{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 25px;
}
.comment-item
{
    margin-bottom: 20px;
}
.comment-reply
{
    margin-left: 80px;
}
.comment-reply2
{
    margin-left: 160px;
}
.comment-reply3
{
    margin-left: 240px;
}
.comment-ava
{
    display: table-cell;
    padding-right: 15px;
}
.comment-ava img
{
    border-radius: 50%;
}
.comment-body
{
    display: table-cell;
    vertical-align: top;
}
.comment-body p
{
    margin-bottom: 10px;
    font-size: 16px;
}
.comment-author
{
    color: #9a9a9a;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}
.b-rating
{
    display: inline-block;
}
.b-rating img
{
    margin: 0 1px;
}
.comment-date
{
    color: #9a9a9a;
    font-size: 14px;
}
.comment-img
{
    position: relative;
    display: inline-block;
}
.b-footer
{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #9a9a9a;
    padding: 15px 0;
}
@media (max-width: 990px) {
    .d-large
    {
        display: none !important;
    }
    .d-mobile
    {
        display: block !important;
    }
    .b-header
    {
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center;
        padding: 5px 0;
    }
    .b-header .b-logo
    {
        display: inline-block;
        float: left;
        margin: 15px 0 0;
    }
    .b-toggle.d-mobile
    {
        float: right;
        margin: 14px 17px 0 0;
    }
    .b-search
    {
        float: right;
        margin: 18px 0 0
    }
    a.b-logo
    {
        font-size: 18px;
    }
    .b-logo>span>span
    {
        font-size: 32px;
    }
    .b-author img:first-child
    {
        width: 44px;
    }
    .b-author img:last-child
    {
        width: 26px;
        margin: 0 0 2px -10px;
    }
    h1
    {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .author-info
    {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .author-info img
    {
        width: 28px;
        margin-right: 0;
    }
    .author-info span
    {
        margin: 0;
    }
    .b-likes
    {
        left: 50%;
        -webkit-transform: translate(-260%, 25%);
        -ms-transform: translate(-260%, 25%);
        transform: translate(-260%, 25%);
    }
    .b-watermark
    {
        font-size: 16px;
        right: 7px;
        bottom: 9px;
    }
    .b-watermark>span>span
    {
        font-size: 26px;
    }
    h2, .h2
    {
        font-size: 22px;
    }
    .b-alignleft
    {
        float: none;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        padding-left: 20px;
    }
    .m-red {
        margin: 10px 0 15px;
    }
    .b-mistake
    {
        padding-left: 25px;
        background-size: 12px 12px;
        background-position-y: 5px;
        margin-bottom: 5px;
    }
    .b-mistakes p {
        margin-left: 25px;
    }
    .btn
    {
        font-size: 20px;
        padding: 21px 25px;
        margin: 0px 0 35px;
    }
    .comments-title
    {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .comment-ava
    {
        display: block;
        float: left;
    }
    .b-rating
    {
        display: block;
        line-height: 1.1;
    }
    .comment-body
    {
        display: block;
    }
    .comment-date
    {
        margin-bottom: 3px;
    }
    .comment-reply, .comment-reply2, .comment-reply3
    {
        margin-left: 65px;
    }

}
@media (max-width: 500px)
{
	.b-likes
    {
        
        -webkit-transform: translate(-160%, 25%);
        -ms-transform: translate(-160%, 25%);
        transform: translate(-160%, 25%);
    }
}