*, *: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: 16px;
    line-height: 1.5;
    font-family: "Amiri", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #2F2F2F;
    background: url("../img/body_bg.png");
    font-weight: 400;
    width: 100%;
}


.clearfix {
    clear: both;
}

.container {

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

a {
    color: #007AFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 17px;
}

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

.wrapper {
    overflow: hidden;
}

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

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

.text-uppercase {
    text-transform: uppercase;
}
.b-header
{
    background: #2F2F2F;
    color: #fff;
    padding: 10px 25px;
}
.header-top
{
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.b-menu
{
    display: inline-block;

    text-transform: uppercase;
}
.b-menu a
{
    color: #fff;
    padding: 0 12px;
    display: inline-block;
    border-left: 1px dotted;
}
.b-menu a:first-child
{
    padding-right: 0;
}
.b-menu a:last-child
{
    border: none;
}
.b-menu a.current
{
    font-weight: 700;
    color: #00E376;
}
.b-social
{
    display: inline-block;
    float: left;
}
.b-social a
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.header-bottom
{
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    padding: 11px 0 2px;
}
.b-toggle
{
    display: none;

}
.author-info
{
    display: inline-block;
    vertical-align: middle;
    min-width: 200px;
    -moz-text-align-last: initial;
    text-align-last: initial;
    line-height: 1.2;
}

.author-info img
{
    float: right;
    margin-left: 20px;
    border-radius: 50%;
}
.author-info div
{
    font-weight: 700;
    margin-top: 8px;
}
.author-info span
{
    font-size: 12px;
}
.b-logo
{
    font-weight: 700;
    font-size: 40px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    vertical-align: middle;
}
.btn-buy
{
    font-size: 18px;
    padding: 7px 24px;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#1AC9FC), to(#1D73F1));
    background: -o-linear-gradient(top, #1AC9FC 0%, #1D73F1 100%);
    background: linear-gradient(180deg, #1AC9FC 0%, #1D73F1 100%);
    border: 1px solid #007AFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 99px;
    color: #fff;
    vertical-align: middle;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 122, 255, 0.64);
    box-shadow: 0px 4px 8px rgba(0, 122, 255, 0.64);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-buy:hover
{
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#1D73F1), to(#1AC9FC));
    background: -o-linear-gradient(top, #1D73F1 0%, #1AC9FC 100%);
    background: linear-gradient(180deg, #1D73F1 0%, #1AC9FC 100%);
}
.s-primary
{
    background: #fff;
    padding: 23px 25px;
}
.b-sidebar
{
    float: left;
    width: 208px;
}
.b-search
{
    display: block;
    font-size: 14px;
    border: 1px solid #AEAEAE;
    padding: 3px 15px 3px 3px;
    border-radius: 24px;
    overflow: hidden;
    color: #2F2F2F;
    -moz-text-align-last: justify;
    text-align-last: justify;
    margin-bottom: 30px;
}
.b-search:hover
{
    text-decoration: none;
}
.b-search span:last-child
{
    background: #007AFF;
    border: 1px solid #007AFF;
    color: #fff;
    border-radius: 24px;
    padding: 5px 15px;
    display: inline-block;
    vertical-align: middle;
}
.side-title
{
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px dotted;
    margin-bottom: 15px;
}
.b-categories
{
    margin-bottom: 25px;
}
.b-categories a
{
    display: block;
    font-size: 14px;
    color: #2F2F2F;
    margin-bottom: 10px;
}
.b-categories a:before
{
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #007AFF;
    border-radius: 8px;
    vertical-align: middle;
    content: "";
    margin-left: 8px;
}
.b-post
{
    font-size: 14px;
    margin-bottom: 25px;
    position: relative;
}
.b-post img
{
    margin-bottom: 3px;
}
.b-post:hover
{
    color: #007AFF;
}
.post-link
{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}
.all-news
{
    text-decoration: underline;
    font-size: 14px;
}
.b-bnr
{
    background: #fff;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    text-align: center;
    padding: 15px 10px;
    margin-top: 25px;
}
.fixed
{
    position: fixed;
    top: 0;
	width: 208px;
	z-index: 10;
	margin-top: 0;
}
.b-bnr .btn-buy
{
    padding: 8px 30px;
}
.b-main
{
    margin-left: 232px;
    margin-bottom: 30px;
}
.b-breadcrumbs
{
    font-size: 12px;
    font-weight: 700;
    color: #AEAEAE;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.b-breadcrumbs a
{
    color: #AEAEAE;
    display: inline-block;
    margin: 0 4px;
}
.b-breadcrumbs span
{
    color: #2F2F2F;
    background: #00E376;
    border-radius: 24px;
    padding: 5px 7px;
    margin-right: 4px;
}
h1
{
    background: #EBEBEB;
    font-size: 40px;
    padding: 12px 20px;
    line-height: 1.2;
    margin-bottom: 24px;
}
.b-weeks
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.b-weeks>div
{
    position: relative;
    font-size: 0;
}

.img-note
{
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.32);
    border-radius: 40px;
    display: inline-block;
    padding: 10px 25px;
    right: 8px;
    bottom: 8px;

}
p a
{
    font-weight: 700;
}
.b-question, .b-answer
{
    padding: 15px 15px 0 15px;
}
.b-question
{
    margin: 30px 0 20px;
}
.text-ava, .b-text
{
    display: table-cell;
    vertical-align: top;
}
.text-ava img
{
    margin-left: 10px;
    border-radius: 50%;
}
.b-question
{
    background: #EBEBEB;
    font-weight: 700;
}
.b-question .b-text
{
    vertical-align: middle;
}
.order-title
{
    background: #FFF59A;
    color: #FF223E;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 -25px;
    padding: 32px 0;
}
.b-order
{
    background: rgba(0, 122, 255, 0.16);
    margin: 0 -25px;
    position: relative;
}
.order-inner
{
    max-width: 800px;
    margin: 0 auto;
    padding: 65px 0 35px;
}
.b-product, .b-form
{
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.b-sale
{
    border-radius: 50%;
    background: #2F2F2F;
    color: #fff;
    text-align: center;
    max-width: 184px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 700;
    width: 100%;
    line-height: 1;
    padding: 32px 0;
    top: -20px;
}
.b-sale div:first-child
{
    font-size: 14px;
}
.b-sale div:nth-child(2)
{
    font-size: 24px;
}
.b-sale div:nth-child(3)
{
    font-size: 56px;
    color: #FF223E;
}
.b-sale div:last-child
{
    font-size: 22px;
}
.b-product
{
    text-align: left;
}
.b-form
{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    padding: 30px 45px;
    max-width: 352px;
}
.old-price
{
    font-size: 24px;
    text-decoration: line-through;
}
.new-price
{
    font-weight: 700;
    font-size: 48px;
    color: #007AFF;
    line-height: 1.2;
    margin-bottom: 20px;
}
.input-field
{
    display: block;
    width: 100%;
    border: 1px solid #AEAEAE;
    border-radius: 24px;
    font: inherit;
    margin-bottom: 15px;
    padding: 12px 37px;
    outline: none;
    background-color: #fff;
}
.country {
    background-image: url(../img/select.png), url("../img/location.svg");
    background-repeat: no-repeat;
    background-position: 5% center, 94% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
	color: inherit !important;
    background-color: #fff;
}
select::-ms-expand {
    display: none;
}
.input-field.name
{
    background: url("../img/user.svg") no-repeat 94% center;
}
.only_number
{
    background: url("../img/phone.svg") no-repeat 94% center;
    direction: ltr;
    text-align: right;
}
.btn
{
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#00E376), to(#008545));
    background: -o-linear-gradient(top, #00E376 0%, #008545 100%);
    background: linear-gradient(180deg, #00E376 0%, #008545 100%);
    border: 1px solid #008545;
    border-radius: 99px;
    font: inherit;
    font-weight: 700;
    padding: 11px;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.btn:hover
{
    background: -webkit-gradient(linear, left top, left bottom, from(#008545), to(#00E376));
    background: -o-linear-gradient(top, #008545 0%, #00E376 100%);
    background: linear-gradient(180deg, #008545 0%, #00E376 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.b-alert
{
    font-weight: 700;
    font-size: 24px;
    border-top: 8px solid #FF223E;
    margin: 10px 0;
    padding-top: 15px;
}
.b-alert span
{
    color: #FF223E;
}
.timer
{
    text-align: center;
    direction: ltr;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}
.dash, .time-delimiter
{
    display: inline-block;
}
.digit
{
    float: left;

}
.dash
{
    background: #FFFFFF;
    border: 1px solid #AEAEAE;
    border-radius: 16px;
    padding: 15px 0 15px 10px;
    letter-spacing: 0;
    width: 96px;
    text-align: center;
}
.dash_title
{
    font-size: 14px;
    margin-left: -5px;
    display: inline-block;
    letter-spacing: 0;
}
.dash:last-child
{
    color: #007AFF;
}
.b-comments
{
    margin-top: 35px;
}
.comments-title
{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.comments-form
{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comment-note
{
    font-size: 14px;
    color: #FF223E;
    margin-bottom: 15px;
}
.input-comment
{
    display: inline-block;
    border: 1px solid #AEAEAE;
    border-radius: 24px;
    font-size: 14px;
    color: #AEAEAE;
    padding: 14px 25px;
    font-family: inherit;
}
.input-comment:first-child
{
    width: 22%;
}
.input-comment:nth-child(2)
{
    width: 49%;
}
.submit-form
{
    background: #AEAEAE;
    border-radius: 24px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    padding: 14px 25px;
    display: inline-block;
    width: 22%;
}
.comment-item
{
    background: #EBEBEB;
    padding: 30px 15px;
    margin-bottom: 15px;
}
.comment-item p
{
    margin-bottom: 10px;
}
.comment-img, .comment-body
{
    display: table-cell;
    vertical-align: top;
}
.comment-body
{
    width: 100%;
}
.comment-img img
{
    margin-left: 15px;
    border-radius: 50%;
}
.comment-author
{
    font-size: 14px;
    font-weight: 700;
    color: #2F2F2F;
    display: inline-block;
    margin-bottom: 10px;
}
.comment-date
{
    color: #007AFF;
    font-size: 14px;
    float: left;
}
.comment-item hr
{
    border: none;
    height: 1px;
    background: #AEAEAE;
    margin: 30px 0;
}
.b-likes
{
    font-weight: 700;
    font-size: 13px;
}
.b-likes span
{
    display: inline-block;
}
.b-likes span svg
{
    display: inline-block;
    vertical-align: sub;
}
.b-likes span:first-child
{
    color: #007AFF;
    margin-left: 10px;
}
.b-footer
{
    background: #2F2F2F;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 7px 0;
}
@media (max-width: 990px) {
    .d-large
    {
        display: none !important;
    }
    .b-header
    {
        padding: 8px 10px;
    }
    .header-bottom
    {
        padding: 0;
    }
    .b-toggle
    {
        display: inline-block;
        vertical-align: middle;
    }
    .s-primary
    {
        padding: 20px 10px;
    }
    .b-main
    {
        margin-left: 0;
    }
    h1
    {
        font-size: 24px;
        padding: 10px 15px;
        margin-bottom: 15px;
    }
    .b-breadcrumbs
    {
        margin-bottom: 20px;
    }
    .b-question, .b-answer {
        padding: 8px 8px 0 8px;
    }
    .b-order
    {
        margin: 0 -10px;
    }

    .order-title
    {
        padding: 15px 0;
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .d-middle
    {
        display: none !important;
    }
    .d-mobile
    {
        display: block !important;
    }
    .b-weeks
    {
        display: block;
        text-align: center;

    }
    .b-answer .b-weeks, .img-wrap
    {
        margin-right: -66px;
    }
    .b-weeks>div
    {
        display: inline-block;
    }
	
    .b-product, .b-form
    {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .order-inner
    {
        padding-top: 130px;
    }
    .b-sale
    {
        top: 30px;
        -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        transform: translateX(-20%);
    }
    .b-product
    {
        margin-bottom: 15px;
    }
    .b-form
    {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .dash, .time-delimiter
    {
        margin: 0 -5px;
    }
    .dash
    {
        padding: 5px 0 5px 7px;
    }
    .comments-form
    {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }
    .input-comment, .submit-form
    {
        display: block;
        width: 100% !important;
        margin-bottom: 15px;
    }
    .comment-item
    {
        padding: 8px;
    }
    .comment-img, .comment-body
    {
        display: block;
    }
    .comment-img
    {
        float: right;
    }
    .comment-img img
    {
        max-width: 40px;
        margin-left: 5px;
    }
    .comment-author
    {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .comment-item hr
    {
        margin: 10px 0;
    }
}
.js_errorMessage
{
  direction: ltr;
}