/*@import '../images/icons.sprite.scss';*/
.grid-container .container-fluid {
  padding: 0;
}

.carousel-container .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-container .title {
  text-align: center;
  font-weight: bold;
  direction: rtl;
}
.carousel-container .description {
  direction: rtl;
}
.carousel-container .price {
  font-size: 1rem;
  direction: rtl;
  text-align: left;
}
.carousel-container .owl-carousel {
  direction: rtl;
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
}
.carousel-container .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 50%;
}
.carousel-container .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #fff !important;
  border: 1px solid #ECECEC !important;
  transition: 0.3s;
}
.carousel-container .owl-carousel .owl-nav button:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 1.5rem;
}
.carousel-container .owl-carousel .owl-nav button.disabled {
  background-color: #fff !important;
  border-color: var(--bs-primary) !important;
}
.carousel-container .owl-carousel .owl-nav button.disabled:before {
  filter: unset !important;
}
.carousel-container .owl-carousel .owl-nav button:hover {
  background-color: var(--bs-secondary) !important;
  border: 1px solid var(--bs-secondary) !important;
}
.carousel-container .owl-carousel .owl-nav button:hover:before {
  filter: brightness(100) !important;
}
.carousel-container .owl-carousel .owl-nav .owl-next {
  left: 0;
  transform: translate(-50%);
}
.carousel-container .owl-carousel .owl-nav .owl-next:before {
  transform: rotate(180deg);
}
.carousel-container .owl-carousel .owl-nav .owl-prev {
  right: 0;
  transform: translate(50%);
}
.carousel-container .owl-carousel .owl-dots {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
  margin-top: 2rem;
}
.carousel-container .owl-carousel .owl-dots .owl-dot {
  padding: 0;
  transition: 0.3s all;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  background-color: #ECECEC;
}
.carousel-container .owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--bs-secondary);
}
.carousel-container .owl-carousel.full-screen-carousel .owl-dots {
  display: block;
}
.carousel-container .owl-carousel.full-screen-carousel .owl-nav {
  position: absolute;
  right: 70px;
  bottom: 30px;
  left: auto;
}
.carousel-container .owl-carousel.full-screen-carousel .owl-nav .owl-next {
  left: 10px;
  right: auto;
}
.carousel-container .owl-carousel.full-screen-carousel .owl-nav .owl-prev {
  right: 0;
  left: auto;
}
.carousel-container .owl-item.active .item:before {
  animation: bannerArrow;
  animation-duration: 7s;
}

.swiper-wrapper .swiper-slide img {
  width: 100%;
}

/*****Shared**********/
/********Contact-Us**********/
.contact-us .contact-us-container {
  border-radius: var(--border-radius);
}
.contact-us .contact-us-container .contact-data {
  margin: 0;
  margin-bottom: 45px;
  border-radius: 24px;
  padding: 20px 20px 10px 7px;
  background: #eee;
}
.contact-us .contact-us-container .contact-data h1 {
  margin-top: 15px;
}
.contact-us .contact-us-container .contact-data p {
  margin-bottom: 10px;
}
.contact-us .contact-us-container .contact-data svg {
  margin-left: 5px;
}
.contact-us .contact-us-container .contact-data iframe {
  border-radius: 16px;
}
.contact-us .contact-us-container .form-title {
  margin-bottom: 30px;
}
.contact-us .contact-us-container .alert {
  text-align: center;
}
.contact-us .contact-us-container .captcha-box {
  position: relative;
}
.contact-us .contact-us-container .captcha-box input {
  display: inline-block;
  width: calc(100% - 77px);
  height: 42px;
  position: relative;
  top: -2px;
}
.contact-us .contact-us-container .captcha-box img {
  height: 42px;
  border-radius: 7px;
}
.contact-us .contact-us-container .captcha-box .refresh-token {
  position: absolute;
  right: 88px;
  margin: auto;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--bs-secondary);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

@media (max-width: 767.5px) {
  .contact-us .contact-us-container .contact-data {
    padding: 5px 10px 10px 7px;
  }
}
.html-page .catalogue-download {
  background-color: var(--bs-primary);
  color: #fff;
  text-align: center;
  margin: 15px 0;
}
.html-page .catalogue-download a {
  display: block;
  font-size: 1rem;
  color: #fff !important;
}
.html-page .html-page-container .rate {
  float: left;
  margin-top: 12px;
}
.html-page .html-page-container .sub-menu-item {
  border-radius: 24px;
  background: #f5f5f5;
  padding: 15px 15px 0;
  margin-bottom: 10px;
}
.html-page .html-page-container .sub-menu-item .img-container {
  border-radius: 13px;
  overflow: hidden;
  display: block;
}
.html-page .html-page-container .sub-menu-item .img-container img {
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 13px;
}
.html-page .html-page-container .sub-menu-item .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.html-page .html-page-container .sub-menu-item:hover img {
  transform: scale(1.05);
}
.html-page .html-page-container .sub-menu-item .txt-wrap {
  padding: 15px;
  font-size: 0.9rem;
}
.html-page .html-page-container .sub-menu-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
}
.html-page .html-page-container .sub-menu-item .txt-wrap p a {
  display: inline-block;
  color: var(--bs-primary);
  font-size: 12px;
}
.html-page .html-page-container table td a {
  color: white;
  display: block;
}
.html-page .html-page-container ul.sub-menu-item-container {
  display: flex;
  flex-direction: column;
}
.html-page .html-page-container ul.sub-menu-item-container .sub-menu-item {
  margin-bottom: 0.5rem;
}
.html-page .html-page-container ul.sub-menu-item-container .sub-menu-item h2 {
  display: inline-block;
  margin: 0;
}
.html-page .html-page-container ul.sub-menu-item-container .sub-menu-item h2 a {
  color: var(--bs-primary);
}
.html-page .html-page-container ul.sub-menu-item-container .sub-menu-item h2 a:hover {
  color: var(--bs-secondary);
}

.news.list .news-item {
  box-shadow: 0 0px 5px 0px #cecece;
}
.news.list .news-item .img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.news.list .news-item .img-wrap:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 60px;
  height: 60px;
  background: #eee;
  color: transparent;
  line-height: 60px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -70px;
  margin: 0 auto;
  font-size: 21px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.news.list .news-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
}
.news.list .news-item .txt-wrap {
  text-align: right;
  padding: 15px;
  background: white;
  font-size: 0.9rem;
}
.news.list .news-item .txt-wrap h2 {
  font-size: 18px;
  font-weight: bold;
}
.news.list .news-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
}
.news.list .news-item .txt-wrap .news-info {
  padding-top: 10px;
  font-size: 0.8rem;
  color: #7d7d87;
  border-top: 1px solid #e1e1e1;
}
.news.list .news-item .txt-wrap .news-info > span {
  margin-left: 5px;
  vertical-align: middle;
}
.news.list .news-item .txt-wrap .news-info a {
  float: left;
  font-size: 0.8rem;
}
.news.list .news-item:hover .img-wrap:after {
  color: #fff;
  background: var(--bs-primary);
  bottom: 30%;
}
.news.list .news-item:hover .img-wrap img {
  filter: brightness(120%);
}
.news.detail .detail-header h1 {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
}
.news.detail .detail-header .like {
  cursor: pointer;
  float: left;
  margin-right: 20px;
  font-size: 1rem;
}
.news.detail .detail-header .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.news.detail .detail-header .like.liked:after {
  font-weight: bold;
  color: red;
}
.news.detail .detail-header .share-btn {
  float: left;
  margin-right: 20px;
  font-size: 1rem;
}
.news.detail .detail-header .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.news.detail .detail-header .rate {
  float: left;
  margin-top: 10px;
}
.news.detail .detail-img {
  position: relative;
}
.news.detail .detail-img > img {
  width: 100%;
}
.news.detail .detail-img .detail-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  width: 100%;
  overflow: auto;
}
.news.detail .detail-img .detail-gallery > div {
  display: inline-block;
  vertical-align: top;
}
.news.detail .detail-img .detail-gallery .related-video .video-item a {
  width: 65px;
  margin: 10px 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.news.detail .detail-img .detail-gallery .related-video .video-item a img {
  height: 65px;
  width: auto;
  max-width: inherit;
}
.news.detail .detail-img .detail-gallery .related-video .video-item a .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: 0.3s all;
  z-index: 3;
  right: 0;
  left: 0;
}
.news.detail .detail-img .detail-gallery .related-video .video-item a .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  color: #fff;
  transition: all 0.3s ease;
}
.news.detail .detail-img .detail-gallery .related-video .video-item:hover .play i {
  color: var(--bs-primary);
}
.news.detail .detail-info {
  background: gray;
  min-height: 33px;
  line-height: 33px;
  margin-top: 10px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  padding-right: 10px;
  padding-left: 5px;
  margin-bottom: 25px;
}
.news.detail .detail-dscp {
  text-align: justify;
  margin-bottom: 20px;
}
.news.detail .detail-dscp .tags {
  margin-top: 15px;
}
.news.detail .detail-dscp .tags a {
  color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 2px 7px;
}
.news.detail .detail-dscp .tags a:hover, .news.detail .detail-dscp .tags a:focus {
  background-color: var(--bs-secondary);
  color: #fff;
}

@media (max-width: 767px) {
  .news.detail .detail-img .detail-gallery {
    position: inherit;
    background: #fff;
    padding: 0;
  }
}
.article.list .article-item {
  position: relative;
  box-shadow: 0 0px 5px 0px #cecece;
  margin-bottom: 10px;
}
.article.list .article-item .img-wrap {
  display: block;
}
.article.list .article-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
}
.article.list .article-item .txt-wrap {
  text-align: right;
  padding: 15px;
  background: white;
  font-size: 0.9rem;
}
.article.list .article-item .txt-wrap h2 {
  font-size: 18px;
  font-weight: bold;
}
.article.list .article-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
}
.article.list .article-item .txt-wrap .article-info {
  padding-top: 10px;
  font-size: 0.8rem;
  color: #7d7d87;
  border-top: 1px solid #e1e1e1;
}
.article.list .article-item .txt-wrap .article-info > span {
  margin-left: 5px;
  vertical-align: middle;
}
.article.list .article-item .txt-wrap .article-info a {
  float: left;
  font-size: 0.8rem;
}
.article.list .article-item:hover .img-wrap img {
  filter: brightness(105%);
  box-shadow: 0 7px 0 var(--bs-primary);
}
.article.detail .detail-header h1 {
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
}
.article.detail .detail-header .rate {
  float: left;
  margin-top: 15px;
}
.article.detail .detail-img {
  position: relative;
}
.article.detail .detail-img > img {
  width: 100%;
}
.article.detail .detail-img .detail-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  width: 100%;
  overflow: auto;
}
.article.detail .detail-img .detail-gallery > div {
  display: inline-block;
  vertical-align: top;
}
.article.detail .detail-info {
  background: gray;
  min-height: 33px;
  line-height: 33px;
  margin-top: 10px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  padding-right: 10px;
  padding-left: 5px;
  margin-bottom: 25px;
}
.article.detail .detail-dscp {
  text-align: justify;
  margin-bottom: 20px;
}
.article.detail .detail-dscp .tags {
  margin-top: 15px;
}
.article.detail .detail-dscp .tags a {
  color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 2px 7px;
}
.article.detail .detail-dscp .tags a:hover, .article.detail .detail-dscp .tags a:focus {
  background-color: var(--bs-secondary);
  color: #fff;
}
.article.detail .like {
  cursor: pointer;
  float: left;
  margin-top: 6px;
  margin-right: 20px;
  font-size: 1rem;
}
.article.detail .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.article.detail .like.liked:after {
  font-weight: bold;
  color: red;
}
.article.detail .share-btn {
  float: left;
  margin-top: 6px;
  margin-right: 20px;
  font-size: 1rem;
}
.article.detail .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

@media (max-width: 767px) {
  .article.detail .detail-img .detail-gallery {
    position: inherit;
    background: #fff;
    padding: 0;
  }
}
.blog.list .blog-item {
  background: #f5f5f5;
  font-size: 0;
  padding: 1.875rem;
  box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid var(--bs-primary);
}
.blog.list .blog-item .img-wrap {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border: 1px solid #ccc;
}
.blog.list .blog-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
}
.blog.list .blog-item .txt-wrap {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 1rem;
  padding: 0 1.875rem 0 0;
}
.blog.list .blog-item .txt-wrap .blog-title {
  margin-bottom: 1.875rem;
}
.blog.list .blog-item .txt-wrap .blog-title h2 {
  margin: 0;
}
.blog.list .blog-item .txt-wrap .blog-info {
  position: relative;
  color: var(--bs-primary);
  font-size: 12px;
}
.blog.list .blog-item .txt-wrap .blog-summary a {
  color: var(--bs-primary);
  font-size: 12px;
}
.blog.list .blog-item .txt-wrap .blog-summary a:hover {
  color: #000;
}
.blog.list .blog-item:hover .img-wrap img {
  transform: scale(1.05);
}
.blog.detail {
  line-height: 2;
  font-size: 1rem;
  text-align: justify;
}
.blog.detail .detail-header h1 {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
}
.blog.detail .detail-header .like {
  cursor: pointer;
  float: left;
  margin-right: 20px;
  font-size: 1rem;
}
.blog.detail .detail-header .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.blog.detail .detail-header .like.liked:after {
  font-weight: bold;
  color: red;
}
.blog.detail .detail-header .share-btn {
  float: left;
  margin-right: 20px;
  font-size: 1rem;
}
.blog.detail .detail-header .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.blog.detail .detail-header .rate {
  float: left;
  margin-top: 10px;
}
.blog.detail .detail-img {
  position: relative;
}
.blog.detail .detail-img > img {
  width: 100%;
}
.blog.detail .detail-img .detail-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  width: 100%;
  overflow: auto;
}
.blog.detail .detail-img .detail-gallery > div {
  display: inline-block;
  vertical-align: top;
}
.blog.detail .detail-info {
  background: gray;
  min-height: 33px;
  line-height: 33px;
  margin-top: 10px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  padding-right: 10px;
  padding-left: 5px;
  margin-bottom: 25px;
}
.blog.detail .detail-dscp {
  text-align: justify;
  margin-bottom: 20px;
}
.blog.detail .detail-dscp img {
  width: 100%;
  margin: 20px 0px;
}
.blog.detail .detail-dscp .tags {
  margin-top: 15px;
}
.blog.detail .detail-dscp .tags a {
  color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 2px 7px;
}
.blog.detail .detail-dscp .tags a:hover, .blog.detail .detail-dscp .tags a:focus {
  background-color: var(--bs-secondary);
  color: #fff;
}

@media (max-width: 767px) {
  .blog.list .blog-item .img-wrap {
    display: block;
    width: 50%;
    max-width: 286px;
    margin: 0 auto 30px;
  }
  .blog.list .blog-item .txt-wrap {
    display: block;
    width: 100%;
    padding: 0;
  }
  .blog.list .blog-item .txt-wrap .blog-title {
    text-align: center;
  }
  .blog.detail .detail-page .detail-img .detail-gallery {
    position: inherit;
    background: #fff;
    padding: 0;
  }
}
/*****Shared**********/
/********Project**********/
.project.list .filters .btn:not(.btn-primary) {
  background-color: #fff;
}
.project.list .filters .btn:not(.btn-primary).active {
  background-color: #3f949a;
  color: #fff;
}
.project.list .project-col {
  display: flex;
  justify-content: center;
  margin-bottom: 50px !important;
}
.project.list .project-col .item {
  background-color: #fff;
  border-bottom: 3px solid var(--bs-primary);
  overflow: hidden;
  box-shadow: 0 0px 5px 0px #cecece;
}
.project.list .project-col .project-img a {
  position: relative;
  display: block;
  border: 1px solid #eee;
  background-color: #000;
}
.project.list .project-col .project-img a img {
  width: 100%;
  transition: 0.5s ease;
}
.project.list .project-col .project-img a .prj-status {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 32px;
  text-align: center;
  background: var(--bs-primary);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 10px;
  display: inline-block;
  width: 155px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.project.list .project-col .project-img a .prj-status:before {
  content: "";
  border-bottom: 32px solid var(--bs-primary);
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  height: 0;
  width: 100px;
  position: absolute;
  left: -50px;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.project.list .project-col .project-img a .prj-status:after {
  content: "";
  border-bottom: 28px solid var(--bs-secondary);
  border-right: 43px solid transparent;
  border-left: 38px solid transparent;
  height: 0;
  width: 110px;
  position: absolute;
  left: -80px;
  bottom: 0;
  z-index: -2;
  transition: all 0.4s ease-in-out;
}
.project.list .project-col .project-img a:hover .prj-status {
  background: var(--bs-secondary);
}
.project.list .project-col .project-img a:hover .prj-status:before {
  border-bottom: 32px solid var(--bs-secondary);
}
.project.list .project-col .project-img a:hover .prj-status:after {
  border-bottom: 28px solid var(--bs-primary);
}
.project.list .project-col .project-des {
  background: #fff;
  padding: 15px 30px;
  font-size: 14px;
}
.project.list .project-col .project-des h2 {
  position: relative;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
.project.list .project-col .project-des h2:before {
  content: "";
  width: 90px;
  height: 2px;
  border-bottom: 2px dotted var(--bs-primary);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: width 0.4s ease;
}
.project.list .project-col .project-des h2 a {
  display: block;
}
.project.list .project-col .project-des p strong {
  color: var(--bs-primary);
}
.project.list .project-col .project-des .summary {
  margin-top: 15px;
  text-align: justify;
}
.project.list .project-col:hover .project-img a img {
  opacity: 0.6;
}
.project.list .project-col:hover .project-des h2 a {
  color: var(--bs-primary);
}
.project.list .project-col:hover .project-des h2:before {
  width: 150px;
}
.project.detail .detail-header {
  position: relative;
}
.project.detail .detail-header h1 {
  color: var(--bs-primary);
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  line-height: initial;
}
.project.detail .detail-info {
  max-width: 1025px;
  margin: 30px auto;
}
.project.detail .detail-info .project-status {
  display: inline-block;
  border-left: 1px solid var(--bs-primary);
  padding-left: 15px;
  margin-left: 15px;
}
.project.detail .detail-info .start-date, .project.detail .detail-info .end-date {
  padding: 0 10px;
}
.project.detail .detail-info .start-date i, .project.detail .detail-info .end-date i {
  color: var(--bs-primary);
}
.project.detail .detail-info .share-like-rate {
  display: inline-block;
  float: left;
}
.project.detail .detail-info .share-like-rate .like {
  float: left;
  margin-right: 20px;
  font-size: 1rem;
}
.project.detail .detail-info .share-like-rate .share-btn {
  float: left;
  margin-right: 20px;
  font-size: 1rem;
}
.project.detail .detail-info .share-like-rate .rate {
  float: left;
  height: 34px;
  margin-top: 10px;
}
.project.detail .detail-img {
  position: relative;
  max-width: 1025px;
  margin: 0 auto;
}
.project.detail .detail-img > img {
  width: 100%;
}
.project.detail .detail-img .detail-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  width: 100%;
  overflow: auto;
}
.project.detail .detail-img .detail-gallery > div {
  display: inline-block;
  vertical-align: top;
}
.project.detail .detail-img .detail-gallery .related-video .video-item a {
  width: 65px;
  margin: 10px 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.project.detail .detail-img .detail-gallery .related-video .video-item a img {
  height: 65px;
  width: auto;
  max-width: inherit;
}
.project.detail .detail-img .detail-gallery .related-video .video-item a .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: 0.3s all;
  z-index: 3;
  right: 0;
  left: 0;
}
.project.detail .detail-img .detail-gallery .related-video .video-item a .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  color: #fff;
  transition: all 0.3s ease;
}
.project.detail .detail-img .detail-gallery .related-video .video-item:hover .play i {
  color: var(--bs-primary);
}
.project.detail .detail-dscp {
  margin-top: 30px;
}
.project.detail .related-project {
  margin-top: 50px;
  border-top: 1px solid #d8dadc;
}
.project.detail .related-project h5 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 35px;
  margin-top: -17px;
  margin-bottom: 55px;
}
.project.detail .related-project h5 span {
  padding: 0 1rem;
  background-color: #fff;
  color: var(--bs-primary);
}
.project.detail .related-project .similar-project-loop .item {
  margin: 0 auto;
}
.project.detail .related-project .similar-project-loop .item .project-img {
  background-color: var(--bs-primary);
}
.project.detail .related-project .similar-project-loop .item .project-img a {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
}
.project.detail .related-project .similar-project-loop .item .project-img a img {
  width: 100%;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.project.detail .related-project .similar-project-loop .item .project-txt {
  position: relative;
  z-index: 1;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.project.detail .related-project .similar-project-loop .item .project-txt h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.project.detail .related-project .similar-project-loop .item .project-txt p {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}
.project.detail .related-project .similar-project-loop .item:hover .project-img a img {
  transform: scale(1.2);
  opacity: 0.7;
}
.project.detail .related-project .similar-project-loop .owl-dots {
  position: relative;
  display: block;
  text-align: center;
}
.project.detail .related-project .similar-project-loop .owl-dots .owl-dot {
  border-radius: var(--border-radius);
  padding: 0;
  transition: 0.3s all;
  width: 9px;
  height: 9px;
  margin: 0 2px;
  background-color: #ccc;
}
.project.detail .related-project .similar-project-loop .owl-dots .owl-dot.active {
  background-color: var(--bs-primary);
}

@media (max-width: 767px) {
  .project.detail .detail-header h1 {
    font-size: 20px;
  }
  .project.detail .detail-info {
    margin: 10px 0;
  }
  .project.detail .detail-info .project-status {
    display: block;
    border-left: 0;
    border-bottom: 1px solid var(--bs-primary);
    font-size: 16px;
    margin: 0;
  }
  .project.detail .detail-info .start-date, .project.detail .detail-info .end-date {
    font-size: 12px;
    padding: 5px;
  }
  .project.detail .detail-img .detail-gallery {
    position: inherit;
    background: #fff;
    padding: 0;
  }
}
.service.list .service-item {
  border-radius: 24px;
  background: #f5f5f5;
  padding: 15px 15px 0;
}
.service.list .service-item .img-wrap {
  display: block;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  background: white;
  border-radius: 13px;
}
.service.list .service-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
}
.service.list .service-item .txt-wrap {
  padding: 15px;
  font-size: 0.9rem;
}
.service.list .service-item .txt-wrap h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.service.list .service-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
}
.service.list .service-item .txt-wrap p a {
  display: inline-block;
  color: var(--bs-primary);
  font-size: 12px;
}
.service.list .service-item .txt-wrap p a:hover {
  color: #000;
}
.service.list .service-item:hover .img-wrap img {
  transform: scale(1.05);
}
.service.list .service-item:hover .txt-wrap h2 {
  color: var(--bs-primary);
}
.service.detail .detail-header h1 {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
}
.service.detail .detail-header .like {
  cursor: pointer;
  float: left;
  margin-right: 20px;
  font-size: 1rem;
}
.service.detail .detail-header .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.service.detail .detail-header .like.liked:after {
  font-weight: bold;
  color: red;
}
.service.detail .detail-header .share-btn {
  float: left;
  margin-right: 20px;
  font-size: 1rem;
}
.service.detail .detail-header .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.service.detail .detail-header .rate {
  float: left;
  margin-top: 10px;
}
.service.detail .detail-img {
  position: relative;
  margin-bottom: 30px;
}
.service.detail .detail-img > img {
  width: 100%;
}
.service.detail .detail-img .detail-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  width: 100%;
  overflow: auto;
}
.service.detail .detail-img .detail-gallery > div {
  display: inline-block;
  vertical-align: top;
}
.service.detail .detail-img .detail-gallery .related-video .video-item a {
  width: 65px;
  margin: 10px 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.service.detail .detail-img .detail-gallery .related-video .video-item a img {
  height: 65px;
  width: auto;
  max-width: inherit;
}
.service.detail .detail-img .detail-gallery .related-video .video-item a .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: 0.3s all;
  z-index: 3;
  right: 0;
  left: 0;
}
.service.detail .detail-img .detail-gallery .related-video .video-item a .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  color: #fff;
  transition: all 0.3s ease;
}
.service.detail .detail-img .detail-gallery .related-video .video-item:hover .play i {
  color: var(--bs-primary);
}
.service.detail .detail-dscp {
  text-align: justify;
  margin-bottom: 20px;
}
.service.detail .detail-dscp .tags {
  margin-top: 15px;
}
.service.detail .detail-dscp .tags a {
  color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 2px 7px;
}
.service.detail .detail-dscp .tags a:hover, .service.detail .detail-dscp .tags a:focus {
  background-color: var(--bs-secondary);
  color: #fff;
}
.service.detail .download-section {
  margin-top: 50px;
  border-top: 1px solid #d8dadc;
}
.service.detail .download-section h5 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 35px;
  margin-top: -17px;
  margin-bottom: 55px;
}
.service.detail .download-section h5 span {
  padding: 0 1rem;
  background-color: #fff;
  color: var(--bs-primary);
}
.service.detail .download-section table tr th {
  width: 15%;
}
.service.detail .download-section table tr th.Name {
  width: 40%;
}
.service.detail .download-section table tr td:nth-of-type(1) {
  color: var(--bs-primary);
}

@media (max-width: 767px) {
  .service.detail .detail-img .detail-gallery {
    position: inherit;
    background: #fff;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .service.detail .download-section table tr th {
    display: none;
    width: auto;
  }
  .service.detail .download-section table tr th.Name {
    width: auto;
  }
  .service.detail .download-section table tr td {
    display: block;
    border-width: 1px;
  }
  .service.detail .download-section table tr td:nth-of-type(1) {
    text-align: center;
    font-weight: bold;
  }
}
/*****Shared**********/
.gallery.list .gallery-item {
  width: 100%;
  margin-bottom: 20px;
}
.gallery.list .gallery-item .img-wrap {
  position: relative;
  border: 1px solid #ccc;
}
.gallery.list .gallery-item .img-wrap a {
  display: block;
  background: var(--bs-primary);
}
.gallery.list .gallery-item .img-wrap a img {
  width: 100%;
  opacity: 1;
  position: static !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.gallery.list .gallery-item .img-wrap .gallery-number {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  direction: ltr;
}
.gallery.list .gallery-item .img-wrap .gallery-number em {
  padding: 0 10px;
}
.gallery.list .gallery-item .txt-wrap {
  margin-top: 10px;
  padding: 0 10px;
}
.gallery.list .gallery-item .txt-wrap h2 {
  font-size: 1.1rem;
}
.gallery.list .gallery-item:hover .img-wrap a img {
  opacity: 0.8;
}
.gallery.detail #gallery-thumbnails .image-thumbnail {
  position: relative;
  margin-bottom: 30px;
}
.gallery.detail #gallery-thumbnails .image-thumbnail img {
  width: 100%;
  border: 1px solid #e1e1e1;
  transition: all 0.3s ease;
}
.gallery.detail #gallery-thumbnails .image-thumbnail:hover img {
  box-shadow: -6px 6px 14px 0px #b5b5b5;
}

.list.photo .gallery-container #gallery-thumbnails .g-item {
  text-align: center;
  margin-bottom: 30px;
}
.list.photo .gallery-container #gallery-thumbnails .g-item img {
  width: 100%;
  border: 1px solid #e1e1e1;
  transition: all 0.3s ease;
}
.list.photo .gallery-container #gallery-thumbnails .g-item:hover img {
  box-shadow: -6px 6px 14px 0px #b5b5b5;
}
.list.photo .gallery-container #gallery-thumbnails .title {
  text-align: center;
  padding: 5px 0;
}

.video.list .video-item {
  box-shadow: 0 0px 5px 0px #cecece;
}
.video.list .video-item .img-wrap a {
  position: relative;
  display: block;
  overflow: hidden;
}
.video.list .video-item .img-wrap a img {
  transition: all 0.3s ease;
  width: 100%;
}
.video.list .video-item .img-wrap a:after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--bs-primary);
  line-height: 60px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 21px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform-origin: left bottom;
}
.video.list .video-item .txt-wrap {
  text-align: right;
  padding: 15px;
  background: white;
  font-size: 0.9rem;
}
.video.list .video-item .txt-wrap h2 {
  font-size: 18px;
  font-weight: bold;
}
.video.list .video-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
}
.video.list .video-item .txt-wrap .video-info {
  padding-top: 10px;
  font-size: 0.8rem;
  color: #7d7d87;
  border-top: 1px solid #e1e1e1;
}
.video.list .video-item .txt-wrap .video-info > span {
  vertical-align: middle;
}
.video.list .video-item .txt-wrap .video-info > span i {
  margin-left: 2px;
}
.video.list .video-item .txt-wrap .video-info > span:nth-child(2) {
  float: left;
}
.video.list .video-item:hover .img-wrap a img {
  filter: brightness(120%);
}
.video.list .video-item:hover .img-wrap a:after {
  transform: scale(2);
}
.video.detail .detail-header h1 {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
}
.video.detail .detail-header .like {
  cursor: pointer;
  float: left;
  margin-right: 20px;
  font-size: 1rem;
}
.video.detail .detail-header .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.video.detail .detail-header .like.liked:after {
  font-weight: bold;
  color: red;
}
.video.detail .detail-header .share-btn {
  float: left;
  margin-right: 20px;
  font-size: 1rem;
}
.video.detail .detail-header .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.video.detail .detail-header .rate {
  float: left;
  margin-top: 10px;
}
.video.detail .detail-img video {
  display: block;
  width: 100%;
  height: auto;
}
.video.detail .detail-info {
  background: gray;
  min-height: 33px;
  line-height: 33px;
  margin-top: 10px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  padding-right: 10px;
  padding-left: 5px;
  margin-bottom: 25px;
}
.video.detail .detail-dscp .tags {
  margin-top: 15px;
}
.video.detail .detail-dscp .tags a {
  color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 2px 7px;
}
.video.detail .detail-dscp .tags a:hover, .video.detail .detail-dscp .tags a:focus {
  background-color: var(--bs-secondary);
  color: #fff;
}

/*
@import this file directly into your existing Scss files to use these mixins
*/
.podcast.list .podcast-item {
  background: #fff;
  display: block;
  height: 100%;
  border-radius: 25px;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
  position: relative;
  padding: 15px 15px;
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
  transition: all 0.5s ease;
}
.podcast.list .podcast-item .img-w {
  text-align: center;
  position: relative;
}
.podcast.list .podcast-item .img-w a {
  display: block;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.podcast.list .podcast-item .img-w a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.podcast.list .podcast-item .img-w a img {
  width: 100%;
  transition: all 0.3s ease;
}
.podcast.list .podcast-item .img-w a .play {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: var(--bs-primary);
  transform-origin: center center;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.podcast.list .podcast-item .details {
  position: relative;
  padding: 10px 0;
}
.podcast.list .podcast-item .details h2 a {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: var(--bs-primary);
}
.podcast.list .podcast-item .details p {
  text-align: right;
  font-size: 0.9rem;
}
.podcast.list .podcast-item:hover .img-w a img {
  transform: scale(1.1);
}
.podcast.list .podcast-item:hover .img-w a .play {
  opacity: 1;
  transform: rotate(360deg) scale(2);
}
.podcast.list .podcast-item:hover .img-w a:before {
  opacity: 1;
}
.podcast.detail {
  position: relative;
}
.podcast.detail .content-wrapper {
  padding: 0;
}
.podcast.detail .float-button, .podcast.detail .back-top, .podcast.detail .page-banner-container {
  display: none !important;
}
.podcast.detail .img-background {
  position: fixed;
  height: 100vh;
  width: 100%;
  right: 0;
  top: 0;
}
.podcast.detail .img-background:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(127deg, var(--bs-secondary) 0%, var(--bs-primary) 100%);
  z-index: 1;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.podcast.detail .img-background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.podcast.detail .podcast-wrap {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.podcast.detail .page-content {
  position: relative;
  height: 100%;
  width: 80%;
  display: flex;
  margin: auto 0;
  justify-content: center;
}
.podcast.detail .page-content .img-wrap {
  display: flex;
  justify-content: center;
  height: -moz-max-content;
  height: max-content;
  margin: auto 0;
  width: 50vh;
  padding: 0 30px;
  text-align: center;
  max-width: 500px;
}
.podcast.detail .page-content .img-wrap img {
  border-radius: 20%;
}
.podcast.detail .page-content .txt-wrap {
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: -moz-max-content;
  height: max-content;
  margin: auto 0;
  width: 50vh;
  padding: 0 30px;
  max-width: 500px;
}
.podcast.detail .page-content .txt-wrap .detail-header {
  padding: 5px 15px;
  text-align: center;
}
.podcast.detail .page-content .txt-wrap .detail-header h1 {
  color: #fff;
  margin-bottom: 0;
}
.podcast.detail .page-content .txt-wrap .detail-header .share-btn {
  float: none;
  margin-right: 20px;
  font-size: 1rem;
}
.podcast.detail .page-content .txt-wrap .detail-header .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.podcast.detail .page-content .txt-wrap .detail-header .rate {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.podcast.detail .page-content .txt-wrap .detail-persons {
  padding: 10px 0;
  text-align: center;
}
.podcast.detail .page-content .txt-wrap .audio-player audio {
  width: 100%;
}
.podcast.detail .page-content .txt-wrap .audio-file a {
  display: block;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 15px;
  padding: 5px 15px;
}
.podcast.detail .page-content .txt-wrap .audio-file a span:nth-of-type(2) {
  display: inline-block;
  font-family: Arial;
  font-size: 0.8rem;
  direction: ltr;
}
.podcast.detail .page-content .txt-wrap .audio-file a:hover {
  background-color: #fff;
  color: var(--bs-primary);
}
.podcast.detail .page-content .txt-wrap .dscp {
  text-align: justify;
  padding: 10px 0;
}
.podcast.detail .page-content .txt-wrap .detail-info span:nth-child(2) {
  float: left;
}
.podcast.detail .latest-items {
  position: relative;
  top: 0;
  width: 20%;
  max-width: 160px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}
.podcast.detail .latest-items .latest-item {
  border: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}
.podcast.detail .latest-items .latest-item .latest-img {
  float: none;
  margin-left: 0;
  display: block;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.podcast.detail .latest-items .latest-item .latest-img img {
  width: 100%;
}
.podcast.detail .latest-items .latest-item h3 {
  text-align: center;
  color: #fff;
  margin: 5px 0;
}
.podcast.detail .latest-items .latest-item .latest-info {
  display: none;
}
.podcast.detail .latest-items .latest-item .latest-info span {
  margin: 0;
  float: right;
  color: #fff;
}
.podcast.detail .latest-items .latest-item .latest-info span:nth-of-type(2) {
  float: left;
}
.podcast.detail .latest-items .latest-item:hover .latest-img {
  border-radius: 50%;
}
.podcast.detail .latest-items .latest-item:last-child {
  border-bottom: 0;
  margin: 0;
}

@media (max-width: 1199px) {
  .podcast.detail .page-content {
    flex-flow: column;
    width: 80vw;
  }
  .podcast.detail .page-content .img-wrap {
    width: 80vw;
    max-width: unset;
  }
  .podcast.detail .page-content .img-wrap img {
    max-width: 215px;
  }
  .podcast.detail .page-content .txt-wrap {
    width: 80vw;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .podcast.detail .page-content {
    width: 70vw;
  }
  .podcast.detail .page-content .img-wrap {
    width: 70vw;
  }
  .podcast.detail .page-content .img-wrap img {
    max-width: 100px;
  }
  .podcast.detail .page-content .txt-wrap {
    width: 70vw;
    padding: 0 15px;
    margin: 10px auto 0;
  }
  .podcast.detail .page-content .txt-wrap .detail-header {
    text-align: center;
  }
  .podcast.detail .page-content .txt-wrap .detail-header h1 {
    display: block;
    font-size: 1rem;
    text-align: center;
  }
  .podcast.detail .page-content .txt-wrap .detail-header .share-btn {
    float: none;
  }
  .podcast.detail .page-content .txt-wrap .detail-header .rate {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .podcast.detail .page-content .txt-wrap .detail-persons {
    text-align: center;
  }
  .podcast.detail .page-content .txt-wrap .detail-persons p {
    float: none !important;
    display: block;
  }
  .podcast.detail .page-content .txt-wrap .dscp {
    font-size: 12px;
    line-height: 20px;
  }
  .podcast.detail .latest-items {
    width: 30vw;
    padding: 0 10px;
  }
  .podcast.detail .latest-items .latest-item h3 {
    line-height: 20px;
    font-size: 12px;
  }
}
/*****Shared**********/
.ebook.list .ebook-item {
  background: #f5f5f5;
  box-shadow: 0 0px 5px 0px #cecece;
  padding: 15px;
}
.ebook.list .ebook-item > div {
  display: inline-block;
  vertical-align: middle;
}
.ebook.list .ebook-item .img-wrap {
  width: 39%;
}
.ebook.list .ebook-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
  border: 1px solid #ccc;
}
.ebook.list .ebook-item .txt-wrap {
  width: 59%;
  font-size: 0.9rem;
  padding: 30px;
}
.ebook.list .ebook-item .txt-wrap p {
  text-align: justify;
}
.ebook.list .ebook-item .txt-wrap p a {
  display: inline-block;
  color: var(--bs-primary);
  font-size: 12px;
}
.ebook.list .ebook-item .txt-wrap p a:hover {
  color: #000;
}
.ebook.list .ebook-item:hover .img-wrap img {
  filter: brightness(105%);
}
.ebook.detail {
  background: url("/Images/ebook-bg.jpg") center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.ebook.detail .container {
  max-width: 100%;
}
.ebook.detail .float-button, .ebook.detail .back-top, .ebook.detail .page-banner-container {
  display: none !important;
}
.ebook.detail .content-wrapper {
  padding: 0;
}
.ebook.detail #catalog-images {
  display: none;
}
.ebook.detail .magazine-viewport .magazine-container {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 500px;
  margin: auto;
}
.ebook.detail .magazine-viewport .magazine {
  width: 800px;
  height: 500px;
  left: -400px;
  top: -250px;
}
.ebook.detail .magazine-viewport .page {
  width: 400px;
  height: 500px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ebook.detail .magazine-viewport .page img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0;
}
.ebook.detail .magazine-viewport .zoomer .region {
  display: none;
}
.ebook.detail .magazine-viewport .zoom-in .even .gradient {
  display: none;
}
.ebook.detail .magazine-viewport .zoom-in .odd .gradient {
  display: none;
}
.ebook.detail .magazine-viewport .zoom-in .next-button {
  display: none;
}
.ebook.detail .magazine-viewport .zoom-in .previous-button {
  display: none;
}
.ebook.detail .magazine-viewport .loader {
  background-image: url(/images/loader.gif);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 237px;
  left: 167px;
}
.ebook.detail .magazine-viewport .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;
  -o-box-shadow: 0 0 20px #ccc;
  -ms-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
}
.ebook.detail .magazine-viewport .next-button {
  cursor: pointer;
  transition: 0.3s all;
  background-image: url(/images/arrows.png);
  width: 22px;
  height: 600px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.06);
  background-position: -4px 284px;
  background-repeat: no-repeat;
  left: -22px;
  border-radius: 15px 0 0 15px;
}
.ebook.detail .magazine-viewport .next-button-hover {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(/images/arrows.png);
}
.ebook.detail .magazine-viewport .previous-button {
  cursor: pointer;
  transition: 0.3s all;
  background-image: url(/images/arrows.png);
  width: 22px;
  height: 600px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.06);
  background-position: -38px 284px;
  background-repeat: no-repeat;
  right: -22px;
  border-radius: 0 15px 15px 0;
}
.ebook.detail .magazine-viewport .previous-button-hover {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(/images/arrows.png);
}
.ebook.detail .magazine-viewport .previous-button-down {
  background-color: rgba(0, 0, 0, 0.4);
}
.ebook.detail .magazine-viewport .next-button-down {
  background-color: rgba(0, 0, 0, 0.4);
}
.ebook.detail .magazine .region {
  position: absolute;
  overflow: hidden;
  background: #0066FF;
  opacity: 0.2;
  border-radius: 10px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.ebook.detail .magazine .region:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.ebook.detail .magazine .region.zoom {
  opacity: 0.01;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
}
.ebook.detail .magazine .region.zoom:hover {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.ebook.detail .magazine .page {
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.ebook.detail .magazine .odd .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
}
.ebook.detail .magazine .even .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
}
.ebook.detail .animated {
  transition: margin-left 0.5s;
}
.ebook.detail .thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 1;
}
.ebook.detail .thumbnails > div {
  width: 1050px;
  height: 100px;
  margin: 20px auto;
}
.ebook.detail .thumbnails ul {
  margin: 0;
  padding: 0;
  text-align: center;
  transform: scale3d(0.5, 0.5, 1);
  transition: transform ease-in-out 100ms;
}
.ebook.detail .thumbnails li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  -ms-box-shadow: 0 0 10px #ccc;
  -o-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
.ebook.detail .thumbnails li span {
  display: none;
}
.ebook.detail .thumbnails .current {
  -ms-box-shadow: 0 0 10px red;
  -o-box-shadow: 0 0 10px red;
  box-shadow: 0 0 10px red;
}
.ebook.detail .thumbnails .thumb-hover {
  transform: scale3d(1.3, 1.3, 1);
  -ms-box-shadow: 0 0 10px #666;
  -o-box-shadow: 0 0 10px #666;
  box-shadow: 0 0 10px #666;
}
.ebook.detail .thumbnails .thumb-hover span {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 30px;
  font: bold 15px inherit;
  line-height: 30px;
  color: #666;
  display: block;
  cursor: default;
}
.ebook.detail .thumbnails img {
  float: left;
}
.ebook.detail .thumbanils-touch ul {
  transform: none;
}
.ebook.detail .thumbanils-touch .thumb-hover {
  transform: none;
}
.ebook.detail .thumbnails-hover ul {
  transform: scale3d(0.6, 0.6, 1);
}
.ebook.detail .exit-message {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 10000;
}
.ebook.detail .exit-message > div {
  width: 200px;
  height: 30px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: white;
  border-radius: 10px;
}
.ebook.detail .zoom-icon {
  cursor: pointer;
  width: 22px;
  height: 22px;
  background-image: url(/images/zoom-icons.png);
  background-size: 88px 22px;
  display: inline-block;
  position: fixed;
  right: 5px;
  top: 5px;
  z-index: 100;
}
.ebook.detail .zoom-icon-in {
  background-position: 0 0;
  cursor: pointer;
}
.ebook.detail .zoom-icon-in.zoom-icon-in-hover {
  background-position: -22px 0;
  cursor: pointer;
}
.ebook.detail .zoom-icon-out {
  background-position: -44px 0;
}
.ebook.detail .zoom-icon-out.zoom-icon-out-hover {
  background-position: -66px 0;
  cursor: pointer;
}
.ebook.detail .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.magazine-viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .ebook.list .ebook-item .img-wrap {
    width: 29%;
  }
  .ebook.list .ebook-item .txt-wrap {
    width: 69%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .ebook.list .ebook-item .img-wrap {
    width: 12%;
  }
  .ebook.list .ebook-item .txt-wrap {
    width: 87%;
  }
}
@media (max-width: 767px) {
  .ebook.list .ebook-item .img-wrap {
    width: 100%;
    text-align: center;
  }
  .ebook.list .ebook-item .img-wrap img {
    height: 150px;
    width: auto;
    max-width: 100%;
  }
  .ebook.list .ebook-item .txt-wrap {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .ebook.list .ebook-item .txt-wrap p {
    text-align: center;
  }
}
.poll-group.list .poll-group-container {
  margin-bottom: 10px;
}
.poll-group.list .poll-group-container .poll-group-title {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  font-weight: bold;
}
.poll-group.list .poll-group-container .poll-container {
  padding: 1rem 1rem;
}
.poll-group.list .poll-group-container .poll-container .poll-items {
  border-bottom: 1px solid #dbdbdb;
  padding: 1rem 0;
}
.poll-group.list .poll-group-container .poll-container .poll-items .poll-title {
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
}
.poll-group.list .poll-group-container .poll-container .poll-items .poll-title:before {
  margin-left: 10px;
  content: "\f059";
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.poll-group.list .poll-group-container .poll-container .poll-items .poll-item-container {
  padding: 0.5rem 1.5rem;
}
.poll-group.list .poll-group-container .poll-container .poll-items .poll-item-container .poll-item {
  display: block;
  margin-bottom: 5px;
}
.poll-group.list .poll-group-container .poll-container .poll-result-container {
  padding: 1rem 1.5rem;
  display: none;
}
.poll-group.list .poll-group-container .poll-container .btn-container {
  padding: 1rem 0;
}
.poll-group.list .poll-group-container .poll-container .btn-container .btn {
  width: 140px;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: #fff;
  border-radius: 0 !important;
}
.poll-group.list .poll-group-container .poll-container .btn-container .btn:hover, .poll-group.list .poll-group-container .poll-container .btn-container .btn:focus {
  background-color: #fff !important;
  border-color: var(--bs-secondary) !important;
  color: var(--bs-secondary) !important;
}
.poll-group.list .poll-group-container .progress {
  margin-bottom: 0.5rem;
  border-radius: 3px;
  height: 1.5rem;
}
.poll-group.list .poll-group-container .progress .progress-bar {
  background-color: var(--bs-primary);
  line-height: 1.5rem;
  direction: ltr;
}
.poll-group.list .poll-group-container .poll-count {
  text-align: center;
  font-weight: bold;
  margin: 1rem 0;
}

:root {
  --bs-primary: #ff0000;
  --bs-secondary: #ed1c24;
  --bs-sucess: #5cb85c;
  --bs-gold: yellow;
  --primary: #38b36c;
  --secondary: #ed1c24;
}

.questions .item {
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.questions .item .question {
  cursor: pointer;
  padding: 10px 15px;
  font-weight: bold;
  background-color: #f8f8f8;
  /*.select { border-bottom: 1px solid #e1e1e1; padding-bottom: 5px; }*/
}
.questions .item .question i {
  color: var(--bs-primary);
  margin-right: 15px;
  vertical-align: middle;
  font-size: 18px;
  float: left;
  line-height: 2;
}
.questions .item .question i.active:before {
  content: "\f068";
}
.questions .item .answer {
  display: none;
  background: white;
  text-align: justify;
  padding: 1rem;
}
.questions .item .questioner .link {
  font-weight: bold;
  color: #7c9dc5;
  line-height: 1.5em;
}
.questions .item .link {
  font-weight: bold;
  line-height: 1.5em;
}

.form form {
  /*display: flex; flex-wrap: wrap*/
}
.form .form-control {
  border-radius: 0;
  font-size: 13px;
  line-height: 2;
  height: 40px;
}
.form .form-header {
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 12px;
}
.form .form-container {
  background: white;
  padding: 15px;
  line-height: 2;
}
.form .form-container a {
  color: var(--bs-primary);
}
.form .form-container a:hover {
  color: #000;
}
.form .form-subHeader {
  font-size: 0.8rem;
  padding: 0 12px;
}
.form .form-sub-label {
  font-size: 0.8rem;
}
.form .form-line {
  padding: 10px;
  clear: both;
  padding: 10px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  width: -moz-available;
  position: relative;
}
.form .form-line.form-line-column {
  width: 33.333%;
}
.form .form-line:hover .form-description-indicator {
  display: block;
}
.form .form-line .form-input {
  flex: 3;
}
.form .form-line .form-label-left {
  order: 2;
  text-align: left;
}
.form .form-line .form-label-top {
  flex: 0 0 100%;
}
.form .form-line .form-label .text-red {
  color: red;
}
.form .form-submit-btn {
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.form .form-submit-btn .form-input-right {
  text-align: right;
}
.form .form-submit-btn .form-input-center {
  text-align: center;
}
.form .form-submit-btn .form-input-left {
  text-align: left;
}
.form .form-submit-btn .btn {
  max-width: 300px;
  width: 100%;
}
.form .form-input-wide {
  flex: 0 0 100%;
}
.form .form-input-wide .form-error-message {
  bottom: -5px;
  font-size: 11px;
  position: relative;
  z-index: 900;
  right: auto;
  top: auto;
  color: #333;
  padding: 3px;
  max-width: 100%;
  padding-bottom: 3px;
  font-size: 12px;
  border: none;
  -moz-box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  -webkit-box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  -moz-border-radius: 6px 6px;
  -webkit-border-radius: 6px 6px;
  box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  border-radius: 6px 6px;
  background: #FCC;
}
.form .captcha {
  /*.form-input {
            .form-group { display: flex; flex-wrap: wrap; justify-content: flex-start;

            }
        }*/
}
.form .captcha div:nth-child(1) {
  flex: 0 0 auto;
  padding-left: 0;
}
.form .captcha div:nth-child(2) {
  flex: 1 1 auto;
  padding-right: 0;
}
.form .captcha label {
  display: none;
}
.form .captcha img {
  height: 40px;
}
.form .captcha input[type=text] {
  width: 100%;
  padding-right: 50px;
}
.form .captcha .refresh-token {
  position: absolute;
  width: 40px;
  height: 39px;
  background-color: var(--bs-secondary);
  color: #fff;
  text-align: center;
  line-height: 39px;
  cursor: pointer;
}

.stuff.list .search-info .row {
  /*div {
  	&:first-child, &:nth-child(5n) {
  		.stuff-item { border-right: none; }
  	}
  	&:nth-child(4n) {
  		.stuff-item { border-left: none; }
  	}
  }*/
}
.stuff.list .search-info .row > * {
  /* padding: 0;*/
}
.filter-items-container {
  flex-grow: 1.25 !important;
}

.filters-container {
  position: sticky;
  top: 70px;
  background: #ffff;
  border: 1px solid #e0e0e6;
  border-radius: 20px;
}
.filters-container .special-filters {
  padding: 10px;
  margin: 0 10px;
}
.filters-container .special-filters .switch {
  margin-top: 0.5rem;
}
.filters-container .title {
  padding: 10px;
  font-size: 1.2rem;
}
.filters-container .filter-item-container .filter-item-header {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  font-weight: bold;
  margin: 0 10px;
}
.filters-container .filter-item-container .filter-item-header .caret {
  transition: 0.3s transform;
  color: #9e9fb1;
  font-size: 1.1rem;
}
.filters-container .filter-item-container .filter-item-header .caret.rotate-caret {
  transform: rotate(180deg);
}
.filters-container .filter-item-container .filter-item-header .selected-item span {
  color: #979797;
  font-size: 0.8rem;
  padding: 0 1px;
  font-weight: normal;
}
.filters-container .filter-item-container .filter-item-header .selected-filter-dot {
  width: 4px;
  height: 4px;
  background: var(--bs-primary);
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}
.filters-container .filter-item-container .filter-items {
  list-style: none;
  padding: 10px;
  overflow: auto;
  border-bottom: 1px solid var(--bs-primary);
  color: var(--bs-primary);
}
.filters-container .filter-item-container .filter-items .input-group {
  margin-bottom: 20px;
}
.filters-container .filter-item-container .filter-items .input-group .input-group-text {
  background: white;
  border: 1px solid #f1f2f4;
  color: #858d94;
}
.filters-container .filter-item-container .filter-items .input-group .input-group-text:last-child {
  z-index: 2;
  border-right: none;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  display: none;
}
.filters-container .filter-item-container .filter-items .input-group .input-group-text:last-child i {
  cursor: pointer;
}
.filters-container .filter-item-container .filter-items .input-group input {
  border: 1px solid #f1f2f4 !important;
  border-right: none !important;
  z-index: 1;
}
.filters-container .filter-item-container .filter-items .input-group input:focus {
  border: 1px solid #f1f2f4;
  border-right: none;
}
.filters-container .filter-item-container .filter-items .filter-item {
  font-size: 0.9rem;
  padding: 5px 0px;
  border-bottom: 1px solid #f1f1f1;
  margin-top: 0;
}
.filters-container .filter-item-container .filter-items .filter-item.color input {
  vertical-align: middle;
}
.filters-container .filter-item-container .filter-items .filter-item.color .color-box {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}
.filters-container .filter-item-container .filter-items .filter-item:last-child {
  border: none;
}
.filters-container .filter-item-container .hidden {
  display: none;
}
.filters-container .remove-filters {
  font-size: 0.9rem;
  color: var(--bs-primary);
  cursor: pointer;
}
.filters-container .specification-filters .spec-item:last-child .filter-items {
  border: none;
}

#compare-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s all;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
  background: white;
  box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 50px;
}
#compare-wrapper #compare-list .compare-item {
  display: inline-block;
  text-align: center;
  max-width: 200px;
  position: relative;
  margin-right: 10px;
}
#compare-wrapper #compare-list .compare-item img {
  display: block;
  margin: 0 auto;
}
#compare-wrapper #compare-list .compare-item .title {
  display: inline-block;
}
#compare-wrapper #compare-list .compare-item i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: red;
  font-size: 0.9rem;
}
#compare-wrapper .btns .btn {
  display: block;
  margin: 0 auto 5px;
  width: 100%;
}
#compare-wrapper .btns .btn i {
  vertical-align: middle;
}
#compare-wrapper .title-section {
  cursor: pointer;
  position: absolute;
  top: -35px;
  background: #747474;
  display: block;
  right: 60px;
  padding: 5px 10px 5px 100px;
  color: white;
  font-size: 1rem;
  font-weight: normal;
  border-radius: 15px 15px 0 0;
}

.display-priority {
  background: white;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0 0 1rem;
  border: 1px solid #dbdbdb;
  border-radius: 1rem;
}
.display-priority > .title i {
  font-size: 1rem;
  vertical-align: middle;
}
.display-priority .button {
  display: inline-block;
  padding: 0 10px;
  font-weight: normal;
  cursor: pointer;
  height: 3em;
  line-height: 3em;
  cursor: pointer;
}
.display-priority .button.selected {
  font-weight: bold;
  color: var(--bs-primary);
  position: relative;
}
.display-priority .stuff-count {
  font-weight: normal;
  line-height: 39px;
}
.display-priority .toggle-priority, .display-priority .priority-title {
  display: none;
}

.toggle-filter {
  display: none;
  cursor: pointer;
}
.toggle-filter i {
  font-size: 1rem;
  vertical-align: middle;
}

.applied-filters {
  padding: 8px 0;
}
.applied-filters .label {
  background: var(--bs-primary);
  padding: 3px;
  font-size: 0.8em;
  display: block;
  margin: 4px;
}
.applied-filters .label .remove {
  font-size: 1.7em;
  line-height: 0.6em;
  vertical-align: middle;
  display: inline-block;
  margin: 4px 6px 0 6px;
  float: right;
  cursor: pointer;
  color: white;
}
.applied-filters .color-sample {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 17px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: var(--bs-primary);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px var(--bs-primary);
}
.switch input:checked + .slider:before {
  transform: translateX(16px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.stuff-item {
  height: auto !important;
  display: block;
  position: relative;
  border-radius: 24px;
  transition: all 0.3s ease;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 8px;
}
.stuff-item .stuff-img {
  display: block;
  text-align: center;
  border-radius: 24px;
  position: relative;
}
.stuff-item .stuff-img:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  border-radius: 24px;
  background: #032031;
  background: #032031;
  background: linear-gradient(0deg, rgba(3, 32, 49, 0.66) 13%, rgba(246, 245, 245, 0) 100%);
}
.stuff-item .stuff-img img {
  border-radius: 24px;
}
.stuff-item .stuff-des {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  padding-bottom: 15px;
}
.stuff-item .stuff-des h2 {
  font-size: 1.25rem;
  margin: 0;
  font-weight: normal;
}
.stuff-item .stuff-des h3 {
  direction: ltr;
  text-align: left;
  font-size: 0.9rem;
  margin: 0;
}
.stuff-item .stuff-des .stuff-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
  /* float: left; */
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.stuff-item .stuff-rate {
  font-size: 0.8rem;
}
.stuff-item .stuff-rate i {
  color: gold;
}
.stuff-item .status-label {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  background-color: #fff;
}
.stuff-item .price-box {
  font-size: 1rem;
  padding: 5px 0;
  margin-top: 1rem;
  border-top: 1px solid var(--bs-primary);
}
.stuff-item .price-box .unit {
  display: inline-block;
  font-size: 0.9rem;
}
.stuff-item .more-btn {
  width: 100%;
  border-radius: 1rem;
}
.stuff-item:hover h2 {
  color: var(--bs-primary);
}
.stuff-item:hover .stuff-btn {
  background: var(--bs-primary);
  transform: rotate(35deg);
}
.stuff-item:hover svg path {
  fill: #fff;
}

.price-filter .price-slider-bg {
  padding: 0 20px 0 0;
}
.price-filter .price-slider-bg .price-slider {
  height: 7px;
  border: none;
  position: relative;
  background: var(--bs-primary);
  border-radius: 5px;
}
.price-filter .price-slider-bg .price-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  top: -7px;
  position: absolute;
  background: var(--bs-secondary);
  border-radius: 50%;
  cursor: pointer;
}
.price-filter .price-slider-bg .price-slider .ui-slider-handle .arrow {
  position: absolute;
  top: 0;
  width: 12px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
}
.price-filter .price-value-container {
  margin-top: 20px;
}

.basket-qty-container {
  margin: 5px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 0.9em;
  border-radius: 7px;
  border: 1px solid gray;
}
.basket-qty-container .col {
  padding: 0px 10px;
  cursor: pointer;
}
.basket-qty-container .col[plus-cart], .basket-qty-container .col[minus-cart], .basket-qty-container .col[remove-icon] {
  padding: 15px 10px;
}

.stuff.details .stuff-contact {
  position: relative;
  text-align: left;
  margin-top: 100px;
}
.stuff.details .stuff-contact .contact {
  width: 72%;
  background: #fff;
  text-align: center;
  border: 1px solid;
  position: absolute;
  padding: 30px 20px 15px 30px;
  top: 45px;
}
.stuff.details .stuff-contact .contact span {
  color: #5D5C5C;
  font-size: 0.8rem;
}
.stuff.details .stuff-contact .contact p {
  line-height: 2.3;
}
.stuff.details .content-wrapper .phone-box {
  font-size: 0.9rem;
  letter-spacing: 1px;
  background: var(--bs-primary);
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.stuff.details .content-wrapper .phone-box a {
  vertical-align: -webkit-baseline-middle;
}
.stuff.details .content-wrapper .phone-box svg {
  animation: pzv-phone-animation 1.2s ease-in-out 0s infinite normal none running;
}
.stuff.details .stuff-top {
  position: relative;
  margin-top: 45px;
}
.stuff.details .stuff-actions {
  position: absolute;
  right: 3rem;
  top: 3rem;
  font-size: 1.4rem;
  z-index: 2;
}
.stuff.details .stuff-actions .like {
  cursor: pointer;
}
.stuff.details .stuff-actions .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.stuff.details .stuff-actions .like.liked:after {
  font-weight: bold;
  color: red;
}
.stuff.details .stuff-actions .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.stuff.details .img-zoom-container {
  position: relative;
}
.stuff.details .img-zoom-container:before {
  content: "";
  width: 100px;
  height: 160px;
  background: url(../../Images/Dot-Grid.png);
  position: absolute;
  right: -27px;
  z-index: -1;
  top: -53px;
}
.stuff.details .img-zoom-container > img {
  border-radius: 0;
}
.stuff.details #gallery-thumbnails {
  border-radius: 7px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: auto;
}
.stuff.details #gallery-thumbnails a {
  border: 1px solid #e0e0e6;
}
.stuff.details .stuff-des {
  font-size: 0.9rem;
}
.stuff.details .stuff-des .code span {
  font-family: Arial;
}
.stuff.details .stuff-des .brand a {
  color: var(--bs-primary);
  font-weight: bold;
}
.stuff.details .stuff-des .table-responsive table {
  width: 430px;
  max-width: 100%;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
}
.stuff.details .stuff-des .table-responsive table .thead td {
  background: #123F58 !important;
  color: #fff;
  font-size: 1rem;
  border: none;
}
.stuff.details .stuff-des .table-responsive table tr:nth-child(odd) td {
  background: #F4F4FC;
}
.stuff.details .stuff-des h1 {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
}
.stuff.details .stuff-des .title-en {
  direction: ltr;
  font-size: 0.7rem;
  color: #c3c3ce;
  position: relative;
}
.stuff.details .stuff-des .title-en span {
  background: white;
  color: #81858b;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}
.stuff.details .stuff-des .title-en:after {
  content: "";
  height: 1px;
  background: #e9e9e9;
  width: 100%;
  position: absolute;
  right: 0;
  top: 9px;
}
.stuff.details .stuff-des .summary {
  font-size: 1rem;
}
.stuff.details .stuff-des .summary b, .stuff.details .stuff-des .summary strong {
  color: black;
}
.stuff.details .stuff-des .rate-and-comment-sesction .stuff-rate i {
  color: gold;
}
.stuff.details .stuff-des .rate-and-comment-sesction .stuff-rate span {
  font-size: 0.7rem;
  color: #c3c3ce;
}
.stuff.details .stuff-des .rate-and-comment-sesction a {
  color: var(--bs-primary);
  font-size: 0.8rem;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background: #cfcfd8;
  display: inline-block;
  border-radius: 0;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item:last-child:after {
  display: none;
}
.stuff.details .stuff-des ul {
  list-style: none;
  padding-right: 0;
  margin-top: 0;
}
.stuff.details .mobile-buy-section {
  display: none;
}
.stuff.details .sibling-container .title {
  display: inline-block;
  position: relative;
  margin: 10px 0 40px;
}
.stuff.details .sibling-container .title:after {
  content: "";
  width: calc(100% + 30px);
  position: absolute;
  right: 0;
  bottom: -5px;
  border-bottom: 3px solid var(--bs-primary);
}
.stuff.details .buy-information.sticky {
  top: 120px;
}
.stuff.details .buy-information-container {
  background: #f7f7f8;
  padding: 15px;
  border-radius: 7px;
  border: 1px solid #e0e0e6;
  font-size: 0.85rem;
  margin-top: 10px;
}
.stuff.details .buy-information-container .form-select {
  font-size: 0.8rem;
}
.stuff.details .buy-information-container label {
  font-weight: bold;
}
.stuff.details .buy-information-container .form-group {
  margin-bottom: 10px;
}
.stuff.details .buy-information-container .slogans {
  line-height: 22px;
  margin: 10px 0;
  font-weight: 500;
  font-size: 0.8rem;
}
.stuff.details .buy-information-container .add-to-cart .value {
  font-weight: bold;
  font-size: 1.3rem;
}
.stuff.details .buy-information-container .spec-title {
  color: #a39595;
  font-weight: normal;
}
.stuff.details .buy-information-container .price-information .discount {
  font-size: 1rem;
}
.stuff.details .buy-information-container .price-information .discount del {
  font-size: 0.9rem;
  color: gray;
}
.stuff.details .buy-information-container .price-information .discount .discount-percent {
  background: red;
  padding: 1px 10px;
  margin-right: 5px;
  border-radius: 15px;
  color: white;
  font-size: 0.8rem;
}
.stuff.details .buy-information-container .price-information .discounted-price {
  font-size: 1.2rem;
  margin: 5px 0;
  font-weight: bold;
}
.stuff.details .buy-information-container .buying-options-item {
  border: 1px solid #e0e0e6;
  padding: 2px 3px;
  border-radius: 3px;
  text-align: center;
  margin: 5px 2px;
  cursor: pointer;
  display: block;
}
.stuff.details .buy-information-container .buying-options-item:first-child {
  margin-right: 0;
}
.stuff.details .buy-information-container .buying-options-item.selected {
  background: var(--bs-primary);
  color: white;
  box-shadow: -2px 2px 6px 0px #e7e7e7;
}
.stuff.details .buy-information-container .colors .color-group .group-title {
  margin-bottom: 15px;
  font-weight: bold;
}
.stuff.details .buy-information-container .colors .color-group .color {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid white;
}
.stuff.details .buy-information-container .colors .color-group .color.selected {
  border: 4px solid var(--bs-primary);
  position: relative;
}
.stuff.details .buy-information-container .colors .color-group .color.selected:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 4px;
  right: 7px;
  color: white;
}
.stuff.details .buy-information-container .colors .color-group .color.selected.light-color:after {
  color: black;
}
.stuff.details .buy-information-container.not-available {
  background: white;
  color: #767790;
}
.stuff.details .buy-information-container.not-available .not-available-text {
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  color: #767790;
}
.stuff.details .buy-information-container.not-available .not-available-text span {
  background: white;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.stuff.details .buy-information-container.not-available .not-available-text:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: 50%;
  background: #767790;
}
.stuff.details .stuff-tab {
  background: #fff;
  margin: 0 0 3rem;
  position: relative;
  border-radius: 1.8rem;
}
.stuff.details .nav {
  background: white;
  position: sticky;
  top: 60px;
  z-index: 3;
}
.stuff.details .nav li {
  margin-bottom: 0;
}
.stuff.details .nav li .nav-link {
  border-radius: 0;
  color: #767790;
  position: relative;
  padding: 8px 10px;
}
.stuff.details .nav li .nav-link.active {
  color: var(--bs-primary);
  font-weight: bold;
  background: none;
}
.stuff.details .nav li .nav-link.active:after {
  content: "";
  border-bottom: 4px solid var(--bs-primary);
  border-radius: 10px 10px 0 0;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.stuff.details .content-title {
  display: inline-block;
  position: relative;
  margin: 10px 0 40px;
}
.stuff.details .content-title:after {
  content: "";
  width: calc(100% + 30px);
  position: absolute;
  right: 0;
  bottom: -5px;
  border-bottom: 3px solid var(--bs-primary);
}
.stuff.details .scrollspy-content p {
  line-height: 2;
}
.stuff.details #spec-section .table .spec-table-col {
  font-weight: normal;
  width: 250px;
  color: #767790;
}
.stuff.details #download-section table tr th {
  width: 15%;
}
.stuff.details #download-section table tr th.Name {
  width: 40%;
}
.stuff.details #download-section table tr td:nth-of-type(1) {
  color: var(--bs-primary);
}
.stuff.details #faq-section .questions .icon {
  margin-left: 18px;
}
.stuff.details #faq-section .questions .icon i {
  border: 2px solid var(--bs-primary);
  padding: 3px 6px;
  border-radius: 5px;
  color: var(--bs-primary);
}
.stuff.details #faq-section .answer {
  color: #5a5c7a;
  margin: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.stuff.details #faq-section .answer .answer-title {
  margin-top: 3px;
  margin-left: 20px;
}
.stuff.details #faq-section .answer:last-child {
  border: none;
}
.stuff.details [more-content] {
  display: none;
}

@media (max-width: 1200px) {
  .stuff.list .search-info .row div:first-child .stuff-item, .stuff.list .search-info .row div:nth-child(4n) .stuff-item {
    border: 1px solid #f1f2f4;
    border-right: none;
  }
  .stuff.list .search-info .row div:nth-child(3n) .stuff-item {
    border: 1px solid #f1f2f4;
    border-left: none;
  }
}
@media (max-width: 991px) {
  .filter-items-container {
    position: fixed;
    top: 120%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: white;
    z-index: 10;
    transition: 0.3s all;
    overflow: auto;
    max-height: 100vh;
  }
  .filter-items-container .filters-container {
    position: relative;
    top: 0;
    border: none;
  }
  .filter-items-container.open-filter {
    top: 0;
  }

  .toggle-filter {
    display: inline-block;
  }

  .display-priority {
    margin-bottom: 1rem;
  }

  .stuff.details .buy-information {
    position: fixed;
    background: #f7f7f8;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 3px 15px black;
  }
  .stuff.details .buy-information.sticky {
    display: none;
  }
  .stuff.details .buy-information.top-up-navigation {
    bottom: 61px;
  }
  .stuff.details .buy-information .mobile-buy-section {
    display: block;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e6;
    margin: 0 5px;
    position: relative;
    top: -5px;
  }
  .stuff.details .buy-information .mobile-buy-section .icon {
    background: #0d6efd;
    padding: 5px;
    color: white;
    border-radius: 5px;
    float: left;
    cursor: pointer;
  }
  .stuff.details .buy-information .buy-information-section {
    margin-bottom: -100%;
    transition: 0.3s all;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container {
    margin: 0;
    border: none;
    border-radius: 0;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .price-information .add-to-cart-container {
    display: flex;
    flex-direction: row-reverse;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .price-information .add-to-cart-container > div {
    flex: 1;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .colors .color-group .group-title {
    margin: 0;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .options-container {
    display: flex;
    flex-wrap: wrap;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .options-container .options-item {
    flex: 1;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .warranties {
    margin-bottom: 10px;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .slogans, .stuff.details .buy-information .buy-information-section .buy-information-container [data-type=PositiveAndNegative] {
    display: none;
  }
  .stuff.details .buy-information.open .mobile-buy-section .icon {
    transform: rotate(180deg);
  }
  .stuff.details .buy-information.open .buy-information-section {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .display-priority .title {
    display: none;
    cursor: pointer;
  }
  .display-priority .priority-container {
    position: fixed;
    z-index: 10;
    bottom: -100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px #717171;
    border-radius: 15px 15px 0 0;
    transition: 0.3s all;
  }
  .display-priority .priority-container.open-priority {
    bottom: 0;
  }
  .display-priority .priority-container .priority-title {
    padding: 5px 10px;
    font-size: 1rem;
    display: block;
  }
  .display-priority .priority-container .button {
    display: block;
    border-bottom: 1px solid #f1f1f1;
  }
  .display-priority .priority-container .button.selected:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: left;
  }
  .display-priority .toggle-priority {
    display: inline-block;
    cursor: pointer;
  }
  .display-priority .toggle-priority i {
    vertical-align: middle;
    font-size: 1rem;
  }

  .top-up-navigation .priority-container.open-priority {
    bottom: 61px;
  }

  .img-zoom-lens, .img-zoom-result {
    display: none;
  }

  .stuff.details .stuff-top {
    padding-top: 30px;
    margin-top: 0;
  }
  .stuff.details .stuff-des h1 {
    position: absolute;
    top: -20px;
  }
  .stuff.details .stuff-actions {
    position: relative;
    right: auto;
    top: auto;
    text-align: left;
    margin-bottom: 10px;
  }
  .stuff.details .stuff-actions .like, .stuff.details .stuff-actions .share-btn {
    display: inline-block !important;
  }
  .stuff.details #gallery-thumbnails {
    text-align: center;
  }
  .stuff.details #download-section table tr th {
    display: none;
    width: auto;
  }
  .stuff.details #download-section table tr th.Name {
    width: auto;
  }
  .stuff.details #download-section table tr td {
    display: block;
    border-width: 1px;
  }
  .stuff.details #download-section table tr td:nth-of-type(1) {
    text-align: center;
    font-weight: bold;
  }
  .stuff.details .img-zoom-container {
    text-align: center;
    max-height: 300px;
    overflow: hidden;
  }
  .stuff.details .img-zoom-container:before {
    display: none;
  }
  .stuff.details .img-zoom-container #photoZoom {
    width: 100%;
  }

  .display-priority .stuff-count {
    padding-top: 0;
  }
}
@media (max-width: 650px) {
  .stuff.details .stuff-contact {
    margin-top: 30px;
    padding: 20px 15px 15px 15px;
  }
  .stuff.details .stuff-contact img {
    display: none;
  }
  .stuff.details .stuff-contact .contact {
    position: initial;
    width: 100%;
    padding: 20px 15px 15px 15px;
  }
}
@media (max-width: 576px) {
  .stuff.details .nav {
    border-bottom: 1px solid #e9e9e9;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .stuff.details .nav .nav-item {
    flex: 1 0 auto;
  }
}
/*****Shared**********/
body.cart .empty-cart {
  text-align: center;
}
body.cart .title-wrapper h1 {
  font-size: 2.3em;
  margin-top: 28px;
  margin-bottom: 6px;
}
body.cart .inner-page-header .links-wrapper {
  float: left;
  margin-bottom: 15px;
}
body.cart .footer {
  position: relative;
  margin-top: 25px;
}
body.cart .footer .back-button {
  position: absolute;
  top: 0;
  left: 0;
}
body.cart .footer .button-wrapper .btn {
  min-width: 220px;
}
body.cart .footer .step-indicator {
  padding: 5px 0;
}
body.cart .footer .step-indicator .indicator {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #b3b3b3;
  display: inline-block;
  margin: 1px;
}
body.cart .footer .step-indicator .indicator.active {
  background: var(--bs-primary);
}
body.cart .cart .actions {
  clear: both;
  float: left;
  margin-bottom: 8px;
  padding-top: 8px;
  border-top: 2px solid #dcdcdc;
}
body.cart .cart .actions .invoice {
  display: inline-block;
  margin-left: 8px;
  padding-left: 14px;
  border-left: 1px solid #ededed;
  padding-right: 35px;
  position: relative;
}
body.cart .cart .actions .invoice a {
  color: #444444;
}
body.cart .cart .actions .invoice a:hover {
  color: black;
}
body.cart .cart .actions .invoice:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: -5px;
  top: 3px;
}
body.cart .cart .actions .invoice.fax:after {
  background: url("/Images/fax-print.svg") no-repeat;
}
body.cart .cart .actions .invoice.print:after {
  background: url("/Images/print.svg") no-repeat;
}
body.cart .cart .actions .invoice.download {
  padding-left: 0;
  border-left: none;
}
body.cart .cart .actions .invoice.download:after {
  background: url("/Images/download.svg") no-repeat;
}
body.cart .cart .items-group {
  clear: both;
  border-bottom: 1px solid #979797;
}
body.cart .cart .items-group .headers {
  height: 60px;
  background-color: #ededed;
  border-top: 1px solid #979797;
  border-left: 1px solid #979797;
  font-size: 0.857em;
  font-weight: bold;
}
body.cart .cart .items-group .headers .cell {
  text-align: center;
  border-right: 1px solid #979797;
  float: right;
  height: 100%;
}
body.cart .cart .items-group .headers .cell:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
body.cart .cart .items-group .headers .cell .content {
  display: inline-block;
  vertical-align: middle;
}
body.cart .cart .items-group .headers .index {
  width: 49px;
}
body.cart .cart .items-group .headers .image {
  width: 87px;
}
body.cart .cart .items-group .headers .title-and-specs {
  padding: 0 15px;
  width: 259px;
}
body.cart .cart .items-group .headers .size {
  width: 150px;
}
body.cart .cart .items-group .headers .price {
  width: 128px;
  padding: 0 30px;
}
body.cart .cart .items-group .headers .count {
  width: 107px;
  text-align: center;
  padding: 0 9px;
}
body.cart .cart .items-group .headers .count input {
  width: 100%;
  text-align: center;
  border: 1px solid #888888;
  border-radius: 8px;
}
body.cart .cart .items-group .headers .count input:focus {
  outline: none;
  border-color: var(--bs-primary);
  box-shadow: 0 0 5px var(--bs-primary);
}
body.cart .cart .items-group .headers .discount {
  width: 78px;
}
body.cart .cart .items-group .headers .total {
  width: 121px;
  padding: 0 30px;
}
body.cart .cart .items-group .headers .discounted-total {
  width: 121px;
  padding: 0 10px;
}
body.cart .cart .items-group .headers .delete {
  width: 39px;
  background: #f5716e;
  color: white;
  border-bottom: 1px solid white;
}
body.cart .cart .items-group .cart-item {
  width: 100%;
  height: 100px;
  border-left: 1px solid #979797;
}
body.cart .cart .items-group .cart-item:before {
  content: " ";
  display: table;
}
body.cart .cart .items-group .cart-item:after {
  content: " ";
  clear: both;
  display: table;
}
body.cart .cart .items-group .cart-item .cell-group {
  float: right;
  height: 100%;
}
body.cart .cart .items-group .cart-item .cell-group.price-info {
  font-size: 1.285em;
}
body.cart .cart .items-group .cart-item .cell-group .cell {
  border-top: 1px solid #979797;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #979797;
  height: 100%;
  float: right;
}
body.cart .cart .items-group .cart-item .cell-group .cell .sub-title {
  display: none;
}
body.cart .cart .items-group .cart-item .cell-group .index {
  width: 49px;
  font-size: 1.285em;
}
body.cart .cart .items-group .cart-item .cell-group .image {
  width: 87px;
  padding: 8px;
  vertical-align: middle;
  height: 100%;
  position: relative;
}
body.cart .cart .items-group .cart-item .cell-group .image.modal-link {
  cursor: pointer;
}
body.cart .cart .items-group .cart-item .cell-group .image .image-wrapper {
  position: relative;
}
body.cart .cart .items-group .cart-item .cell-group .image .image-wrapper > img {
  width: 100%;
}
body.cart .cart .items-group .cart-item .cell-group .image .image-wrapper .overlay {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  vertical-align: middle;
  top: 0;
  right: 0;
  display: inline-block;
}
body.cart .cart .items-group .cart-item .cell-group .image .image-wrapper .overlay img {
  margin-top: 25px;
}
body.cart .cart .items-group .cart-item .cell-group .image:hover .overlay {
  opacity: 1;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs {
  font-weight: bold;
  text-align: right;
  padding: 0 15px;
  width: 259px;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs .title {
  font-size: 0.928em;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs .specs {
  font-size: 0.857em;
  color: #888;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs .specs span {
  padding: 0 5px;
  border-left: 1px solid #888;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs .specs span:first-child {
  padding-right: 0;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs .specs span:last-child {
  border-left: none;
}
body.cart .cart .items-group .cart-item .cell-group .size {
  width: 150px;
}
body.cart .cart .items-group .cart-item .cell-group .size .content {
  direction: ltr;
}
body.cart .cart .items-group .cart-item .cell-group .actions {
  display: none;
}
body.cart .cart .items-group .cart-item .cell-group .price {
  width: 128px;
}
body.cart .cart .items-group .cart-item .cell-group .count {
  width: 107px;
  text-align: center;
  padding: 0 9px;
}
body.cart .cart .items-group .cart-item .cell-group .count input {
  font-size: 0.9em;
  width: 100%;
  text-align: center;
  border: 1px solid #888888;
  border-radius: 8px;
  direction: ltr;
}
body.cart .cart .items-group .cart-item .cell-group .count input:focus {
  outline: none;
  border-color: var(--bs-primary);
  box-shadow: 0 0 5px var(--bs-primary);
}
body.cart .cart .items-group .cart-item .cell-group .discounts {
  width: 78px;
}
body.cart .cart .items-group .cart-item .cell-group .discounts .discount {
  padding: 5px;
}
body.cart .cart .items-group .cart-item .cell-group .discounts .discount.selected {
  font-weight: bold;
  color: #2b6bb4;
  text-decoration: underline;
  padding: 5px;
}
body.cart .cart .items-group .cart-item .cell-group .total {
  width: 121px;
}
body.cart .cart .items-group .cart-item .cell-group .discounted-total {
  width: 121px;
}
body.cart .cart .items-group .cart-item .cell-group .delete {
  width: 39px;
  background-color: #f5716e;
  border-top: none;
  color: white;
}
body.cart .cart .items-group .cart-item .cell-group .delete .content {
  padding: 0 5px;
  cursor: pointer;
}
body.cart .cart .costs {
  text-align: center;
  margin-right: 545px;
  width: 556px;
}
body.cart .cart .costs > div:before {
  content: " ";
  display: table;
}
body.cart .cart .costs > div:after {
  content: " ";
  clear: both;
  display: table;
}
body.cart .cart .costs .cell {
  float: right;
  height: 55px;
}
body.cart .cart .costs .cell.i1 {
  font-size: 1.142em;
  width: 313px;
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797;
  font-weight: bold;
}
body.cart .cart .costs .cell.i2 {
  font-size: 1.275em;
  width: 243px;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
body.cart .cart .costs .cell.i3 {
  font-size: 1.275em;
}
body.cart .cart .costs .cell label {
  font-weight: bold;
}
body.cart .cart .costs .total .cell.i2 {
  width: 121px;
}
body.cart .cart .costs .total .cell.i3 {
  width: 122px;
  border: 1px solid #979797;
  border-top: none;
}
body.cart .cart .costs .vat .cell.i1 {
  border-bottom: none;
}
body.cart .cart .costs .vat .cell.i2 {
  border-bottom: none;
  border-left: 1px solid #979797;
}
body.cart .cart .costs .payable {
  background: #cffdde;
}
body.cart .cart .costs .payable .cell {
  color: #019875;
}
body.cart .cart .costs .payable .cell.i1 {
  border: 1px solid #019828;
  border-left: none;
}
body.cart .cart .costs .payable .cell.i2 {
  border: 1px solid #019828;
  font-family: IranSansWeb;
  font-weight: bold;
}
body.cart .cart .costs-mobile {
  display: none;
}
body.cart .cart-footer {
  text-align: left;
  margin-top: 15px;
}

@media (max-width: 1200px) {
  body.cart .cart .actions .invoice.print {
    display: none;
  }
  body.cart .cart .items-group {
    border-bottom: none;
  }
  body.cart .cart .items-group .v-center:before {
    display: none;
  }
  body.cart .cart .items-group .headers {
    display: none;
  }
  body.cart .cart .items-group .cart-item {
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin-bottom: 10px;
    min-height: 100px;
    height: auto;
    border: none;
    font-size: 1em;
    overflow: hidden;
  }
  body.cart .cart .items-group .cart-item .cell-group {
    display: block;
    float: none;
    height: auto;
  }
  body.cart .cart .items-group .cart-item .cell-group .cell {
    border: none;
    width: auto;
    height: auto;
    display: block;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info {
    background: white;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .index {
    display: none;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .image {
    float: right;
    width: 100px;
    cursor: auto;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .image .overlay {
    display: none;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .title-and-specs {
    font-size: 1em;
    margin-top: 1em;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .actions {
    clear: none;
    border-top: none;
    float: left;
    padding-left: 20px;
    padding-top: 0;
    display: block;
    margin: 15px 0 15px 0;
    text-align: center;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .actions .detail-page-w {
    margin-bottom: 6px;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .actions .detail-page-w a {
    font-size: 0.875em;
    color: #888888;
    cursor: pointer;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .actions .btn-sm {
    border-radius: 25px;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info {
    background: #fafafa;
    border-top: 1px solid #ededed;
    padding: 16px 0;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell {
    display: inline-block;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell .sub-title {
    display: block;
    font-weight: bold;
    font-size: 0.667em;
    color: #888;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.size {
    width: 10%;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.price {
    width: 18%;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.count {
    width: 14%;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.discounts {
    width: 14%;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.total {
    width: 22%;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.discounted-total {
    width: 22%;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.delete {
    display: none;
  }
  body.cart .cart .costs {
    display: none;
  }
  body.cart .cart .costs-mobile {
    display: block;
  }
  body.cart .cart .costs-mobile .group-row.i1 {
    border: 1px solid #888888;
    background: #dcdcdc;
    border-radius: 8px;
    padding: 8px;
    margin-top: 15px;
  }
  body.cart .cart .costs-mobile .group-row.i1 .row {
    text-align: center;
  }
  body.cart .cart .costs-mobile .group-row.i1 .row.i1 {
    color: #2b6bb4;
  }
  body.cart .cart .costs-mobile .group-row.i1 .row.i1 .checkbox {
    display: inline-block;
    margin: 0 15px;
  }
  body.cart .cart .costs-mobile .group-row.i1 .row.i1 .no-wrap .title {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    padding-right: 30px;
  }
  body.cart .cart .costs-mobile .group-row.i1 .row.i1 .no-wrap .title:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: -5px;
    top: 3px;
    background: url("/Images/tax.png") no-repeat;
  }
  body.cart .cart .costs-mobile .group-row.i1 .row.i1 .no-wrap .value {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 15px;
  }
  body.cart .cart .costs-mobile .group-row.i1 .row.i2 .total {
    display: inline-block;
  }
  body.cart .cart .costs-mobile .group-row.i1 .row.i2 .total .title {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    padding-right: 30px;
  }
  body.cart .cart .costs-mobile .group-row.i1 .row.i2 .total .title:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: -5px;
    top: 3px;
    background: url("/Images/discount.png") no-repeat;
  }
  body.cart .cart .costs-mobile .group-row.i1 .row.i2 .total .value {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 15px;
    min-width: 125px;
  }
  body.cart .cart .costs-mobile .group-row.i1 .row.i2 .total.discounted .title:before {
    background: url("/Images/factor.png") no-repeat;
  }
  body.cart .cart .costs-mobile .payable {
    margin-top: 15px;
    text-align: center;
    font-size: 1.3em;
    color: #019875;
    font-weight: bold;
    border: 1px solid #019828;
    background: #cffdde;
    border-radius: 8px;
    padding: 8px;
  }
  body.cart .cart .costs-mobile .payable .title {
    display: inline-block;
  }
  body.cart .cart .costs-mobile .payable .value {
    display: inline-block;
    padding: 0 25px;
  }
}
@media (max-width: 550px) {
  body.cart h1 {
    text-align: center;
  }
  body.cart .inner-page-header .links-wrapper {
    text-align: center;
    float: none;
  }
  body.cart .inner-page-header .links-wrapper .btn {
    margin-right: 40px;
    margin-left: 40px;
    display: inline-block;
    margin-top: 8px;
  }
  body.cart .inner-page-header .actions {
    text-align: center;
  }
  body.cart .inner-page-header .actions .invoice {
    margin-right: 40px;
    margin-left: 40px;
    padding-left: 0;
    border-left: none;
  }
  body.cart .cart .actions {
    float: none;
    text-align: center;
    border: none;
  }
  body.cart .cart .actions .invoice {
    margin: 0 10%;
    padding-left: 0;
    border: none;
  }
  body.cart .cart .actions .invoice.download {
    border-top: 2px solid #dcdcdc;
    margin-top: 6px;
    padding-top: 6px;
  }
  body.cart .cart .items-group .v-center:before {
    display: inline-block;
  }
  body.cart .cart .items-group .cart-item {
    position: relative;
    padding-bottom: 60px;
    background: #fafafa;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .title-and-specs {
    float: none;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .title-and-specs:before {
    display: none;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .title-and-specs .content {
    display: block;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .actions {
    position: absolute;
    bottom: -3px;
    width: 100%;
    float: none;
    padding: 15px;
    margin: 0;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .actions .detail-page-w {
    width: 50%;
    float: left;
    height: 3em;
    margin-bottom: 0;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .actions .detail-page-w a.modal-link {
    font-size: 0.85em;
    margin-bottom: 0;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .actions .delete-w {
    width: 50%;
    float: right;
  }
  body.cart .cart .items-group .cart-item .cell-group.general-info .actions .delete-w a.btn {
    font-size: 0.85em;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell {
    border-bottom: 1px dashed #ededed;
    height: 75px;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.size {
    width: 50%;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.price {
    width: 50%;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.count {
    width: 50%;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.count input {
    width: 50%;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.discounts {
    width: 50%;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.total {
    width: 50%;
  }
  body.cart .cart .items-group .cart-item .cell-group.price-info .cell.discounted-total {
    width: 50%;
  }
  body.cart .footer .button-wrapper {
    text-align: right;
  }
  body.cart .footer .button-wrapper .btn {
    min-width: 150px;
  }
}
@media (max-width: 411px) {
  body.cart .links-wrapper {
    text-align: center;
  }
  body.cart .links-wrapper .btn {
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    margin-top: 8px;
  }
  body.cart .inner-page-header .actions {
    text-align: center;
  }
  body.cart .inner-page-header .actions .invoice {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 0;
    border-left: none;
  }
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 1s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.cart-submit.modal .modal-content .modal-body {
  position: relative;
  z-index: 1;
  padding: 20px 40px 0 40px;
  text-align: center;
}
.cart-submit.modal .modal-content .modal-body .cart.active .payable {
  font-size: 2.5em;
  color: var(--bs-primary);
  font-weight: bold;
  margin-top: 40px;
}
.cart-submit.modal .modal-content .modal-body .payment-type .title {
  font-size: 1.2em;
  margin-top: 30px;
  color: #888888;
}
.cart-submit.modal .modal-content .modal-body .payment-type .radio-list {
  text-align: right;
  display: inline-block;
}
.cart-submit.modal .modal-content .modal-body.step-1 .footer .back-button {
  display: none;
}
.cart-submit.modal .modal-content .modal-body.step-2 .payment-type > .title {
  display: none;
}
.cart-submit.modal .modal-content .modal-body.step-2 .payment-type .radio-list {
  margin-top: 30px;
}
.cart-submit.modal .modal-content .modal-body.step-2 .radio {
  display: none;
}
.cart-submit.modal .modal-content .modal-body.step-2 .radio.active {
  display: block;
  color: var(--bs-primary);
}
.cart-submit.modal .modal-content .modal-body.step-2 .hint {
  padding: 25px 0;
  font-size: 1.2em;
}
.cart-submit.modal .modal-content .modal-body.step-2 .credit-payment-description {
  resize: none;
  border-radius: 10px;
  height: 120px;
}
.cart-submit.modal .modal-content .modal-body.step-3 > .title {
  font-size: 1.2em;
  color: #888888;
}
.cart-submit.modal .modal-content .modal-body.step-3 .radio-list {
  display: block;
  text-align: right;
}
.cart-submit.modal .modal-content .modal-body.step-3 .address-form {
  text-align: right;
}
.cart-submit.modal .modal-content .modal-body.step-3 .address-form .form-control {
  border-radius: 10px;
  font-size: 1em;
}
.cart-submit.modal .modal-content .modal-body label {
  font-weight: normal;
}
.cart-submit.modal .modal-content .modal-body .modal-header {
  padding: 0;
}
.cart-submit.modal .modal-content .modal-body .modal-header .title {
  font-size: 2em;
  text-align: center;
}
.cart-submit.modal .modal-content .modal-body .empty-cart > .title {
  font-size: 1.3em;
  font-weight: bold;
  color: #60d3db;
  margin: 35px 0;
}
.cart-submit.modal .modal-content .modal-body .empty-cart .p1 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: justify;
  line-height: 1.9em;
}
.cart-submit.modal .modal-content .modal-body .empty-cart .p2 {
  text-align: justify;
}
.cart-submit.modal .modal-content .modal-body.invoice-submitted .h1 {
  color: var(--bs-primary);
}
.cart-submit.modal .modal-content .modal-body.invoice-submitted .hint {
  font-size: 1.1em;
  color: #888888;
  width: 210px;
  margin: 25px auto;
}
.cart-submit.modal .modal-content .modal-body.invoice-submitted .description {
  font-size: 1.1em;
  font-weight: bold;
  width: 292px;
  margin: auto;
}
.cart-submit.modal .modal-content .modal-body.invoice-submitted .description .invoice-id {
  color: var(--bs-primary);
}
.cart-submit.modal .modal-content .modal-body.invoice-submitted .button-wrapper {
  margin: 32px 0;
}
.cart-submit.modal .modal-content .modal-body.invoice-submitted .button-wrapper .btn {
  min-width: 220px;
}
.cart-submit.modal .modal-content .shipping-address {
  margin-top: 45px;
}
.cart-submit.modal .modal-content .shipping-address:before {
  content: " ";
  display: table;
}
.cart-submit.modal .modal-content .shipping-address:after {
  content: " ";
  clear: both;
  display: table;
}
.cart-submit.modal .modal-content .shipping-address .address-titles {
  float: right;
  width: 30%;
}
.cart-submit.modal .modal-content .shipping-address .address-titles .title {
  padding: 25px 10px;
  background: #f5f5f1;
  border: 1px solid #dddddd;
  text-align: center;
  border-left-color: #f5f5f1;
  border-radius: 0 8px 8px 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-right: 15px;
}
.cart-submit.modal .modal-content .shipping-address .address-titles .title.selected {
  cursor: auto;
  font-weight: bold;
  margin-right: 0;
}
.cart-submit.modal .modal-content .shipping-address .address-titles .title + .title {
  margin-top: 8px;
  color: gray;
}
.cart-submit.modal .modal-content .shipping-address .address-form {
  padding: 25px;
  background: #f5f5f1;
  border: 1px solid #dddddd;
  border-radius: 8px 0 8px 8px;
  float: right;
  margin-right: -1px;
  position: relative;
  z-index: 1;
  text-align: right;
  width: 70%;
}
.cart-submit.modal .modal-content .shipping-address .address-form .select-wrapper {
  display: block;
}
.cart-submit.modal .modal-content .shipping-address .red {
  color: red;
}
.cart-submit.modal .modal-content .shipping-address .error {
  white-space: nowrap;
}

/*
@import this file directly into your existing Scss files to use these mixins
*/
.fade-enter-active, .fade-leave-active {
  transition: opacity 1s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

#invoice-modal .step-items {
  list-style: none;
  text-align: center;
  margin-bottom: 15px;
}
#invoice-modal .step-items .step-item {
  position: relative;
  padding: 5px 10px;
  border: 1px solid #e0e0e2;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  margin-left: 50px;
  font-size: 1rem;
  font-weight: 500;
}
#invoice-modal .step-items .step-item:last-child {
  margin: 0;
}
#invoice-modal .step-items .step-item:not(:last-child):after {
  content: "";
  height: 1px;
  background: #00a680;
  position: absolute;
  left: -51px;
  top: calc(50% - 1px);
  width: 50px;
}
#invoice-modal .step-items .step-item.active {
  background: var(--bs-primary);
  color: white;
}
#invoice-modal .step-items .step-item:hover {
  background: var(--bs-primary);
  color: white;
  opacity: 0.8;
}
#invoice-modal .cart-container .carts .cartItemGroup .cart-item {
  border-bottom: 1px solid #e0e0e2;
  padding: 10px 5px;
  line-height: 30px;
}
#invoice-modal .cart-container .carts .cartItemGroup .cart-item:last-child {
  border: 0;
}
#invoice-modal .cart-container .carts .cartItemGroup .cart-item .title {
  font-size: 1.2rem;
  margin: 0;
  font-weight: bold;
}
#invoice-modal .cart-container .carts .cartItemGroup .cart-item .value {
  font-weight: bold;
}
#invoice-modal .step-2 .selected-address label {
  color: #7e7e7e;
}
#invoice-modal .step-2 .selected-address p {
  margin: 0;
}
#invoice-modal .step-2 .selected-address .edit-address {
  font-size: 0.8em;
  color: var(--bs-primary);
}
#invoice-modal .step-2 .selected-address .edit-address:hover {
  color: var(--bs-secondary);
}
#invoice-modal .invoice-border {
  border-radius: 7px;
  border: 1px solid #e0e0e2;
  padding: 10px;
  overflow: hidden;
  line-height: 30px;
  font-size: 0.9rem;
}
#invoice-modal .getway-container {
  margin-bottom: 5px;
}
#invoice-modal .getway-container .getway-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid var(--bs-border-color);
  margin-left: 5px;
  margin-bottom: 5px;
  filter: grayscale(1);
}
#invoice-modal .getway-container .getway-item.active {
  filter: grayscale(0);
}
#invoice-modal .getway-container .getway-item img {
  width: 80px;
}
#invoice-modal .min-shippingCost-container .alert {
  padding: 1px 5px;
  text-align: center;
}

#secondInvoceiModal .modal-body {
  padding: 0;
  max-height: 500px;
  overflow: auto;
}
#secondInvoceiModal .address-item {
  padding: 10px;
  cursor: pointer;
}
#secondInvoceiModal .address-item:nth-child(2n+1) {
  background: #eee;
}
#secondInvoceiModal .address-item.active {
  background: gray;
  color: white;
}
#secondInvoceiModal .address-item:hover {
  background: var(--bs-secondary);
  color: white;
  opacity: 0.8;
}
#secondInvoceiModal .address-item p {
  margin: 0;
  font-size: 0.9em;
}
#secondInvoceiModal .address-form {
  padding: 10px;
}

.invoice.modal .modal-content {
  background: white;
  box-shadow: none;
  border: none;
  border-radius: unset;
}
.invoice.modal .modal-content .modal-body {
  position: relative;
  z-index: 1;
}
.invoice.modal .modal-content .modal-body.step-2 .invoice-content {
  height: 200px !important;
  filter: blur(3px);
  pointer-events: none;
}
.invoice.modal .modal-content .modal-body label {
  font-weight: normal;
}
.invoice.modal .modal-content .modal-body .header .logo-wrapper .logo {
  display: inline-block;
  margin-top: 15px;
  border-bottom: 1px dotted #c1c1c1;
  padding-bottom: 15px;
}
.invoice.modal .modal-content .modal-body .header .slogan {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 15px;
}
.invoice.modal .modal-content .modal-body .header .comment {
  font-size: 0.85em;
  font-weight: bold;
}
.invoice.modal .modal-content .modal-body .header .date-wrapper {
  text-align: left;
}
.invoice.modal .modal-content .modal-body .header .date-wrapper .date {
  display: inline-block;
  border-bottom: 1px dotted #c1c1c1;
  text-align: left;
}
.invoice.modal .modal-content .modal-body .buy-step-1 {
  position: relative;
}
.invoice.modal .modal-content .modal-body .buy-step-1 .invoice-overlay {
  position: absolute;
  width: 100%;
  height: 210px;
  z-index: 2;
  padding-top: 86px;
  border-radius: 7px;
}
.invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content {
  overflow: hidden;
  transition: 0.4s all cubic-bezier(0.65, 0.05, 0.36, 1);
}
.invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content .nav-tabs li {
  float: none;
  display: inline-block;
}
.invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content .nav-tabs li.active a {
  cursor: auto;
  color: red;
  font-weight: bold;
}
.invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content .nav-tabs li a {
  cursor: pointer;
}
.invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content .tab-content {
  padding: 15px;
  transition: all 0.3s;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content .nav-tabs {
  border-bottom: none;
}
.invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content .nav-tabs > li.active > a {
  background: #f5f5f1;
  margin-right: 0px;
}
.invoice.modal .modal-content .modal-body .empty-cart > .title {
  font-size: 1.3em;
  font-weight: bold;
  color: #60d3db;
  margin: 35px 0;
}
.invoice.modal .modal-content .modal-body .empty-cart .p1 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: justify;
  line-height: 1.9em;
}
.invoice.modal .modal-content .modal-body .empty-cart .p2 {
  text-align: justify;
}
.invoice.modal .modal-content .modal-body .empty-cart .nav {
  transform: translateZ(0);
}
.invoice.modal .modal-content .modal-body .empty-cart .nav .title {
  color: #d9ac06;
}
.invoice.modal .modal-content .modal-body .empty-cart .nav .categories .category {
  display: inline-block;
  width: 15%;
  cursor: pointer;
}
.invoice.modal .modal-content .modal-body .empty-cart .nav .categories .category img {
  width: 100%;
  transition: all 0.1s cubic-bezier(0.76, 0.07, 0.26, 0.94);
}
.invoice.modal .modal-content .modal-body .empty-cart .nav .categories .category:hover img {
  transform: scale(1.2);
}
.invoice.modal .modal-content .modal-body .splited-by-shipping-time .items-group {
  margin-top: 20px;
  padding: 10px;
}
.invoice.modal .modal-content .modal-body .cart .popover.visible {
  display: block;
}
.invoice.modal .modal-content .modal-body .cart .popover.alternatives {
  max-width: initial;
  font-size: 0.9em;
  width: 410px;
}
.invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content {
  max-height: 300px;
  overflow-y: auto;
  border-radius: 15px;
  padding: 5px 5px;
}
.invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item {
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
}
.invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item:before {
  content: " ";
  display: table;
}
.invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item:after {
  content: " ";
  clear: both;
  display: table;
}
.invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item .image {
  display: inline-block;
  width: 100px;
  border-radius: 8px;
  overflow: hidden;
  vertical-align: top;
}
.invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item .details {
  display: inline-block;
  margin-right: 15px;
  max-width: 238px;
}
.invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item .details .title-wrapper .title {
  font-weight: bold;
}
.invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item .details .title-wrapper hr {
  margin: 0;
}
.invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item.selected {
  cursor: auto;
}
.invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item.selected .image {
  padding: 2px;
}
.invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item.selected .image img {
  border-radius: 7px;
}
.invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item:hover {
  background: #d0d0d0;
}
.invoice.modal .modal-content .modal-body .cart .items-group {
  border-radius: 8px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .package-title {
  padding: 15px 0 10px 0;
  font-weight: bold;
}
.invoice.modal .modal-content .modal-body .cart .items-group .package-title .shipping-icon {
  /*@include icons-transfer-icon;*/
  margin-left: 10px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .shipping:before {
  content: " ";
  display: table;
}
.invoice.modal .modal-content .modal-body .cart .items-group .shipping:after {
  content: " ";
  clear: both;
  display: table;
}
.invoice.modal .modal-content .modal-body .cart .items-group .shipping .shipping-cost {
  float: left;
  width: 342px;
  margin-top: 15px;
  font-size: 0.9em;
}
.invoice.modal .modal-content .modal-body .cart .items-group .shipping .shipping-cost label {
  width: 100px;
  text-align: left;
  font-size: 0.9em;
  color: #6f6f6f;
}
.invoice.modal .modal-content .modal-body .cart .items-group .shipping .shipping-cost .value {
  font-weight: bold;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items {
  margin-top: 15px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper + .item-wrapper {
  margin-top: 15px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .replace-item {
  width: 65px;
  display: table-cell;
  vertical-align: middle;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .replace-item .replace-button {
  /*@include icons-refresh-icon();*/
  cursor: pointer;
  margin-left: 5px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item {
  display: table-cell;
  border-radius: 8px;
  padding: 2px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg {
  background: #efefef;
  border-radius: 8px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg > .image {
  display: table-cell;
  width: 150px;
  padding: 10px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg > .image img {
  width: 100%;
  border-radius: 8px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  text-align: right;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .title-wrapper {
  position: relative;
  margin-left: 15px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .title-wrapper .title {
  font-weight: bold;
  background: #efefef;
  z-index: 1;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .title-wrapper hr {
  position: absolute;
  top: 15px;
  width: 100%;
  border-bottom: 1px dotted #c1c1c1;
  margin: 0;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details label {
  font-weight: normal;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .actions {
  float: left;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .quantity-and-price {
  float: left;
  font-size: 0.9em;
  width: 215px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .quantity-and-price select {
  border: none;
  border-radius: 7px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 80px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .quantity-and-price label {
  width: 100px;
  text-align: left;
  font-size: 0.9em;
  color: #6f6f6f;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .quantity-and-price .value {
  font-weight: bold;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .actions .remove {
  padding: 3px 7px;
  cursor: pointer;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .actions .remove i {
  /*@include icons-delere-icon();*/
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options {
  font-size: 0.9em;
  float: right;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option .icon-wrapper {
  text-align: left;
  display: inline-block;
  width: 40px;
  margin-left: 5px;
  border-left: 1px dotted #cbcbcb;
  padding-left: 5px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option .color-indicator {
  /*@include icons-color-indicator;*/
  border-radius: 7px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option .icon {
  width: 34px;
  height: 25px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -586px no-repeat;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option .icon.on {
  /*@include icons-radio-selected;*/
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option.shipping .icon {
  /*@include icons-delivery-time;*/
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .package-items {
  clear: both;
  float: right;
  margin-top: 10px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .package-items .package-item {
  margin: 8px 5px 8px 10px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .package-items .package-item .image {
  display: inline-block;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .package-items .package-item .image img {
  border-radius: 6px;
  width: 100%;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .package-items .package-item .title {
  vertical-align: top;
  margin-right: 10px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item.package .bg {
  background: #fff5d9;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item.package .bg .details .title-wrapper .title {
  background: #fff5d9;
}
.invoice.modal .modal-content .modal-body .section-2 {
  margin-top: 15px;
}
.invoice.modal .modal-content .modal-body .section-2 .shipping {
  float: right;
  text-align: right;
  display: table;
}
.invoice.modal .modal-content .modal-body .section-2 .shipping div.icon-wrapper {
  display: table-cell;
  border-left: 1px solid white;
  padding: 0 44px 0 25px;
  vertical-align: middle;
}
.invoice.modal .modal-content .modal-body .section-2 .shipping div.icon-wrapper .shipping-icon {
  /*@include icons-transfer-icon;*/
}
.invoice.modal .modal-content .modal-body .section-2 .shipping .shipping-type {
  display: table-cell;
}
.invoice.modal .modal-content .modal-body .section-2 .shipping .shipping-type .radio {
  margin: 0;
}
.invoice.modal .modal-content .modal-body .section-2 .shipping .shipping-type .radio + .radio {
  margin-top: 3px;
}
.invoice.modal .modal-content .modal-body .section-2 .shipping .shipping-type label label {
  font-size: 0.7em;
  color: #6f6f6f;
}
.invoice.modal .modal-content .modal-body .section-2 .costs {
  float: left;
  width: 330px;
  text-align: right;
  font-size: 0.9em;
}
.invoice.modal .modal-content .modal-body .section-2 .costs label {
  width: 170px;
  text-align: left;
  font-weight: normal;
  font-size: 0.9em;
  color: #6f6f6f;
}
.invoice.modal .modal-content .modal-body .section-2 .costs .value {
  font-weight: bold;
}
.invoice.modal .modal-content .modal-body .result {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #e0e0e0;
}
.invoice.modal .modal-content .modal-body .result:before {
  content: " ";
  display: table;
}
.invoice.modal .modal-content .modal-body .result:after {
  content: " ";
  clear: both;
  display: table;
}
.invoice.modal .modal-content .modal-body .result .total-title {
  font-size: 1.2em;
  font-weight: bold;
  float: right;
}
.invoice.modal .modal-content .modal-body .result .column.middle {
  float: left;
}
.invoice.modal .modal-content .modal-body .result .column.middle .total .value {
  color: red;
  font-weight: bold;
  font-size: 1.4em;
}
.invoice.modal .modal-content .modal-body .result .column.left {
  float: left;
}
.invoice.modal .modal-content .modal-body .result .column.left .print {
  float: left;
  margin-right: 25px;
  cursor: pointer;
}
.invoice.modal .modal-content .modal-body .result .column.left .print .icon {
  /*@include icons-print-icon;*/
}
.invoice.modal .modal-content .modal-body .change-to-best-or-worst {
  border-top: 2px dotted #af8109;
  margin-top: 30px;
  padding-top: 20px;
}
.invoice.modal .modal-content .modal-body .change-to-best-or-worst > .title {
  color: #af8109;
  font-weight: bold;
}
.invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice {
  font-size: 0.9em;
  margin-top: 15px;
}
.invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice:before {
  content: " ";
  display: table;
}
.invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice:after {
  content: " ";
  clear: both;
  display: table;
}
.invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice .column.right {
  float: right;
}
.invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice .column.right .cyan {
  color: var(--bs-secondary);
  font-weight: bold;
  font-size: 1.1em;
}
.invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice .column.right .final-price .value {
  color: var(--bs-secondary);
  font-weight: bold;
  font-size: 1.1em;
}
.invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice .column.left {
  float: left;
}
.invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice .column.left .print {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice .column.left .print .icon {
  /*@include icons-print-icon*/
}
.invoice.modal .modal-content .modal-body .invoices-chart {
  background: rgba(253, 253, 253, 0.9);
  margin-top: 35px;
  margin-bottom: 85px;
  padding: 18px 12px 75px 12px;
  border-radius: 7px;
}
.invoice.modal .modal-content .modal-body .invoices-chart > .title {
  font-weight: bold;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart-labels {
  margin-top: 25px;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart-labels:before {
  content: " ";
  display: table;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart-labels:after {
  content: " ";
  clear: both;
  display: table;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart-labels .chart-label {
  color: black;
  border-bottom: 1px dotted black;
  padding: 0 2px;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart-labels .chart-label.right {
  float: right;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart-labels .chart-label.left {
  float: left;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart {
  margin-top: 10px;
  position: relative;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-bg {
  position: relative;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-bg .right.part {
  position: absolute;
  right: 0;
  /*@include icons-big-slider-bg-right;*/
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-bg .left.part {
  padding-right: 12px;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-bg .left.part img {
  width: 100%;
  height: 40px;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .range-points {
  position: absolute;
  width: 100%;
  left: 0;
  top: 19px;
  padding: 0 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .range-points .points {
  position: relative;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .range-points .points .point {
  position: absolute;
  top: -8px;
  /*@include icons-slider-anchor-bullet;*/
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .range-points .points .point.min {
  left: 0;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .range-points .points .point.max {
  right: 0;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 110px;
  height: 19px;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points {
  position: relative;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text {
  position: absolute;
  top: 8px;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.even .price {
  margin-top: -80px;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.even .selected-indicator {
  top: -75px;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.odd .selected-indicator .icon {
  top: -35px;
  left: 27px;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .selected-indicator {
  position: absolute;
  width: 80px;
  left: -40px;
  top: 25px;
  line-height: 1.55em;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .selected-indicator .title {
  font-size: 0.9em;
  color: red;
  border-bottom: 1px dotted black;
  background: rgba(255, 255, 255, 0.6);
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .selected-indicator .icon {
  top: 65px;
  left: 28px;
  position: absolute;
  /*@include icons-chevron-down;*/
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .point {
  cursor: pointer;
  width: 34px;
  height: 34px;
  margin-left: -17px;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .point .icon {
  margin-left: 0;
  /*@include icons-slider-point;*/
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .point .selected-icon {
  /*@include icons-slider-point-hover;*/
  display: none;
  margin-left: -1px;
  margin-top: -10px;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .point:hover .icon {
  display: none;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .point:hover .selected-icon {
  display: inline-block;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .price {
  position: absolute;
  width: 100px;
  left: -50px;
  line-height: 1em;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .price .unit {
  font-size: 0.8em;
  color: #868686;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected {
  z-index: 2;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected .point {
  cursor: auto;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected .point .icon {
  display: none;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected .point .selected-icon {
  display: inline-block;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected .price {
  background: rgba(255, 255, 255, 0.6);
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected .price .value {
  color: red;
  font-weight: bold;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected.odd .price {
  margin-top: 25px;
}
.invoice.modal .modal-content .modal-body .invoice-sumbmitted > .title {
  font-size: 1.3em;
  font-weight: bold;
  color: #60d3db;
  margin: 35px 0;
  text-align: center;
}
.invoice.modal .modal-content .modal-body .invoice-sumbmitted .payment-section {
  text-align: right;
  padding: 15px;
  background: #f5f5f1;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.invoice.modal .modal-content .modal-body .invoice-sumbmitted .payment-section .payment-method > .title {
  color: yellow;
}
.invoice.modal .modal-content .modal-body .invoice-sumbmitted .payment-section .receipt {
  margin-top: 25px;
}
.invoice.modal .modal-content .modal-body .invoice-sumbmitted .payment-section .receipt .receipt-image {
  max-width: 100%;
  cursor: pointer;
}
.invoice.modal .modal-content .modal-body .invoice-sumbmitted .payment-section .receipt .error {
  color: red;
}
.invoice.modal .modal-content .modal-body .invoice-sumbmitted .nav {
  margin-top: 60px;
}
.invoice.modal .modal-content .shipping-address {
  margin-top: 45px;
}
.invoice.modal .modal-content .shipping-address:before {
  content: " ";
  display: table;
}
.invoice.modal .modal-content .shipping-address:after {
  content: " ";
  clear: both;
  display: table;
}
.invoice.modal .modal-content .shipping-address .address-titles {
  float: right;
  width: 30%;
}
.invoice.modal .modal-content .shipping-address .address-titles .title {
  padding: 25px 10px;
  background: #f5f5f1;
  border: 1px solid #dddddd;
  text-align: center;
  border-left-color: #f5f5f1;
  border-radius: 0 8px 8px 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-right: 15px;
}
.invoice.modal .modal-content .shipping-address .address-titles .title.selected {
  cursor: auto;
  font-weight: bold;
  margin-right: 0;
}
.invoice.modal .modal-content .shipping-address .address-titles .title + .title {
  margin-top: 8px;
  color: gray;
}
.invoice.modal .modal-content .shipping-address .red {
  color: red;
}
.invoice.modal .modal-content .shipping-address .error {
  white-space: nowrap;
}
.invoice.modal .modal-content .payment {
  margin: 25px 0 75px 0;
  padding-top: 35px;
  border-top: 1px solid #dddddd;
  text-align: right;
}
.invoice.modal .modal-content .payment:before {
  content: " ";
  display: table;
}
.invoice.modal .modal-content .payment:after {
  content: " ";
  clear: both;
  display: table;
}
.invoice.modal .modal-content .payment .prepaid-or-deposit .title {
  color: #af8109;
  font-weight: bold;
}
.invoice.modal .modal-content .payment .prepaid-or-deposit .radio label.info {
  font-size: 0.7em;
  color: #6f6f6f;
}
.invoice.modal .modal-content .payment .column.left {
  text-align: center;
}
.invoice.modal .modal-content .payment .column.left .total {
  line-height: 3.2em;
}
.invoice.modal .modal-content .payment .column.left .total .value {
  color: red;
  font-weight: bold;
  font-size: 1.4em;
}
.invoice.modal .modal-content > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.invoice.modal .modal-content > .bg > div {
  position: absolute;
}
.invoice.modal .modal-content > .bg .top-left {
  top: 0;
  left: 0;
  height: 522px;
  width: 180px;
  background: url("/images/popup-top-left-corner.png") no-repeat;
  background-position: top left;
  z-index: 4;
}
.invoice.modal .modal-content > .bg .top-right {
  top: 0;
  right: 0;
  bottom: 210px;
  width: 214px;
  background: #f3f3f3;
  background-position: top right;
  z-index: 2;
}
.invoice.modal .modal-content > .bg .bottom-left {
  bottom: 0;
  left: 0;
  top: 522px;
  width: 180px;
  background: #f3f3f3;
  background-position: bottom left;
  z-index: 1;
}
.invoice.modal .modal-content > .bg .bottom-right {
  bottom: 0;
  right: 0;
  width: 214px;
  height: 214px;
  background: url("/images/popup-right-bottom-corner.png") no-repeat;
  background-position: bottom right;
  z-index: 3;
}
.invoice.modal .modal-content > .bg .middle {
  left: 180px;
  right: 214px;
  top: 0;
  bottom: 0;
  background: #f3f3f3;
}
.invoice.modal .modal-content .bottom-right.flipped {
  position: absolute;
  background: url("/images/popup-right-bottom-corner-flip.png") no-repeat;
  background-position: bottom left;
  z-index: 2;
  width: 149px;
  height: 109px;
  right: 0;
  bottom: 0;
}
.invoice.modal .modal-footer {
  display: none;
}

@media (max-width: 991px) {
  .invoice.modal .modal-content .modal-body .empty-cart .nav .categories .category {
    width: 22%;
  }
  .invoice.modal .modal-content .cart .items-group .items {
    padding: 10px !important;
  }
  .invoice.modal .modal-content .cart .items-group .items .item-wrapper {
    position: relative;
  }
  .invoice.modal .modal-content .cart .items-group .items .item-wrapper .item {
    width: 100%;
  }
  .invoice.modal .modal-content .cart .items-group .items .item-wrapper .item .bg .image {
    display: block !important;
    float: left;
  }
  .invoice.modal .modal-content .cart .items-group .items .item-wrapper .item .bg .details {
    display: block !important;
  }
  .invoice.modal .modal-content .cart .items-group .items .item-wrapper .item .bg .details .title-wrapper .title {
    padding-left: 0 !important;
    font-size: 0.8em;
  }
  .invoice.modal .modal-content .cart .items-group .items .item-wrapper .item .bg .details .title-wrapper hr {
    display: none;
  }
  .invoice.modal .modal-content .cart .items-group .items .item-wrapper .item .bg .details .actions {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}
@media (max-width: 768px) {
  .modal:before {
    margin-right: 0;
  }

  .modal-footer {
    display: block;
  }

  .invoice.modal .modal-content > .bg {
    background: #f3f3f3;
  }
  .invoice.modal .modal-content > .bg > div {
    display: none;
  }
  .invoice.modal .modal-content .modal-body {
    padding: 0px;
  }
  .invoice.modal .modal-content .modal-body .header {
    padding: 0 15px;
  }
  .invoice.modal .modal-content .modal-body .header .slogan {
    font-size: 1em;
  }
  .invoice.modal .modal-content .modal-body .header .date-wrapper {
    position: absolute;
    top: 25px;
    left: 20px;
  }
  .invoice.modal .modal-content .modal-body .empty-cart {
    padding: 0 15px;
  }
  .invoice.modal .modal-content .modal-body .empty-cart .p1 {
    font-size: 1em;
  }
  .invoice.modal .modal-content .modal-body .empty-cart .p2 {
    font-size: 0.9em;
  }
  .invoice.modal .modal-content .modal-body .empty-cart .nav .categories .category {
    width: 30%;
  }
  .invoice.modal .modal-content .modal-body .cart .items-group .items {
    padding: 6px !important;
  }
  .invoice.modal .modal-content .modal-body .section-2 .shipping div.icon-wrapper {
    padding: 0 10px 0 25px;
  }
  .invoice.modal .modal-content .modal-body .result {
    padding-top: 0px;
  }
  .invoice.modal .modal-content .modal-body .result .total-title {
    font-size: 1em;
  }
  .invoice.modal .modal-content .modal-body .change-to-best-or-worst {
    padding: 10px;
  }
  .invoice.modal .modal-content .modal-body .invoices-chart {
    margin: 15px 10px;
  }
  .invoice.modal .modal-content .modal-body .invoices-chart .chart .range-points {
    padding: 0 8px;
  }
  .invoice.modal .modal-content .modal-body .invoices-chart .chart-labels .chart-label {
    transform: rotate(-90deg);
    border-bottom: none;
  }
  .invoice.modal .modal-content .modal-body .invoices-chart .chart-labels .chart-label.right {
    margin-right: -10px;
  }
  .invoice.modal .modal-content .modal-body .invoices-chart .chart-labels .chart-label.left {
    margin-left: -17px;
  }
  .invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content {
    height: auto;
  }
}
@media (max-width: 502px) {
  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .replace-item {
    position: absolute;
    padding: 5px;
    right: 0px;
    top: 5px;
    z-index: 10;
  }
  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .replace-item .arrow {
    display: none;
  }
  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .replace-item .alternatives {
    width: 92vw !important;
    top: 0px !important;
    right: -3vw !important;
    left: auto;
  }
  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .replace-item .alternatives .alternate-item .details {
    max-width: calc(100% - 120px);
  }
  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .title-wrapper {
    margin-top: 30px;
  }
  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .quantity-and-price {
    width: 100%;
    text-align: left;
    padding-left: 51px;
  }
}
@media (max-width: 338px) {
  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .quantity-and-price {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
}
.page-login {
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 100px;
  /*#sign-up { max-width: 900px; margin: 50px auto; }*/
}
.page-login .main-title {
  margin-bottom: 30px;
}
.page-login .custom-tab-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border: 1px solid var(--bs-primary);
  border-radius: 5px;
}
.page-login .custom-tab-container .tab-item {
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
  flex: 1;
  transition: 0.3s all;
}
.page-login .custom-tab-container .tab-item.active {
  flex: 3;
  color: white;
  background: var(--bs-primary);
  border-radius: 5px;
}
.page-login #loginPage {
  width: 100%;
}
.page-login .form-container {
  padding: 10px;
  background: white;
  box-shadow: 0 3px 4px gainsboro;
  border-radius: 5px;
  border: 1px solid gainsboro;
  max-width: 500px;
  margin: 50px auto;
}
.page-login .main-title {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.user-panel .paging {
  padding: 20px 0;
  text-align: center;
}
.user-panel .paging .page-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.user-panel .paging .page-items .page-item {
  border: 1px solid #dee2e6;
  padding: 2px 15px;
  cursor: pointer;
}
.user-panel .paging .page-items .page-item.active {
  font-weight: 500;
  background: #e8e8e8;
}
.user-panel .paging .page-items .page-item:first-child {
  border-radius: 0 5px 5px 0;
}
.user-panel .paging .page-items .page-item:last-child {
  border-radius: 5px 0 0 5px;
}
.user-panel .paging .page-items .disabled {
  pointer-events: none;
  opacity: 0.5;
}
.user-panel .nav-wrapper {
  border: 1px solid var(--bs-border-color);
  border-radius: 7px;
}
.user-panel .nav-wrapper .icon {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 5px;
}
.user-panel .nav-wrapper .profile-info {
  padding: 20px 10px;
  margin: 0;
}
.user-panel .nav-wrapper .profile-info .name {
  font-weight: 500;
  margin: 0;
}
.user-panel .nav-wrapper .profile-info .mobile-number {
  color: #a8a8a8;
}
.user-panel .nav-wrapper .profile-info .icon {
  font-size: 1.5rem;
}
.user-panel .nav-wrapper .navigation {
  list-style: none;
}
.user-panel .nav-wrapper .navigation .nav-item {
  padding: 0 10px;
  position: relative;
}
.user-panel .nav-wrapper .navigation .nav-item.active {
  font-weight: bold;
}
.user-panel .nav-wrapper .navigation .nav-item.active:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  background: var(--bs-primary);
  width: 5px;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.user-panel .nav-wrapper .navigation .nav-item a {
  padding: 15px 10px;
  border-top: 1px solid var(--bs-border-color);
  display: block;
}
.user-panel .nav-wrapper .navigation .nav-item:hover {
  background: var(--bs-border-color);
}
.user-panel.addresses .address-container {
  margin-top: 30px;
}
.user-panel.addresses .address-container .address-item {
  border-top: 1px solid var(--bs-border-color);
  padding: 10px 0 5px;
  color: #8c8c8c;
  font-size: 0.8rem;
  position: relative;
}
.user-panel.addresses .address-container .address-item .address {
  font-size: 1rem;
  color: black;
  padding-left: 15px;
}
.user-panel.addresses .address-container .address-item .icon {
  font-size: 1rem;
  vertical-align: sub;
}
.user-panel.addresses .address-container .address-item .dropdown {
  position: absolute;
  top: 10px;
  left: 5px;
  cursor: pointer;
  color: black;
}
.user-panel.addresses .address-container .address-item .dropdown ul {
  font-size: 0.9rem;
}
.user-panel.addresses .address-container .address-item .dropdown ul .icon {
  display: inline-block;
  font-size: 1rem;
  margin-left: 5px;
}
.user-panel.likes .item-container {
  border: 1px solid var(--bs-border-color);
  background: white;
}
.user-panel.likes .item-container .img-container {
  height: 320px;
}
.user-panel.likes .item-container .img-container img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  height: 100%;
}
.user-panel.likes .item-container .title {
  font-weight: bold;
  margin: 20px 0 15px;
  line-height: 1.6;
}
.user-panel.likes .item-container:hover {
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
}
.user-panel.orders .order-item .order-info .item, .user-panel.order .order-item .order-info .item {
  display: inline-block;
  color: #9e9fb1;
  font-size: 0.8rem;
}
.user-panel.orders .order-item .order-info .item:after, .user-panel.order .order-item .order-info .item:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #cfcfd8;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}
.user-panel.orders .order-item .order-info .item:last-child:after, .user-panel.order .order-item .order-info .item:last-child:after {
  display: none;
}
.user-panel.orders .order-item .order-info .item b, .user-panel.order .order-item .order-info .item b {
  color: black;
}
.user-panel.orders .order-item .divider, .user-panel.order .order-item .divider {
  border-bottom: 1px solid var(--bs-border-color);
  padding: 15px 0;
}
.user-panel.orders .order-item .stuff-container .img-container, .user-panel.order .order-item .stuff-container .img-container {
  position: relative;
}
.user-panel.orders .order-item .stuff-container .img-container .quantity, .user-panel.order .order-item .stuff-container .img-container .quantity {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  background: #e8e8e8;
  padding: 1px 10px;
  border-radius: 0 5px 0 0;
}
.user-panel.orders .order-item .stuff-container .content-container p, .user-panel.order .order-item .stuff-container .content-container p {
  margin-bottom: 10px;
  font-size: 1rem;
}
.user-panel.orders .order-item .stuff-container .content-container p.discount, .user-panel.order .order-item .stuff-container .content-container p.discount {
  font-size: 0.8rem;
}
.user-panel.orders .order-item .stuff-container .content-container p.discount span, .user-panel.order .order-item .stuff-container .content-container p.discount span {
  font-size: 0.8rem;
}
.user-panel.orders .factor, .user-panel.order .factor {
  font-size: 1rem;
}
.user-panel.orders #changePaymentMethodModal .invoice-border, .user-panel.order #changePaymentMethodModal .invoice-border {
  border-radius: 7px;
  border: 1px solid #e0e0e2;
  padding: 10px;
  overflow: hidden;
  line-height: 30px;
  font-size: 0.9rem;
}
.user-panel.orders .getway-container, .user-panel.order .getway-container {
  margin-bottom: 5px;
}
.user-panel.orders .getway-container .getway-item, .user-panel.order .getway-container .getway-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid var(--bs-border-color);
  margin-left: 5px;
  margin-bottom: 5px;
  filter: grayscale(1);
}
.user-panel.orders .getway-container .getway-item.active, .user-panel.order .getway-container .getway-item.active {
  filter: grayscale(0);
}
.user-panel.orders .getway-container .getway-item img, .user-panel.order .getway-container .getway-item img {
  width: 80px;
}
.user-panel.comments .stuff-container .img-container {
  position: relative;
}
.user-panel.comments .stuff-container .img-container .datetime {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  background: #e8e8e8;
  padding: 1px 10px;
  border-radius: 0 5px 0 0;
}
.user-panel.comments .stuff-container .content-container p {
  margin-bottom: 10px;
  font-size: 1rem;
}

@media (max-width: 992px) {
  .user-panel .nav-wrapper {
    margin-bottom: 20px;
  }
  .user-panel .nav-wrapper .navigation {
    overflow: auto;
    white-space: nowrap;
  }
  .user-panel .nav-wrapper .navigation .nav-item {
    display: inline-block;
    border-right: 1px solid var(--bs-border-color);
  }
  .user-panel .nav-wrapper .navigation .nav-item.active:after {
    content: "";
    position: absolute;
    background: var(--bs-primary);
    right: 0;
    left: 0;
    height: 5px;
    bottom: 0;
    top: auto;
    width: auto;
    border-radius: 3px;
  }
  .user-panel .nav-wrapper .navigation .nav-item a {
    border: none;
    padding: 5px 10px;
  }
}
.link.list .link-item {
  box-shadow: 0 0px 5px 0px #cecece;
  padding: 10px;
  background: white;
}
.link.list .link-item .img-wrap {
  position: relative;
}
.link.list .link-item .img-wrap a {
  display: block;
  overflow: hidden;
}
.link.list .link-item .img-wrap a img {
  transition: all 0.3s ease;
  width: 100%;
}
.link.list .link-item .img-wrap .date {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #f5f5f5;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: initial;
  padding: 3px 10px;
  box-shadow: 0 0px 5px 0px #cecece;
}
.link.list .link-item .txt-wrap {
  padding: 1rem;
  text-align: center;
}
.link.list .link-item .txt-wrap h2 {
  font-size: 1rem;
  font-weight: bold;
}
.link.list .link-item .txt-wrap p {
  line-height: 2;
  overflow: hidden;
  font-size: 0.9rem;
}
.link.list .link-item .txt-wrap .more-btn {
  font-size: 0.8rem;
}
.link.list .link-item:hover .img-wrap img {
  transform: scale(1.05);
}

.direct-payment hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  background: transparent;
  opacity: 1;
}
.direct-payment .main-title, .direct-payment h1 {
  color: var(--bs-primary);
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.direct-payment .page-content {
  text-align: justify;
}
.direct-payment .page-content a {
  color: var(--bs-primary);
}
.direct-payment .catalogue-download {
  background-color: var(--bs-primary);
  color: #fff;
  text-align: center;
  margin: 15px 0;
}
.direct-payment .catalogue-download a {
  display: block;
  font-size: 1rem;
  color: #fff !important;
}
.direct-payment .text-red {
  color: red;
}
.direct-payment .direct-payment-container, .direct-payment .payment-invoice {
  background: white;
  padding: 15px;
  line-height: 2;
}
.direct-payment .direct-payment-container .getway-container, .direct-payment .payment-invoice .getway-container {
  margin-bottom: 5px;
}
.direct-payment .direct-payment-container .getway-container .getway-item, .direct-payment .payment-invoice .getway-container .getway-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid var(--bs-border-color);
  margin-left: 5px;
  margin-bottom: 5px;
  filter: grayscale(1);
}
.direct-payment .direct-payment-container .getway-container .getway-item.active, .direct-payment .payment-invoice .getway-container .getway-item.active {
  filter: grayscale(0);
}
.direct-payment .direct-payment-container .getway-container .getway-item img, .direct-payment .payment-invoice .getway-container .getway-item img {
  width: 80px;
}
.direct-payment .direct-payment-container .vue-recaptcha, .direct-payment .payment-invoice .vue-recaptcha {
  margin-top: 40px;
}
.direct-payment .direct-payment-container .vue-recaptcha div, .direct-payment .payment-invoice .vue-recaptcha div {
  text-align: center;
  margin: 0 auto;
}
.direct-payment .direct-payment-container .rate, .direct-payment .payment-invoice .rate {
  float: left;
  margin-top: 12px;
}
.direct-payment .direct-payment-container .sub-menu-item, .direct-payment .payment-invoice .sub-menu-item {
  margin-bottom: 15px;
}
.direct-payment .direct-payment-container .sub-menu-item .img-container, .direct-payment .payment-invoice .sub-menu-item .img-container {
  text-align: center;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
  background: #fff;
  display: block;
}
.direct-payment .direct-payment-container .sub-menu-item .img-container img, .direct-payment .payment-invoice .sub-menu-item .img-container img {
  transform: scale(1) rotate(0);
  transition: 0.3s all;
}
.direct-payment .direct-payment-container .sub-menu-item .title, .direct-payment .payment-invoice .sub-menu-item .title {
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  font-size: 0.9rem;
}
.direct-payment .direct-payment-container .sub-menu-item .title a, .direct-payment .payment-invoice .sub-menu-item .title a {
  color: var(--bs-primary);
}
.direct-payment .direct-payment-container .sub-menu-item:hover .title a, .direct-payment .payment-invoice .sub-menu-item:hover .title a {
  color: var(--bs-primary);
}
.direct-payment .direct-payment-container .sub-menu-item:hover img, .direct-payment .payment-invoice .sub-menu-item:hover img {
  transform: scale(1.1) rotate(2deg);
}
.direct-payment .direct-payment-container h2, .direct-payment .payment-invoice h2 {
  font-size: 1.8rem;
}
.direct-payment .direct-payment-container h3, .direct-payment .payment-invoice h3 {
  font-size: 24px;
}
.direct-payment .direct-payment-container table td a, .direct-payment .payment-invoice table td a {
  color: white;
  display: block;
}
.direct-payment .direct-payment-container ul.sub-menu-item-container, .direct-payment .payment-invoice ul.sub-menu-item-container {
  flex-direction: column;
}
.direct-payment .direct-payment-container ul.sub-menu-item-container a, .direct-payment .payment-invoice ul.sub-menu-item-container a {
  color: var(--bs-primary);
}

.agency.list {
  padding: 0px 0 3%;
}
.agency.list v-cloak {
  display: none;
}
.agency.list .banner {
  background: #003b6c;
  padding: 3% 20%;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #002262;
  position: relative;
  color: white;
}
.agency.list .banner p {
  margin: 15px 0 10px 0;
  line-height: 32px;
}
.agency.list .banner a {
  border: dashed 1px;
  width: 23vw;
  display: inline-block;
  border-radius: 30px;
  padding: 9px 15px;
  line-height: 20px;
  margin: 8px 5px;
  font-weight: 400;
}
.agency.list .banner:after {
  content: "";
  width: 15px;
  position: absolute;
  left: 15%;
  height: 74%;
  border: solid 1px white;
  top: 15%;
  border-width: 1px 0 1px 1px;
}
.agency.list .banner:before {
  content: "";
  width: 15px;
  position: absolute;
  left: 15%;
  height: 74%;
  border: solid 1px white;
  top: 15%;
  border-width: 1px 0 1px 1px;
  right: 15%;
  border-width: 1px 1px 1px 0;
}
.agency.list .branch-center {
  padding: 5% 15%;
  background: #f3edf1;
  font-size: 15px;
  font-weight: 400;
  display: inline-table;
  width: 100%;
  color: #3a4966;
}
.agency.list .branch-center .right {
  width: 35%;
  float: right;
  text-align: center;
  font-size: 18px;
}
.agency.list .branch-center .right .bg {
  height: 55vh;
  background: url("../userfiles/branches/map.png") center center no-repeat;
  background-size: contain;
  width: 100%;
  padding: 20vh 0 0;
}
.agency.list .branch-center .right .bg strong {
  display: block;
}
.agency.list .branch-center .right li {
  font-size: 14px;
  line-height: 25px;
}
.agency.list .branch-center .left {
  float: left;
  width: 65%;
  padding: 1% 4% 0 0;
}
.agency.list .branch-center li {
  list-style: none;
  text-align: justify;
  padding: 10px 0;
}
.agency.list .branch-center li + li {
  border-top: solid 1px #d2d2d2;
}
.agency.list .branch-center li.title {
  position: relative;
  padding: 7px 20px 7px 0;
}
.agency.list .branch-center li.title span {
  padding: 4px 0;
  display: block;
  font-weight: 500;
  font-size: 17px;
}
.agency.list .branch-center li.title b {
  display: block;
}
.agency.list .branch-center li.title:before {
  content: "";
  position: absolute;
  width: 4px;
  background: #001f60;
  height: 80%;
  top: 10%;
  right: 0;
}
.agency.list .branches-list {
  padding: 5% 15%;
}
.agency.list .branches-list .filter select {
  border: solid 1px #d0d0d0;
  border-radius: 5px;
  min-width: 200px;
  height: 45px;
  padding: 0 10px 0 0;
  font-size: 14px;
  margin: 0 0 0 5px;
}
.agency.list .branches-list .filter a {
  float: left;
  background: #004ca4;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border-radius: 20px;
  font-size: 14px;
}
.agency.list .branches-box {
  margin: 15px 0 0 0;
  max-height: 50px;
  overflow: hidden;
  transition: max-height 0.4s linear;
}
.agency.list .branches-box .title {
  background: #ededed;
  border-bottom: solid 3px #d7d7d7;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  font-size: 15px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.agency.list .branches-box .title:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  left: 15px;
  font-size: 28px;
}
.agency.list .branches-box .title .code {
  color: #021d2e;
  background: #d8dad9;
  font-size: 13px;
  padding: 0 10px;
  border-radius: 20px;
}
.agency.list .branches-box .title .number {
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  border: solid 1px #b3b3b3;
  line-height: 28px;
  border-radius: 50%;
  margin: 0 0 0 5px;
}
.agency.list .branches-box .title .name {
  font-size: 17px;
  border-right: solid 1px #b3b3b3;
  padding: 0 10px 0;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  font-weight: 300;
}
.agency.list .branches-box .details {
  padding: 15px;
}
.agency.list .branches-box table {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  color: #203756;
}
.agency.list .branches-box table th {
  padding: 5px 0;
}
.agency.list .branches-box table td {
  border-top: solid 1px #ececec;
  padding: 5px 0;
}
.agency.list .branches-box table td.border-none {
  border: none;
  padding: 0 10px;
  position: relative;
}
.agency.list .branches-box table .addres {
  padding: 10px 20px;
  border: solid 1px #ececec;
  width: 100%;
  border-radius: 5px;
}
.agency.list .branches-box table .addres span {
  display: block;
  padding: 5px 5vw 5px 0;
  font-size: 14px;
  padding-right: calc(5vw + 15px);
}
.agency.list .branches-box table .addres .loc {
  float: right;
  height: 10vh;
  border-left: solid 1px #ececec;
  margin: 0 0 0 15px;
  width: 5vw;
  line-height: 10vh;
  padding: 5px 0;
}
.agency.list .branches-box table .addres .loc:before {
  font-family: FontAwesome;
  content: "\f041";
  width: 7vh;
  height: 7vh;
  display: inline-block;
  color: #203756;
  background: #e6e5ea;
  font-size: 4vh;
  text-align: center;
  line-height: 7vh;
  border-radius: 50%;
}
.agency.list .branches-box.show {
  max-height: 1000px;
}
.agency.list .branches-box.show .title:after {
  transform: rotate(180deg);
}
.agency.list .card .card-header a {
  border-color: transparent;
  font-weight: bold;
  padding: 0;
}
.agency.list .card .card-header a:hover {
  color: var(--bs-primary);
}
.agency.list .card .card-body {
  font-size: 0.9rem;
}

#agency .agency-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#agency .agency-container .flex-4 {
  flex: 4;
  margin-left: 10px;
  margin: 0;
}
#agency .agency-container .flex-4 .main-title {
  font-size: 1.6rem;
}
#agency .agency-container .flex-4 .broker-item {
  font-size: 1.3rem;
  color: #787878;
  border-top: 1px solid blue;
  padding-top: 20px;
}
#agency .agency-container .flex-4 .broker-item .broker-title {
  font-weight: 600;
  color: #393939;
}
#agency .agency-container .flex-4 .broker-item img {
  width: 15px;
}
#agency .agency-container .flex-4 .broker-item .map-link {
  font-size: 0.9rem;
  color: blue;
}
#agency .agency-container .flex-4 .hint-text {
  font-size: 1.6rem;
}
#agency .agency-container .flex-4 .panel-group .panel {
  border-radius: 20px;
  overflow: hidden;
}
#agency .agency-container .flex-4 .panel-group .panel .panel-heading {
  background: linear-gradient(64deg, #190547 40%, #9f55a8, #280a7b);
}
#agency .agency-container .flex-4 .panel-group .panel .panel-body {
  padding: 0;
}
#agency .agency-container .flex-4 .panel-group .panel .panel-body table {
  margin-bottom: 0;
}
#agency .agency-container .flex-8 {
  flex: 8;
}
#agency .agency-container .flex-8 .sometext {
  margin-bottom: 50px;
}
#agency .agency-container .flex-8 .province-container .province-item {
  font-size: 1.3rem;
  display: inline-block;
  border: solid 1.5px blue;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 2px 15px;
  cursor: pointer;
}
#agency .agency-container .flex-8 .province-container .province-item.active {
  border: none;
  background: linear-gradient(72deg, #d5f6ff -3%, rgba(181, 236, 252, 0.91) 23%, rgba(9, 182, 235, 0.4) 113%);
}
#agency .agency-container .flex-8 .list .dropdown {
  display: none;
  text-align: center;
}
#agency .agency-container .panel-title a {
  display: block;
}
#agency .agency-container .panel-title a.title:before {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 16px;
  float: left;
  transition: 0.3s all;
}
#agency .agency-container .panel-title a.collapsed.title:before {
  transform: rotate(180deg);
}
#agency .download-links {
  margin-bottom: 40px;
}
#agency .download-links .btn {
  border-radius: 10px;
  margin-left: 10px;
  position: relative;
  padding-right: 40px;
}
#agency .download-links .btn span {
  border-right: 1px solid white;
  padding-right: 10px;
}
#agency .download-links .btn:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 5px;
  width: 25px;
  height: 30px;
}
#agency .download-links .btn.list:before {
  background: url(/Images/list.svg) no-repeat 10%;
}
#agency .download-links .btn.download:before {
  background: url(/Images/download.svg) no-repeat 10%;
}

#IranMap .map {
  float: inherit;
  width: auto;
}
#IranMap .map .province path {
  fill: #f9f9f9;
}
#IranMap .map .province path.has-agency {
  fill: var(--bs-primary) !important;
  opacity: 0.4;
}
#IranMap .map .province path.active {
  fill: var(--bs-primary) !important;
  opacity: 1;
}
#IranMap svg {
  height: auto !important;
  width: auto !important;
}
#IranMap .list li ul li a.active {
  border: none;
  background: linear-gradient(72deg, #d5f6ff -3%, rgba(181, 236, 252, 0.91) 23%, rgba(9, 182, 235, 0.4) 113%);
}
#IranMap .list {
  float: initial;
  width: auto;
  margin-top: 40px;
}
#IranMap .list li ul li {
  display: inline-block;
  float: inherit;
  width: auto;
}
#IranMap .list li ul li a {
  border: solid 1.5px var(--bs-primary);
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  padding: 5px 15px;
  cursor: pointer;
  background: white;
  color: #555;
  font-size: 1.8rem;
  line-height: 1.5;
}
#IranMap .list li ul li a:hover, #IranMap .list li ul li a.hover {
  color: white;
}
#IranMap .fixed-title {
  position: absolute;
  background-color: #be007d;
  color: #ffffff;
  margin: 0 !important;
  padding: 5px 10px;
  text-align: center;
  line-height: 26px;
  border-radius: 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 15px;
  font-size: 2.4rem;
}
#IranMap .fixed-title:after {
  content: "";
  background: #be007d;
  height: 50px;
  width: 5px;
  display: block;
  position: absolute;
  left: 50%;
  top: 40px;
  border-radius: 25px;
}

#IranMap .map .province path:hover, #IranMap .map .island path:hover, #IranMap .map .province path.hover, #IranMap .map .island path.hover {
  fill: var(--bs-primary) !important;
  opacity: 0.8;
}

#IranMap .list li ul li a:hover, #IranMap .list li ul li a.hover {
  color: black;
  border: none;
  background: linear-gradient(72deg, #d5f6ff -3%, rgba(181, 236, 252, 0.91) 23%, rgba(9, 182, 235, 0.4) 113%);
}

/*#IranMap .map .border path, #IranMap .map .island path { fill: var(--bs-primary); opacity: 0.2; }*/
#IranMap .map .border path, #IranMap .map .island path {
  fill: var(--bs-secondary);
  opacity: 0.3;
}

#IranMap .map .sea path, #IranMap .map .lake path {
  fill: #bae4ff;
}

@media (max-width: 768px) {
  #IranMap .list {
    text-align: center;
  }

  .brokers #brokers .broker-container .flex-5 .main-title {
    font-size: 2.4rem;
  }
  .brokers #brokers .broker-container .flex-5 .broker-item {
    font-size: 1.2rem;
  }
  .brokers #brokers .broker-container .flex-5 .hint-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 1400px) {
  .agency.list .banner:after {
    left: 13%;
  }
  .agency.list .banner:before {
    left: 13%;
    right: 13%;
  }
  .agency.list .banner p {
    font-size: 14px;
  }
  .agency.list .banner a {
    font-size: 14px;
  }
  .agency.list .branch-center li {
    padding: 7px 0;
    font-size: 12px;
  }
  .agency.list .branch-center li.title span {
    font-size: 14px;
  }
  .agency.list .branches-box table .addres .loc {
    height: 15vh;
    line-height: 15vh;
  }
}
@media (max-with: 1024px) {
  .branches-page {
    padding: 0px 0 0 0;
  }
  .branches-page .banner {
    padding: 20px 30px;
    font-size: 14px;
  }
  .branches-page .banner:after {
    right: 15px;
    top: 55px;
    height: calc(100% - 80px);
    left: 15px;
    right: initial;
  }
  .branches-page .banner:before {
    right: 15px;
    top: 55px;
    height: calc(100% - 80px);
  }
  .branches-page .banner a {
    width: 100%;
    font-size: 13px;
  }
  .branches-page .branches-box table .addres {
    width: calc(100% + 30px);
  }
  .branches-page .branches-box table .addres span {
    font-size: 12px;
  }
  .branches-page .branches-box table .addres .loc {
    width: 65px;
  }
  .branches-page .branches-box table td {
    white-space: nowrap;
    padding: 5px 8px;
  }
  .branches-page .branches-box table th {
    white-space: nowrap;
    padding: 5px 8px;
  }
  .branches-page .branches-box .title .name {
    font-size: 14px;
  }
  .branches-page .branches-box .details {
    overflow-x: auto;
    padding: 10px 0 5px 0;
  }
  .branches-page .branch-center {
    padding: 20px 15px;
    font-size: 13px;
    line-height: 26px;
  }
  .branches-page .branch-center .right {
    width: 100%;
  }
  .branches-page .branch-center .left {
    width: 100%;
    padding: 15px 0 0;
  }
  .branches-page .branches-list {
    padding: 20px 15px;
  }
  .branches-page .branches-list .filter {
    display: inline-table;
  }
  .branches-page .branches-list .filter a {
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
  }
  .branches-page .branches-list .filter select {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media (max-width: 992px) {
  #agency .agency-container {
    flex-direction: column-reverse;
    border-radius: 10px;
  }
  #agency .agency-container .flex-8 {
    flex: 0 0 100%;
    border-radius: 5px;
  }
  #agency .agency-container .flex-8 .sometext {
    margin: 0;
  }
  #agency .agency-container .flex-8 .list .dropdown {
    display: inline-block;
  }
  #agency .agency-container .flex-8 .list .dropdown i {
    display: inline-block;
    font-family: "IranSansWeb";
    font-style: inherit;
  }
  #agency .agency-container .flex-8 .list .dropdown .caret {
    background: transparent;
    color: white;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: normal;
  }
  #agency .agency-container .flex-8 .list .dropdown .dropdown-menu {
    max-height: 300px;
    overflow: auto;
  }
  #agency .agency-container .flex-8 .list .dropdown .dropdown-menu li {
    border-bottom: 1px solid #f3f3f3;
    padding: 5px 15px;
  }
  #agency .agency-container .flex-8 .list .dropdown .dropdown-menu li.active {
    background: blue;
  }
  #agency .agency-container .flex-4 {
    padding: 20px 10px;
    margin: 0;
    text-align: center;
    flex: none;
    width: 100%;
  }
  #agency .agency-container #IranMap {
    margin: 0 auto;
    font-family: "IranSansWeb" !important;
  }
  #agency .agency-container #IranMap .list .province-container {
    display: none;
  }
  #agency .agency-container #IranMap .map {
    display: none;
  }
  #agency .agency-container .download-links {
    text-align: center;
    margin-bottom: 0;
  }
  #agency .agency-container .download-links a {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .brokers #agency .agency-container .flex-8 .sometext {
    margin: 0;
  }

  #IranMap {
    margin: 0px auto;
  }
}
/*****Shared**********/
.download.list table {
  width: 900px;
  margin: 0 auto;
  font-size: 0.9rem;
  max-width: 100%;
}
.download.list table tr th {
  width: 15%;
  background: #123F58 !important;
  color: #fff;
}
.download.list table tr th.Name {
  width: 30%;
}
.download.list table tr td:nth-of-type(1) {
  font-weight: bold;
  font-size: 1rem;
}

@media (max-width: 575px) {
  .download.list table tr th {
    display: none;
    width: auto;
  }
  .download.list table tr th.Name {
    width: auto;
  }
  .download.list table tr td {
    border-width: 1px;
  }
  .download.list table tr td:nth-of-type(1) {
    text-align: center;
    font-weight: bold;
  }
  .download.list table tr td:nth-of-type(2), .download.list table tr td:nth-of-type(3) {
    display: none;
  }
}
.breadcrumb-w {
  background: #f5f5f5;
}

.sitemap {
  list-style: none;
  line-height: 2rem;
  display: inline-block;
  font-weight: 300;
  color: gray;
  font-weight: 500;
}
.sitemap a {
  color: gray;
}
.sitemap > li {
  display: inline-block;
}
.sitemap > li:after {
  content: "/";
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.sitemap > li:last-child {
  color: var(--bs-primary);
}
.sitemap > li:last-child a {
  color: var(--bs-primary);
}
.sitemap > li:last-child:after {
  display: none;
}

/*
@import this file directly into your existing Scss files to use these mixins
*/
.comment {
  margin-top: 30px;
}
.comment .modal-dialog {
  width: 630px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.comment .modal-dialog .close {
  font-size: 1rem;
}
.comment .modal-dialog .modal-content {
  height: 320px;
  border-radius: 0;
  box-shadow: none;
}
.comment .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.comment .modal-dialog .modal-content .modal-body {
  font-size: 1rem;
  color: var(--bs-primary);
}
.comment .modal-dialog .modal-content .modal-body:before {
  content: "";
  width: 76px;
  height: 113px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -4138px no-repeat;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.comment .modal-dialog .modal-content .modal-footer {
  display: none;
}

.comments #comment-form-wrapper #cancel-comment {
  display: none;
}
.comments .title {
  width: 50%;
  font-size: 17px;
  background: #585858;
  color: #fff;
  padding: 3px 20px;
  display: block;
  margin-bottom: 0;
}
.comments .title:before {
  content: "\f086";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 24px;
  width: 33px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.comments .form-title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 5px;
  display: block;
  text-align: right;
  padding: 0;
}
.comments label {
  display: none;
  font-weight: normal;
  color: gray;
  font-size: 1rem;
}
.comments input[type=text], .comments input[type=email], .comments #comment-captcha, .comments textarea {
  background: white;
  box-shadow: none;
  border-radius: 0;
  font-size: 0.8rem;
}
.comments textarea {
  height: 150px;
  font-size: 12px;
  padding-top: 10px;
}
.comments .user-info {
  border-radius: 0;
}
.comments .user-comment {
  border-radius: 0;
}
.comments .alert-dismissible {
  margin-top: 5px;
  margin-bottom: 5px;
}
.comments #comment-form {
  border-top: 1px solid #000;
  padding: 25px 0 0 0;
  margin: 0;
}
.comments #comment-form .form-group {
  position: relative;
}
.comments #comment-form #comment-captcha-image {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 38px;
}
.comments #comment-form .more-btn {
  width: 195px;
  height: 40px;
  border: none;
}
.comments #comment-form .form-group.recommend {
  float: left;
  display: none;
}
.comments #comment-form .form-group.recommend .checkbox {
  margin: 0;
}
.comments #comment-form .form-group.recommend .checkbox label {
  font-size: 0.8rem;
  padding-left: 0;
}
.comments #comment-form #cancel-comment {
  background: gray;
}
.comments #comment-form .buttons-row {
  text-align: left;
}
.comments #comment-form-wrapper .title {
  font-size: 1.21em;
  margin-top: 15px;
  margin-bottom: 0px;
}
.comments #comment-form-wrapper label.control-label {
  color: #acacac;
}
.comments #comment-form-wrapper #comment-captcha-image {
  display: block;
  border-radius: 8px;
  max-width: 100%;
}

#comments {
  position: relative;
  border: 1px solid #eee;
  padding: 15px;
}
#comments #comment-form-wrapper #cancel-comment {
  display: initial;
}
#comments .alert-dismissible {
  margin-top: 5px;
  margin-bottom: 5px;
}
#comments h4:before {
  content: "\f007";
  width: 34px;
  text-align: center;
  height: 28px;
  display: inline-block;
  left: 0;
  bottom: 2px;
  font-family: FontAwesome;
  color: #00a680;
  border: none;
}
#comments .comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#comments .comment-list .avatar {
  display: inline-block;
  margin-left: 5px;
}
#comments .comment-list .avatar img {
  border-radius: 50%;
  border: 1px solid #e1e1e1;
}
#comments .comment-list .top-comment {
  margin-bottom: 20px;
}
#comments .comment-list .top-comment img {
  width: 60px;
  height: 60px;
}
#comments .comment-list .top-comment .comment-writer {
  font-size: 0.8rem;
  color: gray;
}
#comments .comment-list .top-comment .comment-writer .display-name {
  color: var(--bs-primary);
  font-size: 0.9rem;
  font-weight: 500;
  border-left: 1px solid #e1e1e1;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 17px;
  display: inline-block;
}
#comments .comment-list .top-comment .comment-writer .purchased-this {
  margin-left: 10px;
  color: #31ab46;
}
#comments .comment-list .top-comment .actions {
  background: #eaeaea;
  text-align: right;
}
#comments .comment-list .top-comment .actions #comment-form-wrapper {
  padding-top: 20px;
}
#comments .comment-list .top-comment .actions .your-comment {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
#comments .comment-list .top-comment .actions .points {
  float: left;
  display: inline-block;
  background: #eaeaea;
  color: #a0a0a0;
}
#comments .comment-list .top-comment .actions .points > div {
  cursor: pointer;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
#comments .comment-list .top-comment .actions .points > div.down-votes {
  color: red;
}
#comments .comment-list .top-comment .actions .points > div.up-votes {
  color: green;
}
#comments .comment-list .top-comment .actions .points i {
  font-size: 1.1rem;
  vertical-align: middle;
}
#comments .comment-list .top-comment .actions .points .vote-count {
  font-size: 0.8rem;
  line-height: 0;
  direction: rtl;
}
#comments .comment-list .top-comment .actions .points .vote-count:before {
  content: "(";
  font-size: 0.8rem;
  margin: 0 2px;
}
#comments .comment-list .top-comment .actions .points .vote-count:after {
  content: ")";
  font-size: 0.8rem;
  margin: 0 2px;
}
#comments .comment-list .top-comment .actions .likes {
  display: inline-block;
  float: left;
  margin-left: 15px;
}
#comments .comment-list .top-comment .actions .likes .action-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-right: 5px;
}
#comments .comment-list .top-comment .actions .likes .action-btn .icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  display: inline-block;
  float: right;
  /*&.like { background-image: url('/Images/Like.png'); display: block; }
  &.liked { background-image: url('/Images/Like-hover.png'); display: none; }*/
}
#comments .comment-list .top-comment .actions .likes .action-btn.liked .icon.like {
  display: none;
}
#comments .comment-list .top-comment .actions .likes .action-btn.liked .icon.liked {
  display: block;
}
#comments .comment-list .top-comment .actions .likes .count {
  margin-top: -2px;
  float: right;
}
#comments .comment-list .top-comment .actions > button {
  background: #eaeaea;
  border: none;
  color: var(--bs-primary);
  padding: 0 10px;
}
#comments .comment-list .top-comment .actions > button i {
  vertical-align: middle;
  margin-right: 5px;
}
#comments .comment-list .top-comment .comment-text {
  font-size: 0.8rem;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 75px 20px 0;
  margin-top: 0;
}
#comments .comment-list .comment-body {
  clear: both;
}
#comments .comment-list .comment-body .sub-comment-container {
  position: relative;
  list-style: none;
  display: block;
  background: white;
  padding: 20px 20px 20px 0;
}
#comments .comment-list .comment-body .sub-comment-container.empty {
  margin: 0;
  padding: 0;
}
#comments .comment-list .comment-body .sub-comment-container.empty:before {
  display: none;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment img {
  width: 30px;
  height: 30px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .comment-text {
  font-size: 0.8rem;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  padding: 10px 35px 10px 0;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .display-name {
  font-size: 0.8rem;
  font-weight: bold;
  border-left: 1px solid #e1e1e1;
  padding-left: 10px;
  margin-left: 10px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .date {
  color: #a0a0a0;
  font-size: 0.8rem;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .add-sub-comment {
  color: var(--bs-primary);
  font-size: 0.8rem;
  float: left;
  padding: 0;
  line-height: 20px;
  text-decoration: none;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .add-sub-comment i {
  margin-left: 5px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment textarea {
  background: #eaeaea;
  margin-top: 20px;
}
#comments .comment-content {
  width: 100%;
  padding: 0;
  display: inline-block;
  color: #646267;
}
#comments .comment-content .alert.recommend {
  font-size: 0.8em;
  display: inline-block;
  margin-bottom: 5px;
  display: none;
}
#comments .comment-content .flat-btn {
  padding: 5px 10px;
  font-size: 0.8em;
  margin-top: 10px;
  display: inline-block;
}
#comments .comment-content .add-sub-comment {
  float: right;
}

@media (max-width: 991px) {
  .comments .title {
    width: 100%;
  }
  .comments .user-info {
    margin-right: 0;
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .form-horizontal {
    padding: 15px;
  }
}
@media (max-width: 550px) {
  #comments .comment-list .comment-body > .sub-comment-container {
    margin-left: 0;
    width: 100%;
  }
  #comments .comment-list .comment-body > .sub-comment-container:before {
    top: -25px;
  }

  .comments {
    padding: 20px 0;
  }
  .comments .avatar {
    display: none !important;
  }
  .comments .comment-text {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0px !important;
  }
  .comments #comments .comment-list .top-comment .comment-text {
    padding-right: 0;
  }
  .comments #comments .comment-list .comment-body .sub-comment-container {
    padding-right: 0;
  }
  .comments #comments .comment-list .comment-body .sub-comment-container .sub-comment .comment-text {
    padding-right: 0;
  }
  .comments #comment-form .form-group.recommend {
    float: none;
  }
  .comments #comment-form .buttons-row {
    text-align: left !important;
  }
  .comments #comment-form .more-btn {
    margin-bottom: 5px;
    width: 100% !important;
  }
  .comments .top-comment .actions .points {
    padding-right: 10px;
  }
  .comments .top-comment .actions .points i {
    font-size: 0.8rem !important;
  }
  .comments .top-comment .actions button {
    padding-left: 0 !important;
    font-size: 0.8rem;
  }
}
/*@media(max-width:480px) {
	.comments {
		#comment-form-wrapper { padding: 15px; }
	}
	#comments {
		.comment-list { padding: 15px; }
	}
}*/
.tag .list .items {
  margin-bottom: 30px;
}
.tag .list .items .search-item {
  display: block;
  min-height: 70px;
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  transition: all 0.3s ease;
}
.tag .list .items .search-item h3 {
  font-size: 16px;
  line-height: 30px;
}
.tag .list .items .search-item:hover {
  right: -7px;
  box-shadow: 1px 1px 1px #000;
  box-shadow: 0px 0px 9px 1px #d2cfcf;
}
.tag .list .items .search-item:hover h3 a {
  color: var(--bs-primary);
}

@media (max-width: 992px) {
  .tag .list .search-item {
    min-height: 50px;
  }
}
.pagination {
  font-size: 1.1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.pagination .next {
  display: inline;
  border: none;
}
.pagination .next a {
  font-size: 0.9rem;
}
.pagination .next a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pagination .prev {
  display: inline;
  border: none;
}
.pagination .prev a {
  font-size: 0.9rem;
}
.pagination .prev a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pagination li {
  display: inline-block;
  border-bottom: 2px solid #ededed;
  margin: 0 2px;
}
.pagination li a {
  color: #444444;
  border: none;
  line-height: 1.2em;
  border-radius: 0;
  background: transparent;
  padding: 8px !important;
}
.pagination li a:hover, .pagination li a:focus {
  background: transparent;
}
.pagination li.active {
  /*border-bottom: 2px solid var(--bs-primary);*/
}
.pagination li.active a {
  background: none;
  color: var(--bs-primary);
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}
.pagination li.active a:hover {
  background: none;
  color: inherit;
}
.pagination li span {
  padding: 8px !important;
}
.pagination .disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pagination .disabled span {
  background-color: transparent;
}
.pagination .disabled span:hover {
  background-color: transparent;
}
.pagination .disabled span:focus {
  background-color: transparent;
}
.pagination .disabled a {
  background-color: transparent;
}
.pagination .disabled a:hover {
  background-color: transparent;
}
.pagination .disabled a:focus {
  background-color: transparent;
}
/*# sourceMappingURL=styles-rtl.css.map */
