@charset "UTF-8";
/*@import '../images/icons.sprite.scss';*/
/*@import './styles-rtl/sitemap.scss';*/
/*
@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: #493984;
}
.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: #616161;
  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: #a2a2a2;
}
.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: #a2a2a2;
}
#comments .comment-list .top-comment .comment-writer .display-name {
  color: #493984;
  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: #493984;
  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';*/
.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';*/
/*****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: #493984;
  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);
}

.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: #493984;
  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;
}

/*****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: #493984;
  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;
}
.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: #493984;
  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);
}

/*****Shared**********/
.gallery .gallery-list .gallery-item {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background-color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
.gallery .gallery-list .gallery-item .img-wrap {
  text-align: center;
  padding: 15px;
}
.gallery .gallery-list .gallery-item .img-wrap a {
  overflow: hidden;
}
.gallery .gallery-list .gallery-item .img-wrap a img {
  mix-blend-mode: multiply;
  transition: all 0.3s ease;
}
.gallery .gallery-list .gallery-item .txt-wrap {
  position: relative;
  padding: 15px 15px 15px;
}
.gallery .gallery-list .gallery-item .txt-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 245px;
  height: 2px;
  margin: 0 auto;
  background-color: #e5e5e5;
}
.gallery .gallery-list .gallery-item .txt-wrap h2 a {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.gallery .gallery-list .gallery-item .txt-wrap p {
  display: block;
  font-size: 15px;
  margin: 0;
}
.gallery .gallery-list .gallery-item:hover .img-wrap a img {
  transform: scale(1.05);
}
.gallery .gallery-list .gallery-item:hover .txt-wrap h2 a {
  color: var(--bs-primar);
}
.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: #493984;
  padding: 5px 25px;
  border-radius: 5px;
}
.gallery .gallery-list .gallery-item .more-btn:hover {
  padding: 5px 50px;
}

.gallery-container #gallery-thumbnails .image-thumbnail {
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 10px;
  max-height: 100%;
  transition: 0.3s all;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.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;
}

.main-title {
  font-family: Beirut;
  margin-bottom: 50px;
  color: #222 !important;
  font-size: 2.1rem;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  padding-bottom: 15px;
}
.main-title:after {
  content: "";
  width: 70px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #76c799;
  position: absolute;
  right: 0;
  bottom: -1px;
}

.p-icon {
  position: relative;
}

.p-icon:before {
  content: "";
  background: url(../../images/icons.png);
  display: inline-block;
  vertical-align: middle;
}

.certificate-i:before {
  background-position: 0 0;
}

.expert-i:before {
  background-position: -115px 0;
}

.reception-i:before {
  background-position: -230px 0;
}

.satisfied-i:before {
  background-position: -345px 0;
}

.net-i:before {
  background-position: -479px -7px;
}

.pax-i:before {
  background-position: -782px -1px;
}

.electronic-i:before {
  background-position: -577px -1px;
}

.online-i:before {
  background-position: -684px 0px;
}

.owl-dots {
  text-align: center;
  padding: 15px 0 0;
}
.owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: transparent !important;
  margin: 0 4px;
  border-radius: 50%;
  border: 2.5px solid #f0f0f0 !important;
  transition: all 0.3s ease;
}
.owl-dots .owl-dot.active {
  background-color: #76c799 !important;
  border: 2.5px solid #76c799 !important;
}

.default-page .more-btn, .inner-more {
  width: 140px;
  border-radius: 35px;
  height: 43px;
  border: 1px solid #f0f0f0;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  transition: all 0.3s ease;
}
.default-page .more-btn:hover, .inner-more:hover {
  background: #493984;
  color: #fff;
}

@keyframes whatsapp-animation {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.whatsapp-box {
  bottom: 3rem;
  position: fixed;
  left: 3rem;
  z-index: 999;
}
.whatsapp-box .btn-whatsapp {
  align-items: center;
  background-color: #61D466;
  background-image: linear-gradient(to bottom, #61D466 0%, #52B43E 100%);
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  height: 4rem;
  position: relative;
  width: 4rem;
  z-index: 1;
}
.whatsapp-box .btn-whatsapp span {
  font-size: 2.5rem;
}
.whatsapp-box .btn-whatsapp::before, .whatsapp-box .btn-whatsapp::after {
  background-image: linear-gradient(180deg, rgba(7, 94, 84, 0.2) 0%, rgba(18, 140, 126, 0.2) 100%);
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.5rem;
  height: 6.5rem;
  z-index: -1;
  margin-left: -53px;
  margin-top: -52px;
  transform-origin: 50% 50%;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-name: whatsapp-animation;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
}
.whatsapp-box .btn-whatsapp::after {
  animation-delay: 0.6s;
  animation-timing-function: ease-in;
}

.default-page .owl-nav {
  position: absolute;
  top: -90px;
  left: 0;
}
.default-page .owl-nav button {
  height: 40px;
  width: 40px;
  border: 2px solid #f0f0f0 !important;
  font-size: 33px !important;
  color: #999 !important;
  transition: all 0.3s ease;
}
.default-page .owl-nav button.owl-prev {
  margin-left: 10px;
}
.default-page .owl-nav button:hover {
  border: 2px solid #493984 !important;
}

@-webkit-keyframes arrow {
  0% {
    transform: translateX(0) rotateY(180deg);
  }
  50% {
    transform: translateX(-5px) rotateY(180deg);
  }
  100% {
    transform: translateX(0) rotateY(180deg);
  }
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.banner .item > a {
  display: block;
}
.banner .item img {
  width: auto;
  max-width: inherit;
  /*position:absolute;right:-9999px;left:-9999px;margin:0 auto;*/
}
.banner .item .banner-Dscp {
  position: absolute;
  top: 180px;
  color: #fff;
  padding: 0 15px;
  width: 1200px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: left;
  text-shadow: 2px 0 BLACK;
}
.banner .item .banner-Dscp span {
  font-size: 3.8rem;
  display: inline-block;
  width: 357px;
  line-height: 70px;
  word-spacing: -5px;
  opacity: 0;
  text-align: right;
}
.banner .item .banner-Dscp p {
  font-size: 1.7rem;
  font-family: "IranSansWeb";
  font-weight: 500;
  word-spacing: 4px;
  margin-top: 20px;
  opacity: 0;
}
.banner .owl-carousel {
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
}
.banner .owl-carousel .owl-dots {
  display: none;
  padding: 0;
}
.banner .owl-carousel .owl-nav {
  position: absolute;
  right: 70px;
  bottom: 30px;
}
.banner .owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
}
.banner .owl-carousel .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 18px;
  height: 30px;
  background: url("../../Images/my-icons.png") 0 -60px;
  transform: rotate(180deg);
}
.banner .owl-carousel .owl-nav .owl-next:hover {
  transform: scale(1.05);
}
.banner .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  bottom: 0;
  right: 58px;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
}
.banner .owl-carousel .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 18px;
  height: 30px;
  background: url("../../Images/my-icons.png") 0 -60px;
}
.banner .owl-carousel .owl-nav .owl-prev:hover {
  transform: scale(1.05);
}
.banner .owl-item.active span {
  animation-name: fadeInDown;
  opacity: 1;
}
.banner .owl-item.active p {
  animation-name: fadeInUp;
  opacity: 1;
}
.banner:after {
  content: "";
  position: absolute;
  width: 670px;
  bottom: 0;
  height: 642px;
  background: url(../../Images/banner-cover.png);
  left: 0;
  z-index: 1;
}

#Toplinks {
  font-family: Beirut;
}
#Toplinks .link-box {
  padding: 30px 15px 0 15px;
  height: 235px;
  text-align: center;
  padding: 30px 15px 0 15px;
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
#Toplinks .link-box:first-child {
  border-right: 1px solid #f0f0f0;
}
#Toplinks .link-box:nth-child(2) {
  animation-delay: 0.3s;
}
#Toplinks .link-box:nth-child(3) {
  animation-delay: 0.6s;
}
#Toplinks .link-box:last-child {
  border-left: 1px solid #f0f0f0;
  animation-delay: 0.9s;
}
#Toplinks .link-box em {
  z-index: 1;
  position: relative;
}
#Toplinks .link-box em:before {
  width: 65px;
  height: 65px;
  transition: all 0.5s ease;
}
#Toplinks .link-box h2 {
  font-size: 1.55rem;
  z-index: 1;
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
}
#Toplinks .link-box .more {
  color: #76c799;
  font-size: 1.2rem;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease;
  display: inline-block;
  width: 70px;
  height: 45px;
  background: transparent;
  transition-delay: 0.3s;
}
#Toplinks .link-box:after {
  background: #493984;
  position: absolute;
  content: "";
  top: 0;
  bottom: 100%;
  right: 0;
  left: 0;
  transition: all 0.5s ease;
}
#Toplinks .link-box:hover {
  color: #fff;
}
#Toplinks .link-box:hover:after {
  bottom: 0;
}
#Toplinks .link-box:hover em {
  filter: brightness(100);
}
#Toplinks .link-box:hover .more {
  background: #76c799;
  color: #fff;
  width: 130px;
  height: 45px;
  font-size: 1.6rem;
  line-height: 40px;
}

#Parts {
  padding: 80px 0;
}
#Parts .owl-carousel {
  clear: both;
}
#Parts .item {
  padding: 25px;
  text-align: center;
  border: 1px solid #f0f0f0;
  height: 385px;
}
#Parts .item > a {
  display: block;
  margin-top: 15px;
}
#Parts .item > a img {
  height: auto;
  margin: 0 auto;
}
#Parts .item span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 35px;
  display: block;
}
#Parts .item:hover .more {
  width: 160px;
  background: #493984;
  color: #fff;
}
#Parts p {
  font-size: 0.9rem;
  line-height: 24px;
  margin-top: 17px;
  color: #757575;
  font-weight: 500;
}
#Parts p:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #f0f0f0;
  bottom: 50px;
}
#Parts .more {
  width: 115px;
  height: 35px;
  border: 1px solid #f0f0f0;
  border-radius: 35px;
  position: absolute;
  bottom: 33px;
  background: #fff;
  line-height: 35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.5s ease;
}

#Services {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 80px 0;
}
#Services #sync1 .item > a {
  float: left;
  width: 50%;
  direction: ltr;
  overflow: hidden;
}
#Services #sync1 .item > a img {
  max-width: inherit;
}
#Services #sync1 .item .text {
  display: inline-block;
  width: 50%;
  padding-left: 30px;
}
#Services #sync1 .item .text h2 {
  color: #493984;
  font-weight: 500;
  font-size: 1.4rem;
}
#Services #sync1 .item .text p {
  color: #757575;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: justify;
  margin-bottom: 20px;
}
#Services #sync2 {
  margin-top: 50px;
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
}
#Services #sync2 .owl-item {
  direction: ltr;
  text-align: center;
}
#Services #sync2 .owl-item span {
  font-weight: 500;
  display: block;
  margin-top: 10px;
  font-size: 1rem;
}
#Services #sync2 .item > div {
  position: relative;
  display: inline-block;
  background: #493984;
  cursor: pointer;
}
#Services #sync2 .item > div img {
  transition: all 0.3s ease;
}
#Services #sync2 .item > div:before, #Services #sync2 .item > div:after {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#Services #sync2 .item > div:before {
  width: 30px;
  height: 2px;
  left: 100%;
}
#Services #sync2 .item > div:after {
  height: 30px;
  width: 2px;
  top: 0%;
}
#Services #sync2 .item:hover > div:after, #Services #sync2 .item:hover:hover > div:before {
  opacity: 1;
  top: 50%;
  left: 50%;
}
#Services #sync2 .item:hover img {
  opacity: 0.2;
}
#Services .owl-item.active .text {
  animation-name: fadeInRight;
  opacity: 1;
}

#Doctors {
  padding: 80px 0;
}
#Doctors .item {
  border: 1px solid #f0f0f0;
  height: 270px;
  text-align: center;
}
#Doctors .item > a {
  position: relative;
  display: block;
  background: #493984;
}
#Doctors .item > a img {
  transition: all 0.3s ease;
  width: 100%;
}
#Doctors .item > a:before, #Doctors .item > a:after {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#Doctors .item > a:before {
  width: 30px;
  height: 2px;
  left: 100%;
}
#Doctors .item > a:after {
  height: 30px;
  width: 2px;
  top: 0%;
}
#Doctors .item h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 25px;
}
#Doctors .item span {
  color: #493984;
  font-weight: 500;
  font-size: 0.9rem;
}
#Doctors .item:hover > a:after, #Doctors .item:hover:hover > a:before {
  opacity: 1;
  top: 50%;
  left: 50%;
}
#Doctors .item:hover img {
  opacity: 0.2;
}

#Statistics {
  background: #493984;
  padding: 80px 0 60px 0;
  color: #fff;
  text-align: center;
  position: relative;
}
#Statistics:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../../images/Pattern2.png);
}
#Statistics:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../../images/counter-bg.jpg) no-repeat;
  background-attachment: fixed;
  opacity: 0.15;
}
#Statistics .text {
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
#Statistics .text strong {
  font-family: Beirut;
  font-size: 2.8rem;
  font-weight: normal;
  display: block;
  margin-bottom: 20px;
}
#Statistics .counter-item {
  display: inline-block;
  text-align: center;
}
#Statistics .counter-item:last-child .counter:after {
  content: "%";
  margin-right: 15px;
}
#Statistics .counter-item span {
  display: block;
}
#Statistics .counter-item span.counter {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 25px 0 15px 0;
  font-family: IranSansWebfa;
}
#Statistics em:before {
  width: 115px;
  height: 115px;
}

#Comments {
  padding: 80px 0;
}
#Comments .item {
  border: 1px solid #f0f0f0;
  min-height: 270px;
  text-align: center;
  padding: 30px 15px;
}
#Comments .item > a {
  display: inline-block;
  position: relative;
}
#Comments .item > a:after {
  content: "“";
  position: absolute;
  height: 37px;
  width: 37px;
  background: #76c799;
  border-radius: 50%;
  border: 5px solid #fff;
  right: -15px;
  top: -3px;
  color: #fff;
  font-size: 3.5rem;
  line-height: 50px;
  font-family: "Beirut";
}
#Comments .item img {
  margin: 0 auto;
  border-radius: 50%;
}
#Comments .item p {
  font-size: 0.9rem;
  line-height: 24px;
  margin-top: 17px;
  color: #757575;
  font-weight: 500;
  width: 440px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
#Comments .item span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  display: block;
  line-height: 25px;
}
#Comments .item strong {
  color: #493984;
  font-weight: 500;
  font-size: 0.9rem;
}

.news-def {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 80px 0;
}
.news-def .item {
  border: 1px solid #f0f0f0;
  padding: 20px;
  height: 395px;
}
.news-def .item > a {
  position: relative;
  display: block;
  background: #493984;
}
.news-def .item > a img {
  transition: all 0.3s ease;
  width: 100%;
}
.news-def .item > a:before, .news-def .item > a:after {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-def .item > a:before {
  width: 30px;
  height: 2px;
  left: 100%;
}
.news-def .item > a:after {
  height: 30px;
  width: 2px;
  top: 0%;
}
.news-def .item h3 {
  margin-bottom: 5px;
  font-weight: 500;
  margin-top: 20px;
}
.news-def .item p {
  color: #757575;
  min-height: 90px;
}
.news-def .item:hover > a:after, .news-def .item:hover:hover > a:before {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.news-def .item:hover img {
  opacity: 0.2;
}

#Options {
  padding: 70px 0 50px 0;
}
#Options .option-item {
  border: 1px solid #f0f0f0;
  height: 160px;
  margin-bottom: 30px;
  padding-right: 70px;
  position: relative;
}
#Options .option-item img {
  position: absolute;
  right: 8px;
  top: 30%;
  transition: all 0.3s ease;
}
#Options .option-item .text {
  border-right: 1px solid #f0f0f0;
  height: 100%;
  padding: 25px 30px;
}
#Options .option-item .text h3 {
  font-weight: 500;
  margin-bottom: 5px;
}
#Options .option-item .text P {
  font-size: 0.85rem;
  line-height: 24px;
  color: #757575;
  font-weight: 500;
}
#Options .option-item:hover img {
  transform: rotateY(180deg);
}
#Options .form-box {
  height: calc(100% - 30px);
  border: 2px solid #f0f0f0;
  padding: 17px 20px;
  position: relative;
  /* margin-top: -19px;*/
}
#Options .form-box .main-title {
  margin-bottom: 30px;
}
#Options .form-box input, #Options .form-box select {
  height: 45px;
  width: 100%;
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #757575;
  transition: all 0.3s ease;
}
#Options .form-box input:hover, #Options .form-box select:hover, #Options .form-box input:focus, #Options .form-box select:focus {
  border: 1px solid #493984;
}
#Options .form-box .form-submit-button.btn {
  width: 140px;
  border-radius: 35px;
  height: 48px;
  background: #493984;
  color: #fff;
  margin: 0 auto;
  display: block;
  font-size: 1.2rem;
}
#Options .form-box .form-label {
  display: none;
}
#Options .form-box #form-1007 > div:nth-child(3), #Options .form-box #form-1007 > div:nth-child(4) {
  width: 49%;
  display: inline-block;
}
#Options .form-box textarea {
  margin-bottom: 5px;
}
#Options .form-box img {
  position: absolute;
  left: 20px;
}
#Options .form-box .input-sm {
  margin-top: 5px;
}

#Partnres {
  background: #493984;
  color: #fff;
  position: relative;
}
#Partnres:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../../images/Pattern2.png);
}
#Partnres .text {
  padding: 85px 15px 30px 15px;
  font-size: 0.95rem;
}
#Partnres .text strong {
  font-family: Beirut;
  font-size: 2.8rem;
  font-weight: normal;
  display: block;
  margin-bottom: 35px;
}
#Partnres .partner-img {
  text-align: left;
}

@media (max-width: 1200px) {
  .container {
    max-width: 100% !important;
  }

  #Doctors .item, .news-def .item {
    height: auto;
    padding-bottom: 10px;
  }

  #Services .row {
    padding: 0 15px;
  }

  .banner .item .banner-Dscp {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .wow {
    animation: none !important;
    visibility: visible !important;
  }

  .banner .item .banner-Dscp {
    top: 50px;
  }
  .banner .item .banner-Dscp span {
    font-size: 2.8rem;
    width: auto;
  }
  .banner .item img {
    width: 100%;
  }

  .banner:after {
    display: none;
  }

  .content-wrapper {
    padding-top: 100px;
  }

  #Services .col-md-4 {
    display: none;
  }

  #Parts, #Services, #Doctors, #Statistics, #Comments, .news-def, #Options {
    padding: 40px 0;
  }

  #Partnres .text {
    padding: 40px 15px 30px 15px;
  }
}
@media (max-width: 768px) {
  #Services #sync2 {
    margin-top: 20px;
  }

  #Partnres .partner-img {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .banner .item img {
    height: 220px;
    width: auto;
  }
  .banner .item .banner-Dscp {
    display: none;
  }

  #Toplinks .link-box h2 {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 25px;
  }

  .main-title {
    padding-bottom: 7px;
    font-size: 1.3rem;
  }

  #Partnres .text strong, #Statistics .text strong {
    font-size: 2.2rem;
  }

  #Services #sync1 .item > a {
    float: none;
    width: 100%;
  }
  #Services #sync1 .item > a img {
    width: 100%;
  }
  #Services #sync1 .item .text {
    width: 100%;
    display: block;
    padding: 0;
  }
  #Services #sync1 .item .text h2 {
    margin-top: 20px;
  }
  #Services #sync2 {
    display: none;
  }

  .whatsapp-box {
    left: 1rem;
  }
}
@media (max-width: 370px) {
  .main-title {
    font-size: 1.2rem;
  }

  #Toplinks .link-box h2 {
    font-size: 0.9rem;
  }

  #Options .option-item .text {
    padding: 20px;
  }
  #Options .option-item .text h3 {
    font-size: 1rem;
  }
}
/*@import '../config/variables.scss';*/
.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: 2px solid #000;
  /*@include border-radius;*/
}
.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-family: "arial";
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.search-info .stuff-item .rate .br-widget {
  display: inline-block;
}
.search-info .stuff-item .stuff-des {
  font-size: 0.8rem;
  text-align: center;
}
.search-info .stuff-item .stuff-des p {
  line-height: 20px;
  margin-bottom: 10px;
  text-align: right;
}
.search-info .stuff-item .stuff-more {
  border: 2px solid #000;
  font-size: 1rem;
  padding: 5px 50px;
  margin-top: 15px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 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: #493984;
}
.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: #616161;
  color: white;
  font-size: 0.9em;
  border-radius: 7px;
  border: 1px solid #616161;
}
.basket-qty-container .col {
  padding: 0px 10px;
  cursor: pointer;
}

.stuff.details h2, .stuff.details h6 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.stuff.details hr {
  border-top: 3px solid #000;
  opacity: 1;
}
.stuff.details table {
  width: 100%;
}
.stuff.details table tr {
  width: 33%;
  display: inline-block;
  border-top: 1px solid #e1e1e1;
  vertical-align: top;
  padding: 10px 0;
}
.stuff.details table tr td {
  display: block;
  font-size: 0.9rem;
}
.stuff.details table tr td:first-child {
  color: #999;
  color: #999;
}
.stuff.details table tr td:last-child {
  font-weight: bold;
}
.stuff.details table tr td.en {
  font-family: "arial";
}
.stuff.details .des-limited ul li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.stuff.details .des-limited ul li:before {
  content: "-";
}
.stuff.details .stuff-page {
  position: relative;
  padding-top: 55px;
}
.stuff.details .page-banner-container {
  height: 470px !important;
}
.stuff.details .breadcrumb-w, .stuff.details .img-zoom-container {
  display: none;
}
.stuff.details .content-wrapper {
  background: #f7f7f7;
}
.stuff.details .stuff-top {
  /* background: #fff;*/
  padding: 15px;
  margin: 0;
  /*  @include border-radius;*/
}
.stuff.details .stuff-des {
  padding: 15px;
  font-size: 1rem;
}
.stuff.details .stuff-des .title-fa {
  font-weight: bold;
  font-family: "arial";
}
.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 .buy-information .colors .color-group .group-title {
  margin-bottom: 15px;
  font-weight: bold;
}
.stuff.details .buy-information .colors .color-group .color {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid white;
}
.stuff.details .buy-information .colors .color-group .color.selected {
  border: 4px solid var(--bs-primary);
  position: relative;
}
.stuff.details .buy-information .colors .color-group .color.selected:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 4px;
  right: 7px;
  color: white;
}
.stuff.details .buy-information .colors .color-group .color.selected.light-color:after {
  color: black;
}
.stuff.details #gallery-thumbnails {
  background: #000;
  /* @include border-radius;*/
  margin-top: 10px;
  white-space: nowrap;
  overflow: auto;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  text-align: center;
}
.stuff.details .other-stuff {
  display: none;
}
.stuff.details .base-tab {
  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;
}

/*
@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: #616161;
  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;
  }
}
.project-list .project-item {
  border: 1px solid #f0f0f0;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.project-list .project-item .project-img {
  position: relative;
  display: block;
  background: #493984;
}
.project-list .project-item .project-img img {
  transition: all 0.3s ease;
  width: 100%;
}
.project-list .project-item .project-img:before, .project-list .project-item .project-img:after {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project-list .project-item .project-img:before {
  width: 30px;
  height: 2px;
  left: 100%;
}
.project-list .project-item .project-img:after {
  height: 30px;
  width: 2px;
  top: 0%;
}
.project-list .project-item h2 {
  margin-bottom: 5px;
  font-weight: 500;
  margin-top: 20px;
  font-size: 1.1rem;
}
.project-list .project-item p {
  font-size: 0.85rem;
  line-height: 24px;
  color: #757575;
  font-weight: 500;
  height: 76px;
  overflow: hidden;
  margin-bottom: 15px;
}
.project-list .project-item:hover .project-img:after, .project-list .project-item:hover:hover .project-img:before {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.project-list .project-item:hover img {
  opacity: 0.2;
}
.project-list .project-item span {
  color: #493984;
  font-weight: 500;
  font-size: 0.9rem;
}

.service.detail .service-img {
  border: 1px solid #f0f0f0;
  padding: 15px;
  margin-bottom: 30px;
}

.service.list .service-item {
  border: 1px solid #f0f0f0;
  padding: 15px;
  text-align: center;
  margin-bottom: 25px;
}
.service.list .service-item .service-img {
  position: relative;
  display: block;
  background: #493984;
}
.service.list .service-item .service-img img {
  transition: all 0.3s ease;
  width: 100%;
}
.service.list .service-item .service-img:before, .service.list .service-item .service-img:after {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service.list .service-item .service-img:before {
  width: 30px;
  height: 2px;
  left: 100%;
}
.service.list .service-item .service-img:after {
  height: 30px;
  width: 2px;
  top: 0%;
}
.service.list .service-item h2 {
  margin-bottom: 5px;
  font-weight: 500;
  margin-top: 20px;
  font-size: 1.1rem;
}
.service.list .service-item p {
  font-size: 0.85rem;
  line-height: 24px;
  color: #757575;
  font-weight: 500;
  height: 76px;
  overflow: hidden;
  margin-bottom: 15px;
}
.service.list .service-item:hover .service-img:after, .service.list .service-item:hover:hover .service-img:before {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.service.list .service-item:hover img {
  opacity: 0.2;
}

.service.detail .service-img {
  border: 1px solid #f0f0f0;
  padding: 15px;
  margin-bottom: 30px;
}

/*Allform*/
.form-page-container h1 {
  font-weight: bold;
}
.form-page-container form {
  background: #f5f5f5;
}
.form-page-container .form-line {
  padding: 15px;
  width: 33%;
  display: inline-block;
}
.form-page-container .form-line .form-label-right {
  width: 100% !important;
}
.form-page-container .form-input input[type=text], .form-page-container .form-input button {
  width: 300px;
  max-width: 100%;
}
.form-page-container .form-input input[type=radio] {
  margin-right: 10px;
}
.form-page-container label.checkbox {
  margin-left: 20px;
  line-height: 35px;
}
.form-page-container .form-submit-btn, .form-page-container .form-input-wide {
  padding: 15px;
}
.form-page-container #form-1008 > div:nth-child(9) {
  width: 100%;
}
.form-page-container #form-1009 .form-line {
  width: 100%;
  vertical-align: top;
}
.form-page-container #form-1009 .form-line:nth-child(-n+7) {
  width: 33%;
}
.form-page-container #form-1009 .form-line .form-label {
  font-weight: bold;
  font-size: 0.9rem;
}

.form-control {
  border-radius: 5px;
  font-size: 0.85rem;
  height: 40px;
  color: #616161;
}

.form-group {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.form-control:hover, .form-control:focus {
  border: 1px solid #493984;
  box-shadow: none;
}

textarea.form-control {
  min-height: 110px;
}

.btn-primary, .btn-info {
  border-radius: 7px;
  line-height: 30px;
  background: #493984;
  font-size: 14px;
  border: 1px solid #493984;
  color: #fff;
  transition: all 0.3s ease;
  width: 200px;
  font-size: 14px;
  max-width: 100%;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-info:hover {
  background: #fff !important;
  color: #493984 !important;
  border-color: #493984 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: inherit;
  outline: none;
}

.btn {
  text-shadow: none;
}

.form-title {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.form-title .sec-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-top: 0;
  font-weight: 500;
}

.form-title .sec-des {
  text-align: center;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .form-page-container .form-line {
    width: 100%;
    display: block;
  }
}
.content-wrapper {
  overflow: hidden;
}

.about-us-page .main-title {
  font-size: 1.7rem;
}
.about-us-page .row {
  padding: 50px 0;
}
.about-us-page .dark {
  background: #76c799;
  position: relative;
  margin-top: 25px;
}
.about-us-page .dark:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 1000px;
  top: 0;
  bottom: 0;
  background: #76c799;
}
.about-us-page .dark:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 1000px;
  top: 0;
  bottom: 0;
  background: #76c799;
}
.about-us-page .dark .main-title {
  border-bottom: 1px solid #7eca9f;
}
.about-us-page .dark .main-title:after {
  border-bottom: 1px solid #c0d3c2;
}
.about-us-page .dark p {
  padding-left: 50px;
}
.about-us-page .dark .col-md-6 {
  padding-left: 40px;
}
.about-us-page .company-list {
  text-align: center;
  padding: 20px 0;
}
.about-us-page .company-list .item {
  padding: 0 10px;
}
.about-us-page .company-list h2 {
  font-size: 1.3rem;
  margin-top: 20px;
}
.about-us-page .company-list p {
  font-size: 1.1rem;
  line-height: 32px;
  margin-top: 10px;
}
.about-us-page .pic-bg {
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  line-height: 40px;
  position: relative;
  padding: 60px 0;
}
.about-us-page .pic-bg .col-md-12 {
  position: relative;
  z-index: 1;
}
.about-us-page .pic-bg:before {
  content: "";
  width: 1920px;
  height: 586px;
  background: url(../../images/about-bg.jpg);
  position: absolute;
  right: -9999px;
  left: -9999px;
  margin: 0 auto;
  background-attachment: fixed;
  top: 0;
  background-size: cover;
}
.about-us-page .pic-bg .main-title {
  border: none;
  color: #fff !important;
  font-size: 2.1rem;
  margin-bottom: 25px;
}
.about-us-page .pic-bg .main-title:after {
  display: none;
}

@media (max-width: 768px) {
  .about-us-page .row {
    padding: 20px 0;
  }
  .about-us-page .main-title {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=styles-rtl.css.map */
