﻿/*@import '../images/icons.sprite.scss';*/
.breadcrumb-w {
  padding: 5px;
}

.sitemap {
  list-style: none;
  line-height: 2rem;
  display: inline-block;
  font-weight: 300;
  color: #80848b;
  font-weight: 500;
}
.sitemap a {
  color: #80848b;
}
.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-light);
}
.sitemap > li:last-child a {
  color: #80848b;
}
.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-weight: bold;
  margin-bottom: 10px;
}
.comments .form-title {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  text-align: right;
  padding: 0;
}
.comments label {
  font-weight: normal;
  color: gray;
}
.comments input[type=text], .comments input[type=email], .comments #comment-captcha, .comments textarea {
  background: white;
  border: 1px solid gray;
  box-shadow: none;
  border-radius: 5px;
  font-size: 1.6rem;
}
.comments textarea {
  min-height: 145px;
  font-size: 1.6rem;
}
.comments textarea::placeholder {
  font-size: 1.6rem;
}
.comments .user-info {
  background: #fafafc;
  border-radius: 7px;
  margin-left: -15px;
  padding: 20px;
  border: 1px solid #e0e0e6;
  margin-left: 5px;
}
.comments .user-info .control-label.value {
  color: black;
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.comments .user-info #display-email {
  direction: ltr;
}
.comments .user-comment {
  background: #fafafc;
  border-radius: 7px;
  padding: 20px;
  border: 1px solid #e0e0e6;
}
.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: right;
  display: none;
}
.comments #comment-form .form-group.recommend .checkbox {
  margin: 0;
}
.comments #comment-form .form-group.recommend .checkbox label {
  padding-right: 0;
}
.comments #comment-form #cancel-comment {
  background: gray;
}
.comments #comment-form .buttons-row {
  text-align: left;
}
.comments #comment-form-wrapper .title {
  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;
  right: 0;
  bottom: 2px;
  font-family: FontAwesome;
  color: #00a680;
  border: none;
}
#comments .comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#comments .comment-list .avatar {
  display: inline-block;
  margin-left: 5px;
}
#comments .comment-list .avatar img {
  border-radius: 50%;
  border: 1px solid #e1e1e1;
}
#comments .comment-list .top-comment img {
  width: 60px;
  height: 60px;
}
#comments .comment-list .top-comment .comment-writer {
  font-size: 0.8rem;
  color: gray;
}
#comments .comment-list .top-comment .comment-writer .display-name {
  color: var(--bs-primary);
  font-size: 0.9rem;
  font-weight: 500;
  border-left: 1px solid #e1e1e1;
  margin-left: 10px;
  padding-left: 15px;
  line-height: 17px;
  display: inline-block;
}
#comments .comment-list .top-comment .comment-writer .purchased-this {
  margin-right: 10px;
  color: #31ab46;
}
#comments .comment-list .top-comment .actions {
  background: #eaeaea;
  text-align: left;
  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: right;
  margin-left: 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-right: 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: ltr;
}
#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: right;
  margin-right: 15px;
}
#comments .comment-list .top-comment .actions .likes .action-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-left: 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: left; /*&.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: left;
}
#comments .comment-list .top-comment .actions > button {
  background: #eaeaea;
  border: none;
  color: var(--bs-primary);
  margin-left: -5px;
  padding-left: 10px;
  padding-right: 10px; /*border-left: 1px solid #e1e1e1;line-height:20px;*/
}
#comments .comment-list .top-comment .actions > button i {
  vertical-align: sub;
  margin-right: 5px;
}
#comments .comment-list .top-comment .comment-text {
  font-size: 0.8rem;
  margin-right: 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-right: 0;
  position: relative;
  margin-right: 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;
  right: 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-right: 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-right: 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: left;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .add-sub-comment {
  color: #15A98F;
  font-size: 0.8rem;
  float: left;
  padding: 0;
  border-left: 1px solid #e1e1e1;
  padding-left: 10px;
  margin-left: 10px;
  line-height: 20px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .add-sub-comment i {
  vertical-align: sub;
  margin-right: 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: left;
}

@media (max-width: 991px) {
  .comments .user-info {
    margin-left: 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-right: 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-right: 0 !important;
    margin-top: 0px !important;
  }
  .comments .sub-comment {
    padding-right: 15px !important;
  }
  .comments #comment-form .form-group.recommend {
    float: none;
  }
  .comments #comment-form .buttons-row {
    text-align: right !important;
  }
  .comments #comment-form .more-btn {
    margin-bottom: 5px;
    width: 120px !important;
  }
  .comments .top-comment .actions {
    text-align: right !important;
  }
  .comments .top-comment .actions .points {
    padding-left: 10px;
  }
  .comments .top-comment .actions .points i {
    font-size: 0.8rem !important;
  }
  .comments .top-comment .actions button {
    padding-right: 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;
}
.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: right;
  padding: 15px;
  background: white;
}
.blog-item .txt-wrap h2 {
  font-size: 18px;
  font-weight: bold;
}
.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-left: 10px;
}
.blog-item .txt-wrap .view-date .view span {
  margin-right: 2px;
}
.blog-item .txt-wrap .view-date .date {
  display: inline-block;
}
.blog-item .txt-wrap .view-date .date span {
  margin-right: 2px;
}
.blog-item .txt-wrap .more-btn {
  display: inline-block;
  float: left;
}
.blog-item:hover .img-wrap img {
  transform: scale(1.05);
}

.blog.detail .detail-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.blog.detail .detail-header .actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog.detail .detail-img img, .blog.detail .detail-dscp img {
  max-width: 100%;
  margin: 20px 0px;
}
.blog.detail .detail-img audio, .blog.detail .detail-img iframe, .blog.detail .detail-dscp audio, .blog.detail .detail-dscp iframe {
  width: 100%;
}
.blog.detail .detail-info {
  color: gray;
}
.blog.detail .like {
  cursor: pointer;
  margin-top: 6px;
  font-size: 2rem;
}
.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 {
  margin-top: 6px;
  font-size: 2rem;
}
.blog.detail .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

/*
@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;
  right: 0;
  left: 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: right;
}
.podcast.list .podcast-component .podcast .details .footer i {
  vertical-align: middle;
  margin-left: 5px;
}
.podcast.list .podcast-component .podcast .details .footer .author {
  margin-left: 10px;
}
.podcast.list .podcast-component .podcast .details .footer .date {
  float: left;
}
.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;
  right: 0;
  left: 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: left;
  }
  .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);
  }
}
.stuff.list .main-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.stuff.list .page-content.before {
  margin-bottom: 1.5rem;
}
.stuff.list .filters-container {
  position: sticky;
  top: 70px;
  background: white;
  border: 1px solid #e0e0e1;
  border-radius: 8px;
  color: #3f4063;
  overflow-y: auto;
  max-height: calc(100vh - 70px);
}
.stuff.list .filters-container .form-check-input[type=checkbox] {
  margin-left: 0.8rem;
}
.stuff.list .filters-container .title {
  padding: 1.5rem;
  font-size: 1.9rem;
  font-weight: bold;
}
.stuff.list .filters-container .filter-item-container .filter-item-header {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 10px;
}
.stuff.list .filters-container .filter-item-container .filter-item-header .caret {
  transition: 0.3s transform;
  color: #9e9fb1;
  font-size: 1.8rem;
  line-height: 1rem;
  margin-top: 0.8rem;
}
.stuff.list .filters-container .filter-item-container .filter-item-header .caret.rotate-caret {
  transform: rotate(180deg);
}
.stuff.list .filters-container .filter-item-container .filter-item-header .selected-item span {
  color: #979797;
  font-size: 1.4em;
  padding: 0 1px;
  font-weight: normal;
}
.stuff.list .filters-container .filter-item-container .filter-item-header .selected-filter-dot {
  width: 4px;
  height: 4px;
  background: var(--bs-primary);
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}
.stuff.list .filters-container .filter-item-container .filter-items {
  list-style: none;
  padding: 10px;
  max-height: 250px;
  overflow: auto;
  border-bottom: 1px solid #f1f1f1;
  background: linear-gradient(180deg, #ebebeb, #ffffff);
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group {
  margin-bottom: 1rem;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group .input-group-text {
  background: white;
  border: 1px solid #f1f2f4;
  color: #858d94;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group .input-group-text:last-child {
  z-index: 2;
  border-right: none;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  display: none;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group .input-group-text:last-child i {
  cursor: pointer;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group input {
  border: 1px solid #f1f2f4 !important;
  border-right: none !important;
  z-index: 1;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group input:focus {
  border: 1px solid #f1f2f4;
  border-right: none;
}
.stuff.list .filters-container .filter-item-container .filter-items .filter-item {
  border-bottom: 1px solid #f1f1f1;
  margin-top: 0;
}
.stuff.list .filters-container .filter-item-container .filter-items .filter-item.color input {
  vertical-align: middle;
}
.stuff.list .filters-container .filter-item-container .filter-items .filter-item.color .color-box {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}
.stuff.list .filters-container .filter-item-container .filter-items .filter-item:last-child {
  border: none;
}
.stuff.list .filters-container .filter-item-container .hidden {
  display: none;
}
.stuff.list .filters-container .remove-filters {
  color: var(--bs-primary);
  cursor: pointer;
}
.stuff.list .display-priority {
  background: white;
  padding: 0 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e0e0e1;
  font-size: 1.4rem;
}
.stuff.list .display-priority > .title i {
  font-size: 1.6rem;
  vertical-align: middle;
}
.stuff.list .display-priority .button {
  display: inline-block;
  padding: 0 10px;
  font-weight: normal;
  cursor: pointer;
  height: 3em;
  line-height: 3em;
}
.stuff.list .display-priority .button.selected {
  font-weight: bold;
  color: var(--bs-primary);
  position: relative;
}
.stuff.list .display-priority .stuff-count {
  font-weight: normal;
  padding-top: 1rem;
}
.stuff.list .display-priority .toggle-priority, .stuff.list .display-priority .priority-title {
  display: none;
}
.stuff.list .toggle-filter {
  display: none;
  cursor: pointer;
}
.stuff.list .toggle-filter i {
  font-size: 1rem;
  vertical-align: middle;
}
.stuff.list .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 17px;
}
.stuff.list .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.stuff.list .switch input:checked + .slider {
  background-color: var(--bs-primary);
}
.stuff.list .switch input:focus + .slider {
  box-shadow: 0 0 1px var(--bs-primary);
}
.stuff.list .switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.stuff.list .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.stuff.list .switch .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.stuff.list .switch .slider.round {
  border-radius: 34px;
}
.stuff.list .switch .slider.round:before {
  border-radius: 50%;
}
.stuff.list .search-info .row > * {
  padding: 0;
}
.stuff.list .search-info .row div:first-child .stuff-item, .stuff.list .search-info .row div:nth-child(5n) .stuff-item {
  border-right: none;
}
.stuff.list .search-info .row div:nth-child(4n) .stuff-item {
  border-left: none;
}
.stuff.list .stuff-item {
  background: #fff;
  border: 1px solid #f1f2f4;
  display: block;
  border-top: none;
  position: relative;
  overflow: hidden;
}
.stuff.list .stuff-item .has-review .text {
  position: absolute;
  left: 0;
  transform: rotate(-45deg);
  display: block;
  text-align: center;
  z-index: 2;
  color: white;
  line-height: 2.6rem;
}
.stuff.list .stuff-item .has-review .bg {
  width: 0;
  border: 70px solid transparent;
  border-bottom-color: #f89902;
  position: absolute;
  top: -70px;
  left: -70px;
  transform: rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.stuff.list .stuff-item .stuff-des {
  margin: 1.5rem 1rem 0 1rem;
}
.stuff.list .stuff-item .stuff-des .stuff-title {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  height: 5.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.stuff.list .stuff-item .stuff-img {
  text-align: center;
}
.stuff.list .stuff-item .stuff-rate i {
  color: gold;
}
.stuff.list .stuff-item .price-box {
  font-size: 1.6rem;
  padding: 5px 15px;
}
.stuff.list .stuff-item .price-box .unit {
  display: inline-block;
  font-size: 1em;
}
.stuff.list .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));
}
.stuff.list .price-filter .price-slider-bg {
  padding: 0 20px;
}
.stuff.list .price-filter .price-slider-bg .price-slider {
  height: 7px;
  border: none;
  position: relative;
  background: var(--bs-primary);
  border-radius: 5px;
}
.stuff.list .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;
}
.stuff.list .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;
}
.stuff.list .price-filter .price-value-container {
  margin-top: 20px;
}
.stuff.list .basket-qty-container {
  margin: 5px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 0.9em;
  border: 1px solid gray;
}
.stuff.list .basket-qty-container .col {
  padding: 0px 10px;
  cursor: pointer;
}
.stuff.list .basket-qty-container .col[plus-cart], .stuff.list .basket-qty-container .col[minus-cart], .stuff.list .basket-qty-container .col[remove-icon] {
  padding: 15px 10px;
}

.stuff.details audio {
  width: 100%;
}
.stuff.details .float-button {
  bottom: 100px;
}
.stuff.details .stuff-actions {
  position: absolute;
  font-size: 2rem;
  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 {
  margin-right: 5px;
}
.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;
  margin: 0;
  position: relative;
  font-size: 1.8rem;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.stuff.details #stock-container {
  min-height: 352px;
  background: white;
  margin: 40px 0;
  padding: 20px 10px;
  font-size: 1.8rem;
  border-radius: 10px;
}
.stuff.details #stock-container .swiper-slide {
  background: #EFEFEF;
  border-radius: 10px;
  padding: 10px;
}
.stuff.details #stock-container .swiper-slide:hover .img-container img {
  transform: scale(1.1);
}
.stuff.details #stock-container .swiper-slide .title {
  display: block;
  min-height: 27px;
}
.stuff.details #stock-container .swiper-slide .img-container {
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
  min-height: 250px;
}
.stuff.details #stock-container .swiper-slide .img-container img {
  transition: 0.5s all;
  transform: scale(1);
  width: 250px;
}
.stuff.details #stock-container .swiper-slide .rate-container {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 5px 10px 0px;
}
.stuff.details #stock-container .swiper-slide .rate-container .rate {
  position: relative;
  top: 3px;
}
.stuff.details #stock-container .swiper-slide .rate-container svg {
  width: 20px;
  height: 40px;
}
.stuff.details #stock-container .price-box {
  text-align: left;
  font-size: 1.4rem;
  min-height: 42px;
  margin-top: 2px;
}
.stuff.details #stock-container .price-box .price {
  font-size: 1rem;
  display: block;
}
.stuff.details #stock-container .price-box .price del {
  font-size: 1.4em;
  color: gray;
}
.stuff.details #stock-container .price-box .price .discount-percent {
  background: red;
  padding: 1px 10px;
  margin-right: 5px;
  border-radius: 15px;
  color: white;
  font-size: 1.4em;
}
.stuff.details #stock-container .price-box .discounted-price {
  margin: 5px 0;
  font-weight: bold;
}
.stuff.details #stock-container .color-box-container {
  background: #909090;
  border-radius: 15px;
  padding: 4px 5px 4px 10px;
  font-size: 1.2rem;
  color: white;
  display: inline-block;
}
.stuff.details #stock-container .color-box-container .color-box {
  background-color: rgb(255, 255, 255);
  width: 15px;
  display: inline-block;
  height: 15px;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 3px;
}
.stuff.details #stock-container #gallery-stocks {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 20px;
  gap: 5px;
}
.stuff.details #stock-container #gallery-stocks .gallery-item {
  flex: 0 0 80px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
  padding: 2px;
}
.stuff.details #stock-container #gallery-stocks .main-item {
  flex: 0 0 100%;
  border: none;
}
.stuff.details #stock-container .custom-modal-container .custom-modal-header {
  display: none;
}
.stuff.details #stock-container .custom-modal-container .price-box {
  display: block;
  font-size: 2.2rem;
}
.stuff.details #stock-container .stock-title {
  font-size: 2rem;
  font-weight: bold;
  padding: 5px;
}
.stuff.details #stock-container .custom-modal-body .color-box-container {
  margin-bottom: 10px;
}
.stuff.details #stock-container table {
  font-size: 1.6rem;
}
.stuff.details #stock-container .main-title {
  padding: 5px 50px 5px 40px;
  position: relative;
  font-size: 2.5rem;
  font-weight: 500;
}
.stuff.details #stock-container .basket-qty-container {
  margin: 5px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 0.9em;
  border: 1px solid gray;
}
.stuff.details #stock-container .basket-qty-container .col {
  padding: 0px 10px;
  cursor: pointer;
}
.stuff.details #stock-container .basket-qty-container .col[plus-cart], .stuff.details #stock-container .basket-qty-container .col[minus-cart], .stuff.details #stock-container .basket-qty-container .col[remove-icon] {
  padding: 15px 10px;
}
.stuff.details #stock-container .basket-qty-container:hover {
  background: var(--bs-primary);
}
.stuff.details .stuff-des {
  font-size: 1.4em;
}
.stuff.details .stuff-des .brand {
  font-size: 1.4rem;
}
.stuff.details .stuff-des .brand a {
  color: var(--bs-primary);
  font-weight: bold;
}
.stuff.details .stuff-des .title-fa {
  font-weight: bold;
}
.stuff.details .stuff-des .title-en {
  color: #d7d7df;
  position: relative;
  font-size: 1.4rem;
}
.stuff.details .stuff-des .title-en span {
  background: white;
  color: #81858b;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 10px;
}
.stuff.details .stuff-des .title-en:after {
  content: "";
  height: 1px;
  background: #e9e9e9;
  width: 100%;
  position: absolute;
  left: 0;
  top: 12px;
}
.stuff.details .stuff-des .colors .title {
  font-size: 1.7rem;
  font-weight: bold;
}
.stuff.details .stuff-des .colors .color {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  border: 1px solid black;
  border-radius: 50%;
}
.stuff.details .stuff-des #main-specifications {
  font-size: 1.4rem;
  margin-top: 2rem;
}
.stuff.details .stuff-des #main-specifications > .title {
  font-size: 1.7rem;
  font-weight: bold;
}
.stuff.details .stuff-des #main-specifications .specifications {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
}
.stuff.details .stuff-des #main-specifications .specification {
  background: #e9e9e9;
  border-radius: 8px;
  padding: 1rem;
  list-style: none;
}
.stuff.details .stuff-des #main-specifications .specification > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stuff.details .stuff-des #main-specifications .specification .title {
  color: #808083;
}
.stuff.details .stuff-des #main-specifications .specification .value {
  font-weight: bold;
}
.stuff.details .stuff-des .summary {
  font-size: 1.4rem;
  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 .star {
  height: 20px;
  width: 20px;
}
.stuff.details .stuff-des .rate-and-comment-sesction .stuff-rate span {
  font-size: 1.4rem;
  color: #c3c3ce;
}
.stuff.details .stuff-des .rate-and-comment-sesction a {
  color: gray;
  font-size: 0.7em;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item {
  display: inline-block;
  font-size: 1.8rem;
}
.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: #E6E6E6;
  padding: 3rem 1rem 1rem;
  border-radius: 7px;
  border: 1px solid #DBDCE2;
  font-size: 1.6rem;
  margin-top: 10px;
}
.stuff.details .buy-information-container .options-section {
  min-height: 120px;
  background: white;
  border-radius: 2.5rem 2.5rem 6rem 6rem;
  margin-top: 2.5rem;
  padding-bottom: 0.8rem;
}
.stuff.details .buy-information-container .pricing-infographic {
  padding: 1.5rem;
  display: grid;
  grid-template-rows: 120px 135px;
  grid-template-columns: max-content 1fr max-content;
}
.stuff.details .buy-information-container .pricing-infographic .discount-percent {
  background: red;
  padding: 1px 10px;
  margin-right: 5px;
  border-radius: 15px;
  color: white;
  font-size: 1.4rem;
}
.stuff.details .buy-information-container .pricing-infographic .image {
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 11px 11px 1px rgba(128, 128, 128, 0.2509803922);
}
.stuff.details .buy-information-container .pricing-infographic .retail .price, .stuff.details .buy-information-container .pricing-infographic .wholesale .price {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.5rem;
}
.stuff.details .buy-information-container .pricing-infographic .retail .price .value, .stuff.details .buy-information-container .pricing-infographic .wholesale .price .value {
  font-weight: bold;
  line-height: 1.2rem;
  white-space: nowrap;
}
.stuff.details .buy-information-container .pricing-infographic .retail .price .unit, .stuff.details .buy-information-container .pricing-infographic .wholesale .price .unit {
  color: #7d7d7d;
  font-size: 1.3rem;
}
.stuff.details .buy-information-container .pricing-infographic .retail .price {
  direction: ltr;
}
.stuff.details .buy-information-container .pricing-infographic .dot-w {
  text-align: center;
}
.stuff.details .buy-information-container .pricing-infographic .retail {
  grid-area: 1/3/3/4;
  z-index: 2;
  width: 110px;
}
.stuff.details .buy-information-container .pricing-infographic .retail .image {
  width: 110px;
  aspect-ratio: 1/1;
  background: url(/images/retail.webp);
}
.stuff.details .buy-information-container .pricing-infographic .retail .image.has-discount {
  background: url(/images/retail-on-sale.webp);
}
.stuff.details .buy-information-container .pricing-infographic .retail .dot {
  width: 4px;
  height: 14px;
  border: 1px solid #9B9FA2;
  background: #9B9FA2;
  margin: 8px auto 0;
}
.stuff.details .buy-information-container .pricing-infographic .wholesale {
  grid-area: 1/1/3/2;
  z-index: 2;
}
.stuff.details .buy-information-container .pricing-infographic .wholesale.disabled .image {
  background: url(/images/wholesale-disabled.webp);
}
.stuff.details .buy-information-container .pricing-infographic .wholesale.disabled .price {
  visibility: hidden;
}
.stuff.details .buy-information-container .pricing-infographic .wholesale .image {
  width: 110px;
  aspect-ratio: 1/1;
  background: url(/images/wholesale.webp);
}
.stuff.details .buy-information-container .pricing-infographic .wholesale .dot {
  width: 4px;
  height: 14px;
  background: #717171;
  margin: 8px auto 0;
}
.stuff.details .buy-information-container .pricing-infographic .price-slider {
  grid-area: 2/1/3/4;
  z-index: 1;
  direction: ltr;
  padding: 0 55px;
}
.stuff.details .buy-information-container .pricing-infographic .price-slider .price-rail {
  height: 9px;
  background: linear-gradient(270deg, #00AC53 20%, #E8E8E8 45%);
  border: 1px solid #9B9FA2;
  border-radius: 2px;
  margin: 61px -22px 0 -22px;
}
.stuff.details .buy-information-container .pricing-infographic .price-slider .price {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  transform: translateX(-50%);
  direction: rtl;
  white-space: nowrap;
}
.stuff.details .buy-information-container .pricing-infographic .price-slider .price .price-pointer {
  display: block;
  background: url(/images/price-pointer.png);
  width: 26px;
  height: 16px;
  margin: auto;
}
.stuff.details .buy-information-container .pricing-infographic .price-slider .price .value {
  font-size: 1.9rem;
  display: inline-block;
}
.stuff.details .buy-information-container .pricing-infographic .price-slider .price .unit {
  font-size: 1.3rem;
  display: inline-block;
}
.stuff.details .buy-information-container .options-container {
  padding: 0 1.5rem;
}
.stuff.details .buy-information-container .form-select {
  font-size: 1.4em;
}
.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: 1rem 1.5rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.stuff.details .buy-information-container .price-information {
  padding: 1.5rem;
  text-align: center;
}
.stuff.details .buy-information-container .price-information .add-to-cart-container {
  border: 1px solid var(--bs-secondary);
  padding: 3px;
  border-radius: 100px;
  display: inline-block;
}
.stuff.details .buy-information-container .price-information [data-sku-code] {
  border-radius: 100px;
  line-height: 4.5rem;
}
.stuff.details .buy-information-container .price-information [counter-box-container] {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}
.stuff.details .buy-information-container .price-information [counter-box-container] .add, .stuff.details .buy-information-container .price-information [counter-box-container] .minus, .stuff.details .buy-information-container .price-information [counter-box-container] .remove {
  background: #e6e6e6;
  width: 31px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stuff.details .buy-information-container .price-information [input-counter] {
  border-radius: 15px;
  background: #e6e6e6;
  font-size: 2rem;
  line-height: 2rem;
  color: var(--bs-secondary);
  font-weight: bold;
}
.stuff.details .buy-information-container .price-information .basket-qty-container {
  padding: 7px;
}
.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: 1.4em;
  color: gray;
}
.stuff.details .buy-information-container .price-information .discount .discount-percent {
  background: red;
  padding: 1px 10px;
  margin-right: 5px;
  border-radius: 15px;
  color: white;
  font-size: 1.4em;
}
.stuff.details .buy-information-container .price-information .discounted-price {
  font-size: 1.4rem;
  margin: 5px 0;
  font-weight: bold;
}
.stuff.details .buy-information-container .buying-options-item {
  border: 1px solid #e0e0e6;
  padding: 2px 3px;
  border-radius: 3px;
  text-align: center;
  margin: 5px 2px;
  cursor: pointer;
  display: block;
}
.stuff.details .buy-information-container .buying-options-item:first-child {
  margin-right: 0;
}
.stuff.details .buy-information-container .buying-options-item.selected {
  background: var(--bs-primary);
  color: white;
  box-shadow: -2px 2px 6px 0px #e7e7e7;
}
.stuff.details .buy-information-container .colors .color-group .group-title {
  margin-bottom: 5px;
  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: -2px;
  right: 5px;
  color: white;
}
.stuff.details .buy-information-container .colors .color-group .color.selected.light-color:after {
  color: black;
}
.stuff.details .buy-information-container.not-available {
  background: white;
  color: #767790;
}
.stuff.details .buy-information-container.not-available .not-available-text {
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  color: #767790;
}
.stuff.details .buy-information-container.not-available .not-available-text span {
  background: white;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.stuff.details .buy-information-container.not-available .not-available-text:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: 50%;
  background: #767790;
}
.stuff.details .buy-information-container .approximate-market.price {
  margin-bottom: 1rem;
}
.stuff.details .buy-information-container .approximate-market.price .value {
  font-weight: bold;
  font-size: 2rem;
}
.stuff.details .buy-information-container .approximate-market.price .unit {
  color: gray;
}
.stuff.details #gallery-thumbnails {
  margin-top: 10px;
  white-space: nowrap;
  overflow: auto;
}
.stuff.details .main-nav {
  background: white;
  position: sticky;
  z-index: 2;
  margin-bottom: 20px;
  top: 122px;
}
.stuff.details .nav {
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}
.stuff.details .nav .nav-link {
  border-radius: 0;
  color: #767790;
  position: relative;
  font-size: 1.8rem;
}
.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-secondary);
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-radius: 10px 10px 0 0;
}
.stuff.details .content-nav {
  font-size: 1.4rem;
}
.stuff.details .content-nav .active {
  border-right: 3px solid var(--bs-secondary);
  font-weight: bold;
}
.stuff.details .content-nav ul {
  padding-right: 1.5rem;
}
.stuff.details .content-nav ul.open > li {
  display: block;
}
.stuff.details .content-nav li {
  list-style: none;
}
.stuff.details .content-nav li li {
  display: none;
}
.stuff.details .content-nav a {
  display: block;
  padding: 0.125rem 0.75rem 0.125rem 0;
  transition: none;
}
.stuff.details .content-title {
  display: inline-block;
  position: relative;
  margin: 10px 0 30px;
  font-size: 1.8rem;
}
.stuff.details .content-title:after {
  content: "";
  width: calc(100% + 30px);
  position: absolute;
  right: 0;
  bottom: -5px;
  border-bottom: 3px solid var(--bs-secondary);
}
.stuff.details .scrollspy-content p {
  font-size: 1.6rem;
}
.stuff.details #spec-section .table .spec-table-col {
  font-weight: normal;
  width: 250px;
  color: #767790;
}
.stuff.details #spec-section .table .spec-value.ltr {
  text-align: right;
}
.stuff.details #faq-section .questions .icon {
  margin-left: 18px;
}
.stuff.details #faq-section .questions .icon i {
  border: 2px solid var(--bs-primary);
  padding: 3px 6px;
  border-radius: 5px;
  color: var(--bs-primary);
}
.stuff.details #faq-section .answer {
  color: #5a5c7a;
  margin: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.stuff.details #faq-section .answer .answer-title {
  margin-top: 3px;
  margin-left: 20px;
}
.stuff.details #faq-section .answer:last-child {
  border: none;
}
.stuff.details [more-content] {
  display: none;
}
.stuff.details .scrollspy-content > div[id] {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px;
  line-height: 2;
}

@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-right: none;
  }
  .search-info .row div:nth-child(3n) .stuff-item {
    border: 1px solid #f1f2f4;
    border-left: none;
  }
  .stuff.details .stuff-des #main-specifications .specifications {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .filter-items-container {
    position: fixed;
    top: 120%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: white;
    z-index: 10;
    transition: 0.3s all;
    overflow: auto;
    max-height: 100vh;
  }
  .filter-items-container .filters-container {
    position: relative;
    top: 0;
    border: none;
  }
  .filter-items-container.open-filter {
    top: 0;
  }
  .toggle-filter {
    display: inline-block;
  }
  .display-priority {
    margin: 0;
  }
  .stuff.details .buy-information {
    position: fixed;
    background: #f7f7f8;
    font-size: 2rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 3px 15px black;
  }
  .stuff.details .buy-information.sticky {
    display: none;
  }
  .stuff.details .buy-information.top-up-navigation {
    bottom: 61px;
  }
  .stuff.details .buy-information .mobile-buy-section {
    display: block;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e6;
    margin: 0 5px;
    position: relative;
    top: -5px;
  }
  .stuff.details .buy-information .mobile-buy-section .icon {
    background: var(--bs-secondary);
    padding: 5px;
    color: white;
    border-radius: 5px;
    float: left;
    cursor: pointer;
  }
  .stuff.details .buy-information .buy-information-section {
    margin-bottom: -100%;
    transition: 0.3s all;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container {
    margin: 0;
    border: none;
    border-radius: 0;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .price-information .add-to-cart-container {
    display: flex;
    flex-direction: row-reverse;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .price-information .add-to-cart-container > div {
    flex: 1;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .colors .color-group .group-title {
    margin: 0;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .options-container {
    display: flex;
    flex-wrap: wrap;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .options-container .options-item {
    flex: 1;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .warranties {
    margin-bottom: 10px;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .slogans, .stuff.details .buy-information .buy-information-section .buy-information-container [data-type=PositiveAndNegative] {
    display: none;
  }
  .stuff.details .buy-information.open .mobile-buy-section .icon {
    transform: rotate(180deg);
  }
  .stuff.details .buy-information.open .buy-information-section {
    margin: 0;
  }
  .stuff.details [buy-information-section-mobile] {
    margin-top: 1.5rem;
  }
  .stuff.details #stock-container #gallery-stocks .main-item img {
    height: 250px;
  }
  .stuff.details .nav {
    top: 0;
  }
}
@media (max-width: 768px) {
  .display-priority .title {
    display: none;
    cursor: pointer;
  }
  .display-priority .priority-container {
    position: fixed;
    z-index: 10;
    bottom: -100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px #717171;
    border-radius: 15px 15px 0 0;
    transition: 0.3s all;
  }
  .display-priority .priority-container.open-priority {
    bottom: 0;
  }
  .display-priority .priority-container .priority-title {
    padding: 5px 10px;
    font-size: 1rem;
    display: block;
  }
  .display-priority .priority-container .button {
    display: block;
    border-bottom: 1px solid #f1f1f1;
  }
  .display-priority .priority-container .button.selected:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: left;
  }
  .display-priority .toggle-priority {
    display: inline-block;
    cursor: pointer;
  }
  .display-priority .toggle-priority i {
    vertical-align: middle;
    font-size: 1rem;
  }
  .top-up-navigation .priority-container.open-priority {
    bottom: 61px;
  }
  .img-zoom-lens, .img-zoom-result {
    display: none;
  }
  .stuff.details .stuff-actions {
    position: relative;
    text-align: left;
    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;
  }
  .stuff.details #stock-container #gallery-stocks .main-item img {
    height: 150px;
  }
  .stuff.details #stock-container .custom-modal-container .custom-modal-header {
    display: block;
  }
}
@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;
  }
}
.questions .question {
  cursor: pointer;
}
.questions .question .select {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
}
.questions .question i {
  color: var(--inner-color);
  margin-right: 15px;
  vertical-align: middle;
  float: left;
  font-size: 18px;
}
.questions .question i.active:before {
  content: "\f068";
}
.questions .item {
  padding: 10px;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.questions .item .answer {
  display: none;
  padding: 10px 20px;
  font-size: 13px;
}
.questions .item .answer i {
  margin-left: 5px;
  vertical-align: middle;
}
.questions .item .questioner .link {
  font-weight: bold;
  color: #7c9dc5;
  line-height: 1.5em;
}
.questions .item .link {
  font-weight: bold;
  line-height: 1.5em;
}

.tag.list .items {
  margin-top: 10px;
}
.tag.list .items .item {
  min-height: 70px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 10px;
  right: 0px;
  color: var(--bs-primary);
  display: block;
}
.tag.list .items .item:hover {
  right: -7px;
  box-shadow: 1px 1px 1px #000;
  box-shadow: 0px 0px 9px 1px #d2cfcf;
}
.tag.list .items .item img {
  width: 20%;
  display: inline-block;
}
.tag.list .items .item .title {
  text-align: right;
  padding: 20px 10px;
  display: inline-block;
}
.tag.list .items .item .link {
  font-size: 1em;
  position: absolute;
  top: 24px;
  left: 35px;
  opacity: 0;
  transition: all 0.3s;
}
.tag.list .items .item .link:after {
  content: "";
  width: 13px;
  height: 20px;
  background-image: url(/images/MainIcons.png);
  background-position: 258px 248px;
  position: absolute;
  left: -15px;
  top: 4px;
}
.tag.list .items .item:hover .link {
  opacity: 1;
}

@media (max-width: 992px) {
  .tag.list .items .item {
    height: 50px;
  }
  .tag.list .items .item img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .tag.list .items .item {
    float: right;
    width: 100% !important;
  }
  .tag.list .items .item img {
    display: none;
  }
}
.pagination {
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3rem 0;
  align-items: center;
}
.pagination .next a, .pagination .prev a {
  color: var(--bs-secondary);
  aspect-ratio: auto;
}
.pagination .next a:hover, .pagination .next a:focus, .pagination .prev a:hover, .pagination .prev a:focus {
  outline: none;
  color: black;
}
.pagination li {
  margin: 0 2px;
}
.pagination li a {
  color: #444444;
  font-weight: bold;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0 0.8rem;
  min-height: 4rem;
  display: block;
  border-radius: 50%;
  line-height: 4rem;
  aspect-ratio: 1;
  transition: none;
}
.pagination li a:hover, .pagination li a:focus {
  background: transparent;
  outline: 2px solid var(--bs-secondary);
}
.pagination li.active a {
  background: var(--bs-secondary);
  color: white;
}
.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 {
  border-radius: var(--border-radius);
}
.contact-us .contact-us-container .contact-data {
  line-height: 30px;
  margin-bottom: 45px;
  font-size: 0.85rem;
}
.contact-us .contact-us-container .alert {
  text-align: center;
}
.contact-us .contact-us-container .captcha-box input {
  display: inline-block;
  width: calc(100% - 99px);
  height: 43px;
}
.contact-us .contact-us-container .captcha-box img {
  height: 43px;
  border-radius: 7px;
}

.article-item {
  box-shadow: 0 0px 5px 0px #cecece;
}
.article-item .img-wrap {
  display: block;
  overflow: hidden;
}
.article-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
}
.article-item .txt-wrap {
  text-align: right;
  padding: 15px;
  background: white;
}
.article-item .txt-wrap h2 {
  font-size: 18px;
  font-weight: bold;
}
.article-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
}
.article-item .txt-wrap .view-date {
  display: inline-block;
  margin-top: 5px;
  color: #7d7d87;
}
.article-item .txt-wrap .view-date .view {
  display: inline-block;
  margin-left: 10px;
}
.article-item .txt-wrap .view-date .view span {
  margin-right: 2px;
}
.article-item .txt-wrap .view-date .date {
  display: inline-block;
}
.article-item .txt-wrap .view-date .date span {
  margin-right: 2px;
}
.article-item .txt-wrap .more-btn {
  display: inline-block;
  float: left;
}
.article-item:hover .img-wrap img {
  transform: scale(1.05);
}

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

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

.news.detail .detail-page {
  line-height: 2;
  font-size: 1rem;
}
.news.detail .detail-page .detail-header h1 {
  font-size: 1.3rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  display: inline-block;
}
.news.detail .detail-page .detail-header .rate {
  float: left;
  margin-top: 10px;
}
.news.detail .detail-page .detail-img {
  position: relative;
}
.news.detail .detail-page .detail-img > img {
  width: 100%;
}
.news.detail .detail-page .detail-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  width: 100%;
  overflow: auto;
}
.news.detail .detail-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 {
  background: gray;
  min-height: 33px;
  line-height: 33px;
  margin-top: 10px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  padding-right: 10px;
  padding-left: 5px;
  margin-bottom: 25px;
}
.news.detail .detail-page .detail-dscp {
  text-align: justify;
  margin-bottom: 20px;
}
.news.detail .like {
  cursor: pointer;
  float: left;
  margin-right: 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: left;
  margin-right: 20px;
  font-size: 1rem;
}
.news.detail .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

/*****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;
  right: 0;
  left: 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: ltr;
}
.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: ltr;
  width: 100%;
  padding-bottom: 65%;
  margin: 30px auto;
  display: none;
}

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

.carousel-container .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-container .title {
  text-align: center;
  font-weight: bold;
  direction: rtl;
}
.carousel-container .description {
  direction: rtl;
}
.carousel-container .price {
  font-size: 1rem;
  direction: rtl;
  text-align: left;
}
.carousel-container .owl-carousel {
  direction: ltr;
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
}
.carousel-container .owl-carousel .owl-nav {
  position: absolute;
  right: 10px;
  left: 10px;
  top: calc(50% - 20px);
  color: var(--bs-primary);
}
.carousel-container .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 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;
  transition: all 0.3s ease;
  font-size: 1.5em;
}
.carousel-container .owl-carousel .owl-nav .owl-next:hover {
  transform: scale(1.05);
}
.carousel-container .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 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;
  transition: all 0.3s ease;
  font-size: 1.5em;
}
.carousel-container .owl-carousel .owl-nav .owl-prev:hover {
  transform: scale(1.05);
}
.carousel-container .owl-carousel .owl-dots {
  position: absolute;
  right: 45px;
  bottom: 10px;
  left: auto;
  display: none;
}
.carousel-container .owl-carousel .owl-dots .owl-dot {
  border-radius: var(--border-radius);
  padding: 0;
  transition: 0.3s all;
}
.carousel-container .owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--bs-primary);
  width: 30px;
}
.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;
  right: 70px;
  bottom: 30px;
  left: auto;
}
.carousel-container .owl-carousel.full-screen-carousel .owl-nav .owl-next {
  left: 10px;
  right: auto;
}
.carousel-container .owl-carousel.full-screen-carousel .owl-nav .owl-prev {
  right: 0;
  left: auto;
}
.carousel-container .owl-item.active .item:before {
  animation: bannerArrow;
  animation-duration: 7s;
}

.swiper-container {
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide img, .swiper-container .swiper-wrapper .swiper-slide video {
  width: 100%;
}

.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;
  cursor: pointer;
  display: inline-block;
  margin-left: 50px;
  font-size: 1.8rem;
  font-weight: 500;
}
#invoice-modal .step-items .step-item:last-child {
  margin: 0;
}
#invoice-modal .step-items .step-item:not(:last-child):after {
  content: "";
  height: 1px;
  background: #00a680;
  position: absolute;
  left: -51px;
  top: calc(50% - 1px);
  width: 50px;
}
#invoice-modal .step-items .step-item.active {
  background: var(--bs-primary);
  color: white;
}
#invoice-modal .step-items .step-item:hover {
  background: var(--bs-primary);
  color: white;
  opacity: 0.8;
}
#invoice-modal .cart-container .carts .cartItemGroup .cart-item {
  border-bottom: 1px solid #e0e0e2;
  padding: 10px 5px;
  line-height: 30px;
  font-size: 1.4rem;
}
#invoice-modal .cart-container .carts .cartItemGroup .cart-item:last-child {
  border: 0;
}
#invoice-modal .cart-container .carts .cartItemGroup .cart-item .title {
  font-size: 1.6rem;
  margin: 0;
  font-weight: bold;
}
#invoice-modal .cart-container .carts .cartItemGroup .cart-item .value {
  font-weight: bold;
}
#invoice-modal .cart-container .carts .cartItemGroup .basket-qty-container .d-flex {
  gap: 15px;
  line-height: 1.2;
}
#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: 1px solid #e0e0e2;
  padding: 10px;
  overflow: hidden;
  line-height: 30px;
  font-size: 1.5rem;
}
#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;
}
.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;
}
.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 .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: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 .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;
  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 .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 .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 .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 .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 .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 .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 .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 .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;
}
.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;
}
.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;
}
.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;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .point .selected-icon {
  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 .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 .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 .custom-tab-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border: 1px solid var(--bs-primary);
  border-radius: 5px;
}
.page-login .custom-tab-container .tab-item {
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
  flex: 1;
  transition: 0.3s all;
}
.page-login .custom-tab-container .tab-item.active {
  flex: 3;
  color: white;
  background: var(--bs-primary);
  border-radius: 5px;
}
.page-login #loginPage {
  width: 100%;
}
.page-login .form-container {
  padding: 10px;
  background: white;
  box-shadow: 0 3px 4px gainsboro;
  border-radius: 5px;
  border: 1px solid gainsboro;
  max-width: 500px;
  margin: 50px auto;
}
.page-login .main-title {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

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

@media (max-width: 992px) {
  .user-panel .nav-wrapper {
    margin-bottom: 20px;
  }
  .user-panel .nav-wrapper .navigation {
    overflow: auto;
    white-space: nowrap;
  }
  .user-panel .nav-wrapper .navigation .nav-item {
    display: inline-block;
    border-right: 1px solid var(--bs-border-color);
  }
  .user-panel .nav-wrapper .navigation .nav-item.active:after {
    content: "";
    position: absolute;
    background: var(--bs-primary);
    right: 0;
    left: 0;
    height: 5px;
    bottom: 0;
    top: auto;
    width: auto;
    border-radius: 3px;
  }
  .user-panel .nav-wrapper .navigation .nav-item a {
    border: none;
    padding: 5px 10px;
  }
}
.video-list {
  padding: 40px 0;
}
.video-list .video-item .item {
  display: block;
}
.video-list .video-item .item img {
  width: 100%;
  border: 1px solid #e1e1e1;
}
.video-list .video-item .name {
  color: #000;
  margin: 15px 0;
  text-align: center;
  font-size: 1rem; /*	&:hover{color:$secondary;}*/
}
.video-list .video-item .hidden {
  visibility: hidden;
}

.video-list {
  padding: 40px 0;
}
.video-list .video-item .item {
  display: block;
}
.video-list .video-item .item img {
  width: 100%;
  border: 1px solid #e1e1e1;
}
.video-list .video-item .name {
  color: #000;
  margin: 15px 0;
  text-align: center;
  font-size: 1rem; /*	&:hover{color:$secondary;}*/
}
.video-list .video-item .hidden {
  visibility: hidden;
}

.html-page .main-title, .html-page h1 {
  color: var(--bs-primary);
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.html-page .page-content {
  text-align: justify;
}
.html-page .page-content a {
  color: var(--bs-primary);
}
.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 .page-content {
  background: white;
  padding: 15px;
  line-height: 2;
}
.html-page .page-content .rate {
  float: left;
  margin-top: 12px;
}
.html-page .page-content .sub-menu-item {
  margin-bottom: 15px;
}
.html-page .page-content .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 .page-content .sub-menu-item .img-container img {
  transform: scale(1) rotate(0);
  transition: 0.3s all;
}
.html-page .page-content .sub-menu-item .title {
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  font-size: 0.9rem;
}
.html-page .page-content .sub-menu-item:hover img {
  transform: scale(1.1) rotate(2deg);
}
.html-page .page-content h2 {
  font-size: 1.8rem;
}
.html-page .page-content table td a {
  color: white;
  display: block;
}
.html-page .page-content ul.sub-menu-item-container {
  flex-direction: column;
}
.html-page .page-content ul.sub-menu-item-container a {
  color: var(--bs-primary);
}

.list.photo .photo-page-container {
  background: white;
  padding: 15px;
  line-height: 2;
}
.list.photo .photo-page-container .main-title, .list.photo .photo-page-container h1 {
  color: var(--bs-primary);
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.list.photo .photo-page-container #gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
}
.list.photo .photo-page-container #gallery-thumbnails .gallery-item {
  flex: 1 0 24%;
  text-align: center;
}
.list.photo .photo-page-container #gallery-thumbnails .gallery-item .title {
  text-align: center;
  pointer-events: none;
  margin: 2px 0;
  font-weight: 500;
  font-size: 1rem;
}
.list.photo .photo-page-container #gallery-thumbnails .gallery-item .play {
  width: auto;
  height: auto;
  right: 30px;
  left: 30px;
  bottom: 75px;
  top: 30px;
  border: 1px solid white;
  background: transparent;
}
.list.photo .photo-page-container #gallery-thumbnails .gallery-item:hover .play {
  right: 10px;
  left: 10px;
  bottom: 45px;
  top: 10px;
}
.list.photo .photo-page-container #gallery-thumbnails .gallery-item img {
  border: 1px solid #e1e1e1;
}

@media (max-width: 992px) {
  .list.photo .photo-page-container #gallery-thumbnails .gallery-item {
    flex: 1 0 32%;
  }
}
@media (max-width: 768px) {
  .list.photo .photo-page-container #gallery-thumbnails .gallery-item {
    flex: 1 0 47%;
  }
}
.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-line {
  padding: 10px;
  clear: both;
  padding: 10px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  width: -moz-available;
  position: relative;
}
.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 .progress {
  height: auto;
}

.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: rgb(112, 48, 160);
  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: left;
  margin-top: 6px;
  margin-right: 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: left;
  margin-top: 6px;
  margin-right: 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-left: 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: left;
  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);
}

/*****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);
  overflow: hidden;
  box-shadow: 0 0px 5px 0px #cecece;
}
.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;
  right: 0;
  height: 32px;
  text-align: center;
  background: var(--bs-primary);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 10px;
  display: inline-block;
  width: 155px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.project.list .project-list .project-col .project-img a .prj-status:before {
  content: "";
  border-bottom: 32px solid var(--bs-primary);
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  height: 0;
  width: 100px;
  position: absolute;
  left: -50px;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.project.list .project-list .project-col .project-img a .prj-status:after {
  content: "";
  border-bottom: 28px solid var(--bs-secondary);
  border-right: 43px solid transparent;
  border-left: 38px solid transparent;
  height: 0;
  width: 110px;
  position: absolute;
  left: -80px;
  bottom: 0;
  z-index: -2;
  transition: all 0.4s ease-in-out;
}
.project.list .project-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 h2 {
  position: relative;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  font-weight: bold;
}
.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 #gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.project.detail #gallery-thumbnails .gallery-item {
  width: auto;
}
.project.detail #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 #gallery-thumbnails .image-thumbnail:hover {
  box-shadow: -6px 6px 14px 0px #b5b5b5;
}
.project.detail #gallery-thumbnails .image-thumbnail img {
  object-fit: cover;
  max-height: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  #gallery-thumbnails .image-thumbnail {
    flex: 0 0 44%;
  }
}
.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 {
  margin-top: 50px;
}
#agency .agency-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#agency .agency-container .flex-4 {
  flex: 4;
  margin-left: 10px;
  margin-top: 8rem;
}
#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 .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: #bae4ff;
}

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

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

.service .page-content {
  margin-top: 70px;
}
.service .page-content .asa-product {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 70px;
}
.service .page-content .asa-product .content-container {
  flex: 2;
}
.service .page-content .asa-product .content-container .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
}
.service .page-content .asa-product .content-container .dscp {
  font-size: 18px;
  line-height: 32px;
}
.service .page-content .asa-product .content-container .dscp p {
  margin-bottom: 16px;
}
.service .page-content .asa-product .img-container {
  flex: 1;
}
.service .page-content .technology {
  text-align: center;
}
.service .page-content .technology .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 32px;
}
.service .page-content .technology .img-container {
  padding: 0 5%;
}
.service .page-content .technology .img-container .item {
  display: inline-block;
  margin: 12px;
}
.service .nav.nav-tabs {
  border-bottom: 1px solid #DEE3EA;
  display: block;
  text-align: center;
  margin-top: 50px;
  white-space: nowrap;
}
.service .nav.nav-tabs .nav-item {
  display: inline-block;
  margin: 0 20px;
}
.service .nav.nav-tabs .nav-item .nav-link {
  border: none;
}
.service .nav.nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  border-bottom: 3px solid #BEE1C6;
}
.service .nav.nav-tabs .nav-item .nav-link .image {
  margin-bottom: 8px;
}
.service .nav.nav-tabs .nav-item .nav-link .title {
  color: black;
  font-size: 16px;
  font-family: var(--f-socondary);
}
.service .tab-content {
  padding: 0 115px;
}
.service .tab-content .service-item {
  padding: 72px 115px;
  border-bottom: 1px solid #DEE3EA;
}
.service .tab-content .service-item .title {
  font-size: 20px;
  font-family: var(--f-secondary);
  font-weight: bold;
  margin-bottom: 16px;
}
.service .tab-content .service-item .title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3DCCC9;
  margin-left: 8px;
}
.service .tab-content .service-item .summary {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 32px;
}
.service .tab-content .service-item .dscp {
  display: none;
}
.service .tab-content #asaModal .modal-content {
  padding: 0 72px 72px;
}
.service .tab-content #asaModal .modal-content .modal-header {
  justify-content: left;
}
.service .tab-content #asaModal .modal-content .modal-header .btn-close {
  padding: 24px 0 12px 0;
}
.service .tab-content #asaModal .modal-content .modal-body {
  display: flex;
  gap: 30px;
}
.service .tab-content #asaModal .modal-content .modal-body .img-container {
  flex: 1;
}
.service .tab-content #asaModal .modal-content .modal-body .content-container {
  flex: 6;
}
.service .tab-content #asaModal .modal-content .modal-body .content-container .title {
  font-size: 20px;
  font-family: var(--f-secondary);
  font-weight: bold;
  margin-bottom: 8px;
}
.service .tab-content #asaModal .modal-content .modal-body .content-container .summary {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 32px;
}
.service .tab-content #asaModal .modal-content .modal-body .content-container .dscp .dscp-title {
  font-size: 20px;
  font-family: var(--f-secondary);
  margin-bottom: 8px;
  font-weight: bold;
}
.service .tab-content #asaModal .modal-content .modal-body .content-container .dscp .dscp-content {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 32px;
}
.service .tab-content #asaModal .modal-content .modal-body .content-container .close {
  border: 1px solid #3dccc9 !important;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .service .nav.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 24px;
  }
  .service .nav.nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .service .page-content .technology {
    text-align: center;
  }
  .service .page-content .technology .img-container {
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .service .page-content .technology .img-container::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 992px) {
  .service .page-content {
    margin-top: 24px;
    padding: 0 12px;
  }
  .service .page-content:first-child {
    margin-top: 0;
  }
  .service .page-content .asa-product {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .service .page-content .asa-product .content-container {
    text-align: center;
  }
  .service .page-content .asa-product .content-container .dscp {
    font-size: 16px;
  }
  .service .tab-content {
    padding: 0 12px;
  }
  .service .tab-content .service-item {
    padding: 72px 0;
  }
  .service .tab-content .service-item .summary {
    font-size: 16px;
  }
  .service .tab-content .service-item .dscp {
    font-size: 16px;
  }
  .service .tab-content #asaModal .modal-content {
    padding: 0;
  }
  .service .tab-content #asaModal .modal-content .modal-header .btn-close {
    padding: 12px 24px;
  }
  .service .tab-content #asaModal .modal-content .modal-body {
    flex-direction: column;
    padding: 24px;
  }
  .service .tab-content #asaModal .modal-content .modal-body .img-container {
    text-align: center;
  }
  .service .tab-content #asaModal .modal-content .modal-body .content-container .summary {
    font-size: 16px;
  }
  .service .tab-content #asaModal .modal-content .modal-body .content-container .dscp .dscp-content {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .service .page-content .technology {
    display: none;
  }
  .service .tab-content .service-item:last-child {
    border: none;
  }
}
@media (max-width: 576px) {
  .service .nav.nav-tabs .nav-item {
    margin: 0 10px;
  }
  .service .tab-content .service-item .more-info {
    display: block;
  }
}

.error-page .content {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2rem;
  font-family: var(--f-secondary);
}
.error-page .content .img-container {
  margin-bottom: 3rem;
}
.error-page .content .search-wrap {
  position: relative;
  text-align: left;
}
.error-page .content .search-wrap .search-box {
  position: relative;
  display: inline-block;
}
.error-page .content .search-wrap .search-box input {
  background: white;
  border-radius: 25px;
}
.error-page .content .search-wrap .search-box input.form-control {
  height: 35px;
  border: 1px solid #3DCCC9;
  padding: 0 40px 0 0;
  font-size: 13px;
}
.error-page .content .search-wrap .search-box .search {
  position: absolute;
  top: 8px;
  right: 12px;
  display: inline-block;
}
.error-page .content .search-wrap .search-box .search .fa-search {
  color: #526073;
}
.error-page .content .search-wrap .search-box .search::after {
  content: "";
  border-left: 1px solid #ADEEED;
  padding-right: 7px;
  padding-top: 1px;
}
.error-page .content .search-wrap .search-item-container {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 5px;
  background: white;
  text-align: right;
  max-height: 250px;
  overflow: auto;
}
.error-page .content .search-wrap .search-item-container .search-item {
  background: white;
  padding: 5px 15px;
}
.error-page .content .search-wrap .search-item-container .search-item:nth-child(2n+1) {
  background: #eee;
}
.error-page .content .search-wrap .search-item-container .search-item:hover {
  background: var(--bs-primary);
  color: white;
}
.error-page .content .search-wrap.search-fix {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(163, 162, 162, 0.7019607843);
  display: flex;
  justify-content: center;
  transition: 0.5s all;
}

#chatGptContainer {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: 0 auto;
  height: 75vh;
}
#chatGptContainer .chat-container {
  flex: auto;
  padding: 10px;
  font-size: 1.6rem;
  color: black;
  overflow: auto;
  background-color: #f6f6f6;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #007aff;
  position: relative;
  border-radius: 5px 5px 0 0;
  max-height: 85%;
}
#chatGptContainer .chat-container .text {
  line-height: 2;
  font-size: 1.4rem;
  color: black;
}
#chatGptContainer .text-box-container {
  position: relative;
}
#chatGptContainer .text-box-container .form-control {
  max-width: 100%;
  resize: none;
  border: 1px solid #007aff;
  border-radius: 0 0 5px 5px;
}
#chatGptContainer .text-box-container .btn-search {
  filter: grayscale(1);
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background: transparent;
}
#chatGptContainer .text-box-container .btn-search.active {
  filter: grayscale(0);
  pointer-events: auto;
}

.ltr #chatGptContainer .btn-search {
  right: 10px;
  left: auto;
}

.hidden {
  display: none;
}

.choose-img {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}

.brand.list .stuff-item {
  background: white;
  border-radius: 0.8rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
}
.brand.list .stuff-item .stuff-title {
  min-height: 7rem;
}
