/*@import '../images/icons.sprite.scss';*/
.breadcrumb-w {
  background: #fff;
}

.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;
}

@media (max-width: 480px) {
  .sitemap {
    line-height: 3.5rem;
  }
}
/*
@import this file directly into your existing Scss files to use these mixins
*/
.comment {
  padding: 5px;
}
.comment .modal-dialog {
  width: 630px;
  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 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.comments .form-title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 5px;
  display: block;
  text-align: left;
  padding: 0;
}
.comments label {
  font-weight: normal;
  color: gray;
  font-size: 1rem;
}
.comments input[type=text], .comments input[type=email], .comments #comment-captcha, .comments textarea {
  background: white;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-size: 0.8rem;
}
.comments textarea {
  min-height: 280px;
}
.comments .user-info {
  background: #eaeaea;
  border-radius: 7px;
  margin-right: -15px;
  padding: 20px;
}
.comments .user-comment {
  background: #eaeaea;
  border-radius: 7px;
  padding: 20px;
}
.comments .alert-dismissible {
  margin-top: 5px;
  margin-bottom: 5px;
}
.comments #comment-form #comment-captcha {
  margin-bottom: 1rem;
}
.comments #comment-form .more-btn {
  width: 150px;
  height: 35px;
  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: right;
}
.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;
}
#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-right: 5px;
}
#comments .comment-list .avatar img {
  border-radius: 50%;
  border: 1px solid #e1e1e1;
}
#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-right: 1px solid #e1e1e1;
  margin-right: 10px;
  padding-right: 15px;
  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;
  margin-top: -17px;
}
#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 {
  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 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);
  margin-right: -5px;
  padding-right: 10px;
  padding-left: 10px;
  /*border-left: 1px solid #e1e1e1;line-height:20px;*/
}
#comments .comment-list .top-comment .actions > button i {
  vertical-align: sub;
  margin-left: 5px;
}
#comments .comment-list .top-comment .comment-text {
  font-size: 0.8rem;
  margin-left: 65px;
  width: calc(100% - 65px);
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-top: -10px;
}
#comments .comment-list .comment-body {
  clear: both;
}
#comments .comment-list .comment-body > .sub-comment-container {
  padding: 20px;
  padding-left: 0;
  position: relative;
  margin-left: 20px;
  width: calc(100% - 20px);
}
#comments .comment-list .comment-body > .sub-comment-container:before {
  content: "";
  width: 64px;
  height: 52px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -3924px no-repeat;
  position: absolute;
  top: -31px;
  left: 0;
}
#comments .comment-list .comment-body .sub-comment-container {
  list-style: none;
  display: block;
  background: white;
  margin-bottom: 20px;
  border-radius: 7px;
  margin-top: 20px;
}
#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 {
  padding-left: 20px;
  /*&:last-child .comment-text { border-bottom: 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;
  margin-left: 40px;
  width: calc(100% - 40px);
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
  /*&:before {
  	content: '';
  	@include icons-cm-arrow;
  	position: absolute;
  	bottom: -1px;
  	right: 0;
  }*/
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .display-name {
  font-size: 0.8rem;
  font-weight: bold;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .date {
  color: #a0a0a0;
  font-size: 0.8rem;
  float: right;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .add-sub-comment {
  color: #15A98F;
  font-size: 0.8rem;
  float: right;
  padding: 0;
  border-right: 1px solid #e1e1e1;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 20px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .add-sub-comment i {
  vertical-align: sub;
  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 .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 .sub-comment {
    padding-left: 15px !important;
  }
  .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: 120px !important;
  }
  .comments .top-comment .actions {
    text-align: left !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; }
	}
}*/
.blog-item {
  box-shadow: 0 0px 5px 0px #cecece;
  padding: 10px;
  background: white;
}
.blog-item .img-wrap {
  display: block;
  overflow: hidden;
}
.blog-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
}
.blog-item .txt-wrap {
  text-align: left;
  padding: 15px;
}
.blog-item .txt-wrap h2 {
  font-size: 18px;
}
.blog-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
}
.blog-item .txt-wrap .view-date {
  display: inline-block;
  margin-top: 5px;
  color: #7d7d87;
}
.blog-item .txt-wrap .view-date .view {
  display: inline-block;
  margin-right: 10px;
}
.blog-item .txt-wrap .view-date .view span {
  margin-left: 2px;
}
.blog-item .txt-wrap .view-date .date {
  display: inline-block;
}
.blog-item .txt-wrap .view-date .date span {
  margin-left: 2px;
}
.blog-item .txt-wrap .more-btn {
  display: inline-block;
}
.blog-item:hover .img-wrap img {
  transform: scale(1.05);
}

.blog.detail .detail-page {
  line-height: 2;
  text-align: justify;
}
.blog.detail .detail-page .detail-header .rate {
  margin-top: 25px;
}
.blog.detail .detail-page .detail-img img, .blog.detail .detail-page .detail-dscp img {
  width: 100%;
  border-radius: 10px;
}
.blog.detail .detail-page .detail-img {
  text-align: center;
}
.blog.detail .detail-page .detail-info {
  color: gray;
}
.blog.detail .like {
  cursor: pointer;
  float: right;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1rem;
}
.blog.detail .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.blog.detail .like.liked:after {
  font-weight: bold;
  color: red;
}
.blog.detail .share-btn {
  float: right;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1rem;
}
.blog.detail .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

/*****Shared**********/
.download.list table {
  background: #fff;
  margin-bottom: 50px;
}
.download.list table th {
  background-color: #3f949a;
  color: #fff;
}
.download.list table th:nth-child(1) {
  width: 30%;
}
.download.list table th:nth-child(2) {
  width: 40%;
}
.download.list table th:nth-child(3) {
  width: 15%;
}
.download.list table th:nth-child(4) {
  width: 15%;
}
.download.list h2 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .download.list table {
    font-size: 14px;
  }
  .download.list table td a {
    font-size: 14px;
  }
  .download.list h2 {
    font-size: 16px;
  }
}
/*
@import this file directly into your existing Scss files to use these mixins
*/
.podcast.list .podcast-component .podcast {
  text-align: center;
  margin-bottom: 40px;
}
.podcast.list .podcast-component .podcast .img-w {
  margin-bottom: 20px;
}
.podcast.list .podcast-component .podcast .img-w a {
  display: block;
  position: relative;
}
.podcast.list .podcast-component .podcast .img-w a:after {
  content: "";
  width: 180px;
  height: 144px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1962px no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 70px);
  transition: all 0.3s ease;
}
.podcast.list .podcast-component .podcast .img-w img {
  width: 100%;
  border-radius: 7px;
  transition: all 0.3s ease;
}
.podcast.list .podcast-component .podcast .details .title {
  font-weight: 500;
  font-size: 1.8rem;
  margin: 5px 0;
}
.podcast.list .podcast-component .podcast .details .footer {
  border: 1px solid #eeeeee;
  font-size: 1.2rem;
  border-radius: 7px;
  height: 26px;
  line-height: 24px;
  padding: 0 10px;
  margin-top: 30px;
  text-align: left;
}
.podcast.list .podcast-component .podcast .details .footer i {
  vertical-align: middle;
  margin-right: 5px;
}
.podcast.list .podcast-component .podcast .details .footer .author {
  margin-right: 10px;
}
.podcast.list .podcast-component .podcast .details .footer .date {
  float: right;
}
.podcast.list .podcast-component .podcast:hover .img-w img {
  opacity: 0.8;
}
.podcast.list .podcast-component .podcast:hover a:after {
  width: 180px;
  height: 144px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -2116px no-repeat;
}
.podcast.list .related-blogposts .post {
  margin-bottom: 20px;
}
.podcast.list .related-blogposts .post .img-w img {
  width: 100%;
}
.podcast.list .related-blogposts .post .title {
  font-size: 0.9em;
}

.podcast.detail .page-content .dscp {
  padding-top: 0;
}
.podcast.detail .main-image {
  position: relative;
}
.podcast.detail .main-image:after {
  content: "";
  width: 475px;
  height: 145px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -2270px no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 70px);
  margin: 0 auto;
}
.podcast.detail .main-image .share {
  display: inline-block;
  transform: translateY(-27px);
}
.podcast.detail .main-image img {
  filter: brightness(0.5);
  width: 100%;
}

.audio-file {
  text-align: center;
  margin-top: 30px;
}
.audio-file span {
  height: 30px;
  width: 120px;
  display: inline-block;
  text-align: center;
  transform: translateY(-17px);
  border-radius: 7px;
  vertical-align: middle;
}

@media (max-width: 650px) {
  .podcast.detail .main-image:after {
    display: none;
  }
  .podcast.detail .main-image .share {
    display: none;
  }
}
@media (max-width: 550px) {
  .podcast.list .podcast-component .podcast {
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    padding: 7px;
    background: #fff;
    margin-bottom: 25px;
  }
  .podcast.list .podcast-component .podcast .details .footer .date {
    display: none;
  }
  .podcast.list .podcast-component .podcast .details .footer .narrator {
    float: right;
  }

  .podcast.detail .main-image {
    margin-top: 10px;
  }

  .audio-file {
    margin-top: 0;
  }
  .audio-file span {
    background: #fff;
    font-size: 1.2rem;
    margin: 0 -15px;
    height: 25px;
    width: 85px;
    transform: translateY(-25px);
  }
  .audio-file .icons-download-mp3 {
    transform: scale(0.5);
  }
}
.filters-container {
  position: sticky;
  top: 70px;
  background: #ffff;
  border: 1px solid #e0e0e6;
  border-radius: 7px;
}
.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-left: 5px;
}
.filters-container .filter-item-container .filter-items {
  list-style: none;
  padding: 10px;
  max-height: 250px;
  overflow: auto;
  border-bottom: 1px solid #f1f1f1;
}
.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-left: none;
  position: absolute;
  right: 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-left: none !important;
  z-index: 1;
}
.filters-container .filter-item-container .filter-items .input-group input:focus {
  border: 1px solid #f1f2f4;
  border-left: 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 {
  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;
}

.display-priority {
  background: white;
  padding: 0 10px 10px;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0 -1rem;
  border-bottom: 1px solid #f1f2f4;
}
.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;
}
.display-priority .button.selected {
  font-weight: bold;
  color: var(--bs-primary);
  position: relative;
}
.display-priority .stuff-count {
  font-weight: normal;
  padding-top: 15px;
}
.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: left;
  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 {
  -webkit-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  transform: translateX(-16px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  right: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.search-info .row > * {
  padding: 0;
}
.search-info .row div:first-child .stuff-item, .search-info .row div:nth-child(5n) .stuff-item {
  border-left: none;
}
.search-info .row div:nth-child(4n) .stuff-item {
  border-right: none;
}

.stuff-item {
  background: #fff;
  border: 1px solid #f1f2f4;
  display: block;
  border-top: none;
  position: relative;
}
.stuff-item .stuff-des {
  margin-top: 20px;
}
.stuff-item .stuff-des h2 {
  font-size: 0.9rem;
  font-weight: 700;
  min-height: 45px;
  padding: 5px 15px;
  height: 70px;
}
.stuff-item .stuff-img {
  text-align: center;
}
.stuff-item .stuff-rate i {
  color: gold;
}
.stuff-item .price-box {
  font-size: 1rem;
  padding: 5px 15px;
}
.stuff-item .price-box .unit {
  display: inline-block;
  font-size: 0.9rem;
}
.stuff-item:hover {
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
}

.price-filter .price-slider-bg {
  padding: 0 20px;
}
.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;
}

.stuff.details .float-button {
  bottom: 100px;
}
.stuff.details .stuff-des ul {
  list-style: none;
  padding-left: 15px;
  margin-top: 5px;
}
.stuff.details .stuff-actions {
  position: absolute;
  left: 0;
  top: 20px;
  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 .code {
  font-size: 0.7rem;
  margin: 5px 0;
  color: #9f9f9f;
}
.stuff.details .mobile-buy-section {
  display: none;
}
.stuff.details .sibling-container {
  padding: 19px;
  border: 1px solid #e0e0e6;
  border-radius: 10px;
  margin: 10px 0 50px;
}
.stuff.details .stuff-top {
  background: #fff;
  padding: 15px;
  margin: 0;
  position: relative;
  border-radius: 7px;
}
.stuff.details .stuff-des {
  padding: 15px;
  font-size: 0.9rem;
}
.stuff.details .stuff-des .brand a {
  color: var(--bs-primary);
  font-weight: bold;
}
.stuff.details .stuff-des .title-fa {
  font-weight: bold;
  font-size: 1.1rem;
}
.stuff.details .stuff-des .title-en {
  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: 7px;
}
.stuff.details .stuff-des .summary {
  font-size: 1rem;
  color: #767790;
}
.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 {
  display: inline-block;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #cfcfd8;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item:last-child:after {
  display: none;
}
.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-left: 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-left: 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;
  left: 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;
  right: 0;
  left: 0;
  top: 50%;
  background: #767790;
}
.stuff.details #gallery-thumbnails {
  border-radius: 7px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: auto;
}
.stuff.details .nav {
  background: white;
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid #e9e9e9;
}
.stuff.details .nav .nav-link {
  border-radius: 0;
  color: #767790;
  position: relative;
}
.stuff.details .nav .nav-link.active {
  color: var(--bs-primary);
  font-weight: bold;
  background: none;
}
.stuff.details .nav .nav-link.active:after {
  content: "";
  border-bottom: 4px solid var(--bs-primary);
  border-radius: 10px 10px 0 0;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 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;
  left: 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 .other-stuff {
  display: none;
}
.stuff.details #faq-section .questions .icon {
  margin-right: 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-right: 20px;
}
.stuff.details #faq-section .answer:last-child {
  border: none;
}
.stuff.details [more-content] {
  display: none;
}

@media (max-width: 1200px) {
  .search-info .row div:first-child .stuff-item, .search-info .row div:nth-child(4n) .stuff-item {
    border: 1px solid #f1f2f4;
    border-left: none;
  }
  .search-info .row div:nth-child(3n) .stuff-item {
    border: 1px solid #f1f2f4;
    border-right: none;
  }
}
@media (max-width: 992px) {
  .filter-items-container {
    position: fixed;
    top: 120%;
    bottom: 0;
    right: 0;
    left: 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: 0;
  }

  .stuff.details .buy-information {
    position: fixed;
    background: #f7f7f8;
    right: 0;
    left: 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: right;
    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: 768px) {
  .display-priority .title {
    display: none;
    cursor: pointer;
  }
  .display-priority .priority-container {
    position: fixed;
    z-index: 10;
    bottom: -100%;
    right: 0;
    left: 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: right;
  }
  .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-actions {
    position: relative;
    text-align: right;
    margin-bottom: 10px;
  }
  .stuff.details .stuff-actions .like, .stuff.details .stuff-actions .share-btn {
    display: inline-block !important;
  }

  .display-priority .stuff-count {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  /* .search-info .stuff-item { display: flex; flex-wrap: wrap;
      .stuff-img { padding: 0; padding-left: 10px;
          img { width: 120px; }
      }
      .stuff-des { flex: 1; }
      .stuff-rate { flex: 0 0 100%; margin-top: -30px; }
      .price-box { flex: 0 0 100%; }
  }*/
  .stuff.details .nav {
    border-bottom: 1px solid #e9e9e9;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .stuff.details .nav .nav-item {
    flex: 1 0 auto;
  }
}
.faq.list {
  padding-top: 80px;
}
.faq.list .content-wrapper {
  padding-bottom: 30px;
}
.faq.list .col-md-9 {
  width: 100%;
}
.faq.list .questions-and-answers {
  margin: 10px;
  margin-top: 0px;
}
.faq.list .questions-and-answers .item {
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
}
.faq.list .questions-and-answers .item .question-w .question {
  margin-top: 0;
  display: block;
}
.faq.list .questions-and-answers .item .question-w i {
  color: orange !important;
  line-height: 1em;
  margin-right: 5px;
}
.faq.list .questions-and-answers .item .answer {
  color: black !important;
}
.faq.list .questions-and-answers .item .answer i {
  color: #018c7f;
  line-height: 1em;
  margin-right: 5px;
}
.faq.list .questions-and-answers .item + .item {
  border-top: solid 1px silver;
  text-align: justify;
}
@media (max-width: 767px) {
  .faq.list .page-content {
    padding: 0px;
  }
}

.tag .list .items {
  margin-bottom: 30px;
}
.tag .list .items .search-item {
  display: block;
  min-height: 70px;
  background: #fff;
  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 {
  left: -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: "\f054";
  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:after {
  content: "\f053";
  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;
}

/*****Shared**********/
/********Contact-Us**********/
.contact-us .contact-us-container h1 {
  font-size: 22px;
  font-weight: bold;
}
.contact-us .contact-us-container .contact-data {
  line-height: 30px;
  margin-bottom: 45px;
}
.contact-us .contact-us-container .contact-data .title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #3f949a;
}
.contact-us .contact-us-container .contact-data .item {
  margin-bottom: 30px;
  font-size: 14px;
  /* background-color: #fff; border: 2px solid var(--bs-secondary); border-radius: 10px; padding: 15px; font-size: 14px; box-shadow: 0 0 5px #3f949a;*/
}
.contact-us .contact-us-container .contact-data .item p em {
  background: #3f949a;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  font-size: 12px;
}
.contact-us .contact-us-container .contact-data .item p em:before {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}
.contact-us .contact-us-container .contact-data .item p:hover em:before {
  transform: rotate(360deg);
}
.contact-us .contact-us-container .contact-data .map-wrap iframe {
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  width: 100%;
  height: 100%;
}
.contact-us .contact-us-container .contact-form {
  display: none;
  margin-top: 45px;
}
.contact-us .contact-us-container select {
  appearance: auto;
}
.contact-us .contact-us-container .alert {
  text-align: center;
}
.contact-us .contact-us-container .captcha-box input {
  display: inline-block;
  width: calc(100% - 101px);
  height: 43px;
}
.contact-us .contact-us-container .captcha-box img {
  height: 43px;
  border-radius: 7px;
}

.article.list table {
  background-color: #fff;
  border-radius: 10px;
}
.article.list table a {
  color: var(--bs-secondary);
}
.article.list table a:hover {
  color: #000;
}
.article.list table tr th {
  vertical-align: top;
  padding: 15px;
  background: #3f949a;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.article.list table tr td {
  vertical-align: middle;
  padding: 15px;
}
.article.list table tr td:last-child a {
  font-size: 1.5rem;
}

.article.detail .detail-header h1 {
  font-size: 30px;
  color: #3f949a;
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  line-height: initial;
}
.article.detail .detail-info {
  margin: 15px auto;
}
.article.detail .detail-info .date {
  display: inline-block;
  border-right: 1px solid var(--bs-primary);
  padding-right: 15px;
  margin-right: 15px;
}
.article.detail .detail-info .share-like-rate {
  display: inline-block;
  float: right;
}
.article.detail .detail-info .share-like-rate .like {
  float: right;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1rem;
}
.article.detail .detail-info .share-like-rate .share-btn {
  float: right;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1rem;
}
.article.detail .detail-info .share-like-rate .rate {
  float: right;
  height: 34px;
  margin-top: 10px;
}
.article.detail table {
  background-color: #fff;
  border-radius: 10px;
}
.article.detail table tr th {
  vertical-align: top;
  padding: 15px;
  min-width: 200px;
}
.article.detail table tr td {
  vertical-align: middle;
  padding: 15px;
}
.article.detail table tr td ul {
  list-style-type: none;
}
.article.detail table tr td ul li {
  margin-bottom: 10px;
}
.article.detail table tr td ul li:before {
  content: "";
  margin-right: 10px;
  background: var(--bs-primary);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.article.form {
  /*.vue-uploader {display:inline-block;
  	div { display: inline-block; }
  	.text-info { display: none !important; }
  }*/
}
.article.form .custom-tabs {
  margin-bottom: 30px;
  border-bottom: 1px solid #ced4da;
  padding-bottom: 30px;
}
.article.form .custom-tabs .btn {
  width: 33%;
  background-color: #fff;
  margin: 0 5px;
  border: 1px solid #ced4da;
}
.article.form .custom-tabs .btn.active {
  border: 0;
  background-color: #3f949a;
  color: #fff;
}
.article.form .custom-input {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .article.detail .detail-header h1 {
    font-size: 25px;
  }
  .article.detail table tr th {
    padding: 10px;
    min-width: unset;
  }
  .article.detail table tr td {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .article.detail .detail-header h1 {
    font-size: 16px;
  }
  .article.detail .detail-info {
    margin: 10px 0;
  }
  .article.detail .detail-info .date {
    border-right: 0;
    font-size: 12px;
    margin: 0;
  }
  .article.detail .detail-info .share-like-rate {
    display: block;
    float: none;
    border-bottom: 1px solid var(--bs-primary);
  }
}
.blog-item {
  box-shadow: 0 0px 5px 0px #cecece;
  padding: 10px;
  background: white;
}
.blog-item .img-wrap {
  display: block;
  overflow: hidden;
}
.blog-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
}
.blog-item .txt-wrap {
  text-align: left;
  padding: 15px;
}
.blog-item .txt-wrap h2 {
  font-size: 18px;
}
.blog-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
}
.blog-item .txt-wrap .view-date {
  display: inline-block;
  margin-top: 5px;
  color: #7d7d87;
}
.blog-item .txt-wrap .view-date .view {
  display: inline-block;
  margin-right: 10px;
}
.blog-item .txt-wrap .view-date .view span {
  margin-left: 2px;
}
.blog-item .txt-wrap .view-date .date {
  display: inline-block;
}
.blog-item .txt-wrap .view-date .date span {
  margin-left: 2px;
}
.blog-item .txt-wrap .more-btn {
  display: inline-block;
}
.blog-item:hover .img-wrap img {
  transform: scale(1.05);
}

.blog.detail .detail-page {
  line-height: 2;
  text-align: justify;
}
.blog.detail .detail-page .detail-header .rate {
  margin-top: 25px;
}
.blog.detail .detail-page .detail-img img, .blog.detail .detail-page .detail-dscp img {
  width: 100%;
  border-radius: 10px;
}
.blog.detail .detail-page .detail-img {
  text-align: center;
}
.blog.detail .detail-page .detail-info {
  color: gray;
}
.blog.detail .like {
  cursor: pointer;
  float: right;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1rem;
}
.blog.detail .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.blog.detail .like.liked:after {
  font-weight: bold;
  color: red;
}
.blog.detail .share-btn {
  float: right;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1rem;
}
.blog.detail .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.news-list .news-item {
  position: relative;
  box-shadow: 0 5px 5px 0px #cecece;
}
.news-list .news-item .row {
  margin: 0;
  background: white;
}
.news-list .news-item .row .img-wrap {
  padding: 0;
}
.news-list .news-item .row .img-wrap a {
  display: block;
  overflow: hidden;
  border: 1px solid #39a0a8;
}
.news-list .news-item .row .img-wrap a img {
  transition: all 0.3s ease;
  max-width: 100%;
  width: 100%;
  transition: all 0.3s ease;
}
.news-list .news-item .row .img-wrap:hover a img {
  transform: scale(1.05);
}
.news-list .news-item .row .txt-wrap {
  text-align: left;
  padding: 15px;
}
.news-list .news-item .row .txt-wrap .news-title {
  font-size: 18px;
  font-weight: bold;
}
.news-list .news-item .row .txt-wrap .news-dscp {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
}
.news-list .news-item .row .txt-wrap .view-date {
  display: inline-block;
  margin-top: 5px;
  color: #7d7d87;
}
.news-list .news-item .row .txt-wrap .view-date .view {
  display: inline-block;
  margin-right: 10px;
}
.news-list .news-item .row .txt-wrap .view-date .view span {
  margin-left: 2px;
}
.news-list .news-item .row .txt-wrap .view-date .date {
  display: inline-block;
}
.news-list .news-item .row .txt-wrap .view-date .date span {
  margin-left: 2px;
}
.news-list .news-item .row .txt-wrap .more-btn {
  display: inline-block;
  float: right;
}

.newslist-loop-wrap {
  position: relative;
  margin-bottom: 30px;
}

.newslist-loop .owl-item {
  overflow: hidden;
}
.newslist-loop .news-item {
  box-shadow: unset;
}
.newslist-loop .news-item .img-wrap {
  background: #000;
  border: none !important;
}
.newslist-loop .news-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.newslist-loop .news-item .txt-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 100px;
  width: 620px;
  background: transparent;
  transition: all 0.5s ease;
}
.newslist-loop .news-item .txt-wrap .tags-wrap {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 22px;
}
.newslist-loop .news-item .txt-wrap .tags-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 1px;
  background: var(--bs-primary);
}
.newslist-loop .news-item .txt-wrap .tags-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100px;
  height: 7px;
  background: url("/Images/my-icons.png") 0 -109px;
}
.newslist-loop .news-item .txt-wrap .tags-wrap a {
  background: #fff;
  padding: 2px 15px;
  margin: 0 4px;
  font-size: 18px;
  line-height: 28px;
  color: #303030;
}
.newslist-loop .news-item .txt-wrap .tags-wrap a:hover {
  background: var(--bs-primary);
  color: #fff;
}
.newslist-loop .news-item .txt-wrap .news-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 20px;
  text-align: justify;
}
.newslist-loop .news-item .txt-wrap .news-dscp {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  text-align: justify;
  height: auto !important;
  margin-bottom: 30px;
}
.newslist-loop .news-item .txt-wrap .view-date {
  display: inline-block;
  float: left;
  color: #fff;
}
.newslist-loop .news-item .more-btn {
  background: unset;
  padding: 0;
  float: right;
}
.newslist-loop .news-item .more-btn a {
  padding: 10px 30px;
}
.newslist-loop .news-item:hover .img-wrap img {
  transform: none;
}
.newslist-loop .owl-item.active .news-item .img-wrap img {
  animation: newsloopimg;
  animation-duration: 10s;
}
.newslist-loop .owl-item.active .news-item .txt-wrap {
  transform: translateY(-50%);
}
.newslist-loop .owl-dots {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  display: block;
  text-align: center;
}
.newslist-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: #fff;
}
.newslist-loop .owl-dots .owl-dot.active {
  background-color: var(--bs-primary);
  width: 18px;
}

@keyframes newsloopimg {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.newslist-loop-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  width: 410px;
  z-index: 1;
}
.newslist-loop-nav .item {
  background: rgba(35, 80, 84, 0.7);
  position: relative;
  width: 100%;
  height: 110px;
  margin-bottom: 20px;
  cursor: pointer;
}
.newslist-loop-nav .item:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -999px;
  left: -999px;
  margin: auto;
  width: 410px;
  height: 8px;
  background: url(/Images/my-icons.png) -100px -100px;
}
.newslist-loop-nav .item .txt-wrap {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  height: 110px;
}
.newslist-loop-nav .item .txt-wrap:before {
  content: "";
  position: absolute;
  background: rgba(8, 129, 138, 0.6) url("/Images/pattern-1.png") top center;
  transition: all 300ms ease;
  right: -15%;
  left: auto;
  top: 0;
  width: 0;
  height: 100%;
  /*transform: skewX(45deg);*/
  z-index: -1;
}
.newslist-loop-nav .item .txt-wrap .news-title {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  padding: 15px 20px 5px;
}
.newslist-loop-nav .item .txt-wrap a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: var(--bs-primary);
  line-height: 30px;
}
.newslist-loop-nav .item .txt-wrap a:hover {
  color: #fff;
}
.newslist-loop-nav .item:hover .txt-wrap:before, .newslist-loop-nav .item.active .txt-wrap:before {
  width: 160%;
}

.news.detail .detail-page {
  line-height: 2;
  font-size: 1.1rem;
}
.news.detail .detail-page .detail-header {
  position: relative;
}
.news.detail .detail-page .detail-header h1 {
  font-size: 36px;
  color: #3f949a;
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  line-height: initial;
}
.news.detail .detail-page .detail-header:before {
  content: "";
  position: absolute;
  top: -30px;
  right: -999px;
  left: -999px;
  margin: 0 auto;
  display: block;
  width: 3000px;
  height: 410px;
  background: #fff;
  z-index: -1;
}
.news.detail .detail-page .detail-img {
  position: relative;
  /*max-width: 970px; margin: 0 auto;*/
  border-radius: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.news.detail .detail-page .detail-img > img {
  width: 100%;
}
.news.detail .detail-page .detail-gallery {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  width: 100%;
  overflow: auto;
}
.news.detail .detail-page .detail-gallery .news-gallery-box {
  width: max-content;
}
.news.detail .detail-page .detail-gallery .news-gallery-box > div {
  display: inline-block;
  vertical-align: top;
}
.news.detail .detail-page .detail-info {
  margin: 30px 0;
}
.news.detail .detail-page .detail-info .tags {
  display: inline-block;
  border-right: 1px solid var(--bs-primary);
  padding-right: 15px;
  margin-right: 15px;
}
.news.detail .detail-page .detail-info .tags span {
  display: none;
}
.news.detail .detail-page .detail-info .tags a {
  font-size: 22px;
}
.news.detail .detail-page .detail-info .tags a:hover {
  color: var(--bs-primary);
}
.news.detail .detail-page .detail-info .pub-date, .news.detail .detail-page .detail-info .view-count {
  font-size: 16px;
  padding: 0 10px;
}
.news.detail .detail-page .detail-info .pub-date i, .news.detail .detail-page .detail-info .view-count i {
  color: #3f949a;
}
.news.detail .detail-page .detail-info .share-like-rate {
  display: inline-block;
  float: right;
}
.news.detail .detail-page .detail-info .share-like-rate .rate {
  float: right;
  height: 34px;
  margin-top: 15px;
}
.news.detail .detail-page .detail-dscp {
  text-align: justify;
  margin: 20px 0;
  padding: 30px;
  background: #fff;
}
.news.detail .like {
  cursor: pointer;
  float: right;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1rem;
}
.news.detail .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.news.detail .like.liked:after {
  font-weight: bold;
  color: red;
}
.news.detail .share-btn {
  float: right;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1rem;
}
.news.detail .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

@media (max-width: 1599px) {
  .newslist-loop .news-item .txt-wrap {
    margin-left: 80px;
  }
  .newslist-loop .news-item .txt-wrap .news-title {
    line-height: 30px;
    margin-bottom: 15px;
  }
  .newslist-loop .news-item .txt-wrap .news-dscp {
    line-height: 30px;
    margin-bottom: 15px;
  }

  .newslist-loop-nav {
    right: 80px;
  }
  .newslist-loop-nav .item {
    height: 120px;
  }
  .newslist-loop-nav .item .txt-wrap {
    height: 120px;
  }
  .newslist-loop-nav .item .txt-wrap .news-title {
    padding: 10px 15px 5px;
    height: 75px;
    overflow: hidden;
  }
}
@media (max-width: 1365px) {
  .newslist-loop .news-item .txt-wrap {
    margin-left: 30px;
  }

  .newslist-loop-nav {
    right: 30px;
  }
  .newslist-loop-nav .item {
    height: 100px;
  }
  .newslist-loop-nav .item .txt-wrap {
    height: 100px;
  }
  .newslist-loop-nav .item .txt-wrap a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .newslist-loop .news-item .txt-wrap {
    margin-left: 0;
    width: 70%;
    padding: 0 15px;
  }
  .newslist-loop .news-item .txt-wrap .tags-wrap {
    margin-bottom: 15px;
  }
  .newslist-loop .news-item .txt-wrap .news-title {
    line-height: inherit;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .newslist-loop .news-item .txt-wrap .news-dscp {
    line-height: inherit;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .newslist-loop-nav {
    right: 15px;
    width: 275px;
  }
  .newslist-loop-nav .item {
    height: 80px;
  }
  .newslist-loop-nav .item:before {
    width: 275px;
    background-position: -175px -100px;
  }
  .newslist-loop-nav .item .txt-wrap {
    height: 80px;
  }
  .newslist-loop-nav .item .txt-wrap .news-title {
    font-size: 13px;
    line-height: 25px;
    height: 65px;
  }
  .newslist-loop-nav .item .txt-wrap a {
    font-size: 14px;
    line-height: 10px;
  }
}
@media (max-width: 991px) {
  .newslist-loop .news-item .img-wrap {
    height: 400px;
  }
  .newslist-loop .news-item .txt-wrap {
    width: 100%;
  }

  .newslist-loop-nav {
    display: none;
  }

  .news.detail .detail-page .detail-header h1 {
    font-size: 30px;
  }
  .news.detail .detail-page .detail-info .share-like-rate {
    display: block;
    float: none;
  }
}
@media (max-width: 767px) {
  .newslist-loop .news-item .img-wrap {
    height: 400px;
  }

  .news.detail .detail-page .detail-header h1 {
    font-size: 20px;
    text-align: justify;
  }

  .news.detail .detail-page .detail-info {
    margin: 10px 0;
  }
  .news.detail .detail-page .detail-info .tags {
    display: block;
    border-right: 0;
    border-bottom: 1px solid var(--bs-primary);
    margin: 0;
  }
  .news.detail .detail-page .detail-info .tags a {
    font-size: 16px;
  }
  .news.detail .detail-page .detail-info .pub-date, .news.detail .detail-page .detail-info .view-count {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media (max-width: 575px) {
  .newslist-loop .news-item .img-wrap {
    height: 500px;
  }
  .newslist-loop .news-item .txt-wrap {
    padding: 0 15px;
  }
  .newslist-loop .owl-dots {
    bottom: 10px;
  }
}
/*****Shared**********/
.gallery .gallery-list .gallery-item {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background-color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
.gallery .gallery-list .gallery-item .img-wrap {
  text-align: center;
  padding: 15px;
}
.gallery .gallery-list .gallery-item .img-wrap a {
  overflow: hidden;
}
.gallery .gallery-list .gallery-item .img-wrap a img {
  mix-blend-mode: multiply;
  transition: all 0.3s ease;
}
.gallery .gallery-list .gallery-item .txt-wrap {
  position: relative;
  padding: 15px 15px 15px;
}
.gallery .gallery-list .gallery-item .txt-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 245px;
  height: 2px;
  margin: 0 auto;
  background-color: #e5e5e5;
}
.gallery .gallery-list .gallery-item .txt-wrap h2 a {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.gallery .gallery-list .gallery-item .txt-wrap p {
  display: block;
  font-size: 15px;
  margin: 0;
}
.gallery .gallery-list .gallery-item:hover .img-wrap a img {
  transform: scale(1.05);
}
.gallery .gallery-list .gallery-item:hover .txt-wrap h2 a {
  color: var(--bs-primary);
}
.gallery .gallery-list .gallery-item:hover .more-link a {
  padding: 0 50px;
}
.gallery .gallery-list .gallery-item .more-btn {
  line-height: 38px;
  color: #fff;
  background-color: var(--bs-primary);
  padding: 5px 25px;
  border-radius: 5px;
}
.gallery .gallery-list .gallery-item .more-btn:hover {
  padding: 5px 50px;
}

.gallery-container #gallery-thumbnails .image-thumbnail {
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 10px;
  max-height: 100%;
  transition: 0.3s all;
}
.gallery-container #gallery-thumbnails .image-thumbnail:hover {
  box-shadow: 6px 6px 14px 0px #b5b5b5;
}
.gallery-container #gallery-thumbnails .image-thumbnail img {
  object-fit: cover;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.gallery-container .lg-outer .lg-inner {
  direction: rtl;
}
.gallery-container .main-title {
  color: var(--bs-primary);
}
.gallery-container .main-title .border {
  border-bottom: 2px solid var(--bs-primary);
  display: block;
  margin: 20px 0;
  width: 50%;
}

.inline-gallery-container {
  direction: rtl;
  width: 100%;
  padding-bottom: 65%;
  margin: 30px auto;
  display: none;
}

.grid-container .container-fluid {
  padding: 0;
}

.carousel-container {
  direction: ltr;
}
.carousel-container .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-container .title {
  text-align: center;
  font-weight: normal;
  direction: ltr;
}
.carousel-container .description {
  direction: ltr;
}
.carousel-container .price {
  font-size: 1rem;
  direction: ltr;
  text-align: right;
}
.carousel-container .owl-carousel {
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
}
.carousel-container .owl-carousel .owl-nav {
  position: absolute;
  right: 10px;
  left: 10px;
  bottom: 50%;
  transform: translateY(-50%);
}
.carousel-container .owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
.carousel-container .owl-carousel .owl-nav .owl-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--bs-secondary);
  transition: all 0.3s ease;
  font-size: 1.5em;
  color: var(--bs-primary);
}
.carousel-container .owl-carousel .owl-nav .owl-next:hover {
  transform: scale(1.05);
}
.carousel-container .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
.carousel-container .owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--bs-secondary);
  transition: all 0.3s ease;
  font-size: 1.5em;
  color: var(--bs-primary);
}
.carousel-container .owl-carousel .owl-nav .owl-prev:hover {
  transform: scale(1.05);
}
.carousel-container .owl-carousel .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
}
.carousel-container .owl-carousel .owl-dots .owl-dot {
  border-radius: var(--border-radius);
  padding: 0;
  transition: 0.3s all;
  width: 9px;
  height: 9px;
  margin: 0 2px;
  background-color: #fff;
}
.carousel-container .owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--bs-primary);
  width: 18px;
}
.carousel-container .owl-carousel.full-screen-carousel {
  /*margin: 0 !important; padding: 0;*/
}
.carousel-container .owl-carousel.full-screen-carousel .owl-dots {
  display: block;
}
.carousel-container .owl-carousel.full-screen-carousel .owl-nav {
  position: absolute;
  left: 70px;
  bottom: 30px;
  right: auto;
}
.carousel-container .owl-carousel.full-screen-carousel .owl-nav .owl-next {
  right: 10px;
  left: auto;
}
.carousel-container .owl-carousel.full-screen-carousel .owl-nav .owl-prev {
  left: 0;
  right: auto;
}
.carousel-container .owl-item.active .item:before {
  animation: bannerArrow;
  animation-duration: 7s;
}

.filters-container {
  position: sticky;
  top: 70px;
  background: #ffff;
  border: 1px solid #e0e0e6;
  border-radius: 7px;
}
.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-left: 5px;
}
.filters-container .filter-item-container .filter-items {
  list-style: none;
  padding: 10px;
  max-height: 250px;
  overflow: auto;
  border-bottom: 1px solid #f1f1f1;
}
.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-left: none;
  position: absolute;
  right: 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-left: none !important;
  z-index: 1;
}
.filters-container .filter-item-container .filter-items .input-group input:focus {
  border: 1px solid #f1f2f4;
  border-left: 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 {
  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;
}

.display-priority {
  background: white;
  padding: 0 10px 10px;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0 -1rem;
  border-bottom: 1px solid #f1f2f4;
}
.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;
}
.display-priority .button.selected {
  font-weight: bold;
  color: var(--bs-primary);
  position: relative;
}
.display-priority .stuff-count {
  font-weight: normal;
  padding-top: 15px;
}
.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: left;
  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 {
  -webkit-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  transform: translateX(-16px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  right: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.search-info .row > * {
  padding: 0;
}
.search-info .row div:first-child .stuff-item, .search-info .row div:nth-child(5n) .stuff-item {
  border-left: none;
}
.search-info .row div:nth-child(4n) .stuff-item {
  border-right: none;
}

.stuff-item {
  background: #fff;
  border: 1px solid #f1f2f4;
  display: block;
  border-top: none;
  position: relative;
}
.stuff-item .stuff-des {
  margin-top: 20px;
}
.stuff-item .stuff-des h2 {
  font-size: 0.9rem;
  font-weight: 700;
  min-height: 45px;
  padding: 5px 15px;
  height: 70px;
}
.stuff-item .stuff-img {
  text-align: center;
}
.stuff-item .stuff-rate i {
  color: gold;
}
.stuff-item .price-box {
  font-size: 1rem;
  padding: 5px 15px;
}
.stuff-item .price-box .unit {
  display: inline-block;
  font-size: 0.9rem;
}
.stuff-item:hover {
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
}

.price-filter .price-slider-bg {
  padding: 0 20px;
}
.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;
}

.stuff.details .float-button {
  bottom: 100px;
}
.stuff.details .stuff-des ul {
  list-style: none;
  padding-left: 15px;
  margin-top: 5px;
}
.stuff.details .stuff-actions {
  position: absolute;
  left: 0;
  top: 20px;
  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 .code {
  font-size: 0.7rem;
  margin: 5px 0;
  color: #9f9f9f;
}
.stuff.details .mobile-buy-section {
  display: none;
}
.stuff.details .sibling-container {
  padding: 19px;
  border: 1px solid #e0e0e6;
  border-radius: 10px;
  margin: 10px 0 50px;
}
.stuff.details .stuff-top {
  background: #fff;
  padding: 15px;
  margin: 0;
  position: relative;
  border-radius: 7px;
}
.stuff.details .stuff-des {
  padding: 15px;
  font-size: 0.9rem;
}
.stuff.details .stuff-des .brand a {
  color: var(--bs-primary);
  font-weight: bold;
}
.stuff.details .stuff-des .title-fa {
  font-weight: bold;
  font-size: 1.1rem;
}
.stuff.details .stuff-des .title-en {
  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: 7px;
}
.stuff.details .stuff-des .summary {
  font-size: 1rem;
  color: #767790;
}
.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 {
  display: inline-block;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #cfcfd8;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item:last-child:after {
  display: none;
}
.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-left: 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-left: 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;
  left: 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;
  right: 0;
  left: 0;
  top: 50%;
  background: #767790;
}
.stuff.details #gallery-thumbnails {
  border-radius: 7px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: auto;
}
.stuff.details .nav {
  background: white;
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid #e9e9e9;
}
.stuff.details .nav .nav-link {
  border-radius: 0;
  color: #767790;
  position: relative;
}
.stuff.details .nav .nav-link.active {
  color: var(--bs-primary);
  font-weight: bold;
  background: none;
}
.stuff.details .nav .nav-link.active:after {
  content: "";
  border-bottom: 4px solid var(--bs-primary);
  border-radius: 10px 10px 0 0;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 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;
  left: 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 .other-stuff {
  display: none;
}
.stuff.details #faq-section .questions .icon {
  margin-right: 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-right: 20px;
}
.stuff.details #faq-section .answer:last-child {
  border: none;
}
.stuff.details [more-content] {
  display: none;
}

@media (max-width: 1200px) {
  .search-info .row div:first-child .stuff-item, .search-info .row div:nth-child(4n) .stuff-item {
    border: 1px solid #f1f2f4;
    border-left: none;
  }
  .search-info .row div:nth-child(3n) .stuff-item {
    border: 1px solid #f1f2f4;
    border-right: none;
  }
}
@media (max-width: 992px) {
  .filter-items-container {
    position: fixed;
    top: 120%;
    bottom: 0;
    right: 0;
    left: 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: 0;
  }

  .stuff.details .buy-information {
    position: fixed;
    background: #f7f7f8;
    right: 0;
    left: 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: right;
    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: 768px) {
  .display-priority .title {
    display: none;
    cursor: pointer;
  }
  .display-priority .priority-container {
    position: fixed;
    z-index: 10;
    bottom: -100%;
    right: 0;
    left: 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: right;
  }
  .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-actions {
    position: relative;
    text-align: right;
    margin-bottom: 10px;
  }
  .stuff.details .stuff-actions .like, .stuff.details .stuff-actions .share-btn {
    display: inline-block !important;
  }

  .display-priority .stuff-count {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  /* .search-info .stuff-item { display: flex; flex-wrap: wrap;
      .stuff-img { padding: 0; padding-left: 10px;
          img { width: 120px; }
      }
      .stuff-des { flex: 1; }
      .stuff-rate { flex: 0 0 100%; margin-top: -30px; }
      .price-box { flex: 0 0 100%; }
  }*/
  .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: right;
  margin-bottom: 15px;
}
body.cart .footer {
  position: relative;
  margin-top: 25px;
}
body.cart .footer .back-button {
  position: absolute;
  top: 0;
  right: 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: right;
  margin-bottom: 8px;
  padding-top: 8px;
  border-top: 2px solid #dcdcdc;
}
body.cart .cart .actions .invoice {
  display: inline-block;
  margin-right: 8px;
  padding-right: 14px;
  border-right: 1px solid #ededed;
  padding-left: 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;
  left: -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-right: 0;
  border-right: 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-right: 1px solid #979797;
  font-size: 0.857em;
  font-weight: bold;
}
body.cart .cart .items-group .headers .cell {
  text-align: center;
  border-left: 1px solid #979797;
  float: left;
  height: 100%;
}
body.cart .cart .items-group .headers .cell:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -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-right: 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: left;
  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-left: 1px solid #979797;
  height: 100%;
  float: left;
}
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;
  left: 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: left;
  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-right: 1px solid #888;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs .specs span:first-child {
  padding-left: 0;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs .specs span:last-child {
  border-right: 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: rtl;
}
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: rtl;
}
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-left: 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: left;
  height: 55px;
}
body.cart .cart .costs .cell.i1 {
  font-size: 1.142em;
  width: 313px;
  border-bottom: 1px solid #979797;
  border-left: 1px solid #979797;
  font-weight: bold;
}
body.cart .cart .costs .cell.i2 {
  font-size: 1.275em;
  width: 243px;
  border-left: 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-right: 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-right: 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: right;
  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: left;
    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: right;
    padding-right: 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-left: 30px;
  }
  body.cart .cart .costs-mobile .group-row.i1 .row.i1 .no-wrap .title:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: -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-left: 30px;
  }
  body.cart .cart .costs-mobile .group-row.i1 .row.i2 .total .title:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: -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-left: 40px;
    margin-right: 40px;
    display: inline-block;
    margin-top: 8px;
  }
  body.cart .inner-page-header .actions {
    text-align: center;
  }
  body.cart .inner-page-header .actions .invoice {
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 0;
    border-right: none;
  }
  body.cart .cart .actions {
    float: none;
    text-align: center;
    border: none;
  }
  body.cart .cart .actions .invoice {
    margin: 0 10%;
    padding-right: 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: right;
    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: left;
  }
  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: left;
  }
  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-left: 10px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 8px;
  }
  body.cart .inner-page-header .actions {
    text-align: center;
  }
  body.cart .inner-page-header .actions .invoice {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
    border-right: 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: left;
  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: left;
}
.cart-submit.modal .modal-content .modal-body.step-3 .address-form {
  text-align: left;
}
.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: left;
  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-right-color: #f5f5f1;
  border-radius: 8px 0 0 8px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-left: 15px;
}
.cart-submit.modal .modal-content .shipping-address .address-titles .title.selected {
  cursor: auto;
  font-weight: bold;
  margin-left: 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: 0 8px 8px 8px;
  float: left;
  margin-left: -1px;
  position: relative;
  z-index: 1;
  text-align: left;
  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-right: 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;
  right: -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-right: 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: right;
}
.invoice.modal .modal-content .modal-body .header .date-wrapper .date {
  display: inline-block;
  border-bottom: 1px dotted #c1c1c1;
  text-align: right;
}
.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-left: 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-left: 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-right: 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: right;
  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: right;
  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-right: 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: left;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .title-wrapper {
  position: relative;
  margin-right: 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-right: 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: right;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .quantity-and-price {
  float: right;
  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-right: 15px;
  padding-left: 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: right;
  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: left;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option .icon-wrapper {
  text-align: right;
  display: inline-block;
  width: 40px;
  margin-right: 5px;
  border-right: 1px dotted #cbcbcb;
  padding-right: 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: left;
  margin-top: 10px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .package-items .package-item {
  margin: 8px 10px 8px 5px;
}
.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-left: 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: left;
  text-align: left;
  display: table;
}
.invoice.modal .modal-content .modal-body .section-2 .shipping div.icon-wrapper {
  display: table-cell;
  border-right: 1px solid white;
  padding: 0 25px 0 44px;
  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: right;
  width: 330px;
  text-align: left;
  font-size: 0.9em;
}
.invoice.modal .modal-content .modal-body .section-2 .costs label {
  width: 170px;
  text-align: right;
  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: left;
}
.invoice.modal .modal-content .modal-body .result .column.middle {
  float: right;
}
.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: right;
}
.invoice.modal .modal-content .modal-body .result .column.left .print {
  float: right;
  margin-left: 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: left;
}
.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: right;
}
.invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice .column.left .print {
  display: inline-block;
  margin-left: 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: left;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart-labels .chart-label.left {
  float: right;
}
.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;
  left: 0;
  /*@include icons-big-slider-bg-right;*/
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-bg .left.part {
  padding-left: 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%;
  right: 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 {
  right: 0;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .range-points .points .point.max {
  left: 0;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points {
  position: absolute;
  width: 100%;
  right: 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;
  right: 27px;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .selected-indicator {
  position: absolute;
  width: 80px;
  right: -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;
  right: 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-right: -17px;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .point .icon {
  margin-right: 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-right: -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;
  right: -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: left;
  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: left;
  width: 30%;
}
.invoice.modal .modal-content .shipping-address .address-titles .title {
  padding: 25px 10px;
  background: #f5f5f1;
  border: 1px solid #dddddd;
  text-align: center;
  border-right-color: #f5f5f1;
  border-radius: 8px 0 0 8px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-left: 15px;
}
.invoice.modal .modal-content .shipping-address .address-titles .title.selected {
  cursor: auto;
  font-weight: bold;
  margin-left: 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: left;
}
.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;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.invoice.modal .modal-content > .bg > div {
  position: absolute;
}
.invoice.modal .modal-content > .bg .top-left {
  top: 0;
  right: 0;
  height: 522px;
  width: 180px;
  background: url("/images/popup-top-left-corner.png") no-repeat;
  background-position: top right;
  z-index: 4;
}
.invoice.modal .modal-content > .bg .top-right {
  top: 0;
  left: 0;
  bottom: 210px;
  width: 214px;
  background: #f3f3f3;
  background-position: top left;
  z-index: 2;
}
.invoice.modal .modal-content > .bg .bottom-left {
  bottom: 0;
  right: 0;
  top: 522px;
  width: 180px;
  background: #f3f3f3;
  background-position: bottom right;
  z-index: 1;
}
.invoice.modal .modal-content > .bg .bottom-right {
  bottom: 0;
  left: 0;
  width: 214px;
  height: 214px;
  background: url("/images/popup-right-bottom-corner.png") no-repeat;
  background-position: bottom left;
  z-index: 3;
}
.invoice.modal .modal-content > .bg .middle {
  right: 180px;
  left: 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 right;
  z-index: 2;
  width: 149px;
  height: 109px;
  left: 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: right;
  }
  .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-right: 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;
    left: 15px;
    bottom: 15px;
  }
}
@media (max-width: 768px) {
  .modal:before {
    margin-left: 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;
    right: 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 25px 0 10px;
  }
  .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-left: -10px;
  }
  .invoice.modal .modal-content .modal-body .invoices-chart .chart-labels .chart-label.left {
    margin-right: -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;
    left: 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;
    left: -3vw !important;
    right: 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: right;
    padding-right: 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: right;
    padding-right: 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 .tab-container .tab-item {
  padding: 0 40px;
  cursor: pointer;
  text-align: center;
}
.page-login .tab-container .tab-item.active {
  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: 5px 0 0 5px;
}
.user-panel .paging .page-items .page-item:last-child {
  border-radius: 0 5px 5px 0;
}
.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-right: 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;
  left: 0;
  border-radius: 0 3px 3px 0;
}
.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-right: 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;
  right: 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-right: 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 {
  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 {
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
  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;
  right: 0.5rem;
  bottom: 0.5rem;
  background: #e8e8e8;
  padding: 1px 10px;
  border-radius: 5px 0 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-right: 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;
  right: 0.5rem;
  bottom: 0.5rem;
  background: #e8e8e8;
  padding: 1px 10px;
  border-radius: 5px 0 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-left: 1px solid var(--bs-border-color);
  }
  .user-panel .nav-wrapper .navigation .nav-item.active:after {
    content: "";
    position: absolute;
    background: var(--bs-primary);
    left: 0;
    right: 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;
  }
}
.video-item {
  box-shadow: 0 0px 5px 0px #cecece;
}
.video-item .img-wrap {
  display: block;
  overflow: hidden;
}
.video-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
}
.video-item .txt-wrap {
  text-align: left;
  padding: 15px;
  background: white;
}
.video-item .txt-wrap h2 {
  font-size: 18px;
  font-weight: bold;
}
.video-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
}
.video-item .txt-wrap .view-date {
  display: inline-block;
  margin-top: 5px;
  color: #7d7d87;
}
.video-item .txt-wrap .view-date .view {
  display: inline-block;
  margin-right: 10px;
}
.video-item .txt-wrap .view-date .view span {
  margin-left: 2px;
}
.video-item .txt-wrap .view-date .date {
  display: inline-block;
}
.video-item .txt-wrap .view-date .date span {
  margin-left: 2px;
}
.video-item .txt-wrap .more-btn {
  display: inline-block;
  float: right;
}
.video-item:hover .img-wrap img {
  transform: scale(1.05);
}

.video.detail video {
  width: 100%;
}

.html-page .main-title, .html-page h1 {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.html-page .page-content a {
  color: var(--bs-primary);
}
.html-page .page-content ul {
  list-style-type: none;
}
.html-page .page-content ul li {
  margin-bottom: 10px;
}
.html-page .page-content ul li:before {
  content: "";
  margin-right: 10px;
  background: var(--bs-primary);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.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 {
  line-height: 2;
  background-color: #fff;
  padding: 15px;
}
.html-page .html-page-container .rate {
  float: right;
  margin-top: 12px;
}
.html-page .html-page-container .sub-menu-item {
  margin-bottom: 15px;
}
.html-page .html-page-container .sub-menu-item .img-container {
  text-align: center;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
  background: #fff;
  display: block;
}
.html-page .html-page-container .sub-menu-item .img-container img {
  transform: scale(1);
  transition: 0.3s all;
}
.html-page .html-page-container .sub-menu-item .title {
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  font-size: 0.9rem;
}
.html-page .html-page-container .sub-menu-item:hover img {
  transform: scale(1.05);
}
.html-page .html-page-container h2 {
  font-size: 1.8rem;
}
.html-page .html-page-container table td a {
  color: white;
  display: block;
}
.html-page .html-page-container ul.sub-menu-item-container {
  flex-direction: column;
}
.html-page .html-page-container ul.sub-menu-item-container a {
  color: var(--bs-primary);
}

.machine-page {
  text-align: justify;
}
.machine-page img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.machine-page .col-md-6 {
  margin-bottom: 30px;
}

.manshoor-page p {
  font-size: 23px;
  line-height: 40px;
}
.manshoor-page ol {
  list-style-type: none;
  column-count: 2;
  column-gap: 50px;
  margin-top: 30px;
  font-size: 18px;
}
.manshoor-page ol li {
  margin-bottom: 10px;
  counter-increment: step-counter;
}
.manshoor-page ol li:before {
  margin-right: 10px;
  content: counter(step-counter);
  background: #209199;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
}

@media (max-width: 991px) {
  .manshoor-page p {
    font-size: 18px;
    line-height: 30px;
  }
  .manshoor-page ol {
    column-count: 1;
    font-size: 14px;
  }
}
.rotbe-page table {
  background: #fff;
  margin-bottom: 50px;
  border-color: var(--bs-secondary);
}
.rotbe-page table th {
  background-color: #3f949a;
  color: #fff !important;
}

.chart-page {
  position: relative;
}
.chart-page .chart-pic {
  position: absolute;
  left: 130px;
  top: -50px;
}
.chart-page .item.active, .chart-page .item:hover {
  color: var(--bs-primary);
}
.chart-page .tree-nav__item {
  display: block;
  position: relative;
}
.chart-page .tree-nav__item .tree-nav__item {
  margin-left: 2.4rem;
}
.chart-page .tree-nav__item.is-expandable:before {
  border-left: 1px solid var(--bs-secondary);
  content: "";
  height: 100%;
  left: 0.8rem;
  position: absolute;
  top: 2.4rem;
  height: calc(100% - 2.4rem);
}
.chart-page .tree-nav__item.is-expandable summary {
  display: block;
  cursor: pointer;
  outline: 0;
}
.chart-page .tree-nav__item.is-expandable summary::-webkit-details-marker {
  display: none;
}
.chart-page .tree-nav__item.is-expandable > .tree-nav__item-title {
  padding-left: 1.5rem;
}
.chart-page .tree-nav__item.is-expandable > .tree-nav__item-title:before {
  position: absolute;
  will-change: transform;
  transition: transform 300ms ease;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: var(--bs-primary);
  content: "\f053";
  left: 0;
  display: inline-block;
  width: 1.6rem;
  text-align: center;
}
.chart-page .tree-nav__item.is-expandable[open] > .tree-nav__item-title::before {
  transform: rotate(-90deg);
}
.chart-page .tree-nav__item-title {
  cursor: pointer;
  display: block;
  outline: 0;
  color: #000;
  padding-left: 0.5rem;
}
.chart-page .tree-nav__item-title::-webkit-details-marker {
  display: none;
}
.chart-page .manager-view {
  max-width: 560px;
  margin: 0 auto;
}
.chart-page .manager-view .itemPo {
  box-shadow: 0 0px 5px 0px #cecece;
  background: white;
  border-radius: 10px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 15px;
}
.chart-page .manager-view .itemPo h2 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #3f949a;
  padding: 10px 30px;
  border-radius: 10px 0 0 10px;
}
.chart-page .manager-view .itemPo .summary {
  text-align: center;
  font-size: 18px;
  color: #000;
  padding: 0 30px;
}
.chart-page .manager-view .itemPo .dscp {
  border-top: 1px solid #5cc6d0;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  line-height: 35px;
}
.chart-page .manager-view .itemPo .dscp img {
  display: inline-block;
  width: 25%;
  max-width: 125px;
  border: 1px solid #3f949a;
  transition: all 0.3s ease;
}
.chart-page .manager-view .itemPo .dscp img:hover {
  transform: scale(1.05);
}
.chart-page .manager-view .itemPo .dscp > div {
  display: inline-block;
  vertical-align: middle;
  width: 74%;
}
.chart-page .manager-view .itemPo .dscp > div.text-center {
  width: 100%;
}
.chart-page .manager-view .itemPo .dscp > div a {
  color: #3f949a;
}
.chart-page .manager-view .itemPo .dscp > div a:hover, .chart-page .manager-view .itemPo .dscp > div a.active {
  color: var(--bs-primary);
  cursor: pointer;
}
.chart-page .manager-view .itemPo .dscp p {
  position: relative;
  padding-left: 40px;
  margin-bottom: 5px;
}
.chart-page .manager-view .itemPo .dscp p:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #3f949a;
  color: #fff;
  transition: all 0.3s ease;
}
.chart-page .manager-view .itemPo .dscp p:nth-child(1):before {
  content: "\f095";
}
.chart-page .manager-view .itemPo .dscp p:nth-child(2):before {
  content: "\f1fa";
}
.chart-page .manager-view .itemPo .dscp p:nth-child(3):before {
  content: "\f1c1";
}
.chart-page .manager-view .itemPo .dscp p:hover:before {
  transform: rotate(360deg);
}
.chart-page .manager-view .itemPo .dscp a.btn {
  color: #fff;
}
.chart-page .manager-view .resume-wrap {
  display: none;
  box-shadow: 0 0px 5px 0px #cecece;
  background: white;
  border-radius: 10px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 15px;
}
.chart-page .manager-view .resume-wrap .resume-title {
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #3f949a;
  padding: 10px 30px;
  border-radius: 10px 0 0 10px;
}
.chart-page .manager-view .resume-wrap .resume-dscp {
  padding: 15px;
  font-size: 14px;
}
.chart-page .manager-view .resume-wrap .resume-dscp ul {
  padding-left: 20px;
}
.chart-page .manager-view .resume-wrap .resume-dscp ul li {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .chart-page .manager-view .itemPo h2 {
    font-size: 18px;
    padding: 10px 15px;
  }
  .chart-page .manager-view .itemPo .summary {
    font-size: 16px;
    padding: 0 15px;
  }
  .chart-page .manager-view .itemPo .dscp {
    margin-top: 5px;
    font-size: 14px;
  }
  .chart-page .manager-view .itemPo .dscp p {
    position: relative;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .chart-page .chart-pic {
    position: relative;
    display: block;
    left: unset;
    top: unset;
    margin-bottom: 30px;
  }
  .chart-page .manager-view .itemPo h2 {
    font-size: 16px;
    padding: 5px 10px;
  }
  .chart-page .manager-view .itemPo .summary {
    font-size: 14px;
    padding: 0 10px;
  }
  .chart-page .manager-view .itemPo .dscp {
    margin-top: 5px;
    padding: 10px;
    font-size: 12px;
  }
  .chart-page .manager-view .itemPo .dscp p {
    position: relative;
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .chart-page .manager-view .itemPo .dscp img {
    display: block;
    margin: 15px auto;
  }
}
.manager-page .item-wrap {
  display: flex;
}
.manager-page .item-wrap .item {
  box-shadow: 0 0px 5px 0px #cecece;
  padding: 15px;
  background: white;
  border-radius: 10px;
  display: flow-root;
  width: 100%;
}
.manager-page .item-wrap .item .img-wrap {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.manager-page .item-wrap .item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manager-page .item-wrap .item .img-wrap img:hover {
  transform: scale(1.05);
}
.manager-page .item-wrap .item .txt-wrap {
  text-align: left;
  margin-top: 15px;
}
.manager-page .item-wrap .item .txt-wrap h2 {
  font-size: 18px;
  text-align: center;
  color: #3f949a;
}
.manager-page .item-wrap .item .txt-wrap .summary {
  text-align: center;
  font-size: 14px;
  height: 56px;
}
.manager-page .item-wrap .item .txt-wrap .dscp {
  border-top: 1px solid #5cc6d0;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
  line-height: 35px;
}
.manager-page .item-wrap .item .txt-wrap .dscp p {
  position: relative;
  padding-left: 40px;
  font-size: 13px;
}
.manager-page .item-wrap .item .txt-wrap .dscp p:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #3f949a;
  color: #fff;
  transition: all 0.3s ease;
}
.manager-page .item-wrap .item .txt-wrap .dscp p:nth-child(1):before {
  content: "\f095";
}
.manager-page .item-wrap .item .txt-wrap .dscp p:nth-child(2):before {
  content: "\f1fa";
}
.manager-page .item-wrap .item .txt-wrap .dscp p:nth-child(3):before {
  content: "\f1c1";
}
.manager-page .item-wrap .item .txt-wrap .dscp p:hover:before {
  transform: rotate(360deg);
}
.manager-page .item-wrap .item .txt-wrap .dscp p a {
  color: #3f949a;
}
.manager-page .item-wrap .item .txt-wrap .dscp p a:hover {
  color: var(--bs-primary);
}
.manager-page .item-wrap .item .txt-wrap .dscp .resume-txt {
  display: none;
}
.manager-page .item-wrap:first-child {
  width: 100%;
}
.manager-page .item-wrap:first-child .item {
  display: flex;
  width: 100%;
}
.manager-page .item-wrap:first-child .item .img-wrap {
  width: 50%;
}
.manager-page .item-wrap:first-child .item .txt-wrap {
  width: 50%;
  margin-left: 15px;
  padding: 15px 30px;
}
.manager-page .item-wrap:first-child .item .txt-wrap h2 {
  font-size: 25px;
}
.manager-page .item-wrap:first-child .item .txt-wrap .summary {
  font-size: 18px;
}
.manager-page .item-wrap:first-child .item .txt-wrap .dscp {
  padding-top: 30px;
  margin-top: 30px;
}
.manager-page .item-wrap:first-child .item .txt-wrap .dscp p {
  font-size: 16px;
}
.manager-page .modal .modal-dialog {
  margin: 0 auto !important;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 100%;
  max-width: 1020px !important;
}
.manager-page .modal .modal-dialog .modal-header {
  background-color: #3f949a;
  color: #fff;
}
.manager-page .modal .modal-dialog .modal-header button {
  color: #fff;
}
.manager-page .modal .modal-dialog .modal-body {
  font-size: 14px;
}
.manager-page .modal .modal-dialog .modal-body ul {
  padding-right: 20px;
}
.manager-page .modal .modal-dialog .modal-body ul li {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .manager-page .item-wrap:first-child {
    width: 50%;
  }
  .manager-page .item-wrap:first-child .item {
    display: block;
  }
  .manager-page .item-wrap:first-child .item .img-wrap {
    width: unset;
  }
  .manager-page .item-wrap:first-child .item .txt-wrap {
    width: unset;
    margin-left: 0;
    padding: 0;
    margin-top: 15px;
  }
  .manager-page .item-wrap:first-child .item .txt-wrap h2 {
    font-size: 20px;
  }
  .manager-page .item-wrap:first-child .item .txt-wrap .summary {
    font-size: 14px;
  }
  .manager-page .item-wrap:first-child .item .txt-wrap .dscp {
    padding-top: 15px;
    margin-top: 15px;
  }
  .manager-page .item-wrap:first-child .item .txt-wrap .dscp p {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .manager-page .item-wrap:first-child {
    width: 100%;
  }
}
.photo.list .main-title, .photo.list h1 {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.photo.list #gallery-thumbnails {
  display: block;
}
.photo.list #gallery-thumbnails .gallery-item {
  display: inline-block !important;
  vertical-align: top;
  width: 19%;
  margin: 0;
  display: block;
  margin-bottom: 30px;
}
.photo.list #gallery-thumbnails .gallery-item img {
  border: 1px solid #e1e1e1;
  transition: all 0.3s ease;
}
.photo.list #gallery-thumbnails .gallery-item .title {
  display: block;
  text-align: center;
  margin: 10px 0 0;
}
.photo.list #gallery-thumbnails .gallery-item:hover img {
  border-color: var(--bs-primary);
}

@media (max-width: 992px) {
  .photo.list #gallery-thumbnails .gallery-item {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .photo.list #gallery-thumbnails .gallery-item {
    width: 49%;
  }
}
.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-page-container {
  background: white;
  padding: 15px;
  line-height: 2;
}
.form .form-page-container a {
  color: var(--bs-primary);
}
.form .form-page-container a:hover {
  color: #000;
}
.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-submit-btn {
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.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 .form-input .form-group div:nth-child(1) {
  flex: 0 0 auto;
}
.form .captcha .form-input .form-group div:nth-child(2) {
  flex: 1 1 auto;
}
.form .captcha .form-input .form-group label {
  display: none;
}
.form .captcha .form-input .form-group img {
  height: 40px;
}
.form .captcha .form-input .form-group input[type=text] {
  width: 100%;
  padding-left: 50px;
}
.form .captcha .form-input .form-group .refresh-token {
  position: absolute;
  width: 40px;
  height: 39px;
  background-color: var(--bs-secondary);
  color: #fff;
  text-align: center;
  line-height: 39px;
  cursor: pointer;
}

.link-item {
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}
.link-item .img-wrap {
  display: block;
  overflow: hidden;
}
.link-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
}
.link-item .txt-wrap {
  padding: 15px;
}
.link-item .txt-wrap h2 {
  font-size: 1rem;
  font-weight: bold;
}
.link-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #8b9a9a;
}
.link-item .txt-wrap .more-btn {
  color: black;
  background: transparent;
}
.link-item:hover .img-wrap img {
  transform: scale(1.05);
}
.link-item .footer-item {
  color: #688383;
}

.detail-dscp a {
  color: #7030a0;
  font-weight: bold;
}

.related-articles {
  margin: 25px 0;
}
.related-articles .latest-item {
  background-color: #fff;
  border-radius: 7px;
  margin: 10px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin: 5px;
}

.link.detail .like {
  cursor: pointer;
  float: right;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1rem;
}
.link.detail .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.link.detail .like.liked:after {
  font-weight: bold;
  color: red;
}
.link.detail .share-btn {
  float: right;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1rem;
}
.link.detail .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.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 .direct-payment-container {
  background: white;
  padding: 15px;
  line-height: 2;
}
.direct-payment .direct-payment-container .getway-container {
  margin-bottom: 5px;
}
.direct-payment .direct-payment-container .getway-container .getway-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid var(--bs-border-color);
  margin-right: 5px;
  margin-bottom: 5px;
  filter: grayscale(1);
}
.direct-payment .direct-payment-container .getway-container .getway-item.active {
  filter: grayscale(0);
}
.direct-payment .direct-payment-container .getway-container .getway-item img {
  width: 80px;
}
.direct-payment .direct-payment-container .vue-recaptcha {
  margin-top: 40px;
}
.direct-payment .direct-payment-container .vue-recaptcha div {
  text-align: center;
  margin: 0 auto;
}
.direct-payment .direct-payment-container .rate {
  float: right;
  margin-top: 12px;
}
.direct-payment .direct-payment-container .sub-menu-item {
  margin-bottom: 15px;
}
.direct-payment .direct-payment-container .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 {
  transform: scale(1) rotate(0);
  transition: 0.3s all;
}
.direct-payment .direct-payment-container .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 {
  color: var(--bs-primary);
}
.direct-payment .direct-payment-container .sub-menu-item:hover .title a {
  color: var(--bs-primary);
}
.direct-payment .direct-payment-container .sub-menu-item:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.direct-payment .direct-payment-container h2 {
  font-size: 1.8rem;
}
.direct-payment .direct-payment-container h3 {
  font-size: 24px;
}
.direct-payment .direct-payment-container table td a {
  color: white;
  display: block;
}
.direct-payment .direct-payment-container ul.sub-menu-item-container {
  flex-direction: column;
}
.direct-payment .direct-payment-container ul.sub-menu-item-container a {
  color: var(--bs-primary);
}

.tag .list .items {
  margin-bottom: 30px;
}
.tag .list .items .search-item {
  display: block;
  min-height: 70px;
  background: #fff;
  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 {
  left: -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;
  }
}
/*****Shared**********/
/********Project**********/
.project.list .project-list .filters .btn:not(.btn-primary) {
  background-color: #fff;
}
.project.list .project-list .filters .btn:not(.btn-primary).active {
  background-color: #3f949a;
  color: #fff;
}
.project.list .project-list .project-col {
  display: flex;
  justify-content: center;
  margin-bottom: 50px !important;
}
.project.list .project-list .project-col .item {
  background-color: #fff;
  border-bottom: 3px solid var(--bs-primary);
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  overflow: hidden;
}
.project.list .project-list .project-col .project-img a {
  position: relative;
  display: block;
  border: 1px solid #eee;
  background-color: #000;
}
.project.list .project-list .project-col .project-img a img {
  width: 100%;
  transition: 0.5s ease;
}
.project.list .project-list .project-col .project-img a .prj-status {
  position: absolute;
  bottom: 0;
  left: 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-list .project-col .project-img a .prj-status:before {
  content: "";
  border-bottom: 32px solid var(--bs-primary);
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
  position: absolute;
  right: -50px;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.project.list .project-list .project-col .project-img a .prj-status:after {
  content: "";
  border-bottom: 28px solid var(--bs-secondary);
  border-left: 43px solid transparent;
  border-right: 38px solid transparent;
  height: 0;
  width: 110px;
  position: absolute;
  right: -80px;
  bottom: 0;
  z-index: -2;
  transition: all 0.4s ease-in-out;
}
.project.list .project-list .project-col .project-img a:hover .prj-status {
  background: var(--bs-secondary);
}
.project.list .project-list .project-col .project-img a:hover .prj-status:before {
  border-bottom: 32px solid var(--bs-secondary);
}
.project.list .project-list .project-col .project-img a:hover .prj-status:after {
  border-bottom: 28px solid var(--bs-primary);
}
.project.list .project-list .project-col .project-des {
  background: #fff;
  padding: 15px 30px;
}
.project.list .project-list .project-col .project-des h3 {
  position: relative;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s ease;
}
.project.list .project-list .project-col .project-des h3:before {
  content: "";
  width: 90px;
  height: 2px;
  border-bottom: 2px dotted #39a0a8;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: width 0.4s ease;
}
.project.list .project-list .project-col .project-des p {
  font-size: 14px;
  line-height: 30px;
  color: #3e3e3e;
}
.project.list .project-list .project-col .project-des p span {
  color: #045c63;
}
.project.list .project-list .project-col:hover .project-img a img {
  opacity: 0.6;
}
.project.list .project-list .project-col:hover .project-des h3 {
  color: var(--bs-primary);
}
.project.list .project-list .project-col:hover .project-des h3:before {
  width: 150px;
}
.project.detail .detail-header {
  position: relative;
}
.project.detail .detail-header h1 {
  font-size: 36px;
  color: #3f949a;
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  line-height: initial;
}
.project.detail .detail-header:before {
  content: "";
  position: absolute;
  top: -30px;
  right: -999px;
  left: -999px;
  margin: 0 auto;
  display: block;
  width: 3000px;
  height: 300px;
  background: #fff;
  z-index: -1;
}
.project.detail .detail-info {
  max-width: 1025px;
  margin: 30px auto;
}
.project.detail .detail-info .project-status {
  display: inline-block;
  font-size: 22px;
  border-right: 1px solid var(--bs-primary);
  padding-right: 15px;
  margin-right: 15px;
}
.project.detail .detail-info .start-date, .project.detail .detail-info .end-date {
  font-size: 16px;
  padding: 0 10px;
}
.project.detail .detail-info .start-date i, .project.detail .detail-info .end-date i {
  color: #3f949a;
}
.project.detail .detail-info .share-like-rate {
  display: inline-block;
  float: right;
}
.project.detail .detail-info .share-like-rate .like {
  float: right;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1rem;
}
.project.detail .detail-info .share-like-rate .share-btn {
  float: right;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1rem;
}
.project.detail .detail-info .share-like-rate .rate {
  float: right;
  height: 34px;
  margin-top: 10px;
}
.project.detail .detail-img {
  max-width: 1025px;
  margin: 0 auto;
}
.project.detail .detail-img #gallery-thumbnails .gallery-item {
  display: inherit;
  width: 330px;
  margin: 0 15px 15px 0;
  border-radius: 5px;
  overflow: hidden;
}
.project.detail .detail-img #gallery-thumbnails .gallery-item:nth-child(1) {
  width: auto;
  float: right;
  margin: 0 0 30px;
  border-top-right-radius: 40px;
}
.project.detail .detail-img #gallery-thumbnails .image-thumbnail {
  flex: 0 0 30%;
  margin: 0 10px;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 10px;
  max-height: 100%;
  transition: 0.3s all;
}
.project.detail .detail-img #gallery-thumbnails .image-thumbnail:hover {
  box-shadow: -6px 6px 14px 0px #b5b5b5;
}
.project.detail .detail-img #gallery-thumbnails .image-thumbnail img {
  object-fit: cover;
  max-height: 100%;
  height: 100%;
}
.project.detail .detail-dscp {
  clear: both;
  max-width: 1025px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 35px;
}
.project.detail .detail-tabs {
  margin-top: 75px;
}
.project.detail .detail-tabs .base-tab .nav {
  display: block;
  margin-bottom: 0;
  background: transparent;
  text-align: center;
  border-radius: 0;
}
.project.detail .detail-tabs .base-tab .nav .nav-item {
  display: inline-block;
}
.project.detail .detail-tabs .base-tab .nav .nav-item .nav-link {
  position: relative;
  font-size: 22px;
  color: #646464;
  border-radius: 0;
  padding: 45px 75px 10px;
  border-top: 3px solid transparent;
}
.project.detail .detail-tabs .base-tab .nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  top: -38px;
  right: 0;
  left: 0;
  margin: auto;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background: #fff;
}
.project.detail .detail-tabs .base-tab .nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  margin: auto;
  width: 57px;
  height: 57px;
  background: url("/Images/my-icons.png");
}
.project.detail .detail-tabs .base-tab .nav .nav-item .nav-link.active {
  background: #fff !important;
  border-color: #41959b;
  color: #000;
}
.project.detail .detail-tabs .base-tab .nav .nav-item .nav-link.active:before {
  background: #41959b;
}
.project.detail .detail-tabs .base-tab .nav .nav-item .nav-link.active:after {
  filter: brightness(100);
}
.project.detail .detail-tabs .base-tab .nav .nav-item:nth-child(1) .nav-link:after {
  background-position: -357px -139px;
}
.project.detail .detail-tabs .base-tab .nav .nav-item:nth-child(2) .nav-link:after {
  background-position: -424px -139px;
}
.project.detail .detail-tabs .base-tab .nav .nav-item:nth-child(3) .nav-link:after {
  background-position: -485px -139px;
}
.project.detail .detail-tabs .base-tab .nav .nav-item:nth-child(4) .nav-link:after {
  background-position: -552px -135px;
}
.project.detail .detail-tabs .base-tab .tab-content {
  border-radius: 0;
  font-size: 18px;
  line-height: 45px;
  padding: 40px;
}
.project.detail .detail-tabs .base-tab .tab-content .projectVideo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 auto;
}
.project.detail .detail-tabs .base-tab .tab-content iframe {
  width: 100% !important;
}
.project.detail .related-project h5 {
  padding: 30px 0;
  text-align: center;
  font-size: 36px;
}
.project.detail .related-project .similar-project-loop .item {
  max-width: 376px;
  margin: 0 auto;
}
.project.detail .related-project .similar-project-loop .item .project-img {
  background-color: #39a0a8;
}
.project.detail .related-project .similar-project-loop .item .project-img a {
  display: block;
  overflow: hidden;
  border: 1px solid #39a0a8;
}
.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(35, 80, 84, 0.88);
  border: 1px solid #066c76;
  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: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  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: #39a0a8;
}
.project.detail .related-project .similar-project-loop .owl-dots .owl-dot.active {
  background-color: var(--bs-primary);
  width: 18px;
}

@media (max-width: 1199px) {
  .project.detail .detail-img {
    max-width: 968px;
  }
  .project.detail .detail-img #gallery-thumbnails .gallery-item {
    margin: 0 0 15px 15px;
    width: 310px;
  }
  .project.detail .detail-img #gallery-thumbnails .gallery-item:nth-child(1) {
    margin: 0 0 15px;
    width: 640px;
  }
  .project.detail .detail-dscp {
    max-width: 968px;
  }
}
@media (max-width: 991px) {
  .project.detail .detail-header h1 {
    font-size: 30px;
  }
  .project.detail .detail-img #gallery-thumbnails {
    text-align: center;
  }
  .project.detail .detail-img #gallery-thumbnails .gallery-item {
    margin: 0 0 15px 0;
    width: 49%;
    display: inline-block;
  }
  .project.detail .detail-img #gallery-thumbnails .gallery-item:nth-child(1) {
    display: block;
    margin: 0 0 15px;
    width: 100%;
    float: none;
  }
  .project.detail .detail-img #gallery-thumbnails .gallery-item:nth-child(1) img {
    width: 100%;
  }
  .project.detail .detail-dscp {
    max-width: 968px;
    text-align: justify;
  }
  .project.detail .detail-tabs .base-tab .nav .nav-item .nav-link {
    padding: 45px 55px 10px;
  }
  .project.detail .related-project h5 {
    font-size: 30px;
  }
}
@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-right: 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-tabs .base-tab .nav .nav-item .nav-link {
    padding: 45px 15px 10px;
    font-size: 16px;
  }
  .project.detail .detail-tabs .base-tab .nav .nav-item .nav-link:before, .project.detail .detail-tabs .base-tab .nav .nav-item .nav-link:after {
    transform: scale(0.8);
  }
  .project.detail .detail-tabs .base-tab .tab-content {
    padding: 25px;
    font-size: 16px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .project.list {
    /*.project-list {
    	.project-col { padding: 15px;
    		.project-img { display: none; }
    		.project-des { display: block; width: 100%; float: none;
    			h3 { border-right: 10px; font-size: 16px; }
    			p { padding-right: 20px; font-size: 14px; }
    		}
    	}
    }*/
  }
  .project.detail .detail-tabs .base-tab .nav {
    text-align: left;
  }
  .project.detail .detail-tabs .base-tab .nav .nav-item .nav-link {
    padding: 10px 15px;
    font-size: 14px;
  }
  .project.detail .detail-tabs .base-tab .nav .nav-item .nav-link:before, .project.detail .detail-tabs .base-tab .nav .nav-item .nav-link:after {
    display: none;
  }
  .project.detail .detail-tabs .base-tab .tab-content {
    padding: 15px;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
  }
  .project.detail .detail-tabs .base-tab .tab-content table {
    text-align: left;
  }
}
.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 {
  background: transparent;
  border: 0;
  margin-bottom: 5px;
}
.agency.list .card .card-header {
  background-color: #3f949a;
  padding: 0;
  border-radius: 10px 10px 0 0;
}
.agency.list .card .card-header a {
  display: block;
  text-align: right;
  color: #fff;
  border-color: transparent;
}
.agency.list .card .card-header a:hover {
  color: var(--bs-primary);
}
.agency.list .card .card-body {
  background: #fff;
  border: 1px solid #ddd;
}

#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.3em;
  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.9em;
  color: blue;
}
#agency .agency-container .flex-4 .hint-text {
  font-size: 1.6em;
}
#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 #IranMap {
  margin-top: 0;
}
#agency .agency-container .flex-8 .sometext {
  margin-bottom: 50px;
}
#agency .agency-container .flex-8 .province-container .province-item {
  font-size: 1.3em;
  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: #97cdde;
}

@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: "yekan";
    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: "yekan" !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**********/
.ebook.list .book-shelf:after {
  background: url("/Images/wall-bookshelf.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 130px;
  content: "";
}
.ebook.list .book-shelf .ebook-item {
  position: relative;
  z-index: 1;
  margin-bottom: -60px;
  padding: 25px;
}
.ebook.list .book-shelf .ebook-item img {
  margin: auto;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-transform 0.1s;
  -webkit-transform: translate(0, 0);
  -moz-transition: -moz-transform 0.1s;
  -moz-transform: translate(0, 0);
  -ms-transition: -ms-transform 0.1s;
  -ms-transform: translate(0, 0);
  -o-transition: -o-transform 0.1s;
  -o-transform: translate(0, 0);
  transition: transform 0.1s;
  transform: translate(0, 0);
}
.ebook.list .book-shelf .ebook-item:hover img {
  z-index: 2;
  cursor: none;
  background-color: white;
  -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
  -moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
  -ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
  -o-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
  transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
}
.ebook.list .book-shelf .flipbook {
  display: none;
}
.ebook.list .book-shelf .container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
}
.ebook.list .book-shelf .photos-container {
  width: 922px;
  height: 600px;
  left: -461px;
  top: -300px;
}
.ebook.list .book-shelf .page {
  background-size: cover;
  width: 461px;
  height: 600px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ebook.list .book-shelf .page img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}
.ebook.list .book-shelf .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;
  -webkit-box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -o-box-shadow: 0 0 20px #ccc;
  -ms-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
}
.ebook.list .book-shelf .photos-container .page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -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 .custom-model-bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.ebook .custom-model-container {
  position: fixed;
  left: 0px;
  right: 0;
  top: -300%;
  bottom: auto;
  display: flex;
  align-items: center;
  z-index: 10;
  transition: 0.5s all;
}
.ebook .custom-model-container.custom-open {
  top: 0;
  bottom: 0;
}
.ebook .custom-model-container .custom-model-content {
  background: white;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.ebook .custom-model-container .custom-model-content .custom-modal-header {
  border-bottom: 1px solid #d2d2d2;
  padding: 7px 10px;
  flex: 0 0 20px;
}
.ebook .custom-model-container .custom-model-content .custom-modal-body {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.ebook .custom-model-container .custom-model-content .custom-modal-body .flipbook, .ebook .custom-model-container .custom-model-content .custom-modal-body .zoomer {
  margin: 0 auto !important;
}
.ebook .custom-model-container .custom-model-content .custom-modal-body .flipbook .page-wrapper, .ebook .custom-model-container .custom-model-content .custom-modal-body .zoomer .page-wrapper {
  box-shadow: gray -1px 4px 5px;
}
.ebook .custom-model-container .custom-model-content .custom-modal-body .flipbook .page, .ebook .custom-model-container .custom-model-content .custom-modal-body .zoomer .page {
  background-size: 100% 100%;
}
.ebook .custom-model-container .custom-model-content .custom-modal-body .is-empty-page {
  font-size: 2rem;
  background: white;
}
.ebook.detail {
  background: url("/Images/certificate-bg.jpg") center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.ebook.detail .container {
  max-width: 100%;
}
.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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -webkit-box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -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;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  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;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  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;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  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 {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  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: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
}
.ebook.detail .animated {
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -ms-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  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;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -moz-transform: scale3d(0.5, 0.5, 1);
  -o-transform: scale3d(0.5, 0.5, 1);
  -ms-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transition: -webkit-transform ease-in-out 100ms;
  -moz-transition: -moz-transform ease-in-out 100ms;
  -ms-transition: -ms-transform ease-in-out 100ms;
  -o-transition: -o-transform ease-in-out 100ms;
  transition: transform ease-in-out 100ms;
}
.ebook.detail .thumbnails li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -ms-box-shadow: 0 0 10px #ccc;
  -o-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  -webkit-transition: -webkit-transform 60ms;
  -moz-transition: -webkit-transform 60ms;
  -o-transition: -webkit-transform 60ms;
  -ms-transition: -webkit-transform 60ms;
  transition: -webkit-transform 60ms;
}
.ebook.detail .thumbnails li span {
  display: none;
}
.ebook.detail .thumbnails .current {
  -webkit-box-shadow: 0 0 10px red;
  -moz-box-shadow: 0 0 10px red;
  -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 {
  -webkit-transform: scale3d(1.3, 1.3, 1);
  -moz-transform: scale3d(1.3, 1.3, 1);
  -o-transform: scale3d(1.3, 1.3, 1);
  -ms-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
  -webkit-box-shadow: 0 0 10px #666;
  -moz-box-shadow: 0 0 10px #666;
  -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 {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.ebook.detail .thumbanils-touch .thumb-hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.ebook.detail .thumbnails-hover ul {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  -moz-transform: scale3d(0.6, 0.6, 1);
  -o-transform: scale3d(0.6, 0.6, 1);
  -ms-transform: scale3d(0.6, 0.6, 1);
  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;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  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%;
}

flipbook-viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=styles-ltr.css.map */
