/*@import '../images/icons.sprite.scss';*/
:root {
  --bs-primar: #38b36c;
  --bs-secondary: #ed1c24;
  --bs-sucess: #5cb85c;
  --bs-gold: yellow;
  --primary: #38b36c;
  --secondary: #ed1c24;
}

/*@import './styles-rtl/sitemap.scss';*/
:root {
  --bs-primar: #38b36c;
  --bs-secondary: #ed1c24;
  --bs-sucess: #5cb85c;
  --bs-gold: yellow;
  --primary: #38b36c;
  --secondary: #ed1c24;
}

/*
@import this file directly into your existing Scss files to use these mixins
*/
.comment {
  background: #f7f7f7;
  margin-bottom: -30px;
}
.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: #00a693;
}
.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 {
  padding: 50px 0;
}
.comments #comment-form-wrapper #cancel-comment {
  display: none;
}
.comments .title {
  font-size: 1.2rem;
  font-weight: 500;
}
.comments .form-title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 5px;
  display: block;
  text-align: right;
  padding: 0;
}
.comments label {
  font-weight: normal;
  color: #ccc;
  font-size: 1rem;
}
.comments input[type=text], .comments input[type=email], .comments #comment-captcha, .comments textarea {
  background: #f5f5f5;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-size: 0.8rem;
}
.comments textarea {
  min-height: 145px;
}
.comments .user-info {
  background: #fff;
  border-radius: 7px;
  margin-left: -15px;
  padding: 20px;
}
.comments .user-comment {
  background: #fff;
  border-radius: 7px;
  padding: 20px;
}
.comments .alert-dismissible {
  margin-top: 5px;
  margin-bottom: 5px;
}
.comments #comment-form #comment-captcha {
  margin-bottom: 1rem;
}
.comments #comment-form .more-btn {
  width: 150px;
  height: 35px;
  border: none;
}
.comments #comment-form .form-group.recommend {
  float: 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: #f5f5f5;
}
.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: #f5f5f5;
}
#comments .comment-list .top-comment .comment-writer .display-name {
  color: #00a693;
  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: #fff;
  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: #fff;
  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: #fff;
  border: none;
  color: #00a693;
  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: #f5f5f5;
  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: #fff;
  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; }
	}
}*/
/*@import './styles-rtl/default-page.scss';
@import './styles-rtl/blog.scss';
@import './styles-rtl/podcast.scss';*/
:root {
  --bs-primar: #38b36c;
  --bs-secondary: #ed1c24;
  --bs-sucess: #5cb85c;
  --bs-gold: yellow;
  --primary: #38b36c;
  --secondary: #ed1c24;
}

.questions .question {
  cursor: pointer;
}

.questions .question.select {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
}

.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 .question i {
  color: var(--inner-color);
  margin-right: 15px;
  line-height: 1.5em;
  vertical-align: middle;
  float: left;
  font-size: 18px;
  margin-top: 2px;
}

.questions .question i.active:before {
  content: "\f068";
}

.questions .item .questioner .link {
  font-weight: bold;
  color: #7c9dc5;
  line-height: 1.5em;
}

.questions .item .link {
  font-weight: bold;
  line-height: 1.5em;
}

/*/*@import './styles-rtl/tag.scss';*/
:root {
  --bs-primar: #38b36c;
  --bs-secondary: #ed1c24;
  --bs-sucess: #5cb85c;
  --bs-gold: yellow;
  --primary: #38b36c;
  --secondary: #ed1c24;
}

/*****Shared**********/
.download-table {
  overflow: auto;
}

.download.list .items {
  margin-top: 24px;
}
.download.list .items .item {
  color: #444;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 16px;
  padding: 16px;
  transition: all 0.3s;
}
.download.list .items .item .title {
  font-family: IranSansWeb;
  font-weight: bold;
  font-size: 1.14em;
  min-height: 80px;
}
.download.list .items .item .dscp {
  color: #888;
  margin-top: 17px;
  min-height: 80px;
}
.download.list .items .item .download-btn {
  font-family: IranSansWeb;
  font-weight: bold;
  width: 100%;
  padding: 6px 0;
  max-height: 40px;
  border-radius: 20px;
  background-color: #00a693;
  text-align: center;
  transition: all 0.3s;
}
.download.list .items .item .download-btn a {
  color: white;
  display: block;
}
.download.list .items .item:hover {
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2);
}
.download.list .items .item:hover .download-btn {
  box-shadow: 0 4px 5px 0 rgba(43, 107, 180, 0.45);
}

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

.pager {
  font-size: 1.3rem;
}

.pagination {
  justify-content: center;
  /*.next { display: inline;
  	a { background: url(/Images/left-arrow.svg) center center no-repeat; width: auto; }
  }
  .prev { display: inline; padding-left: 17px;
  	a { background: url(/Images/right-arrow.svg) center center no-repeat; width: auto; }
  }*/
}
.pagination .prev, .pagination .next {
  border-bottom: none;
}
.pagination .prev a, .pagination .next a {
  width: 12px;
  height: 19px;
  /*padding: 17px 10px;*/
}
.pagination li {
  display: inline-block;
  border-bottom: 2px solid #ededed;
  margin: 0 2px;
}
.pagination li a {
  color: #444444;
  border: none;
  font-size: 1.1rem;
  line-height: 1.2em;
  border-radius: 0;
  background: transparent;
  padding: 8px !important;
}
.pagination li a:hover, .pagination li a:focus {
  background: transparent;
}
.pagination li.active {
  /*border-bottom: 2px solid $primary;*/
}
.pagination li.active a {
  background: none;
  color: #00a693;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}
.pagination li.active a:hover {
  background: none;
  color: inherit;
}
.pagination li span {
  padding: 8px !important;
}
.pagination .disabled 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;
}

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

/*****Shared**********/
/********Contact-Us**********/
.contact-us {
  /*.form-horizontal { justify-content: center; }*/
}
.contact-us .contact-data {
  line-height: 30px;
  margin-bottom: 45px;
  font-size: 0.85rem;
}
.contact-us .alert {
  text-align: center;
}
.contact-us .captcha-box input {
  display: inline-block;
  width: calc(100% - 99px);
  height: 43px;
}
.contact-us .captcha-box img {
  height: 43px;
  border-radius: 7px;
}

@media (max-width: 575.5px) {
  .contact-form .btn-primary {
    display: block;
    margin: 0 auto;
  }
}
.article-item {
  margin-bottom: 30px;
}
.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: center;
  padding: 15px;
  height: 230px;
  background: #f7f7f7;
}
.article-item .txt-wrap h2 {
  font-size: 18px;
  font-weight: bold;
}
.article-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  height: 85px;
  overflow: hidden;
}
.article-item .txt-wrap .more-btn {
  line-height: 38px;
  color: #fff;
  background-color: #00a693;
  padding: 5px 25px;
  border-radius: 5px;
}
.article-item .txt-wrap .more-btn:hover {
  padding: 5px 50px;
}
.article-item:hover .img-wrap img {
  transform: scale(1.05);
}

.news-item {
  margin-bottom: 30px;
}
.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: center;
  padding: 15px;
  height: 230px;
  background: #f7f7f7;
}
.news-item .txt-wrap h2 {
  font-size: 18px;
  font-weight: bold;
  height: 56px;
}
.news-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  height: 85px;
  overflow: hidden;
}
.news-item .txt-wrap .more-btn {
  line-height: 38px;
  color: #fff;
  background-color: #00a693;
  padding: 5px 25px;
  border-radius: 5px;
}
.news-item .txt-wrap .more-btn:hover {
  padding: 5px 50px;
}
.news-item:hover .img-wrap img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .inner-page.news {
    padding: 0 !important;
  }
}
:root {
  --bs-primar: #38b36c;
  --bs-secondary: #ed1c24;
  --bs-sucess: #5cb85c;
  --bs-gold: yellow;
  --primary: #38b36c;
  --secondary: #ed1c24;
}

/*****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: #00a693;
}
.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: #00a693;
  padding: 5px 25px;
  border-radius: 5px;
}
.gallery .gallery-list .gallery-item .more-btn:hover {
  padding: 5px 50px;
}

.gallery-container #gallery-thumbnails {
  padding-top: 15px;
}
.gallery-container #gallery-thumbnails .image-thumbnail {
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 10px;
  max-height: 100%;
  transition: 0.3s all;
  margin: 0 auto;
  display: block;
}
.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 #gallery-thumbnails .g-item {
  margin-bottom: 20px;
}
.gallery-container #gallery-thumbnails .g-item .title {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.gallery-container .lg-outer .lg-inner {
  direction: ltr;
}
.gallery-container .main-title {
  color: var(--bs-primar);
}
.gallery-container .main-title .border {
  border-bottom: 2px solid var(--bs-primar);
  display: block;
  margin: 20px 0;
  width: 50%;
}

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

/*-------------------------------------------------------------- */
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel button.owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin-left: 12px;
}
.owl-carousel button.owl-dot.active {
  background: #00a693;
}

/*-----------------------------------------------------------------Banner*/
#Banner {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 1223px;
  overflow: hidden;
}
#Banner .bannerLoop {
  width: 100% !important;
}
#Banner .bannerLoop .item {
  display: block;
  width: 100% !important;
  height: auto;
  vertical-align: top;
}
#Banner .bannerLoop .item .item-inner {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#Banner .bannerLoop .item .item-inner > a {
  display: block;
  position: relative;
}
#Banner .bannerLoop .item .item-inner > a img {
  width: 100%;
  height: auto;
}
#Banner .bannerLoop .item .item-inner .banner-txt {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  text-align: left;
}
#Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp {
  position: absolute;
  width: 50%;
  right: auto;
  left: 0;
  bottom: 100px;
  margin: 0 auto;
  z-index: 2;
  color: #fff;
  padding: 0 15px;
}
#Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp h2 {
  font-size: 41px;
  font-weight: bold;
  text-shadow: 0 2px 4px #000;
}
#Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp p {
  font-size: 25px;
  text-shadow: 0 2px 4px #000;
}
#Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp a {
  line-height: 33px;
  color: #fff;
  padding: 7px 15px;
  display: inline-block;
  width: 150px;
  text-align: center;
  margin-top: 30px;
  background-color: #00a693;
  border-radius: 7px;
  position: relative;
  z-index: 2;
}
#Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp a:hover {
  background-color: #f5f5f5;
  color: #000;
}
#Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp .video-wrap {
  display: none;
}
#Banner .bannerLoop .owl-nav .owl-prev, #Banner .bannerLoop .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 24px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  border: 1px solid transparent;
  transition: 0.5s;
  color: #00a693;
  text-shadow: 0 0 4px #fff;
}
#Banner .bannerLoop .owl-nav .owl-prev {
  left: 15px;
  text-align: left;
}
#Banner .bannerLoop .owl-nav .owl-next {
  right: 15px;
  text-align: right;
}
#Banner .bannerLoop .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 100px;
}
#Banner #Services {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: white;
  z-index: 1;
  text-align: center;
  font-size: 0;
  padding: 5px 0;
}
#Banner #Services .container {
  max-width: 700px;
}
#Banner #Services .item {
  padding: 15px 0;
}
#Banner #Services .item .img-wrap {
  text-align: center;
}
#Banner #Services .item .img-wrap a {
  width: 92px;
  height: 92px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5px;
}
#Banner #Services .item .img-wrap a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 50%;
}
#Banner #Services .item .img-wrap a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00a693;
  border-radius: 50%;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(-45deg);
  transition: transform 0.4s ease;
}
#Banner #Services .item .img-wrap a img {
  width: auto;
  border-radius: 50%;
  transition: transform 0.4s ease;
}
#Banner #Services .item .txt-wrap div {
  margin: 10px auto 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
#Banner #Services .item:hover .img-wrap a:after, #Banner #Services .item:focus .img-wrap a:after {
  transform: rotate(135deg);
}
#Banner #Services .item:hover .img-wrap a img, #Banner #Services .item:focus .img-wrap a img {
  transform: scale(0.9);
}
#Banner #Services .item:hover .txt-wrap div, #Banner #Services .item:focus .txt-wrap div {
  color: #00a693;
}

/*-------------------------------------------------------------- fixedBG */
#History {
  position: relative;
  background: url("../Images/fixedBgH1.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: auto;
}
#History .container {
  position: relative;
  max-width: 860px;
  padding: 93px 15px;
}
#History:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 166, 147, 0.5);
}
#History h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  color: #fff;
  text-shadow: 0 0 21px #000;
}
#History p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  color: #fff;
  text-shadow: 0 0 21px #000;
}

/*-------------------------------------------------------------- Reconstruction */
#Reconstruction {
  position: relative;
  background: url("../Images/pattern.jpg") center center;
  padding: 95px 0 38px;
  /*&:after { content: ''; position: absolute; right: -999px; left: -999px; top: 100%; margin: auto; display: block; width: 100%; height: 50px; background: url('../Images/pattern.jpg') center center; z-index: 1; -webkit-mask-image: url('../Images/mask2.png'); mask-image: url('../Images/mask2.png'); -webkit-mask-size: 100%; mask-size: 100%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: top; mask-position: top; }*/
}
#Reconstruction .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  color: #000;
}
#Reconstruction .ReconsLoop .item .img-wrap a {
  position: relative;
}
#Reconstruction .ReconsLoop .item .img-wrap a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
#Reconstruction .ReconsLoop .item .img-wrap a:after {
  content: "\f0c1";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  color: #00a693;
  transform-origin: center center;
  opacity: 0;
  z-index: 1;
  transition: all 1s ease;
}
#Reconstruction .ReconsLoop .item .txt-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
#Reconstruction .ReconsLoop .item .txt-wrap h2 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 35px 0 25px;
}
#Reconstruction .ReconsLoop .item:hover .img-wrap a:before {
  opacity: 1;
}
#Reconstruction .ReconsLoop .item:hover .img-wrap a:after {
  opacity: 1;
  transform: rotate(360deg) scale(2);
}
#Reconstruction .ReconsLoop .item:hover .txt-wrap h2 a {
  color: #00a693;
}

/*-------------------------------------------------------------- Blade */
#Blade {
  position: relative;
  background: url("../Images/saBg.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}
#Blade:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}
#Blade .container {
  position: relative;
  max-width: 860px;
  padding: 50px 15px 80px;
}
#Blade .title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#Blade p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  color: #00a693;
  text-shadow: 0 0 21px #fff;
}
#Blade a {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  font-size: 18px;
  line-height: 33px;
  color: #fff;
  padding: 10px 15px;
  width: 180px;
  text-align: center;
  background-color: #00a693;
  border-radius: 15px;
}
#Blade a:hover {
  background-color: #f5f5f5;
  color: #000;
}

/*-------------------------------------------------------------- fixedBG */
#fixedBG {
  position: relative;
  background: url("../Images/saBg.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 400px;
}

/*-------------------------------------------------------------- AboutUs */
#AboutUs {
  position: relative;
  background: url("../Images/saBg.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 98px 0 100px;
}
#AboutUs:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0, #fff 80%, #fff 100%);
}
#AboutUs:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 230px;
  background: #00a693;
  /* -webkit-mask-image: url('../Images/mask3.png'); mask-image: url('../Images/mask3.png'); -webkit-mask-size: cover; mask-size: cover; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: bottom; mask-position: bottom;*/
}
#AboutUs .container {
  position: relative;
  z-index: 1;
}
#AboutUs .about-inner img:nth-child(1) {
  float: right;
}
#AboutUs .about-inner img:nth-child(2) {
  float: left;
}
#AboutUs .about-inner .txt-wrap {
  position: relative;
  width: 33%;
  margin: 0 auto;
  font-size: 19px;
  line-height: 40px;
  text-align: center;
  padding: 155px 0 145px;
}
#AboutUs .about-inner .txt-wrap .btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#AboutUs .about-inner .txt-wrap .btn-wrap a {
  font-size: 18px;
  line-height: 33px;
  color: #fff;
  padding: 10px 15px;
  width: 180px;
  text-align: center;
  background-color: #00a693;
  border-radius: 15px;
  border: 1px solid #fff;
}
#AboutUs .about-inner .txt-wrap .btn-wrap a:nth-child(1) {
  float: right;
}
#AboutUs .about-inner .txt-wrap .btn-wrap a:nth-child(2) {
  float: left;
}
#AboutUs .about-inner .txt-wrap .btn-wrap a:hover {
  background-color: #f5f5f5;
  color: #000;
}

/*-------------------------------------------------------------- Counter */
#CounterSec {
  position: relative;
  background-color: #f5f5f5;
  padding: 95px 0 80px;
  /*&:after { content: ''; position: absolute; right: -999px; left: -999px; top: 100%; margin: auto; display: block; width: 100%; height: 50px; background: $lightGray; z-index: 1; -webkit-mask-image: url('../Images/mask2.png'); mask-image: url('../Images/mask2.png'); -webkit-mask-size: cover; mask-size: cover; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: top; mask-position: top; }*/
}
#CounterSec .item .img-wrap {
  transition: all 0.3s ease;
}
#CounterSec .item .img-wrap img {
  max-width: 360px;
  margin: 0 auto;
  border: 1px solid #00a693;
  border-radius: 10px;
}
#CounterSec .item .txt-wrap {
  margin-top: 50px;
}
#CounterSec .item .txt-wrap .Count {
  font-weight: bold;
  font-size: 73px;
  text-align: center;
}
#CounterSec .item .txt-wrap .name {
  text-align: center;
  font-size: 20px;
  line-height: 33px;
}
#CounterSec .item .txt-wrap .name strong {
  display: block;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 10px;
}
#CounterSec .item:hover .img-wrap {
  transform: translateY(5px);
}

/*============================================================================================================= Media Queries*/
@media (max-width: 1199px) {
  #Banner {
    height: auto;
  }
  #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp {
    bottom: 50px;
  }
  #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp h2 {
    font-size: 30px;
  }
  #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp p {
    font-size: 20px;
  }
  #Banner #Services {
    position: relative;
  }

  #AboutUs {
    padding: 80px 0;
  }
  #AboutUs .about-inner img {
    width: 28%;
  }
  #AboutUs .about-inner .txt-wrap {
    width: 40%;
    padding-top: 30px;
  }

  #CounterSec:after {
    display: none;
  }
  #CounterSec .item .txt-wrap .Count {
    font-size: 40px;
  }
  #CounterSec .item .txt-wrap .name {
    font-size: 18px;
  }
  #CounterSec .item .txt-wrap .name strong {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .wow {
    animation: none !important;
    visibility: visible !important;
  }

  header {
    position: relative;
  }

  #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp {
    bottom: 30px;
  }
  #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp h2 {
    font-size: 20px;
  }
  #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp p {
    font-size: 16px;
  }
  #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp a {
    font-size: 12px;
    width: 100px;
    line-height: 1.8;
    margin-top: 15px;
    line-height: 1.8;
  }

  #History .container {
    padding: 50px 15px;
  }

  #Reconstruction {
    padding: 50px 0;
  }
  #Reconstruction:after {
    display: none;
  }
  #Reconstruction .ReconsLoop .item .txt-wrap h2 {
    margin: 15px 0;
  }

  #Blade .container {
    padding: 30px 15px;
  }
  #Blade a {
    position: relative;
    display: inline-block;
  }

  #fixedBG {
    display: none;
  }

  #AboutUs {
    padding: 50px 0;
  }
  #AboutUs:after {
    display: none;
  }
  #AboutUs .about-inner img {
    width: 49%;
  }
  #AboutUs .about-inner .txt-wrap {
    width: 100%;
    clear: both;
    padding: 30px 0;
  }
  #AboutUs .about-inner .txt-wrap .btn-wrap {
    position: relative;
  }
  #AboutUs .about-inner .txt-wrap .btn-wrap a {
    float: none !important;
    display: inline-block;
    margin-top: 15px;
  }

  #CounterSec {
    padding: 50px 0;
  }
  #CounterSec .item .txt-wrap {
    margin-top: 15px;
  }
  #CounterSec .item .txt-wrap .Count {
    font-size: 30px;
  }
  #CounterSec .item .txt-wrap .name {
    font-size: 14px;
  }
  #CounterSec .item .txt-wrap .name strong {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp p {
    font-size: 14px;
  }
  #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp a:hover {
    background-color: #00a693;
    color: #000;
  }
  #Banner .bannerLoop .item .item-inner > a img {
    height: 320px;
    width: 100%;
    object-fit: cover;
  }
  #Banner .bannerLoop .owl-nav .owl-prev {
    left: 0;
  }
  #Banner .bannerLoop .owl-nav .owl-next {
    right: 0;
  }
  #Banner .bannerLoop .owl-nav .owl-prev, #Banner .bannerLoop .owl-nav .owl-next {
    font-size: 30px;
  }
  #Banner #Services .item:hover .img-wrap a:after, #Banner #Services .item:focus .img-wrap a:after {
    transform: rotate(-45deg);
  }
  #Banner #Services .item:hover .img-wrap a img, #Banner #Services .item:focus .img-wrap a img {
    transform: scale(1);
  }

  #History {
    background: unset;
    padding: 30px 0;
  }
  #History:before {
    background-color: #00a693;
  }
  #History .container {
    padding: 0 15px;
  }
  #History h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #History p {
    font-size: 16px;
  }

  #Reconstruction {
    padding: 30px 0;
  }
  #Reconstruction .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #Reconstruction .ReconsLoop .item:hover .img-wrap a:before {
    opacity: 0;
  }
  #Reconstruction .ReconsLoop .item:hover .img-wrap a:after {
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }

  #Blade {
    padding: 30px 0;
  }
  #Blade .container {
    padding: 0 15px;
  }
  #Blade .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #Blade p {
    font-size: 16px;
  }
  #Blade a:hover {
    background-color: #00a693;
    color: #000;
  }

  #AboutUs {
    padding: 30px 0;
  }
  #AboutUs .about-inner img {
    display: none;
  }
  #AboutUs .about-inner .txt-wrap {
    font-size: 14px;
    line-height: 30px;
  }
  #AboutUs .about-inner .txt-wrap .btn-wrap a:hover {
    background-color: #00a693;
    color: #000;
  }

  #CounterSec {
    padding: 30px 0;
  }
  #CounterSec .item:hover .img-wrap a img {
    filter: unset;
  }

  footer {
    background-image: unset;
    background-color: #000;
  }
}
@media (max-width: 599px) {
  #Banner .bannerLoop .item .item-inner .banner-txt {
    text-align: center;
  }
  #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp {
    width: 100%;
    bottom: 20px;
  }
  #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp h2 {
    font-size: 14px;
  }
  #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp p {
    font-size: 10px;
  }
  #Banner .bannerLoop .item .item-inner .banner-txt .banner-Dscp a {
    font-size: 10px;
    margin-top: 5px;
    width: 80px;
    padding: 5px 10px;
  }
}
/*@import '../config/variables.scss';*/
/*$gold: yellow;
.stuff {
    .page-row { margin: 0; display: table; table-layout: fixed; width: 100%;
        .col-category { width: 320px; display: table-cell; height: 100%; vertical-align: top; padding-bottom: 70px;
            .category-container { min-height: 600px; display: block; background-image: url(/Images/categories-bg-after.png), url(/Images/category-menu-bg.png); background-repeat: no-repeat,no-repeat; background-position: bottom center, top center; background-size: 102%; padding: 60px 50px 50px 50px; position: relative; margin-top: -10px;
                > .title { font-size: 1em; color: black; margin-top: 45px;
                    &:first-child { margin-top: 0; }
                }
                .title-border { background: url('/Images/category-container-title.png') no-repeat center center; height: 20px; width: 100%; }
                .categories {
                    > a { color: white; text-shadow: 0 1px 1px #444; }
                    ul { list-style: none; padding: 0;
                        li { padding-right: 15px; font-size: 0.93em;
                            &.selected > a { color: white; }
                            a { text-decoration: none; color: black; }
                        }
                    }
                }
                .brands { font-size: 0.9em; color: black; }
            }
        }
        .col-list { display: table-cell; padding-right: 20px; }
    }
    .section-splitter { background: url('/images/section-splitter.png') repeat-x; padding-top: 45px; }
    .section-title {
        h2 { margin: 21px; color: white; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.43); }
        @include clearfix();
        margin: 15px 0 50px;
        height: 107px;
        text-align: center;
        background: url('/images/header-bg.png') no-repeat center center;
    }
    .sign { width: 20%; height: 20%; position: absolute; background-size: contain;
        &.gold-sign { background-image: url('/images/stuff/gold-sign.png');
            &.sm { background-image: url('/images/stuff/gold-sign-small.png'); }
            &.xs { background-image: url('/images/stuff/gold-sign-xsmall.png'); }
        }
        &.bronze-sign { background-image: url('/images/stuff/bronze-sign.png');
            &.sm { background-image: url('/images/stuff/bronze-sign-small.png'); }
            &.xs { background-image: url('/images/stuff/bronze-sign-xsmall.png'); }
        }
        &.silver-sign { background-image: url('/images/stuff/silver-sign.png');
            &.sm { background-image: url('/images/stuff/silver-sign-small.png'); }
            &.xs { background-image: url('/images/stuff/silver-sign-xsmall.png'); }
        }
        &.sm { width: 74px; height: 74px; }
        &.xs { width: 50px; height: 50px; }
    }
    .stuff-wrapper {
        .stuff { position: relative; border-radius: 25px; margin: 0 0 16px 4px; overflow: hidden; transition: all 0.5s cubic-bezier(0, 0, 0, 1); padding: 1px 0;
            .box { padding: 16px; position: relative; z-index: 2; border-radius: 25px; margin-bottom: 1px; background-color: #f8f8f8; background-image: url('/Images/box-bottom-bg.jpg'); background-repeat: repeat-x; background-position: bottom center;
                .rate { padding: 5px 0; }
            }
            .header { border-bottom: 1px dotted #b0b0b0; z-index: 3; position: relative; }
            .image-link { position: relative; margin: 10px 0; z-index: 2; background: #f2f2f2; display: block;
                img { width: 100%; transition: 0.1s all cubic-bezier(0.17, 0.71, 0.63, 0.93); }
            }
            .details { display: inline-block; width: 100%;
                .title-wrapper { height: 55px;
                    .title { border-bottom: 1px dotted #b0b0b0; font-size: 0.8em; color: black; display: inline-block; }
                }
                .summary { display: none; }
                .price-box { margin: 15px -15px 0;
                    & > div { display: inline-block; }
                    .icon-tag { font-size: 1.7em; color: #9f9fa0; vertical-align: middle; }
                    b { font-size: 1.1em; }
                }
            }
            .sign { right: -15px; top: -18px; z-index: 70; }
            .bottom-border { z-index: 1; position: absolute; bottom: -1px; left: 0; width: 100%; background: url('/images/gold-bg-1.png') repeat-x; height: 12px; }
            .top-border { z-index: 1; position: absolute; top: -1px; left: 0; width: 100%; background: url('/images/gold-bg-1.png') repeat-x; height: 12px; }
            .hover { border-radius: 25px; position: absolute; top: 50px; right: 0; bottom: 0; left: 0; background: #f8f8f8; z-index: 1; visibility: hidden; opacity: 0; text-align: center; transition: all 0.2s cubic-bezier(0, 0, 0, 1); }
            .btns { position: absolute; display: none; bottom: 25px; left: 0; right: 0; z-index: 3; text-align: center;
                .btn {
                    i { margin-left: 5px; }
                }
            }
            &:hover { box-shadow: 0 17px 33px 7px rgba(66, 66, 66, 0.66);
                .hover { visibility: visible; opacity: 1; }
                .btns { display: block; }
                .image-link {
                    img { transform: scale(1.1) translateY(10px); }
                }
            }
        }
    }
    .rotator {
        .owl-carousel {
            .stuff { margin: 10px;
                .header {
                    padding: 5px 5px 0 5px;
                    @include clearfix();
                    .like { margin-top: -4px;
                        i { font-size: 1.5em; line-height: 1em; color: #ccbca1; }
                        .icon-heart { display: none; }
                        &.liked {
                            .icon-heart { display: inline; }
                            .icon-heart-o { display: none; }
                        }
                        &.can-like i { cursor: pointer }
                        .likes { font-size: 1.2em; }
                    }
                    .rate { float: left; }
                }
                .box { position: relative; padding: 2px; border-radius: 8px;
                    .stuff-image { border-radius: 5px; }
                    .brand-logo { position: absolute; left: 15px; top: 15px; width: auto; }
                }
                .details {
                    .title { margin-top: 10px; }
                }
                .price-box {
                    .discounted-price b { font-size: 1.1em; }
                    > * { display: inline-block; }
                    .icon-tag { font-size: 1.8em; color: #9f9fa0; }
                }
            }
            .owl-nav {
                > * { background: url('/images/carousel-next-prev.png') no-repeat; height: 74px; width: 26px; position: absolute; top: 50%; margin-top: -54px; }
                .owl-prev { right: -25px; background-position: right; }
                .owl-next { left: -25px; }
            }
        }
    }
}

.flat-btn { background-color: #ffffff; border: 1px solid #ccbca1; padding: 15px 10px; display: inline-block; text-align: center; cursor: pointer; transition: all 0.3s ease-in-out;
    i { color: #ccbca1; font-size: 1.7em; vertical-align: middle; line-height: 2em; }
    span { color: black; font-size: 1.3em; }
    &:hover { background: #ccbca1; border: 1px solid #c5982f;
        i { color: white; }
    }
}

@media(max-width:1600px) {
    .flat-btn { padding: 15px 10px;
        i { color: #ccbca1; font-size: 1.2em; line-height: 2em; }
        span { font-size: 1em; }
    }
}*/
/**********Categories*********/
/*$cornerDistance: 12;
.stuff.category {
    .content { background: url(/images/list-page-top-bg.png) repeat-x #f2ecdc; padding-bottom: 35px;
        .breadcrumb-wrapper {
            h1 { float: right; margin-top: 20px; }
            .sitemap { float: left; }
        }
    }
    .category { cursor: pointer; top: 0; bottom: 0; right: 15px; left: 15px; margin-bottom: 50px;
        .image-box { background: #ede5d2; position: relative;
            img.size-constraint { width: 100%; }
            .image-wrapper { display: block; position: absolute; top: 0; right: 0; left: 0; bottom: 0; padding: 7%;
                .v-align-center { width: 100%; height: 100%;
                    a { vertical-align: middle; width: 100%; height: 100%;
                        img.main-image { width: 100%; }
                    }
                }
            }
            .corner { position: absolute; width: 33px; height: 42px; background: url('/images/quick-selector-corners-white.png') no-repeat;
                &.i-1 { top: -$cornerDistance * 0.5px; left: -$cornerDistance * 0.5px; }
                &.i-2 { top: -$cornerDistance * 0.5px; right: -$cornerDistance * 0.5px; background-position: top right; }
                &.i-3 { bottom: -$cornerDistance * 0.5px; right: -$cornerDistance * 0.5px; background-position: bottom right; }
                &.i-4 { bottom: -$cornerDistance * 0.5px; left: -$cornerDistance * 0.5px; background-position: bottom left; }
            }
        }
        .title { text-shadow: 0 0 1px #a77537; color: black; font-size: 1.1em; white-space: nowrap; }
        &:hover {
            .corner {
                &.i-1 { animation: top-left-corner 0.4s ease-in-out infinite alternate; }
                &.i-2 { animation: top-right-corner 0.4s ease-in-out infinite alternate; }
                &.i-3 { animation: bottom-right-corner 0.4s ease-in-out infinite alternate; }
                &.i-4 { animation: bottom-left-corner 0.4s ease-in-out infinite alternate; }
            }
        }
        .bullet { position: absolute; background: url('/images/bullet-black.png') no-repeat; width: 39px; height: 40px; top: 100%; margin-top: -20px; right: 50%; margin-right: -19px; border: none; }
    }
}*/
/************************/
/*.stuff.list {
    .dropdown .icon.icon-caret { margin-right: 5px; color: #988b87; }
    .content { background: url('/images/list-page-top-bg.png') repeat-x #f2ecdc; padding-bottom: 35px;
        .breadcrumb-wrapper {
            h1 { float: right; }
            .sitemap { float: left; }
        }
    }
    .applied-filters { padding: 8px 0;
        .label { display: inline-block; font-size: 0.9em; padding: 8px; vertical-align: middle; margin-left: 5px; margin-bottom: 5px; color: black; background-color: #c5982f; background: #c5982f; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzU5ODJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjYzRhMDRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzQlIiBzdG9wLWNvbG9yPSIjZjhlZjkwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlNTAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); background: -moz-linear-gradient(45deg, #c5982f 0%, #c4a04c 25%, #f8ef90 74%, #7e5020 100%); background: -webkit-linear-gradient(45deg, #c5982f 0%,#c4a04c 25%,#f8ef90 74%,#7e5020 100%); background: linear-gradient(45deg, #c5982f 0%,#c4a04c 25%,#f8ef90 74%,#7e5020 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5982f', endColorstr='#7e5020',GradientType=1 )\9;
            .remove { font-size: 1.7em; line-height: 0.6em; vertical-align: middle; display: inline-block; margin: 4px 6px 0 0; cursor: pointer; color: white; }
        }
        .color-sample { display: inline-block; width: 15px; height: 15px; vertical-align: middle; border: 1px solid rgba(0, 0, 0, 0.3); }
    }

    .colors {
        .color-group {
            .color { display: inline-block; margin-left: 14px; margin-bottom: 12px; position: relative;
                &.selected { opacity: 1; box-shadow: 4px 4px 1px #908d84;
                    &:before { content: ' '; position: absolute; left: 1px; top: -3px; z-index: 2; cursor: pointer; }
                }
                .btn { width: 37px; }
            }
        }
    }
    .special-filters { float: right;
        .fast-shipping { display: inline-block; color: darken($gold,15);
            .icon { }
        }
        .special-offer { display: inline-block; color: #e20000;
            .icon { }
        }
    }
    .display-priority { float: left; background: white; padding: 0 10px; border-radius: 8px; margin: 10px 0;
        > .title { font-size: 0.9em; color: darken($gold,10); }
        .button { display: inline-block; padding: 0 10px; font-size: 0.9em; cursor: pointer; height: 3em; line-height: 3em; }
        .button.selected { font-weight: bold; color: darken($gold,20); position: relative;
            &:after { content: " "; display: block; position: absolute; width: 100%; height: 6px; top: -6px; left: 0; background-color: $gold; }
        }
    }
    .display-type { float: left; margin: 9px 10px 0 0;
        .btn { opacity: 0.6; }
        .btn.selected { box-shadow: 4px 4px 1px #908d84; opacity: 1; }
    }
    .price-filter {
        width: 250px;
        display: inline-block;
        margin: 15px -15px 0 -15px;
        @include clearfix();
        .from { float: left; }
        .to { float: right; }
        .value { }
        .unit { font-size: 0.8em; }
        .price-slider-bg { padding: 0 25px; background: url(/Images/slider-bg.png) center center no-repeat;
            .price-slider {
                $arrowDistance: 4;

                @keyframes slider-left-arrow {
                    100% { left: -$arrowDistance * 1px; }
                }

                @keyframes slider-right-arrow {
                    100% { right: -$arrowDistance * 1px; }
                }

                width: 200px;
                height: 13px;
                border: none;
                .ui-slider-handle { width: 43px; height: 25px; position: relative; background: url('/images/slider-anchor-bullet.png') center center no-repeat; cursor: pointer;
                    .arrow { position: absolute; top: 0; width: 12px; height: 25px; background-position: center center; background-repeat: no-repeat;
                        &.right { right: 0; background-image: url('/images/slider-anchor-right-arrow.png'); }
                        &.left { left: 0; background-image: url('/images/slider-anchor-left-arrow.png'); }
                    }
                    &:hover {
                        .arrow {
                            &.right { animation: slider-right-arrow 0.3s ease-in-out infinite alternate; }
                            &.left { animation: slider-left-arrow 0.3s ease-in-out infinite alternate; }
                        }
                    }
                }
            }
        }
    }
}*/
/****************************************/
/*.stuff.details {
    .content { background: #f2ecdc; padding-bottom: 35px;
        .breadcrumb-wrapper {
            .sitemap { margin-right: 25px; }
        }
    }
    .product-information {
        .media-gallery { display: table; width: 100%;
            .column.right { display: table-cell; width: 150px; padding: 0 3px; vertical-align: top; position: relative;
                .thumbnails { position: absolute; height: 100%; width: 142px; padding-bottom: 77px;
                    #stuff-thumbnails { height: 100%; overflow-y: auto; padding-top: 2px;
                        .image-thumbnail { width: 95px; display: block; box-sizing: content-box; border-radius: 5px; margin: auto; overflow: hidden; text-align: center; margin-top: 2px; margin-bottom: 12px;
                            &:hover, &.selected { padding: 2px; box-shadow: 3px 3px 1px #99958b; margin-top: -2px; margin-bottom: 10px; }
                            img { border-radius: 5px; }
                        }
                    }
                    .social-networks { position: absolute; bottom: 0; width: 100%; text-align: center;
                        .title { border-bottom: 1px solid white; font-size: 0.8em; margin-bottom: 5px; text-align: center; display: inline-block; }
                        .diamond-btn { text-align: center; padding: 2px 0; color: #60d3db; text-decoration: none;
                            i { color: #60d3db; font-size: 0.9em; }
                        }
                    }
                }
            }
            .column.left { display: table-cell;
                &.mobile { display: none; }
                .preview { padding: 2px; border-radius: 8px; position: relative;
                    .product-image { width: 100%; border-radius: 8px; }
                    .brand-logo { position: absolute; top: 20px; right: 18px; }
                    .sign { position: absolute; top: 5px; left: 10px; }
                }
            }
        }
        .in-page-links { margin-top: 20px; display: table; width: 100%;
            .col-1 { display: table-cell; width: 150px; }
            .col-2 { display: table-cell;
                .full-specs-btn { width: 48%; float: right; margin-left: 4%;
                    &.full { width: 100%; margin: 0 }
                }
                .product-in-package-btn { width: 48%; float: right;
                    &.full { width: 100%; margin: 0 }
                }
            }
        }
        header {
            .i-1 {
                & > * { display: inline-block; }
                h1 { font-size: 1.4em; margin-top: 0; margin-left: 10px; }
                .brand { vertical-align: text-bottom; font-size: 1em; }
                .likes { vertical-align: text-bottom; margin-right: 15px; line-height: 1.9em;
                    .action-btn { display: inline-block; text-decoration: none; cursor: pointer;
                        i { color: #ccbca1; font-size: 1.4em;
                            &.icon-heart-o { display: block; }
                            &.icon-heart { display: none; }
                        }
                        &.liked {
                            .icon-heart-o { display: none; }
                            .icon-heart { display: block; }
                        }
                    }
                    span { display: inline-block; font-size: 1.2em; }
                }
            }
            .i-2 {
                & > * { display: inline-block; }
                .rate {
                    .br-wrapper {
                        @include valign-middle();
                    }
                }
                span { font-size: 1.1em; }
            }
        }
        .buy-information {
            .colors {
                .color.btn { width: 45px; margin-left: 10px; opacity: 0.4;
                    &.selected { opacity: 1; box-shadow: 4px 4px 1px #908d84; margin-bottom: 9px; }
                }
            }

            .warranties { margin-top: 5px;
                label { width: 50px; text-align: left; margin-left: 10px; }
                select { width: 160px; }
            }
            .count { margin-top: 5px;
                label { width: 50px; text-align: left; margin-left: 10px; }
                select { width: 160px; }
            }
            .assembly { margin-top: 5px;
                .radio-inline { vertical-align: top; padding-right: 0; }
                .sub-label { color: #9a7901; display: block; text-align: center; font-weight: normal; font-size: 0.9em;
                    .value { font-weight: bold; font-size: 1.2em; direction: ltr; display: inline-block; }
                }
            }
            .slogans { border-top: 1px solid white; border-bottom: 1px solid white; margin: 20px 0;
                .slogan { display: inline-block; padding: 0 8px;
                    i { color: #60d3db; font-size: 28px; margin-left: 10px; }
                    span { font-size: 0.8em; }
                }
            }
            .price-information {
                .price {
                    .value {
                        &.discounted { text-decoration: line-through; }
                    }
                }
                .discount { color: black; font-weight: bold; }
                .add-to-cart { margin-top: 20px;
                    .discounted-price { color: #50b300; font-size: 1.3em; text-shadow: 1px 1px 2px white;
                        .value { font-size: 1.8em; font-weight: bold; }
                    }
                    .btn { margin-top: 17px; }
                }
            }
        }
    }
    .assurance { text-align: center;
        .rail { height: 14px; background: url('/images/assurance-rail-bg.png'); margin-top: 27px; }
        .item { display: inline-block; width: 320px; padding: 0 15px; margin-top: -17px; color: black;
            .icon-bg { }
            .title { font-weight: bold; font-size: 1.1em; margin-top: 8px; text-align: center;
                .text { display: inline-block; border-bottom: 3px solid lighten(desaturate($gold,25),20); padding-bottom: 10px; margin-bottom: 10px; }
            }
            .description { font-size: 0.9em; padding: 0 8px; }
            &.delivery {
                .icon { margin-top: 78px; }
            }
            &.return {
                .icon { margin-top: 71px; }
            }
        }
    }
    .specifications {
        .specifications-table { border-radius: 6px; overflow: hidden; transition: all 0.3s ease-in-out;
            &.auto-height { box-sizing: content-box; }
            &.empty { background: none; border: none; }

            .specification {
                @include clearfix();
                font-size: 0.85em;
                background: white;
                margin: 3px 3px;
                padding: 2px;
                .title { float: right; width: 145px; text-align: left; }
                .value { float: right; width: 100px; text-align: right; margin-right: 30px; }
                &:first-child { border-radius: 6px 6px 0 0; }
                &:last-child { border-radius: 0 0 6px 6px; }
            }
        }
    }
    .compare-specifications { text-align: center;
        .toggle-all-specifications { margin-top: 5px; }
        .products { min-width: 960px; width: 100%;
            .product-wrapper { vertical-align: bottom; min-width: 340px;
                .product {
                    .information { position: relative; padding: 20px 20px 45px 20px; z-index: 1;
                        .corners { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1;
                            & > div { background: url('/images/product-bg-in-compare.png') no-repeat; width: 50%; height: 50%; position: absolute; }
                            .top-left { top: 0; left: 0; background-position: top left; z-index: 4; }
                            .top-right { top: 0; right: 0; background-position: top right; z-index: 2; }
                            .bottom-left { bottom: 0; left: 0; background-position: bottom left; z-index: 1; }
                            .bottom-right { bottom: 0; right: 0; background-position: bottom right; z-index: 3; }
                        }
                        .price { color: #686868; height: 2em;
                            .value { color: black; font-weight: bold; }
                            .unit { color: black; }
                        }
                        .product-image { width: 100%; padding: 0 20px; }
                        > .title { font-size: 1.5em; font-weight: bold; color: #686868; }
                        .product-title, .brand { font-size: 1.1em; font-weight: bold; }
                        .rate { margin-top: 15px; border: 1px solid #d4d4d4; display: inline-block; padding: 8px 28px; font-size: smaller;
                            .br-wrapper {
                                @include valign-middle();
                            }
                        }
                    }
                    .specifications { border-radius: 6px; margin: 9px; overflow: hidden; height: 110px; transition: all 0.3s ease-in-out;
                        &.auto-height { box-sizing: content-box; }
                        &.empty { background: none; border: none; }

                        .specification {
                            @include clearfix();
                            font-size: 0.85em;
                            background: white;
                            margin: 3px 3px;
                            padding: 2px;
                            .title { float: right; width: 150px; text-align: left; }
                            .value { float: left; width: 150px; text-align: right; }
                            &:first-child { border-radius: 6px 6px 0 0; }
                            &:last-child { border-radius: 0 0 6px 6px; }
                        }
                    }
                }
            }
        }
    }

    .buy-package {
        &.all-items-selected {
            .hint { color: #006100; }
        }
        .hint { text-align: center; color: red; }
        .table { display: inline-table; width: auto; table-layout: fixed;
            > div { display: table-cell; }
            .selector { white-space: nowrap; overflow: auto; text-align: left;
                .product { display: inline-block; text-align: center; position: relative; vertical-align: middle;
                    &.main { margin-bottom: 20px;
                        .product-image { padding: 2px; border-radius: 8px;
                            > img { border-radius: 5px; }
                        }
                    }
                    &.single { margin-bottom: 40px; }
                    > .product-image { border-radius: 8px; overflow: hidden; margin-bottom: 40px; }
                    .checkbox { display: inline-block; width: 51px; height: 51px; border: 1px solid #b8b8b8; border-radius: 12px; cursor: pointer;
                        &.static, &.checked { background: url('/images/package-check-mark.png') no-repeat center center white; }
                        &.static { width: 70px; height: 70px; cursor: auto; }
                    }
                    .group { width: 226px; border-radius: 8px; overflow: hidden;
                        .product-image { border-radius: unset; }
                        .owl-nav { padding-top: 10px;
                            > div { display: inline-block; background: white; padding: 0 5px; border-radius: 5px; cursor: pointer; }
                            .owl-prev { margin-left: 5px; }
                        }
                    }
                }
                .plus { margin: 50px 15px 5px; display: inline-block; vertical-align: middle; width: 28px; height: 28px; background: url('/images/package-plus.png') no-repeat center center; }
            }
            .equals-wrapper { width: 50px; vertical-align: middle;
                .equals { margin: 40px 15px 5px; width: 28px; height: 28px; background: url('/images/package-equals.png') no-repeat center center; }
            }
            .result { width: 240px; vertical-align: middle;
                .price { margin-top: 85px; color: #8b571f; font-weight: bold;
                    .value { font-size: 1.9em; }
                    .unit { font-size: 1.3em; }
                }
            }
        }
    }
    .comments {
        #rates { margin-bottom: 20px; }
    }
}

@media(max-width:1200px) {
    .stuff.details {
        .compare-specifications, .buy-package {
            .table-responsive-wrapper { position: relative;
                &:after, &:before { content: " "; position: absolute; z-index: 2; top: 50%; background: url('/images/carousel-next-prev-small.png') no-repeat; height: 46px; width: 20px; margin-top: -50px; }
                &:after { right: -13px; background-position: right; }
                &:before { left: -13px; }
            }
        }
    }
}

@media(max-width:768px) {
    .stuff {
        &.list .content {
            .more-text-container { display: none; }
            .breadcrumb-wrapper {
                h1 { display: none; }
                .sitemap { float: right; }
            }
            .filters-hint { display: none; }
        }
        .page-row {
            .col-category { width: 100%; display: block; height: auto; width: 100%; padding-bottom: 0;
                .category-container-mobile { display: block; margin-top: -7px; position: fixed; right: -100%; width: 100%; height: 100%; top: 70px; bottom: 0; transition: all 0.3s; background: rgba(0, 0, 0,0.8); z-index: 3; padding: 60px 10px 10px 10px;
                    &.active { right: 0; }
                    .scroll { height: 100%; overflow-x: hidden; overflow-y: auto; }
                    .filters-close-btn { position: absolute; top: 10px; left: 10px; }
                    .categories {
                        ul { list-style: none; padding-right: 20px; }
                    }
                    .special-filters { display: block; }
                }
                .category-container { display: none;
                    .specification-filters { display: none; }
                }
            }
            .col-list { width: 100%; display: block; padding-right: 4px; }
        }
        .special-filters { display: none; }
        #show-filters-btn { display: inline-block; }
        .display-type { display: none; }

        &.details {
            .compare-specifications .toggle-all-specifications { font-size: 1em; }
            .content .breadcrumb-wrapper .sitemap { margin-right: 0; }
            .assurance .item { width: 50%; vertical-align: top; padding: 0; }
            .product-information {
                .in-page-links {
                    .col-1 { display: none; }
                }
                .media-gallery { display: block;
                    .column { display: block; width: 100%; vertical-align: unset; position: unset;
                        &.right { margin-top: 5px; display: block; width: 100%;
                            .thumbnails { position: relative; width: 100%;
                                #stuff-thumbnails { overflow-y: hidden; overflow-x: auto; white-space: nowrap; width: 100%; padding-right: 4px;
                                    .image-thumbnail { margin-left: 5px; display: inline-block; }
                                }
                            }
                        }
                        &.left { display: none !important;
                            &.mobile { display: block !important; }
                        }
                    }
                }
                header .i-1 h1 { margin-top: 20px; }
            }
        }
        .section-title h2 { font-size: 1em; }
        .display-priority-mobile { display: block; }
        .display-priority { display: none;
            &.mobile { display: block; }
        }
        &.category {
            .content {
                .breadcrumb-wrapper {
                    h1 { display: none; }
                    .sitemap { float: right; }
                }
            }
        }
        .rotator .owl-carousel .owl-nav {
            > * { background: url('/images/carousel-next-prev-small.png') no-repeat; height: 46px; width: 20px; margin-top: -50px; }
            .owl-prev { right: -13px; background-position: right; }
            .owl-next { left: -13px; }
        }
    }
}*/
.stuff.list .content-wrapper {
  background: #f7f7f7;
}

.filters-container {
  padding: 15px 0px 0 0px;
  position: sticky;
  top: 30px;
  background: #ffff;
  border-radius: 7px;
}
.filters-container .filter-item-container .filter-item-header {
  padding: 10px;
  border-bottom: 1px solid #cdcdcd;
  cursor: pointer;
  font-weight: bold;
}
.filters-container .filter-item-container .filter-item-header .caret {
  transition: 0.3s transform;
}
.filters-container .filter-item-container .filter-item-header .caret.rotate-caret {
  transform: rotate(180deg);
}
.filters-container .filter-item-container .filter-items {
  list-style: none;
  padding: 10px;
  max-height: 250px;
  overflow: auto;
}
.filters-container .filter-item-container .filter-items .color input {
  vertical-align: middle;
}
.filters-container .filter-item-container .hidden {
  display: none;
}

.display-priority {
  background: white;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 7px;
}
.display-priority > .title {
  font-size: 0.9em;
  color: var(--bs-primar);
}
.display-priority .button {
  display: inline-block;
  padding: 0 10px;
  font-size: 0.9em;
  cursor: pointer;
  height: 3em;
  line-height: 3em;
}
.display-priority .button.selected {
  font-weight: bold;
  color: var(--bs-primar);
  position: relative;
}
.display-priority .button.selected:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: var(--bs-primar);
}

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

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

.search-info .stuff-item {
  margin: 0 -3px;
  margin-bottom: 25px;
  background: #fff;
  padding: 15px;
  border-radius: 7px;
}
.search-info .stuff-item .stuff-img {
  display: block;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.search-info .stuff-item .stuff-img img {
  transition: all 0.3s ease;
  margin: 0 auto;
  display: block;
}
.search-info .stuff-item .stuff-img span {
  line-height: 33px;
  color: #fff;
  background-color: #ed1c24;
  border-radius: 5px;
  position: absolute;
  font-size: 0.9rem;
  right: 0;
  left: 0;
  width: 113px;
  text-align: center;
  margin: 0 auto;
  top: -100px;
  transition: all 0.5s ease;
}
.search-info .stuff-item:hover .stuff-img img {
  filter: blur(2px);
}
.search-info .stuff-item:hover .stuff-img span {
  top: calc(50% - 20px);
}
.search-info .stuff-item .stuff-title {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: bold;
}
.search-info .stuff-item .rate .br-widget {
  display: inline-block;
}
.search-info .stuff-item .stuff-des {
  font-size: 0.8rem;
}
.search-info .stuff-item .stuff-des p {
  line-height: 20px;
  margin-bottom: 10px;
}
.search-info .stuff-item .stuff-status {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #e5e5e5;
  height: 35px;
}
.search-info .stuff-item .stuff-status .Code {
  color: #00a693;
}
.search-info .stuff-item .stuff-status .label {
  float: left;
  line-height: initial;
  padding: 3px 7px;
  border-radius: 7px;
  font-size: 0.8em;
  color: #fff;
}
.search-info .stuff-item .price-box {
  font-size: 0.8rem;
}
.search-info .stuff-item .price-box .discounted-price {
  display: inline-block;
}
.search-info .stuff-item .price-box b {
  color: #1ca700;
  font-size: 1rem;
}

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

.basket-qty-container {
  margin: 5px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background-color: #ccc;
  color: white;
  font-size: 0.9em;
  border-radius: 7px;
  border: 1px solid #ccc;
}
.basket-qty-container .col {
  padding: 0px 10px;
  cursor: pointer;
}

.stuff.details .content-wrapper {
  background: #f7f7f7;
}
.stuff.details .stuff-top {
  background: #fff;
  padding: 15px;
  margin: 0;
  border-radius: 7px;
}
.stuff.details .stuff-des {
  padding: 15px;
  font-size: 0.9rem;
}
.stuff.details .stuff-des .title-fa {
  font-weight: bold;
}
.stuff.details .stuff-des span {
  color: #81858b;
}
.stuff.details .buy-information {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 7px;
  font-size: 0.85rem;
  margin-left: -15px;
}
.stuff.details .buy-information .form-select {
  font-size: 0.8rem;
}
.stuff.details .buy-information label {
  font-weight: bold;
}
.stuff.details .buy-information .form-group {
  margin-bottom: 10px;
}
.stuff.details .buy-information .slogans {
  line-height: 22px;
  margin: 10px 0;
  font-weight: 500;
  font-size: 0.8rem;
}
.stuff.details .buy-information .add-to-cart .value {
  font-weight: bold;
  font-size: 1.3rem;
}
.stuff.details #gallery-thumbnails {
  background: #f7f7f7;
  border-radius: 7px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: auto;
}
.stuff.details .other-stuff {
  display: none;
}

/*****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-primar);
}
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-primar);
  box-shadow: 0 0 5px var(--bs-primar);
}
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-primar);
  box-shadow: 0 0 5px var(--bs-primar);
}
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-primar);
  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-primar);
}
.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-primar);
}
.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-primar);
}
.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;
}

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

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

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

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

#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: #ccc;
  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 {
  width: 64px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -6976px no-repeat;
  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 {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -5128px no-repeat;
  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 {
  width: 17px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -1370px no-repeat;
}
.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 {
  width: 29px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -1308px no-repeat;
  border-radius: 7px;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option .icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -5068px no-repeat;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option .icon.on {
  width: 22px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -5037px no-repeat;
}
.invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option.shipping .icon {
  width: 32px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -1400px no-repeat;
}
.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 {
  width: 64px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -6976px no-repeat;
}
.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 {
  width: 46px;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -4568px no-repeat;
}
.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 {
  width: 46px;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -4568px no-repeat;
}
.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;
  width: 12px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -371px no-repeat;
}
.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;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -5614px no-repeat;
}
.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;
  width: 24px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -1219px no-repeat;
}
.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;
  width: 24px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -5715px no-repeat;
}
.invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .point .selected-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -5744px no-repeat;
  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 .tab-container .tab-item {
  padding: 0 40px;
  cursor: pointer;
  text-align: center;
}
.page-login .tab-container .tab-item.active {
  color: white;
  background: var(--bs-primar);
  border-radius: 5px;
}
.page-login #loginPage {
  width: 100%;
}
.page-login .form-container {
  padding: 10px;
  background: white;
  box-shadow: 0 3px 4px gainsboro;
  border-radius: 5px;
  border: 1px solid gainsboro;
  max-width: 500px;
  margin: 50px auto;
}
.page-login .main-title {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

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

@media (max-width: 992px) {
  .user-panel .nav-wrapper {
    margin-bottom: 20px;
  }
  .user-panel .nav-wrapper .navigation {
    overflow: auto;
    white-space: nowrap;
  }
  .user-panel .nav-wrapper .navigation .nav-item {
    display: inline-block;
    border-right: 1px solid var(--bs-border-color);
  }
  .user-panel .nav-wrapper .navigation .nav-item.active:after {
    content: "";
    position: absolute;
    background: var(--bs-primary);
    right: 0;
    left: 0;
    height: 5px;
    bottom: 0;
    top: auto;
    width: auto;
    border-radius: 3px;
  }
  .user-panel .nav-wrapper .navigation .nav-item a {
    border: none;
    padding: 5px 10px;
  }
}
:root {
  --bs-primar: #38b36c;
  --bs-secondary: #ed1c24;
  --bs-sucess: #5cb85c;
  --bs-gold: yellow;
  --primary: #38b36c;
  --secondary: #ed1c24;
}

/*****Shared**********/
/********Project**********/
.project-container .item {
  text-align: justify;
  color: #444;
  margin: 20px 0;
}
.project-container .item b, .project-container .item strong {
  color: black;
  font-weight: bold;
}
.project-container .item .title {
  color: #00a693;
  border-bottom: 2px solid #00a693;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 1.8em;
  line-height: 1.5;
  position: relative;
}
.project-container .item .title .index {
  position: absolute;
  color: gray;
  font-size: 3em;
  top: -50px;
  right: 0px;
  opacity: 0.6;
}

.gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.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;
}
.gallery-thumbnails .image-thumbnail:hover {
  box-shadow: -6px 6px 14px 0px #b5b5b5;
}
.gallery-thumbnails .image-thumbnail img {
  object-fit: cover;
  max-height: 100%;
  height: 100%;
}

.lg-outer .lg-inner {
  direction: ltr;
}

.main-title {
  color: #00a693;
}
.main-title .border {
  border-bottom: 2px solid #00a693;
  display: block;
  margin: 20px 0;
  width: 50%;
}

@media (max-width: 768px) {
  .gallery-thumbnails .image-thumbnail {
    flex: 0 0 44%;
  }
}
.link-list .link-item {
  margin-bottom: 30px;
}
.link-list .link-item .img-wrap {
  display: block;
  border: 1px solid #f5f5f5;
}
.link-list .link-item .img-wrap img {
  width: 100%;
  padding: 10px;
}
.link-list .link-item .txt-wrap {
  color: #00a693;
  margin: 15px 0;
  text-align: center;
}
.link-list .link-item .txt-wrap h2 {
  font-size: 1rem;
}
.link-list .link-item .txt-wrap:hover {
  color: #000;
}

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

/*****Shared**********/
/********Comment**********/
.html-page .page-content {
  text-align: justify;
}
.html-page .category {
  margin-bottom: 30px;
}
.html-page .category .img-wrap {
  display: block;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  padding: 0;
}
.html-page .category .img-wrap img {
  width: 100%;
  transition: all 0.3s ease;
}
.html-page .category h2 {
  margin-bottom: 5px;
  font-weight: 500;
  margin-top: 20px;
  font-size: 1.1rem;
}
.html-page .category:hover .img-wrap img {
  transform: scale(1.1);
}
.html-page .category:hover h2 a {
  color: #00a693;
}

@media (max-width: 991px) {
  .html-page .page-banner-container {
    height: 0 !important;
  }
  .html-page .page-banner-container .owl-carousel {
    display: none;
  }
  .html-page .category:hover .img-wrap img {
    transform: scale(1);
  }
}
.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;
}

body {
  font-family: IRANSansWeb;
}
/*# sourceMappingURL=styles-rtl.css.map */
