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

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

.comments #comment-form-wrapper #cancel-comment {
  display: none;
}
.comments .title {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.comments .form-title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 15px;
  display: block;
  text-align: right;
  padding: 0;
}
.comments label {
  font-weight: normal;
  color: gray;
  font-size: 1.4rem;
}
.comments input[type=text], .comments input[type=email], .comments #comment-captcha, .comments textarea {
  background: white;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-size: 1.4rem;
}
.comments textarea {
  min-height: 145px;
  font-size: 1.4rem;
}
.comments .user-info {
  background: #eaeaea;
  border-radius: 7px;
  padding: 20px;
}
.comments .user-comment {
  background: #eaeaea;
  border-radius: 7px;
  padding: 20px;
}
.comments .alert-dismissible {
  margin-top: 5px;
  margin-bottom: 5px;
}
.comments #comment-form #comment-captcha {
  margin-bottom: 1rem;
}
.comments #comment-form .more-btn {
  padding: 5px 15px;
  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 {
  font-size: 0.8rem;
  padding-right: 0;
}
.comments #comment-form #cancel-comment {
  background: gray;
}
.comments #comment-form .buttons-row {
  text-align: left;
}
.comments #comment-form-wrapper .title {
  font-size: 1.21em;
  margin-top: 15px;
  margin-bottom: 0px;
}
.comments #comment-form-wrapper label.control-label {
  color: #acacac;
}
.comments #comment-form-wrapper #comment-captcha-image {
  display: block;
  border-radius: 8px;
  max-width: 100%;
}

#comments {
  position: relative;
}
#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: 1.8rem;
  color: var(--bs-primary);
}
.blog-item .txt-wrap p {
  line-height: 2;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
  font-size: 1.6rem;
}
.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;
  background-color: var(--bs-primary);
  font-size: 1.6rem;
}
.blog-item:hover .img-wrap img {
  transform: scale(1.05);
}

.blog.detail .row > * {
  padding: 15px;
}
.blog.detail .detail-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog.detail .detail-header h1 {
  font-size: 2rem;
  flex: 1;
  margin: 0;
}
.blog.detail .detail-header .box-actions {
  flex: 0 0 auto;
}
.blog.detail .detail-header .box-actions > span {
  margin-right: 10px;
  vertical-align: middle;
}
.blog.detail .detail-header .box-actions .rate {
  display: inline-block;
  vertical-align: middle;
}
.blog.detail .detail-header .box-actions .like {
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
}
.blog.detail .detail-header .box-actions .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.blog.detail .detail-header .box-actions .like.liked:after {
  font-weight: bold;
  color: red;
}
.blog.detail .detail-header .box-actions .share-btn {
  font-size: 1.6rem;
  display: inline-block;
}
.blog.detail .detail-header .box-actions .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.blog.detail .detail-img img {
  width: 100%;
  margin: 20px 0px;
}
.blog.detail .detail-dscp {
  text-align: justify;
  line-height: 32px;
}
.blog.detail .detail-dscp img {
  width: 100%;
}
.blog.detail .detail-dscp h2, .blog.detail .detail-dscp h3 {
  font-size: 2rem;
  margin: 20px 0;
}
.blog.detail .detail-dscp p {
  margin: 20px 0;
}
.blog.detail .detail-info {
  color: white;
  background: #666666;
  padding: 10px;
  font-size: 1.3rem;
  text-align: end;
}

@media (max-width: 1200px) {
  .blog.detail .detail-header {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .blog.detail .detail-header h1 {
    flex: 0 0 100%;
  }
  .blog.detail .detail-header .box-actions {
    flex: 0 0 100%;
  }
}
/*
@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 .stuff-list-container {
  padding-right: 30px;
}
.stuff.list .container-fluid {
  padding: 0;
}
.stuff.list .main-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--bs-primary);
}
.stuff.list .main-title:before {
  display: none;
}
.stuff.list .filters-container {
  position: sticky;
  top: 70px;
  background: white;
  border: 1px solid #e0e0e6;
}
.stuff.list .filters-container .title {
  padding: 10px;
  font-size: 1.6rem;
}
.stuff.list .filters-container .filter-item-container .filter-item-header {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  font-weight: bold;
}
.stuff.list .filters-container .filter-item-container .filter-item-header .caret {
  transition: 0.3s transform;
  color: #9e9fb1;
  font-size: 1.1rem;
}
.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 {
  margin-top: 10px;
}
.stuff.list .filters-container .filter-item-container .filter-item-header .selected-item span {
  color: #979797;
  font-size: 1.6rem;
  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;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group {
  margin-bottom: 20px;
}
.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 {
  padding: 5px 0px;
  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 .sidebar {
  background: white;
  border: 1px solid #e0e0e6;
  padding: 10px 15px;
}
.stuff.list .sidebar .all-stuff-link {
  display: none;
}
.stuff.list .sidebar ul {
  list-style: none;
}
.stuff.list .sidebar .level-3 ul {
  display: none;
}
.stuff.list .sidebar .level-3 a {
  position: relative;
  padding-right: 25px;
}
.stuff.list .sidebar .level-3 .caret {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
}
.stuff.list .sidebar .level-3 .caret:before {
  content: "\f0fe";
}
.stuff.list .sidebar .level-3 li.open .caret:before {
  content: "\f146";
}
.stuff.list .sidebar .active {
  color: var(--bs-primary);
}
.stuff.list .sidebar .level-1 > li > a {
  display: block;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 15px;
  position: relative;
  color: #333;
  font-size: 22px;
}
.stuff.list .sidebar .level-1 > li > a:before {
  content: "";
  width: 80px;
  height: 2px;
  background: var(--bs-primary);
  display: inline-block;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.stuff.list .sidebar li {
  border-bottom: 1px solid #eeecec;
  line-height: 40px;
}
.stuff.list .sidebar li:last-child {
  border-bottom: none;
}
.stuff.list .display-priority {
  padding: 15px;
  background-color: #f9f9f9;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid black;
}
.stuff.list .display-priority > .title {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 0;
  margin-left: 10px;
}
.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;
  color: var(--bs-primary);
}
.stuff.list .display-priority .toggle-priority, .stuff.list .display-priority .priority-title {
  display: none;
}
.stuff.list .display-priority .dropdown button {
  background: white;
  border: 1px solid rgb(237, 237, 239);
  padding: 10px;
}
.stuff.list .display-priority .dropdown button:after {
  vertical-align: middle;
}
.stuff.list .toggle-filter {
  display: none;
  cursor: pointer;
}
.stuff.list .toggle-filter i {
  font-size: 1rem;
  vertical-align: middle;
}
.stuff.list .applied-filters {
  padding: 8px 0;
}
.stuff.list .applied-filters .label {
  background: var(--bs-primary);
  padding: 3px;
  font-size: 0.8em;
  display: block;
  margin: 4px;
}
.stuff.list .applied-filters .label .remove {
  font-size: 1.7em;
  line-height: 0.6em;
  vertical-align: middle;
  display: inline-block;
  margin: 4px 6px 0 6px;
  float: right;
  cursor: pointer;
  color: white;
}
.stuff.list .applied-filters .color-sample {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.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-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.stuff.list .stuff-item-container .stuff-item {
  background: #fff;
  display: block;
  border-top: none;
  position: relative;
}
.stuff.list .stuff-item-container .stuff-item .stuff-des {
  margin-top: 20px;
}
.stuff.list .stuff-item-container .stuff-item .stuff-des h2 {
  font-size: 1em;
  font-weight: 700;
  min-height: 45px;
  padding: 5px 15px;
  height: 70px;
}
.stuff.list .stuff-item-container .stuff-item .compare {
  display: inline-block;
  margin-top: 10px;
}
.stuff.list .stuff-item-container .stuff-item .stuff-img {
  text-align: center;
}
.stuff.list .stuff-item-container .stuff-item .stuff-img img {
  width: 100%;
}
.stuff.list .stuff-item-container .stuff-item .stuff-rate i {
  color: gold;
}
.stuff.list .stuff-item-container .stuff-item .price-box {
  font-size: 1.6rem;
  padding: 5px 15px;
}
.stuff.list .stuff-item-container .stuff-item .price-box .unit {
  display: inline-block;
}
.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.list .btn-more {
  margin-top: 20px;
  padding: 10px;
}
.stuff.list .btn-more span:after {
  content: "\f060";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  margin-right: 15px;
}
.stuff.list .btn-more:hover {
  background-color: var(--bs-secondary) !important;
}

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

.stuff.details .stuff-title {
  font-size: 3rem;
  font-weight: bold;
  color: var(--bs-primary);
  margin-bottom: 10px;
}
.stuff.details .content-title {
  font-size: 3rem;
  color: var(--bs-primary);
  font-weight: bold;
  margin-bottom: 20px;
}
.stuff.details .stuff-img img {
  width: 100%;
}
.stuff.details .stuff-detail {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.stuff.details .stuff-detail .content {
  line-height: 2;
  text-align: justify;
  font-size: 1.6rem;
}
.stuff.details .stuff-detail #dscp-section {
  flex: 2;
}
.stuff.details .stuff-detail .recommended-for {
  flex: 1;
}
.stuff.details .stuff-download {
  margin-top: 40px;
}
.stuff.details .stuff-download .download {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.stuff.details .stuff-download .download .item {
  flex: 0 0 200px;
}
.stuff.details .stuff-download .download .item .img-container {
  position: relative;
}
.stuff.details .stuff-download .download .item .img-container img {
  width: 100%;
  height: 300px;
}
.stuff.details .stuff-download .download .item .img-container .type {
  position: absolute;
  left: 0;
  right: 0;
  text-align: start;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  bottom: 0;
  direction: ltr;
}
.stuff.details .stuff-download .download .item .name {
  margin-top: 10px;
  text-align: center;
  color: var(--bs-primary);
  font-weight: bold;
}

.stuff.category {
  line-height: 2;
  text-align: justify;
}

@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.list .stuff-item-container {
    grid-template-columns: repeat(2, 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;
  }
  .buy-information {
    position: fixed;
    background: #f7f7f8;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 3px 15px black;
  }
  .buy-information.sticky {
    display: none;
  }
  .buy-information.top-up-navigation {
    bottom: 61px;
  }
  .buy-information .mobile-buy-section {
    display: block;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e6;
    margin: 0 5px;
    position: relative;
    top: -5px;
  }
  .buy-information .mobile-buy-section .icon {
    background: #0d6efd;
    padding: 5px;
    color: white;
    border-radius: 5px;
    float: left;
    cursor: pointer;
  }
  .buy-information .buy-information-section {
    margin-bottom: -100%;
    transition: 0.3s all;
  }
  .buy-information .buy-information-section .buy-information-container {
    margin: 0;
    border: none;
    border-radius: 0;
  }
  .buy-information .buy-information-section .buy-information-container .price-information .add-to-cart-container {
    display: flex;
    flex-direction: row-reverse;
  }
  .buy-information .buy-information-section .buy-information-container .price-information .add-to-cart-container > div {
    flex: 1;
  }
  .buy-information .buy-information-section .buy-information-container .colors .color-group .group-title {
    margin: 0;
  }
  .buy-information .buy-information-section .buy-information-container .options-container {
    display: flex;
    flex-wrap: wrap;
  }
  .buy-information .buy-information-section .buy-information-container .options-container .options-item {
    flex: 1;
  }
  .buy-information .buy-information-section .buy-information-container .warranties {
    margin-bottom: 10px;
  }
  .buy-information .buy-information-section .buy-information-container .slogans, .buy-information .buy-information-section .buy-information-container [data-type=PositiveAndNegative] {
    display: none;
  }
  .buy-information.open .mobile-buy-section .icon {
    transform: rotate(180deg);
  }
  .buy-information.open .buy-information-section {
    margin: 0;
  }
  .stuff.list .stuff-item-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .stuff.list .sidebar {
    display: none;
  }
  .stuff.details .stuff-detail {
    flex-wrap: wrap;
  }
  .stuff.details .stuff-detail #dscp-section {
    flex: 0 0 100%;
  }
  .stuff.details .stuff-detail .recommended-for {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .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.list .stuff-item-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .stuff.details .stuff-download .download .item {
    flex: 0 1 calc(50% - 7.5px);
  }
}
@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;
  }
  .stuff.list .container {
    padding: 0 24px;
  }
  .stuff.list .stuff-item-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .stuff.list .stuff-list-container {
    padding: 0;
  }
  .stuff.details .stuff-img img {
    height: 300px;
    object-fit: cover;
  }
  .stuff.details .stuff-title {
    font-size: 2rem;
  }
  .stuff.details .content-title {
    font-size: 2rem;
  }
  .stuff.details .container {
    padding: 0 24px;
  }
  .stuff.details .stuff-download .download .item {
    flex: 0 0 100%;
  }
}
.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.1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 60px 0;
  gap: 10px;
}
.pagination .next a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pagination .prev a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pagination li {
  display: inline-block;
  font-size: 1.6rem;
  width: 30px;
  height: 30px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a {
  color: var(--bs-primary);
}
.pagination li.active {
  background-color: var(--bs-primary);
}
.pagination li.active a {
  color: white;
}
.pagination li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.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 .form-control, .contact-us .form-select {
  line-height: 2.5;
}
.contact-us label {
  margin-bottom: 5px;
}
.contact-us .alert {
  text-align: center;
}
.contact-us .captcha-box {
  position: relative;
}
.contact-us .captcha-box input {
  display: inline-block;
  width: calc(100% - 77px);
  height: 42px;
  position: relative;
  top: -2px;
}
.contact-us .captcha-box img {
  height: 42px;
  border-radius: 7px;
}
.contact-us .captcha-box .refresh-token {
  position: absolute;
  right: 81px;
  top: -1px;
  margin: auto;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--bs-secondary);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
.contact-us .submit {
  text-align: right;
}
.contact-us .submit input[type=submit] {
  color: white;
  border: none;
  background: var(--bs-secondary);
  padding: 5px 10px;
}

.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: 1.8rem;
  color: var(--bs-primary);
}
.news-item .txt-wrap p {
  line-height: 2;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
  font-size: 1.6rem;
}
.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;
  background-color: var(--bs-primary);
  font-size: 1.6rem;
}
.news-item:hover .img-wrap img {
  transform: scale(1.05);
}

.news.detail .row > * {
  padding: 15px;
}
.news.detail .detail-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.news.detail .detail-header h1 {
  font-size: 2rem;
  flex: 1;
  margin: 0;
}
.news.detail .detail-header .box-actions {
  flex: 0 0 auto;
}
.news.detail .detail-header .box-actions > span {
  margin-right: 10px;
  vertical-align: middle;
}
.news.detail .detail-header .box-actions .rate {
  display: inline-block;
  vertical-align: middle;
}
.news.detail .detail-header .box-actions .like {
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
}
.news.detail .detail-header .box-actions .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.news.detail .detail-header .box-actions .like.liked:after {
  font-weight: bold;
  color: red;
}
.news.detail .detail-header .box-actions .share-btn {
  font-size: 1.6rem;
  display: inline-block;
}
.news.detail .detail-header .box-actions .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.news.detail .detail-img img {
  width: 100%;
  margin: 20px 0px;
}
.news.detail .detail-dscp {
  text-align: justify;
  line-height: 32px;
}
.news.detail .detail-dscp img {
  width: 100%;
}
.news.detail .detail-dscp h2, .news.detail .detail-dscp h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0;
}
.news.detail .detail-dscp p {
  margin: 20px 0;
}
.news.detail .detail-info {
  color: white;
  background: #666666;
  padding: 10px;
  font-size: 1.3rem;
  text-align: end;
}

@media (max-width: 1200px) {
  .news.detail .detail-header {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .news.detail .detail-header h1 {
    flex: 0 0 100%;
  }
  .news.detail .detail-header .box-actions {
    flex: 0 0 100%;
  }
}
/*****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 {
  direction: rtl;
}
.carousel-container .description {
  direction: rtl;
}
.carousel-container .price {
  font-size: 1rem;
  direction: rtl;
  text-align: left;
}
.carousel-container .owl-carousel {
  direction: rtl;
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
}
.carousel-container .owl-carousel .owl-nav {
  position: absolute;
  right: 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: relative;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
}
.carousel-container .owl-carousel .owl-dots .owl-dot {
  padding: 0;
  transition: 0.3s all;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  background-color: #ECECEC;
}
.carousel-container .owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--bs-secondary);
}
.carousel-container .owl-item.active .item:before {
  animation: bannerArrow;
  animation-duration: 7s;
}

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

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

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

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

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

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

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

#invoice-modal .step-items {
  list-style: none;
  text-align: center;
  margin-bottom: 15px;
}
#invoice-modal .step-items .step-item {
  position: relative;
  padding: 5px 10px;
  border: 1px solid #e0e0e2;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  margin-left: 50px;
  font-size: 1.6rem;
  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.6rem;
}
#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 .basket-qty-container {
  margin-top: 10px;
}
#invoice-modal .cart-container .carts .cartItemGroup .cart-item .shipping-time, #invoice-modal .cart-container .carts .cartItemGroup .cart-item .unit-price, #invoice-modal .cart-container .carts .cartItemGroup .cart-item .shipping-time, #invoice-modal .cart-container .carts .cartItemGroup .cart-item .total-price {
  margin-top: 10px;
}
#invoice-modal .cart-container .carts .cartItemGroup .cart-item .value {
  font-weight: bold;
}
#invoice-modal .step-2 .selected-address label {
  color: #7e7e7e;
}
#invoice-modal .step-2 .selected-address p {
  margin: 0;
}
#invoice-modal .step-2 .selected-address .edit-address {
  font-size: 0.8em;
  color: var(--bs-primary);
}
#invoice-modal .step-2 .selected-address .edit-address:hover {
  color: var(--bs-secondary);
}
#invoice-modal .invoice-border {
  border-radius: 7px;
  border: 1px solid #e0e0e2;
  padding: 10px;
  overflow: hidden;
  line-height: 30px;
  font-size: 1.6rem;
}
#invoice-modal .invoice-border > * {
  margin-bottom: 10px;
}
#invoice-modal .getway-container {
  margin-bottom: 5px;
}
#invoice-modal .getway-container .getway-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid var(--bs-border-color);
  margin-left: 5px;
  margin-bottom: 5px;
  filter: grayscale(1);
}
#invoice-modal .getway-container .getway-item.active {
  filter: grayscale(0);
}
#invoice-modal .getway-container .getway-item img {
  width: 80px;
}
#invoice-modal .min-shippingCost-container .alert {
  padding: 1px 5px;
  text-align: center;
}

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

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

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

.user-panel .content-wrapper {
  padding: 0;
}
.user-panel .flex-container {
  display: flex;
}
.user-panel .flex-container .col-right {
  flex: 2;
  height: 100vh;
  overflow: auto;
  border: 1px solid var(--bs-border-color);
}
.user-panel .flex-container .col-left {
  flex: 10;
}
.user-panel .flex-container .col-left .content-wrapper {
  background: white;
  padding: 10px 20px;
  box-shadow: 1px 1px 3px #e4e4e4;
  border-radius: 10px;
  margin: 10px 20px;
}
.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 {
  height: 100%;
}
.user-panel .nav-wrapper .icon {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 5px;
}
.user-panel .nav-wrapper .profile-info {
  padding: 20px 10px;
  margin: 0;
}
.user-panel .nav-wrapper .profile-info .name {
  font-weight: 500;
  margin: 0;
}
.user-panel .nav-wrapper .profile-info .mobile-number {
  color: #a8a8a8;
}
.user-panel .nav-wrapper .profile-info .icon {
  font-size: 1.5rem;
}
.user-panel .nav-wrapper .navigation {
  list-style: none;
}
.user-panel .nav-wrapper .navigation .nav-item {
  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 .order-item .order-info .item, .user-panel.order .order-item .order-info .item {
  display: inline-block;
  color: #9e9fb1;
  font-size: 0.8rem;
}
.user-panel.orders .order-item .order-info .item:after, .user-panel.order .order-item .order-info .item:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #cfcfd8;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}
.user-panel.orders .order-item .order-info .item:last-child:after, .user-panel.order .order-item .order-info .item:last-child:after {
  display: none;
}
.user-panel.orders .order-item .order-info .item b, .user-panel.order .order-item .order-info .item b {
  color: black;
}
.user-panel.orders .order-item .divider, .user-panel.order .order-item .divider {
  border-bottom: 1px solid var(--bs-border-color);
  padding: 15px 0;
}
.user-panel.orders .order-item .stuff-container .img-container, .user-panel.order .order-item .stuff-container .img-container {
  position: relative;
}
.user-panel.orders .order-item .stuff-container .img-container .quantity, .user-panel.order .order-item .stuff-container .img-container .quantity {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  background: #e8e8e8;
  padding: 1px 10px;
  border-radius: 0 5px 0 0;
}
.user-panel.orders .order-item .stuff-container .content-container p, .user-panel.order .order-item .stuff-container .content-container p {
  margin-bottom: 10px;
  font-size: 1rem;
}
.user-panel.orders .order-item .stuff-container .content-container p.discount, .user-panel.order .order-item .stuff-container .content-container p.discount {
  font-size: 0.8rem;
}
.user-panel.orders .order-item .stuff-container .content-container p.discount span, .user-panel.order .order-item .stuff-container .content-container p.discount span {
  font-size: 0.8rem;
}
.user-panel.orders .factor, .user-panel.order .factor {
  font-size: 1rem;
}
.user-panel.orders #changePaymentMethodModal .invoice-border, .user-panel.order #changePaymentMethodModal .invoice-border {
  border: 1px solid #e0e0e2;
  padding: 10px;
  overflow: hidden;
  line-height: 30px;
  font-size: 0.9rem;
}
.user-panel.orders .getway-container, .user-panel.order .getway-container {
  margin-bottom: 5px;
}
.user-panel.orders .getway-container .getway-item, .user-panel.order .getway-container .getway-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid var(--bs-border-color);
  margin-left: 5px;
  margin-bottom: 5px;
  filter: grayscale(1);
}
.user-panel.orders .getway-container .getway-item.active, .user-panel.order .getway-container .getway-item.active {
  filter: grayscale(0);
}
.user-panel.orders .getway-container .getway-item img, .user-panel.order .getway-container .getway-item img {
  width: 80px;
}
.user-panel.comments .stuff-container .img-container {
  position: relative;
}
.user-panel.comments .stuff-container .img-container .datetime {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  background: #e8e8e8;
  padding: 1px 10px;
  border-radius: 0 5px 0 0;
}
.user-panel.comments .stuff-container .content-container p {
  margin-bottom: 10px;
  font-size: 1rem;
}

/*@media(max-width:992px) {
    .user-panel .nav-wrapper { margin-bottom: 20px;
        .navigation { overflow: auto; white-space: nowrap;
            .nav-item { display: inline-block; border-right: 1px solid var(--bs-border-color);
                &.active:after { content: ""; position: absolute; background: var(--bs-primary); right: 0; left: 0; height: 5px; bottom: 0; top: auto; width: auto; border-radius: 3px; }
                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 .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;
  line-height: 2;
}
.html-page .page-content .rate {
  float: left;
}
.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 {
  display: flex;
  flex-wrap: wrap;
}
.form .form-control {
  border-radius: 0;
  font-size: 13px;
  line-height: 2;
  height: 40px;
}
.form .form-header {
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 12px;
}
.form .form-page-container {
  background: white;
  padding: 15px;
  line-height: 2;
}
.form .form-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;
}

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

/*****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%);
}
