/*.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: #b5093a;
}

.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: #b5093a;
    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: #b5093a;
}

.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: #b5093a;
    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: #323232;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
    border-radius: 5px;
}

.new-comment .button-1:hover {
    outline-color: #53082d;
}

.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: #b5093a;
    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: #b5093a;
}

.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;
}

.page-category .category-grid.sub-category-grid .item-box {
    width: 11%;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 8px;
    background-color: #fff;
}

.page-category .category-grid.sub-category-grid.show-details .item-grid {
    height: 157px;
    overflow: hidden;
    transition: all .5s;
    width: 92.7%;
    overflow-x: hidden;
    margin-bottom: 15px;
}

.page-category .category-grid.sub-category-grid.show-details .show-more {
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 0px;
    background-color: #323232;
    padding: 51px 9px;
    border-radius: 10px;
    color: #fff;
    display: none;
    width: 10%;
    text-align: center;
}
.page-category  .km-page-category-right {
    padding-left: 20px;
    margin-top: 20px;
}



.category-grid.sub-category-grid.show-details {
    position: relative;
}

.sub-category-details {
    height: auto !important;
    overflow: visible;
    transition: all 5s ease-in;
}

.page-category .category-grid.sub-category-grid .item-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-category .category-grid.sub-category-grid .item-box .sub-category-item h2.title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #424750;
}

.page-category .category-grid.sub-category-grid .sub-category-item {
    position: relative;
}

.page-category .category-grid.sub-category-grid .item-box .sub-category-item img {
    padding: 25px 25px;
}


/* blog */

@media all and (max-width: 959px) {
    .page-category .category-grid.sub-category-grid .item-box {
        width: 30%;
    }
    .page-category .category-grid.sub-category-grid.show-details .item-grid {
        height: 99px;
        overflow: hidden;
        width: 83%;
    }
    .page-category .category-grid.sub-category-grid.show-details .show-more {
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        width: 21%;
        padding: 43px 6px;
        font-size: 8px;
    }
    .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;
    }
    .km-tier-prices .km-row-header {
        border-radius: 20px 20px 0px 0px !important;
    }
}

.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;
}

.shoppingcart-product-holder {
    height: 250px;
    overflow-y: scroll;
    scrollbar-color: #323232 #e5c0c4;
    scrollbar-width: thin;
}

.shoppingcart-product-holder::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px rgb(239 59 80);
    border-radius: 10px;
}

.shoppingcart-product-holder::-webkit-scrollbar-track {
    background-color: #e5c0c4;
    border-radius: 10px;
}

.shoppingcart-product-holder::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

.use-reward-points {
    font-size: 25px;
}

@media only screen and (max-width: 959px) and (min-width: 0px) {
    .shoppingcart-product-holder {
        height: 100%;
        overflow: scroll;
    }
}

#txtLoginEmail {
    border-radius: 3px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #dadada;
    display: block;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}

.footer-develop {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.footer-develop-link {
    color: #24a2bf;
}

.product-tags-list {
    padding: 5px 10px 15px 10px;
    display: flex;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: wrap;
}

.producttag {
    padding: 5px 10px;
    /*background: #07bbd1;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    margin-left: 5px;
    display: flex;
    flex-shrink: 0;
    /*margin-top:10px;*/
    font-size: 10px;
}


/*.producttag:hover {
        background: #b5093a;
    }*/

footer#km-footer-main .km-widget.km-widget-links .km-content ul li {
    width: 100% !important;
}

.product-tag-box {
    padding: 10px;
}

.product-tag-box .km-title {
    font-weight: bold;
    color: #6f6f6f;
    font-size: 16px;
    padding-right: 23px;
}

.product-tag-box .km-description {
    padding: 20px;
}

.tag-title {
    font-size: 25px;
}

.km-special-benefits>.km-item {
    width: 20% !important;
}

.app-button {
    color: #ef394e;
}

.app-button:hover {
    color: #fff;
    background-color: #ef394e;
}

.app-button-container {
    width: 95%;
    background-color: #323232;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
}

/* .app-button:before {
    margin-top: -2px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    float: right;
    padding-left: 12px;
    transition: color 0.2s ease;
    content: '\f067';
} */

.app-button {
    background-color: #323232;
    color: #fff;
    width: auto;
    display: none;
    position: relative;
    margin: auto;
    z-index: 99;
    border: 0;
    font-size: 22px;
    font-weight: 800;
    cursor: pointer;
}

.app-button-ex {
    display: block !important;
}

.km-discount-special-slider>.km-titles {
    overflow: auto !important;
}

.km-btn.km-theme-2,
.km-login-register-box>.km-login-register-left .km-login-left-footer {
    color: #fff;
}

.selected-price-range .from {
    float: left !important;
}

.km-lightbox-container .fa-times {
    vertical-align: text-top;
}

.attribute-color-circle {
    border-radius: 38px !important;
    width: 25px !important;
}

.km-value-color-attribute {
    display: inline-flex !important;
}
/* ------------new- footer------- */
#km-footer-main .footer-delivary {
    width: 100% !important;
    border-top: 1px solid #6666665c;
    padding-top: 20px;
    border-bottom: 1px solid #6666665c;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-evenly;
}
#km-footer-main .footer-delivary>div {
    display: flex;
    justify-content: center;
    align-items: center;
}
#km-footer-main .footer-delivary>div {
    display: flex;
    justify-content: center;
    align-items: center;
}
#km-footer-main .footer-delivary>div {
    display: flex;
    justify-content: center;
    align-items: center;
}
#km-footer-main  .footer-delivary>div .title-content {
    width: 77%;
    padding: 0 10px 0 0;
}
#km-footer-main  .footer-delivary>div .title-content .title {
    font-size: 19px;
    font-weight: bolder;
    line-height: 2;
}
#km-footer-main .limolink {
    display: flex;
    align-items: center;
}
#km-footer-main .app-download>img {
    margin-right: 20px;
    cursor: pointer;
}

.last-footer-block .footer-categori>div>a {
    margin-right: 4px;
    margin-bottom: 4px;
}
.last-footer-block .footer-categori a {
    display: inline-block;
    position: relative;
    margin-right: 4px;
    margin-bottom: 4px;
}
.last-footer-block  .footer-categori .footer-sub-category span {
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scale3d(1, 0, 1);
    transition: .6s;
    position: absolute;
    top: 3px;
    right: 3px;
    left: 0;
    bottom: 0;
    width: 95%;
    height: 94%;
    font-size: 12px;
    background-color: #b5093a;;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.footer-categori .footer-sub-category:hover span {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    visibility: visible;
}
.last-footer-block .second-categori,.last-footer-block .first-categori {
    display: flex;
    justify-content: center;
}

footer#km-footer-main .km-widget.km-description>.km-content .last-footer-block img {
    margin-right: 0;
}
footer#km-footer-main .km-widget.km-widget-links .km-content ul li a {
  
    font-size: 16px;
    color: #1b2f43;
  
}
footer#km-footer-main .km-widget .km-title-style::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -9px;
    right: 0;
    background: #b5093a;
}
footer#km-footer-main .km-widget.km-widget-support .km-phone .km-value:before {
    content: '';
    background: url('../img/phone.svg') no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -6px;
}
footer#km-footer-main .km-widget.km-widget-support .km-email .km-value:before  {
    content: '';
    background: url('../img/email.svg') no-repeat;
    width: 25px;
    height: 20px;
    position: absolute;
    right: -6px;
}
/* @media all and (min-width: 1024px) {
    footer#km-footer-main .km-widget.km-widget-support .km-email .km-value:before  {
        right: 123px;
} */
footer#km-footer-main .km-widget.km-widget-support .km-phone .km-value:hover:before,
footer#km-footer-main .km-widget.km-widget-support .km-email .km-value:hover:before {
    -webkit-transform: translateX(-5px) rotate(180deg);
    -ms-transform: translateX(-5px) rotate(180deg);
    transform: translateX(-5px) rotate(180deg);
}
footer#km-footer-main .km-widget.km-widget-support .km-phone .km-value,
footer#km-footer-main .km-widget.km-widget-support .km-email .km-value{
    position: relative;
}
footer#km-footer-main .km-widget.km-widget-support .km-phone .km-value .km-main,
footer#km-footer-main .km-widget.km-widget-support .km-email .km-value .km-main,
footer#km-footer-main .km-widget.km-widget-support .km-value {
    margin-right: 35px;
}
footer#km-footer-main .footer-bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
}


footer#km-footer-main .electronics-pattern {
    padding: 20px 21px 20px;
    border-radius: 23px 23px 23px 0;
    background-color: #323232;
    background-repeat: repeat;
    color: #fff;
    width: 78%;
    display: none;
    
}
footer#km-footer-main .km-header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.km-social-theme.left {
    width: 15.5%;
    display: flex;
    flex-wrap: wrap;
}
footer#km-footer-main .km-enamad {
    margin-bottom: 20px;
}
footer#km-footer-main .size.footer-middle {
    padding-top: 30px;
    margin-bottom: 0;
}
.km-social-theme.left ul>li {
    margin-right: 10px;
    border-radius: 50px;
}
.km-footer-newsletter .km-form input[type='text']::placeholder{
    color: #1b2f4373;
}
.icon-letter{
    position: absolute;
    right: 40px;
}
footer#km-footer-main  .km-enamad .km-content.text-center>* {
    margin-right: 28px;
}
footer#km-footer-main .km-widget.km-description.resp-mt-100.last-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media all and (max-width: 959px) {
    #km-footer-main .app-download>img {
        float: left;
         width: 100px;
         margin-bottom: 2px;
         margin-right: 5px;
    }
    footer#km-footer-main .km-widget .km-content {
        margin-top: 20px;
        display: none;
        text-align: center;
    }
    footer#km-footer-main .km-widget .km-enamad .km-content{
        display: block;
    }
    .icon-letter {
        position: absolute;
        right: 25px;
    }
    .content-letter {
        text-align: right;
    }
    .app-download {
        display: flex;
        flex-direction: column;
    }
    #km-footer-main .footer-delivary>div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        width: 75px;
    }
    #km-footer-main  .footer-delivary>div .title-content .title {
        font-size: 12px;
    }
    #km-footer-main  .footer-delivary>div .title-content {
        width: 100%;
    }
    #km-footer-main  .footer-delivary>div .title-content p {
    display: none;
    }
    footer#km-footer-main .footer-bottom {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
        align-items: center;
    }
    .km-social-theme.left {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    footer#km-footer-main .electronics-pattern {
        padding: 15px;
        border-radius: 23px 23px 23px 0;
        width: 98%;
    }
    footer#km-footer-main .km-footer-newsletter .km-form button[type='submit'] {
        font-size: 14px;
        width: 29%;
    }
    footer#km-footer-main .km-footer-newsletter .km-form input[type='text'], footer#km-footer-main .km-footer-newsletter .km-form input[type='email'] {
        width: 70%;
        font-size: 10px;
    }
    footer#km-footer-main .km-header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .footer-develop {   
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    footer#km-footer-main  .km-enamad .km-content.text-center>* {
        margin-right: 5px;
    }
    footer#km-footer-main  .km-enamad .km-content.text-center>* {
        margin-right: 8px;
        width: 75px;
    }
    .footer-develop img{
        width: 100px;
    }
    .footer-middle .km-title-style:before, .footer-middle .km-title-style:after {
        content: "";
        background: #f5f5f500 url(../img/just-arrow.svg) center no-repeat;
        position: absolute;
        width: 28px;
        height: 34px;
        bottom: 0;
        background-size: 10px;
    }
    .footer-middle .km-title-style.dropin:before,
    .footer-middle .km-title-style.dropin:after {
        transform: rotate(180deg);
    }
    .footer-middle .km-title-style:before {
        right: 13px;
    }
    .footer-middle .km-title-style:after {
        left: 13px;
    }
    .footer-middle .km-title-style {
        position: relative;
    }
}
/* --------------- */

@media all and (min-width: 959px) {
    .km-title-theme-manufacturer {
        text-align: center !important;
        height: 0 !important;
    }
    .km-ads-package.km-5 .km-ads-banner-manufacturer {
        width: calc((100% - (4 * 45px)) / 10) !important;
    }
    .km-ads-package.km-5 .km-ads-banner {
        width: calc((100% - (4 * 5px)) / 5) !important;
        margin: 0 auto;
    }
}

.km-prices-new-theme-with-discount {
    top: 45px !important;
}

@media all and (max-width: 959px) {
    .km-prices-new-theme-mobile {
        top: 8px !important;
    }
}

.download-sample {
    width: 400px;
}

@media all and (max-width: 484px) {
    .download-sample {
        width: 100%;
    }
    .download-sample a {
        width: 100%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .blogpost-page {
        margin-top: -66px !important;
        margin-bottom: 0 !important;
    }
    .side-2.blog-main {
        margin-bottom: 0 !important;
    }
}

.product-not-found {
    color: #fff !important;
    background: red !important;
    padding: 5px !important;
    border-radius: 15px !important;
}

@media only screen and (min-width: 960px) {
    .km-mt-page-search {
        padding: 11px 20px 0px 20px !important;
    }
    .km-mt-page-search .km-search-content .km-search-result>.km-content>.km-item .km-product.km-theme-2 {
        margin-bottom: 1px !important;
        padding: 5px 80px 8px 10px !important;
    }
    .km-mt-page-search .km-search-content .km-search-result>.km-content>.km-more-link {
        margin-top: 0px !important;
    }
}

.ribbon-position.block-discount .product-ribbon {
    background: #ef394e;
    border-radius: 10px;
    height: auto;
}

.ribbon-position.block-discount .product-ribbon .ribbon-text {
    font-size: 15px;
    padding-top: 12px;
}

.ribbon-position .product-ribbon {
    border-bottom-right-radius: 50%;
    background: #ef394e;
    height: 38px;
}

.ribbon-position .product-ribbon .ribbon-text {
    padding: 10px;
    color: #fff;
    font-size: 18px;
    display: flex;
    padding-top: 20px;
    font-weight: 300;
}

.ribbon-position {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.ribbon-position.block-discount {
    display: block;
    margin-top: 34px;
}

.km-product .km-btn.km-theme-1 {
    width: 35px !important;
    height: 35px !important;
    border-radius: 18px !important;
    line-height: 22px;
}


/* for new deal*/

.km-discount-special .km-discount-special-slider {
    margin-right: 0;
}

.KM_wrapperSurprisinglyBox {
    display: flex;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.1);
    background: #fce82e;
    padding: 15px 15px 15px 0;
    border-radius: 10px 10px 110px 110px;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 20px;
}

body .KM_wrapperSurprisinglyBox .KM_wrapperSurprisinglyBoxSlider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

body .KM_wrapperSurprisinglyBox .km-img a {
    display: flex;
    flex-flow: column;
    background: #fff;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    min-height: 400px;
    text-align: center;
}

body .KM_wrapperSurprisinglyBox .owl-nav {
    position: absolute;
    width: 100%;
    top: 34%;
    display: block !important;
}

body .KM_wrapperSurprisinglyBox .owl-nav .owl-prev {
    position: absolute;
    right: -14px;
    border-radius: 50px;
    padding: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #676767;
    font-size: 31px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px #808080;
    -moz-box-shadow: 0px 0px 12px 0px #808080;
    box-shadow: 0px 0px 12px 0px #808080;
}

body .KM_wrapperSurprisinglyBox .owl-nav .owl-prev span {
    line-height: 0;
}

body .KM_wrapperSurprisinglyBox .owl-nav .owl-next {
    position: absolute;
    left: -14px;
    border-radius: 50px;
    padding: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #676767;
    font-size: 31px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px #808080;
    -moz-box-shadow: 0px 0px 12px 0px #808080;
    box-shadow: 0px 0px 12px 0px #808080;
}

body .KM_wrapperSurprisinglyBox .owl-nav .owl-next span {
    line-height: 0;
}

body .KM_wrapperSurprisinglyBox .KM_wrapperSurprisinglyBoxBanner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}

body .KM_wrapperSurprisinglyBox .KM_wrapperSurprisinglyBoxBanner .KM_surprisinglyBoxBanner {
    background: #fce82e;
    border-radius: 0 30px 30px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 0 !important;
    height: 100%;
    margin-top: auto;
    overflow: hidden;
    position: relative;
}

body .KM_wrapperSurprisinglyBox .KM_wrapperSurprisinglyBoxBanner .KM_surprisinglyBoxBannerImage {
    width: 355px;
    position: absolute;
    top: -33px;
    overflow: hidden;
}

body .KM_wrapperSurprisinglyBox .KM_wrapperSurprisinglyBoxBanner .KM_surprisinglyBoxBannerTimer .KM_surprisinglyBoxBannerTimerTitle {
    color: #fb3449;
    font-size: 32px;
    font-weight: 900;
}

body .KM_wrapperSurprisinglyBox .KM_wrapperSurprisinglyBoxBanner .KM_surprisinglyBoxBannerTimer .km-timer {
    font-size: 25px;
    color: #fb3449;
}

body .KM_wrapperSurprisinglyBox .KM_wrapperSurprisinglyBoxBanner .KM_surprisinglyBoxBannerTimer {
    display: flex;
    align-items: center;
    flex-flow: column;
    line-height: 1.2;
    position: absolute;
    bottom: 6px;
}

body .KM_wrapperSurprisinglyBox .KM_surprisinglyProduct .km-content .km-discounted:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-7deg);
    transform-origin: center;
    width: 100%;
    height: 1px;
    background: #a4a4a4;
}

body .KM_wrapperSurprisinglyBox .KM_surprisinglyProduct .km-content .km-discounted .km-value {
    color: #737272;
}

body .KM_wrapperSurprisinglyBox .KM_surprisinglyProduct .wrapperRealPrice .km-value {
    color: #fb3449;
    font-weight: 800;
}

body .KM_wrapperSurprisinglyBox .KM_surprisinglyProduct .wrapperRealPrice .km-unit {
    color: #fb3449;
    font-weight: 800;
}

body .KM_wrapperSurprisinglyBox .KM_surprisinglyProduct .wrapperRealPrice {
    padding: 3px 5px;
    border-bottom: 2px solid #fb3449;
}

body .KM_wrapperSurprisinglyBox .KM_surprisinglyProduct .km-title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

body .KM_wrapperSurprisinglyBox .KM_surprisinglyProduct img {
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
}

.KM_surprisinglyProductSlider .km-product .km-price-theme .km-price {
    padding: 3px 5px;
    /*        border-bottom: 2px solid #fb3449;
    */
}

.km-product .km-price-theme {
    display: flex !important;
}

.KM_surprisinglyProductSlider .km-product .km-price-theme .km-price .km-value {
    color: #fb3449;
    font-weight: 800;
}

body .KM_surprisinglyProductSlider .km-content .km-price {
    font-size: 20px;
    font-weight: 100;
    color: #2d8800;
    margin-bottom: 10px;
    position: relative;
    font-family: yekanbakh, serif;
}

body .KM_surprisinglyProductSlider .km-content .km-discounted .km-value {
    color: #737272 !important;
}

body .KM_surprisinglyProductSlider .km-product .km-price-theme {
    height: 158px;
}

.KM_surprisinglyProductSlider .km-product .km-price-theme .wrapperRealPrice {
    padding: 3px 5px;
}

.KM_surprisinglyProductSlider .km-product .km-price-theme .wrapperRealPrice .km-value {
    color: #fb3449;
    font-weight: 800;
    border-bottom: 2px solid #fb3449;
}

.KM_surprisinglyProductSlider .km-product .km-price-theme .profit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.KM_surprisinglyProductSlider .km-product .km-price-theme .profitTitle {
    font-size: 16px;
}

.KM_surprisinglyProductSlider .km-product .km-price-theme .profitPrice {
    font-size: 18px;
    color: #2d8800;
    font-weight: 800;
    margin: 0 5px;
}

.km-product .km-price-theme-deal {
    text-align: center !important;
}

.comment-info .avatar img {
    width: 76px !important;
    margin: unset;
}

.comment-info {
    float: right !important;
}

.comment-info .avatar {
    height: 70px !important;
}

@media all and (max-width: 959px) {
    .comment-info {
        width: 100% !important;
    }
    .km-price-theme .km-add-product-to-cart .fa-plus {
        padding-right: 1px !important;
        padding-top: 2px !important;
    }
}

.app-button {
    z-index: 9 !important;
}

.km-product-slider .km-btn.km-theme-1 {
    padding: 8px 9px !important;
}


/*.km-title-theme .km-title {
  margin-bottom: 33px !important;
}*/

.ribbon-position {
    top: 0px !important;
    left: 0;
}

.product-associated-box {
    padding: 10px;
}

body .KM_wrapperSurprisinglyBox .KM_wrapperSurprisinglyBoxBanner .KM_surprisinglyBoxBannerImage {
    width: 210px;
    position: absolute;
    top: 0px;
    overflow: hidden;
}

.footer-company-description-title {
    font-weight: bold !important;
}

.blog-posts .read-more:before {
    content: '' !important;
    margin: 0 0 0 0 !important;
}

.nsm-option-list {
    display: flex !important;
    justify-content: space-around !important;
}

.nsm-vendor-apply {
    margin: auto !important;
}

.main.tittle-p h3 {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.vendor-attr-wrapper .km-row.vendor-attributes:nth-child(5) .km-row.km-half .nsm-option-list {
    display: block !important;
}

.km-profile-detail-edit-personal .vendor-file-wrapp .km-row.km-half label {
    color: #636466;
    font-size: 1rem;
}

.km-profile-detail-edit-personal .vendor-file-wrapp .km-row.km-half input {
    border: none;
}

.km-profile-detail-edit-personal .vendor-file-wrapp .km-row.km-half span {
    display: flex;
}

@media all and (min-width: 959px) {
    .vendor-attr-wrapper .km-row.vendor-attributes:nth-child(2) .km-row.km-half,
    .vendor-attr-wrapper .km-row.vendor-attributes:nth-child(4) .km-row.km-half {
        float: left;
        margin-right: 20px;
    }
    .vendor-attr-wrapper .km-row.vendor-attributes:nth-child(5) .km-row.km-half {
        float: none;
    }
    .vendor-attr-wrapper .km-row.vendor-attributes:nth-child(6) .km-row.km-half {
        float: right;
        width: 100%;
    }
    .vendor-attr-wrapper .km-row.vendor-attributes:nth-child(6) .km-row.km-half .km-label {
        margin-bottom: 20px;
    }
    .vendor-attr-wrapper .km-row.vendor-attributes {
        float: none;
    }
    .nsm-vendor-apply .km-row.uplod-vendor-file input {
        margin-right: 20px;
    }
    .nsm-vendor-apply .km-form-style.km-theme-1 .km-row textarea {
        height: 55px;
    }
}

@media all and (max-width: 959px) {
    .vendor-attr-wrapper .km-row.vendor-attributes:nth-child(6) .km-row.km-half .nsm-option-list {
        flex-wrap: wrap;
    }
    .vendor-attr-wrapper .km-row.vendor-attributes:nth-child(6) .km-row.km-half .nsm-option-list li {
        margin-top: 15px;
        margin-right: 2px;
    }
    .nsm-vendor-apply .km-row.uplod-vendor-file {
        margin-bottom: 20px;
    }
    .nsm-vendor-apply  .vendor-attr-wrapper  .km-row.vendor-attributes {
        width: 100% ;
        margin-bottom: 15px;
    }
}
.nsm-vendor-apply  .vendor-attr-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.nsm-vendor-apply  .vendor-attr-wrapper  .km-row.vendor-attributes {
    width: 50% ;
    margin-bottom: 15px;
}
.nsm-vendor-apply .km-form-style.km-theme-1 .km-row .km-label {
    width: 100%;
    color: #636466;
    font-size: 1rem;
}
.nsm-vendor-apply  .vendor-attr-wrapper .km-row.vendor-attributes .km-row.km-half {
    width: 98%;
}

/* --------------------parsa----- */

.newsletter-icon img {
    width: 50px;
    margin: 0 17px;
}


/*.newsletter-icon {
    position: absolute;
    margin-right: 31%;
}
@media screen and (max-width: 420px){
    .newsletter-icon {
        position:static;
        margin: 10px 37px;
    }
    .newsletter-icon img {
        width: 35px;
        margin: 0 10px;
    }

} */


/* ------------------------parsa---------- */