﻿
/*.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;
  }

  .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: scroll;
}

.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;
}

.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;*/
/*}*/
/*.producttag:hover {
        background: #f74258;
    }*/


/*.product-tag-box {
  padding: 10px;
}

.product-tag-box .km-title {
  font-weight: bold;
  color: #6f6f6f;
  font-size: 20px;
}

  .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 {
  min-height: 70px;
}

.app-button:before {
  margin-top: -2px;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  float: right;
  padding-left: 12px;
  transition: color .2s ease;
  content: "\f067";
}

.app-button {
  margin-top: 95px !important;
  background-color: #fff;
  border-radius: 28px;
  padding: 0 25px 0px 25px;
  text-indent: 0;
  width: auto;
  align-items: center;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2),0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2),0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12);
  display: none;
  font-weight: 600;
  height: 56px;
  position: relative;
  margin: auto;
  margin-top: 41px;
  margin-bottom: 16px;
  z-index: 99;
  border: 0;*/
  /*font: inherit;*/
  /*font-size: 16px;
  font-weight: 800;
}

.app-button-ex {
  display: block !important;
}

.km-discount-special-slider > .km-titles .km-btn.km-theme-2 {
  position: sticky !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;
}

@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 {
    width: calc((100% - (4 * 25px)) / 6) !important;
  }
}

.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-left-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 .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .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;
}*/

/**/

/*.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;
  }
  .km-category-grid-style .km-category-grid-product-list .km-product.km-theme-5 {
  
    height: 205px;
  }
}

.app-button {
  z-index: 9 !important;
}

.km-product-slider .km-btn.km-theme-1 {
  padding: 10px 12px !important;
}*/

/*.km-title-theme .km-title {
  margin-bottom: 33px !important;
}*/

/*.ribbon-position {
  top: 0px !important; 
}


.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;
}

.refund-btn-holder {
  float: left !important;
  width: 50% !important;
  text-align: left !important;
}

.back-btn-holder {
  display: inline-grid !important;
}

.refund-btn {
  padding: 10px !important;
  line-height: 0 !important;
}

.refund-description {
  font-size: 20px !important;
}

.customer-return-request li {
  padding-top: 10px !important;
  font-size: 16px !important;
}

.km-profile-container > .km-profile-sidebar-container .km-profile-side-bar > .km-menu > ul > li.km-active .km-title {
  color: #000 !important;
}

.km-return-request select, .km-return-request input, .km-return-request .uploadedfileinput {
  margin-top: 10px !important;
  font-size: 16px !important;
}

.km-return-request .uploadedfileinput {
  margin-bottom: 10px !important;
}

.km-return-request label {
  font-size: 18px !important;
}

.km-return-request .km-return-request-table .km-row .km-p-quantity {
  margin-right: 10px !important;
}

.store-closed-page {
  text-align: center !important;
  background: #ef394e;
  border-radius: 17px;
  margin: 10px;
  font-size: 20px;
  padding: 30px 0 30px 0;
  color: #ffff;
}

.store-closed-page .page-title {
  padding-bottom: 18px !important;
}

.box-content {
  width: 90%;
  margin: auto 5%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 40px;
}
.p-t-20{
    padding-top:20px;
}
#price-range-slider  {
  background: #000;
  background: linear-gradient(to right, #0d87a6 0%, #07bbd1 100%);
}

.box-content p {
    text-align:right;
    direction:rtl;
    line-height:34px;
}

.km-item.km-product.km-theme-2 .km-content {
    text-align: center !important;
}*/