@font-face {
  font-family: "iranyekan";
  font-weight: normal;
  src: url("../fonts/iranyekanwebregularfanum.woff") format("woff");
}

@font-face {
  font-family: "iranyekan";
  font-weight: bold;
  src: url("../fonts/iranyekanwebboldfanum.woff") format("woff");
}
body {
  color: #424242;
}
ol {
  padding-right: 24px;
}
.not-scroll {
  overflow: hidden !important;
  height: 100vh;
}
html {
  scroll-behavior: smooth !important;
}
.modal .modal-content {
  border: none;
  border-radius: 8px;
}

.modal .modal-content video {
  width: 95%;
}

.modal .modal-content .modal-header {
  border: none;
}

.modal .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal .modal-content .modal-body {
  padding: 1rem !important;
}

.modal .modal-content .modal-body .gray {
  color: #6c757e;
}

.modal .modal-content .modal-body .margin-modal {
  margin: 0 75px;
}

.modal .modal-content .modal-body .social-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #323232;
  text-align: right !important;
  margin-top: 16px;
  border-radius: 8px;
  height: 65px;
  border: 1px solid #e7e7e7;
  background-color: #f8f9fa;
}
.modal .modal-content .modal-body .social-btn span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-content .modal-body .col-6:nth-child(1) .social-btn span {
  background-color: #40CE50;
}
.modal .modal-content .modal-body .col-6:nth-child(2) .social-btn span {
  background-color: #0181C2;
}
.modal .modal-content .modal-body .col-6:nth-child(3) .social-btn span {
  background-color: #F24040;
}
.modal .modal-content .modal-body .col-6:nth-child(4) .social-btn span {
  background-color: #1D99E6;
}

.modal .modal-content .modal-body .social-btn span img {
  width: 26px;
  filter: brightness(0) invert(1);
}

.modal .modal-content .modal-body .social-btn svg {
  position: relative;
  right: -4px;
}

.modal .modal-content .modal-body .social-btn .msg {
  width: 36px;
  right: 13px;
  top: 10px;
  position: absolute;
}

.modal .modal-content .modal-body .social-btn:hover {
  background-color: #f6f6f6;
}

.modal .modal-content .modal-footer {
  border: none;
  padding: 0.75rem 0.75rem 1.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal .modal-content .btn-gray-footer {
  padding: 0 !important;
}

.modal .modal-content .btn-gray-footer .btn {
  padding: 11px;
  width: 100%;
  margin: 0 !important;
  border-radius: 0 !important;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.modal .modal-content .btn-gray-footer .btn svg {
  vertical-align: middle;
  margin-left: 5px;
}

.modal .modal-content h3,
.modal .modal-content h4,
.modal .modal-content h5 {
  color: #231f20;
  margin: 3px auto 0;
}

.modal .modal-content p {
  font-size: 1.3rem;
}

.modal .modal-content .delete {
  width: 95px;
}

.modal .modal-content .mail-svg {
  width: 200px;
  margin-top: -30px;
}

.modal .modal-content .mail {
  padding: 0 4rem;
}

.modal .modal-content .mail span {
  color: #6c757e;
  font-size: 13px;
}

.modal .modal-content .mail .form-control {
  direction: ltr;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
}

.modal .modal-content .mail .form-control:focus {
  border: 1px solid #c0c0c0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal .modal-content .btn {
  font-size: 16px;
  padding: 10px 32px;
  border-radius: 1.25rem;
  border: none;
}

.modal .modal-content .btn-success {
  background-color: #12d672;
}

.modal .modal-content .btn-success:hover {
  background-color: #0e9b52;
}

.modal .modal-content .btn-danger {
  background-color: #ef394e;
}

.modal .modal-content .btn-danger:hover {
  background-color: #ce3143;
}

.modal .modal-content .btn-secondary {
  background-color: #b5b5b5;
}

.modal .modal-content .btn-secondary:hover {
  background-color: #a0a0a0;
}

.modal .modal-content .btn-warning {
  background-color: #feb632;
  color: #fff;
  padding: 0.4rem 2.85rem;
}

.modal .modal-content .btn-warning:hover {
  background-color: #e2a430;
}

.modal .modal-content .btn-primary {
  background-color: #13273f;
}

.modal .modal-content .btn-primary:hover {
  background-color: #0f1d2e;
}

.modal .modal-content .btn-gray {
  background-color: #707070;
  color: #fff;
}

.modal .modal-content .btn-gray:hover {
  background-color: #636262;
}

.modal .sort-select {
  padding: 0 10px;
}

.modal .social-items {
  padding: 0 20px;
}

.modal.address-modal .btn-green-little, .modal.comment-add .btn-green-little {
  width: 90px;
  background-color: #1ca345;
  position: relative;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  text-align: right;
}

.modal.address-modal .btn-green-little .upload-icon, .modal.comment-add .btn-green-little .upload-icon {
  position: static;
  width: 25px;
  margin-left: 5px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.modal.address-modal .btn-green-little svg, .modal.comment-add .btn-green-little svg {
  position: absolute;
  top: 0.9rem;
  left: 0.8rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.form-select {
  font-size: 16px !important;
}
.form-select:active,
.form-select:focus{
  box-shadow: none;
  border-color: var(--theme-color);
  outline: 4px solid rgba(251,52,73,0.25);
}
.modal.address-modal .btn-green-little:hover, .modal.comment-add .btn-green-little:hover {
  background-color: #1a8a3c;
}

.modal.address-modal .modal-title, .modal.comment-add .modal-title {
  margin-right: 0;
}

.modal.address-modal .modal-header, .modal.comment-add .modal-header {
  border-bottom: 1px solid #e1e1e1;
}

.modal.address-modal .modal-footer, .modal.comment-add .modal-footer {
  border-top: 1px solid #e1e1e1;
}

.modal.address-modal .modal-footer .open-map, .modal.comment-add .modal-footer .open-map {
  color: var(--theme-color);
}

.modal.address-modal .modal-footer .open-map:hover, .modal.comment-add .modal-footer .open-map:hover {
  color: var(--theme-color-hover);
}

.modal.address-modal .modal-footer .btn-default, .modal.comment-add .modal-footer .btn-default {
  position: relative;
  width: 130px;
  font-size: 14px;
  padding: 10px;
  border-radius: 8px;
  text-align: right;
}

.modal.address-modal .modal-footer .btn-default svg, .modal.comment-add .modal-footer .btn-default svg {
  position: absolute;
  top: 0.9rem;
  left: 0.8rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal.address-modal .modal-body, .modal.comment-add .modal-body {
  padding: 0 1rem !important;
}

.modal.address-modal .modal-body .form-select, .modal.comment-add .modal-body .form-select {
  background-position: left 0.75rem center;
  cursor: pointer;
}

.modal.address-modal .modal-body .form-text, .modal.comment-add .modal-body .form-text {
  color: #a8a8a8;
  font-size: 0.775em;
  margin-top: 4px;
}

.modal.address-modal .modal-body .text-color, .modal.comment-add .modal-body .text-color {
  color: var(--theme-color);
  font-size: 14px;
}

.modal.address-modal .modal-body .form-control,
.modal.address-modal .modal-body .form-select, .modal.comment-add .modal-body .form-control,
.modal.comment-add .modal-body .form-select {
  font-size: 13px;
  background-color: #f8f8f8;
  border-radius: 8px;
  border-color: #ebebeb;
  margin-top: 6px;
  padding: 10px;
}

.modal.address-modal .modal-body .form-control:focus,
.modal.address-modal .modal-body .form-select:focus, .modal.comment-add .modal-body .form-control:focus,
.modal.comment-add .modal-body .form-select:focus {
  border-color: #b8b8b8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal.address-modal .modal-body .form-control:active,
.modal.address-modal .modal-body .form-select:active, .modal.comment-add .modal-body .form-control:active,
.modal.comment-add .modal-body .form-select:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal.address-modal .modal-body .text-gray, .modal.comment-add .modal-body .text-gray {
  color: #919191;
  font-size: 17px;
}

.modal.address-modal .modal-body span, .modal.comment-add .modal-body span {
  margin-top: 10px;
  display: block;
  text-align: center;
  color: #777777;
}

.modal.address-modal .modal-body .mt-cst, .modal.comment-add .modal-body .mt-cst {
  margin-top: 30px;
}

.modal.address-modal .modal-body .btn-default, .modal.comment-add .modal-body .btn-default {
  position: relative;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  border-radius: 8px;
  text-align: right;
}

.modal.address-modal .modal-body .btn-default .upload-icon, .modal.comment-add .modal-body .btn-default .upload-icon {
  position: static;
  width: 25px;
  margin-left: 5px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.modal.address-modal .modal-body .btn-default svg, .modal.comment-add .modal-body .btn-default svg {
  position: absolute;
  top: 0.9rem;
  left: 0.8rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal.address-modal .btn-green, .modal.comment-add .btn-green {
  width: 120px !important;
  background-color: #1ca345;
}

.modal.address-modal .btn-green:hover, .modal.comment-add .btn-green:hover {
  background-color: #1a8a3c;
}

.modal.address-modal .info, .modal.comment-add .info {
  position: absolute;
  left: 1rem;
  margin-top: -5px;
}

.modal.address-modal .btn-delete, .modal.comment-add .btn-delete {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
  padding-top: 9px;
  margin-left: 8px;
}

.modal.address-modal .btn-delete:hover, .modal.comment-add .btn-delete:hover {
  background: var(--theme-color);
}

.modal.address-modal .btn-delete:hover svg path:nth-child(1), .modal.address-modal .btn-delete:hover svg path:nth-child(2), .modal.address-modal .btn-delete:hover svg path:nth-child(3), .modal.address-modal .btn-delete:hover svg path:nth-child(4),
.modal.address-modal .btn-delete:hover svg rect:nth-child(1),
.modal.address-modal .btn-delete:hover svg rect:nth-child(2),
.modal.address-modal .btn-delete:hover svg rect:nth-child(3),
.modal.address-modal .btn-delete:hover svg rect:nth-child(4), .modal.comment-add .btn-delete:hover svg path:nth-child(1), .modal.comment-add .btn-delete:hover svg path:nth-child(2), .modal.comment-add .btn-delete:hover svg path:nth-child(3), .modal.comment-add .btn-delete:hover svg path:nth-child(4),
.modal.comment-add .btn-delete:hover svg rect:nth-child(1),
.modal.comment-add .btn-delete:hover svg rect:nth-child(2),
.modal.comment-add .btn-delete:hover svg rect:nth-child(3),
.modal.comment-add .btn-delete:hover svg rect:nth-child(4) {
  fill: #fff;
}

.modal.comment-add ul li {
  font-family: "iranyekan";
  font-weight: bold;
  margin: 5px 0;
}

.modal.comment-add ul li span {
  font-family: "iranyekan";
  display: inline-block !important;
  margin: 0 0 0 5px !important;
}

.modal.map-modal .modal-title {
  margin-right: 0;
}

.modal.map-modal .modal-footer {
  border-top: 1px solid #e1e1e1;
}

.modal.map-modal .modal-footer p {
  color: #6c757e;
  font-size: 15px;
}

.modal.map-modal .modal-footer .btn-default {
  position: relative;
  width: 130px;
  font-size: 14px;
  padding: 10px;
  border-radius: 8px;
  text-align: right;
}

.modal.map-modal .modal-footer .btn-default svg {
  position: absolute;
  top: 0.9rem;
  left: 0.8rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal.map-modal .modal-body {
  padding: 0 1rem !important;
}

.modal.map-modal iframe {
  width: 100%;
  height: 300px;
}

.modal.map-modal .search-box {
  position: relative;
  top: 20px;
  margin-bottom: -40px;
  z-index: 10;
}

.modal.map-modal .search-box .form-control {
  width: 90%;
  margin: 0 auto;
  padding: 0.375rem 0.75rem 0.375rem 2.6rem;
  border: 1px solid #01a1b9;
}

.modal.map-modal .search-box a {
  position: absolute;
  left: 30px;
  top: 9px;
}

.modal.list-modal .modal-title {
  margin-right: 0;
}

.modal.list-modal .modal-header {
  border-bottom: 1px solid #e1e1e1;
}

.modal.list-modal .modal-body {
  padding: 0 1rem !important;
}

.modal.list-modal p {
  color: #060606;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: -10px;
}

.modal.list-modal .form-check .form-check-input {
  float: right;
  margin-left: 8px;
  margin-top: 4px;
}

.modal.list-modal .form-check-label {
  display: inline-block;
  margin-top: 4px;
}

.modal.list-modal .btn-add-list {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: "iranyekan";
  font-weight: bold;
  background: #fafafa;
  color: #1ca345;
  margin-top: 25px;
  padding: 12px 40px;
  text-align: right;
  border: 2px dashed #dddddd;
  border-radius: 8px;
}

.modal.list-modal .btn-add-list svg {
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal.list-modal .btn-add-list:hover {
  background: #f5f5f5;
}

.modal.list-modal .btn-green {
  width: 90px;
  background-color: #1ca345;
  position: relative;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  text-align: right;
}

.modal.list-modal .btn-green .upload-icon {
  position: static;
  width: 25px;
  margin-left: 5px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.modal.list-modal .btn-green svg {
  position: absolute;
  top: 0.9rem;
  left: 0.8rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal.list-modal .btn-green:hover {
  background-color: #1a8a3c;
}

.modal.list-modal ul li {
  position: relative;
  padding: 12px;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}

.modal.list-modal ul li label {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.modal.list-modal ul li .form-check-input:checked {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

.modal.list-modal ul li .form-check-input:focus, .modal.list-modal ul li .form-check-input:active {
  border-color: var(--theme-color) !important;
}

.modal.address-choose-modal .modal-title {
  margin-right: 0;
}

.modal.address-choose-modal .modal-header {
  border-bottom: 1px solid #e1e1e1;
}

.modal.address-choose-modal .modal-body {
  padding: 0 1rem !important;
}

.modal.address-choose-modal .box {
  background: #fff;
  margin-top: 15px;
  padding: 20px 15px;
  border: 2px solid #dedede;
  border-radius: 8px;
}

.modal.address-choose-modal .box.active-add {
  border-color: #1ca345;
}

.modal.address-choose-modal .box:hover {
  border-color: #1ca345;
}

.modal.address-choose-modal label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  cursor: pointer;
}

.modal.address-choose-modal .form-check-input {
  margin-top: -1px;
  margin-left: 10px;
}

.modal.address-choose-modal .form-check-input:checked {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

.modal.address-choose-modal .form-check-input:focus, .modal.address-choose-modal .form-check-input:active {
  border-color: var(--theme-color) !important;
}

.modal.address-choose-modal .address {
  position: relative;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  background: #fafafa;
  padding: 0;
}

.modal.address-choose-modal .address ul li {
  min-width: 20%;
  display: inline-block;
  padding: 10px 15px;
}

.modal.address-choose-modal .address ul li:last-child {
  border-left: none;
}

.modal.address-choose-modal .address ul li span:first-child {
  display: block;
  color: #707070;
  font-size: 14px;
  margin-bottom: 10px;
}

.modal.address-choose-modal .address ul li span.black {
  color: #323232;
}

.modal.address-choose-modal .address ul li span.red {
  font-family: "iranyekan";
  font-weight: bold;
  color: var(--theme-color);
}

.modal.address-choose-modal .address .block_div {
  padding: 15px;
}

.modal.address-choose-modal .address .block_div span {
  color: #707070;
}

.modal.address-choose-modal .address .block_div span.red {
  font-family: "iranyekan";
  font-weight: bold;
  color: var(--theme-color);
  margin-right: 3px;
}

.modal.address-choose-modal .address .block_div span.black {
  display: inline;
  color: #323232;
  margin-top: 12px;
  line-height: 24px;
}

.modal.address-choose-modal .address .block_div:first-of-type {
  border-bottom: 1px solid #f1f1f1;
}

.modal.address-choose-modal .address .block_div a,
.modal.address-choose-modal .address .block_div button {
  position: absolute;
  top: 11px;
  left: 80px;
  z-index: 90;
  width: 30px;
  height: 30px;
  background: #ffc001;
  text-align: center;
  border-radius: 50%;
}

.modal.address-choose-modal .address .block_div a:hover,
.modal.address-choose-modal .address .block_div button:hover {
  background: #daa301;
}

.modal.address-choose-modal .address .block_div a.btn-green,
.modal.address-choose-modal .address .block_div button.btn-green {
  width: auto;
  height: auto;
  background-color: #1ca345;
  padding: 4px 15px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-radius: 8px;
  left: 5px;
}

.modal.address-choose-modal .address .block_div a.btn-green:hover,
.modal.address-choose-modal .address .block_div button.btn-green:hover {
  background-color: #13612a;
}

.modal.address-choose-modal .address .block_div a.delete,
.modal.address-choose-modal .address .block_div button.delete {
  left: 115px;
  background: #e1e1e1;
}

.modal.address-choose-modal .address .block_div a.delete svg path,
.modal.address-choose-modal .address .block_div button.delete svg path {
  fill: #6c757e;
}

.modal.address-choose-modal .address .block_div a.delete svg rect:nth-child(1), .modal.address-choose-modal .address .block_div a.delete svg rect:nth-child(2), .modal.address-choose-modal .address .block_div a.delete svg rect:nth-child(3), .modal.address-choose-modal .address .block_div a.delete svg rect:nth-child(4),
.modal.address-choose-modal .address .block_div button.delete svg rect:nth-child(1),
.modal.address-choose-modal .address .block_div button.delete svg rect:nth-child(2),
.modal.address-choose-modal .address .block_div button.delete svg rect:nth-child(3),
.modal.address-choose-modal .address .block_div button.delete svg rect:nth-child(4) {
  fill: #6c757e;
}

.modal.address-choose-modal .address .block_div a.delete:hover,
.modal.address-choose-modal .address .block_div button.delete:hover {
  background: var(--theme-color);
}

.modal.address-choose-modal .address .block_div a.delete:hover svg path:nth-child(1), .modal.address-choose-modal .address .block_div a.delete:hover svg path:nth-child(2), .modal.address-choose-modal .address .block_div a.delete:hover svg path:nth-child(3), .modal.address-choose-modal .address .block_div a.delete:hover svg path:nth-child(4),
.modal.address-choose-modal .address .block_div a.delete:hover svg rect:nth-child(1),
.modal.address-choose-modal .address .block_div a.delete:hover svg rect:nth-child(2),
.modal.address-choose-modal .address .block_div a.delete:hover svg rect:nth-child(3),
.modal.address-choose-modal .address .block_div a.delete:hover svg rect:nth-child(4),
.modal.address-choose-modal .address .block_div button.delete:hover svg path:nth-child(1),
.modal.address-choose-modal .address .block_div button.delete:hover svg path:nth-child(2),
.modal.address-choose-modal .address .block_div button.delete:hover svg path:nth-child(3),
.modal.address-choose-modal .address .block_div button.delete:hover svg path:nth-child(4),
.modal.address-choose-modal .address .block_div button.delete:hover svg rect:nth-child(1),
.modal.address-choose-modal .address .block_div button.delete:hover svg rect:nth-child(2),
.modal.address-choose-modal .address .block_div button.delete:hover svg rect:nth-child(3),
.modal.address-choose-modal .address .block_div button.delete:hover svg rect:nth-child(4) {
  fill: #fff;
}

.modal.address-choose-modal .address .block_div a svg,
.modal.address-choose-modal .address .block_div button svg {
  width: 17px;
}

.modal.address-choose-modal .address .block_div a svg path,
.modal.address-choose-modal .address .block_div button svg path {
  fill: #fff;
}

.modal.address-choose-modal .address .block_div a:hover svg path,
.modal.address-choose-modal .address .block_div button:hover svg path {
  fill: #fff;
}

.modal.address-choose-modal .address ul {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.modal.address-choose-modal .address ul li {
  min-width: 49%;
  border-left: none;
}

.modal.address-choose-modal .address ul li:nth-child(2) {
  display: none;
}

.modal.address-choose-modal .address div:first-of-type {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.modal.address-choose-modal .address div:last-of-type {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.gallery-modal .modal-title {
  margin-right: 0 !important;
}

.gallery-modal .modal-header {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 16px;
}

.gallery-modal .scrolling-wrapper {
  height: 80vh;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 2rem;
}

.gallery-modal #mainImg {
  width: 100%;
  border-radius: 8px;
}

.gallery-modal .imgs-box {
  padding: 24px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 16px;
}

.gallery-modal .imgs-box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #dadada;
  margin: 10px auto;
  cursor: pointer;
  padding: 8px;
}
.gallery-modal .modal-content .modal-body .img-container {
  background-color: #FFF;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 16px;
}

.gallery-modal .imgs-box .img-box.activc-img {
  border-color: var(--theme-color);
}

.gallery-modal .imgs-box .img-box img {
  height: 100%;
  width: unset;
}

.modal .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.modal .modal-content {
  border-radius: 8px;
}

.modal .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.4rem auto -0.5rem -0.5rem;
}

.modal.search-compare-modal .modal-body {
  padding: 0 1rem !important;
}

.modal.search-compare-modal .d-flex {
  margin-bottom: 10px;
}

.modal.search-compare-modal .d-flex p {
  color: #424242;
  font-size: 16px;
}

.modal.search-compare-modal .modal-content {
  background: #fff;
}

.modal.search-compare-modal .modal-content .search-compare-modal-input-box {
  position: relative;
}

.modal.search-compare-modal .modal-content .search-compare-modal-input-box .form-control {
  padding: 1rem 2.15rem 1rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
}

.modal.search-compare-modal .modal-content .search-compare-modal-input-box .btn.btn-outline-secondary {
  background: #efefef;
  border-color: #e2e2e2;
  color: #707070;
  border-radius: 0 8px 8px 0;
}

.modal.search-compare-modal .modal-content .search-compare-modal-input-box .btn.btn-outline-secondary:hover {
  color: #707070;
}

.modal.search-compare-modal .modal-content .search-compare-modal-input-box svg {
  position: absolute;
  top: 16px;
  right: 7px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 20;
}

.modal.search-compare-modal .modal-content .scroll-height {
  background: #fff;
  padding: 0.5rem 0.5rem 0;
  height: 550px;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.search-compare-modal .modal-content .item {
  position: relative;
  border: 2px solid #f5f5f5;
  padding-bottom: 10px;
}

.modal.search-compare-modal .modal-content .item .link {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.modal.search-compare-modal .modal-content .item .img-box {
  position: relative;
}

.modal.search-compare-modal .modal-content .item .img-box img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.modal.search-compare-modal .modal-content .item h5 {
  color: #323232;
  margin: 13px auto 0;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
  max-width: 335px;
  text-overflow: ellipsis;
  max-height: 24px;
  white-space: nowrap;
}

.modal.search-compare-modal .modal-content .item .discount-box {
  text-align: center;
  margin: 10px 0 0;
}

.modal.search-compare-modal .modal-content .item .discount-box .percent {
  display: inline-block;
  color: #fff;
  padding: 7px 12px;
  border-top-left-radius: 20px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.modal.search-compare-modal .modal-content .item .discount-box .last-price {
  display: inline-block;
  color: #acacac;
  text-decoration: line-through;
  margin-left: 8px;
}

.modal.search-compare-modal .modal-content .item .price {
  display: block;
  text-align: center;
  font-family: "iranyekan";
  font-weight: bold;
  color: var(--theme-color);
  font-size: 18px;
  margin-top: 13px;
}

.modal.search-compare-modal .modal-content .item .price.old {
  color: #ababab !important;
  text-decoration: line-through;
  font-size: 15px;
}

.modal.search-compare-modal .modal-content .item .price span {
  display: inline-block;
  color: var(--theme-color);
  font-size: 13px;
  margin-right: 4px;
}

.modal.social-modal .modal-content h4 {
  margin: 3px 0 0 auto !important;
}

.modal.social-modal .social-btn {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  color: #323232;
  padding: 6px 13px;
  text-align: right !important;
  margin-top: 34px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
}

.modal.social-modal .social-btn svg {
  position: relative;
  right: -4px;
}

.modal.social-modal .social-btn .msg {
  width: 36px;
  right: 13px;
  top: 10px;
  position: absolute;
}

.modal.social-modal .social-btn:hover {
  border: 1px solid var(--theme-color);
}

.modal.social-modal .img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.modal.social-modal h4 {
  color: #6c757e;
}

.modal.social-modal h5 {
  margin-top: 10px;
}

.modal.social-modal .copy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6c757e;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}

.modal.social-modal .copy-link div:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
  padding: 10px 15px;
}

.modal.social-modal .copy-link div:nth-child(1) span {
  position: relative;
  top: 2px;
}

.modal.social-modal .copy-link div:nth-child(2) a {
  display: inline-block;
  padding: 10px 15px;
  border-right: 1px solid #e7e7e7;
  cursor: pointer;
}

.modal.social-modal .copy-link div:nth-child(2) a:hover {
  background: #f0f0f0;
}

.modal.notices .buy-box {
  margin-top: 10px;
}

.modal.notices .buy-box .discount-box {
  text-align: center;
}

.modal.notices .buy-box .discount-box .percent {
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  padding: 5px 9px;
  border-top-left-radius: 20px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.modal.notices .buy-box .discount-box .last-price {
  display: inline-block;
  color: #acacac;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 8px;
}

.modal.notices .buy-box .price {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.modal.notices .buy-box .price span {
  display: block;
  color: #323232;
  margin-top: 6px;
  text-align: center;
}

.modal.notices .buy-box .price span span {
  display: inline-block;
  font-family: "iranyekan";
  font-weight: bold;
  font-size: 26px;
  margin-left: 5px;
}

.modal.notices .modal-body {
  padding: 0 !important;
}

.modal.notices .form-check-input:checked {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

.modal.notices .bell {
  width: 60px;
  margin: 20px;
}

.modal.notices .img {
  display: block;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.modal.notices .number {
  margin: 15px 0;
  text-align: center;
}

.modal.notices .number span {
  margin-right: 8px;
}

.modal.notices .number .form-control {
  direction: ltr;
  display: inline-block;
  width: 50%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modal.notices .number .form-control:focus {
  border: 1px solid #ced4da;
}

.modal.notices h5 {
  color: #33a1fd;
  margin: 10px 0;
}

.modal.notices h4 {
  color: #6c757e;
  margin: 15px;
}

.modal.notices .btn-green {
  background: #1ca345;
  color: #ffff;
  padding: 10px 25px;
  border-radius: 8px;
}

.modal.notices .btn-green:hover {
  color: #ffff;
  background: #178137;
}

.modal.notices .form-check {
  margin-top: 20px;
}

.modal.notices .form-check:first-child {
  margin-top: 15px;
}

.modal.notices .form-check .form-check-input {
  float: right;
  margin-left: 0.4rem;
  margin-top: 0;
  position: relative;
  top: -1px;
  cursor: pointer;
}

.modal.notices .modal-content {
  overflow: hidden;
}

.modal.notices .bg-gray {
  background-color: #f8f9fb;
  padding: 1rem;
}

.modal.notices .bg-white {
  padding: 1rem 0 1rem 1rem;
}

.modal.notices.sub-size-modal .form-check-input {
  border-radius: 0;
}

.modal.notices.sub-size-modal .form-check-input:focus {
  border-color: var(--theme-color);
}

.modal.notices.sub-size-modal .form-check-input:checked {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}
#modal-template-7 .form-check-input:checked {
  background-color: var(--theme-color) !important;
  border: 1px solid var(--theme-color) !important;
}
.modal.notices.sub-size-modal .modal-header {
  border-bottom: 1px solid #dee2e6;
}

.modal.notices.sub-size-modal .modal-body {
  padding: 15px !important;
}

.modal.notices.sub-size-modal .modal-body .btn-green {
  padding: 7px 22px;
  font-size: 15px;
}

#modal-template-18 .form-check-input {
  border: 1px solid #7a7a7a !important;
  cursor: pointer;
  width: 1.4em;
  height: 1.4em;
  margin-top: 1.05em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color-adjust: exact;
  float: right;
  margin-left: -2rem;
  position: relative;
  top: -3px;
  right: 9px;
  z-index: 1;
}

#modal-template-18 .form-control {
  margin-bottom: 30px;
}

#modal-template-18 .form-control:focus {
  border-color: var(--theme-color) !important;
}

#modal-template-18 .form-check-input:checked {
  background-color: var(--theme-color) !important;
  border: 1px solid var(--theme-color) !important;
}

#modal-template-18 .form-check-input:focus {
  border-color: var(--theme-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

#modal-template-18 .modal-dialog {
  max-width: 900px;
}

#modal-template-18 .modal-content {
  background-image: url("../images/support-image.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 450px;
  border-radius: 8px;
}

#modal-template-18 .modal-header {
  border-bottom: none;
  position: absolute;
  left: 0px;
  z-index: 1;
}

#modal-template-18 .modal-header button {
  padding: 0px;
  margin: 0px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-filter: brightness(0) invert(1) !important;
  filter: brightness(0) invert(1) !important;
}

#modal-template-18 .popup-content {
  text-align: right;
  width: 50%;
  margin-left: auto;
  margin-right: 30px;
}

#modal-template-18 .popup-content span {
  font-size: 24px;
  padding: 15px 0px 25px;
  display: block;
}

#modal-template-18 .popup-content label:not(.custom-control-label) {
  margin-bottom: 0px;
  position: relative;
  top: 11px;
  background-color: #fff;
  right: 26px;
  padding: 0px 10px;
  font-size: 16px;
}

#modal-template-18 .popup-content label span {
  font-size: 15px;
  padding: 0px;
}

#modal-template-18 .popup-content p {
  font-size: 18px;
  margin: 42px 0px 20px;
}

#modal-template-18 .popup-content input:not([type="radio"]) {
  padding: 10px 10px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff !important;
  height: unset;
}

#modal-template-18 .popup-content .radioInput {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#modal-template-18 .popup-content input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 12px;
}

#modal-template-18 .general.custom-control-label {
  text-indent: 35px;
}

#modal-template-18 .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

#modal-template-18 .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--theme-color) !important;
}

#modal-template-18 .modal-footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: none;
  margin-right: 25px;
  margin-left: auto;
}

#modal-template-18 .modal-footer button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 8px;
  border: none;
  background-color: var(--theme-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#modal-template-18 .modal-footer button svg {
  margin-right: 3px;
}

#modal-template-18 .modal-footer button:hover {
  background-color: var(--theme-color-hover);
}

#modal-template-18 .modal-footer button:hover svg {
  -webkit-animation: bounceLeftBtn 1.5s infinite;
  animation: bounceLeftBtn 1.5s infinite;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

p {
  line-height: 27px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #323232;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #323232;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "iranyekan";
  font-weight: bold;
}

:focus {
  outline: 0;
}

li {
  list-style: none;
}

img {
  height: auto !important;
}

::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: #ebebeb;
}

::-webkit-scrollbar-thumb {
  background: #6e6e6e;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(173, 173, 173, 0.75);
}

::-webkit-scrollbar-corner {
  background: #ebebeb;
}

@-webkit-keyframes animatebottom {
  from {
    top: 78px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    top: 78px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes animateTop {
  from {
    top: 0px;
    opacity: 1;
  }
  to {
    top: 50px;
    opacity: 0;
  }
}

@keyframes animateTop {
  from {
    top: 0px;
    opacity: 1;
  }
  to {
    top: 50px;
    opacity: 0;
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

button {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.btn-default {
  color: #fff;
  background-color: var(--theme-color);
}

.btn-default:hover {
  color: #fff;
  background-color: var(--theme-color-hover);
}

:root {
  --theme-color: #fb3449;
  --theme-color-hover: #d32c3d;
  --theme-color-light: #f7f9fb;
}

body {
  direction: rtl;
  background-color: var(--theme-color-light);
  font-family: "iranyekan";
  font-size: 15px;
}

body #spinner {
  margin-top: 40px;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

body .percent {
  padding: 7px 9px 2px 9px !important;
}

body .animate-top {
  -webkit-animation: animateTop 0.5s !important;
  animation: animateTop 0.5s !important;
}

body .tooltip,
body .tooltip .tooltip-arrow {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

body .form-control,
body .btn,
body .form-check-input {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

body .navbar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 170;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
body .navbar-backdrop.active {
  background-color: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
}
input::placeholder {
  font-size: 14px !important;
}
body header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 500;
}

body header .mobile-header {
  -webkit-transition: top 0s;
  transition: top 0s;
}

body header .top-header-ad {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

body header .top-header-ad button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--theme-color);
  padding: 0 12px;
  text-align: center;
  height: 40px;
  font-size: 16px;
}

body header .top-header-ad button img {
  width: 15px;
  margin-right: 10px;
}

body header .top-header-ad .close-header-ad {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
body header .top-header-ad a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--theme-color);
  padding: 0 12px;
  text-align: center;
  height: 40px;
  font-size: 16px;
}
body header .top-header-ad a img {
  width: 15px;
  margin-right: 10px;
}
body header .top-header-ad .close-header-ad img {
  width: 16px;
  margin: 0;
  filter: brightness(0) invert(1);
}

/*body header #header-scroll-event {
  height: 38.6px;
  overflow: hidden;
}*/

body header .desktop-version {
  position: relative;
  background-color: #fff;
  padding: 12px 0 0;
  border-bottom: 1px solid #e3e3e3;
  z-index: 100;
}

body header .desktop-version .search-form {
  position: relative;
  z-index: 102;
}

body header .desktop-version .search-form #delete-val {
  display: none;
  position: absolute;
  left: 41px;
  top: 0.7063rem;
  background-color: transparent !important;
  border: transparent !important;
  z-index: 1;
}

body header .desktop-version .search-form #delete-val svg {
  width: 22px;
  height: auto;
}

body header .desktop-version .search-form #delete-val svg path {
  fill: #6c757e;
}

body header .desktop-version .search-form #delete-val:hover svg path {
  fill: #555c64;
}

body header .desktop-version .search-form .search-form__button {
  position: absolute;
  left: 0.75rem;
  top: 11px;
  background-color: transparent !important;
  border: transparent !important;
  z-index: 1;
}

body header .desktop-version .search-form .search-form__button:hover svg path {
  fill: #cc3244;
}

body header .desktop-version .search-form .search-form__input {
  background-color: #f7f8f9;
  border: 2px solid #e9e9e9;
  border-radius: 8px;
  -webkit-transition: all 0s;
  transition: all 0s;
  height: 42px;
}

body header .desktop-version .search-form .search-form__input:focus {
  background-color: #ffffff;
  border-bottom-color: transparent;
  border-radius: 8px 8px 0 0;
}

body header .desktop-version .search-form .search-form__input:focus + .search-box {
  max-height: 100vh;
  opacity: 1;
  visibility: visible;
}

body header .desktop-version .search-form .search-box {
  max-height: 430px !important;
  border-radius: 0 0 8px 8px;
  border: 2px solid #e9e9e9;
  border-top: 0;
  padding: 0rem 0.75rem 1rem 0.75rem;
  position: absolute;
  top: 95%;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0s;
  transition: all 0s;
  text-align: right;
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}

body header .desktop-version .search-form .search-box:focus, body header .desktop-version .search-form .search-box:active {
  max-height: 100vh;
  opacity: 1;
  visibility: visible;
}

body header .desktop-version .search-form .search-box hr {
  margin: 0 0 10px;
  opacity: 0.15;
}

body header .desktop-version .search-form .search-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body header .desktop-version .search-form .search-box .flex span {
  color: #656565;
}

body header .desktop-version .search-form .search-box .flex span svg {
  display: inline-block;
  margin-left: 4px;
}

body header .desktop-version .search-form .search-box .search-history {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-top: 10px;
}

body header .desktop-version .search-form .search-box .search-history li {
  display: inline-block;
  margin-left: 7px;
  list-style: none;
}

body header .desktop-version .search-form .search-box .search-history li a {
  display: inline-block;
  color: #6c757e;
  padding: 5px 10px;
  border: 2px solid #eeeeee;
  border-radius: 8px;
}

body header .desktop-version .search-form .search-box .search-history li a:hover {
  background-color: #f3f3f3;
}

body header .desktop-version .search-form .search-box #search-not-empty {
  display: none;
}

body header .desktop-version .search-form .search-box #search-not-empty .item-main-box {
  position: relative;
  padding: 4px;
  border-radius: 8px;
}

body header .desktop-version .search-form .search-box #search-not-empty .item-main-box:hover {
  background: #f8f9fb;
}

body header .desktop-version .search-form .search-box #search-not-empty .item-main-box a.link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

body header .desktop-version .search-form .search-box #search-not-empty img {
  width: 100%;
  border-radius: 8px;
}

body header .desktop-version .search-form .search-box #search-not-empty h6 a {
  color: #323232;
}

body header .desktop-version .search-form .search-box #search-not-empty .discount {
  display: block;
  color: var(--theme-color);
  font-size: 12px;
  margin: 10px 0;
}

body header .desktop-version .search-form .search-box #search-not-empty .price {
  color: #323232;
  align-self: end;
}
body header .desktop-version .search-form .search-box #search-not-empty .item-main-box .row .col-9 {
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: space-around;
}
body header .desktop-version .search-form .search-box #search-not-empty .item-main-box h6 {
  line-height: 1.8;
}

body header .desktop-version .search-form .search-box #search-not-empty .price span {
  display: inline-block;
  font-family: "iranyekan";
  font-size: 15px;
  font-weight: bold;
  margin-left: 2px;
}

body header .desktop-version .search-form .search-box #search-not-empty .line {
  position: relative;
  top: 22px;
  border-bottom: 1px solid #e1e1e1;
}

body header .desktop-version .search-form .search-box #search-not-empty .bg-white {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-right: 10px;
}

body header .desktop-version .search-form .search-box #search-not-empty .bg-white .btn-white {
  color: #6c757e;
  border: 2px solid #e1e1e1;
  border-radius: 8px;
}

body header .desktop-version .search-form .search-box #search-not-empty .bg-white .btn-white:hover {
  background-color: #f3f3f3;
}

body header .desktop-version .search-form .search-box #search-not-empty .another p {
  display: block;
  color: #323232;
}

body header .desktop-version .search-form .search-box #search-not-empty .another p svg {
  margin-left: 5px;
}

body header .desktop-version .search-form .search-box::-webkit-scrollbar {
  width: 6px;
}

body header .desktop-version .search-form .search-box::-webkit-scrollbar-track {
  border-radius: 8px;
}

body header .desktop-version .search-form .search-box::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 8px;
}

body header .desktop-version .logo {
  display: inline-block;
  height: 35px;
}
body main .category-section .posts_block-div .main-posts .item .main-details .product-title {
  font-size: 16px;
  line-height: 1.7;
}
body header .desktop-version .logo img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.category-section {
  margin-top: 16px;
}
body header .desktop-version .logo span {
  display: inline-block;
  position: relative;
  color: #323232;
  font-family: "iranyekan";
  font-weight: bold;
  font-size: 1.3rem;
  vertical-align: middle;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 2px solid #000;
}

body header .desktop-version .logo span::before {
  content: "";
  position: absolute;
  right: -2px;
  top: -3px;
  width: 2px;
  height: 14px;
  background: var(--theme-color);
}

body header .desktop-version .logo span span {
  color: var(--theme-color);
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

body header .desktop-version .logo span span::before {
  content: "";
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  background: transparent;
}

body header .desktop-version .login__button {
  color: #6c757e;
  padding: 0 14px;
  border: 2px solid #e2e2e2;
  border-radius: 8px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  background-color: #f7f8f9;
}

body header .desktop-version .login__button:hover {
  background-color: #f3f3f3;
}

body header .desktop-version .login__button::before {
  display: inline-block;
  content: url("../fonts/user.svg");
  color: #cecece;
  margin-left: 5px;
  vertical-align: sub;
}

body header .desktop-version .user ul li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

body header .desktop-version .user ul li:first-child a::after {
  content: url("../images/login-user-icon.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

body header .desktop-version .user ul li:last-child {
  margin-right: 8px;
}

body header .desktop-version .user ul li a {
  color: #6c757e;
}

body header .desktop-version .user ul li a:hover {
  color: #5f676e;
}

body header .desktop-version .user ul li .basket {
  position: relative;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background-color: var(--theme-color);
}
body header .desktop-version .user ul li .basket img {
  filter: brightness(0) invert(1);
}
body header .desktop-version .user ul li .basket span {
  position: absolute;
  left: 27px;
  top: -5px;
  min-width: 18px;
  height: 18px;
  background-color: #fff;
  color: var(--theme-color);
  text-align: center;
  border: 1px solid var(--theme-color);
  padding-top: 2px;
  border-radius: 8px;
  font-weight: bold;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
body header .desktop-version .user ul .hoverC {
  height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 2px solid #e1e4e7;
  border-radius: 8px;
  background-color: #f7f8f9;
}
body header .desktop-version .user ul li .user-menu {
  display: none;
  width: 250px;
  position: absolute;
  left: 0;
  top: 21px;
  padding-top: 21px;
  z-index: 10;
}
/*body header .desktop-version .gif-header {
  display: inline-flex;
  font-family: "iranyekan";
  height: 40px;
  align-items: center;
  background-color: #d8efe9;
  padding: 0 0 0 25px;
  border-radius: 8px 8px 0 0;
  color: #3f9357;
  margin-bottom: 4px;
  margin-left: 5px;
}*/
body header .desktop-version .counseling {
  display: inline-flex;
  font-family: "iranyekan";
  height: 40px;
  align-items: center;
  margin-left: 6px;
  background-color: #d7e7ff;
  padding: 0 10px 0 14px;
  border-radius: 8px 8px 0 0;
}
body header .desktop-version .counseling:before {
  content: url(../images/kawaii-love.gif);
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
body header .desktop-version .user ul li .user-menu .basket-menu {
  background-color: #fff;
  text-align: right;
  border-radius: 8px;
  padding: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 19px -15px #1d1d1d;
  box-shadow: 0px 0px 19px -15px #1d1d1d;
}

body header .desktop-version .user ul li .user-menu .basket-menu .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body header .desktop-version .user ul li .user-menu .basket-menu .flex .show-basket {
  font-family: "iranyekan";
  font-weight: bold;
  color: var(--theme-color);
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 30px;
  text-decoration: none;
  vertical-align: middle;
}

body header .desktop-version .user ul li .user-menu .basket-menu .flex .show-basket::after {
  content: url("../images/arrow-red.svg") !important;
  display: inline-block;
  position: relative;
  top: 3.3px;
  width: 15px;
  height: auto;
  margin-right: 5px;
}

body header .desktop-version .user ul li .user-menu .basket-menu hr:not([size]) {
  height: 1.5px;
}

body header .desktop-version .user ul li .user-menu .basket-menu hr {
  margin: 0.7rem 0;
  color: transparent;
  background-color: #f3f3f4;
  border: 0;
  opacity: 1;
}

body header .desktop-version .user ul li .user-menu .basket-menu .btn-default {
  color: #fff !important;
  border-radius: 8px;
}

body header .desktop-version .user ul li .user-menu .basket-menu .title-buy {
  display: block;
  color: #a1a3a8;
  margin-bottom: 8px;
}

body header .desktop-version .user ul li .user-menu .basket-menu .final-price {
  color: var(--theme-color);
  font-size: 19px;
}

body header .desktop-version .user ul li .user-menu .basket-menu .final-price span {
  display: inline-block;
  font-family: "iranyekan";
  font-weight: bold;
  margin-left: 3px;
}

body header .desktop-version .user ul li .user-menu .basket-menu .holder {
  max-height: 316px;
  overflow-y: auto;
  overflow-x: hidden;
}

body header .desktop-version .user ul li .user-menu .basket-menu .holder::-webkit-scrollbar {
  width: 6px;
}

body header .desktop-version .user ul li .user-menu .basket-menu .holder::-webkit-scrollbar-track {
  border-radius: 8px;
}

body header .desktop-version .user ul li .user-menu .basket-menu .holder::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 8px;
}

body header .desktop-version .user ul li .user-menu .basket-menu .basket-box img {
  width: 100%;
  border-radius: 8px;
}

body header .desktop-version .user ul li .user-menu .basket-menu .basket-box .decrease svg {
  width: 9px;
}

body header .desktop-version .user ul li .user-menu .basket-menu .basket-box .details {
  position: relative;
  right: -6px;
}
body header .desktop-version .user ul li .user-menu .basket-menu .basket-box .count button {
  padding: 5px;
  border-radius: 3px;
}
body header .desktop-version .user ul li .user-menu .basket-menu .basket-box .count button:hover {
  background-color: rgba(0,0,0,0.1);
  padding: 5px;
}
body header .desktop-version .user ul li .user-menu .basket-menu .basket-box .money {
  display: block;
  color: #707070;
  font-size: 18px;
  margin: 10px 0;
}

body header .desktop-version .user ul li .user-menu .basket-menu .basket-box .money span {
  font-family: "iranyekan";
  font-weight: bold;
  display: inline-block;
  margin-left: 4px;
}

body header .desktop-version .user ul li .user-menu .basket-menu .basket-box .blue span {
  font-family: "iranyekan";
  font-weight: bold;
  color: #33A1FDFF !important;
}

body header .desktop-version .user ul li .user-menu .basket-menu .basket-box .count {
  display: inline-block;
  border: 2px solid #e1e1e1;
  padding: 5px 8px;
  border-radius: 8px;
}

body header .desktop-version .user ul li .user-menu .basket-menu .basket-box .count a {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

body header .desktop-version .user ul li .user-menu .basket-menu .basket-box .count a svg {
  width: 11px;
  height: auto;
}

body header .desktop-version .user ul li .user-menu .basket-menu .basket-box .count span {
  position: relative;
  top: 2px;
  color: #707070;
  font-family: "iranyekan";
  font-weight: bold;
  vertical-align: middle;
}

body header .desktop-version .user ul li .user-menu a::after {
  content: "" !important;
  display: none;
}

body header .desktop-version .user ul li .user-menu ul {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 19px -15px #1d1d1d;
  box-shadow: 0px 0px 19px -15px #1d1d1d;
  text-align: right;
  overflow: hidden;
  border-radius: 8px;
  padding: 12px 0;
}

body header .desktop-version .user ul li .user-menu ul li {
  display: block;
}

body header .desktop-version .user ul li .user-menu ul li a {
  color: #323232;
  display: block;
  padding: 16px 10px;
  border-right: 2px solid transparent;
}

body header .desktop-version .user ul li .user-menu ul li a svg {
  width: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

body header .desktop-version .user ul li .user-menu ul li a:hover {
  background-color: #f8f9fb;
  border-right: 2px solid var(--theme-color);
}

body header .desktop-version .user ul li .user-menu ul li:last-child:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

body header .desktop-version .user ul li .bigger-menu {
  width: 450px;
}
body header .desktop-version .user .basket-menu .details a {
  line-height: 1.7;
}

body header .desktop-version .special {
  display: inline-flex;
  color: var(--theme-color) !important;
  font-family: "iranyekan";
  font-weight: bold;
}

/*body header .desktop-version .special::before {
  content: url("../images/pishnehad.gif");
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}*/
/*body header .desktop-version .gif-header:before {
  content: url("../images/kawaii-love.gif");
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  visibility: hidden;
}

body header .desktop-version .special:hover {
  color: var(--theme-color-hover);
}

body header .desktop-version .gif-header {
  display: inline-flex;
  font-family: "iranyekan";
  height: 40px;
  align-items: center;
  background-color: #d8efe9;
  padding: 0 0 0 25px;
  border-radius: 8px 8px 0 0;
  color: #3f9357;
  margin-bottom: 4px;
  margin-left: 5px;
}

body header .desktop-version .gif-header img {
  width: 18px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: sub;
}

body header .desktop-version .gif-header:hover {
  color: #2f6c40;
}*/

body header .desktop-version .location {
  display: inline-block;
  color: #6c757e;
}

/*body header .desktop-version .main-menu .main-menu-navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
body header .desktop-version .main-menu .main-menu-navbar ul li {
  cursor: pointer;
}
body header .desktop-version .main-menu .main-menu-navbar ul li:first-child button {
  position: relative;
  color: #707070;
  margin-right: 0;
  vertical-align: sub;
  padding-bottom: 9px;
}

body header .desktop-version .main-menu .main-menu-navbar ul li:first-child button::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--theme-color);
  margin: 0 auto;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

body header .desktop-version .main-menu .main-menu-navbar ul li:first-child button:hover::after {
  width: 100%;
}

body header .desktop-version .main-menu .main-menu-navbar ul li:first-child button svg {
  margin-left: 4px;
}

body header .desktop-version .main-menu .main-menu-navbar ul li:nth-child(2) a,
body header .desktop-version .main-menu .main-menu-navbar ul li:nth-child(2) .brands-hover {
  color: #323232;
  padding-right: 8px;
  margin-right: 8px;
}

body header .desktop-version .main-menu .main-menu-navbar ul li:nth-child(2) a::before,
body header .desktop-version .main-menu .main-menu-navbar ul li:nth-child(2) .brands-hover::before {
  content: "";
  position: absolute;
  right: 0;
  border-right: 2px solid #707070;
  height: 13px;
  vertical-align: middle;
}

body header .desktop-version .main-menu a,
body header .desktop-version .main-menu .brands-hover {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  color: #323232;
  -webkit-transition: border 0s;
  transition: border 0s;
  position: relative;
  top: 2px;
  padding: 0 10px 10px;
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 2px solid transparent;
  z-index: 101;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.outside {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 10;
}
body header .desktop-version .main-menu a::after,
body header .desktop-version .main-menu .brands-hover::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--theme-color);
  margin: 0 auto;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

body header .desktop-version .main-menu a:hover::after,
body header .desktop-version .main-menu .brands-hover:hover::after {
  width: 100%;
}

body header .desktop-version .main-menu .active-cat::after {
  width: 100%;
}*/
.outside {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 99;
}
.desktop-version .main-menu-navbar ul li svg {
  display: flex;
  color: var(--theme-color);
  font-family: "iranyekan";
  align-items: center;
  gap: 6px;
}
.desktop-version .menu-container {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
  overflow: hidden;
}

.desktop-version .menu-container .main-menu-navbar ul {
  display: flex;
  gap: 16px;
  height: 100%;
  align-items: center;
}
.desktop-version .menu-container .main-menu-left a {
  background-color: #ccc;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  border-radius: 5px;
  color: #fff;
}
.desktop-version .menu-container .main-menu-left button {
  background-color: #ccc;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  border-radius: 5px;
  color: #fff;
}
.desktop-version .menu-container .main-menu-left {
  display: flex;
  gap: 12px;
}

.desktop-version .menu-container .main-menu-navbar ul li:after {
  content: "";
  height: 3px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  transition: 0.3s;
  display: flex;
  justify-content: center;
}
.desktop-version .menu-container .main-menu-navbar ul li:hover:after {
  width: 100%;
}
.desktop-version .menu-container .main-menu-navbar ul li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.desktop-version .menu-container .main-menu-navbar {
  height: 100%;
}

.desktop-version .main-menu-navbar ul li a {
  display: flex;
  color: #878787;
  font-family: "iranyekan";
  align-items: center;
  gap: 6px;
  height: 100%;
}
.desktop-version .main-menu-navbar ul li button {
  height: 100%;
  cursor: pointer;
}
.desktop-version .main-menu-navbar ul li a svg {
  width: 24px;
  fill: var(--theme-color);
}

.desktop-version .main-menu-navbar .brands-hover {
  color: #878787;
}
.desktop-version .main-menu-navbar .mega-menu-hover img {
  filter: brightness(0.4);
}
.desktop-version .main-menu-navbar .mega-menu-hover {
  font-weight: bold;
  color: #323232;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 8px;
}
.desktop-version .menu-container .main-menu-left .consultation {
  background-color: var(--theme-color);
}
.desktop-version .menu-container .main-menu-left .gif-header {
  background-color: #209C2E;
}
/*////////////////////////////////////////*/
body header .desktop-version .brands-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 96px;
  padding-top: 14px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}

body header .desktop-version .brands-menu .parent {
  background-color: #fff;
  padding: 20px 15px;
}

body header .desktop-version .brands-menu .parent .line {
  position: relative;
  width: 100%;
  height: 2px;
  top: 21px;
  background: #eeeeee;
  z-index: 1;
}

body header .desktop-version .brands-menu .parent .title-brands-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body header .desktop-version .brands-menu .parent .title-brands-menu div {
  position: relative;
  background: #fff;
  z-index: 2;
}

body header .desktop-version .brands-menu .parent .title-brands-menu div:nth-child(1) {
  padding-left: 6px;
}

body header .desktop-version .brands-menu .parent .title-brands-menu div:nth-child(2) {
  padding-right: 6px;
}

body header .desktop-version .brands-menu .parent .title-brands-menu h5 {
  position: relative;
  z-index: 2;
}

body header .desktop-version .brands-menu .parent .title-brands-menu .btn-more {
  position: relative;
  color: var(--theme-color);
  border: 2px solid #eeeeee;
  border-radius: 8px;
  z-index: 2;
}

body header .desktop-version .brands-menu .parent .title-brands-menu .btn-more svg {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

body header .desktop-version .brands-menu .parent .title-brands-menu .btn-more svg path {
  fill: var(--theme-color);
}

body header .desktop-version .brands-menu .parent .title-brands-menu .btn-more:hover {
  background: #f6f6f6;
}

body header .desktop-version .brands-menu .parent ul {
  display: -ms-grid;
  display: grid;
  gap: 20px 10px;
  -ms-grid-columns: (minmax(110px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  margin-top: 20px;
}

body header .desktop-version .brands-menu .parent ul li .box {
  position: relative;
  border: 2px solid #e1e1e1;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  width: 120px;
  height: 140px;
}

body header .desktop-version .brands-menu .parent ul li .box a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

body header .desktop-version .brands-menu .parent ul li .box img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5px 15px;
  text-align: center;
  margin: 5px 0;
}

body header .desktop-version .brands-menu .parent ul li .box span {
  display: block;
  color: #5f5f5f;
  padding: 6px 2px;
  border-top: 2px solid #e1e1e1;
}

body header .desktop-version .brands-menu .parent ul li .box:hover {
  background: #fefefe;
  -webkit-box-shadow: inset 0 0 8px 5px #f1f1f1;
  box-shadow: inset 0 0 8px 5px #f1f1f1;
}

body header .desktop-version .brands-menu .parent ul li .box:hover span {
  background: #e1e1e1;
  color: #323232;
}
.category-section {
  margin-top: 0;
}
.about-brand {
  margin: 12px 0 32px !important;
}
body header .desktop-version .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 96px;
  padding-top: 14px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}

body header .desktop-version .mega-menu .parent-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

body header .desktop-version .mega-menu .parent-categories .categories {
  width: 15%;
}

body header .desktop-version .mega-menu .parent-categories .categories li {
  padding: 0;
}

body header .desktop-version .mega-menu .parent-categories .categories li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 35px 14px 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #f0f0f1;
  font-size: 14px;
  color: #616161;
  line-height: 23px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body header .desktop-version .mega-menu .parent-categories .categories li a img {
  position: absolute;
  right: 12px;
  top: 15px;
  width: 16px;
  height: auto;
  vertical-align: middle;
  margin-left: 9px;
}

body header .desktop-version .mega-menu .parent-categories .categories .active-nav {
  background: #f8f9fb;
  color: #616161;
  border-radius: 0 8px 8px 0;
  border-top: 1px solid #f0f0f1;
  border-bottom: 1px solid #f0f0f1;
  border-left: 1px solid transparent;
}

body header .desktop-version .mega-menu .parent-categories .categories-boxs {
  width: 85%;
  padding: 10px 15px;
  display: none;
  background: #f8f9fb;
  min-height: 459px;
}

body header .desktop-version .mega-menu .parent-categories .categories-boxs:nth-child(2) {
  display: block;
}

body header .desktop-version .mega-menu .parent-categories .categories-boxs .categories-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px;
  max-height: 520px;
  padding-bottom: 20px;
}

body header .desktop-version .mega-menu .parent-categories .categories-boxs .categories-items ul .img {
  height: auto;
}

body header .desktop-version .mega-menu .parent-categories .categories-boxs .categories-items ul .img img {
  width: 100%;
  border-radius: 8px;
}

body header .desktop-version .mega-menu .parent-categories .categories-boxs .categories-items ul li {
  direction: rtl;
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 14.28%;
  font-size: 14px;
  font-size: 1rem;
  line-height: 30px;
  font-weight: 700;
  height: 30px;
  max-width: 100%;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

body header .desktop-version .mega-menu .parent-categories .categories-boxs .categories-items ul li a {
  font-size: 13px;
  line-height: 2.27;
  font-weight: 400;
  color: #81858b;
  margin-right: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

body header .desktop-version .mega-menu .parent-categories .categories-boxs .categories-items ul li a:hover {
  color: var(--theme-color);
}

body header .desktop-version .mega-menu .parent-categories .categories-boxs .categories-items ul .main-link a {
  font-family: "iranyekan";
  color: #616161;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
}

body header .desktop-version .mega-menu .parent-categories .categories-boxs .categories-items ul .main-link a::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: var(--theme-color);
  margin-left: 5px;
  vertical-align: middle;
}

body header .desktop-version .mega-menu .parent-categories .categories-boxs .categories-items ul .main-link a::after {
  content: url("../images/arrow-red.svg");
  display: inline-block;
  position: relative;
  top: 3px;
  width: 15px;
  height: auto;
  margin-right: 5px;
}

body header .desktop-version .mega-menu .parent-categories .categories-boxs .categories-items ul .child-cat a {
  font-size: 0.7rem;
  line-height: 2.27;
  font-weight: 400;
  color: #81858b;
  margin-right: 7px;
}

body header .desktop-version .mega-menu .parent-categories .categories-boxs .categories-items ul .sub-link a {
  text-decoration: none;
}

body main {
  padding-top: 109.8px;
  -webkit-transition: padding 0s;
  transition: padding 0s;
}

body .phone-question .phone-number {
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 2px solid var(--theme-color);
  border-top: 2px solid #f6f6f6;
  text-align: center;
  margin-top: 2rem;
}
body .phone-question .footer-phone {
  cursor: pointer;
  color: var(--theme-color);
}

body .phone-question .phone-number h4 {
  display: inline-flex;
  position: relative;
  color: #424242;
  z-index: 3;
  align-items: center;
  gap: 8px;
}
body .phone-question .footer-phone span {
  margin-right: 8px;
  font-weight: normal;
}
body .phone-question .phone-number h4 img {
  width: 24px;
  height: auto;
  vertical-align: middle;
}

body .phone-question .phone-number .up-button {
  position: relative;
  top: -34px;
  margin-bottom: -39px;
  z-index: 2;
}

body .phone-question .phone-number .up-button .btn-up {
  border: 1px solid #e1e1e1;
}

body .phone-question .phone-number .up-button .btn-up img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transform: rotate(90deg);
}
.page-links li img {
  width: 5px;
}

body .phone-question .phone-number .up-button .btn-up:hover {
  background-color: #f0f0f0;
}

body footer {
  background-color: #f8f9fb;
  padding: 20px 0 10px;
}

body footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body footer .flex .quick-menu li {
  margin-top: 19px;
}

body footer .flex .quick-menu li a {
  color: #616161;
}

body footer .flex .quick-menu li a:hover {
  color: #2c2c2c;
}

body footer .flex .d-flex p {
  color: #6c757e;
  font-size: 16px;
  font-weight: bold;
}

body footer .flex .d-flex .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body footer .flex .d-flex .social li {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
body footer .flex .d-flex .social li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
body footer .flex .d-flex .social li a.aparat {
  background-color: #DF2336FF;
}
body footer .flex .d-flex .social li a.telegram {
  background-color: #0181C2;
}
body footer .flex .d-flex .social li a.twitter {
  background-color: #1C96E9;
}
body footer .flex .d-flex .social li a.consult {
  background-color: #01B99D;
}
body footer .flex .d-flex .social li a.whatsup {
  background-color: #40CE50;
}
body footer .flex .d-flex .social li a.facebook {
  background-color: #1772E6;
}

body footer .flex .d-flex .social li a.instagram {
  background: #d6249f radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
body footer .flex .d-flex .social li a img {
  filter: brightness(0) invert(1);
  width: 24px;
}

body footer .flex .d-flex .social li a:hover svg path {
  fill: #8a8a8a;
}

body footer .flex form {
  position: relative;
  margin: 20px 0;
}

body footer .flex form .form-control {
  width: 370px;
  padding: 0.675rem 0.65rem;
  border-radius: 8px;
}

body footer .flex form .btn-submit {
  position: absolute;
  color: #fff;
  background-color: var(--theme-color);
  top: 5px;
  left: 5px;
  border-radius: 8px;
  z-index: 2;
}

body footer .flex form .btn-submit:hover {
  background-color: var(--theme-color-hover);
}

body footer .flex .bg-white {
  text-align: center;
  padding: 10px;
  border-radius: 8px;
}

body footer .flex .bg-white .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}

body footer .flex .bg-white .contact li {
  width: 100%;
}

body footer .flex .bg-white .contact li::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #e1e1e1;
}
.bg-white.bg-contact p {
  font-size: 13px;
}
body footer .flex .bg-white .contact li a {
  color: #b8b8b8;
  font-size: 16px;
  font-weight: normal;
}
body footer .flex .bg-white .contact li a span {
  font-weight: bold;
}

body footer .flex .bg-white .contact li a:hover {
  color: #a0a0a0;
}

body footer .d-flex.bg-white {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 0;
  padding: 10px;
  border-radius: 8px;
}

body footer .d-flex.bg-white ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body footer .d-flex.bg-white ul li {
  margin-left: 10px;
}

body footer .d-flex.bg-white ul li a img {
  width: 185px;
  border-radius: 8px;
}

body footer .logos {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 30px;
}

body footer .logos h1 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

body footer .logos p {
  color: #707070;
  text-align: justify;
}

body footer .logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body footer .logos ul li {
  margin-right: 13px;
  width: 130px;
  height: 130px;
  display: flex;
  background-color: #fff;
  padding-top: 10px;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

body footer .logos ul li > * {
  width: 80%;
}

body footer .logos ul li a img {
  width: 97px;
}

body footer .logos ul li:hover {
  background-color: #f5f5f5;
}

body footer hr {
  margin: 1.4rem 0 1rem;
  color: #707070;
  background-color: #707070;
  border: 0;
  opacity: 0.12;
}

body footer .copy-right {
  text-align: center;
}

body footer .copy-right p {
  color: #6c757e;
}

body footer .copy-right p a {
  color: var(--theme-color);
}

body footer .copy-right p a:hover {
  color: var(--theme-color-hover);
}
img {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
button.machine-translation {
  background-color: #fff;
  padding: 10px 15px;
  border: 2px solid #eee;
  border-radius: 8px;
  margin-right: 16px;
}
.show-brands {
  padding: 0 0 24px;
  margin: 24px 0;
}
.show-brands .title-brands {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: center;
  padding: 0 16px;
}
.show-brands .title-brands .btn-more {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  white-space: nowrap;
  justify-content: center;
}
.show-brands h5 {
  position: relative;
  width: 100%;
}
.show-brands h5:before {
  content: "";
  width: calc(100% - 100px);
  height: 2px;
  background-color: #e7e9eb;
  position: absolute;
  right: 78px;
  top: 10px;
  display: block;
}
.show-brands .title-brands.border-none h5:before {
  display: none;
}
.show-brands .brand-list {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  gap: 16px;
}
.show-brands .brand a {
  width: 160px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #eee;
  border-radius: 8px;
  padding: 5px;
}

.show-brands .brand a:hover {
  box-shadow: inset 0 0 20px 5px #cacaca;
}
.show-brands .brand a span {
  height: 30%;
  color: #454545;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  border-top: 2px solid #fff;
  padding-top: 10px;
}

.show-brands .brand img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.brands-container {
  position: relative;
  padding: 0 16px;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60%;
}
.brands-container .brand-list {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.brands-container .brand-list::-webkit-scrollbar {
  display: none;
  width: 0;
}
.brands-container .scroll-right,
.brands-container .scroll-left {
  width: 35px;
  height: 70px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  transition: 0.1s;
}
@media (max-width: 768px) {
  .brands-container .scroll-right,
  .brands-container .scroll-left {
    display: none;
  }
}
.brands-container .scroll-right:hover,
.brands-container .scroll-left:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.brands-container .scroll-right:active,
.brands-container .scroll-left:active {
  background-color: #e7e9eb;
}
.brands-container .scroll-right {
  border-radius: 8px 0 0 8px;
  right: 0;
}
.brands-container .scroll-right img {
  transform: rotate(180deg);
}
.brands-container .scroll-left {
  border-radius: 0 8px 8px 0;
  left: 0;
}
.brands-container .scroll-left img {
  transform: rotate(0);
}
.page-links ul li a {
  color: #686868;
}
.page-links {
  margin-right: 10px;
}
.copy-right span {
  color: #FB3549;
}
.privacy .title-section {
  margin: 5rem 0 1.5rem;
}
.privacy .text-box {
  text-align: justify;
  margin-bottom: 7rem;
}
.search-page {
  margin-top: 20px;
}
.service-btn {
  position: fixed;
  bottom: 30px;
  right: 16px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0c8836;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-btn img {
  width: 32px;
}

.fast-delivery {
  display: flex;
  gap: 6px;
  align-items: center;
}

.fast-delivery img {
  width: 28px;
  filter: opacity(0.7);
}

.delivery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 10px;
  margin-top: 16px;
  border-radius: 15px;
}
.delivery-box > div > .bold {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.service-btn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 16px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0c8836;
  justify-content: center;
  align-items: center;
}
.service-btn img {
  width: 32px;
}
/*////////////////////////////////////////////*/
.service-access [data-title]:hover:after {
  opacity: 1;
  transition: all 0.15s ease 0.25s;
  visibility: visible;
}
.service-access [data-title]:after {
  content: attr(data-title);
  background-color: #323232;
  color: #fff;
  font-size: 14px;
  position: absolute;
  padding: 0 10px;
  bottom: 55px;
  height: 36px;
  margin: 0 auto;
  white-space: nowrap;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  border: 1px solid #111111;
  z-index: 99999;
  visibility: hidden;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.service-access [data-title] {
  position: relative;
}
.service-access {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 99;
}

.service-access ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  width: 180px;
  height: 50px;
}
.service-access ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #12d672;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 30px;
  padding-left: 2px;
  transition: 0.5s;
  z-index: 1;
}

.service-access ul:hover::before {
  width: 50px;
}

.service-access ul li {
  position: absolute;
  transition: 1s;
}

.service-access ul li a,
.service-access ul li button,
.social-media ul li a,
.social-media ul li button {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #262626;
  color: #fff;
  border-radius: 8px;
  font-size: 23px;
  transition: 0.5s;
  display: flex;
  gap: 8px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.social-media ul li .consultation {
  background-color: green;
}
.mobile-header .center .search .icon-search-top {
  position: absolute;
  left: 12px;
  top: 10px;
}
.service-access ul li a {
  width: 50px;
  border-radius: 50%;
}
.service-access ul li a img,
.service-access ul li button img,
.social-media ul li a img,
.social-media ul li button img {
  width: 28px;
  filter: brightness(0) invert(1);
}
.service-access ul li a span {
  font-size: 18px;
}
.service-access ul > li.icon {
  position: absolute;
  z-index: 10;
  right: 8px;
  width: 34px;
  filter: brightness(0) invert(1);
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
  height: 100%;
}
.service-access ul > li.icon span {
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
}
.service-access ul:hover > li.icon span {
  visibility: hidden;
  opacity: 0;
}
.service-access ul li.telegram a,
.social-media ul li.telegram a {
  background-color: #0181C2;
}
.service-access ul li.call a,
.service-access ul li.call button,
.social-media ul li.call a,
.social-media ul li.call button {
  background-color: var(--theme-color);
  color: #fff !important;
}
.service-access ul li.whatsup a,
.social-media ul li.whatsup a{
  background-color: #40CE50;
}
.social-media ul li.icon a{
  background-color: #11bb24;
}
.service-access ul li.instagram a,
.social-media ul li.instagram a {
  background: #d6249f radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.service-access ul li.twitter a,
.social-media ul li.twitter a {
  background-color: #1B93E4;
}
.service-access ul li.aparat a,
.social-media ul li.aparat a {
  background-color: #DD2D57;
}
.service-access ul li.facebook a,
.social-media ul li.facebook a {
  background-color: #1572E6;
}
.service-access ul:hover li:nth-child(1) a {
  transform: translatex(-55px) rotate(360deg);
  transition-delay: 0.4s;
}

.service-access ul:hover li:nth-child(2) a {
  transform: translatex(-110px) rotate(360deg);
  transition-delay: 0.2s;
}

.service-access ul:hover li:nth-child(3) a {
  transform: translatex(-165px) rotate(360deg);
  transition-delay: 0s;
}
/*////////////////////////////////////////////*/

.contact-modal.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.7);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.contact-modal.modal.active {
  visibility: visible;
  opacity: 1;
}
.contact-modal#modal-template-7 .modal-dialog {
  max-width: 900px;
  width: 100%;
}
.contact-modal.modal.show .modal-dialog {
  transform: none;
  border-radius: 16px;
  overflow: hidden;
}
.contact-modal.modal.show .modal-dialog {
  transform: none;
}
.contact-modal.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px);
}
@media (min-width: 576px) {
  .contact-modal .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
@media (min-width: 576px) {
  .contact-modal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .contact-modal .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }

  .contact-modal .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
}
.contact-modal#modal-template-7 .modal-content {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 450px;
  border-radius: 15px;
  overflow: hidden;
}
.contact-modal.modal .modal-content {
  border: none;
  border-radius: 12px;
}
.contact-modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
}
.contact-modal#modal-template-7 .modal-header {
  border-bottom: none;
  position: absolute;
  left: 0px;
  z-index: 1;
}
.contact-modal.modal .modal-content .modal-header {
  border: none;
}
.contact-modal .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.contact-modal.modal .modal-content .modal-body {
  padding: 1rem 0 !important;
}
#addToCartNotif .modal-content .modal-body h3 {
  text-align: center;
  color: #424344;
  font-size: 26px;
  line-height: 1.6;
}
.contact-modal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.text-bold {
  font-weight: bold;
}
.contact-modal#modal-template-7 .popup-content {
  text-align: right;
  width: 50%;
  margin-left: auto;
  margin-right: 30px;
}
.contact-modal#modal-template-7 .popup-content span {
  font-size: 24px;
  padding: 15px 0px 25px;
  display: block;
}
.contact-modal#modal-template-7 .popup-content label:not(.custom-control-label) {
  margin-bottom: 0px;
  position: relative;
  top: 11px;
  background-color: #fff;
  right: 26px;
  padding: 0px 10px;
  font-size: 16px;
}

.contact-modal#modal-template-7 .popup-content input:not([type="radio"]) {
  padding: 10px 10px;
  width: 100%;
  border-radius: 30px;
  background-color: #fff !important;
  height: unset;
}

.contact-modal#modal-template-7 .form-control {
  margin-bottom: 30px;
}
.contact-modal .btn, .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.contact-modal#modal-template-7 .popup-content .radioInput label:not(.custom-control-label) {
  margin-bottom: 0px;
  position: relative;
  top: 0;
  background-color: #fff;
  right: 26px;
  padding: 0px 10px;
  font-size: 16px;
}
.contact-modal#modal-template-7 .popup-content .radioInput .form-check {
  display: flex;
  align-self: center;
}
.contact-modal#modal-template-7 .popup-content p {
  font-size: 18px;
  margin: 42px 0px 20px;
}
.contact-modal#modal-template-7 .popup-content .radioInput {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-modal#modal-template-7 .modal-footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: none;
  margin-right: 25px;
  margin-left: auto;
  padding-bottom: 42px;
}

.contact-modal.modal .modal-content .modal-footer {
  border: none;
  padding: 0.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-modal#modal-template-7 .modal-footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: none;
  margin-right: 25px;
  margin-left: auto;
}
.contact-modal.modal .modal-content .modal-footer {
  border: none;
  padding: 0.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-modal .modal-footer.modal-footer-contact {
  display: none !important;
}
.contact-modal .modal-footer.modal-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0 !important;
  width: 100%;
  justify-content: center;
  border-top: 2px solid #eee !important;
  background-color: #f8f9fa;
}
.contact-modal .green #modal-template-7 .modal-footer button {
  background-color: var(--theme-color);
}
.contact-modal#modal-template-7 .modal-footer button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 30px;
  border: none;
  background-color: var(--theme-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-modal#modal-template-7 .modal-footer button:hover svg {
  -webkit-animation: bounceLeftBtn 1.5s infinite;
  animation: bounceLeftBtn 1.5s infinite;
}
.contact-modal#modal-template-7 .modal-footer button svg {
  margin-right: 3px;
}
@keyframes bounceLeftBtn {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
.contact-modal .modal-footer.modal-footer-contact {
  display: none !important;
}
.contact-modal .modal-footer.modal-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0 !important;
  width: 100%;
  justify-content: center;
  border-top: 2px solid #eee !important;
  background-color: #f8f9fa;
}
.contact-modal .modal-footer.modal-footer-contact .phones {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.add-home-shortcut {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #f7f8f9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  color: var(--theme-color);
  border-radius: 3px;
  box-shadow: 0 0 100px 0 rgb(251 52 73 / 50%);
}
.add-home-shortcut.hide {
  display: none;
}
.add-home-shortcut img {
  position: absolute;
  left: 20px;
  top: 12px;
  filter: brightness(0.6);
  width: 14px;
}

.last-document .squer-box{
  text-align: right !important;
}

.text-box ul {
  padding-right: 25px !important;
  line-height: 27px !important;
}
.text-box ul li {
  list-style: unset !important;
}


.tabs-box-details td p {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center
}


.tabs-box-details tbody{
  border: 1px solid !important;
}

.tabs-box-details td{
  border: 1px solid !important;
}

.tabs-box-details ul {
  padding-right: 25px !important;
  line-height: 27px !important;
}
.tabs-box-details ul li {
  list-style: unset !important;
}

.tabs-box-details h2 {
  margin: 15px 0;
}

.tabs-box-details h3 {
  font-size: 20px !important;
  margin: 15px 0;
}

.tabs-box-details table {
  margin: 15px 0
}

.tabs-box-details ul {
  margin: 10px 0
}