﻿/*@import '../images/icons.sprite.scss';*/
.breadcrumb-w {
  background: #f5f5f5;
  height: 40px;
}

.sitemap {
  list-style: none;
  line-height: 3.5rem;
  display: inline-block;
  font-weight: 300;
  font-size: 1.2rem;
  color: gray;
  font-weight: 500;
}
.sitemap a {
  color: gray;
}
.sitemap > li {
  display: inline-block;
}
.sitemap > li:after {
  content: "/";
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.sitemap > li:last-child {
  color: var(--bs-primary);
}
.sitemap > li:last-child a {
  color: var(--bs-primary);
}
.sitemap > li:last-child:after {
  display: none;
}

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

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

#comments {
  position: relative;
}
#comments #comment-form-wrapper #cancel-comment {
  display: initial;
}
#comments .alert-dismissible {
  margin-top: 5px;
  margin-bottom: 5px;
}
#comments h4:before {
  content: "\f007";
  width: 34px;
  text-align: center;
  height: 28px;
  display: inline-block;
  left: 0;
  bottom: 2px;
  font-family: FontAwesome;
  color: #00a680;
  border: none;
}
#comments .comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#comments .comment-list .avatar {
  display: inline-block;
  margin-right: 5px;
}
#comments .comment-list .avatar img {
  border-radius: 50%;
  border: 1px solid #e1e1e1;
}
#comments .comment-list .top-comment img {
  width: 60px;
  height: 60px;
}
#comments .comment-list .top-comment .comment-writer {
  font-size: 0.8rem;
  color: gray;
}
#comments .comment-list .top-comment .comment-writer .display-name {
  color: var(--bs-primary);
  font-size: 0.9rem;
  font-weight: 500;
  border-right: 1px solid #e1e1e1;
  margin-right: 10px;
  padding-right: 15px;
  line-height: 17px;
  display: inline-block;
}
#comments .comment-list .top-comment .comment-writer .purchased-this {
  margin-left: 10px;
  color: #31ab46;
}
#comments .comment-list .top-comment .actions {
  background: #eaeaea;
  text-align: right;
  margin-top: -17px;
}
#comments .comment-list .top-comment .actions #comment-form-wrapper {
  padding-top: 20px;
}
#comments .comment-list .top-comment .actions .your-comment {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
#comments .comment-list .top-comment .actions .points {
  display: inline-block;
  background: #eaeaea;
  color: #a0a0a0;
}
#comments .comment-list .top-comment .actions .points > div {
  cursor: pointer;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
#comments .comment-list .top-comment .actions .points i {
  font-size: 1.1rem;
  vertical-align: middle;
}
#comments .comment-list .top-comment .actions .points .vote-count {
  font-size: 0.8rem;
  line-height: 0;
  direction: rtl;
}
#comments .comment-list .top-comment .actions .points .vote-count:before {
  content: "(";
  font-size: 0.8rem;
  margin: 0 2px;
}
#comments .comment-list .top-comment .actions .points .vote-count:after {
  content: ")";
  font-size: 0.8rem;
  margin: 0 2px;
}
#comments .comment-list .top-comment .actions .likes {
  display: inline-block;
  float: left;
  margin-left: 15px;
}
#comments .comment-list .top-comment .actions .likes .action-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-right: 5px;
}
#comments .comment-list .top-comment .actions .likes .action-btn .icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  display: inline-block;
  float: right; /*&.like { background-image: url('/Images/Like.png'); display: block; }
&.liked { background-image: url('/Images/Like-hover.png'); display: none; }*/
}
#comments .comment-list .top-comment .actions .likes .action-btn.liked .icon.like {
  display: none;
}
#comments .comment-list .top-comment .actions .likes .action-btn.liked .icon.liked {
  display: block;
}
#comments .comment-list .top-comment .actions .likes .count {
  margin-top: -2px;
  float: right;
}
#comments .comment-list .top-comment .actions > button {
  background: #eaeaea;
  border: none;
  color: var(--bs-primary);
  margin-right: -5px;
  padding-right: 10px;
  padding-left: 10px; /*border-left: 1px solid #e1e1e1;line-height:20px;*/
}
#comments .comment-list .top-comment .actions > button i {
  vertical-align: sub;
  margin-left: 5px;
}
#comments .comment-list .top-comment .comment-text {
  font-size: 0.8rem;
  margin-left: 65px;
  width: calc(100% - 65px);
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-top: -10px;
}
#comments .comment-list .comment-body {
  clear: both;
}
#comments .comment-list .comment-body > .sub-comment-container {
  padding: 20px;
  padding-left: 0;
  position: relative;
  margin-left: 20px;
  width: calc(100% - 20px);
}
#comments .comment-list .comment-body > .sub-comment-container:before {
  content: "";
  width: 64px;
  height: 52px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -3924px no-repeat;
  position: absolute;
  top: -31px;
  left: 0;
}
#comments .comment-list .comment-body .sub-comment-container {
  list-style: none;
  display: block;
  background: white;
  margin-bottom: 20px;
  border-radius: 7px;
  margin-top: 20px;
}
#comments .comment-list .comment-body .sub-comment-container.empty {
  margin: 0;
  padding: 0;
}
#comments .comment-list .comment-body .sub-comment-container.empty:before {
  display: none;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment {
  padding-left: 20px; /*&:last-child .comment-text { border-bottom: none }*/
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment img {
  width: 30px;
  height: 30px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .comment-text {
  font-size: 0.8rem;
  margin-left: 40px;
  width: calc(100% - 40px);
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative; /*&:before {
	content: '';
	@include icons-cm-arrow;
	position: absolute;
	bottom: -1px;
	right: 0;
}*/
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .display-name {
  font-size: 0.8rem;
  font-weight: bold;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .date {
  color: #a0a0a0;
  font-size: 0.8rem;
  float: right;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .add-sub-comment {
  color: #15A98F;
  font-size: 0.8rem;
  float: right;
  padding: 0;
  border-right: 1px solid #e1e1e1;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 20px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment .add-sub-comment i {
  vertical-align: sub;
  margin-left: 5px;
}
#comments .comment-list .comment-body .sub-comment-container .sub-comment textarea {
  background: #eaeaea;
  margin-top: 20px;
}
#comments .comment-content {
  width: 100%;
  padding: 0;
  display: inline-block;
  color: #646267;
}
#comments .comment-content .alert.recommend {
  font-size: 0.8em;
  display: inline-block;
  margin-bottom: 5px;
  display: none;
}
#comments .comment-content .flat-btn {
  padding: 5px 10px;
  font-size: 0.8em;
  margin-top: 10px;
  display: inline-block;
}
#comments .comment-content .add-sub-comment {
  float: right;
}

@media (max-width: 991px) {
  .comments .user-info {
    margin-right: 0;
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .form-horizontal {
    padding: 15px;
  }
}
@media (max-width: 550px) {
  #comments .comment-list .comment-body > .sub-comment-container {
    margin-left: 0;
    width: 100%;
  }
  #comments .comment-list .comment-body > .sub-comment-container:before {
    top: -25px;
  }
  .comments {
    padding: 20px 0;
  }
  .comments .avatar {
    display: none !important;
  }
  .comments .comment-text {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0px !important;
  }
  .comments .sub-comment {
    padding-left: 15px !important;
  }
  .comments #comment-form .form-group.recommend {
    float: none;
  }
  .comments #comment-form .buttons-row {
    text-align: left !important;
  }
  .comments #comment-form .more-btn {
    margin-bottom: 5px;
    width: 120px !important;
  }
  .comments .top-comment .actions {
    text-align: left !important;
  }
  .comments .top-comment .actions .points {
    padding-right: 10px;
  }
  .comments .top-comment .actions .points i {
    font-size: 0.8rem !important;
  }
  .comments .top-comment .actions button {
    padding-left: 0 !important;
    font-size: 0.8rem;
  }
}
/*@media(max-width:480px) {
	.comments {
		#comment-form-wrapper { padding: 15px; }
	}
	#comments {
		.comment-list { padding: 15px; }
	}
}*/
.blog-item {
  box-shadow: 0 0px 5px 0px #cecece;
}
.blog-item .img-wrap {
  display: block;
  overflow: hidden;
}
.blog-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
}
.blog-item .txt-wrap {
  text-align: left;
  padding: 15px;
  background: white;
}
.blog-item .txt-wrap h2 {
  font-size: 18px;
  font-weight: bold;
}
.blog-item .txt-wrap p {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #7d7d87;
}
.blog-item .txt-wrap .view-date {
  display: inline-block;
  margin-top: 5px;
  color: #7d7d87;
}
.blog-item .txt-wrap .view-date .view {
  display: inline-block;
  margin-right: 10px;
}
.blog-item .txt-wrap .view-date .view span {
  margin-left: 2px;
}
.blog-item .txt-wrap .view-date .date {
  display: inline-block;
}
.blog-item .txt-wrap .view-date .date span {
  margin-left: 2px;
}
.blog-item .txt-wrap .more-btn {
  display: inline-block;
  float: right;
}
.blog-item:hover .img-wrap img {
  transform: scale(1.05);
}

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

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

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

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

@media (max-width: 650px) {
  .podcast.detail .main-image:after {
    display: none;
  }
  .podcast.detail .main-image .share {
    display: none;
  }
}
@media (max-width: 550px) {
  .podcast.list .podcast-component .podcast {
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    padding: 7px;
    background: #fff;
    margin-bottom: 25px;
  }
  .podcast.list .podcast-component .podcast .details .footer .date {
    display: none;
  }
  .podcast.list .podcast-component .podcast .details .footer .narrator {
    float: right;
  }
  .podcast.detail .main-image {
    margin-top: 10px;
  }
  .audio-file {
    margin-top: 0;
  }
  .audio-file span {
    background: #fff;
    font-size: 1.2rem;
    margin: 0 -15px;
    height: 25px;
    width: 85px;
    transform: translateY(-25px);
  }
  .audio-file .icons-download-mp3 {
    transform: scale(0.5);
  }
}
.stuff.list .main-title {
  font-size: 3rem;
  margin-bottom: 30px;
}
.stuff.list .filters-container {
  position: sticky;
  top: 70px;
  background: white;
  border: 1px solid #e0e0e6;
}
.stuff.list .filters-container .title {
  padding: 10px;
  font-size: 1.6rem;
}
.stuff.list .filters-container .filter-item-container .filter-item-header {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  font-weight: bold;
}
.stuff.list .filters-container .filter-item-container .filter-item-header .caret {
  transition: 0.3s transform;
  color: #9e9fb1;
  font-size: 1.1rem;
}
.stuff.list .filters-container .filter-item-container .filter-item-header .caret.rotate-caret {
  transform: rotate(180deg);
}
.stuff.list .filters-container .filter-item-container .filter-item-header .selected-item {
  margin-top: 10px;
}
.stuff.list .filters-container .filter-item-container .filter-item-header .selected-item span {
  color: #979797;
  font-size: 1.6rem;
  padding: 0 1px;
  font-weight: normal;
}
.stuff.list .filters-container .filter-item-container .filter-item-header .selected-filter-dot {
  width: 4px;
  height: 4px;
  background: var(--bs-primary);
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}
.stuff.list .filters-container .filter-item-container .filter-items {
  list-style: none;
  padding: 10px;
  max-height: 250px;
  overflow: auto;
  border-bottom: 1px solid #f1f1f1;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group {
  margin-bottom: 20px;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group .input-group-text {
  background: white;
  border: 1px solid #f1f2f4;
  color: #858d94;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group .input-group-text:last-child {
  z-index: 2;
  border-right: none;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  display: none;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group .input-group-text:last-child i {
  cursor: pointer;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group input {
  border: 1px solid #f1f2f4 !important;
  border-right: none !important;
  z-index: 1;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group input:focus {
  border: 1px solid #f1f2f4;
  border-right: none;
}
.stuff.list .filters-container .filter-item-container .filter-items .filter-item {
  padding: 5px 0px;
  border-bottom: 1px solid #f1f1f1;
  margin-top: 0;
}
.stuff.list .filters-container .filter-item-container .filter-items .filter-item.color input {
  vertical-align: middle;
}
.stuff.list .filters-container .filter-item-container .filter-items .filter-item.color .color-box {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}
.stuff.list .filters-container .filter-item-container .filter-items .filter-item:last-child {
  border: none;
}
.stuff.list .filters-container .filter-item-container .hidden {
  display: none;
}
.stuff.list .filters-container .remove-filters {
  color: var(--bs-primary);
  cursor: pointer;
}
.stuff.list .display-priority {
  background: white;
  padding: 0 10px 10px;
  font-weight: bold;
  margin: 0px -1rem 20px;
  border-bottom: 1px solid #f1f2f4;
}
.stuff.list .display-priority > .title i {
  font-size: 1rem;
  vertical-align: middle;
}
.stuff.list .display-priority .button {
  display: inline-block;
  padding: 0 10px;
  font-weight: normal;
  cursor: pointer;
  height: 3em;
  line-height: 3em;
}
.stuff.list .display-priority .button.selected {
  font-weight: bold;
  color: var(--bs-primary);
  position: relative;
}
.stuff.list .display-priority .stuff-count {
  font-weight: normal;
  padding-top: 15px;
}
.stuff.list .display-priority .toggle-priority, .stuff.list .display-priority .priority-title {
  display: none;
}
.stuff.list .toggle-filter {
  display: none;
  cursor: pointer;
}
.stuff.list .toggle-filter i {
  font-size: 1rem;
  vertical-align: middle;
}
.stuff.list .applied-filters {
  padding: 8px 0;
}
.stuff.list .applied-filters .label {
  background: var(--bs-primary);
  padding: 3px;
  font-size: 0.8em;
  display: block;
  margin: 4px;
}
.stuff.list .applied-filters .label .remove {
  font-size: 1.7em;
  line-height: 0.6em;
  vertical-align: middle;
  display: inline-block;
  margin: 4px 6px 0 6px;
  float: right;
  cursor: pointer;
  color: white;
}
.stuff.list .applied-filters .color-sample {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.stuff.list .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 17px;
}
.stuff.list .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.stuff.list .switch input:checked + .slider {
  background-color: var(--bs-primary);
}
.stuff.list .switch input:focus + .slider {
  box-shadow: 0 0 1px var(--bs-primary);
}
.stuff.list .switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.stuff.list .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.stuff.list .switch .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.stuff.list .switch .slider.round {
  border-radius: 34px;
}
.stuff.list .switch .slider.round:before {
  border-radius: 50%;
}
.stuff.list .search-info .row > * {
  padding: 0;
}
.stuff.list .search-info .row div:first-child .stuff-item, .stuff.list .search-info .row div:nth-child(5n) .stuff-item {
  border-right: none;
}
.stuff.list .search-info .row div:nth-child(4n) .stuff-item {
  border-left: none;
}
.stuff.list .stuff-item {
  background: #fff;
  border: 1px solid #f1f2f4;
  display: block;
  border-top: none;
  position: relative;
  padding: 10px;
}
.stuff.list .stuff-item .stuff-des {
  margin-top: 20px;
}
.stuff.list .stuff-item .stuff-des h2 {
  font-size: 1em;
  font-weight: 700;
  min-height: 45px;
  padding: 5px 15px;
  height: 70px;
}
.stuff.list .stuff-item .compare {
  display: inline-block;
  margin-top: 10px;
}
.stuff.list .stuff-item .stuff-img {
  text-align: center;
}
.stuff.list .stuff-item .stuff-rate i {
  color: gold;
}
.stuff.list .stuff-item .price-box {
  font-size: 1.6rem;
  padding: 5px 15px;
}
.stuff.list .stuff-item .price-box .unit {
  display: inline-block;
}
.stuff.list .stuff-item:hover {
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
}
.stuff.list .price-filter .price-slider-bg {
  padding: 0 20px;
}
.stuff.list .price-filter .price-slider-bg .price-slider {
  height: 7px;
  border: none;
  position: relative;
  background: var(--bs-primary);
  border-radius: 5px;
}
.stuff.list .price-filter .price-slider-bg .price-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  top: -7px;
  position: absolute;
  background: var(--bs-secondary);
  border-radius: 50%;
  cursor: pointer;
}
.stuff.list .price-filter .price-slider-bg .price-slider .ui-slider-handle .arrow {
  position: absolute;
  top: 0;
  width: 12px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
}
.stuff.list .price-filter .price-value-container {
  margin-top: 20px;
}
.stuff.list .basket-qty-container {
  margin: 5px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 0.9em;
  border: 1px solid gray;
}
.stuff.list .basket-qty-container .col {
  padding: 0px 10px;
  cursor: pointer;
}
.stuff.list .basket-qty-container .col[plus-cart], .stuff.list .basket-qty-container .col[minus-cart], .stuff.list .basket-qty-container .col[remove-icon] {
  padding: 15px 10px;
}

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

.stuff.details .float-button {
  bottom: 100px;
}
.stuff.details .stuff-des ul {
  list-style: none;
  padding-right: 15px;
  margin-top: 5px;
}
.stuff.details .stuff-actions {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2rem;
  z-index: 2;
}
.stuff.details .stuff-actions .like {
  cursor: pointer;
}
.stuff.details .stuff-actions .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.stuff.details .stuff-actions .like.liked:after {
  font-weight: bold;
  color: red;
}
.stuff.details .stuff-actions .share-btn {
  margin-right: 5px;
}
.stuff.details .stuff-actions .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.stuff.details .recommended-for {
  font-size: 1.6rem;
}
.stuff.details .code {
  font-size: 0.7rem;
  margin: 5px 0;
  color: #9f9f9f;
}
.stuff.details .mobile-buy-section {
  display: none;
}
.stuff.details .sibling-container {
  padding: 19px;
  border: 1px solid #e0e0e6;
  border-radius: 10px;
  margin: 10px 0 50px;
}
.stuff.details .stuff-top {
  background: #fff;
  padding: 15px;
  margin: 0;
  position: relative;
  font-size: 1.8rem;
  box-shadow: 0px 8px 5px #f3f3f3;
  border-radius: 10px 15px 0 0;
}
.stuff.details .stuff-des {
  padding: 15px;
  font-size: 1.4em;
}
.stuff.details .stuff-des .brand {
  font-size: 1.4rem;
}
.stuff.details .stuff-des .brand img {
  width: 30px;
}
.stuff.details .stuff-des .brand a {
  color: var(--bs-primary);
  font-weight: bold;
}
.stuff.details .stuff-des .title-fa {
  font-weight: bold;
}
.stuff.details .stuff-des .title-en {
  color: #c3c3ce;
  position: relative;
}
.stuff.details .stuff-des .title-en span {
  background: white;
  color: #81858b;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 10px;
}
.stuff.details .stuff-des .title-en:after {
  content: "";
  height: 1px;
  background: #e9e9e9;
  width: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}
.stuff.details .stuff-des .summary {
  font-size: 1rem;
  color: #767790;
}
.stuff.details .stuff-des .summary b, .stuff.details .stuff-des .summary strong {
  color: black;
}
.stuff.details .stuff-des .rate-and-comment-sesction .stuff-rate i {
  color: gold;
}
.stuff.details .stuff-des .rate-and-comment-sesction .stuff-rate .star {
  height: 20px;
  width: 20px;
}
.stuff.details .stuff-des .rate-and-comment-sesction .stuff-rate span {
  font-size: 1.4rem;
  color: #c3c3ce;
}
.stuff.details .stuff-des .rate-and-comment-sesction a {
  color: var(--bs-primary);
  font-size: 0.7em;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item {
  display: inline-block;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #cfcfd8;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item:last-child:after {
  display: none;
}
.stuff.details .buy-information-container {
  background: #fafafc;
  padding: 15px;
  border-radius: 7px;
  border: 1px solid #e0e0e6;
  font-size: 1.2rem;
  margin-top: 10px;
}
.stuff.details .buy-information-container .form-select {
  font-size: 1.4em;
}
.stuff.details .buy-information-container label {
  font-weight: bold;
}
.stuff.details .buy-information-container .form-group {
  margin-bottom: 10px;
}
.stuff.details .buy-information-container .slogans {
  line-height: 22px;
  margin: 10px 0;
  font-weight: 500;
  font-size: 1.4em;
}
.stuff.details .buy-information-container .add-to-cart .value {
  font-weight: bold;
  font-size: 1.3rem;
}
.stuff.details .buy-information-container .spec-title {
  color: #a39595;
  font-weight: normal;
}
.stuff.details .buy-information-container .price-information .discount {
  font-size: 1rem;
}
.stuff.details .buy-information-container .price-information .discount del {
  font-size: 1.4em;
  color: gray;
}
.stuff.details .buy-information-container .price-information .discount .discount-percent {
  background: red;
  padding: 1px 10px;
  margin-right: 5px;
  border-radius: 15px;
  color: white;
  font-size: 1.4em;
}
.stuff.details .buy-information-container .price-information .discounted-price {
  font-size: 1.6rem;
  margin: 10px 0;
  font-weight: bold;
}
.stuff.details .buy-information-container .buying-options-item {
  border: 1px solid #e0e0e6;
  padding: 2px 3px;
  border-radius: 3px;
  text-align: center;
  margin: 5px 2px;
  cursor: pointer;
  display: block;
}
.stuff.details .buy-information-container .buying-options-item:first-child {
  margin-right: 0;
}
.stuff.details .buy-information-container .buying-options-item.selected {
  background: var(--bs-primary);
  color: white;
  box-shadow: -2px 2px 6px 0px #e7e7e7;
}
.stuff.details .buy-information-container .colors .color-group .group-title {
  margin-bottom: 15px;
  font-weight: bold;
}
.stuff.details .buy-information-container .colors .color-group .color {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid white;
}
.stuff.details .buy-information-container .colors .color-group .color.selected {
  border: 4px solid var(--bs-primary);
  position: relative;
}
.stuff.details .buy-information-container .colors .color-group .color.selected:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 4px;
  right: 7px;
  color: white;
}
.stuff.details .buy-information-container .colors .color-group .color.selected.light-color:after {
  color: black;
}
.stuff.details .buy-information-container.not-available {
  background: white;
  color: #767790;
}
.stuff.details .buy-information-container.not-available .not-available-text {
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  color: #767790;
}
.stuff.details .buy-information-container.not-available .not-available-text span {
  background: white;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.stuff.details .buy-information-container.not-available .not-available-text:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: 50%;
  background: #767790;
}
.stuff.details #gallery-thumbnails {
  margin-top: 10px;
  white-space: nowrap;
  overflow: auto;
}
.stuff.details .nav {
  background: white;
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: -3px 5px 7px #f3f3f3;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.stuff.details .nav .nav-link {
  border-radius: 0;
  color: #767790;
  position: relative;
  font-size: 1.6rem;
}
.stuff.details .nav .nav-link.active {
  color: var(--bs-primary);
  font-weight: bold;
  background: none;
}
.stuff.details .nav .nav-link.active:after {
  content: "";
  border-bottom: 4px solid var(--bs-primary);
  border-radius: 10px 10px 0 0;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.stuff.details .content-title {
  display: inline-block;
  position: relative;
  margin: 10px 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
.stuff.details .content-title:after {
  content: "";
  width: calc(100% + 10px);
  position: absolute;
  right: 0;
  bottom: -5px;
  border-bottom: 3px solid var(--bs-primary);
}
.stuff.details .scrollspy-content p {
  line-height: 2;
  font-size: 2rem;
}
.stuff.details #spec-section .table .spec-table-col {
  font-weight: normal;
  width: 250px;
  color: #767790;
}
.stuff.details .other-stuff {
  display: none;
}
.stuff.details #faq-section .questions .icon {
  margin-left: 18px;
}
.stuff.details #faq-section .questions .icon i {
  border: 2px solid var(--bs-primary);
  padding: 3px 6px;
  border-radius: 5px;
  color: var(--bs-primary);
}
.stuff.details #faq-section .answer {
  color: #5a5c7a;
  margin: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.stuff.details #faq-section .answer .answer-title {
  margin-top: 3px;
  margin-left: 20px;
}
.stuff.details #faq-section .answer:last-child {
  border: none;
}
.stuff.details [more-content] {
  display: none;
}
.stuff.details .scrollspy-content > div[id] {
  background: #ffffff;
  box-shadow: 1px 2px 7px #ececec;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px;
}

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

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

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

@media (max-width: 992px) {
  .tag.list .items .item {
    height: 50px;
  }
  .tag.list .items .item img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .tag.list .items .item {
    float: left;
    width: 100% !important;
  }
  .tag.list .items .item img {
    display: none;
  }
}
.pagination {
  font-size: 1.1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.pagination .next {
  display: inline;
  border: none;
}
.pagination .next a {
  font-size: 0.9rem;
}
.pagination .next a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pagination .prev {
  display: inline;
  border: none;
}
.pagination .prev a {
  font-size: 0.9rem;
}
.pagination .prev a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pagination li {
  display: inline-block;
  border-bottom: 2px solid #ededed;
  margin: 0 2px;
}
.pagination li a {
  color: #444444;
  border: none;
  line-height: 1.2em;
  border-radius: 0;
  background: transparent;
  padding: 8px !important;
}
.pagination li a:hover, .pagination li a:focus {
  background: transparent;
}
.pagination li.active { /*border-bottom: 2px solid var(--bs-primary);*/ }
.pagination li.active a {
  background: none;
  color: var(--bs-primary);
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}
.pagination li.active a:hover {
  background: none;
  color: inherit;
}
.pagination li span {
  padding: 8px !important;
}
.pagination .disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pagination .disabled span {
  background-color: transparent;
}
.pagination .disabled span:hover {
  background-color: transparent;
}
.pagination .disabled span:focus {
  background-color: transparent;
}
.pagination .disabled a {
  background-color: transparent;
}
.pagination .disabled a:hover {
  background-color: transparent;
}
.pagination .disabled a:focus {
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.photo-grid-container .photo-grid-item {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.photo-grid-container .photo-grid-item .img-container {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.photo-grid-container .photo-grid-item .img-container:before {
  position: absolute;
  top: -50%;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  content: "";
  transition: transform 1s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -100%, 0);
}
.photo-grid-container .photo-grid-item .img-container:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 100%, 0);
  top: 20%;
}
.photo-grid-container .photo-grid-item .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-grid-container .photo-grid-item .content-container {
  padding: 10px;
}

.photo-grid-with-title-container .photo-grid-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--br-primary);
  padding: 10px;
}
.photo-grid-with-title-container .photo-grid-item .img-container {
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.photo-grid-with-title-container .photo-grid-item .img-container:before {
  position: absolute;
  top: -50%;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  content: "";
  transition: transform 1s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -100%, 0);
}
.photo-grid-with-title-container .photo-grid-item .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-grid-with-title-container .photo-grid-item:hover .img-container:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 100%, 0);
  top: 20%;
}
.photo-grid-with-title-container .photo-grid-item .title {
  padding: 10px;
  font-weight: bold;
  text-align: left;
}

.category-container .category-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--br-primary);
  border-radius: var(--border-radius);
  padding: 0;
  display: flex;
  align-items: center;
  padding: 10px;
}
.category-container .category-item .img-container {
  overflow: hidden;
  margin-right: 10px;
}
.category-container .category-item .img-container img {
  height: 100%;
  object-fit: cover;
}
.category-container .category-item:hover .content-container .title {
  color: var(--bs-primary);
}

.section-title {
  text-align: left;
}

.stuff.list .main-title {
  font-size: 3rem;
  margin-bottom: 30px;
}
.stuff.list .filters-container {
  position: sticky;
  top: 70px;
  background: white;
  border: 1px solid #e0e0e6;
}
.stuff.list .filters-container .title {
  padding: 10px;
  font-size: 1.6rem;
}
.stuff.list .filters-container .filter-item-container .filter-item-header {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  font-weight: bold;
}
.stuff.list .filters-container .filter-item-container .filter-item-header .caret {
  transition: 0.3s transform;
  color: #9e9fb1;
  font-size: 1.1rem;
}
.stuff.list .filters-container .filter-item-container .filter-item-header .caret.rotate-caret {
  transform: rotate(180deg);
}
.stuff.list .filters-container .filter-item-container .filter-item-header .selected-item {
  margin-top: 10px;
}
.stuff.list .filters-container .filter-item-container .filter-item-header .selected-item span {
  color: #979797;
  font-size: 1.6rem;
  padding: 0 1px;
  font-weight: normal;
}
.stuff.list .filters-container .filter-item-container .filter-item-header .selected-filter-dot {
  width: 4px;
  height: 4px;
  background: var(--bs-primary);
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}
.stuff.list .filters-container .filter-item-container .filter-items {
  list-style: none;
  padding: 10px;
  max-height: 250px;
  overflow: auto;
  border-bottom: 1px solid #f1f1f1;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group {
  margin-bottom: 20px;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group .input-group-text {
  background: white;
  border: 1px solid #f1f2f4;
  color: #858d94;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group .input-group-text:last-child {
  z-index: 2;
  border-right: none;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  display: none;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group .input-group-text:last-child i {
  cursor: pointer;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group input {
  border: 1px solid #f1f2f4 !important;
  border-right: none !important;
  z-index: 1;
}
.stuff.list .filters-container .filter-item-container .filter-items .input-group input:focus {
  border: 1px solid #f1f2f4;
  border-right: none;
}
.stuff.list .filters-container .filter-item-container .filter-items .filter-item {
  padding: 5px 0px;
  border-bottom: 1px solid #f1f1f1;
  margin-top: 0;
}
.stuff.list .filters-container .filter-item-container .filter-items .filter-item.color input {
  vertical-align: middle;
}
.stuff.list .filters-container .filter-item-container .filter-items .filter-item.color .color-box {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}
.stuff.list .filters-container .filter-item-container .filter-items .filter-item:last-child {
  border: none;
}
.stuff.list .filters-container .filter-item-container .hidden {
  display: none;
}
.stuff.list .filters-container .remove-filters {
  color: var(--bs-primary);
  cursor: pointer;
}
.stuff.list .display-priority {
  background: white;
  padding: 0 10px 10px;
  font-weight: bold;
  margin: 0px -1rem 20px;
  border-bottom: 1px solid #f1f2f4;
}
.stuff.list .display-priority > .title i {
  font-size: 1rem;
  vertical-align: middle;
}
.stuff.list .display-priority .button {
  display: inline-block;
  padding: 0 10px;
  font-weight: normal;
  cursor: pointer;
  height: 3em;
  line-height: 3em;
}
.stuff.list .display-priority .button.selected {
  font-weight: bold;
  color: var(--bs-primary);
  position: relative;
}
.stuff.list .display-priority .stuff-count {
  font-weight: normal;
  padding-top: 15px;
}
.stuff.list .display-priority .toggle-priority, .stuff.list .display-priority .priority-title {
  display: none;
}
.stuff.list .toggle-filter {
  display: none;
  cursor: pointer;
}
.stuff.list .toggle-filter i {
  font-size: 1rem;
  vertical-align: middle;
}
.stuff.list .applied-filters {
  padding: 8px 0;
}
.stuff.list .applied-filters .label {
  background: var(--bs-primary);
  padding: 3px;
  font-size: 0.8em;
  display: block;
  margin: 4px;
}
.stuff.list .applied-filters .label .remove {
  font-size: 1.7em;
  line-height: 0.6em;
  vertical-align: middle;
  display: inline-block;
  margin: 4px 6px 0 6px;
  float: right;
  cursor: pointer;
  color: white;
}
.stuff.list .applied-filters .color-sample {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.stuff.list .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 17px;
}
.stuff.list .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.stuff.list .switch input:checked + .slider {
  background-color: var(--bs-primary);
}
.stuff.list .switch input:focus + .slider {
  box-shadow: 0 0 1px var(--bs-primary);
}
.stuff.list .switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.stuff.list .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.stuff.list .switch .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.stuff.list .switch .slider.round {
  border-radius: 34px;
}
.stuff.list .switch .slider.round:before {
  border-radius: 50%;
}
.stuff.list .search-info .row > * {
  padding: 0;
}
.stuff.list .search-info .row div:first-child .stuff-item, .stuff.list .search-info .row div:nth-child(5n) .stuff-item {
  border-right: none;
}
.stuff.list .search-info .row div:nth-child(4n) .stuff-item {
  border-left: none;
}
.stuff.list .stuff-item {
  background: #fff;
  border: 1px solid #f1f2f4;
  display: block;
  border-top: none;
  position: relative;
  padding: 10px;
}
.stuff.list .stuff-item .stuff-des {
  margin-top: 20px;
}
.stuff.list .stuff-item .stuff-des h2 {
  font-size: 1em;
  font-weight: 700;
  min-height: 45px;
  padding: 5px 15px;
  height: 70px;
}
.stuff.list .stuff-item .compare {
  display: inline-block;
  margin-top: 10px;
}
.stuff.list .stuff-item .stuff-img {
  text-align: center;
}
.stuff.list .stuff-item .stuff-rate i {
  color: gold;
}
.stuff.list .stuff-item .price-box {
  font-size: 1.6rem;
  padding: 5px 15px;
}
.stuff.list .stuff-item .price-box .unit {
  display: inline-block;
}
.stuff.list .stuff-item:hover {
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
}
.stuff.list .price-filter .price-slider-bg {
  padding: 0 20px;
}
.stuff.list .price-filter .price-slider-bg .price-slider {
  height: 7px;
  border: none;
  position: relative;
  background: var(--bs-primary);
  border-radius: 5px;
}
.stuff.list .price-filter .price-slider-bg .price-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  top: -7px;
  position: absolute;
  background: var(--bs-secondary);
  border-radius: 50%;
  cursor: pointer;
}
.stuff.list .price-filter .price-slider-bg .price-slider .ui-slider-handle .arrow {
  position: absolute;
  top: 0;
  width: 12px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
}
.stuff.list .price-filter .price-value-container {
  margin-top: 20px;
}
.stuff.list .basket-qty-container {
  margin: 5px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 0.9em;
  border: 1px solid gray;
}
.stuff.list .basket-qty-container .col {
  padding: 0px 10px;
  cursor: pointer;
}
.stuff.list .basket-qty-container .col[plus-cart], .stuff.list .basket-qty-container .col[minus-cart], .stuff.list .basket-qty-container .col[remove-icon] {
  padding: 15px 10px;
}

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

.stuff.details .float-button {
  bottom: 100px;
}
.stuff.details .stuff-des ul {
  list-style: none;
  padding-right: 15px;
  margin-top: 5px;
}
.stuff.details .stuff-actions {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2rem;
  z-index: 2;
}
.stuff.details .stuff-actions .like {
  cursor: pointer;
}
.stuff.details .stuff-actions .like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.stuff.details .stuff-actions .like.liked:after {
  font-weight: bold;
  color: red;
}
.stuff.details .stuff-actions .share-btn {
  margin-right: 5px;
}
.stuff.details .stuff-actions .share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.stuff.details .recommended-for {
  font-size: 1.6rem;
}
.stuff.details .code {
  font-size: 0.7rem;
  margin: 5px 0;
  color: #9f9f9f;
}
.stuff.details .mobile-buy-section {
  display: none;
}
.stuff.details .sibling-container {
  padding: 19px;
  border: 1px solid #e0e0e6;
  border-radius: 10px;
  margin: 10px 0 50px;
}
.stuff.details .stuff-top {
  background: #fff;
  padding: 15px;
  margin: 0;
  position: relative;
  font-size: 1.8rem;
  box-shadow: 0px 8px 5px #f3f3f3;
  border-radius: 10px 15px 0 0;
}
.stuff.details .stuff-des {
  padding: 15px;
  font-size: 1.4em;
}
.stuff.details .stuff-des .brand {
  font-size: 1.4rem;
}
.stuff.details .stuff-des .brand img {
  width: 30px;
}
.stuff.details .stuff-des .brand a {
  color: var(--bs-primary);
  font-weight: bold;
}
.stuff.details .stuff-des .title-fa {
  font-weight: bold;
}
.stuff.details .stuff-des .title-en {
  color: #c3c3ce;
  position: relative;
}
.stuff.details .stuff-des .title-en span {
  background: white;
  color: #81858b;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 10px;
}
.stuff.details .stuff-des .title-en:after {
  content: "";
  height: 1px;
  background: #e9e9e9;
  width: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}
.stuff.details .stuff-des .summary {
  font-size: 1rem;
  color: #767790;
}
.stuff.details .stuff-des .summary b, .stuff.details .stuff-des .summary strong {
  color: black;
}
.stuff.details .stuff-des .rate-and-comment-sesction .stuff-rate i {
  color: gold;
}
.stuff.details .stuff-des .rate-and-comment-sesction .stuff-rate .star {
  height: 20px;
  width: 20px;
}
.stuff.details .stuff-des .rate-and-comment-sesction .stuff-rate span {
  font-size: 1.4rem;
  color: #c3c3ce;
}
.stuff.details .stuff-des .rate-and-comment-sesction a {
  color: var(--bs-primary);
  font-size: 0.7em;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item {
  display: inline-block;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #cfcfd8;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
}
.stuff.details .stuff-des .rate-and-comment-sesction .item:last-child:after {
  display: none;
}
.stuff.details .buy-information-container {
  background: #fafafc;
  padding: 15px;
  border-radius: 7px;
  border: 1px solid #e0e0e6;
  font-size: 1.2rem;
  margin-top: 10px;
}
.stuff.details .buy-information-container .form-select {
  font-size: 1.4em;
}
.stuff.details .buy-information-container label {
  font-weight: bold;
}
.stuff.details .buy-information-container .form-group {
  margin-bottom: 10px;
}
.stuff.details .buy-information-container .slogans {
  line-height: 22px;
  margin: 10px 0;
  font-weight: 500;
  font-size: 1.4em;
}
.stuff.details .buy-information-container .add-to-cart .value {
  font-weight: bold;
  font-size: 1.3rem;
}
.stuff.details .buy-information-container .spec-title {
  color: #a39595;
  font-weight: normal;
}
.stuff.details .buy-information-container .price-information .discount {
  font-size: 1rem;
}
.stuff.details .buy-information-container .price-information .discount del {
  font-size: 1.4em;
  color: gray;
}
.stuff.details .buy-information-container .price-information .discount .discount-percent {
  background: red;
  padding: 1px 10px;
  margin-right: 5px;
  border-radius: 15px;
  color: white;
  font-size: 1.4em;
}
.stuff.details .buy-information-container .price-information .discounted-price {
  font-size: 1.6rem;
  margin: 10px 0;
  font-weight: bold;
}
.stuff.details .buy-information-container .buying-options-item {
  border: 1px solid #e0e0e6;
  padding: 2px 3px;
  border-radius: 3px;
  text-align: center;
  margin: 5px 2px;
  cursor: pointer;
  display: block;
}
.stuff.details .buy-information-container .buying-options-item:first-child {
  margin-right: 0;
}
.stuff.details .buy-information-container .buying-options-item.selected {
  background: var(--bs-primary);
  color: white;
  box-shadow: -2px 2px 6px 0px #e7e7e7;
}
.stuff.details .buy-information-container .colors .color-group .group-title {
  margin-bottom: 15px;
  font-weight: bold;
}
.stuff.details .buy-information-container .colors .color-group .color {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid white;
}
.stuff.details .buy-information-container .colors .color-group .color.selected {
  border: 4px solid var(--bs-primary);
  position: relative;
}
.stuff.details .buy-information-container .colors .color-group .color.selected:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 4px;
  right: 7px;
  color: white;
}
.stuff.details .buy-information-container .colors .color-group .color.selected.light-color:after {
  color: black;
}
.stuff.details .buy-information-container.not-available {
  background: white;
  color: #767790;
}
.stuff.details .buy-information-container.not-available .not-available-text {
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  color: #767790;
}
.stuff.details .buy-information-container.not-available .not-available-text span {
  background: white;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.stuff.details .buy-information-container.not-available .not-available-text:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: 50%;
  background: #767790;
}
.stuff.details #gallery-thumbnails {
  margin-top: 10px;
  white-space: nowrap;
  overflow: auto;
}
.stuff.details .nav {
  background: white;
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: -3px 5px 7px #f3f3f3;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.stuff.details .nav .nav-link {
  border-radius: 0;
  color: #767790;
  position: relative;
  font-size: 1.6rem;
}
.stuff.details .nav .nav-link.active {
  color: var(--bs-primary);
  font-weight: bold;
  background: none;
}
.stuff.details .nav .nav-link.active:after {
  content: "";
  border-bottom: 4px solid var(--bs-primary);
  border-radius: 10px 10px 0 0;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.stuff.details .content-title {
  display: inline-block;
  position: relative;
  margin: 10px 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
.stuff.details .content-title:after {
  content: "";
  width: calc(100% + 10px);
  position: absolute;
  right: 0;
  bottom: -5px;
  border-bottom: 3px solid var(--bs-primary);
}
.stuff.details .scrollspy-content p {
  line-height: 2;
  font-size: 2rem;
}
.stuff.details #spec-section .table .spec-table-col {
  font-weight: normal;
  width: 250px;
  color: #767790;
}
.stuff.details .other-stuff {
  display: none;
}
.stuff.details #faq-section .questions .icon {
  margin-left: 18px;
}
.stuff.details #faq-section .questions .icon i {
  border: 2px solid var(--bs-primary);
  padding: 3px 6px;
  border-radius: 5px;
  color: var(--bs-primary);
}
.stuff.details #faq-section .answer {
  color: #5a5c7a;
  margin: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.stuff.details #faq-section .answer .answer-title {
  margin-top: 3px;
  margin-left: 20px;
}
.stuff.details #faq-section .answer:last-child {
  border: none;
}
.stuff.details [more-content] {
  display: none;
}
.stuff.details .scrollspy-content > div[id] {
  background: #ffffff;
  box-shadow: 1px 2px 7px #ececec;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px;
}

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

@media (max-width: 1200px) {
  .search-info .row div:first-child .stuff-item, .search-info .row div:nth-child(4n) .stuff-item {
    border: 1px solid #f1f2f4;
    border-right: none;
  }
  .search-info .row div:nth-child(3n) .stuff-item {
    border: 1px solid #f1f2f4;
    border-left: none;
  }
}
@media (max-width: 992px) {
  .filter-items-container {
    position: fixed;
    top: 120%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: white;
    z-index: 10;
    transition: 0.3s all;
    overflow: auto;
    max-height: 100vh;
  }
  .filter-items-container .filters-container {
    position: relative;
    top: 0;
    border: none;
  }
  .filter-items-container.open-filter {
    top: 0;
  }
  .toggle-filter {
    display: inline-block;
  }
  .display-priority {
    margin: 0;
  }
  .stuff.details .buy-information {
    position: fixed;
    background: #f7f7f8;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 3px 15px black;
  }
  .stuff.details .buy-information.sticky {
    display: none;
  }
  .stuff.details .buy-information.top-up-navigation {
    bottom: 61px;
  }
  .stuff.details .buy-information .mobile-buy-section {
    display: block;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e6;
    margin: 0 5px;
    position: relative;
    top: -5px;
  }
  .stuff.details .buy-information .mobile-buy-section .icon {
    background: #0d6efd;
    padding: 5px;
    color: white;
    border-radius: 5px;
    float: left;
    cursor: pointer;
  }
  .stuff.details .buy-information .buy-information-section {
    margin-bottom: -100%;
    transition: 0.3s all;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container {
    margin: 0;
    border: none;
    border-radius: 0;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .price-information .add-to-cart-container {
    display: flex;
    flex-direction: row-reverse;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .price-information .add-to-cart-container > div {
    flex: 1;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .colors .color-group .group-title {
    margin: 0;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .options-container {
    display: flex;
    flex-wrap: wrap;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .options-container .options-item {
    flex: 1;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .warranties {
    margin-bottom: 10px;
  }
  .stuff.details .buy-information .buy-information-section .buy-information-container .slogans, .stuff.details .buy-information .buy-information-section .buy-information-container [data-type=PositiveAndNegative] {
    display: none;
  }
  .stuff.details .buy-information.open .mobile-buy-section .icon {
    transform: rotate(180deg);
  }
  .stuff.details .buy-information.open .buy-information-section {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .display-priority .title {
    display: none;
    cursor: pointer;
  }
  .display-priority .priority-container {
    position: fixed;
    z-index: 10;
    bottom: -100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px #717171;
    border-radius: 15px 15px 0 0;
    transition: 0.3s all;
  }
  .display-priority .priority-container.open-priority {
    bottom: 0;
  }
  .display-priority .priority-container .priority-title {
    padding: 5px 10px;
    font-size: 1rem;
    display: block;
  }
  .display-priority .priority-container .button {
    display: block;
    border-bottom: 1px solid #f1f1f1;
  }
  .display-priority .priority-container .button.selected:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: left;
  }
  .display-priority .toggle-priority {
    display: inline-block;
    cursor: pointer;
  }
  .display-priority .toggle-priority i {
    vertical-align: middle;
    font-size: 1rem;
  }
  .top-up-navigation .priority-container.open-priority {
    bottom: 61px;
  }
  .img-zoom-lens, .img-zoom-result {
    display: none;
  }
  .stuff.details .stuff-actions {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
  }
  .stuff.details .stuff-actions .like, .stuff.details .stuff-actions .share-btn {
    display: inline-block !important;
  }
  .display-priority .stuff-count {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  /* .search-info .stuff-item { display: flex; flex-wrap: wrap;
      .stuff-img { padding: 0; padding-left: 10px;
          img { width: 120px; }
      }
      .stuff-des { flex: 1; }
      .stuff-rate { flex: 0 0 100%; margin-top: -30px; }
      .price-box { flex: 0 0 100%; }
  }*/
  .stuff.details .nav {
    border-bottom: 1px solid #e9e9e9;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .stuff.details .nav .nav-item {
    flex: 1 0 auto;
  }
}
/*****Shared**********/
body.cart .empty-cart {
  text-align: center;
}
body.cart .title-wrapper h1 {
  font-size: 2.3em;
  margin-top: 28px;
  margin-bottom: 6px;
}
body.cart .inner-page-header .links-wrapper {
  float: right;
  margin-bottom: 15px;
}
body.cart .footer {
  position: relative;
  margin-top: 25px;
}
body.cart .footer .back-button {
  position: absolute;
  top: 0;
  right: 0;
}
body.cart .footer .button-wrapper .btn {
  min-width: 220px;
}
body.cart .footer .step-indicator {
  padding: 5px 0;
}
body.cart .footer .step-indicator .indicator {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #b3b3b3;
  display: inline-block;
  margin: 1px;
}
body.cart .footer .step-indicator .indicator.active {
  background: var(--bs-primary);
}
body.cart .cart .actions {
  clear: both;
  float: right;
  margin-bottom: 8px;
  padding-top: 8px;
  border-top: 2px solid #dcdcdc;
}
body.cart .cart .actions .invoice {
  display: inline-block;
  margin-right: 8px;
  padding-right: 14px;
  border-right: 1px solid #ededed;
  padding-left: 35px;
  position: relative;
}
body.cart .cart .actions .invoice a {
  color: #444444;
}
body.cart .cart .actions .invoice a:hover {
  color: black;
}
body.cart .cart .actions .invoice:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -5px;
  top: 3px;
}
body.cart .cart .actions .invoice.fax:after {
  background: url("/Images/fax-print.svg") no-repeat;
}
body.cart .cart .actions .invoice.print:after {
  background: url("/Images/print.svg") no-repeat;
}
body.cart .cart .actions .invoice.download {
  padding-right: 0;
  border-right: none;
}
body.cart .cart .actions .invoice.download:after {
  background: url("/Images/download.svg") no-repeat;
}
body.cart .cart .items-group {
  clear: both;
  border-bottom: 1px solid #979797;
}
body.cart .cart .items-group .headers {
  height: 60px;
  background-color: #ededed;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  font-size: 0.857em;
  font-weight: bold;
}
body.cart .cart .items-group .headers .cell {
  text-align: center;
  border-left: 1px solid #979797;
  float: left;
  height: 100%;
}
body.cart .cart .items-group .headers .cell:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -0.25em;
}
body.cart .cart .items-group .headers .cell .content {
  display: inline-block;
  vertical-align: middle;
}
body.cart .cart .items-group .headers .index {
  width: 49px;
}
body.cart .cart .items-group .headers .image {
  width: 87px;
}
body.cart .cart .items-group .headers .title-and-specs {
  padding: 0 15px;
  width: 259px;
}
body.cart .cart .items-group .headers .size {
  width: 150px;
}
body.cart .cart .items-group .headers .price {
  width: 128px;
  padding: 0 30px;
}
body.cart .cart .items-group .headers .count {
  width: 107px;
  text-align: center;
  padding: 0 9px;
}
body.cart .cart .items-group .headers .count input {
  width: 100%;
  text-align: center;
  border: 1px solid #888888;
  border-radius: 8px;
}
body.cart .cart .items-group .headers .count input:focus {
  outline: none;
  border-color: var(--bs-primary);
  box-shadow: 0 0 5px var(--bs-primary);
}
body.cart .cart .items-group .headers .discount {
  width: 78px;
}
body.cart .cart .items-group .headers .total {
  width: 121px;
  padding: 0 30px;
}
body.cart .cart .items-group .headers .discounted-total {
  width: 121px;
  padding: 0 10px;
}
body.cart .cart .items-group .headers .delete {
  width: 39px;
  background: #f5716e;
  color: white;
  border-bottom: 1px solid white;
}
body.cart .cart .items-group .cart-item {
  width: 100%;
  height: 100px;
  border-right: 1px solid #979797;
}
body.cart .cart .items-group .cart-item:before {
  content: " ";
  display: table;
}
body.cart .cart .items-group .cart-item:after {
  content: " ";
  clear: both;
  display: table;
}
body.cart .cart .items-group .cart-item .cell-group {
  float: left;
  height: 100%;
}
body.cart .cart .items-group .cart-item .cell-group.price-info {
  font-size: 1.285em;
}
body.cart .cart .items-group .cart-item .cell-group .cell {
  border-top: 1px solid #979797;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #979797;
  height: 100%;
  float: left;
}
body.cart .cart .items-group .cart-item .cell-group .cell .sub-title {
  display: none;
}
body.cart .cart .items-group .cart-item .cell-group .index {
  width: 49px;
  font-size: 1.285em;
}
body.cart .cart .items-group .cart-item .cell-group .image {
  width: 87px;
  padding: 8px;
  vertical-align: middle;
  height: 100%;
  position: relative;
}
body.cart .cart .items-group .cart-item .cell-group .image.modal-link {
  cursor: pointer;
}
body.cart .cart .items-group .cart-item .cell-group .image .image-wrapper {
  position: relative;
}
body.cart .cart .items-group .cart-item .cell-group .image .image-wrapper > img {
  width: 100%;
}
body.cart .cart .items-group .cart-item .cell-group .image .image-wrapper .overlay {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  vertical-align: middle;
  top: 0;
  left: 0;
  display: inline-block;
}
body.cart .cart .items-group .cart-item .cell-group .image .image-wrapper .overlay img {
  margin-top: 25px;
}
body.cart .cart .items-group .cart-item .cell-group .image:hover .overlay {
  opacity: 1;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs {
  font-weight: bold;
  text-align: left;
  padding: 0 15px;
  width: 259px;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs .title {
  font-size: 0.928em;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs .specs {
  font-size: 0.857em;
  color: #888;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs .specs span {
  padding: 0 5px;
  border-right: 1px solid #888;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs .specs span:first-child {
  padding-left: 0;
}
body.cart .cart .items-group .cart-item .cell-group .title-and-specs .specs span:last-child {
  border-right: none;
}
body.cart .cart .items-group .cart-item .cell-group .size {
  width: 150px;
}
body.cart .cart .items-group .cart-item .cell-group .size .content {
  direction: rtl;
}
body.cart .cart .items-group .cart-item .cell-group .actions {
  display: none;
}
body.cart .cart .items-group .cart-item .cell-group .price {
  width: 128px;
}
body.cart .cart .items-group .cart-item .cell-group .count {
  width: 107px;
  text-align: center;
  padding: 0 9px;
}
body.cart .cart .items-group .cart-item .cell-group .count input {
  font-size: 0.9em;
  width: 100%;
  text-align: center;
  border: 1px solid #888888;
  border-radius: 8px;
  direction: rtl;
}
body.cart .cart .items-group .cart-item .cell-group .count input:focus {
  outline: none;
  border-color: var(--bs-primary);
  box-shadow: 0 0 5px var(--bs-primary);
}
body.cart .cart .items-group .cart-item .cell-group .discounts {
  width: 78px;
}
body.cart .cart .items-group .cart-item .cell-group .discounts .discount {
  padding: 5px;
}
body.cart .cart .items-group .cart-item .cell-group .discounts .discount.selected {
  font-weight: bold;
  color: #2b6bb4;
  text-decoration: underline;
  padding: 5px;
}
body.cart .cart .items-group .cart-item .cell-group .total {
  width: 121px;
}
body.cart .cart .items-group .cart-item .cell-group .discounted-total {
  width: 121px;
}
body.cart .cart .items-group .cart-item .cell-group .delete {
  width: 39px;
  background-color: #f5716e;
  border-top: none;
  color: white;
}
body.cart .cart .items-group .cart-item .cell-group .delete .content {
  padding: 0 5px;
  cursor: pointer;
}
body.cart .cart .costs {
  text-align: center;
  margin-left: 545px;
  width: 556px;
}
body.cart .cart .costs > div:before {
  content: " ";
  display: table;
}
body.cart .cart .costs > div:after {
  content: " ";
  clear: both;
  display: table;
}
body.cart .cart .costs .cell {
  float: left;
  height: 55px;
}
body.cart .cart .costs .cell.i1 {
  font-size: 1.142em;
  width: 313px;
  border-bottom: 1px solid #979797;
  border-left: 1px solid #979797;
  font-weight: bold;
}
body.cart .cart .costs .cell.i2 {
  font-size: 1.275em;
  width: 243px;
  border-left: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
body.cart .cart .costs .cell.i3 {
  font-size: 1.275em;
}
body.cart .cart .costs .cell label {
  font-weight: bold;
}
body.cart .cart .costs .total .cell.i2 {
  width: 121px;
}
body.cart .cart .costs .total .cell.i3 {
  width: 122px;
  border: 1px solid #979797;
  border-top: none;
}
body.cart .cart .costs .vat .cell.i1 {
  border-bottom: none;
}
body.cart .cart .costs .vat .cell.i2 {
  border-bottom: none;
  border-right: 1px solid #979797;
}
body.cart .cart .costs .payable {
  background: #cffdde;
}
body.cart .cart .costs .payable .cell {
  color: #019875;
}
body.cart .cart .costs .payable .cell.i1 {
  border: 1px solid #019828;
  border-right: none;
}
body.cart .cart .costs .payable .cell.i2 {
  border: 1px solid #019828;
  font-family: IranSansWeb;
  font-weight: bold;
}
body.cart .cart .costs-mobile {
  display: none;
}
body.cart .cart-footer {
  text-align: right;
  margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

.content-wrapper {
  padding: 0 !important;
}

.dashboard-container {
  display: flex;
}
.dashboard-container .dashboard-sidebar {
  flex: 0 0 240px;
  background-color: #0f2a36;
  height: 100vh;
  color: white;
}
.dashboard-container .dashboard-sidebar .navigation {
  list-style: none;
}
.dashboard-container .dashboard-sidebar .navigation .nav-item {
  padding: 12px 24px;
}
.dashboard-container .dashboard-sidebar .logo {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 24px 0 40px 24px;
}
.dashboard-container .dashboard-content {
  flex: 1;
  padding: 24px;
  height: 100vh;
  overflow: auto;
}
.dashboard-container .dashboard-content .title {
  flex: 0 0 100%;
  text-align: start;
  font-weight: bold;
  font-size: 2rem;
}
.dashboard-container .dashboard-content .box-panel-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.dashboard-container .dashboard-content .box-panel-container .box-panel {
  background: white;
  border-radius: 12px;
  padding: 24px;
  flex: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.dashboard-container .dashboard-content .box-panel-container .box-panel .custom-list-items {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.dashboard-container .dashboard-content .box-panel-container .box-panel .custom-list-items .custom-list-item {
  flex: 0 0 160px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 16px 8px;
  border-radius: 10px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.dashboard-container .dashboard-content .box-panel-container .box-panel .custom-list-items .custom-list-item:hover {
  background: #fef5d9;
  transform: scale(1.02);
}
.dashboard-container .dashboard-content .box-panel-container .box-panel .custom-list-items .custom-list-item.active {
  border: 2px solid #f6b100;
}
.dashboard-container .dashboard-content .box-panel-container .box-panel .custom-input label, .dashboard-container .dashboard-content .box-panel-container .box-panel .custom-dropdown label {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 2rem;
}
.dashboard-container .dashboard-content .box-panel-container .box-panel:hover {
  transform: translateY(-4px);
}
.dashboard-container .dashboard-content .box-panel-container .Occasion {
  flex: 0 0 100%;
}
.dashboard-container .dashboard-content .box-panel-container .Occasion .title {
  text-align: start !important;
}
.dashboard-container .dashboard-content .box-panel-container .intimacy-level .btn-container {
  display: flex;
  border: 1px solid black;
  margin-top: 15px;
}
.dashboard-container .dashboard-content .box-panel-container .intimacy-level .btn-container button {
  flex: 1;
  border: none;
  background-color: white;
  padding: 10px 0;
}
.dashboard-container .dashboard-content .box-panel-container .intimacy-level .btn-container button.active {
  background-color: blue;
  color: white;
}
.dashboard-container .dashboard-content .box-panel-container .interests-hobbies {
  display: flex;
}
.dashboard-container .dashboard-content .box-panel-container .interests-hobbies .favorits-item {
  flex: 1;
  text-align: center;
}
.dashboard-container .dashboard-content .box-panel-container .interests-hobbies .favorits-item input {
  -webkit-appearance: slider-vertical;
}
.dashboard-container .dashboard-content .box-panel-container .personal-preferences .preferences-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  row-gap: 15px;
}
.dashboard-container .dashboard-content .box-panel-container .event-type label, .dashboard-container .dashboard-content .box-panel-container .delivery-time label {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 2rem;
}
.dashboard-container .dashboard-content .box-panel-container .target-group p, .dashboard-container .dashboard-content .box-panel-container .gifter p, .dashboard-container .dashboard-content .box-panel-container .quantity-budget p, .dashboard-container .dashboard-content .box-panel-container .formality p {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 2rem;
}
.dashboard-container .dashboard-content .box-panel-container .need-customization .custom-switch {
  flex-wrap: wrap;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.dashboard-container .dashboard-content .box-panel-container .need-customization .custom-switch .swich-title {
  flex: 0 0 100%;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 2rem;
}
.dashboard-container .dashboard-content .btn-container .btn {
  color: white;
  padding: 10px 20px;
}
.dashboard-container .dashboard-content .accordion .accordion-item {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.dashboard-container .dashboard-content .accordion .accordion-item .accordion-header .accordion-button {
  border: none;
}
.dashboard-container .dashboard-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
}

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

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

.html-page .main-title, .html-page h1 {
  color: var(--bs-primary);
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.html-page .page-content {
  text-align: justify;
}
.html-page .page-content a {
  color: var(--bs-primary);
}
.html-page .catalogue-download {
  background-color: var(--bs-primary);
  color: #fff;
  text-align: center;
  margin: 15px 0;
}
.html-page .catalogue-download a {
  display: block;
  font-size: 1rem;
  color: #fff !important;
}
.html-page .page-content {
  background: white;
  padding: 15px;
  line-height: 2;
}
.html-page .page-content .rate {
  float: right;
  margin-top: 12px;
}
.html-page .page-content .sub-menu-item {
  margin-bottom: 15px;
}
.html-page .page-content .sub-menu-item .img-container {
  text-align: center;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
  background: #fff;
  display: block;
}
.html-page .page-content .sub-menu-item .img-container img {
  transform: scale(1) rotate(0);
  transition: 0.3s all;
}
.html-page .page-content .sub-menu-item .title {
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  font-size: 0.9rem;
}
.html-page .page-content .sub-menu-item:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.html-page .page-content h2 {
  font-size: 1.8rem;
}
.html-page .page-content table td a {
  color: white;
  display: block;
}
.html-page .page-content ul.sub-menu-item-container {
  flex-direction: column;
}
.html-page .page-content ul.sub-menu-item-container a {
  color: var(--bs-primary);
}

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

@media (max-width: 992px) {
  .list.photo .photo-page-container #gallery-thumbnails .gallery-item {
    flex: 1 0 32%;
  }
}
@media (max-width: 768px) {
  .list.photo .photo-page-container #gallery-thumbnails .gallery-item {
    flex: 1 0 47%;
  }
}
.form .float-clear {
  clear: left;
}
.form .text-right {
  text-align: right;
}
.form .text-left {
  text-align: left;
}
.form .form-control {
  border-radius: 0;
}
.form .form-header {
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 12px;
}
.form .field-validation-error {
  color: red;
}
.form .form-page-container {
  background: white;
  padding: 15px;
  line-height: 2;
}
.form .form-line {
  padding: 10px;
  clear: both;
  padding: 10px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  width: -moz-available;
  position: relative;
}
.form .form-line:hover .form-description-indicator {
  display: block;
}
.form .form-line .form-input {
  flex: 3;
}
.form .form-input-wide {
  flex: 0 0 100%;
}
.form .form-input-wide .form-error-message {
  bottom: -5px;
  font-size: 11px;
  position: relative;
  z-index: 900;
  left: auto;
  top: auto;
  color: #333;
  padding: 3px;
  max-width: 100%;
  padding-bottom: 3px;
  font-size: 12px;
  border: none;
  -moz-box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  -webkit-box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  -moz-border-radius: 6px 6px;
  -webkit-border-radius: 6px 6px;
  box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  border-radius: 6px 6px;
  background: #FCC;
}
.form .form-fields {
  float: right;
  width: 50%;
  white-space: nowrap;
}
.form .form-description {
  -moz-border-radius: 6px 6px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 6px 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: absolute;
  left: 7px;
  max-width: 150px;
  top: 6px;
  border: 4px solid #ccc;
  -webkit-border-radius: 6px 6px;
  -webkit-box-shadow: 0px 2px 4px #666;
  -moz-border-radius: 6px 6px;
  -moz-box-shadow: 0px 2px 4px #666;
  border-radius: 6px 6px;
  box-shadow: 0px 2px 4px #666;
  background: #f5f5f5;
  white-space: normal;
}
.form .context-menu-back {
  -moz-border-radius: 4px 4px;
  -moz-box-shadow: -1px 7px 15px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px 4px;
  -webkit-box-shadow: -1px 7px 15px rgba(0, 0, 0, 0.5);
  border-radius: 4px 4px;
  box-shadow: -1px 7px 15px rgba(0, 0, 0, 0.5);
}
.form .context-menu-item {
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
  border-radius: 3px 3px;
}
.form .context-menu-item:hover {
  -moz-box-shadow: 0 1px 2px #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
}
.form .fullscreen .title-bar {
  list-style: none;
  list-style-position: outside;
  margin: 0px;
  font-size: 12px;
  direction: ltr;
}
.form .fullscreen > #content {
  list-style: none;
  list-style-position: outside;
  margin: 0px;
  font-size: 12px;
  direction: ltr;
}
.form .fullscreen .form-all {
  list-style: none;
  list-style-position: outside;
  margin: 0px;
  font-size: 12px;
  direction: ltr;
}
.form .form-captcha {
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 6px;
  width: 152px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 4px 4px;
}
.form .form-captcha:hover {
  border: 1px solid #aaa;
}
.form .form-captcha-image {
  border: 1px solid #aaa;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 4px 4px;
}
.form .form-collapse-table {
  height: 58px;
  border: 1px solid #ccc;
  background: #f5f5f5 url(../images/soft-grad.png) repeat-x;
  position: relative;
}
.form .form-list {
  padding: 3px;
  border: 1px solid #CCC;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.form .form-list option {
  padding: 2px;
}
.form .form-list option:nth-child(2n+1) {
  background: #f5f5f5;
}
.form .form-textarea-limit > span {
  display: inline-block;
}
.form .form-textarea-limit textarea {
  overflow: auto;
}
.form .form-textarea-limit textarea:focus {
  outline: none !important;
}
.form .form-textarea-limit-indicator {
  color: #666;
  font-size: 9px;
  margin-top: -1px;
  padding: 2px;
  text-align: left;
}
.form .form-textarea-limit-indicator-error {
  background: #FAA;
  color: #fff;
}
.form .form-collapse-mid {
  text-shadow: 0px 2px 0px #fff;
  float: right;
  font-size: 18px;
  margin: 16px 20px 16px 45px;
}
.form .form-product-item {
  display: inline-block;
  padding: 5px 10px 5px 5px;
  position: relative;
}
.form .form-product-item:hover {
  background: #f5f5f5;
  color: #000;
}
.form .form-product-image {
  margin: 5px;
  margin-right: 10px;
}
.form .form-product-image-with-options {
  margin: 5px;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
}
.form .form-radio {
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
.form .form-checkbox {
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
.form .form-radio-item {
  margin-top: 5px;
  float: left;
}
.form .form-radio-item label {
  margin-left: 5px;
}
.form .form-radio-item br {
  clear: left;
}
.form .form-checkbox-item {
  margin-top: 5px;
  float: left;
}
.form .form-checkbox-item label {
  margin-left: 5px;
}
.form .form-checkbox-item br {
  clear: left;
}
.form .form-multiple-column .form-check {
  float: left;
  margin-right: 1rem;
  min-width: 150px;
}
.form .form-single-column {
  display: inline-block;
}
.form .form-single-column .clearfix {
  display: inline-block;
  display: block;
}
.form .form-submit-button::-moz-focus-inner {
  border: 0px;
  padding: 1px 6px;
}
.form .form-submit-reset::-moz-focus-inner {
  border: 0px;
  padding: 1px 6px;
}
.form .form-submit-print::-moz-focus-inner {
  padding: 0px 6px;
}
.form .form-submit-print img {
  margin-left: -5px;
  margin-right: 5px;
  margin-top: -3px;
}
.form .form-submit-button-img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.form .form-collapse-right {
  position: absolute;
  left: 0px;
  height: 58px;
  width: 40px;
}
.form .form-collapse-right-show {
  background: url(../images/arrow-open.png) no-repeat center;
}
.form .form-collapse-right-hide {
  background: url(../images/arrow-closed.png) no-repeat center;
}
.form .form-collapse-hidden {
  display: none;
}
.form .form-grading-item {
  margin-bottom: 3px;
}
.form .form-header {
  margin: 0px 10px 20px;
}
.form .form-subHeader {
  font-style: italic;
}
.form .form-label {
  flex: 1;
}
.form .form-label-right {
  text-align: left;
  padding: 3px;
  white-space: normal;
}
.form .form-label-left {
  text-align: left;
  margin-left: 6px;
  margin-bottom: 6px;
  padding: 3px;
  white-space: normal;
}
.form .form-section {
  list-style: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
  position: relative;
  zoom: 1;
}
.form .form-section-closed {
  list-style: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
  position: relative;
  zoom: 1;
  overflow: hidden;
  height: 60px;
}
.form .form-line-column {
  flex: 0 0 33.3%;
  flex-direction: column;
}
.form .form-line-column .form-input {
  display: inline-block;
  min-width: 100%;
}
.form .form-line-column .form-input .form-error-message {
  bottom: -5px;
  font-size: 11px;
  position: relative;
  z-index: 900;
  left: auto;
  top: auto;
  color: #333;
  padding: 3px;
  max-width: 100%;
  padding-bottom: 3px;
  font-size: 12px;
  border: none;
  -moz-box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  -webkit-box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  -moz-border-radius: 6px 6px;
  -webkit-border-radius: 6px 6px;
  box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  border-radius: 6px 6px;
  background: #FCC;
}
.form .form-line-column-clear {
  clear: left;
  width: auto;
}
.form .form-line-active {
  background-color: #FFFFE0;
  color: #333;
}
.form .form-line-active .form-error-message {
  display: none;
}
.form .form-line-active .form-description-indicator {
  display: block;
}
.form .form-matrix-table {
  border-collapse: collapse;
  font-size: 10px;
}
.form .form-matrix-column-headers {
  border: 1px solid #ccc;
  background: #ddd;
}
.form .form-matrix-row-headers {
  border: 1px solid #ccc;
  background: #ddd;
}
.form .form-matrix-values {
  border: 1px solid #ccc;
  background: #f5f5f5;
}
.form .form-pagebreak-back-container {
  float: right;
  padding: 10px;
  padding-top: 14px;
}
.form .form-pagebreak-next-container {
  float: right;
  padding: 10px;
  padding-top: 14px;
  padding-right: 0px;
}
.form .form-pagebreak-back {
  -webkit-border-radius: 5px 5px;
  -webkit-box-shadow: 0px 1px 2px #aaa;
  -moz-border-radius: 5px 5px;
  -moz-box-shadow: 0px 1px 2px #aaa;
  border-radius: 5px 5px;
  box-shadow: 0px 1px 2px #aaa;
  border: 1px solid #999;
  background: #ddd;
  padding: 5px;
  margin: 0px;
  font-size: 14px;
}
.form .form-pagebreak-next {
  -webkit-border-radius: 5px 5px;
  -webkit-box-shadow: 0px 1px 2px #aaa;
  -moz-border-radius: 5px 5px;
  -moz-box-shadow: 0px 1px 2px #aaa;
  border-radius: 5px 5px;
  box-shadow: 0px 1px 2px #aaa;
  border: 1px solid #999;
  background: #ddd;
  padding: 5px;
  margin: 0px;
  font-size: 14px;
  margin: 0 20px 0 0;
}
.form .form-required {
  margin-right: 5px;
  color: red;
}
.form .form-scale-table {
  font-size: 12px;
}
.form .form-scale-table th {
  border-bottom: 1px solid #ccc;
  color: #999;
}
.form .form-product-details {
  font-size: 9px;
  color: #999;
  font-style: italic;
}
.form .form-address-table {
  width: 330px;
}
.form .form-address-table td {
  padding-bottom: 10px;
}
.form .form-address-table th {
  padding-bottom: 10px;
}
.form .form-address-table select {
  width: 150px;
}
.form .form-address-line {
  width: 310px;
}
.form .form-address-city {
  width: 144px;
}
.form .form-address-state {
  width: 144px;
}
.form .form-button-error {
  color: red;
  display: inline;
}
.form .form-line-error {
  background: #FAA;
  color: #333;
}
.form .form-validation-error {
  border: 1px solid red;
  -moz-box-shadow: 0 0 2px red;
  -webkit-box-shadow: 0 0 2px red;
  box-shadow: 0 0 2px red;
}
.form .form-validation-error.form-input {
  border: none;
}
.form .form-error-message {
  z-index: 900;
  position: absolute;
  max-width: 130px;
  left: 0px;
  top: 0px;
  color: #333;
  padding: 3px;
  font-size: 10px;
  border: 4px solid #d88;
  -webkit-box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  -webkit-border-radius: 6px 6px;
  -moz-box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  -moz-border-radius: 6px 6px;
  box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  border-radius: 6px 6px;
  background: #FCC;
}
.form .form-error-arrow {
  position: absolute;
  top: -20px;
  right: 10px;
  height: 0px;
  width: 0px;
  border: 10px solid transparent;
  border-bottom-color: #666;
  border-bottom: 10px solid rgba(102, 102, 102, 0.3);
}
.form .form-error-arrow-inner {
  position: absolute;
  top: 1px;
  height: 0px;
  width: 0px;
  border: 10px solid transparent;
  border-bottom-color: #FCC;
  border-bottom-width: 11px;
  right: -10px;
  top: -10px;
}
.form .form-description-content {
  padding: 10px;
  font-size: 10px;
  color: #333;
}
.form .form-description-arrow {
  border-color: transparent transparent transparent #CCC;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0;
  right: -24px;
  top: 7px;
  position: absolute;
}
.form .form-description-arrow-small {
  border-color: transparent transparent transparent #F5F5F5;
  border-style: solid;
  border-width: 7px;
  height: 0;
  width: 0;
  right: -14px;
  top: 10px;
  position: absolute;
}
.form .right {
  left: 33px !important;
}
.form .right .form-description-arrow {
  border-color: transparent #CCC transparent transparent;
  right: auto;
  left: -24px;
}
.form .right .form-description-arrow-small {
  border-color: transparent #F5F5F5 transparent transparent;
  right: auto;
  left: -14px;
}
.form .form-description-indicator {
  display: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  background: url(../images/s-info.png) no-repeat center;
}
.form .form-autocomplete-list {
  font-family: IranSansWeb_Light, tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #333;
  background: rgba(26, 58, 81, 0.8);
  border: 1px solid #eee;
  border-top: none;
  padding: 5px 0;
  -moz-border-radius-bottomleft: 10px 10px;
  -moz-border-radius-bottomright: 10px 10px;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
  -webkit-border-bottom-left-radius: 10px 10px;
  -webkit-border-bottom-right-radius: 10px 10px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
  -moz-border-radius-bottomleft: 10px 10px;
  -moz-border-radius-bottomright: 10px 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
}
.form .form-autocomplete-list-item {
  margin: 0 5px;
  border: 1px solid transparent;
  color: #fff;
  padding: 3px;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  text-shadow: -1px 1px 3px #000;
  cursor: pointer;
}
.form .form-autocomplete-list-item:hover {
  -moz-box-shadow: 0 0 4px #333;
  -webkit-box-shadow: 0 0 4px #333;
  box-shadow: 0 0 4px #333;
  border: 1px solid #1a3a51;
  background: #4295D1;
  border: 1px solid #ccc;
}
.form .form-autocomplete-list-item-selected {
  -moz-box-shadow: 0 0 4px #333;
  -webkit-box-shadow: 0 0 4px #333;
  box-shadow: 0 0 4px #333;
  border: 1px solid #1a3a51;
  background: #4295D1;
}
.form .form-sub-label-container {
  display: inline-block;
  margin-left: 5px;
  white-space: nowrap;
}
.form .form-sub-label {
  color: #999;
  display: block;
  font-size: 9px;
}
.form .form-html {
  padding: 3px;
}
.form .form-radio-other-input {
  margin-right: 5px;
}
.form .form-spinner-input-td {
  white-space: normal;
}
.form .form-spinner-input-td input[type=number]::-webkit-inner-spin-button {
  display: none;
}
.form .form-spinner-input-td input[type=number]::-webkit-outer-spin-button {
  display: none;
}
.form .form-submit-btn .form-input-right {
  text-align: right;
}
.form .form-submit-btn .form-input-left {
  text-align: left;
}
.form .form-submit-btn .form-input-center {
  text-align: center;
}
.form .print .form-submit-reset {
  display: none;
}
.form .print .form-submit-print {
  display: none;
}
.form .print .form-submit-button {
  display: none;
}
@media only screen and (max-device-width: 550px) {
  .form .form-all {
    width: auto !important;
  }
  .form .form-label-left {
    float: none;
    display: block;
  }
  .form .form-buttons-wrapper {
    margin: 5px !important;
    text-align: center;
  }
  .form .form-submit-print {
    display: none;
  }
  .form .form-textarea {
    width: 99% !important;
    border: 1px solid #555;
    padding: 4px;
    -webkit-border-radius: 5px 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    -moz-border-radius: 5px 5px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    border-radius: 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
  }
  .form .form-textbox {
    border: 1px solid #555;
    padding: 4px;
    -webkit-border-radius: 5px 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    -moz-border-radius: 5px 5px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    border-radius: 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
  }
  .form .form-dropdown {
    border: 1px solid #555;
    padding: 4px;
    -webkit-border-radius: 5px 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    -moz-border-radius: 5px 5px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    border-radius: 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
  }
  .form .form-list {
    border: 1px solid #555;
    padding: 4px;
    -webkit-border-radius: 5px 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    -moz-border-radius: 5px 5px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    border-radius: 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
  }
  .form .form-address-table {
    width: 300px;
  }
  .form .form-address-table td {
    padding-bottom: 10px;
  }
  .form .form-address-table th {
    padding-bottom: 10px;
  }
  .form .form-address-table select {
    width: 120px;
  }
  .form .form-address-line {
    width: 280px;
  }
  .form .form-address-city {
    width: 130px;
  }
  .form .form-address-state {
    width: 130px;
  }
  .form .form-spinner {
    border-collapse: inherit !important;
    border: 1px solid #555 !important;
    -webkit-border-radius: 5px 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    -moz-border-radius: 5px 5px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    border-radius: 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
  }
  .form .form-spinner-up {
    padding: 0 8px !important;
    border: none !important;
    border-right: 1px solid #555 !important;
    -moz-border-radius-topleft: 5px 5px;
    -webkit-border-top-left-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-bottom: 1px solid #555 !important;
  }
  .form .form-spinner-down {
    padding: 0 8px !important;
    border: none !important;
    border-right: 1px solid #555 !important;
    -moz-border-radius-bottomleft: 5px 5px;
    -webkit-border-bottom-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
  }
  .form .form-spinner-input-td {
    padding-left: 6px !important;
  }
  .form .form-spinner-input-td input {
    padding: 4px !important;
    background: none;
  }
  .form .form-sub-label-container img[id*=pick] {
    width: 25px;
  }
  .form div.form-pagebreak .form-label-left {
    display: inline-block !important;
    float: right;
  }
  .form .form-submit-button {
    font-size: 11px;
    line-height: 30px;
  }
  .form .form-submit-reset {
    font-size: 11px;
    line-height: 30px;
  }
  .form .form-captcha {
    border: 1px solid #555;
  }
  .form .form-captcha input {
    width: 120px !important;
  }
}
@media only print {
  .form .form-submit-reset {
    display: none;
  }
  .form .form-submit-print {
    display: none;
  }
  .form .form-submit-button {
    display: none;
  }
}

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

.detail-dscp a {
  color: rgb(112, 48, 160);
  font-weight: bold;
}

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

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

.direct-payment hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  background: transparent;
  opacity: 1;
}
.direct-payment .main-title, .direct-payment h1 {
  color: var(--bs-primary);
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.direct-payment .page-content {
  text-align: justify;
}
.direct-payment .page-content a {
  color: var(--bs-primary);
}
.direct-payment .catalogue-download {
  background-color: var(--bs-primary);
  color: #fff;
  text-align: center;
  margin: 15px 0;
}
.direct-payment .catalogue-download a {
  display: block;
  font-size: 1rem;
  color: #fff !important;
}
.direct-payment .direct-payment-container {
  background: white;
  padding: 15px;
  line-height: 2;
}
.direct-payment .direct-payment-container .getway-container {
  margin-bottom: 5px;
}
.direct-payment .direct-payment-container .getway-container .getway-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid var(--bs-border-color);
  margin-right: 5px;
  margin-bottom: 5px;
  filter: grayscale(1);
}
.direct-payment .direct-payment-container .getway-container .getway-item.active {
  filter: grayscale(0);
}
.direct-payment .direct-payment-container .getway-container .getway-item img {
  width: 80px;
}
.direct-payment .direct-payment-container .vue-recaptcha {
  margin-top: 40px;
}
.direct-payment .direct-payment-container .vue-recaptcha div {
  text-align: center;
  margin: 0 auto;
}
.direct-payment .direct-payment-container .rate {
  float: right;
  margin-top: 12px;
}
.direct-payment .direct-payment-container .sub-menu-item {
  margin-bottom: 15px;
}
.direct-payment .direct-payment-container .sub-menu-item .img-container {
  text-align: center;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
  background: #fff;
  display: block;
}
.direct-payment .direct-payment-container .sub-menu-item .img-container img {
  transform: scale(1) rotate(0);
  transition: 0.3s all;
}
.direct-payment .direct-payment-container .sub-menu-item .title {
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  font-size: 0.9rem;
}
.direct-payment .direct-payment-container .sub-menu-item .title a {
  color: var(--bs-primary);
}
.direct-payment .direct-payment-container .sub-menu-item:hover .title a {
  color: var(--bs-primary);
}
.direct-payment .direct-payment-container .sub-menu-item:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.direct-payment .direct-payment-container h2 {
  font-size: 1.8rem;
}
.direct-payment .direct-payment-container h3 {
  font-size: 24px;
}
.direct-payment .direct-payment-container table td a {
  color: white;
  display: block;
}
.direct-payment .direct-payment-container ul.sub-menu-item-container {
  flex-direction: column;
}
.direct-payment .direct-payment-container ul.sub-menu-item-container a {
  color: var(--bs-primary);
}

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

@media (max-width: 992px) {
  .tag.list .items .item {
    height: 50px;
  }
  .tag.list .items .item img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .tag.list .items .item {
    float: left;
    width: 100% !important;
  }
  .tag.list .items .item img {
    display: none;
  }
}
