#newBlogStyle .article-new-box {
  border-radius: 10px;
  background-size: cover;
  position: relative;
}
#newBlogStyle .article-new-box img {
  border-radius: 10px;
}
#newBlogStyle .article-new-box.b1 {
  height: 200px;
}
#newBlogStyle .article-new-box.b2 {
  height: 200px;
}
#newBlogStyle .article-new-box.b3 {
  height: 200px;
}
#newBlogStyle .article-new-box.b4 {
  height: 200px;
}
@media (min-width: 576px) {
  #newBlogStyle .article-new-box.b1 {
    height: 425px;
  }
  #newBlogStyle .article-new-box.b2 {
    height: 200px;
  }
  #newBlogStyle .article-new-box.b3 {
    height: 200px;
  }
  #newBlogStyle .article-new-box.b4 {
    height: 200px;
  }
}
#newBlogStyle .article-details-row {
  margin-top: -55px;
  margin-bottom: 10px;
}
#newBlogStyle .article-details-row .article-details-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 15px 0 15px;
  height: 80px;
  z-index: 1;
  position: relative;
  background: linear-gradient(white, white), linear-gradient(to right, #ff8800, #e1067b);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
}
#newBlogStyle .article-details-row .article-details-box .description-box h3 {
  color: #37393F;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newBlogStyle .article-details-row .article-details-box .description-box .description {
  color: #3c3d3e;
  font-weight: normal;
  font-family: 'iransans';
  line-height: 23px;
  text-align: justify;
  margin-bottom: 0px;
}
#newBlogStyle .article-details-row .article-details-box .description-box .blog-details-row .writer {
  position: relative;
  padding-right: 31px;
  padding-top: 6px;
  color: #3c3d3e;
  font-size: 11px;
  display: inline-block;
}
#newBlogStyle .article-details-row .article-details-box .description-box .blog-details-row .writer .icon-box {
  padding: 5px;
  position: absolute;
  background-color: #bcbebe;
  border-radius: 50%;
  color: #fff;
  width: 27px;
  height: 27px;
  font-size: 14px;
  right: 0px;
  top: 0px;
}
#newBlogStyle .article-details-row .article-details-box .description-box .blog-details-row .date-time {
  color: #3c3d3e;
  font-size: 11px;
  display: inline-block;
  float: left;
  background-color: #F4F5FA;
  border-radius: 5px;
  padding: 4px 12px 1px 12px;
  margin-bottom: 10px;
}
#newBlogStyle .article-details-row .article-details-box .description-box .blog-details-row .date-time i {
  margin-left: 4px;
}
#newBlogStyle .article-details-row .article-details-box .description-box .blog-details-row .like {
  font-size: 12px;
  display: inline-block;
  float: left;
  background: #F57E771A;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 30px 3px 12px;
  color: #F57E77;
  position: relative;
}
#newBlogStyle .article-details-row .article-details-box .description-box .blog-details-row .like::before {
  content: "";
  background-image: url("../images/icon/heart-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
#newBlogStyle .article-details-row .article-details-box .description-box .blog-details-row .comment {
  font-size: 12px;
  display: inline-block;
  float: left;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 30px 3px 12px;
  color: #3c3d3e;
  position: relative;
}
#newBlogStyle .article-details-row .article-details-box .description-box .blog-details-row .comment::before {
  content: "";
  background-image: url("../images/icon/comment-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
#newBlogStyle .article-details-row .article-details-box .description-box .blog-details-row .view {
  font-size: 12px;
  display: inline-block;
  float: left;
  background-color: #F6F7FB;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 30px 3px 12px;
  color: #3c3d3e;
  position: relative;
}
#newBlogStyle .article-details-row .article-details-box .description-box .blog-details-row .view i {
  color: #3c3d3e;
  margin-left: 2px;
  font-size: 16px;
  position: absolute;
  right: 8px;
}
#newBlogStyle .article-details-row.main {
  margin-top: -20px;
}
#newBlogStyle .article-details-row.main .article-details-box {
  height: auto;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
#newBlogStyle .article-details-row.b2 {
  margin-top: -55px;
  margin-bottom: 10px;
}
#newBlogStyle .article-details-row.b2 .article-details-box {
  height: 80px;
}
@media (min-width: 576px) {
  #newBlogStyle .article-details-row {
    margin-top: -55px;
  }
  #newBlogStyle .article-details-row.main {
    margin-top: -130px;
  }
  #newBlogStyle .article-details-row.main .article-details-box {
    height: 175px;
  }
  #newBlogStyle .article-details-row.b2 {
    margin-top: -55px;
    margin-bottom: 20px;
  }
  #newBlogStyle .article-details-row.b2 .article-details-box {
    height: 80px;
  }
  #newBlogStyle .article-details-row.b3 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  #newBlogStyle .article-details-row.main {
    margin-top: -115px;
  }
  #newBlogStyle .article-details-row.main .article-details-box {
    height: 160px;
  }
}
#blogList #newBlogStyle {
  margin-top: 30px;
}
.mobile-menu {
  transition: 0.3s ease-in-out;
  margin-right: -300px;
  width: 280px;
  background-color: #fff;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 300;
  border-left: 1px solid #ddd;
  webkit-box-shadow: 0 0 18px -10px #000;
  -moz-box-shadow: 0 0 18px -10px #000;
  box-shadow: 0 0 18px -10px #000;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-menu .logo-row {
  padding-top: 30px;
  padding-bottom: 10px;
}
.mobile-menu .search-box .search-input-box {
  color: #3c3d3e;
  float: right;
  width: 100%;
  background-color: #F6F7FB;
  border-radius: 8px;
  padding-right: 30px;
  position: relative;
}
.mobile-menu .search-box .search-input-box .search-input {
  border: 0px;
  background-color: #F6F7FB;
  height: 35px;
  font-size: 14px;
  color: #3c3d3e;
  width: 80%;
}
.mobile-menu .search-box .search-input-box i {
  font-size: 18px;
  position: absolute;
  right: 8px;
  top: 10px;
}
.mobile-menu .menu-list-box ul.menu-list {
  border-top: 1px solid #EEEEEE;
  list-style: none;
  float: right;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  width: 100%;
}
.mobile-menu .menu-list-box ul.menu-list li.main {
  margin-bottom: 15px;
  text-align: right;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  border-radius: 10px;
  background: linear-gradient(#fff, #fff), linear-gradient(to right, #ff8800, #e1067b);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  color: #33343A;
}
.mobile-menu .menu-list-box ul.menu-list li.main.has-sub-menu {
  padding: 7px 10px;
  font-weight: bold;
}
.mobile-menu .menu-list-box ul.menu-list li.main a {
  font-size: 14px;
  color: #33343A;
  font-weight: bold;
  display: block;
  padding: 7px 10px;
}
.mobile-menu .menu-list-box ul.menu-list li.main i {
  color: #dc5564;
  float: left;
  margin-top: 3px;
}
.mobile-menu .menu-list-box ul.menu-list li.main .sub-menu-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  display: none;
}
.mobile-menu .menu-list-box ul.menu-list li.main .sub-menu-list.show {
  display: block;
}
.mobile-menu .menu-list-box ul.menu-list li.main .sub-menu-list li.sub-menu {
  text-align: right;
  color: #33343A;
  border-top: 1px solid #EEEEEE;
}
.mobile-menu .menu-list-box ul.menu-list li.main .sub-menu-list li.sub-menu a {
  font-weight: normal !important;
}
.mobile-menu.show {
  transition: 0.3s ease-in-out;
  margin-right: 0px;
}
.desktop-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 209, 214, 0.49);
  z-index: 2;
  backdrop-filter: blur(3px);
}
.desktop-menu-overlay.hidden {
  display: none;
}
.search-result-box {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  top: 60px;
  border: 1px solid #ddd;
  z-index: 3;
  max-height: 600px;
  overflow: auto;
}
.search-result-box.hidden {
  display: none;
}
.search-result-box h3 {
  font-size: 14px;
  font-weight: bold;
}
.search-result-box .separator-search {
  border-top: 1px solid rgba(152, 163, 184, 0.2);
  width: 100%;
  margin-bottom: 10px;
}
.search-result-box .result-box {
  margin-bottom: 20px;
}
.search-result-box .article-result .article-result-item {
  box-shadow: 0px 0px 32px 0px #8898AA26;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px 0px;
  position: relative;
  width: 100%;
  display: inline-block;
  background: linear-gradient(white, white), linear-gradient(to right, #ff8800, #e1067b);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  padding-left: 10px;
}
.search-result-box .article-result .article-result-item .date-time {
  color: #3c3d3e;
  font-size: 11px;
  display: inline-block;
  float: left;
  background-color: #F6F7FB;
  border-radius: 5px;
  padding: 4px 12px 1px 12px;
  position: relative;
  margin-top: 3px;
}
.search-result-box .article-result .article-result-item .date-time i {
  margin-left: 4px;
  font-size: 11px;
  position: relative;
  right: 0px;
  top: 0px;
}
.search-result-box .article-result .article-result-item span {
  position: relative;
  display: inline-block;
  color: #334155;
  padding: 3px 15px 3px 10px;
  font-size: 14px;
}
.search-result-box .article-result .article-result-item span::before {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 5px 0 0 5px;
  background: radial-gradient(108.69% 108.69% at -2.18% 100%, #FFEF5B 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(127.45% 127.45% at 89.3% -10.4%, #FF007B 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(147.28% 147.28% at 115.07% 122.99%, #FF4343 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(169.6% 169.6% at -14.36% 6.44%, #896CFE 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
  background-blend-mode: multiply, multiply, multiply, multiply, normal;
  right: 0;
  top: 0;
  position: absolute;
}
.search-result-box .article-result .article-result-item:last-child {
  margin-bottom: 0;
}
.search-result-box .product-result .product-result-item {
  box-shadow: 0px 0px 32px 0px #8898AA26;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  width: 100%;
  background: linear-gradient(white, white), linear-gradient(to right, #ff8800, #e1067b);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}
.search-result-box .product-result .product-result-item .image-box {
  width: 80px;
}
.search-result-box .product-result .product-result-item .image-box img {
  border-radius: 5px;
}
.search-result-box .product-result .product-result-item .details-box {
  padding: 0 15px;
}
.search-result-box .product-result .product-result-item .details-box h3 {
  color: #334155;
}
.search-result-box .product-result .product-result-item .details-box .category-icon {
  display: inline-block;
  float: right;
  background-color: #e0ebfd;
  color: #0D6EFD;
  position: relative;
  padding: 3px 25px 3px 5px;
  border-radius: 5px;
  font-size: 13px;
}
.search-result-box .product-result .product-result-item .details-box .category-icon::before {
  content: "";
  background-image: url(../images/shop/category-icon.png);
  width: 16px;
  height: 17px;
  position: absolute;
  right: 5px;
  top: 4px;
}
.search-result-box .product-result .product-result-item .price-box {
  flex: 1;
  text-align: left;
  color: #334155;
}
.search-result-box .product-result .product-result-item .price-box .price {
  font-size: 16px;
  font-weight: bold;
  color: #334155;
}
.search-result-box .podcast-result .podcast-item {
  background: linear-gradient(white, white), linear-gradient(to right, #ff8800, #e1067b);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  position: relative;
}
.search-result-box .podcast-result .podcast-item .icon-box {
  border: 1px solid rgba(152, 163, 184, 0.2);
  border-radius: 10px;
  height: 70px;
  width: 52px;
  margin-right: 7px;
  color: #53545C;
  text-align: center;
  padding-top: 9px;
}
.search-result-box .podcast-result .podcast-item .icon-box span {
  display: block;
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
}
.search-result-box .podcast-result .podcast-item .image-box {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.search-result-box .podcast-result .podcast-item .image-box img {
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.search-result-box .podcast-result .podcast-item .image-box:hover img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.search-result-box .podcast-result .podcast-item .description-box h3 {
  color: #37393F;
  font-size: 14px;
  font-weight: bold;
}
.search-result-box .podcast-result .podcast-item .description-box .description {
  color: #3c3d3e;
  font-weight: normal;
  font-family: 'iransans';
  font-size: 13px;
}
.search-result-box .podcast-result .podcast-item .description-box .see-more {
  color: #0D6EFD;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
}
.search-result-box .podcast-result .podcast-item .description-box .see-more i {
  position: absolute;
  left: 0;
  top: 3px;
}
.search-result-box .podcast-result .podcast-item .details-box {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 90px;
}
.search-result-box .podcast-result .podcast-item .details-box .like {
  font-size: 12px;
  display: inline-block;
  float: left;
  background: #F57E771A;
  border-radius: 5px;
  padding: 5px 30px 3px 12px;
  color: #F57E77;
  position: relative;
  margin-bottom: 8px;
}
.search-result-box .podcast-result .podcast-item .details-box .like::before {
  content: "";
  background-image: url("../images/icon/heart-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
.search-result-box .podcast-result .podcast-item .details-box .time {
  font-size: 12px;
  display: inline-block;
  float: left;
  background-color: #F6F7FB;
  border-radius: 5px;
  padding: 5px 30px 3px 12px;
  color: #3c3d3e;
  position: relative;
  margin-bottom: 8px;
}
.search-result-box .podcast-result .podcast-item .details-box .time::before {
  content: "";
  background-image: url("../images/icon/time.svg");
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 7px;
}
.search-result-box .podcast-result .podcast-item .details-box .save {
  display: inline-block;
  background-color: #FDF6F3;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  float: left;
}
.search-result-box .podcast-result .podcast-item .details-box .save::before {
  content: "";
  background-image: url("../images/icon/save.svg");
  width: 18px;
  height: 19px;
  position: absolute;
  right: 5px;
  top: 3px;
}
.search-result-box .podcast-result .podcast-item .details-box .download {
  display: inline-block;
  background-color: #e0ebfd;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}
.search-result-box .podcast-result .podcast-item .details-box .download::before {
  content: "";
  background-image: url("../images/icon/download.svg");
  width: 18px;
  height: 19px;
  position: absolute;
  right: 5px;
  top: 3px;
}
.search-result-box .podcast-result .podcast-item .column:first-child {
  display: none;
}
.search-result-box .podcast-result .podcast-item .column:nth-child(2) {
  display: none;
}
.search-result-box .podcast-result .podcast-item .column:nth-child(3) {
  display: flex;
  align-items: center;
}
.search-result-box .podcast-result .podcast-item .column:nth-child(4) {
  display: none;
}
.search-result-box .podcast-result .podcast-item .column:nth-child(5) {
  display: flex;
  align-items: center;
}
@media (min-width: 500px) {
  .search-result-box .podcast-result .podcast-item .column:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .search-result-box .podcast-result .podcast-item .column:nth-child(4) {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .search-result-box .podcast-result .podcast-item .column:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-result-box .podcast-result .podcast-item .play-box .play-icon-box {
    left: 10px;
    top: 0;
  }
  .search-result-box .podcast-result .podcast-item .play-box .wave-box .wave {
    width: 95%;
  }
  .search-result-box .podcast-result .podcast-item .icon-box {
    width: 58px;
    height: 75px;
    padding-top: 14px;
  }
}
@media (min-width: 1400px) {
  .search-result-box .podcast-result .podcast-item .details-box {
    left: 0px;
    top: 15px;
  }
  .search-result-box .podcast-result .podcast-item .play-box .play-icon-box {
    left: 0px;
    top: 0;
  }
  .search-result-box .podcast-result .podcast-item .play-box .wave-box .wave {
    width: 100%;
  }
}
.search-result-box .topic-result .topic-result-item {
  box-shadow: 0px 0px 32px 0px #8898AA26;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  width: 100%;
  background: linear-gradient(white, white), linear-gradient(to right, #ff8800, #e1067b);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}
.search-result-box .topic-result .topic-result-item .main-text-box {
  background-color: #f5f5f9;
  border-radius: 10px;
  padding: 10px 20px;
}
.search-result-box .topic-result .topic-result-item .main-text-box h3 {
  color: #37393F;
  font-size: 15px;
}
.search-result-box .topic-result .topic-result-item .main-text-box p {
  color: #3c3d3e;
  font-weight: normal;
  font-family: 'iransans';
  text-align: justify;
  font-size: 13px;
  line-height: 18px;
}
.search-result-box .see-more {
  display: inline-block;
  float: left;
  position: relative;
  color: #0D6EFD;
  padding-left: 28px;
}
.search-result-box .see-more i {
  position: absolute;
  left: 0 !important;
  top: 3px !important;
  right: unset !important;
  font-size: 18px !important;
}
.mobile-search-page {
  position: fixed;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: 25;
  right: 0;
  top: 0;
  overflow: auto;
  transition: .4s;
}
.mobile-search-page.show {
  z-index: 25;
  width: 100%;
  transition: .4s;
}
.mobile-search-page .search-input-row {
  float: right;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 13px 13px 13px 60px;
  position: fixed;
  top: 0px;
  z-index: 30;
  background-color: #fff;
}
.mobile-search-page .search-input-row .search-input {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background-color: #f0f0f2;
  color: #818181;
  padding: 5px 37px 5px 5px;
  font-size: 15px;
  height: 34px;
  position: relative;
}
.mobile-search-page .search-input-row .search-input:focus {
  border: 1px solid #d7d7d7;
  box-shadow: unset;
}
.mobile-search-page .search-input-row i {
  top: 19px;
  position: absolute;
  right: 23px;
  color: #d83079;
  font-size: 20px;
}
.mobile-search-page #close-search {
  position: absolute;
  left: 15px;
  top: 20px;
  background-image: url(../images/icon/close-menu.png);
  width: 19px;
  height: 19px;
}
.search-result-box-mobile {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  padding: 15px;
  top: 60px;
  z-index: 3;
}
.search-result-box-mobile.hidden {
  display: none;
}
.search-result-box-mobile h3 {
  font-size: 14px;
  font-weight: bold;
}
.search-result-box-mobile .separator-search {
  border-top: 1px solid rgba(152, 163, 184, 0.2);
  width: 100%;
  margin-bottom: 10px;
}
.search-result-box-mobile .result-box {
  margin-bottom: 20px;
}
.search-result-box-mobile .article-result .article-result-item {
  box-shadow: 0px 0px 32px 0px #8898AA26;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px 0px;
  position: relative;
  width: 100%;
  display: inline-block;
  background: linear-gradient(white, white), linear-gradient(to right, #ff8800, #e1067b);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  padding-left: 10px;
}
.search-result-box-mobile .article-result .article-result-item .date-time {
  color: #3c3d3e;
  font-size: 11px;
  display: inline-block;
  float: left;
  background-color: #F6F7FB;
  border-radius: 5px;
  padding: 4px 12px 1px 12px;
  position: relative;
  margin-top: 3px;
}
.search-result-box-mobile .article-result .article-result-item .date-time i {
  margin-left: 4px;
  font-size: 11px;
  position: relative;
  right: 0px;
  top: 0px;
}
.search-result-box-mobile .article-result .article-result-item span {
  position: relative;
  display: inline-block;
  color: #334155;
  padding: 3px 15px 3px 10px;
  font-size: 14px;
}
.search-result-box-mobile .article-result .article-result-item span::before {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 5px 0 0 5px;
  background: radial-gradient(108.69% 108.69% at -2.18% 100%, #FFEF5B 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(127.45% 127.45% at 89.3% -10.4%, #FF007B 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(147.28% 147.28% at 115.07% 122.99%, #FF4343 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(169.6% 169.6% at -14.36% 6.44%, #896CFE 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
  background-blend-mode: multiply, multiply, multiply, multiply, normal;
  right: 0;
  top: 0;
  position: absolute;
}
.search-result-box-mobile .article-result .article-result-item:last-child {
  margin-bottom: 0;
}
.search-result-box-mobile .product-result .product-result-item {
  box-shadow: 0px 0px 32px 0px #8898AA26;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  width: 100%;
  background: linear-gradient(white, white), linear-gradient(to right, #ff8800, #e1067b);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  display: inline-block;
  align-items: center;
}
.search-result-box-mobile .product-result .product-result-item .image-box img {
  border-radius: 5px;
}
.search-result-box-mobile .product-result .product-result-item .details-box {
  padding: 0 15px;
}
.search-result-box-mobile .product-result .product-result-item .details-box h3 {
  color: #334155;
  padding-left: 10px;
}
.search-result-box-mobile .product-result .product-result-item .details-box .category-icon {
  display: inline-block;
  float: right;
  background-color: #e0ebfd;
  color: #0D6EFD;
  position: relative;
  padding: 3px 25px 3px 5px;
  border-radius: 5px;
  font-size: 13px;
}
.search-result-box-mobile .product-result .product-result-item .details-box .category-icon::before {
  content: "";
  background-image: url(../images/shop/category-icon.png);
  width: 16px;
  height: 17px;
  position: absolute;
  right: 5px;
  top: 4px;
}
.search-result-box-mobile .product-result .product-result-item .price-box {
  flex: 1;
  text-align: right;
  color: #334155;
  margin-top: 10px;
}
.search-result-box-mobile .product-result .product-result-item .price-box .price {
  font-size: 16px;
  font-weight: bold;
  color: #334155;
}
.search-result-box-mobile .podcast-result .podcast-item {
  background: linear-gradient(white, white), linear-gradient(to right, #ff8800, #e1067b);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  position: relative;
}
.search-result-box-mobile .podcast-result .podcast-item .icon-box {
  border: 1px solid rgba(152, 163, 184, 0.2);
  border-radius: 10px;
  height: 70px;
  width: 52px;
  margin-right: 7px;
  color: #53545C;
  text-align: center;
  padding-top: 9px;
}
.search-result-box-mobile .podcast-result .podcast-item .icon-box span {
  display: block;
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
}
.search-result-box-mobile .podcast-result .podcast-item .image-box {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.search-result-box-mobile .podcast-result .podcast-item .image-box img {
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.search-result-box-mobile .podcast-result .podcast-item .image-box:hover img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.search-result-box-mobile .podcast-result .podcast-item .description-box h3 {
  color: #37393F;
  font-size: 14px;
  font-weight: bold;
}
.search-result-box-mobile .podcast-result .podcast-item .description-box .description {
  color: #3c3d3e;
  font-weight: normal;
  font-family: 'iransans';
  font-size: 13px;
}
.search-result-box-mobile .podcast-result .podcast-item .description-box .see-more {
  color: #0D6EFD;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
}
.search-result-box-mobile .podcast-result .podcast-item .description-box .see-more i {
  position: absolute;
  left: 0;
  top: 3px;
}
.search-result-box-mobile .podcast-result .podcast-item .details-box {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 90px;
}
.search-result-box-mobile .podcast-result .podcast-item .details-box .like {
  font-size: 12px;
  display: inline-block;
  float: left;
  background: #F57E771A;
  border-radius: 5px;
  padding: 5px 30px 3px 12px;
  color: #F57E77;
  position: relative;
  margin-bottom: 8px;
}
.search-result-box-mobile .podcast-result .podcast-item .details-box .like::before {
  content: "";
  background-image: url("../images/icon/heart-o.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
.search-result-box-mobile .podcast-result .podcast-item .details-box .time {
  font-size: 12px;
  display: inline-block;
  float: left;
  background-color: #F6F7FB;
  border-radius: 5px;
  padding: 5px 30px 3px 12px;
  color: #3c3d3e;
  position: relative;
  margin-bottom: 8px;
}
.search-result-box-mobile .podcast-result .podcast-item .details-box .time::before {
  content: "";
  background-image: url("../images/icon/time.svg");
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 7px;
}
.search-result-box-mobile .podcast-result .podcast-item .details-box .save {
  display: inline-block;
  background-color: #FDF6F3;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  float: left;
}
.search-result-box-mobile .podcast-result .podcast-item .details-box .save::before {
  content: "";
  background-image: url("../images/icon/save.svg");
  width: 18px;
  height: 19px;
  position: absolute;
  right: 5px;
  top: 3px;
}
.search-result-box-mobile .podcast-result .podcast-item .details-box .download {
  display: inline-block;
  background-color: #e0ebfd;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}
.search-result-box-mobile .podcast-result .podcast-item .details-box .download::before {
  content: "";
  background-image: url("../images/icon/download.svg");
  width: 18px;
  height: 19px;
  position: absolute;
  right: 5px;
  top: 3px;
}
.search-result-box-mobile .podcast-result .podcast-item .column:nth-child(2) {
  display: flex;
  align-items: center;
}
.search-result-box-mobile .topic-result .topic-result-item {
  box-shadow: 0px 0px 32px 0px #8898AA26;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  width: 100%;
  background: linear-gradient(white, white), linear-gradient(to right, #ff8800, #e1067b);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}
.search-result-box-mobile .topic-result .topic-result-item .main-text-box {
  background-color: #f5f5f9;
  border-radius: 10px;
  padding: 10px 20px;
}
.search-result-box-mobile .topic-result .topic-result-item .main-text-box h3 {
  color: #37393F;
  font-size: 15px;
}
.search-result-box-mobile .topic-result .topic-result-item .main-text-box p {
  color: #3c3d3e;
  font-weight: normal;
  font-family: 'iransans';
  text-align: justify;
  font-size: 13px;
  line-height: 18px;
}
.search-result-box-mobile .see-more {
  display: inline-block;
  float: left;
  position: relative;
  color: #0D6EFD;
  padding-left: 28px;
}
.search-result-box-mobile .see-more i {
  position: absolute;
  left: 0 !important;
  top: 3px !important;
  right: unset !important;
  font-size: 18px !important;
}
#shopPages.category-page .breadcrumb {
  margin-bottom: 0;
}
#shopPages.category-page .breadcrumb ul {
  padding: 10px 15px;
  margin: 0;
  float: right;
  width: 100%;
}
@media (min-width: 768px) {
  #shopPages.category-page .breadcrumb ul {
    padding: 25px 15px;
  }
}
#shopPages.category-page .breadcrumb ul li {
  float: right;
  list-style: none;
  margin-left: 3px;
}
#shopPages.category-page .breadcrumb ul li a {
  color: #A6A8B1;
}
#shopPages.category-page .breadcrumb ul li a:after {
  content: "/";
  margin-right: 3px;
}
#shopPages.category-page .breadcrumb ul li:last-child a {
  color: #ed5e66;
}
#shopPages.category-page .breadcrumb ul li:last-child a:after {
  content: "";
}
#shopPages.category-page .side-bar-shop .filter-box {
  border-radius: 10px;
  background: linear-gradient(#F6F7FB, #F6F7FB), linear-gradient(to right, #ff8800, #e1067b);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  padding: 20px 20px;
  margin-bottom: 20px;
}
#shopPages.category-page .side-bar-shop .filter-box .box-title {
  display: block;
  padding-right: 40px;
  position: relative;
  margin-bottom: 15px;
}
#shopPages.category-page .side-bar-shop .filter-box .box-title i.action-icon {
  position: absolute;
  left: 6px;
  top: 3px;
  font-size: 20px;
  cursor: pointer;
}
#shopPages.category-page .side-bar-shop .filter-box .box-title .title {
  color: #334155;
  font-weight: bold;
  font-size: 17px;
}
#shopPages.category-page .side-bar-shop .filter-box .box-title .remove-all-filter {
  cursor: pointer;
  color: #ed5e66;
  position: absolute;
  left: 10px;
  top: 0;
}
#shopPages.category-page .side-bar-shop .filter-box .box-title .remove-all-filter i {
  margin-right: 5px;
}
#shopPages.category-page .side-bar-shop .filter-box .box-title.brand::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  background-image: url(../images/shop/brand-filter.svg);
  width: 24px;
  height: 25px;
}
#shopPages.category-page .side-bar-shop .filter-box .box-title.filter::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  background-image: url(../images/shop/filter-icon.png);
  width: 22px;
  height: 20px;
}
#shopPages.category-page .side-bar-shop .filter-box .box-title.select::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  background-image: url(../images/shop/selection-icon.png);
  width: 24px;
  height: 25px;
}
#shopPages.category-page .side-bar-shop .filter-box .box-title.category::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  background-image: url(../images/shop/category-filter-icon.png);
  width: 22px;
  height: 22px;
}
#shopPages.category-page .side-bar-shop .filter-box .box-title.color::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  background-image: url(../images/shop/color-icon.png);
  width: 24px;
  height: 25px;
}
#shopPages.category-page .side-bar-shop .filter-box .box-title.price::before {
  content: "";
  position: absolute;
  right: 12px;
  top: -3px;
  background-image: url(../images/shop/price-icon.png);
  width: 24px;
  height: 25px;
}
#shopPages.category-page .side-bar-shop .filter-box .box-title.tag::before {
  content: "";
  position: absolute;
  right: 12px;
  top: -4px;
  background-image: url(../images/icon/hashtag-square.svg);
  width: 24px;
  height: 24px;
}
#shopPages.category-page .side-bar-shop .filter-box .box-title.related::before {
  content: "";
  position: absolute;
  right: 12px;
  top: -4px;
  background-image: url(../images/icon/Notes.svg);
  width: 24px;
  height: 24px;
}
#shopPages.category-page .side-bar-shop .filter-box .selection-list .switch-btn {
  float: right;
  font-weight: normal;
  margin-bottom: 10px;
  /* Rounded sliders */
}
#shopPages.category-page .side-bar-shop .filter-box .selection-list .switch-btn .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 23px;
  margin: 0px 0 0 10px;
  float: right;
}
#shopPages.category-page .side-bar-shop .filter-box .selection-list .switch-btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#shopPages.category-page .side-bar-shop .filter-box .selection-list .switch-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
#shopPages.category-page .side-bar-shop .filter-box .selection-list .switch-btn .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
#shopPages.category-page .side-bar-shop .filter-box .selection-list .switch-btn input:checked + .slider {
  background-color: #ed5e66;
}
#shopPages.category-page .side-bar-shop .filter-box .selection-list .switch-btn input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
#shopPages.category-page .side-bar-shop .filter-box .selection-list .switch-btn .slider.round {
  border-radius: 34px;
}
#shopPages.category-page .side-bar-shop .filter-box .selection-list .switch-btn .slider.round:before {
  border-radius: 50%;
}
#shopPages.category-page .side-bar-shop .filter-box .brand-list ul.brand-items {
  padding: 0px;
  margin: 0;
}
#shopPages.category-page .side-bar-shop .filter-box .brand-list ul.brand-items li {
  list-style: none;
  margin-bottom: 10px;
}
#shopPages.category-page .side-bar-shop .filter-box .brand-list ul.brand-items li input {
  display: none;
}
#shopPages.category-page .side-bar-shop .filter-box .brand-list ul.brand-items li label {
  cursor: pointer;
  color: #A6A8B1;
  position: relative;
  padding-right: 28px;
}
#shopPages.category-page .side-bar-shop .filter-box .brand-list ul.brand-items li label::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  border: 1px solid #A6A8B1;
  border-radius: 5px;
  right: 0px;
  top: 0px;
}
#shopPages.category-page .side-bar-shop .filter-box .brand-list ul.brand-items li a {
  cursor: pointer;
  color: #A6A8B1;
  position: relative;
  padding-right: 0px;
}
#shopPages.category-page .side-bar-shop .filter-box .brand-list ul.brand-items li a:hover {
  color: #334155;
}
#shopPages.category-page .side-bar-shop .filter-box .brand-list ul.brand-items li input:checked + label::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  position: absolute;
  right: 4px;
  color: #fff;
  top: 4px;
}
#shopPages.category-page .side-bar-shop .filter-box .brand-list ul.brand-items li input:checked + label::before {
  border-color: #ed5e66;
  background-color: #ed5e66;
}
#shopPages.category-page .side-bar-shop .filter-box .brand-list ul.brand-items li input:checked + label {
  color: #334155;
}
#shopPages.category-page .side-bar-shop .filter-box .brand-list ul.brand-items li.see-more-options {
  color: #ed5e66;
  position: relative;
  cursor: pointer;
  margin: 15px 0 0 0;
}
#shopPages.category-page .side-bar-shop .filter-box .filter-list ul.filter-items {
  padding: 0;
  list-style: none;
  margin: 0;
  float: right;
  width: 100%;
}
#shopPages.category-page .side-bar-shop .filter-box .filter-list ul.filter-items .filter-item {
  cursor: pointer;
}
#shopPages.category-page .side-bar-shop .filter-box .filter-list ul.filter-items .filter-item li {
  font-size: 12px;
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
  font-weight: normal;
  color: #6E7079;
  padding: 5px 8px;
  background-color: #e6e7ee;
  border-radius: 5px;
  border: 1px solid transparent;
}
#shopPages.category-page .side-bar-shop .filter-box .filter-list ul.filter-items .filter-item li .remove {
  display: inline;
  background-color: #bfc0c6;
  border-radius: 5px;
  position: relative;
  font-size: 14px;
  padding: 0px 10px;
  margin-right: 5px;
  cursor: pointer;
}
#shopPages.category-page .side-bar-shop .filter-box .filter-list ul.filter-items .filter-item li .remove i {
  color: #6e7079;
  position: absolute;
  left: 5px;
  top: 3px;
}
#shopPages.category-page .side-bar-shop .filter-box .category-list ul.categories {
  padding: 0px;
  margin: 0px;
}
#shopPages.category-page .side-bar-shop .filter-box .category-list ul.categories li {
  list-style: none;
  position: relative;
  padding-right: 25px;
  color: #A6A8B1;
  margin-bottom: 10px;
}
#shopPages.category-page .side-bar-shop .filter-box .category-list ul.categories li a {
  color: #A6A8B1;
  font-size: 16px;
}
#shopPages.category-page .side-bar-shop .filter-box .category-list ul.categories li a:hover {
  color: #000;
}
#shopPages.category-page .side-bar-shop .filter-box .category-list ul.categories li::before {
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f104";
  position: absolute;
  right: 0px;
  top: 5px;
}
#shopPages.category-page .side-bar-shop .filter-box .category-list ul.categories li.active a {
  color: #000;
}
#shopPages.category-page .side-bar-shop .filter-box .category-list ul.categories li.active::before {
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 5px;
  color: #000;
}
#shopPages.category-page .side-bar-shop .filter-box .category-list ul.categories li ul.sub-category {
  margin: 8px 0 15px 0;
  padding: 0px;
}
#shopPages.category-page .side-bar-shop .filter-box .category-list ul.categories li ul.sub-category li {
  margin-bottom: 5px;
}
#shopPages.category-page .side-bar-shop .filter-box .category-list ul.categories li ul.sub-category li a {
  color: #A6A8B1;
  font-size: 14px;
}
#shopPages.category-page .side-bar-shop .filter-box .category-list ul.categories li ul.sub-category li a:hover {
  color: #000;
}
#shopPages.category-page .side-bar-shop .filter-box .color-filter ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
}
#shopPages.category-page .side-bar-shop .filter-box .color-filter ul li {
  display: inline-block;
  height: 37px;
  width: 37px;
  padding: 0;
  border-radius: 30%;
  margin-left: 5px;
  cursor: pointer;
}
#shopPages.category-page .side-bar-shop .filter-box .color-filter ul li.active {
  border: 2px solid #ed5e66;
}
#shopPages.category-page .side-bar-shop .filter-box .color-filter ul li span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30%;
  border: solid 1px #ddd;
}
#shopPages.category-page .side-bar-shop .filter-box .price-filter {
  float: right;
  width: 100%;
  margin-bottom: 20px;
}
#shopPages.category-page .side-bar-shop .filter-box .price-filter h6 {
  cursor: auto;
}
#shopPages.category-page .side-bar-shop .filter-box .price-filter h6::after {
  content: "";
}
#shopPages.category-page .side-bar-shop .filter-box .price-filter input {
  display: inline;
  width: 100%;
  color: #adadad;
}
#shopPages.category-page .side-bar-shop .filter-box .price-filter .slider-range-row {
  padding: 0 10px;
}
#shopPages.category-page .side-bar-shop .filter-box .price-filter .price-filter-range {
  margin-bottom: 15px;
  margin-top: 20px;
}
#shopPages.category-page .side-bar-shop .filter-box .price-filter .price-form .price-input-row label {
  display: block;
}
#shopPages.category-page .side-bar-shop .filter-box .price-filter .ui-slider-horizontal {
  height: 4px;
  border: unset;
  background-color: #ddd;
}
#shopPages.category-page .side-bar-shop .filter-box .price-filter .ui-slider-range {
  border-color: #ed5e66;
  background-color: #ed5e66;
}
#shopPages.category-page .side-bar-shop .filter-box .price-filter .ui-slider-handle {
  border: 2px solid #ed5e66;
  border-radius: 50%;
  background-color: #ed5e66;
  width: 17px;
  height: 17px;
  top: -7px;
}
#shopPages.category-page .side-bar-shop .filter-box .price-filter .ui-state-focus,
#shopPages.category-page .side-bar-shop .filter-box .price-filter .ui-state-active,
#shopPages.category-page .side-bar-shop .filter-box .price-filter .ui-state-hover {
  border: 2px solid #ed5e66;
  color: #ed5e66;
}
#shopPages.category-page .side-bar-shop .filter-box .btn-widget-row {
  margin-top: 20px;
}
#shopPages.category-page .side-bar-shop .filter-box .btn-widget-row .btn-widget {
  color: #ed5e66;
  text-align: center;
  border: 2px solid #ed5e66;
  border-radius: 10px;
  position: relative;
  padding: 10px 0px 10px 40px;
  width: 100%;
}
#shopPages.category-page .side-bar-shop .filter-box .btn-widget-row .btn-widget::after {
  content: "";
  background-image: url(../images/icon/Arrow-Left-c.svg);
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 35px;
  top: 5px;
}
#shopPages.category-page .main-box .sort-row {
  margin-bottom: 20px;
  padding: 0 15px;
}
#shopPages.category-page .main-box .sort-row ul {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  margin: 0;
  padding: 7px;
  list-style: none;
  float: right;
}
#shopPages.category-page .main-box .sort-row ul li {
  float: right;
  cursor: pointer;
  color: #8B8D97;
  text-align: center;
  padding: 8px 20px;
  margin-left: 10px;
  border-radius: 10px;
}
#shopPages.category-page .main-box .sort-row ul li.active {
  background-color: #faeaed;
  color: #ed5e66;
}
#shopPages.category-page .main-box .sort-row ul li:hover {
  background-color: #faeaed;
  color: #ed5e66;
}
#shopPages.category-page .main-box .sort-row-mobile {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #shopPages.category-page .main-box .sort-row-mobile {
    display: none;
  }
}
#shopPages.category-page .main-box .sort-row-mobile .col:first-child {
  padding-left: 5px;
}
#shopPages.category-page .main-box .sort-row-mobile .col:last-child {
  padding-right: 5px;
}
#shopPages.category-page .main-box .sort-row-mobile .btn-action {
  background: linear-gradient(white, white), linear-gradient(to right, #ff8800, #e1067b);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  text-align: center;
  font-size: 13px;
}
#shopPages.category-page .main-box .sort-row-mobile .btn-action i {
  margin-left: 3px;
}
#shopPages.category-page .main-box .product-item {
  margin-bottom: 20px;
}
.sort-select-mobile {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  border-radius: 10px 10px 0 0;
  display: none;
}
.sort-select-mobile ul {
  float: right;
  width: 100%;
  list-style: none;
  padding: 0 20px 10px 20px;
  margin: 0;
}
.sort-select-mobile ul li {
  border-bottom: 1px solid #ddd;
  padding: 8px 10px;
  position: relative;
}
.sort-select-mobile ul li.active {
  font-weight: bold;
}
.sort-select-mobile ul li.active::after {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f00c";
  position: absolute;
  left: 10px;
  top: 13px;
}
.sort-select-mobile ul li:last-child {
  border: unset;
  padding-bottom: 0;
}
.mobile-filter-menu {
  transition: 0.3s ease-in-out;
  margin-right: -300px;
  width: 280px;
  background-color: #fff;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 300;
  border-left: 1px solid #ddd;
  webkit-box-shadow: 0 0 18px -10px #000;
  -moz-box-shadow: 0 0 18px -10px #000;
  box-shadow: 0 0 18px -10px #000;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 20px;
}
.mobile-filter-menu.show {
  transition: 0.3s ease-in-out;
  margin-right: 0px;
}
.mobile-filter-menu .filter-title {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.mobile-filter-menu .filter-title .title-text {
  position: relative;
  font-size: 20px;
  padding-right: 50px;
  display: inline-block;
  font-weight: bold;
  background: radial-gradient(108.69% 108.69% at -2.18% 100%, #FFEF5B 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(127.45% 127.45% at 89.3% -10.4%, #FF007B 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(147.28% 147.28% at 115.07% 122.99%, #FF4343 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(169.6% 169.6% at -14.36% 6.44%, #896CFE 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile-filter-menu .filter-title .title-text::before {
  content: "";
  background-image: url('../images/icon/title-icon-red.svg');
  width: 31px;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
}
.mobile-filter-menu .filter-box {
  border-radius: 10px;
  background: linear-gradient(#F6F7FB, #F6F7FB), linear-gradient(to right, #ff8800, #e1067b);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  padding: 15px 15px;
  margin-bottom: 15px;
}
.mobile-filter-menu .filter-box .box-title {
  display: block;
  padding-right: 40px;
  position: relative;
  margin-bottom: 15px;
}
.mobile-filter-menu .filter-box .box-title i.action-icon {
  position: absolute;
  left: 6px;
  top: 3px;
  font-size: 20px;
  cursor: pointer;
}
.mobile-filter-menu .filter-box .box-title .title {
  color: #334155;
  font-weight: bold;
  font-size: 15px;
}
.mobile-filter-menu .filter-box .box-title .remove-all-filter {
  cursor: pointer;
  color: #ed5e66;
  position: absolute;
  left: 10px;
  top: 0;
}
.mobile-filter-menu .filter-box .box-title .remove-all-filter i {
  margin-right: 5px;
}
.mobile-filter-menu .filter-box .box-title.brand::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  background-image: url(../images/shop/brand-filter.svg);
  width: 24px;
  height: 25px;
}
.mobile-filter-menu .filter-box .box-title.filter::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  background-image: url(../images/shop/filter-icon.png);
  width: 22px;
  height: 20px;
}
.mobile-filter-menu .filter-box .box-title.select::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  background-image: url(../images/shop/selection-icon.png);
  width: 24px;
  height: 25px;
}
.mobile-filter-menu .filter-box .box-title.category::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  background-image: url(../images/shop/category-filter-icon.png);
  width: 22px;
  height: 22px;
}
.mobile-filter-menu .filter-box .box-title.color::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  background-image: url(../images/shop/color-icon.png);
  width: 24px;
  height: 25px;
}
.mobile-filter-menu .filter-box .box-title.price {
  margin-bottom: 0;
}
.mobile-filter-menu .filter-box .box-title.price::before {
  content: "";
  position: absolute;
  right: 12px;
  top: -3px;
  background-image: url(../images/shop/price-icon.png);
  width: 24px;
  height: 25px;
}
.mobile-filter-menu .filter-box .box-title.tag::before {
  content: "";
  position: absolute;
  right: 12px;
  top: -4px;
  background-image: url(../images/icon/hashtag-square.svg);
  width: 24px;
  height: 24px;
}
.mobile-filter-menu .filter-box .box-title.related::before {
  content: "";
  position: absolute;
  right: 12px;
  top: -4px;
  background-image: url(../images/icon/Notes.svg);
  width: 24px;
  height: 24px;
}
.mobile-filter-menu .filter-box .selection-list .switch-btn {
  float: right;
  font-weight: normal;
  margin-bottom: 10px;
  color: #5e6773;
  /* Rounded sliders */
}
.mobile-filter-menu .filter-box .selection-list .switch-btn .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 23px;
  margin: 0px 0 0 10px;
  float: right;
}
.mobile-filter-menu .filter-box .selection-list .switch-btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.mobile-filter-menu .filter-box .selection-list .switch-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.mobile-filter-menu .filter-box .selection-list .switch-btn .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.mobile-filter-menu .filter-box .selection-list .switch-btn input:checked + .slider {
  background-color: #ed5e66;
}
.mobile-filter-menu .filter-box .selection-list .switch-btn input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
.mobile-filter-menu .filter-box .selection-list .switch-btn .slider.round {
  border-radius: 34px;
}
.mobile-filter-menu .filter-box .selection-list .switch-btn .slider.round:before {
  border-radius: 50%;
}
.mobile-filter-menu .filter-box .brand-list ul.brand-items {
  padding: 0px;
  margin: 0;
}
.mobile-filter-menu .filter-box .brand-list ul.brand-items li {
  list-style: none;
  margin-bottom: 10px;
}
.mobile-filter-menu .filter-box .brand-list ul.brand-items li input {
  display: none;
}
.mobile-filter-menu .filter-box .brand-list ul.brand-items li label {
  cursor: pointer;
  color: #A6A8B1;
  position: relative;
  padding-right: 28px;
}
.mobile-filter-menu .filter-box .brand-list ul.brand-items li label::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  border: 1px solid #A6A8B1;
  border-radius: 5px;
  right: 0px;
  top: 0px;
}
.mobile-filter-menu .filter-box .brand-list ul.brand-items li a {
  cursor: pointer;
  color: #A6A8B1;
  position: relative;
  padding-right: 0px;
}
.mobile-filter-menu .filter-box .brand-list ul.brand-items li a:hover {
  color: #334155;
}
.mobile-filter-menu .filter-box .brand-list ul.brand-items li input:checked + label::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  position: absolute;
  right: 4px;
  color: #fff;
  top: 4px;
}
.mobile-filter-menu .filter-box .brand-list ul.brand-items li input:checked + label::before {
  border-color: #ed5e66;
  background-color: #ed5e66;
}
.mobile-filter-menu .filter-box .brand-list ul.brand-items li input:checked + label {
  color: #334155;
}
.mobile-filter-menu .filter-box .brand-list ul.brand-items li.see-more-options {
  color: #ed5e66;
  position: relative;
  cursor: pointer;
  margin: 15px 0 0 0;
}
.mobile-filter-menu .filter-box .filter-list ul.filter-items {
  padding: 0;
  list-style: none;
  margin: 0;
  float: right;
  width: 100%;
}
.mobile-filter-menu .filter-box .filter-list ul.filter-items .filter-item {
  cursor: pointer;
}
.mobile-filter-menu .filter-box .filter-list ul.filter-items .filter-item li {
  font-size: 12px;
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
  font-weight: normal;
  color: #6E7079;
  padding: 5px 8px;
  background-color: #e6e7ee;
  border-radius: 5px;
  border: 1px solid transparent;
}
.mobile-filter-menu .filter-box .filter-list ul.filter-items .filter-item li .remove {
  display: inline;
  background-color: #bfc0c6;
  border-radius: 5px;
  position: relative;
  font-size: 14px;
  padding: 0px 10px;
  margin-right: 5px;
  cursor: pointer;
}
.mobile-filter-menu .filter-box .filter-list ul.filter-items .filter-item li .remove i {
  color: #6e7079;
  position: absolute;
  left: 5px;
  top: 3px;
}
.mobile-filter-menu .filter-box .category-list ul.categories {
  padding: 0px 10px 0 0;
  margin: 0px;
}
.mobile-filter-menu .filter-box .category-list ul.categories li {
  list-style: none;
  position: relative;
  padding-right: 25px;
  color: #5e6773;
  margin-bottom: 10px;
}
.mobile-filter-menu .filter-box .category-list ul.categories li:last-child {
  margin-bottom: 0;
}
.mobile-filter-menu .filter-box .category-list ul.categories li a {
  color: #5e6773;
  font-size: 14px;
}
.mobile-filter-menu .filter-box .category-list ul.categories li a:hover {
  color: #000;
}
.mobile-filter-menu .filter-box .category-list ul.categories li::before {
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f104";
  position: absolute;
  right: 0px;
  top: 5px;
}
.mobile-filter-menu .filter-box .category-list ul.categories li.active a {
  color: #000;
}
.mobile-filter-menu .filter-box .category-list ul.categories li.active::before {
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 5px;
  color: #000;
}
.mobile-filter-menu .filter-box .category-list ul.categories li ul.sub-category {
  margin: 8px 0 15px 0;
  padding: 0px;
}
.mobile-filter-menu .filter-box .category-list ul.categories li ul.sub-category li {
  margin-bottom: 5px;
}
.mobile-filter-menu .filter-box .category-list ul.categories li ul.sub-category li a {
  color: #A6A8B1;
  font-size: 14px;
}
.mobile-filter-menu .filter-box .category-list ul.categories li ul.sub-category li a:hover {
  color: #000;
}
.mobile-filter-menu .filter-box .color-filter ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
}
.mobile-filter-menu .filter-box .color-filter ul li {
  display: inline-block;
  height: 37px;
  width: 37px;
  padding: 0;
  border-radius: 30%;
  margin-left: 5px;
  cursor: pointer;
}
.mobile-filter-menu .filter-box .color-filter ul li.active {
  border: 2px solid #ed5e66;
}
.mobile-filter-menu .filter-box .color-filter ul li span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30%;
  border: solid 1px #ddd;
}
.mobile-filter-menu .filter-box .price-filter {
  float: right;
  width: 100%;
  margin-bottom: 0px;
}
.mobile-filter-menu .filter-box .price-filter h6 {
  cursor: auto;
}
.mobile-filter-menu .filter-box .price-filter h6::after {
  content: "";
}
.mobile-filter-menu .filter-box .price-filter input {
  display: inline;
  width: 100%;
  color: #adadad;
}
.mobile-filter-menu .filter-box .price-filter .slider-range-row {
  padding: 0 10px;
}
.mobile-filter-menu .filter-box .price-filter .price-filter-range {
  margin-bottom: 15px;
  margin-top: 20px;
}
.mobile-filter-menu .filter-box .price-filter .price-form .price-input-row label {
  display: block;
}
.mobile-filter-menu .filter-box .price-filter .ui-slider-horizontal {
  height: 4px;
  border: unset;
  background-color: #ddd;
}
.mobile-filter-menu .filter-box .price-filter .ui-slider-range {
  border-color: #ed5e66;
  background-color: #ed5e66;
}
.mobile-filter-menu .filter-box .price-filter .ui-slider-handle {
  border: 2px solid #ed5e66;
  border-radius: 50%;
  background-color: #ed5e66;
  width: 17px;
  height: 17px;
  top: -7px;
}
.mobile-filter-menu .filter-box .price-filter .ui-state-focus,
.mobile-filter-menu .filter-box .price-filter .ui-state-active,
.mobile-filter-menu .filter-box .price-filter .ui-state-hover {
  border: 2px solid #ed5e66;
  color: #ed5e66;
}
.mobile-filter-menu .filter-box .btn-widget-row {
  margin-top: 20px;
}
.mobile-filter-menu .filter-box .btn-widget-row .btn-widget {
  color: #ed5e66;
  text-align: center;
  border: 2px solid #ed5e66;
  border-radius: 10px;
  position: relative;
  padding: 10px 0px 10px 40px;
  width: 100%;
}
.mobile-filter-menu .filter-box .btn-widget-row .btn-widget::after {
  content: "";
  background-image: url(../images/icon/Arrow-Left-c.svg);
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 35px;
  top: 5px;
}
#profileShop #notification-content .empty-list {
  padding: 40px;
}
#profileShop #notification-content .empty-list span {
  color: #95A0B1;
  display: block;
  margin: 20px 0;
  font-size: 18px;
}
#profileShop #notification-content .empty-list .btn-shop i {
  margin-right: 10px;
}
#profileShop #notification-content .orders .cart-product-review {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  margin-bottom: 10px;
  padding: 15px;
}
#profileShop #notification-content .orders .cart-product-review .img-box {
  position: relative;
}
#profileShop #notification-content .orders .cart-product-review .img-box img {
  border-radius: 10px;
}
#profileShop #notification-content .orders .cart-product-review p.title {
  font-size: 16px;
  font-weight: bold;
  color: #45464E;
}
@media (min-width: 576px) {
  #profileShop #notification-content .orders .cart-product-review p.title {
    font-size: 16px;
    font-weight: bold;
    color: #45464E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#profileShop #notification-content .orders .cart-product-review .not-exist {
  font-size: 18px;
  color: #ed5e66;
}
#profileShop #notification-content .orders .cart-product-review .cart-product-price .remove-item {
  width: 100%;
  margin-top: 10px;
}
/*# sourceMappingURL=temp.css.map */