/*.rich-blog-homepage .post-picture img {
    width: 100%;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
}
.rich-blog-homepage .post-picture a {
    display: block;
    max-height: 300px;
    overflow: hidden;
}*/




.blogpost-page {
    padding: 30px 50px !important;
    background:#fff !important;
}
.year strong {
    display: block;
    cursor: default;
}

.blogpost-page .page-title,
.news-item-page .page-title {
    display: block !important;
    margin: 0 0 10px;
    border: none;
    padding: 0;
    text-transform: none;
}

    .blogpost-page .page-title h1,
    .news-item-page .page-title h1 {
        font-size: 25px;
    }

.blog-page .post,
.news-items .news-item {
    position: relative;
    margin: 0 0 20px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 30px;
}

    .blog-page .post:after,
    .news-items .item:after {
        content: "";
        display: block;
        clear: both;
    }

.post-head,
.news-head {
    margin: 0 0 20px;
}

.post-title,
.news-title {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: bold;
    color: #333 !important;
    text-decoration: none !important;
}

.post-date,
.news-date {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #999;
}

.post-body,
.news-body {
    margin: 0 0 30px;
    line-height: 30px;
}

    .post-body a,
    .news-body a {
        color: #f74258;
    }

        .post-body a:hover,
        .news-body a:hover {
            text-decoration: underline;
        }

    .post-body img,
    .news-body img {
        max-width: 100%;
    }

.blog-page .tags,
.blogpost-page .tags {
    display: inline-block;
    margin: 0 0 10px;
    overflow: hidden;
}

    .blog-page .tags label,
    .blogpost-page .tags label {
        display: block;
        margin: 0 0 10px;
        font-size: 13px;
    }

    .blog-page .tags ul,
    .blogpost-page .tags ul {
        font-size: 0;
    }

    .blog-page .tags li,
    .blogpost-page .tags li {
        display: inline-block;
        margin: 3px;
        font-size: 13px; /*reset zeroing*/
    }

        .blog-page .tags li.separator,
        .blogpost-page .tags li.separator {
            display: none;
        }

    .blog-page .tags a,
    .blogpost-page .tags a {
        display: inline-block;
        background-color: #f6f6f6;
        padding: 0 10px;
        line-height: 26px;
        color: #f74258;
        transition: all 0.2s ease;
    }

        .blog-page .tags a:hover,
        .blogpost-page .tags a:hover {
            background-color: #fbfbfb;
        }

.blog-posts .buttons {
    overflow: hidden;
}

.blog-posts .read-more,
.blog-posts .read-comments {
    display: inline-block;
    line-height: 32px;
}

.blog-posts .read-more,
.blog-posts .read-comments {
    padding: 10px 0;
    text-transform: capitalize;
}

.blog-posts .read-more {
    margin: 0 10px 0 0;
}

    .blog-posts .read-more:before {
        content: "|";
        margin: 0 0 0 12px;
        color: #777 !important;
    }

    .blog-posts .read-more:hover,
    .blog-posts .read-comments:hover {
        color: #f74258;
    }

.blog-posts .post-head,
.blog-posts .read-comments {
    display: none; /*default html order changed because of the Rich Blog*/
}

.blogpost-page .page-body,
.news-item-page .page-body {
    /*border: 1px solid #e9e9e9;*/
    background-color: #fff;
}

.blogpost-page .post,
.news-item-page .news-item,
.comment-list .comment,
.new-comment .form-fields {
    padding: 30px;
}

.news-items .buttons {
    margin: -5px 0 5px;
    font-size: 0;
}

.news-items .read-more {
    font-size: 14px; /*reset zeroing*/
    font-weight: bold;
    color: #f74258;
    text-transform: capitalize;
}

    .news-items .read-more:after {
        content: "";
        display: inline-block;
        width: 26px;
        height: 20px;
        margin: -1px 0 0 -25px;
        background: #777 url('../img/pointer-color.rtl.png') center no-repeat;
        vertical-align: middle;
        transition: all 0.2s ease;
    }

.new-comment .message-error {
    margin: 30px 0 0;
    text-align: center;
}

.new-comment .result {
    margin: 30px 0 0;
    color: #4fbb41;
    text-align: center;
}

.new-comment .inputs {
    text-align: center;
}

    .new-comment .inputs label {
        display: none;
    }

.new-comment textarea {
    min-height: 180px;
}

.new-comment .captcha-box {
    margin: 0;
}

.new-comment .buttons {
    padding: 0 0 10px;
}

.new-comment .button-1 {
    border: none;
    background-color: #f74258;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
}

    .new-comment .button-1:hover {
        outline-color: #f74258;
    }

.comment-list .title {
    background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}

.blog-comment,
.news-comment {
    border-top: 1px solid #f0f0f0;
}

    .blog-comment:first-child,
    .news-comment:first-child {
        border: none;
    }

    .blog-comment:after,
    .news-comment:after {
        content: "";
        display: block;
        clear: both;
    }

.comment-info {
    width: 150px;
    margin: 0 auto 20px;
}

    .comment-info .username {
        display: block;
        margin: 0 0 10px;
        font-weight: bold;
    }

    .comment-info .avatar {
        position: relative;
        width: 150px;
        height: 150px;
        overflow: hidden;
    }

        .comment-info .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

.comment-title {
    color: #333;
}

.comment-time {
    margin: 0 0 10px;
    /*font-size: 13px;
	font-weight: bold;*/
    color: #999;
}

.comment-body {
    line-height: 25px;
}

.news-item-page .news-body {
    margin: 0;
}

.news-item-page .inputs:first-child label {
    display: block;
}

.news-list-homepage {
    margin: 0 0 60px;
}

    .news-list-homepage .title {
        margin: 0 0 20px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 5px;
        font-size: 22px;
        color: #333;
        text-transform: uppercase;
    }

    .news-list-homepage .news-title {
        font-size: 16px;
    }

    .news-list-homepage .view-all {
        margin: 30px 0 0;
        text-align: center;
    }

    .news-list-homepage .view-all a {
        display: inline-block;
        border: none;
        background-color: #f74258;
        padding: 10px 20px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        outline: 1px solid transparent;
        transition: all 0.2s ease;
    }

.news-list-homepage .view-all a:hover {
    outline-color: #f74258;
}

.owl-item {
    display: inline-block;
}
.rich-blog-homepage .post-picture {
    min-height: 265px;
}
.post-picture {
    display: block;
    max-height: 270px !important;
    overflow: hidden;
}

.rich-blog-homepage .post-title {
    margin: 0 0 12px;
    font-size: 18px;
    color: #333;
    padding: 25px 30px 0px;
}

.km-profile-container > .km-profile-sidebar-container .km-profile-side-bar > .km-head .km-avatar img {
    border-radius: 200px;
}

.km-profile-container > .km-profile-content .km-profile-detail-edit-avatar .km-avatar img {
    border-radius: 200px;
}

.rich-blog-homepage .blog-posts .owl-next {
    margin: 0 !important;
    padding: 10px 10px !important;
}

.rich-blog-homepage .blog-posts .owl-prev {
    margin: 0 !important;
    padding: 10px 10px !important;
}


@media all and (max-width: 1024px){
    .rich-blog-homepage .title {
        text-align: center;
    }
}


@media all and (max-width: 769px) {
    .rich-blog-homepage .post-picture {
        min-height: 0;
    }
}

.km-form-style.km-theme-1 .km-row label.custom-error {
    position: absolute;
    top: 0;
    font-size: 12px;
    padding: 4px;
    color: #fb3449;
    left: 0;
}

.custom-tel-input{
    border-radius: 3px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #dadada;
    display: block;
    position: relative;
    width: 100%;
}

body.page-product .km-product-page-top .km-product-left .km-product-user-field.km-select > .km-item.km-active {
    border-color: #dedede;
    background: #f5f5f5;
    color: #606060;
    box-shadow: 0 0 6px 0 #fce82e;
}

body.page-product .km-product-page-top .km-product-left .km-product-user-field.km-select span{
    margin-bottom: 10px;
}

.no-display {
    display: none !important;
}

/* blog */

@media all and (max-width: 959px) {
    .side-2.blog-main {
        width: 100% !important;
        margin-bottom: 60px;
    }

    .center-2.blog-main {
        width: 100% !important;
    }

    .center-2.blog-main .blogpost-page {
        padding: 30px 27px !important;
    }

    .km-blog-comment {
        padding: 0 0 19px 0 !important;
    }

    .blog-category-navigation, .block-blog-archive, .block-popular-blogtags {
        text-align: center
    }

    .post-navigation {
        top: -74px !important;
    }

    .blogpost-page {
        top: 73px !important;
    }

    .blog-main .block .listbox {
        display: none;
    }
}

.side-2.blog-main {
    width: 18%;
}

.center-2.blog-main {
    width: 80%;
}

.center-2.blog-main .blogpost-page{
    width: 100%;
}


.new-comment textarea {
    width: 100%;
}

.new-comment .buttons {
    text-align: center;
}

.side-2 {
    float: right;
    width: 18%;
    margin-top: 40px;
}

.center-2 {
    width: 80%;
    float: left;
    margin: 0 0 90px;
}

.side-2 .page-title {
    padding: 22px 35px;
}

.blog-search-box input.search-box-text {
    padding-right: 10px;
    text-align: center;
}



.block {
    float: none;
    width: auto;
    margin: -1px 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: #f0f0f0 #e9e9e9 #e9e9e9;
    background: #fff !important;
}

.block .list li {
    padding: 8px 0;
}

.block .title {
    border: 1px solid #e9e9e9;
    background: #fff url(../img/toggle-arrow.png) left center no-repeat;
    padding: 15px 25px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.block:first-child,
.page-title + .block {
    border-top-color: #e9e9e9;
}

.block .title {
    border: none;
    background-image: none;
    padding: 20px 25px;
    cursor: default;
}

.block .listbox {
    display: block;
    margin: -5px 0 0;
    border: none;
    padding-top: 0 !important;
}

.block .listbox ul {
    padding-right: 15px;
}

.page {
    clear: both;
    text-align: right;
}

.new-comment textarea {
    width: 100%;
}

.new-comment .buttons {
    text-align: center;
}

.side-2 {
    float: right;
    width: 18%;
}

.center-2 {
    width: 80%;
}

.side-2 .page-title {
    padding: 22px 35px;
}

.center-2 {
    float: left;
    margin: 0 0 90px;
}

.side-2 {
    float: right;
    width: 245px;
    margin-top: 40px;
}

.block {
    float: none;
    width: auto;
    margin: -1px 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: #f0f0f0 #e9e9e9 #e9e9e9;
    background: #fff !important;
}

.block .list li {
    padding: 8px 0;
}

.block .title {
    border: 1px solid #e9e9e9;
    background: #fff url(../img/toggle-arrow.png) left center no-repeat;
    padding: 15px 25px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
}

.block:first-child,
.page-title + .block {
    border-top-color: #e9e9e9;
}

.block .title {
    border: none;
    background-image: none;
    padding: 20px 25px;
    cursor: default;
}

.block .listbox {
    display: block;
    margin: -5px 0 0;
    border: none;
    padding-top: 0 !important;
}

.page {
    clear: both;
    text-align: right;
}

@media only screen and (max-width: 959px) and (min-width: 0px){
    .km-discount-special-slider > .km-contents > .km-item, .km-discount-special-slider > .km-contents .owl-item > .km-item {
        margin: 0 !important;
    }
    .km-cart-box-gift-code > .km-discount-box {
        display:block!important;
    }
}

.installment-radio-holder {
    font-size: 24px !important;
    padding: 20px 10px 20px 0 !important;
}

.selected-checkout-attributes-holder {
    font-size: 24px !important;
    padding: 20px 10px 20px 0 !important;
}

.km-select-item-title {
    width: 100% !important;
}

.textbox-attr {
    max-width: 400px !important;
}

.footer-develop {
    font-size: 14px;
    font-weight: bold;
}

.footer-develop-link {
    color: #24a2bf;
}
