@charset "UTF-8";

.product__img img {
  transition: transform 0.3s ease;
  transform: scale(1);
}

.product__img:hover img {
  transform: scale(1.2);
}

.continue-buying {
  padding: 5px;
}

.modal-fastbuy {
  width: 1024px !important;
}

.modal-fastbuy .product-count__box {
  position: inherit !important;
  height: 100%;
}

.modal-fastbuy .product-select-wrapper label {
  width: 80px;
}

.modal-fastbuy .add-basket {
  position: unset !important;
  transform: none !important;
}

.owl-item .btn-buy-fast {
  margin-bottom: 10px;
  margin-right: 10px;
}

.btn-buy-fast {
  background: #2e3192;
  border: 5px solid #2e3192;
  border-radius: 50px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  transition-duration: 0.5ms;
}

@keyframes backgroundOut {
  0% {
    opacity: 1;
    transform: translate(50%, -50%) scale(420);
  }

  90% {
    opacity: 1;
    transform: translate(50%, -50%) scale(5);
  }

  100% {
    opacity: 0;
    transform: translate(50%, -50%) scale(1);
  }
}

@keyframes backgroundIn {
  0% {
    opacity: 0;
    transform: translate(50%, -50%) scale(1);
  }

  10% {
    opacity: 1;
    transform: translate(50%, -50%) scale(42);
  }

  100% {
    opacity: 1;
    transform: translate(50%, -50%) scale(420);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes shake {

  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1 !important;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/eot/IRANSansWeb(FaNum).eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb(FaNum).woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  src: url("../fonts/eot/iranyekanwebextrablack.eot");
  src: url("../fonts/eot/iranyekanwebextrablack.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff/iranyekanwebextrablack.woff") format("woff"),
    url("../fonts/ttf/iranyekanwebextrablack.ttf") format("truetype");
}

@font-face {
  font-family: SGKaraRegular;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/ttf/SGKara-Regular.ttf") format("truetype");
}

@font-face {
  font-family: SGKaraLight;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/ttf/SGKara-Light.ttf") format("truetype");
}

@font-face {
  font-family: SGKaraSemiBold;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/ttf/SGKara-SemiBold.ttf.ttf") format("truetype");
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  direction: rtl;
}

.wrapper {
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .wrapper {
    padding: 0;
  }
}

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

* {
  direction: rtl;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  direction: rtl;
}

*::-webkit-scrollbar-track {
  background: rgba(120, 120, 120, 0.43);
}

*::-webkit-scrollbar-thumb {
  background: #17195f;
  border-radius: 4px;
}

* body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: right;
  background-color: #fff;
  font-family: SGKaraRegular !important;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.form-login .error {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 0 5px 0 !important;
}

@media (min-width: 576px) {
  .form-login .error {
    padding: 0 35px 0 !important;
  }
}

.form-login .error span {
  color: #eb78ab;
  font-size: 12px;
  text-align: right;
}

@media (min-width: 768px) {
  .form-login .error span {
    font-size: 15px;
  }
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  background: #f9f9f9;
  border-right: 5px solid #ccc;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

blockquote:after {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
  margin: 0 10px 0;
}

blockquote p {
  display: inline;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.v-application {
  font-family: SGKaraRegular !important;
}

.v-application .display-1,
.v-application .display-2,
.v-application .display-3,
.v-application .display-4,
.v-application .headline,
.v-application .title,
.v-application .subtitle-1,
.v-application .subtitle-2,
.v-application .body-1,
.v-application .body-2,
.v-application .caption,
.v-application .overline {
  font-family: SGKaraRegular !important;
}

html {
  scroll-behavior: smooth;
}

body {
  text-align: right;
}

ul {
  list-style: none;
}

button,
button:active,
button:focus,
input,
input:focus,
input:active,
textarea,
textarea:focus,
textarea:active {
  outline: none !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}

.custom-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 576px) {
  .custom-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .custom-container {
    max-width: 1050px;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 1190px;
  }
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1440px;
  }
}

.mt-6 {
  margin-top: 3.5rem !important;
}

.mt-8 {
  margin-top: 4.5rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.breadcrumb {
  display: block !important;
  padding: 35px 6%;
  background-color: inherit;
  margin: 0;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb .breadcrumb-item {
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  font-weight: normal;
  color: #b5b5b5;
  transition: all 300ms;
}

@media (max-width: 768px) {
  .breadcrumb {
    max-width: 100%;
    overflow-x: auto;
  }

  .breadcrumb::-webkit-scrollbar-thumb {
    background-color: transparent;
  }

  .breadcrumb::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }
}

.breadcrumb .breadcrumb-item a:hover {
  color: #2e3192;
  transition: all 300ms;
}

.breadcrumb.breadcrumb-right-arrow .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

.breadcrumb.breadcrumb-right-arrow .breadcrumb-item+.breadcrumb-item::after {
  content: "›";
  vertical-align: top;
  font-size: 34px;
  line-height: 27px;
  font-weight: 100;
  padding: 0 0.7rem 0;
  font-family: "IRANSans";
  color: #eb78ab !important;
}

.breadcrumb.breadcrumb-right-arrow .breadcrumb-item+.breadcrumb-item::before {
  content: "";
}

.breadcrumb.breadcrumb-right-arrow .breadcrumb-item::after {
  content: "›";
  vertical-align: top;
  font-size: 34px;
  line-height: 27px;
  font-weight: 100;
  padding: 0 0.7rem 0;
  font-family: "IRANSans";
  color: #eb78ab !important;
}

.breadcrumb.breadcrumb-right-arrow .breadcrumb-item:last-child::after {
  display: none;
}

.checkbox-btn,
.radio-btn {
  position: relative;
  padding-right: 20px;
}

.checkbox-btn input[type="checkbox"],
.checkbox-btn input[type="radio"],
.radio-btn input[type="checkbox"],
.radio-btn input[type="radio"] {
  position: relative;
  z-index: 1;
  opacity: 0;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  /* IE<9 graceful degradation */
}

.checkbox-btn label,
.radio-btn label {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  padding-left: 33px;
  line-height: 24px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
  color: #999;
}

.checkbox-btn label::after,
.radio-btn label::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin-right: -18px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #2e3192;
  border-radius: 3px;
  content: "";
}

.checkbox-btn label::before,
.radio-btn label::before {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  width: 10px;
  height: 5px;
  margin-right: -18px;
  background: transparent;
  border: 2px solid #2e3192;
  border-top: none;
  border-left: none;
  content: "";
  opacity: 0;
  transform: rotate(-45deg);
  transition: all 0.15s ease-in-out;
}

.checkbox-btn label:active::before,
.radio-btn label:active::before {
  opacity: 0.3;
}

.checkbox-btn input[type="checkbox"]:checked+label::after,
.checkbox-btn input[type="radio"]:checked+label::after,
.radio-btn input[type="checkbox"]:checked+label::after,
.radio-btn input[type="radio"]:checked+label::after {
  border: 2px solid #eb78ab;
}

.checkbox-btn input[type="checkbox"]:checked+label::before,
.checkbox-btn input[type="radio"]:checked+label::before,
.radio-btn input[type="checkbox"]:checked+label::before,
.radio-btn input[type="radio"]:checked+label::before {
  opacity: 1;
}

.checkbox-btn input[type="checkbox"]:disabled+label,
.checkbox-btn input[type="radio"]:disabled+label,
.radio-btn input[type="checkbox"]:disabled+label,
.radio-btn input[type="radio"]:disabled+label {
  color: #787878;
  cursor: default;
}

.checkbox-btn input[type="checkbox"]:disabled+label::after,
.checkbox-btn input[type="radio"]:disabled+label::after,
.radio-btn input[type="checkbox"]:disabled+label::after,
.radio-btn input[type="radio"]:disabled+label::after {
  background-color: #fff;
  border: 2px solid #787878;
}

.checkbox-btn input[type="checkbox"]:disabled+label::before,
.checkbox-btn input[type="radio"]:disabled+label::before,
.radio-btn input[type="checkbox"]:disabled+label::before,
.radio-btn input[type="radio"]:disabled+label::before {
  display: none;
}

.checkbox-btn label::before {
  position: absolute;
  top: 3px;
  right: 6px;
  z-index: 1;
  width: 7px;
  height: 12px;
  margin-right: -18px;
  background: transparent;
  border: 2px solid #2e3192;
  border-top: none;
  border-left: none;
  content: "";
  opacity: 0;
  transform: rotate(37deg);
  transition: all 0.15s ease-in-out;
}

.radio-btn label {
  color: #999;
}

.radio-btn label::after {
  border-radius: 50%;
  border: 2px solid #2e3192;
}

.radio-btn label::before {
  top: 2px;
  right: 2px;
  width: 16px;
  height: 16px;
  background-color: #eb78ab;
  border: 0;
  border-radius: 50%;
  transform: rotate(0deg);
}

.dropdown-el {
  display: inline-block;
  min-height: 2.5em;
  max-height: 2.5em;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  text-align: left;
  white-space: nowrap;
  color: #444;
  outline: none;
  border-radius: 52px;
  border: 2px solid #2e3192;
  transition: 0.3s all ease-in-out;
  /* position: absolute; */
  top: auto;
  right: auto;
  margin: 0;
  padding: 0;
}

.dropdown-el input:focus+label {
  background: #def;
}

.dropdown-el input {
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  opacity: 0.01;
}

.dropdown-el label {
  border-top: 0.06em solid #d9d9d9;
  display: block;
  line-height: 2.2em;
  padding-left: 3em;
  padding-right: 1.5em;
  text-align: right;
  cursor: pointer;
  position: relative;
  transition: 0.3s color ease-in-out;
}

/* .dropdown-el label:nth-child(2) {
  margin-top: 2em;
  border-top: 0.06em solid #d9d9d9;
} */

.dropdown-el input:checked+label {
  display: block;
  border-top: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.dropdown-el input:checked+label:nth-child(2) {
  margin-top: 0;
  position: relative;
}

.dropdown-el::after {
  content: "";
  position: absolute;
  left: 0.8em;
  top: 0.9em;
  background: url("../img/icon/arrow-left.svg");
  transition: 0.4s all ease-in-out;
}

.dropdown-el.expanded {
  border: 2px solid #2e3192;
  background: #fff;
  border-radius: 0.25em;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
  max-height: 16em;
  height: auto;
}

.dropdown-el.expanded label {
  border-top: 0.06em solid #d9d9d9;
}

.dropdown-el.expanded label:hover {
  color: #3694d7;
}

.dropdown-el.expanded input:checked+label {
  color: #3694d7;
}

.dropdown-el.expanded label.selected {
  color: #3694d7;
}

.dropdown-el.expanded::after {
  transform: rotate(-180deg);
  top: 0.55em;
}

input,
select {
  border: 1px solid #2e3192 !important;
  border-radius: 50px !important;
  height: 45px !important;
  padding: 0 18px !important;
  width: 100% !important;
  margin: 0 0 25px !important;
  font-size: 15px;
}

@media (min-width: 768px) {

  input,
  select {
    height: 45px !important;
    padding: 0 18px !important;
    font-size: inherit;
  }
}

input:focus,
input:active,
input:visited,
select:focus,
select:active,
select:visited {
  outline: none;
  box-shadow: none;
}

textarea {
  border: 1px solid #2e3192 !important;
  border-radius: 15px !important;
  padding: 17px 18px !important;
  width: 100% !important;
  margin: 0 0 25px !important;
}

textarea:focus,
textarea:active,
textarea:visited {
  outline: none !important;
  box-shadow: none !important;
}

.modal-replay {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  background: #2e3192b5;
  opacity: 0;
  padding-right: 7px;
}

.modal-replay.show {
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
  opacity: 1;

}

.modal-replay .modal-dialog-replay {
  /* pointer-events: none;
  width: 95%;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  height: 95%; */
}

.modal-replay {
  display: flex;
  justify-content: center;
  z-index: 999;
}

.modal-replay .modal-dialog-replay {
  top: 0;
}

@media (min-width: 768px) {
  .modal-replay .modal-dialog-replay {
    margin: 0.5rem;
    width: 669px;
    height: auto;
  }
}

.modal-replay .modal-content-replay {
  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, 0.2);
  border-radius: 30px;
  outline: 0;
}

.modal-replay .modal-header-replay {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
}

.close-modal-replay {
  top: 9px;
  font-size: 34px;
  color: #2e3192;
  left: 19px;
  position: absolute;
  cursor: pointer;
  font-weight: bold;
}

@media (min-width: 768px) {
  .close-modal-replay {
    left: 47px;
    top: 17px;
  }
}

.popup-title-comment {
  font-size: 16px;
  height: 41px;
  line-height: 38px;
  padding: 0 12px;
  width: 100%;
  color: #2e3192;
  text-align: right;
}

.popup-title-category {
  padding: 0 22px;
}

.modal-body-replay {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-body-replay .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  background: inherit;
  padding: 0;
}

.modal-body-replay .form-row .col-md-12 {
  display: block;
}

.modal-body-replay .form-row .btn {
  font-size: 14px;
  display: inline-block;
  width: auto;
  color: #fff;
  padding: 13px 20px;
  top: 0;
}

.modal-body-replay .form-row input:-ms-input-placeholder,
.modal-body-replay .form-row textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #495057 !important;
  font-weight: normal !important;
}

.modal-body-replay .form-row input::placeholder,
.modal-body-replay .form-row textarea::placeholder {
  color: #495057 !important;
  font-weight: normal !important;
}


.btn:focus,
.btn.focus {
  box-shadow: none !important;
}

.title__header {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
}

.title__header span {
  font-size: 20px;
  margin: 0 16px;
  font-weight: bold;
  color: #2e3192;
}

@media (min-width: 992px) {
  .title__header span {
    font-size: 25px;
  }
}

.title__header img {
  width: 25px;
}

.title__header h1 {
  font-size: 20px;
  margin: 0 16px;
  font-weight: bold;
  color: #2e3192;
}

@media (min-width: 992px) {
  .title__header h1 {
    font-size: 25px;
  }
}

.main-content {
  padding: 0 6%;
}

.main-content h3 {
  font-size: 25px;
  color: #2e3192;
  margin: 0 0 20px;
}

.main-content p {
  text-align: justify;
  font-size: 12px;
  line-height: 40px;
  color: #999;
}

.header {
  box-shadow: 0px 0px 27px -15px #2e3192;
  margin: 0 0 20px;
  height: auto;
}

.header__top,
.navbar-expand-lg .nav-menu .header__bottom,
.header__main .header__bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  width: 100%;
}

.header__top--item {
  margin: 0;
  border-radius: 0;
  background-size: auto 100%;
  height: 35px;
  width: 100%;
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .header__top--item {
    height: 60px;
    background-size: cover;
  }
}

.header.haeder-blog {
  margin: 0;
}

.header .navbar {
  align-items: flex-start;
  width: 100%;
  display: inline-block;
}

@media (min-width: 1200px) {
  .header .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }
}

.header .navbar .dropdown-menu {
  border: none;
  background: #fff;
}

.header .navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .header .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 147px;
    padding-top: 17px;
    display: block;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    transition: visibility 0s, opacity 0.3s linear;
    background-color: inherit;
    box-shadow: 0px 2px 8px -10px #000;
  }
}

.header .navbar .dropdown-menu__block {
  display: flex;
  background-color: #2e3192 !important;
  padding: 40px 0;
}

.header .navbar .dropdown-menu__box {
  padding: 15px 78px;
  border-left: 1px solid #eb78ab;
  max-width: 20%;
  flex: 20%;
}

.header .navbar .dropdown-menu__box span {
  display: block;
  margin-bottom: 50px;
  text-align: right;
}

.header .navbar .dropdown-menu__box a {
  font-size: 17px;
  color: #e2e2e2 !important;
  padding: 0 8px !important;
  text-align: right !important;
  height: 42px !important;
  font-weight: 100 !important;
  border: 0 !important;
}

.header .navbar .nav-item .dropdown-toggle:after {
  display: none;
}

@media (min-width: 1200px) {
  .header .navbar .dropdown {
    position: static;
  }
}

.header .navbar .dropdown:hover:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  transform: rotate(-90deg) translate(-38px, -41px);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2e3192;
}

@media (min-width: 1200px) {
  .header .navbar .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
}

@media (min-width: 1200px) {
  .header .navbar .dropdown:hover .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
}

.header .navbar-brand {
  float: left;
}

@media (min-width: 992px) {
  .header .navbar-brand {
    float: none;
    margin: auto;
    position: absolute;
    left: 20px;
    top: 0;
  }
}

.header .navbar-brand img {
  width: 70px;
}

@media (min-width: 992px) {
  .header .navbar-brand img {
    width: 130px;
  }
}

.header .navbar-brand .desktop {
  display: none;
}

@media (min-width: 992px) {
  .header .navbar-brand .desktop {
    display: block;
  }
}

.header .navbar-brand .mobile {
  display: block;
}

@media (min-width: 992px) {
  .header .navbar-brand .mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .header .navbar-brand {
    position: static;
    margin: auto;
    display: table;
  }
}

@media (min-width: 1300px) {
  .header .navbar-brand {
    width: 180px;
    margin: 0;
    margin-left: 34px;
    margin-right: 4%;
  }
}

.header .navbar-brand .second-logo {
  width: 101px;
  margin: auto;
  display: block;
  width: 70px;
}

@media (min-width: 992px) {
  .header .navbar-brand .second-logo {
    margin: 22px 0 26px;
    width: 130px;
  }
}

.header__mobile {
  position: fixed;
  bottom: -1px;
  width: 100%;
  z-index: 99;
  border-top: 2px solid #f17baa;
  background-color: #fff;
  right: 0;
}

@media (min-width: 992px) {
  .header__mobile {
    display: none;
  }
}

.header__mobile--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}

.header__mobile--list li {
  flex: 33.333%;
  max-width: 33.333%;
  text-align: center;
  margin: 8px 0;
}

.header__mobile--list li button,
.header__mobile--list li a {
  border: 0;
  background: inherit;
  padding: 6px 0;
  display: inline-block;
}

.header__mobile--list li button img,
.header__mobile--list li a img {
  width: 35px;
  display: block;
  margin: 0 auto 0px;
}

.header__mobile--list li button span,
.header__mobile--list li button a,
.header__mobile--list li a span,
.header__mobile--list li a a {
  margin: 0 auto 8px;
  font-size: 10px;
  color: #2e3192;
  font-weight: bold;
  font-family: "IRANSans";
}

.header__mobile--search {
  width: 100%;
  height: 100%;
  z-index: 10000000;
  position: fixed;
  direction: ltr;
  top: 0;
  left: 0;
  background: #2e3192b5;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.header__mobile--search.active {
  transition: all 0.25s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.header__mobile--search .close-search {
  position: absolute;
  width: 30px;
  height: 30px;
  filter: brightness(100);
  left: 29px;
  opacity: 40;
  top: 31px;
  cursor: pointer;
}

.header__mobile--search .search {
  border: 2px solid #ffffff;
  border-radius: 50px;
  height: 45px;
  display: flex;
  width: 85%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

@media (min-width: 992px) {
  .header__mobile--search .search {
    height: 52px;
  }
}

.header__mobile--search .search button {
  margin: 0 5px 0 0;
  width: 40px;
  border: 0;
  background: inherit;
  padding: 1px 6px;
}

@media (min-width: 768px) {
  .header__mobile--search .search button {
    margin: 0 8px;
    width: 44px;
  }
}

@media (min-width: 992px) {
  .header__mobile--search .search button {
    flex: 4%;
    max-width: 4%;
    width: auto;
  }
}

.header__mobile--search .search button img {
  width: 24px;
  filter: brightness(100);
}

.header__mobile--search .search input {
  height: 83% !important;
  font-size: 11px;
  border: 0 !important;
  position: relative;
  top: 4px;
  flex: 95%;
  max-width: 95%;
  border-radius: 55px;
  padding: 0 5px 0 !important;
  background: inherit;
  color: #fff !important;
}

.header__mobile--search .search input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

.header__mobile--search .search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.header__mobile--search .search input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

@media (min-width: 768px) {
  .header__mobile--search .search input {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .header__mobile--search .search input {
    padding: 10px !important;
  }
}

.navbar-toggler {
  position: absolute;
}

.notify {
  text-align: center;
  height: 56px;
  margin: 4px 0;
  border-radius: 12px;
  line-height: 53px;
  font-size: 14px;
  position: fixed;
  bottom: 78px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 37px;
  width: 95%;
  z-index: 10000;
}

@media (min-width: 768px) {
  .notify {
    transform: translate(0, 0);
    bottom: 30px;
    font-size: 18px;
    width: auto;
    left: 31px;
  }
}

.notify.success {
  color: #1e8822;
  background: #c8e6c9cc;
}

.notify.danger {
  color: #ffffff;
  background: #f4433661;
}

.header__main {
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 992px) {
  .header__main {
    padding-top: 22px;
  }
}

.header__main .header__top,
.header__main .navbar-expand-lg .nav-menu .header__bottom,
.navbar-expand-lg .nav-menu .header__main .header__bottom,
.header__main .header__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  display: none;
}

@media (min-width: 992px) {

  .header__main .header__top,
  .header__main .navbar-expand-lg .nav-menu .header__bottom,
  .navbar-expand-lg .nav-menu .header__main .header__bottom,
  .header__main .header__bottom {
    padding-left: 4%;
    display: flex;
  }
}

.header__main .header__top .form-inline,
.header__main .header__bottom .form-inline {
  flex: 100%;
  max-width: 100%;
  justify-content: space-between;
}

@media (min-width: 992px) {

  .header__main .header__top .form-inline,
  .header__main .header__bottom .form-inline {
    flex: 86%;
    max-width: 86%;
  }
}

@media (min-width: 1400px) {

  .header__main .header__top .form-inline,
  .header__main .header__bottom .form-inline {
    flex: 70%;
    max-width: 70%;
  }
}

.header__main .header__top .form-inline .search,
.header__main .header__bottom .form-inline .search {
  border: 2px solid #2e3192;
  border-radius: 50px;
  height: 45px;
  display: flex;
  flex: 60%;
  max-width: 60%;
}

@media (min-width: 992px) {

  .header__main .header__top .form-inline .search,
  .header__main .header__bottom .form-inline .search {
    flex: 77%;
    max-width: 77%;
    height: 52px;
  }
}

.header__main .header__top .form-inline .search button,
.header__main .header__bottom .form-inline .search button {
  margin: 0 5px 0 0;
  width: 40px;
  border: 0;
  background: inherit;
  padding: 1px 6px;
}

@media (min-width: 768px) {

  .header__main .header__top .form-inline .search button,
  .header__main .header__bottom .form-inline .search button {
    margin: 0 8px;
    width: 44px;
  }
}

@media (min-width: 992px) {

  .header__main .header__top .form-inline .search button,
  .header__main .header__bottom .form-inline .search button {
    flex: 4%;
    width: auto;
  }
}

.header__main .header__top .form-inline .search button img,
.header__main .header__bottom .form-inline .search button img {
  width: 24px;
}

.header__main .header__top .form-inline .search input,
.header__main .header__bottom .form-inline .search input {
  height: 83% !important;
  font-size: 11px;
  border: 0 !important;
  position: relative;
  top: 4px;
  flex: 95%;
  max-width: 95%;
  border-radius: 55px;
  padding: 0 5px 0 !important;
}

@media (min-width: 768px) {

  .header__main .header__top .form-inline .search input,
  .header__main .header__bottom .form-inline .search input {
    font-size: 14px;
  }
}

@media (min-width: 992px) {

  .header__main .header__top .form-inline .search input,
  .header__main .header__bottom .form-inline .search input {
    padding: 10px !important;
  }
}

.header__main .header__top .account,
.header__main .header__bottom .form-inline .account {
  flex: 22%;
}

@media (min-width: 992px) {

  .header__main .header__top .account,
  .header__main .header__bottom .form-inline .account {
    flex: 30%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {

  .header__main .header__top .account,
  .header__main .header__bottom .form-inline .account {
    flex: 16%;
    max-width: 16%;
  }
}

@media (min-width: 1400px) {

  .header__main .header__top .account,
  .header__main .header__bottom .form-inline .account {
    display: flex;
    justify-content: flex-end;
    flex: 16%;
    max-width: 18%;
  }
}

.header__main .header__top .account .login,
.header__main .header__bottom .form-inline .account .login {
  border: 0;
  height: 45px;
  border-radius: 50px;
  padding: 0 10px;
  line-height: 0;
  width: 100%;
  background: #eb78ab;
  color: #fff;
  font-size: 13px;
}

@media (min-width: 992px) {

  .header__main .header__top .account .login,
  .header__main .header__bottom .form-inline .account .login {
    font-size: 12px;
    height: 50px;
    width: 110px;
  }
}

@media (min-width: 1200px) {

  .header__main .header__top .account .login,
  .header__main .header__bottom .form-inline .account .login {
    font-size: 17px;
    width: 130px;
  }
}

.header__main .header__top .account .login:hover,
.header__main .header__bottom .form-inline .account .login:hover {
  background: #2e3192;
}

.header__main .header__top .account .profile-dropdown,
.header__main .header__bottom .form-inline .account .profile-dropdown {
  display: flex;
  position: relative;
  margin: auto;
  font-weight: bold;
  font-size: 1.3rem;
  cursor: pointer;
  border-radius: 2px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  justify-content: flex-start;
  /* Likely future */
}

.header__main .header__top .account .profile-dropdown i,
.header__main .header__bottom .form-inline .account .profile-dropdown i {
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url("../img/icon/left-arrow.svg");
  transform: rotate(-90deg);
  position: relative;
  margin: 0 13px;
}

.header__main .header__top .account .profile-dropdown input[type="checkbox"],
.header__main .header__bottom .form-inline .account .profile-dropdown input[type="checkbox"] {
  display: none;
}

.header__main .header__top .account .profile-dropdown input[type="checkbox"]:checked~ul,
.header__main .header__bottom .form-inline .account .profile-dropdown input[type="checkbox"]:checked~ul {
  display: block;
  animation: pulse 0.5s;
  margin: 12px 0;
  width: 100%;
  overflow: hidden;
}

.header__main .header__top .account .profile-dropdown img,
.header__main .header__bottom .form-inline .account .profile-dropdown img {
  display: inline-block;
  height: 2.5rem;
  aspect-ratio: 1;
  vertical-align: middle;
  border-radius: 50%;
}

.header__main .header__top .account .profile-dropdown span,
.header__main .header__bottom .form-inline .account .profile-dropdown span {
  color: #2e3192;
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
  text-align: right;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header__main .header__top .account .profile-dropdown ul,
.header__main .header__bottom .form-inline .account .profile-dropdown ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  border-radius: 8px;
  z-index: 1;
  box-shadow: 0 0 6px -3px #000;
}

.header__main .header__top .account .profile-dropdown ul li a,
.header__main .header__bottom .form-inline .account .profile-dropdown ul li a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  color: black;
  font-size: 12px;
  text-align: right;
}

.header__main .header__top .account .profile-dropdown ul li a:hover,
.header__main .header__bottom .form-inline .account .profile-dropdown ul li a:hover {
  background: #282a7f;
  color: #fff;
}

.header__main .header__top .account .profile-dropdown ul li:first-child a:hover,
.header__main .header__bottom .form-inline .account .profile-dropdown ul li:first-child a:hover {
  border-radius: 3px 3px 0 0;
}

.header__main .header__top .account .profile-dropdown ul li:last-child a:hover,
.header__main .header__bottom .form-inline .account .profile-dropdown ul li:last-child a:hover {
  border-radius: 0 0 3px 3px;
}

.header__main .header__top .account .profile-dropdown>label,
.header__main .header__bottom .form-inline .account .profile-dropdown>label {
  position: relative;
  height: 3.5rem;
  display: block;
  text-decoration: none;
  background: transparent;
  color: #333;
  box-sizing: border-box;
  padding: 0.9rem;
  float: right;
  border-radius: 0 3px 3px 0;
}

.header__main .header__top .left-content,
.header__main .header__bottom .left-content {
  flex: inherit;
  max-width: inherit;
}

@media (min-width: 992px) {

  .header__main .header__top .left-content,
  .header__main .header__bottom .left-content {
    flex: 8%;
    max-width: 8%;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {

  .header__main .header__top .left-content,
  .header__main .header__bottom .left-content {
    flex: 10%;
    max-width: 10%;
  }
}

@media (min-width: 1400px) {

  .header__main .header__top .left-content,
  .header__main .header__bottom .left-content {
    flex: 8%;
    max-width: 8%;
  }
}

.header__main .header__top .left-content .basket,
.header__main .header__bottom .left-content .basket {
  width: 35px;
  float: left;
  padding: 0 0;
  display: none;
}

@media (min-width: 992px) {

  .header__main .header__top .left-content .basket,
  .header__main .header__bottom .left-content .basket {
    position: static;
    display: flex;
  }
}

@media (min-width: 1200px) {

  .header__main .header__top .left-content .basket,
  .header__main .header__bottom .left-content .basket {
    width: 40px;
  }
}

.header__main .header__top .left-content .basket:hover .cls-1,
.header__main .header__bottom .left-content .basket:hover .cls-1 {
  stroke-width: 3px;
}

.header__main .header__top .left-content .basket .count-basket,
.header__main .header__bottom .left-content .basket .count-basket {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #eb78ab;
  color: #fff;
  padding: 2px 0;
  position: absolute;
  margin: 20px -11px;
  font-size: 16px;
  line-height: 15px;
  display: block;
  text-align: center;
  font-family: IRANSans;
}

@media (min-width: 992px) {

  .header__main .header__top .left-content .basket .count-basket,
  .header__main .header__bottom .left-content .basket .count-basket {
    width: 22px;
    height: 22px;
    margin: 27px -11px;
  }
}

.header__main .header__top .left-content #favorite .count-basket,
.header__main .header__bottom .left-content #favorite .count-basket {
  margin: 27px -3px;
}

.header__main #menuToggle {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
}

@media (min-width: 992px) {
  .header__main #menuToggle {
    display: none;
  }
}

.header__main #menuToggle a {
  text-decoration: none;
  color: #2e3192;
  transition: color 0.3s ease;
}

.header__main #menuToggle a:hover {
  color: tomato;
}

.header__main #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 100000;
  -webkit-touch-callout: none;
}

.header__main #menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #eb78ab;
}

.header__main #menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.header__main #menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

.header__main #menuToggle input:checked~.ul {
  transform: none;
  right: 0;
}

.header__main #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #2e3192;
  border-radius: 3px;
  z-index: 1000;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.header__main #menuToggle span:first-child {
  transform-origin: 0% 0%;
}

.header__main #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.header__main #menu {
  position: fixed;
  width: 100%;
  margin: 0 0 0 -50px;
  padding: 77px 0 0;
  height: 100%;
  z-index: 100;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 0px 5px -2px #000;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  right: 0;
  transform: translate(163%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media (min-width: 576px) {
  .header__main #menu {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .header__main #menu {
    padding: 77px 0 0;
  }
}

.header__main #menu #cssmenu,
.header__main #menu #cssmenu ul,
.header__main #menu #cssmenu ul li,
.header__main #menu #cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header__main #menu #cssmenu {
  width: 100%;
  color: #2e3192;
  overflow-x: auto;
  height: 100%;
}

.header__main #menu #cssmenu .links-left {
  display: flex;
  justify-content: center;
  margin: 52px 0;
  border: 0;
  flex-direction: column;
  align-items: center;
}

.header__main #menu #cssmenu .links-left .nav-item {
  max-width: 50%;
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__main #menu #cssmenu .links-left .nav-item .nav-link {
  border: 0;
  padding: 0;
  display: flex;
  margin: 0 0 18px;
  text-align: right;
}

.header__main #menu #cssmenu .links-left .nav-item .nav-link img {
  width: 30px;
}

.header__main #menu #cssmenu .links-left .nav-item .nav-link span {
  width: 100%;
  background: inherit;
  height: auto;
  margin: 0;
  padding: 10px;
}

.header__main #menu #cssmenu ul .list-menu {
  border-bottom: 1px solid #e4e4e4;
}

.header__main #menu #cssmenu ul ul {
  display: none;
}

.header__main #menu #cssmenu ul h3 {
  display: none;
}

.header__main #menu #cssmenu>ul>li.active>ul {
  display: block;
}

.header__main #menu #cssmenu>ul>li.open>h3 {
  display: block;
  font-size: 12px;
  margin: 10px 40px;
  color: #4a4a4a;
}

.header__main #menu .align-right {
  float: right;
}

.header__main #menu #cssmenu>ul>li>a {
  padding: 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;

  text-decoration: none;
  color: #2e3192;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media only screen and (min-width: 992px) {
  .header__main #menu #cssmenu>ul>li>a {
    border-right: 2px solid #3c3f99;
  }
}

.header__main #menu #cssmenu>ul>li>a:hover {
  color: #eb78ab;
}

.header__main #menu #cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  width: 79%;
  font-size: 14px;
  text-decoration: none;
  margin-right: 11%;
  border-right: 2px solid #3c3f99;
  color: #999;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.header__main #menu #cssmenu ul ul ul li a {
  padding-left: 32px;
}

.header__main #menu #cssmenu ul ul li a:hover {
  color: #eb78ab;
}

.header__main #menu #cssmenu ul ul>li.has-sub>a:after {
  top: 16px;
  left: 26px;
  background: #dddddd;
}

.header__main #menu #cssmenu ul ul>li.has-sub>a:before {
  top: 20px;
  background: #dddddd;
}

.navbar-expand-lg .nav-menu,
.header__main {
  flex-wrap: wrap;
  flex-direction: column;
}

.navbar-expand-lg .nav-menu .header__bottom,
.header__main .header__bottom {
  display: none;
  padding-top: 25px;
}

@media (min-width: 992px) {

  .navbar-expand-lg .nav-menu .header__bottom,
  .header__main .header__bottom {
    display: flex;
  }
}

.navbar-expand-lg .nav-menu .header__bottom .links-right,
.header__main .header__bottom .links-right {
  width: 70% !important;
  display: block !important;
  justify-content: space-between;
}

@media (min-width: 1200px) {

  .navbar-expand-lg .nav-menu .header__bottom .links-right,
  .header__main .header__bottom .links-right {
    margin-top: 10px;
  }
}

.navbar-expand-lg .nav-menu .header__bottom .links-right li,
.header__main .header__bottom .links-right li {
  text-align: center;
  height: 100%;
  display: inline-block;
  padding-left: 15px;
}

.navbar-expand-lg .nav-menu .header__bottom .links-right li a,
.header__main .header__bottom .links-right li a {
  transition: all 0.5s;
  font-weight: 900;
  font-size: 13px;
  color: #2e3192;
  padding-top: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 20px;
  position: relative;
  border-left: 2px solid #eb78ab;
  padding-left: 15px;
}

@media (min-width: 1200px) {

  .navbar-expand-lg .nav-menu .header__bottom .links-right li a,
  .header__main .header__bottom .links-right li a {
    font-size: 13px;
  }
}

.navbar-expand-lg .nav-menu .header__bottom .links-right li a:hover,
.header__main .header__bottom .links-right li a:hover {
  color: #eb78ab;
  transition: all 0.5s;
}

.navbar-expand-lg .nav-menu .header__bottom .links-right li:last-child a,
.header__main .header__bottom .links-right li:last-child a {
  border: 0;
}

.navbar-expand-lg .nav-menu .header__bottom .flex-column li:after,
.header__main .header__bottom .flex-column li:after {
  display: none;
}

.navbar-expand-lg .nav-menu .header__bottom .flex-column li a:hover,
.header__main .header__bottom .flex-column li a:hover {
  color: #eb78ab !important;
}

.navbar-expand-lg .nav-menu .header__bottom .links-left .nav-item .nav-link,
.header__main .header__bottom .links-left .nav-item .nav-link {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.navbar-expand-lg .nav-menu .header__bottom .links-left .nav-item .nav-link img,
.header__main .header__bottom .links-left .nav-item .nav-link img {
  width: 20px;
  margin-left: 8px;
}

.navbar-expand-lg .nav-menu .header__bottom .links-left .nav-item .nav-link span,
.header__main .header__bottom .links-left .nav-item .nav-link span {
  font-weight: bold;
  color: #2e3192;
  transition: all 0.5s;
  font-size: 13px;
}

@media (min-width: 1200px) {

  .navbar-expand-lg .nav-menu .header__bottom .links-left .nav-item .nav-link span,
  .header__main .header__bottom .links-left .nav-item .nav-link span {
    font-size: 15px;
  }
}

.navbar-expand-lg .nav-menu .header__bottom .links-left .nav-item .nav-link span:hover,
.header__main .header__bottom .links-left .nav-item .nav-link span:hover {
  color: #eb78ab;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  #container.pushed .menu-toggle {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    right: 0;
  }
}

.menu-toggle {
  -webkit-transform: translate3d(260px, 0, 0);
  -moz-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  -o-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: fixed;
  z-index: 1;
  right: -300px;
  top: 0px;
  background: #e0ad9c;
  width: 400px;
  color: #fff;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

.menu-toggle .menu {
  display: inline-block;
  width: 100%;
  position: absolute;
  right: 0;
  margin: 30% 0;
  padding: 0 34px;
}

.menu-toggle .close-menu {
  width: 45px;
  float: right;
  position: relative;
  top: 15px;
  right: 12px;
  z-index: 1000;
}

.menu li {
  border-bottom: 1px solid #fff;
}

#menu-toggle-basket {
  position: fixed;
  top: 29px;
  left: 43px;
  width: 40px;
  height: 40px;
  z-index: 10000;
  display: block;
}

#menu-toggle-basket #menu-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  display: block;
  margin-left: -12px;
  width: 32px;
  height: 4px;
}

#menu-toggle-basket #menu-toggle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e0ad9c;
  left: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  bottom: -6px;
}

#menu-toggle-basket #menu-toggle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e0ad9c;
  left: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menu-toggle-basket.active #menu-toggle {
  background: 0 0;
}

/* @media (min-width:992px) { */
#container-basket.pushed .menu-toggle-basket {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  left: 0;
}

/* } */

.menu-toggle-basket {
  -webkit-transform: translate3d(260px, 0, 0);
  -moz-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  -o-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: fixed;
  z-index: 100000;
  left: -1500px;
  top: 0;
  background: #2e3192;
  width: 100% !important;
  color: #fff;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 20px 7px;
}

@media (min-width: 992px) {
  .menu-toggle-basket {
    width: 500px !important;
    padding: 20px;
  }
}

.menu-toggle-basket .basket-close img {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 64px;
  padding: 8px;
  position: absolute;
  left: 25px;
  cursor: pointer;
  top: 25px;
}

@media (min-width: 992px) {
  .menu-toggle-basket .basket-close img {
    left: 45px;
    top: 50px;
  }
}

.menu-toggle-basket .first-list {
  display: flex;
  justify-content: flex-start;
  padding: 26px 17px 23px;
  align-items: center;
}

@media (min-width: 992px) {
  .menu-toggle-basket .first-list {
    padding: 40px;
  }
}

.menu-toggle-basket .first-list img {
  flex: 25%;
  max-width: 25%;
}

@media (min-width: 992px) {
  .menu-toggle-basket .first-list img {
    flex: 35%;
    max-width: 35%;
  }
}

.menu-toggle-basket .first-list span {
  font-size: 20px;
  text-align: center;
  color: #14c514;
  margin: 2px 20px;
  width: 100%;
}

.menu-toggle-basket .basket-list {
  padding: 10px 0 30px 0;
}

@media (min-width: 992px) {
  .menu-toggle-basket .basket-list {
    padding: 30px 25px 30px 0;
  }
}

.menu-toggle-basket .basket-list h4 {
  font-size: 20px;
}

@media (min-width: 992px) {
  .menu-toggle-basket .basket-list h4 {
    font-size: 25px;
  }
}

.menu-toggle-basket .basket-list .basket-list-box {
  /* min-height: 38vh; */
  overflow-y: scroll;
  padding-left: 10px;
  /* height: 38vh; */
}

/* @media (min-width: 359px) {
  .menu-toggle-basket .basket-list .basket-list-box {
    min-height: 55vh;
    height: 55vh;
  }
} */

/* @media (min-width: 768px) {
  .menu-toggle-basket .basket-list .basket-list-box {
    min-height: 60vh;
    height: 60vh;
  }
} */

@media (min-width: 992px) {
  .menu-toggle-basket .basket-list .basket-list-box {
    padding-left: 30px;
  }
}

.menu-toggle-basket .basket-list .basket-list-box li {
  border-top: 2px solid #ccc;
  margin: 0 0 25px;
  padding: 28px 0 0;
}

.menu-toggle-basket .basket-list .basket-list-box li .top-list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 12px;
}

.menu-toggle-basket .basket-list .basket-list-box li .top-list h5 {
  font-size: 15px;
}

@media (min-width: 992px) {
  .menu-toggle-basket .basket-list .basket-list-box li .top-list h5 {
    font-size: 18px;
  }
}

.menu-toggle-basket .basket-list .basket-list-box li .top-list .del {
  border: 0;
  background: inherit;
  width: 32px;
}

.menu-toggle-basket .basket-list .basket-list-box li .bottom-list {
  display: flex;
  justify-content: space-between;
}

.menu-toggle-basket .basket-list .basket-list-box li .bottom-list .right-list .discount-price {
  display: flex;
  color: #949494;
}

.menu-toggle-basket .basket-list .basket-list-box li .bottom-list .right-list .discount-price span {
  position: relative;
}

.menu-toggle-basket .basket-list .basket-list-box li .bottom-list .right-list .discount-price span:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 11px;
  z-index: 1000;
}

.menu-toggle-basket .basket-list .basket-list-box li .bottom-list .right-list .discount-price .percent {
  width: 30px;
  height: 30px;
  background: #eb78ab;
  font-family: IRANSans;
  padding: 2px;
  font-size: 12px;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

.menu-toggle-basket .basket-list .basket-list-box li .bottom-list .left-list .bet {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  direction: ltr;
  line-height: 1;
}

.menu-toggle-basket .basket-list .basket-list-box li .bottom-list .left-list .bet .bet_input {
  text-align: center;
  padding: 0 !important;
  font-size: 18px;
  flex-shrink: 0;
  font-family: IRANSans;
  background: inherit;
  width: 40px !important;
  height: 40px !important;
  color: #fff !important;
  border: 0 !important;
  margin: 0 !important;
}

.menu-toggle-basket .basket-list .basket-list-box li .bottom-list .left-list .bet .minus,
.menu-toggle-basket .basket-list .basket-list-box li .bottom-list .left-list .bet .plus {
  height: 24px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ccc;
  text-align: center;
  padding: 0;
  font-size: 25px;
}

.menu-toggle-basket .basket-list .basket-list-box li .bottom-list .left-list .bet .minus:active,
.menu-toggle-basket .basket-list .basket-list-box li .bottom-list .left-list .bet .plus:active {
  position: relative;
  top: 1px;
}

.menu-toggle-basket .basket-list .basket-list-box li .product-not-available {
  background-color: #eb78ab;
  border-radius: 50px;
  color: #2e3192;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  text-align: center;
  font-weight: bold;
  margin: 15px 0 0;
}

.menu-toggle-basket .basket-list .complete-buy {
  padding: 9px 0;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .menu-toggle-basket .basket-list .complete-buy {
    margin-left: 42px;
  }
}

.menu-toggle-basket .basket-list .complete-buy .btn-general {
  padding: 0;
  position: relative;
  top: 0;
}

.menu-toggle-basket .basket-list .complete-buy .btn-general span {
  font-size: 17px;
  height: 40px;
  display: block;
  line-height: 40px;
}

.menu-toggle-basket .basket-list .total {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0;
  padding: 12px 45px 0;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .menu-toggle-basket .basket-list .total {
    margin-left: 47px;
  }
}

.menu-toggle-basket .basket-list .total label.title {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .menu-toggle-basket .basket-list .total label.title {
    font-size: 20px;
  }
}

.menu-toggle-basket .basket-list .total p {
  font-size: 15px;
  color: #fff;
}

@media (min-width: 768px) {
  .menu-toggle-basket .basket-list .total p {
    font-size: 20px;
  }
}

.page-wrapper {
  width: 100%;
  height: 100%;
}

.page-wrapper.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.page-wrapper .modal-wrapper {
  width: 100%;
  height: 100%;
  z-index: 10000000;
  position: fixed;
  direction: ltr;
  top: 0;
  left: 0;
  background: #2e3192b5;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.page-wrapper .modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.page-wrapper .modal-wrapper.open .modal {
  opacity: 1;
}

.page-wrapper .modal-wrapper .modal {
  direction: rtl;
  width: 96%;
  height: auto;
  display: block;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 25px;
  margin: 3px auto;
  max-width: 400px;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .page-wrapper .modal-wrapper .modal {
    margin: 63px auto;
  }
}

@media (min-width: 992px) {
  .page-wrapper .modal-wrapper .modal {
    max-width: 600px;
    width: 600px;
    margin: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
}

.page-wrapper .modal-wrapper .modal .head {
  width: 100%;
  padding: 30px 45px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .page-wrapper .modal-wrapper .modal .head {
    padding: 30px 45px;
  }
}

.page-wrapper .modal-wrapper .modal .head .btn-close {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  margin: 4px 8px;
  position: absolute;
  left: 32px;
}

@media (min-width: 992px) {
  .page-wrapper .modal-wrapper .modal .head .btn-close {
    margin: 26px 8px;
    width: 20px;
    height: 20px;
    left: 47px;
  }
}

.page-wrapper .modal-wrapper .modal .head h1 {
  font-size: 15px;
  color: #2e3192;
  line-height: 30px;
  height: 30px;
}

@media (min-width: 992px) {
  .page-wrapper .modal-wrapper .modal .head h1 {
    font-size: 30px;
    line-height: 78px;
    height: 64px;
  }
}

.page-wrapper .modal-wrapper .modal .content {
  padding: 0 10% 35px;
}

@media (min-width: 992px) {
  .page-wrapper .modal-wrapper .modal .content {
    padding: 0 10% 70px;
  }
}

.page-wrapper .modal-wrapper .modal .content p {
  text-align: right;
  line-height: 43px;
  font-size: 11px;
  color: #999;
}

@media (min-width: 768px) {
  .page-wrapper .modal-wrapper .modal .content p {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .page-wrapper .modal-wrapper .modal .content p {
    font-size: 19px;
  }
}

.page-wrapper .modal-wrapper .modal .content .form-login-second {
  display: none;
}

.page-wrapper .modal-wrapper .modal .content .form-login label {
  font-size: 12px;
  margin: 0 0 11px;
  color: #999;
  direction: ltr;
  display: block;
  text-align: right;
}

@media (min-width: 768px) {
  .page-wrapper .modal-wrapper .modal .content .form-login label {
    font-size: 15px;
  }
}

.page-wrapper .modal-wrapper .modal .content .form-login label i {
  color: #eb78ab;
  margin: 0 8px;
}

.page-wrapper .modal-wrapper .modal .content .form-login .form-fish {
  border: 1px solid #2e3192;
  border-radius: 50px;
  padding: 5px 14px;
  height: 40px;
}

@media (min-width: 768px) {
  .page-wrapper .modal-wrapper .modal .content .form-login .form-fish {
    height: 50px;
  }
}

@media (min-width: 992px) {
  .page-wrapper .modal-wrapper .modal .content .form-login .form-fish {
    height: 60px;
    padding: 10px 25px;
  }
}

.page-wrapper .modal-wrapper .modal .content .form-login .form-fish input {
  outline: none;
  box-shadow: none;
  border: 0 !important;
  position: static;
  margin: 0 !important;
  padding: 0;
  height: 100% !important;
  padding: 0 !important;
  font-size: 12px !important;
}

@media (min-width: 768px) {
  .page-wrapper .modal-wrapper .modal .content .form-login .form-fish input {
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
  }
}

.page-wrapper .modal-wrapper .modal .content .form-login p {
  text-align: right;
  line-height: 43px;
  font-size: 11px;
  color: #eb78ab;
}

@media (min-width: 768px) {
  .page-wrapper .modal-wrapper .modal .content .form-login p {
    font-size: 13px;
  }
}

.page-wrapper .modal-wrapper .modal .content .form-login p a {
  color: #2e3192;
}

.page-wrapper .modal-wrapper .modal .content .form-login p a:hover {
  color: #eb78ab;
}

.page-wrapper .modal-wrapper .modal .content .form-login .footer-popup .btn-general {
  position: static;
  margin: 15px 0 0;
}

.discount-drop .nav-link {
  font-weight: bold;
  color: #2e3192 !important;
  transition: all 0.5s;
  font-size: 15px;
  position: relative;
}

.discount-drop ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 7px 0 0;
  background: #fff;
  position: absolute;
  top: 90%;
  border-radius: 8px;
  z-index: 1000;
  box-shadow: 0 0 6px -3px #000;
}

.discount-drop ul:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: 50%;
  transform: rotate(-90deg) translate(12px, 50%);
  border-top: 8px solid transparent;
  top: 0;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #2e3192;
}

.discount-drop ul li a {
  display: block;
  padding: 12px 24px;
  text-decoration: none;
  color: #fff;
  font-size: 15px !important;
  text-align: right;
  background: #2e3192;
  transition: all 0.5s;
}

.discount-drop ul li a:hover {
  color: #eb78ab !important;
  transition: all 0.5s;
}

.discount-drop ul li:first-child a:hover {
  border-radius: 3px 3px 0 0;
}

.discount-drop ul li:last-child a:hover {
  border-radius: 0 0 3px 3px;
}

footer {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #2e3192;
  margin: 40px 0 0;
}

@media (min-width: 992px) {
  footer {
    margin: 50px 0 0;
    background-color: inherit;
    background-image: url("../img/image/footer.png");
  }
}

footer .footer {
  justify-content: space-between;
  padding: 33px 4% 33px;
}

@media (min-width: 992px) {
  footer .footer {
    padding: 150px 4% 33px;
  }
}

@media (min-width: 1200px) {
  footer .footer {
    display: flex;
  }
}

footer .footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 992px) {
  footer .footer__content {
    justify-content: space-between;
    flex-direction: row;
  }
}

footer .footer__content--block {
  margin: 0;
  width: 60%;
}

@media (min-width: 768px) {
  footer .footer__content--block {
    margin: 0 30px;
    width: auto;
  }
}

@media (min-width: 1400px) {
  footer .footer__content--block {
    margin: 0 60px;
  }
}

footer .footer__content--header {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 0 12px;
}

@media (min-width: 768px) {
  footer .footer__content--header {
    margin: 0 0 40px;
  }
}

footer .footer__content--header img {
  width: 25px;
}

footer .footer__content--header label {
  margin: 0 16px;
  font-weight: bold;
  color: #fff;
  font-size: 17px;
}

@media (min-width: 1400px) {
  footer .footer__content--header label {
    font-size: 20px;
  }
}

footer .footer__content--header .contact-footer {
  text-align: right;
  padding: 0;
}

footer .footer__content--header .contact-footer p {
  color: #fff;
  display: block;
  font-size: 17px;
}

@media (min-width: 1400px) {
  footer .footer__content--header .contact-footer p {
    font-size: 20px;
  }
}

footer .footer__content--body {
  margin: 0 0 40px;
}

@media (min-width: 992px) {
  footer .footer__content--body {
    margin: 0;
  }
}

footer .footer__content--body .list-main .list {
  color: #999;
  text-align: right;
  font-family: IRANSans;
}

footer .footer__content--body .list-main .list a {
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 17px;
}

@media (min-width: 1400px) {
  footer .footer__content--body .list-main .list a {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
  }
}

footer .footer__content--body .list-main .list a:hover {
  color: #fff;
}

footer .footer__social .social {
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}

@media (min-width: 1200px) {
  footer .footer__social .social {
    justify-content: space-around;
  }
}

footer .footer__social .social li {
  margin: 0 10px;
}

footer .footer__social .social li a {
  width: 55px;
  display: block;
}

footer .footer__social .social li a:hover path {
  fill: #eb78ab;
}

footer .footer__social .namad {
  display: flex;
  justify-content: center;
}

footer .footer__social .namad li {
  border-radius: 30px;
  border: 6px solid #eb78ab;
  overflow: hidden;
  padding: 7px 6px;
  height: 145px;
  margin: 0 10px;
  width: 123px;
}

footer .footer__social .namad li a img {
  border-radius: 18px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .download {
  display: flex;
  justify-content: space-between;
  padding: 0 4%;
  margin: 0;
  background: #fff;
  flex-direction: column;
}

@media (min-width: 992px) {
  footer .download {
    flex-direction: row;
  }
}

footer .download h4 {
  height: 100%;
  line-height: 65px;
  font-size: 20px;
  color: #232323;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

@media (min-width: 1300px) {
  footer .download h4 {
    font-size: 28px;
    line-height: 65px;
  }
}

footer .download .platform {
  display: flex;
  margin: 0;
  padding: 9px 0;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1300px) {
  footer .download .platform {
    padding: 0;
  }
}

footer .download .platform__list {
  height: 45px;
  overflow: hidden;
  margin: 0 10px;
}

@media (min-width: 1200px) {
  footer .download .platform__list {
    height: 65px;
  }
}

footer .download .platform__list a {
  width: 120px;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}

footer .download .platform__list a img {
  width: 100px;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  transition-duration: 0.5ms;
}


footer .download .platform__list:hover a img {
  filter: grayscale(0);
  transition-duration: 0.5ms;
}

footer .download .platform__list:last-child a img {
  transform: scale(1.0);
}

footer .download .platform__list a img[alt="bazar"] {
  transform: scale(0.8);
}

footer .about {
  padding: 0 4%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  footer .about {
    justify-content: right;
    flex-wrap: nowrap;
  }
}

footer .about__logo {
  margin: 25px 0 0;
}

@media (min-width: 768px) {
  footer .about__logo {
    margin: 42px 0 42px 30px;
  }
}

footer .about__logo img {
  width: 120px;
  margin: 0;
}

@media (min-width: 768px) {
  footer .about__logo img {
    width: 180px;
  }
}

footer .about__content {
  padding: 25px 20px 0;
  text-align: right;
}

@media (min-width: 768px) {
  footer .about__content {
    padding: 60px 0 0;
  }
}

footer .about__content h1 {
  color: #eb78ab;
  font-size: 20px;
  margin: 0 0 25px;
}

@media (min-width: 1400px) {
  footer .about__content h1 {
    font-size: 25px;
  }
}

footer .about__content p {
  color: #999;
  line-height: 32px;
  font-size: 15px;
  margin: 0 0 30px;
  text-align: justify;
}

@media (min-width: 768px) {
  footer .about__content p {
    margin: 0;
  }
}

.slider {
  direction: ltr;
  padding: 0 3%;
}

@media (min-width: 992px) {
  .slider {
    display: flex;
  }
}

.slider.slider-home {
  margin: 25px 0 0;
}

.slider.slider-home.mobile {
  display: none;
}

@media (min-width: 992px) {
  .slider.slider-home {
    margin: 30px 0 0;
  }

  .slider.slider-home.mobile {
    display: block;
  }
}

.slider__big {
  flex: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .slider__big {
    height: 100%;
    margin: 0;
  }
}

/* @media (min-width: 992px) {
  .slider__big {
    flex: 70%;
    max-width: 70%;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .slider__big {
    height: 403px;
  }
} */

.slider__big .owl-carousel-main {
  height: auto;
  padding: 40px 10px;
}

@media (min-width: 768px) {
  .slider__big .owl-carousel-main {
    height: 100%;
  }
}

.slider__big .owl-carousel-main .owl-wrapper-outer {
  height: 240px;
}

@media (min-width: 768px) {
  .slider__big .owl-carousel-main .owl-wrapper-outer {
    height: 100%;
  }
}

.slider__big .owl-carousel {
  height: auto;
}

@media (min-width: 768px) {
  .slider__big .owl-carousel {
    height: 100%;
  }
}

.slider__big .owl-carousel .owl-item {
  height: auto;
}

@media (min-width: 768px) {
  .slider__big .owl-carousel .owl-item {
    height: 100%;
  }
}

.slider__big .owl-carousel .owl-item .item {
  padding: 0;
  height: 100%;
}

.slider__big .owl-carousel .owl-item .item .item__img {
  border-radius: 23px;
  overflow: hidden;
  position: relative;
  height: auto;
}

@media (min-width: 1200px) {
  .slider__big .owl-carousel .owl-item .item .item__img {
    height: 100%;
  }
}

.slider__big .owl-carousel .owl-item .item .item__img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media (min-width: 1200px) {
  .slider__big .owl-carousel .owl-item .item .item__img img {
    object-fit: fill;
  }
}

.slider__big .owl-carousel .owl-item .item .item__img .card-slider {
  position: absolute;
  right: 0;
  top: 0;
  background: #2e3192;
  width: 50%;
  height: 100%;
  padding: 31px;
  text-align: center;
}

@media (min-width: 768px) {
  .slider__big .owl-carousel .owl-item .item .item__img .card-slider {
    width: 25vw;
  }
}

@media (min-width: 1200px) {
  .slider__big .owl-carousel .owl-item .item .item__img .card-slider {
    width: 16vw;
  }
}

.slider__big .owl-carousel .owl-item .item .item__img .card-slider h4 {
  color: #fff;
  position: relative;
  top: 22px;
  font-size: 20px;
}

@media (min-width: 1300px) {
  .slider__big .owl-carousel .owl-item .item .item__img .card-slider h4 {
    font-size: 25px;
  }
}

.slider__big .owl-carousel .owl-item .item .item__img .card-slider-two {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000054;
  padding: 31px;
  text-align: center;
  display: inline-block;
  border-radius: 19px;
}

@media (min-width: 768px) {
  .slider__big .owl-carousel .owl-item .item .item__img .card-slider-two {
    width: 53%;
    right: 50%;
    top: 50%;
    height: 200px;
    transform: translate(50%, -50%);
  }
}

.slider__big .owl-carousel .owl-item .item .item__img .card-slider-two h4 {
  color: #fff;
  position: relative;
  top: 22px;
  font-size: 20px;
}

@media (min-width: 1300px) {
  .slider__big .owl-carousel .owl-item .item .item__img .card-slider-two h4 {
    font-size: 25px;
  }
}

.slider__big .owl-carousel-main .owl-buttons {
  position: absolute;
  top: 43%;
  width: 100%;
}

@media (min-width: 768px) {
  .slider__big .owl-carousel-main .owl-buttons {
    top: 47%;
  }
}

.slider__big .owl-carousel-main .owl-buttons .owl-prev {
  background-color: inherit;
  position: absolute;
  right: 10px;
  width: 30px;
  opacity: 1;
}

.slider__big .owl-carousel-main .owl-buttons .owl-next {
  background-color: inherit;
  position: absolute;
  left: 10px;
  width: 30px;
  opacity: 1;
}

.slider__small {
  flex: 100%;
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
  gap: 35px;
  /* display: none; */
  margin: 20px auto;
}

@media (min-width: 768px) {
  .slider__small {
    display: flex;
  }
}

@media (max-width: 1200px) {
  .slider__small {
    row-gap: 15px;
  }
}

/* @media (min-width: 992px) {
  .slider__small {
    flex: 28%;
    max-width: 28%;
    margin-left: 2%;
  }
} */

.slider__small--banner {
  border-radius: 23px;
  height: auto;
  width: 50%;
  display: block;
  overflow: hidden;
  height: auto;
  position: relative;
  transition-duration: 2s;
}

@media (max-width: 920px) {
  .slider__small--banner {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
  }
}

/* @media (min-width: 1200px) {
  .slider__small--banner {
    height: 185px;
  }
} */

/* 
.slider__small--banner:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #2e3192;
  transition-duration: 2s;
}

.slider__small--banner.banner-two:hover {
  transition-duration: 2s;
}

.slider__small--banner.banner-two:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: inherit;
  transition-duration: 2s;
} */

/* .slider__small--banner.banner-empty:hover {
  transition-duration: 2s;
}

.slider__small--banner.banner-empty:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #2e31924f;
  transition-duration: 2s;
} */

.slider__small--banner .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider__small--banner .title-banner {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  direction: rtl;
  background: #2e3192;
  align-items: center;
}

.slider__small--banner .title-banner label.title {
  font-size: 12px;
  color: #fff;
  padding: 12px;
}

@media (min-width: 1300px) {
  .slider__small--banner .title-banner label.title {
    font-size: 15px;
  }
}

.slider__small--banner .title-banner .more {
  background: inherit;
  border: 0;
  display: flex;
  justify-content: flex-end;
  padding: 7px 20px;
  color: #fff;
  align-items: center;
}

.slider__small--banner .title-banner .more img {
  width: 20px;
  margin: 5px 10px;
}

.slider__small--banner .title-banner .more span {
  font-size: 12px;
}

@media (min-width: 1300px) {
  .slider__small--banner .title-banner .more span {
    font-size: 15px;
  }
}

.slider__small--banner .title-banner-two {
  right: 50%;
  position: absolute;
  top: 50%;
  width: 75%;
  transform: translate(50%, -50%);
  z-index: 1;
  text-align: center;
  padding: 19px;
  background: #00000054;
  border-radius: 19px;
}

.slider__small--banner .title-banner-two label.title {
  color: #fff;
  font-size: 15px;
}

@media (min-width: 1300px) {
  .slider__small--banner .title-banner-two label.title {
    font-size: 20px;
  }
}

.slider__small--banner .title-banner-two .more {
  display: flex;
  justify-content: flex-end;
  padding: 2px 8px;
  color: #fff;
  margin: 19px auto 0;
  background: #2e3192;
  border-radius: 58px;
  line-height: 31px;
  border: 1px solid #2e3192;
}

.slider__small--banner .title-banner-two .more:hover {
  background: #e6e6e64f;
  border: 1px solid #fff;
}

@media (min-width: 1300px) {
  .slider__small--banner .title-banner-two .more {
    padding: 7px 14px;
  }
}

.slider__small--banner .title-banner-two .more span {
  font-size: 12px;
}

@media (min-width: 1300px) {
  .slider__small--banner .title-banner-two .more span {
    font-size: 15px;
  }
}

.slider__small--banner .title-banner-two .more img {
  width: 20px;
  margin: 5px;
}

@media (min-width: 1300px) {
  .slider__small--banner .title-banner-two .more img {
    margin: 5px 10px;
  }
}

.category {
  padding: 0 4% 18px;
}

@media (min-width: 768px) {
  .category {
    padding: 30px 2% 18px;
  }
}

.category__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

@media (max-width: 992px) {
  .category {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    margin-top: 30px;
  }

  .category__box {
    display: flex;
    width: 100%;
    padding: 0 0 2%;
    margin: 0;
    justify-content: flex-start;
  }

  .category__box::-webkit-scrollbar-thumb,
  .category__box::-webkit-scrollbar-track,
  .category__rectangle__box::-webkit-scrollbar-thumb,
  .category__rectangle__box::-webkit-scrollbar-track {
    display: none;
  }
}

.category__box .box {
  flex: 30.333%;
  max-width: 30.333%;
  margin: 0 0 22px;
  cursor: pointer;
}

.category__box .box .pic {
  height: 90px;
  width: 90px;
  display: block;
  margin: auto;
  border-radius: 100px;
  overflow: hidden;
}

.category__box .box:hover .title-category .title {
  color: #eb78ab;
}

.category__box .box:hover .title-category:after {
  background-image: url("../img/icon/left-arrow2.svg");
}

@media (min-width: 992px) {
  .category__box .box {
    flex: 1%;
    margin: 0 0 22px;
  }

  .category__box .box .pic {
    height: 200px;
    width: 200px;
  }
}

@media (min-width: 1500px) {
  .category__box .box {
    width: 280px;
  }
}

.category__box .box .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  footer .download .d-flex {
    justify-content: center;
    margin: 25px 0 9px;
  }
}

/* .category__box .box .title-category:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../img/icon/arrow-left.svg");
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, 0);
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 23px;
  display: none;
} */

@media (min-width: 768px) {
  /* .category__box .box .title-category:after {
    transform: translate(50%, 50%);
    top: 31px;
    display: block;
  } */
}

@media (min-width: 1300px) {
  /* .category__box .box .title-category:after {
    width: 32px;
    height: 32px;
  } */
}

.category__box .box .title-category label.title {
  font-size: 13px;
  color: #2e3192;
  padding: 10px 0;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  font-weight: bold;
}

.category__rectangle {
  padding-top: 4px;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .category__rectangle {
    padding: 0 3% 25px;
  }

  .category__box .box .title-category label.title {
    padding: 20px 0 0;
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .category__rectangle {
    justify-content: space-between;
  }
}

.category__rectangle__box {
  width: 100%;
  padding: 0 13px;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .category__rectangle__box {
    padding: 0;
  }
}

.category__rectangle .box {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  border: 1px solid #edededcc;
  padding: 25px 15px;
  margin-bottom: 5px;
  justify-content: space-around;
  align-items: center;
  gap: 1%;
  flex: 48%;
  max-width: 49%;
}

.category__rectangle .box:last-child {
  background-color: #edededcc;
  flex-direction: column;
  cursor: pointer !important;
  max-width: 100%;
}

.popup .box:last-child {
  background-color: inherit;
  flex-direction: inherit;
}

.category__rectangle .box:last-child span {
  display: block;
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 10px;
  font-weight: bold;
}

.category__rectangle .box:last-child span:first-child {
  font-size: 30px;
}

.popup .box:last-child {
  background-color: inherit;
  flex-direction: initial;
}

.popup.category__rectangle__box .box {
  flex: 100%;
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #999;
  border-radius: 0;
}

@media (min-width: 576px) {
  .category__rectangle .box {
    flex: 38%;
    max-width: 38%;
  }

  .popup.category__rectangle__box .box {
    border: 1px solid #edededcc;
    border-radius: 17px;
  }

  .category__rectangle .box:last-child {
    max-width: 95px;
  }

  .category__rectangle .box:last-child span {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .category__rectangle .box {
    flex: auto;
    max-width: auto;
    border-radius: 17px;
    padding: 25px 15px;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .category__rectangle .box {
    align-items: flex-start;
    flex: 16%;
    width: 16%;
    /* margin: 0; */
  }

  .popup.category__rectangle__box .box {
    flex: 50%;
    width: 50%;
    max-width: 49%;
    padding: 27px 15px;
  }
}

.category__rectangle .box:hover {
  text-decoration: none;
}

.category__rectangle .box:hover .title-category:after {
  filter: unset;
  transition: all 0.5s;
}

.category__rectangle .box .thumbnail,
.category__rectangle .box:last-child .box-model {
  width: 30px;
  height: 30px;
}

@media (min-width: 992px) {

  .category__rectangle .box .thumbnail,
  .category__rectangle .box:last-child .box-model {
    width: 62px;
    height: 62px;
  }

  .popup .box .thumbnail,
  .popup .box:last-child .box-model {
    width: 40px;
    height: 40px;
  }
}

.category__rectangle .box:last-child .box-model {
  display: block;
  line-height: 24px;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  position: absolute;
}

.category__rectangle .box .title-category {
  width: 100%;
  font-size: 12px;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup .box .title-category {
  text-align: right;
}

@media (min-width: 576px) {
  .category__rectangle .box:last-child .box-model {
    line-height: 25px;
    position: static;
    margin: auto;
  }

  .category__rectangle .box .title-category {
    /* width: auto; */
  }

  .popup .box .title-category {
    text-align: center;
  }
}

.category__rectangle .box .title-category:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/arrow-left.svg");
  position: absolute;
  left: 13px;
  transform: translate(0, -23px);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s;
  display: none;
  filter: grayscale(1);
}

@media (min-width: 768px) {
  .category__rectangle .box .title-category:after {
    display: none;
  }
}

@media (min-width: 1300px) {
  .category__rectangle .box .title-category:after {
    display: none;
    width: 18px;
    height: 18px;
    transform: translate(0, -8px);
  }

  .popup .box .title-category:after {
    transform: translate(0, -3px);
  }
}

.category__rectangle .box .title-category label.title {
  font-size: 12px;
  color: #2e3192;
  display: block;
  text-align: right;
  padding-right: 13px;
  width: 100%;
  margin: 0 0 4px;
}

.category__rectangle .box .title-category span {
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 13px;
  color: #9b9b9b;
  font-size: 10px;
}

@media (min-width: 1300px) {
  .category__rectangle .box .title-category label.title {
    font-size: 14px;
  }

  .category__rectangle .box .title-category span {
    font-size: 12px;
  }
}

.wonderful {
  background-color: #2e3192;
  padding: 40px 4% 50px;
}

@media (min-width: 992px) {
  .wonderful {
    padding: 55px 4%;
  }
}

@media (min-width: 768px) {
  .wonderful .pro-count {
    width: 100% !important;
    bottom: 0 !important;
    border-radius: 0 !important;
  }
}

.wonderful__top {
  justify-content: space-between;
  display: flex;
}

.wonderful__top .subject {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  margin-right: 12px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .wonderful__top .subject {
    text-align: right;
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .wonderful__top .subject {
    font-size: 20px;
    line-height: 35px;
  }
}

@media (min-width: 1300px) {
  .wonderful__top .subject {
    font-size: 20px;
  }
}

.wonderful__top .counter-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 576px) {
  .wonderful__top .counter-down {
    flex-direction: row;
  }
}

.wonderful__top .counter-down .title {
  color: #fff;
  text-align: right;
  font-size: 15px;
  margin: 0 0 30px;
  display: none;
}

@media (min-width: 1300px) {
  .wonderful__top .counter-down .title {
    font-size: 20px;
    margin: 0;
    margin-left: 20px;
    display: block;
  }
}

.wonderful__top .counter-down #clock {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  direction: ltr;
}

.wonderful__top .counter-down #clock .block {
  display: flex;
  font-size: 15px;
  text-align: center;
}

.wonderful__top .counter-down #clock .block:last-child:before {
  display: none;
}

.wonderful__top .counter-down #clock .block:before {
  content: ":";
  position: relative;
  width: 20px;
  height: 100%;
  color: #eb78ab;
  font-size: 23px;
  line-height: 25px;
}

@media (min-width: 768px) {
  .wonderful__top .counter-down #clock .block:before {
    line-height: 37px;
  }
}

.wonderful__top .counter-down #clock .block .digit {
  display: block;
  font-size: 15px;
  overflow: hidden;
  color: #2e3192;
  background-color: #eb78ab;
  margin: 1px;
  padding: 0;
  font-family: IRANSans;
  width: 25px;
  height: 25px;
  border-radius: 7px;
  line-height: 29px;
}

@media (min-width: 768px) {
  .wonderful__top .counter-down #clock .block .digit {
    padding: 0 4px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    line-height: 40px;
  }
}

@media (min-width: 1300px) {
  .wonderful__top .counter-down #clock .block .digit {
    font-size: 28px;
  }
}

.wonderful__product {
  display: block;
  width: 100%;
  overflow-x: scroll;
  padding: 0;
  margin: 0 0 30px;
  white-space: nowrap;
}

.wonderful__product::-webkit-scrollbar-thumb,
.wonderful__product::-webkit-scrollbar-track {
  display: none;
}

.wonderful__product .product {
  border-radius: 15px;
  overflow: hidden;
  background: #ccc;
  transition-duration: 0.5s;
  margin: 0 0 20px;
  max-width: 45%;
  flex: 45%;
  cursor: pointer;
}

@media (min-width: 400px) {
  .wonderful__product .product {
    border-radius: 35px;
    max-width: inherit;
    margin: 0 0 20px;
    gap: 0;
    flex: 46%;
    max-width: 48%;
  }

  .wonderful__product {
    display: flex;
    justify-content: center;
    margin: 16px 0 0;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
    justify-content: flex-start;
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .wonderful__product .product {
    flex: 31.33%;
    max-width: 33.33%;
  }

  .wonderful__product {
    gap: 20px;
  }
}

@media (max-width: 400px) {
  .wonderful__product .product {
    max-width: 60%;
    width: 60%;
    margin: 0 5px 22px;
    display: inline-block;
    overflow: hidden;
    position: relative;
  }
}

@media (min-width: 992px) {
  .wonderful__product .product {
    max-width: 32%;
    flex: 31%;
  }
}

@media (min-width: 1300px) {
  .wonderful__product .product {
    max-width: 22%;
    flex: 21%;
    margin: 0 1.5% 51px;
  }

  .wonderful__product .product:first-child {
    margin: 0 0 51px 0;
  }

  .wonderful__product .product:last-child {
    margin: 0 1.5% 51px 0;
  }
}

.wonderful__product .product__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 140px;
  display: block;
}

@media (min-width: 768px) {
  .wonderful__product .product__img {
    border-radius: 35px 35px 0 0;
    height: 250px;
  }
}

.wonderful__product .product__img:hover {
  transition-duration: 0.5s;
}

.wonderful__product .product__img:hover .product__img--hover {
  display: block;
}

.wonderful__product .product__img:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2e3192b5;
}

.wonderful__product .product__img:hover img {
  filter: grayscale(1);
}

.wonderful__product .product__img--hover {
  position: absolute;
  top: 0;
  padding: 16px;
  z-index: 1;
  display: none;
}

.wonderful__product .product__img--hover .like {
  width: 30px;
  height: 30px;
  border: 0;
  background-color: inherit;
  background-repeat: no-repeat;
  background-image: url("../img/icon/white-header.svg");
}

.wonderful__product .product__img--hover .like.liked {
  background-image: url("../img/icon/heart-fill.svg");
}

.wonderful__product .product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wonderful__product .product__info {
  padding: 9px 10px;
  text-align: right;
}

@media (min-width: 768px) {
  .wonderful__product .product__info {
    padding: 25px 20px;
  }
}

.wonderful__product .product__info .subject {
  font-size: 15px;
  margin: 0 0 20px;
  display: block;
  color: #2e3192;
  transition-duration: 0.5s;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 992px) {
  .wonderful__product .product__info .subject {
    font-size: 17px;
    text-align: right;
  }
}

.wonderful__product .product__info .subject:hover {
  color: #eb78ab;
  transition-duration: 0.5s;
}

.wonderful__product .product__info .price {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-content: space-between;
}

@media (min-width: 768px) {
  .wonderful__product .product__info .price {
    display: inline-block;
    width: 100%;
  }
}

.wonderful__product .product__info .price__discount {
  font-size: 15px;
  color: #999;
  overflow: hidden;
  position: relative;
  font-family: IRANSans;
  float: right;
}

@media (min-width: 992px) {
  .wonderful__product .product__info .price__discount {
    font-size: 20px;
  }
}

.wonderful__product .product__info .price__discount:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wonderful__product .product__info .price__current {
  font-size: 15px;
  color: #2e3192;
  font-weight: bold;
  font-family: IRANSans;
  float: left;
}

@media (min-width: 992px) {
  .wonderful__product .product__info .price__current {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .wonderful__product {
    margin: 58px 0 0;
  }
}

.wonderful__bottom {
  text-align: center;
}

.possibilities {
  display: flex;
  background-color: #eb78ab;
  padding: 40px 10%;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .possibilities {
    padding: 40px 4%;
  }
}

.possibilities__block {
  background-color: #f2f2f2;
  border-radius: 35px;
  text-align: right;
  padding: 29px;
  max-width: 100%;
  flex: 100%;
}

.possibilities__block:first-child {
  margin: 0 0 40px;
}

@media (min-width: 992px) {
  .possibilities__block {
    max-width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .possibilities__block:first-child {
    margin: 0;
  }
}

.possibilities__block .subject {
  color: #2e3192;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .possibilities__block .subject {
    font-size: 20px;
  }
}

.possibilities__block .description {
  color: #999;
  line-height: 35px;
  font-size: 13px;
  height: auto;
  padding: 15px 0 20px;
  text-align: justify;
}

@media (min-width: 1200px) {
  .possibilities__block .description {
    text-align: right;
  }
}

.possibilities__btn {
  border-radius: 66px;
  border: 3px solid #eb78ab;
  width: auto;
  display: inline-block;
  padding: 9px 22px;
  /* float: left; */
  align-self: flex-end;
}

.possibilities__btn:hover {
  background-color: #eb78ab;
}

.possibilities__btn img {
  width: 20px;
  margin: 0 11px 0 0;
}

@media (min-width: 1200px) {
  .possibilities__btn img {
    width: 25px;
  }
}

.possibilities__btn span {
  color: #2e3192;
  font-size: 12px;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .possibilities__btn span {
    font-size: 15px;
  }
}

.advantages {
  padding: 45px 4%;
  display: flex;
  background-color: #e6e6e6;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .advantages {
    padding: 80px 4%;
  }
}

.advantages__box {
  flex: 46%;
  max-width: 46%;
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
}

.advantages__box:last-child {
  margin: 0 0 0;
}

@media (min-width: 992px) {
  .advantages__box {
    padding: 0 100px 0;
    margin: 0 20px 40px;
  }
}

@media (min-width: 1200px) {
  .advantages__box {
    flex: 27.33%;
    max-width: 27.33%;
    margin: 0 30px 40px;
    padding: 0 47px 0;
  }
}

@media (min-width: 1400px) {
  .advantages__box {
    flex: 15%;
    max-width: 16%;
    margin: 0 40px;
    padding: 0;
  }
}

.advantages__box--icon {
  height: 50px;
  margin: 0 auto 10px;
}

@media (min-width: 768px) {
  .advantages__box--icon {
    height: 90px;
    margin: 0 auto 30px;
  }
}

.advantages__box--icon img {
  height: 100%;
  object-fit: cover;
}

.advantages__box--title {
  font-size: 18px;
  color: #2e3192;
  font-weight: bold;
  line-height: 28px;
}

@media (min-width: 768px) {
  .advantages__box--title {
    margin: 0 0 30px;
    line-height: inherit;
  }
}

.advantages__box--description {
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  padding: 0 12px;
}

@media (min-width: 768px) {
  .advantages__box--description {
    font-size: 15px;
    padding: 0;
  }
}

.newest {
  padding: 40px 4% 0;
}

.newest__header {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .newest__header {
    margin-bottom: 40px;
  }
}

.newest__header img {
  width: 25px;
}

.newest__header span {
  margin: 0 16px;
  font-weight: bold;
  color: #2e3192;
  font-size: 18px;
}

@media (min-width: 992px) {
  .newest__header span {
    font-size: 20px;
  }
}

.newest .owl-carousel {
  direction: ltr;
}

.newest .owl-carousel .item {
  padding: 5px 0;
  display: block;
}

@media (min-width: 768px) {
  .newest .owl-carousel .item {
    padding: 10px 0;
  }
}

.newest .owl-carousel .item__img {
  width: 100%;
  height: 200px;
  padding: 0;
  border-radius: 28px;
  overflow: hidden;
  margin: 0 0 10px;
  position: relative;
}

@media (min-width: 576px) {
  .newest .owl-carousel .item__img {
    margin: 0 0 27px;
    height: auto;
  }
}

@media (min-width: 992px) {
  .newest .owl-carousel .item__img {
    height: 250px;
  }
}

.newest .owl-carousel .item__img:hover {
  transition-duration: 0.5s;
}

.newest .owl-carousel .item__img:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2e3192b5;
}

.newest .owl-carousel .item__img:hover img {
  filter: grayscale(1);
}

.newest .owl-carousel .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.newest .owl-carousel .item__title {
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  color: #2e3192;
  font-weight: bold;
  transition-duration: 0.5ms;
}

@media (min-width: 768px) {
  .newest .owl-carousel .item__title {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .newest .owl-carousel .item__title {
    font-size: 20px;
    text-align: right;
  }
}

.newest .owl-carousel .item__title:hover {
  color: #eb78ab;
  transition-duration: 0.5ms;
}

.newest .owl-carousel .owl-buttons {
  position: absolute;
  top: 35%;
  width: 100%;
}

@media (min-width: 992px) {
  .newest .owl-carousel .owl-buttons {
    top: 33%;
  }
}

.newest .owl-carousel .owl-buttons .owl-prev {
  background-color: inherit;
  position: absolute;
  right: 0;
  width: 30px;
  opacity: 1;
}

@media (min-width: 768px) {
  .newest .owl-carousel .owl-buttons .owl-prev {
    right: -22px;
  }
}

.newest .owl-carousel .owl-buttons .owl-next {
  background-color: inherit;
  position: absolute;
  left: 0;
  width: 30px;
  opacity: 1;
}

@media (min-width: 768px) {
  .newest .owl-carousel .owl-buttons .owl-next {
    left: -22px;
  }
}

.newest .show-all:after {
  display: none;
}

.newest .show-all span {
  padding: 0;
}

.newest .show-all-btn {
  width: auto;
  border: 1px solid #fff;
  border-radius: 117px;
  background: #2e3192;
  padding: 12px 20px;
  color: #fff;
  justify-content: space-evenly;
  margin: auto;
  display: inline-block;
}

@media (min-width: 992px) {
  .newest .show-all-btn {
    margin: 60px 0 0;
  }
}

.newsletters {
  padding: 44px 4% 10px;
}

@media (min-width: 768px) {
  .newsletters {
    padding: 55px 3%;
  }
}

.newsletters__block {
  background-color: #eb78ab;
  display: block;
  justify-content: space-between;
  padding: 50px 25px;
}

@media (min-width: 992px) {
  .newsletters__block {
    display: flex;
    padding: 50px;
  }
}

.newsletters__figure {
  width: 170px;
  margin: 0 50px 35px;
}

@media (min-width: 992px) {
  .newsletters__figure {
    height: 194px;
    width: 190px;
    margin: 28px 50px 0;
  }
}

.newsletters__figure img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.newsletters__figure:last-child {
  height: 120px;
  margin: 33px auto 20px;
  display: none;
}

@media (min-width: 992px) {
  .newsletters__figure:last-child {
    margin: 65px 50px 0;
    display: inline-block;
  }
}

.newsletters__form {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .newsletters__form {
    width: 600px;
  }
}

.newsletters__form label.title {
  color: #fff;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
}

@media (min-width: 768px) {
  .newsletters__form label.title {
    font-size: 25px;
  }
}

.newsletters__form p {
  text-align: center;
  color: #fff;
  margin: 32px 0 40px;
  font-size: 15px;
}

@media (min-width: 992px) {
  .newsletters__form p {
    margin: 32px 0 110px;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .newsletters__form--input {
    display: flex;
  }
}

.newsletters__form--input input {
  background: inherit;
  border: 1px solid #fff;
  height: 45px;
  width: 86%;
  border-radius: 76px;
  padding: 0 20px;
  color: #fff;
  margin-left: 16px !important;
}

.newsletters__form--input button {
  background: #2e3192;
  border: 5px solid #2e3192;
  height: 45px;
  border-radius: 50px;
  padding: 0 57px;
  font-size: 15px;
  color: #fff;
  transition-duration: 0.5ms;
  width: 100%;
}

@media (min-width: 576px) {
  .newsletters__form--input button {
    width: auto;
  }
}

@media (min-width: 768px) {
  .newsletters__form--input button {
    font-size: 15px;
  }
}

.newsletters__form--input button:hover {
  background: inherit;
  transition-duration: 0.5ms;
}

.offers__product {
  margin-bottom: 0;
}

.offers__product .owl-controls .owl-buttons {
  position: absolute;
  top: 35%;
  width: 100%;
}

.offers__product .owl-controls .owl-buttons .owl-prev {
  background-color: inherit;
  position: absolute;
  right: 0;
  width: 30px;
  opacity: 1;
}

@media (min-width: 768px) {
  .offers__product .owl-controls .owl-buttons .owl-prev {
    right: -35px;
  }
}

.offers__product .owl-controls .owl-buttons .owl-next {
  background-color: inherit;
  position: absolute;
  left: 0;
  width: 30px;
  opacity: 1;
}

@media (min-width: 768px) {
  .offers__product .owl-controls .owl-buttons .owl-next {
    left: -35px;
  }
}

.offers__product .owl-controls .owl-buttons div {
  display: inline !important;
}

.offers__product .owl-controls .owl-buttons div svg {
  width: 10px;
}

@media (min-width: 768px) {
  .item .pro-count {
    width: 100% !important;
    bottom: 0 !important;
    border-radius: 0 !important;
  }
}

.item .product__img:hover {
  transition-duration: 0.5s;
}

.item .product__img:hover .product__img--hover {
  display: block;
}

.item .product__img:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2e3192b5;
}

.item .product__img:hover img {
  filter: grayscale(1);
}

.item .product__img--hover {
  position: absolute;
  top: 0;
  padding: 16px;
  z-index: 1;
  display: none;
}

.item .product__img--hover .like {
  width: 30px;
  height: 30px;
  border: 0;
  background-color: inherit;
  background-repeat: no-repeat;
  background-image: url("../img/icon/white-header.svg");
}

.item .product__img--hover .like.liked {
  background-image: url("../img/icon/heart-fill.svg");
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  width: 12px;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .owl-theme .owl-nav [class*="owl-"] {
    margin: 5px;
  }
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel .owl-wrapper-outer {
  direction: ltr;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: inherit !important;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
}

.owl-nav .owl-prev {
  right: -50px;
}

.owl-nav .owl-next {
  left: -50px;
}

.owl-carousel:not(.owl-rtl) .owl-stage-outer {
  direction: ltr;
}

.owl-item .item {
  padding: 0 15px;
  transition: all 300ms;
}

.owl-item .item:hover {
  transition: all 300ms;
}

.item-img img {
  object-fit: cover;
  width: 100%;
}

.slick-slider {
  direction: ltr;
}

.slick-list {
  direction: ltr;
}

.slider-right-nav .slick-slide div div {
  cursor: pointer;
  opacity: 0.5;
  transition: all 300ms;
}

.slider-right-nav .slick-slide div div:hover {
  opacity: 1;
  transition: all 300ms;
}

.slick-prev {
  left: 17px !important;
  z-index: 1000;
}

.slick-next {
  right: 20px !important;
  z-index: 1000;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.product-main {
  padding: 0 4%;
}

@media (min-width: 768px) {
  .product-main {
    padding: 0 10% 60px;
  }
}

@media (min-width: 1200px) {
  .product-main {
    display: flex;
    padding: 0 6% 60px;
  }
}

.product-slider {
  flex: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 1200px) {
  .product-slider {
    flex: 40%;
    max-width: 40%;
  }
}

.product-slider .tag-pro {
  position: absolute;
  right: 0;
  width: 95%;
  display: inline-block;
  font-size: 40px;
  z-index: 10;
  padding-right: 20%;
}

.product-slider .tag-pro .tag-offer {
  display: inline-block;
  background: #46b748;
  height: 40px;
  position: absolute;
  z-index: 1;
  color: #fff;
  line-height: 39px;
  padding: 0 15px;
  font-size: 10px;
}

@media (min-width: 768px) {
  .product-slider .tag-pro .tag-offer {
    font-size: 14px;
  }
}

.product-slider .tag-pro .tag-discount {
  position: absolute;
  color: #fff;
  z-index: 1;
  text-align: center;
  width: 63px;
  height: 63px;
  line-height: 40px;
  left: 0;
  direction: rtl;
  font-size: 12px;
  font-family: "IRANSans";
}

@media (min-width: 768px) {
  .product-slider .tag-pro .tag-discount {
    width: 76px;
    font-size: 16px;
  }
}

.product-slider .tag-pro .tag-discount::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 50px solid #eb78ab;
  z-index: -1;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .product-slider .tag-pro .tag-discount::before {
    border-left: 37px solid transparent;
    border-right: 36px solid transparent;
    border-top: 60px solid #eb78ab;
  }
}

.product-slider__block {
  display: flex;
}

.product-slider__block .product-right-slick {
  flex: 80%;
  max-width: 80%;
}

.product-slider__block .product-right-slick.slick-initialized .slick-slide {
  padding: 0 !important;
  border: 0 !important;
}

@media (min-width: 768px) {
  .product-slider__block .product-right-slick.slick-initialized .slick-slide {
    padding: 0 5px;
  }
}

.product-slider__block .product-right-slick.slick-initialized .slick-slide img {
  width: 98%;
  height: 100%;
  object-fit: fill;
}

.product-slider__block .slider-right-nav {
  flex: 20%;
  max-width: 20%;
}

.product-slider__block .slider-right-nav img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  padding: 0 0 5px 5px;
  opacity: 0.6;
  cursor: pointer;
}

.product-slider__block .slider-right-nav img:hover {
  opacity: 1;
}

.product-slider__block .slider-right-nav .slick-slider:first-child div {
  margin-top: 0;
}

.product-slider__block .slider-right-nav.slick-initialized .slick-slide {
  padding: 0 5px;
  border: 0 !important;
}

.product-slider__block .slider-right-nav.slick-initialized .slick-slide.slide-active div div,
.product-slider__block .slider-right-nav.slick-initialized .slick-slide.slick-current div div {
  opacity: 1;
}

.product-slider__block .slider-right-nav.slick-initialized .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.product-slider-header {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-size: 14px;
}

@media (min-width: 768px) {
  .product-slider-header {
    font-size: 16px;
  }
}

.product-slider-header h1 {
  border-bottom: 1px solid #ccc;
  height: 55px;
  font-size: 31px;
  color: #688071;
}

.product-slider-header .bottom-data {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

.product-info {
  flex: 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .product-info {
    flex: 60%;
    max-width: 60%;
  }
}

.product-header {
  position: relative;
}

@media (min-width: 768px) {
  .product-header {
    padding-right: 30px;
  }
}

.product-header .counter-down {
  position: relative;
  left: 0;
  top: 0;
  padding: 10px;
  background: #2e3192;
  border-radius: 14px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .product-header .counter-down {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
  }
}

.product-header .counter-down .title {
  color: #fff;
  text-align: center;
  font-size: 15px !important;
  margin: 11px 0 20px !important;
  display: block;
}

@media (min-width: 768px) {
  .product-header .counter-down .title {
    text-align: right;
    margin: 0 0 30px !important;
    display: inline-block;
  }
}

@media (min-width: 1300px) {
  .product-header .counter-down .title {
    font-size: 15px !important;
    margin: 5px 22px 12px !important;
    display: block;
  }
}

.product-header .counter-down #clock {
  display: flex;
  text-align: center;
  direction: ltr;
  justify-content: center;
  margin: 0 0 13px;
}

@media (min-width: 768px) {
  .product-header .counter-down #clock {
    margin: 0;
  }
}

.product-header .counter-down #clock .block {
  display: flex;
  font-size: 15px;
  text-align: center;
}

.product-header .counter-down #clock .block:last-child:before {
  display: none;
}

.product-header .counter-down #clock .block:before {
  content: ":";
  position: relative;
  width: 20px;
  height: 100%;
  color: #eb78ab;
  font-size: 23px;
  line-height: 37px;
}

.product-header .counter-down #clock .block .digit {
  display: block;
  font-size: 20px;
  overflow: hidden;
  color: #2e3192;
  background-color: #eb78ab;
  margin: 1px;
  padding: 0 4px;
  font-family: IRANSans;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  line-height: 35px;
}

@media (min-width: 1300px) {
  .product-header .counter-down #clock .block .digit {
    font-size: 20px;
  }
}

.product-header .action-block {
  display: inline-block;
  width: 38px;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: 14px;
  top: -30px;
  float: left;
  margin-top: 0;
}

@media (min-width: 1200px) {
  .product-header .action-block {
    top: 116px;
    left: 13px;
  }
}

.product-header .action-block.mobile-show {
  display: block;
  margin: 0 0 30px;
  padding: 0;
}

@media (min-width: 1200px) {
  .product-header .action-block.mobile-show {
    display: none;
  }
}

.product-header .action-block.desktop-show {
  display: none;
}

@media (min-width: 1200px) {
  .product-header .action-block.desktop-show {
    display: block;
  }
}

.product-header .action-block .actions {
  padding: 6px 10px;
  transition: all 300ms;
  width: 66px;
}

@media (min-width: 992px) {
  .product-header .action-block .actions {
    height: 67px;
  }
}

.product-header .action-block .actions:hover {
  cursor: pointer;
  transition: all 300ms;
}

.product-header .action-block .actions.like-pro .img {
  background-image: url("../img/icon/heart.svg");
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .product-header .action-block .actions.like-pro .img {
    width: 40px;
    height: 40px;
  }
}

.product-header .action-block .actions.like-pro .liked {
  background-image: url("../img/icon/heart-fill.svg");
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .product-header .action-block .actions.like-pro .liked {
    width: 40px;
    height: 40px;
  }
}

.product-header .action-block .actions.share-action .share-output {
  opacity: 0;
  padding: 0;
  background: #fff;
  position: absolute;
  left: 0;
  margin: 0;
  display: none;
  transition: all 300ms;
}

.product-header .action-block .actions.share-action .share-output.show {
  opacity: 1;
  display: flex;
  transition: all 300ms;
  left: 55px;
  border: 1px solid #2e3192;
}

.product-header .action-block .actions.share-action .share-output li {
  margin: 0 0;
  height: 35px;
  width: 45px;
  text-align: center;
}

.product-header .action-block .actions.share-action .share-output li a img {
  width: 25px;
  height: 25px;
  margin: 5px 0;
}

.product-header .action-block .actions.share-action img {
  width: 25px;
  height: 25px;
}

@media (min-width: 768px) {
  .product-header .action-block .actions.share-action img {
    width: 40px;
    height: 40px;
  }
}

.product-header h1,
.product-header-name {
  color: #2e3192;
  font-size: 20px;
  margin: 0 0 25px;
}

@media (min-width: 992px) {
  .product-header h1 {
    font-size: 34px;
  }
}

.product-header .product-header-name.mobile-show {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-size: 17px;
}

@media (min-width: 1200px) {
  .product-header .product-header-name.mobile-show {
    display: none;
  }
}

.product-header h1.desktop-show {
  display: none;
}

@media (min-width: 1200px) {
  .product-header h1.desktop-show {
    display: block;
    width: 50%;
  }
}

.product-header p {
  color: #999;
  margin: 0 0 25px;
  font-family: "IRANSans";
}

.product-header p.mobile-show {
  display: block;
  margin: 0 0 30px;
  padding: 0;
}

@media (min-width: 1200px) {
  .product-header p.mobile-show {
    display: none;
  }
}

.product-header p.desktop-show {
  display: none;
}

@media (min-width: 1200px) {
  .product-header p.desktop-show {
    display: block;
  }
}

.product-header .price-top {
  position: relative;
  display: inline-block;
}

.product-header .price-top.mobile-show {
  display: block;
  margin: 0 0 30px;
  padding: 0;
}

@media (min-width: 1200px) {
  .product-header .price-top.mobile-show {
    display: none;
  }
}

.product-header .price-top.desktop-show {
  display: none;
}

@media (min-width: 1200px) {
  .product-header .price-top.desktop-show {
    display: inline-block;
  }
}

.product-header .price-top li {
  color: #b3b3b3;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .product-header .price-top li {
    height: auto;
    line-height: inherit;
  }
}

.product-header .price-top li:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1000;
}

@media (min-width: 768px) {
  .product-header .price-top li:after {
    top: 10px;
  }
}

.product-body {
  padding-right: 0;
}

@media (min-width: 1200px) {
  .product-body {
    padding-right: 30px;
  }
}

.product-body .main-price {
  color: #eb78ab;
  font-family: IRANSans;
  font-size: 25px;
  margin-bottom: 35px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .product-body .main-price {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .product-body .main-price {
    font-size: 30px;
  }
}

.product-body .main-price .none-pro {
  color: #eb78ab;
  font-size: 18px;
  margin: 0 0 12px;
}

.product-body .main-price .price-top {
  position: relative;
  display: inline-block;
}

.product-body .main-price .price-top.mobile-show {
  display: block;
  margin: auto;
  width: 109px;
}

@media (min-width: 1200px) {
  .product-body .main-price .price-top.mobile-show {
    display: none;
  }
}

.product-body .main-price .price-top.desktop-show {
  display: none;
}

@media (min-width: 1200px) {
  .product-body .main-price .price-top.desktop-show {
    display: block;
  }
}

.product-body .main-price .price-top li {
  color: #b3b3b3;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .product-body .main-price .price-top li {
    height: auto;
    line-height: inherit;
  }
}

.product-body .main-price .price-top li:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  /* z-index: 1000; */
}

@media (min-width: 768px) {
  .product-body .main-price .price-top li:after {
    top: 10px;
  }
}

.product-body .main-price span {
  font-size: 45px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.product-body .main-price p {
  font-size: 15px;
  color: #9c9c9c;
  font-weight: normal;
}

@media (min-width: 768px) {
  .product-body .main-price p {
    font-size: 17px;
    color: #ccc;
  }
}

@media (max-width: 768px) {
  .product-body .main-price span {
    font-size: 32px;
  }
}

.product-body .product-weight {
  font-size: 15px;
  color: #9c9c9c;
  font-weight: normal;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .product-body .product-weight {
    font-size: 17px;
    color: #ccc;
  }
}

.product-body .delivery-date {
  display: flex;
  font-size: 15px;
  margin: 0 0 30px;
  color: #eb78ab;
}

@media (min-width: 768px) {
  .product-body .delivery-date {
    font-size: 17px;
  }
}

.product-body .delivery-date span {
  margin-left: 5px;
}

.product-body .product-size {
  display: flex;
  margin-bottom: 20px;
}

.product-body .product-size span {
  color: #9c9c9c;
  padding-left: 44px;
}

@media (min-width: 768px) {
  .product-body .product-size span {
    padding-left: 74px;
    color: #ccc;
  }
}

.product-body .product-size .radio-main {
  display: flex;
}

.product-body .product-size .radio-main .radio-btn {
  color: #9c9c9c;
}

@media (min-width: 768px) {
  .product-body .product-size .radio-main .radio-btn {
    color: #ccc;
  }
}

.product-body .product-count {
  margin-top: 10px;
}

.product-body .product-count .label-product {
  color: #999;
  margin: 0 0 15px;
  position: relative;
  top: 87px;
}

@media (min-width: 768px) {
  .product-body .product-count .label-product {
    position: static;
    top: 0;
  }
}

.product-body .product-count__box {
  /* height: 37px; */
  position: relative;
  top: 40px;
}

/* .product-body .product-count__box label {
  min-width: 50px
} */
.product-select-wrapper {
  display: flex;
  align-items: center;
  /* margin-bottom: 20px; */
  justify-content: space-between;
}

.product-select-wrapper label {
  width: 128px;
}

.product-body .product-count__box .dropdown-el,
.product-body .product-count__box .ctrl {
  margin: 10px 20px !important;
}

@media (min-width: 768px) {
  .product-select-wrapper {
    justify-content: flex-start;
  }

  .product-body .product-count__box .dropdown-el,
  .product-body .product-count__box .ctrl {
    margin: 10px 20px !important;
  }

  .product-body .product-count__box {
    display: flex;
    flex-direction: column;
    height: auto;
    position: static;
  }
}

.product-body .product-count__box .ctrl {
  flex: 0 0 auto;
  display: flex;
  border: 2px solid #2e3192;
  font-size: 30px;
  width: 200px;
  height: 40px;
  border-radius: 72px;
  padding: 0 8px;
  float: left;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .product-body .product-count__box .ctrl {
    width: 232px;
    float: none;
  }
}

.product-body .product-count__box .ctrl__counter {
  position: relative;
  width: 100%;
  color: #2e3192;
  text-align: center;
  overflow: hidden;
}

.product-body .product-count__box .ctrl__counter.is-input .ctrl__counter-num {
  visability: hidden;
  opacity: 0;
  transition: opacity 100ms ease-in;
}

.product-body .product-count__box .ctrl__counter.is-input .ctrl__counter-input {
  visability: visability;
  opacity: 1;
  transition: opacity 100ms ease-in;
}

.product-body .product-count__box .ctrl__counter-input {
  width: 100% !important;
  height: 40px !important;
  top: -5px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  position: relative;
  font-family: IRANSans;
  z-index: 2;
  box-shadow: none;
  color: #2e3192;
  outline: none;
  font-size: 20px;
  border: 0 !important;
  line-height: 20px !important;
  text-align: center;
  transition: opacity 100ms ease-in;
}

.product-body .product-count__box .ctrl__counter-num {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 40px;
  visability: visible;
  opacity: 1;
  transition: opacity 1000ms ease-in;
}

.product-body .product-count__box .ctrl__counter-num.is-increment-hide {
  opacity: 0;
  transform: translateY(-50px);
  -webkit-animation: increment-prev 100ms ease-in;
  animation: increment-prev 100ms ease-in;
}

.product-body .product-count__box .ctrl__counter-num.is-increment-visible {
  opacity: 1;
  transform: translateY(0);
  -webkit-animation: increment-next 100ms ease-out;
  animation: increment-next 100ms ease-out;
}

.product-body .product-count__box .ctrl__counter-num.is-decrement-hide {
  opacity: 0;
  transform: translateY(50px);
  -webkit-animation: decrement-prev 100ms ease-in;
  animation: decrement-prev 100ms ease-in;
}

.product-body .product-count__box .ctrl__counter-num.is-decrement-visible {
  opacity: 1;
  transform: translateY(0);
  -webkit-animation: decrement-next 100ms ease-out;
  animation: decrement-next 100ms ease-out;
}

.product-body .product-count__box .ctrl__button {
  width: 43px;
  line-height: 38px;
  text-align: center;
  color: #000;
  font-size: 28px;
  cursor: pointer;
  transition: background-color 100ms ease-in;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
}

.product-body .product-count__box .ctrl__button--decrement {
  border-radius: 5px 0 0 5px;
}

.product-body .product-count__box .ctrl__button--increment {
  border-radius: 0 5px 5px 0;
}

@-webkit-keyframes decrement-prev {
  from {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes decrement-prev {
  from {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes decrement-next {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
}

@keyframes decrement-next {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
}

@-webkit-keyframes increment-prev {
  from {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes increment-prev {
  from {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes increment-next {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
}

@keyframes increment-next {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
}

.product-body .product-count__box .dropdown-el {
  width: 200px;
  /* position: relative; */
  /* max-width: 100%;
  min-width: 100%; */
  /* margin-right: 10px; */
  top: -123px;
  z-index: 3;
}

@media (min-width: 576px) {
  .product-body .product-count__box .dropdown-el {
    top: unset;
    width: 232px;
    max-width: inherit;
    min-width: inherit;
    /* position: absolute; */
  }
}

.product-body .add-basket {
  position: fixed;
  margin: 0 0 26px;
  height: 40px;
  width: 100%;
  z-index: 98;
  bottom: 70px;
  right: 50%;
  transform: translate(50%, 0);
}

@media (min-width: 768px) {
  .product-body .add-basket {
    transform: translate(0, 0);
    position: static;
    width: auto;
    margin: 27px 0 0;
  }
}

.product-body .add-basket .btn-add-basket {
  background: #eb78ab;
  display: flex;
  border-radius: 0;
  border: 2px solid #eb78ab;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 4px 20px;
}

@media (min-width: 768px) {
  .product-body .add-basket .btn-add-basket {
    padding: 0 0;
    height: 40px;
    width: 386px;
    min-width: 381px;
    border-radius: 50px;
  }
}

.product-body .add-basket .btn-add-basket:hover {
  background: #e6e6e6f0;
}

.product-body .add-basket .btn-add-basket span {
  line-height: 35px;
  color: #2e3192;
}

.product-body .add-basket .btn-add-basket img {
  width: 27px;
  margin: 0px 0 0 10px;
}

.product .possibilities-detail {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 77px 0 0;
  width: 100%;
}

@media (min-width: 768px) {
  .product .possibilities-detail {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .product .possibilities-detail {
    padding-right: 40px;
  }
}

.product .possibilities-detail__box {
  padding: 10px 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

@media (min-width: 768px) {
  .product .possibilities-detail__box {
    display: block;
    padding: 10px;
  }
}

.product .possibilities-detail__box span {
  font-size: 10px;
  text-align: center;
  color: #2e3192;
  margin-top: 6px;
  display: block;
  order: 2;
}

@media (min-width: 768px) {
  .product .possibilities-detail__box span {
    font-size: 14px;
    order: 1;
    margin-bottom: 15px;
    margin-top: 0;
  }
}

.product .possibilities-detail__box img {
  width: 35px;
  height: 26px;
  margin: 0 auto 0;
  display: block;
}

@media (min-width: 768px) {
  .product .possibilities-detail__box img {
    margin: 23px auto 0;
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 992px) {
  .product .possibilities-detail__box img {
    width: 130px;
  }
}

.specification {
  padding: 0 4%;
}

@media (min-width: 1200px) {
  .specification {
    padding: 0 6%;
  }
}

.specification .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .specification .tabs {
    flex-direction: row;
  }
}

.specification .tabs li {
  margin: 0 10px;
  background: none;
  color: #667f71;
  font-weight: bold;
  display: inline-block;
  padding: 10px 0 0;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .specification .tabs li {
    font-size: 20px;
  }
}

.specification .tabs li.current span {
  border-bottom: 5px solid #eb78ab;
}

.specification .tabs li span {
  padding: 4px 6px;
  width: 100%;
  display: block;
  font-size: 15px;
  height: 45px;
  color: #2e3192;
}

@media (min-width: 768px) {
  .specification .tabs li span {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .specification .tabs li span {
    font-size: 18px;
    height: 45px;
  }
}

.specification .tab-content {
  display: none;
  background: #e6e6e6;
}

.specification .tab-content .blog-contact {
  background: #fff;
}

.specification .tab-content .blog-contact .theme-form p {
  font-size: 15px;
  padding: 10px 22px;
  color: #999;
  background: #e6e6e6;
}

@media (min-width: 992px) {
  .specification .tab-content .blog-contact .theme-form p {
    font-size: 20px;
  }
}

.specification .tab-content .blog-contact .theme-form .form-row {
  margin: 25px 0;
  max-width: 750px;
}

.specification .tab-content .blog-contact .theme-form .form-row .action-comment {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .specification .tab-content .blog-contact .theme-form .form-row .action-comment {
    flex-direction: row;
  }
}

.specification .tab-content .blog-contact .theme-form .form-row .action-comment .like {
  display: flex;
}

.specification .tab-content .blog-contact .theme-form .form-row .action-comment .like li .btn-like {
  border: 0;
  background: #fff;
  padding: 0;
}

.specification .tab-content .blog-contact .theme-form .form-row .action-comment .like li .btn-like.active svg path {
  fill: #39b54a;
}

.specification .tab-content .blog-contact .theme-form .form-row .action-comment .like li .btn-like svg {
  width: 30px;
  margin: 0 0 0 10px;
  position: relative;
}

.specification .tab-content .blog-contact .theme-form .form-row .action-comment .like li span {
  line-height: 20px;
  font-size: 13px;
  padding: 0 0 0 7px;
  color: #b3b3b3;
  margin: 18px 0 35px;
  display: block;
}

@media (min-width: 768px) {
  .specification .tab-content .blog-contact .theme-form .form-row .action-comment .like li span {
    padding: 0 0 0 25px;
    margin: 0;
    display: inline-block;
  }
}

.specification .tab-content .blog-contact .theme-form .form-row .action-comment .like li:last-child .active svg path {
  fill: #eb78ab;
}

.specification .tab-content .blog-contact .theme-form .form-row .action-comment .like li:last-child svg {
  top: 7px;
}

.specification .tab-content .blog-contact .theme-form .form-row .action-comment .like li:first-child .active svg path {
  fill: #39b54a;
}

.specification .tab-content .blog-contact .theme-form .form-row .action-comment .like li:first-child svg {
  top: -5px;
}

.specification .tab-content .blog-contact .theme-form .form-row .action-comment .btn {
  width: 100%;
  top: -5px;
  margin: 0;
  color: #2e3192;
}

@media (min-width: 768px) {
  .specification .tab-content .blog-contact .theme-form .form-row .action-comment .btn {
    width: 179px;
  }
}

.specification .tab-content .blog-contact .theme-form .form-row .action-comment .btn:hover {
  color: #fff;
}

.specification .tab-content.current {
  display: inherit;
}

.specification .tab-content .Compounds .description {
  line-height: 40px;
  text-align: justify;
  font-size: 12px;
  color: #808080;
  padding: 30px;
}

.specification .tab-content .Compounds .description p {
  font-size: 15px;
}

.specification .tab-content .Compounds .description p:empty {
  display: none;
}

.specification .tab-content .Compounds .description ul {
  list-style: circle;
}

.specification .tab-content .Compounds .description ul li {
  font-size: 15px;
  margin-right: 10px;
}

.specification .tab-content .Compounds .description h2,
.specification .tab-content .Compounds .description h4,
.specification .tab-content .Compounds .description h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 45px;
  color: #000;
}

.specification .tab-content .Compounds .description img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .specification .tab-content .Compounds .description {
    font-size: 18px;
  }

  .specification .tab-content .Compounds .description h2,
  .specification .tab-content .Compounds .description h4,
  .specification .tab-content .Compounds .description h3 {
    font-size: 18px;
  }
}

.specification-pro {
  display: inline-block;
  width: 100%;
  background: #fff;
}

.specification-pro li {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  text-align: right;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .specification-pro li {
    padding: 0 30px;
    padding-right: 0;
  }
}

.specification-pro li:nth-child(odd) {
  background: #8080803b;
}

.specification-pro li span {
  height: 50px;
  font-size: 14px;
  border-radius: 64px;
  display: inline-block;
  width: 100%;
  color: #808080;
  font-weight: bold;
  line-height: 50px;
  padding-right: 0;
}

@media (min-width: 992px) {
  .specification-pro li span {
    padding-right: 18px;
    font-size: 20px;
  }
}

.specification-pro li span:last-child {
  float: right;
  text-align: right;
}

.specification-pro li span:first-child {
  width: 100%;
  text-align: right;
  float: right;
  margin-left: 9px;
  color: #000;
}

@media (min-width: 992px) {
  .specification-pro li span:first-child {
    width: 20%;
    margin-left: 40px;
    color: #808080;
  }
}

.offers,
.owl-carousel {
  padding: 40px 2%;
}

@media (min-width: 992px) {
  .owl-carousel {
    padding: 0;
  }

  .offers {
    padding: 40px 6%;
  }
}

.offers.homes {
  padding: 40px 3%;
  text-align: center;
}

.offers__header {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 50px;
}

.offers__header img {
  width: 25px;
}

.offers__header span {
  font-size: 18px;
  margin: 0 16px;
  font-weight: bold;
  color: #2e3192;
}

@media (min-width: 992px) {
  .offers__header span {
    font-size: 20px;
  }
}

.offers__product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto;
  width: 90%;
}

@media (max-width: 768px) {
  .offers__product {
    margin: 0 auto;
  }

  .offers.similar-pro {
    padding: 0 6%;
    padding-bottom: 5px;
  }
}

.owl-carousel {
  direction: rtl;
}

.offers__product .product {
  overflow: hidden;
  background: #e4e4e4;
  transition-duration: 0.5s;
  display: block;
  padding: 0;
  margin: 0 auto !important;
  border-radius: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .offers__product .product {
    border-radius: 35px;
    width: 90%;
    margin: 0 20px 51px !important;
  }
}

.offers__product .product__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 170px;
}

@media (min-width: 768px) {
  .offers__product .product__img {
    border-radius: 35px 35px 0 0;
    height: 250px;
  }
}

.offers__product .product__img:hover {
  transition-duration: 0.5s;
}

.offers__product .product__img:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2e3192b5;
}

.offers__product .product__img:hover img {
  filter: grayscale(1);
}

.offers__product .product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offers__product .product__info {
  padding: 9px 10px;
  text-align: right;
}

@media (min-width: 768px) {
  .offers__product .product__info {
    padding: 15px;
  }
}

.offers__product .product__info .subject {
  font-size: 15px;
  margin: 10px 0;
  display: block;
  color: #2e3192;
  transition-duration: 0.5s;
  font-weight: bold;
  height: 32px;
  line-height: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

@media (min-width: 768px) {
  .offers__product .product__info .subject {
    margin: 0 0 27px;
    line-height: 40px;
    height: 39px;
    width: 90%;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .offers__product .product__info .subject {
    font-size: 14px;
  }
}

.offers__product .product__info .subject:hover {
  color: #eb78ab;
  transition-duration: 0.5s;
}

.offers__product .product__info .price {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .offers__product .product__info .price {
    display: inline-block;
    width: 100%;
  }
}

.offers__product .product__info .price__discount {
  font-size: 18px;
  color: #999;
  overflow: hidden;
  position: relative;
  font-family: IRANSans;
  transform: translate(-3px, 0);
  float: right;
  position: static;
}

@media (min-width: 768px) {
  .offers__product .product__info .price__discount {
    font-size: 20px;
  }
}

.offers__product .product__info .price__discount:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

.offers__product .product__info .price__current {
  font-size: 18px;
  color: #2e3192;
  font-weight: bold;
  font-family: IRANSans;
  transform: translate(3px, 0);
  float: left;
  position: static;
}

@media (min-width: 768px) {
  .offers__product .product__info .price__current {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .offers__product {
    flex-wrap: nowrap;
    margin: 30px 0 0;
  }
}

.pro-count {
  position: absolute !important;
  bottom: 10px;
  margin: 0 auto 0;
  top: auto !important;
  left: -5px;
  padding: 0px 0 !important;
  width: auto !important;
  border-radius: 0 50px 50px 0;
  background: #fff;
}

@media (min-width: 768px) {
  .pro-count {
    padding: 0px 13px !important;
    left: 0px;
  }
}

.pro-count span {
  color: #f44336 !important;
  font-size: 14px !important;
}

@media (min-width: 768px) {
  .pro-count span {
    font-size: 15px !important;
  }
}

.pro-count span b {
  color: #f44336 !important;
  font-size: 14px !important;
}

@media (min-width: 768px) {
  .pro-count span b {
    font-size: 14px !important;
  }
}

.newest-pro {
  padding: 40px 6% 0;
}

.owl-nav .owl-prev {
  right: -7px;
  width: 25px;
}

@media (min-width: 768px) {
  .owl-nav .owl-prev {
    right: -16px;
  }
}

.owl-nav .owl-next {
  left: -7px;
  width: 25px;
}

@media (min-width: 768px) {
  .owl-nav .owl-next {
    left: -16px;
  }
}

.tag-discount {
  position: absolute;
  color: #fff;
  z-index: 1;
  text-align: center;
  width: 63px;
  height: 63px;
  line-height: 40px;
  left: 10px;
  direction: rtl;
  font-size: 14px;
  top: 0;
}

@media (min-width: 768px) {
  .tag-discount {
    font-size: 19px;
    width: 76px;
  }
}

.tag-discount::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 50px solid #eb78ab;
  z-index: -1;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .tag-discount::before {
    border-left: 37px solid transparent;
    border-right: 36px solid transparent;
    border-top: 60px solid #eb78ab;
  }
}

.shopping-option-btn {
  color: #fff;
  background: #2e3192;
  padding: 10px 20px;
  width: 100%;
  min-width: 100%;
  border-radius: 0;
  font-size: 15px;
  border: 2px solid #2e3192;
  margin-top: 10px;
}

.button-callme {
  width: auto;
  min-width: auto;
}

@media (min-width: 768px) {
  .shopping-option-btn {
    border-radius: 50px;
    width: 386px;
    min-width: 381px;
  }

  .shopping-option-btn.button-callme {
    width: auto;
    min-width: auto;
  }
}

.shopping-option-btn:hover {
  background: #fff;
  color: #2e3192;
}

.modal-call {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #18195fa6;
  top: 0;
  right: 0;
  z-index: 10000;
  display: none;
}

.modal-call .content {
  border-radius: 15px;
  background: #fff;
  position: fixed;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  text-align: center;
  padding: 35px;
}

.modal-call .content .btn-close {
  margin: 0 0;
  width: 20px;
  height: 20px;
  left: 47px;
  display: block;
  float: left;
  position: absolute;
  background: inherit;
  color: inherit;
  padding: 0;
}

.modal-call .content .possibility li p {
  margin: 0 0 45px;
  font-size: 18px;
  font-weight: 900;
  color: #2e3192;
  text-align: right;
}

.modal-call .content .possibility li input {
  font-size: 15px;
  margin: 0 !important;
}

.modal-call .content .possibility li .checkbox-btn {
  text-align: right;
}

.modal-call .content .possibility li .checkbox-btn label {
  direction: ltr;
  margin-right: 0;
  font-size: 13px;
  line-height: 18px;
  height: 40px;
}

.modal-call .content h5 {
  color: #eb78ab;
}

.modal-call .content .button {
  margin: 35px 0 0;
}

.modal-call .content .button .next-btn {
  width: 160px;
  border-radius: 51px;
  border: 1px solid #676767;
  line-height: 50px;
  display: inline-block;
  font-size: 14px;
  color: #000;
  margin-left: 15px;
  padding: 0;
  background: inherit;
}

.modal-call .content .button .next-btn:hover {
  color: #fff;
  border: 1px solid #eb78ab;
  background: #eb78ab;
}

.modal-call .content .button .show-btn {
  width: 160px;
  border-radius: 51px;
  padding: 0;
  border: 1px solid #676767;
  line-height: 50px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #2e3192;
  margin-left: 15px;
}

.modal-call .content .button .show-btn:hover {
  border: 1px solid #eb78ab;
  background: #eb78ab;
}

.show-filter-main {
  position: relative;
}

.show-filter-main.desktop {
  display: none;
}

@media (min-width: 768px) {
  .show-filter-main.desktop {
    display: block;
  }
}

.show-filter-main .btn-general {
  width: 87%;
  left: 0;
  position: relative;
  top: -15px;
  padding: 2px 6px;
  background: inherit;
  border: 2px solid #2e3192;
  display: block;
  border-radius: 9px;
}

@media (min-width: 576px) {
  .show-filter-main .btn-general {
    width: auto;
    left: 7%;
    position: absolute;
    top: 85px;
    display: inline-block;
  }
}

@media (min-width: 1300px) {
  .show-filter-main .btn-general {
    display: none;
  }
}

.show-filter-main .btn-general span {
  font-size: 13px !important;
  padding: 3px 4px;
  display: inline-block;
}

.category-main {
  width: 100%;
  padding: 0 6% 0;
  direction: ltr;
  display: inline-block;
}

@media (min-width: 768px) {
  .category-main {
    padding: 60px 6% 0;
  }
}

@media (min-width: 1300px) {
  .category-main {
    display: flex;
    padding: 0 6% 0;
  }
}

.category-main .panel {
  position: fixed;
  left: -1000px;
  top: 0;
  background: #fff;
  padding: 38px;
  max-width: 500px;
  z-index: 10000;
  transition-duration: 0.5s;
  box-shadow: 1px 0 3px -2px #000;
  overflow-x: unset;
  overflow-y: auto;
  max-height: 89%;
}

@media (min-width: 768px) {
  .category-main .panel {
    max-height: 100%;
  }
}

@media (min-width: 1300px) {
  .category-main .panel {
    padding: 0;
    box-shadow: none;
    position: static;
    overflow: inherit;
    max-height: unset;
    flex: 25%;
    max-width: 25%;
    padding-left: 2%;
    display: block;
    z-index: 0;
  }
}

.category-main .panel.show {
  left: 0;
  transition-duration: 0.5s;
  padding: 37px 24px;
  max-width: 100%;
}

@media (min-width: 1300px) {
  .category-main .panel-close {
    display: none;
  }
}

.category-main .panel-close img {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 64px;
  padding: 8px;
  position: absolute;
  left: 25px;
  cursor: pointer;
  top: 25px;
}

.category-main .panel__search {
  border: 0 !important;
  border-radius: 50px;
  height: 52px;
  display: flex;
  direction: rtl;
  background: #e6e6e6;
  overflow: hidden;
  margin: 38px 0 0;
}

@media (min-width: 1300px) {
  .category-main .panel__search {
    margin: 0;
  }
}

.category-main .panel__search button {
  margin: 0 8px;
  flex: 10%;
  max-width: 10%;
  border: 0;
  background: inherit;
  padding: 1px 0;
}

.category-main .panel__search button img {
  width: 26px;
}

.category-main .panel__search input {
  border: 0 !important;
  background: inherit;
  height: 100% !important;
  font-size: 14px;
  position: relative;
  top: 0;
  flex: 90%;
  max-width: 90%;
  padding: 0 !important;
}

.category-main .panel__applied-filters {
  margin: 20px 0 8px;
  padding-bottom: 35px;
  border-bottom: 1px solid #2e3192;
}

.category-main .panel__applied-filters .filters-top {
  justify-content: space-between;
  direction: rtl;
  display: flex;
  font-family: IRANSans;
  font-weight: bold;
}

.invite_code {
  font-family: IRANSans;
}

.category-main .panel__applied-filters .filters-top span {
  font-size: 15px;
  color: #2e3192;
}

.current-price,
.total-price {
  font-family: IRANSans;
}

.category-main .panel__applied-filters .filters-top .delete-filter {
  color: #eb78ab;
  border: 0 !important;
  background: inherit !important;
}

.category-main .panel__applied-filters .filters__list {
  display: flex;
  justify-content: flex-end;
  direction: ltr;
  margin: 28px 0 0;
}

.category-main .panel__applied-filters .filters__list .filter-item {
  margin: 0 5px;
}

.category-main .panel__applied-filters .filters__list .filter-item.active a {
  border: 1px solid #eb78ab;
  color: #eb78ab;
}

.category-main .panel__applied-filters .filters__list .filter-item a {
  border: 1px solid #2e3192;
  color: #2e3192;
  padding: 5px 12px;
  border-radius: 100px;
}

.category-main .panel__applied-filters .filters__list .filter-item a:hover {
  border: 1px solid #eb78ab;
  color: #eb78ab;
}

.category-main .panel .collection-collapse-block {
  border-bottom: 1px solid #2e3192;
  padding-bottom: 20px;
}

.category-main .panel .collection-collapse-block:last-child {
  border: 0;
}

.input-range__label-container {
  display: none;
}

.input-range__track--active {
  background: #eb78ab !important;
}

.category-main .panel .collection-collapse-block.open {
  margin-bottom: 12px;
}

.category-main .panel .collection-collapse-block.open .collapse-block-title:after {
  position: relative;
  display: block;
  left: 7px !important;
  float: left;
  content: "−";
  color: #ccc;
  font-weight: 100;
}

.category-main .panel .collection-collapse-block .collapse-block-title {
  font-size: 15px;
  line-height: 39px;
  font-weight: 700;
  text-align: right;
  height: 50px;
  color: #2e3192;
  cursor: pointer;
  font-family: IRANSans;
  margin-bottom: 0;
  padding: 0;
}

.category-main .panel .collection-collapse-block .collapse-block-title:after {
  position: relative;
  display: block;
  left: 7px !important;
  float: left;
  content: "+";
  font-weight: 100;
  color: #cccccc;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .category-list {
  position: relative;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .category-list:first-child {
  padding-right: 15px;
  padding-top: 10px;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .category-list li .sub-menu {
  color: #2e3192;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .category-list li .sub-menu:before {
  content: "";
  width: 8px;
  height: 8px;
  float: right;
  right: -15px;
  position: relative;
  top: 9px;
  border-left: 1px solid #2e3192;
  border-left: 2px solid #2e3192;
  border-bottom: 2px solid #2e3192;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 300ms;
  box-sizing: border-box;
  display: inline-block;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .category-list li .checkbox-btn {
  display: inline-block;
  float: left;
  position: absolute;
  left: 0;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .category-list li .checkbox-btn label {
  height: 40px;
  top: 0;
  padding: 0;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .category-list li .category-list {
  padding-right: 20px;
  margin-bottom: 15px;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .category-list li .category-list li {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  width: 100%;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .category-list li .category-list li span {
  color: #2e3192;
  font-size: 14px;
  text-align: right;
  padding: 0;
  margin: 0;
  height: 35px;
  line-height: 30px;
  transition: all 300ms;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .control-group .filters__list {
  display: flex;
  justify-content: flex-end;
  direction: ltr;
  margin: 0 0 10px;
  flex-wrap: wrap;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .control-group .filters__list .filter-item {
  display: flex;
  margin: 0 5px 12px;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .control-group .filters__list .filter-item.active a {
  border: 1px solid #eb78ab;
  color: #eb78ab;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .control-group .filters__list .filter-item a {
  border: 1px solid #2e3192;
  color: #2e3192;
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 13px;
}

.category-main .panel .collection-collapse-block .collection-brand-filter .control-group .filters__list .filter-item a:hover {
  border: 1px solid #eb78ab;
  color: #eb78ab;
}

/*
.category-main .panel .range-main {
  margin: 40px 0;
}

.category-main .panel .range-main * {
  direction: ltr !important;
}

.category-main .panel .range-main .range-main * {
  direction: ltr !important;
}

.category-main .panel .range-main .range-main {
  margin: 40px 0;
}

.category-main .panel .range-main .noUi-target,
.category-main .panel .range-main .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.category-main .panel .range-main .noUi-target {
  position: relative;
  direction: ltr;
}

.category-main .panel .range-main .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.category-main .panel .range-main .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.category-main .panel .range-main .noUi-handle {
  position: relative;
  z-index: 1;
}

.category-main .panel .range-main .noUi-stacking .noUi-handle {
  z-index: 10;
}

.category-main .panel .range-main .noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.category-main .panel .range-main .noUi-state-drag * {
  cursor: inherit !important;
}

.category-main .panel .range-main .noUi-base,
.category-main .panel .range-main .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.category-main .panel .range-main .noUi-horizontal {
  height: 2px;
}

.category-main .panel .range-main .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 29px;
  left: -7px;
  top: -8px;
  background-color: #2E3192;
  cursor: pointer;
}



.category-main .panel .range-main .noUi-background {
  background: #D6D7D9;
}

.category-main .panel .range-main .noUi-connect {
  background: #eb78ab;
  -webkit-transition: background 450ms;
  transition: background 450ms;
  height: 4px;
}

.category-main .panel .range-main .noUi-origin {
  border-radius: 2px;
}

.category-main .panel .range-main .noUi-target {
  border-radius: 2px;
}

.category-main .panel .range-main .noUi-draggable {
  cursor: w-resize;
}

.category-main .panel .range-main .noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.category-main .panel .range-main .noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.category-main .panel .range-main [disabled].noUi-connect,
.category-main .panel .range-main [disabled] .noUi-connect {
  background: #B8B8B8;
}

.category-main .panel .range-main [disabled].noUi-origin,
.category-main .panel .range-main [disabled] .noUi-handle {
  cursor: not-allowed;
}
*/
.category-main .panel .range-main {
  padding-bottom: 20px;
}

.category-main .panel .range-main * {
  direction: ltr;
}

.category-main .panel .range-main .range-price-main * {
  direction: rtl;
}

.category-main .panel .range-main .price__wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 5px;
  width: 100%;
}

.category-main .panel .range-main .range-price-main {
  display: flex;
  width: 100%;
  margin: 40px 0 0;
}

.category-main .panel .range-main .range-price-main .price {
  max-width: 50%;
  flex: 50%;
  text-align: center;
  display: flex;
}

.category-main .panel .range-main .price label {
  width: 80px;
}

.category-main .panel .range-main .price b {
  text-align: center;
  padding: 4px 5px;
  background: #fff;
  font-size: 17px;
  color: #2e3192;
  border: 2px solid #2e3192;
  border-radius: 50px;
  font-family: "IRANSans";
  display: flow-root;
  font-weight: bold;
  margin: auto;
  width: 100%;
}

.category-main .panel .range-main .currency {
  font-size: 16px;
  line-height: 105px;
  color: #688071;
  font-weight: normal;
  margin: 0 8px 0;
}

.category-main .panel .range-main .range-price-main .price span {
  width: 70px;
  display: inline-block;
  height: 38px;
  font-size: 19px;
  color: #2e3192;
  line-height: 39px;
}

@media (min-width: 1300px) {
  .category-main .category-content {
    flex: 75%;
    max-width: 75%;
  }
}

.category-main .category-content .sort {
  border: 0 !important;
  border-radius: 15px;
  direction: rtl;
  background: #e6e6e6;
  overflow: hidden;
  padding: 20px;
  font-family: IRANSans;
}

@media (min-width: 768px) {
  .category-main .category-content .sort {
    border-radius: 50px;
    padding: 0 26px;
  }
}

@media (min-width: 992px) {
  .category-main .category-content .sort {
    height: 52px;
  }
}

.category-main .category-content .sort-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .category-main .category-content .sort-select {
    display: flex;
  }
}

.category-main .category-content .sort__subject {
  color: #2e3192;
  flex: 14%;
  max-width: 14%;
  line-height: 40px;
  display: none;
}

.category-main .category-content .sort__subject.desktop {
  display: none;
}

@media (min-width: 768px) {
  .category-main .category-content .sort__subject.desktop {
    display: block;
  }
}

@media (min-width: 992px) {
  .category-main .category-content .sort__subject {
    display: inline-block;
  }
}

.category-main .category-content .sort__action {
  flex-wrap: nowrap;
  align-items: center;
  font-size: 12px;
  color: #2e3192;
  flex: 100%;
  max-width: 100%;
}

.category-main .category-content .sort__action.desktop {
  display: none;
}

@media (min-width: 768px) {
  .category-main .category-content .sort__action.desktop {
    display: flex;
  }
}

@media (min-width: 768px) {
  .category-main .category-content .sort__action {
    display: flex;
    justify-content: flex-start;
    flex: 80%;
    max-width: 80%;
  }
}

@media (min-width: 992px) {
  .category-main .category-content .sort__action {
    font-size: 14px;
  }
}

.category-main .category-content .sort__action .sort__list {
  text-align: center;
  font-size: 13px;
  margin: 0 10px 0;
  height: 50px;
  border-top: 4px solid #e6e6e6;
  line-height: 47px;
}

@media (min-width: 768px) {
  .category-main .category-content .sort__action .sort__list {
    line-height: 40px;
  }
}

@media (min-width: 992px) {
  .category-main .category-content .sort__action .sort__list {
    font-size: 15px;
  }
}

.category-main .category-content .sort__action .sort__list:hover {
  font-weight: bold;
}

.category-main .category-content .sort__action .sort__list.active {
  font-weight: bold;
  background-color: #2e3192;
  border-radius: 10px;
  color: #fff;
  border: 0;
}

@media (min-width: 768px) {
  .category-main .category-content .sort__action .sort__list.active {
    background-color: inherit;
    color: #2e3192;
    border-radius: 0;
    border-top: 4px solid #2e3192;
  }
}

.category-main .category-content .sort .switch {
  /* padding: 14px 0; */
  justify-content: space-between;
  text-align: center;
}

@media (min-width: 768px) {
  .category-main .category-content .sort .switch {
    display: flex;
    align-items: center;
    padding: 14px 0;
  }
}

.category-main .category-content .sort .switch .slider {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 32px;
  border-radius: 8px;
  cursor: pointer;
  background: #c5c5c5;
  transition: all 0.2s ease;
}

.category-main .category-content .sort .switch .slider:after {
  background: #eeeeee;
  position: absolute;
  left: -8px;
  top: -8px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  content: "";
  transition: all 0.2s ease;
}

.category-main .category-content .sort .switch label {
  margin-left: 14px;
  color: #2e3192;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .category-main .category-content .sort .switch label {
    margin-left: 0;
  }
}

.category-main .category-content .sort .switch .input {
  display: none;
}

.category-main .category-content .sort .switch .input~.label {
  margin-right: 8px;
  float: left;
  font-size: 15px;
  color: #688071;
}

.category-main .category-content .sort .switch .input:checked~.slider {
  background: #2e3192;
}

.category-main .category-content .sort .switch .input:checked~.slider:after {
  left: 64%;
  background: #eb78ab;
}

.category-main .category-content .result-filter__product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  direction: rtl;
  justify-content: center;
  align-items: center;
}

.category-main .category-content .result-filter__product .product {
  flex: 48%;
  max-width: 48%;
  padding: 20px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .category-main .category-content .result-filter__product .product {
    padding: 20px;
    flex: 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .category-main .category-content .result-filter__product .product {
    flex: 33.33%;
    max-width: 33.333%;
  }
}

.category-main .category-content .result-filter__product .product .tag-discount {
  position: absolute;
  color: #fff;
  z-index: 1;
  text-align: center;
  width: 51px;
  height: 37px;
  font-size: 14px;
  line-height: 32px;
  left: 5px;
  direction: rtl;
}

@media (min-width: 768px) {
  .category-main .category-content .result-filter__product .product .tag-discount {
    font-size: 19px;
    left: 15px;
    line-height: 40px;
    width: 76px;
    height: 63px;
  }
}

.category-main .category-content .result-filter__product .product .tag-discount::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 43px solid #eb78ab;
  z-index: -1;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .category-main .category-content .result-filter__product .product .tag-discount::before {
    border-left: 37px solid transparent;
    border-right: 36px solid transparent;
    border-top: 60px solid #eb78ab;
  }
}

.category-main .category-content .result-filter__product .product__img {
  overflow: hidden;
  position: relative;
  height: 150px;
}

.category-main .category-content .result-filter__product .product__img img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .category-main .category-content .result-filter__product .product__img {
    height: 250px;
  }

  .category-main .category-content .result-filter__product .product__img img {
    width: 100%;
    height: 250px;
    object-fit: contain;
  }
}

.category-main .category-content .result-filter__product .product__img:hover {
  transition-duration: 0.5s;
}

.category-main .category-content .result-filter__product .product__img:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2e3192b5;
}

.category-main .category-content .result-filter__product .product__img:hover .product__img--hover {
  display: block;
}

.category-main .category-content .result-filter__product .product__img:hover img {
  filter: grayscale(1);
}

.category-main .category-content .result-filter__product .product__img--hover {
  position: absolute;
  top: 0;
  padding: 16px;
  z-index: 1;
  display: none;
}

.category-main .category-content .result-filter__product .product__img--hover .like {
  width: 30px;
  height: 30px;
  border: 0;
  background-color: inherit;
  background-repeat: no-repeat;
  background-image: url("../img/icon/white-header.svg");
}

.category-main .category-content .result-filter__product .product__img--hover .like.liked {
  background-image: url("../img/icon/heart-fill.svg");
}

.category-main .category-content .result-filter__product .product__img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.category-main .category-content .result-filter__product .product__img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-main .category-content .result-filter__product .product__info {
  padding: 10px 6px;
  text-align: right;
}

@media (min-width: 768px) {
  .category-main .category-content .result-filter__product .product__info {
    padding: 25px 20px;
  }
}

.category-main .category-content .result-filter__product .product__info .subject {
  font-size: 12px;
  margin: 0 0 20px;
  display: block;
  color: #2e3192;
  transition-duration: 0.5s;
  font-weight: bold;
}

@media (min-width: 768px) {
  .category-main .category-content .result-filter__product .product__info .subject {
    font-size: 17px;
  }
}

.category-main .category-content .result-filter__product .product__info .subject:hover {
  color: #eb78ab;
  transition-duration: 0.5s;
}

.category-main .category-content .result-filter__product .product__info .price {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .category-main .category-content .result-filter__product .product__info .price {
    display: block;
  }
}

.category-main .category-content .result-filter__product .product__info .price__discount {
  font-size: 15px;
  color: #999;
  overflow: hidden;
  position: relative;
  float: right;
  font-family: IRANSans;
}

@media (min-width: 768px) {
  .category-main .category-content .result-filter__product .product__info .price__discount {
    font-size: 20px;
  }
}

.category-main .category-content .result-filter__product .product__info .price__discount:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

.category-main .category-content .result-filter__product .product__info .price__current {
  font-size: 15px;
  color: #2e3192;
  font-weight: bold;
  float: left;
  font-family: IRANSans;
  display: block;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .category-main .category-content .result-filter__product .product__info .price__current {
    font-size: 20px;
    display: inline-block;
    width: auto;
    text-align: left;
  }
}

.category-main .category-content .description {
  padding: 50px 0 0;
}

.category-main .category-content .description h2 {
  color: #2e3192;
  margin: 0 0 20px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .category-main .category-content .description h2 {
    font-size: 25px;
  }
}

.category-main .category-content .description p {
  text-align: justify;
  font-size: 12px;
  line-height: 40px;
  color: #999;
}

@media (min-width: 768px) {
  .category-main .category-content .description p {
    font-size: 15px;
  }
}

.category-main .category-content .description #content {
  max-height: 180px;
  overflow: hidden;
  transition: max-height 0.7s;
}

.category-main .category-content .description #content.open {
  max-height: 1000px;
  transition: max-height 0.7s;
}

.category-main .category-content .description #show-more {
  width: 100%;
  color: #2e3192;
  font-family: "IRANSans";
  font-weight: bold;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 15px;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .category-main .category-content .description #show-more {
    width: 20%;
  }
}

.category-main .category-content.search {
  flex: 100% !important;
  max-width: 100% !important;
}

.category-main .category-content.search .result-filter__product .product {
  flex: 48%;
  max-width: 48%;
  padding: 20px 0;
  position: relative;
}

@media (min-width: 768px) {
  .category-main .category-content.search .result-filter__product .product {
    padding: 20px;
    flex: 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .category-main .category-content.search .result-filter__product .product {
    flex: 25%;
    max-width: 25%;
  }
}

.count-result {
  float: left;
  font-size: 14px;
  color: #2e3192;
  margin: 0 7% 25px;
}

@media (min-width: 576px) {
  .count-result {
    margin: 37px 7% 25px;
  }
}

@media (min-width: 768px) {
  .count-result {
    margin-top: 37px;
    margin-left: 7%;
  }
}

.count-result span {
  padding-right: 10px;
  color: #eb78ab;
}

.filter__mobile {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .filter__mobile {
    display: none;
  }
}

.filter__mobile .btn-general {
  width: auto;
  display: inline-block;
  height: 40px;
  position: static;
  float: none;
  margin-left: 5px;
}

.filter__mobile .btn-general span {
  font-size: 12px !important;
}

.filter__mobile .dropdown-el {
  /* position: absolute; */
  float: none;
  margin: 0;
  left: 13%;
  border-radius: 9px;
  z-index: 3;
  width: 130px;
}

.filter__mobile .dropdown-el label {
  font-size: 12px;
  line-height: 2.9em;
  text-align: center;
}

/* .filter__mobile .dropdown-el label:nth-child(2) {
  margin-top: 2.9em;
} */

.product-discount {
  background-color: #2e3192;
  padding: 20px 25px;
  border-radius: 100px;
  margin: 0 5% 35px;
}

.product-discount .subject {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .product-discount .subject {
    font-size: 35px;
  }
}

.page-discount {
  top: -11px !important;
}

.page-main-content .order {
  padding-top: 0;
}

.collection-content .page-main-content .dataTables_wrapper * {
  font-family: "IRANSans";
}

.collection-content .page-main-content .dataTables_wrapper .dataTables_paginate {
  margin: 25px auto 0;
  white-space: nowrap;
  display: block;
  text-align: center;
  width: 100%;
}

.collection-content .page-main-content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #2e3192;
  font-size: 15px !important;
}

.collection-content .page-main-content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #eb78ab;
  font-size: 15px !important;
}

.collection-content .page-main-content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #2e3192;
  font-size: 15px !important;
}

.collection-content .page-main-content .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #2e3192 !important;
  border-radius: 100px !important;
  border: 0 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
}

.collection-content .page-main-content .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #eb78ab !important;
  border-radius: 100px !important;
  border: 0 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
}

.collection-content .page-main-content .dataTables_wrapper .dataTables_info {
  display: none;
}

.collection-content .page-main-content .dataTables_wrapper .dataTables_length label {
  color: #2e3192 !important;
  font-size: 14px !important;
  margin: 0 0 29px !important;
  font-weight: bold !important;
}

@media (min-width: 768px) {
  .collection-content .page-main-content .dataTables_wrapper .dataTables_length label {
    margin: 0 0 !important;
    font-size: 17px !important;
  }
}

.collection-content .page-main-content .dataTables_wrapper .dataTables_length select {
  width: 100px !important;
  display: inline-block !important;
  margin: 0 !important;
  color: #2e3192 !important;
  padding: 0 15px 0 !important;
  font-size: 16px !important;
  height: 45px !important;
  overflow: hidden !important;
}

@media (min-width: 768px) {
  .collection-content .page-main-content .dataTables_wrapper .dataTables_length select {
    margin: 0 15px 0 0 !important;
  }
}

.collection-content .page-main-content .dataTables_wrapper .dataTables_filter {
  width: 100% !important;
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .collection-content .page-main-content .dataTables_wrapper .dataTables_filter {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media (min-width: 992px) {
  .collection-content .page-main-content .dataTables_wrapper .dataTables_filter {
    width: 80% !important;
    max-width: 80% !important;
  }
}

.collection-content .page-main-content .dataTables_wrapper .dataTables_filter label {
  font-weight: bold !important;
  color: #2e3192 !important;
  font-size: 17px !important;
  margin: 0 0 !important;
  width: 100%;
}

.collection-content .page-main-content .dataTables_wrapper .dataTables_filter input {
  width: 74% !important;
  height: 45px !important;
  margin-right: 11px !important;
}

@media (min-width: 768px) {
  .collection-content .page-main-content .dataTables_wrapper .dataTables_filter input {
    width: 92% !important;
  }
}

.collection-content .page-main-content .dataTables_wrapper table {
  width: 100% !important;
}

@media (min-width: 992px) {
  .collection-content .page-main-content .dataTables_wrapper table {
    width: 100%;
  }
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody {
  width: 100%;
  display: table;
}

@media (min-width: 992px) {
  .collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody {
    display: contents;
  }
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr {
  background-color: #e6e6e6;
  border-radius: 60px;
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr.odd {
  background-color: #fff;
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr td {
  text-align: center !important;
  font-size: 15px;
  border: 0;
  color: #2e3192;
  font-weight: normal;
  width: 100%;
  min-width: 117px;
  display: none;
  position: relative;
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr td:first-child {
  border-radius: 10px;
  display: table-cell;
}

@media (min-width: 992px) {
  .collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr td:first-child {
    border-radius: 0 60px 60px 0;
  }
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr td:first-child .table-list-mobile {
  display: none;
  width: 100%;
  text-align: right;
  padding: 4px 17px;
  line-height: 41px;
  border: 2px solid #2e3192;
  border-radius: 20px;
  margin: 25px 0 0;
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr td:first-child .table-list-mobile li {
  display: flex;
  justify-content: space-between;
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr td:first-child .table-list-mobile li label {
  font-weight: bold;
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr td:first-child .table-list-mobile li span {
  font-size: 12px;
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr td:first-child .arrow-mobile {
  display: inline-block;
  border: 0;
  background: inherit;
  padding: 0;
  width: 100%;
  top: 0;
  height: 37px;
  position: absolute;
  right: 0;
  text-align: left;
  padding: 0 13px;
}

@media (min-width: 992px) {
  .collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr td:first-child .arrow-mobile {
    display: none;
  }
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr td:first-child .arrow-mobile img {
  width: 20px;
  height: 15px;
  position: relative;
  transform: rotate(-90deg);
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr td:last-child {
  border-radius: 60px 0 0 60px;
  width: 113px;
}

@media (min-width: 992px) {
  .collection-content .page-main-content .dataTables_wrapper table.dataTable.display tbody tr td {
    display: table-cell;
  }
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display thead {
  width: 100%;
  display: table;
}

@media (min-width: 992px) {
  .collection-content .page-main-content .dataTables_wrapper table.dataTable.display thead {
    display: contents;
  }
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display thead tr th {
  outline: none;
  padding: 15px 0;
  background: #2e3192;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  display: none;
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display thead tr th:first-child {
  border-radius: 10px;
  display: table-cell;
}

@media (min-width: 992px) {
  .collection-content .page-main-content .dataTables_wrapper table.dataTable.display thead tr th:first-child {
    border-radius: 0 60px 60px 0;
  }
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.display thead tr th:last-child {
  border-radius: 60px 0 0 60px;
}

@media (min-width: 992px) {
  .collection-content .page-main-content .dataTables_wrapper table.dataTable.display thead tr th {
    display: table-cell;
  }
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.stripe tbody tr {
  background-color: #e6e6e6;
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.stripe tbody tr.odd {
  background-color: #fff;
}

.collection-content .page-main-content .dataTables_wrapper table.dataTable.no-footer {
  border-bottom: 0 !important;
}

.open-factor {
  border-radius: 100px;
  background: inherit;
  padding: 5px 18px;
  font-size: 12px;
  color: #2e3192;
  outline: none;
  border: 2px solid #2e3192;
  transition: all 300ms;
  height: 35px;
  display: inline-block;
  line-height: 20px;
}

.open-factor:hover {
  transition: all 300ms;
  color: #fff;
  background: #eb78ab;
  border: 2px solid #eb78ab;
}

.rules {
  padding: 0 6% 0;
}

@media (min-width: 768px) {
  .rules {
    padding: 0 6% 50px;
  }
}

@media (min-width: 1200px) {
  .rules {
    display: flex;
  }
}

.rules .block-content ul li:after {
  display: none !important;
}

.rules-project {
  max-width: 100%;
  flex: 100%;
}

@media (min-width: 1200px) {
  .rules-project {
    max-width: 77%;
    flex: 77%;
  }
}

.rules-block {
  margin: 0 0 35px;
}

.rules-block:last-child {
  margin: 0;
}

.rules-block h3 {
  text-align: right;
  margin: 0 0 20px;
  font-size: 15px;
  color: #2e3192;
}

@media (min-width: 768px) {
  .rules-block h3 {
    font-size: 20px;
  }
}

.rules-block p {
  text-align: justify;
  line-height: 40px;
  font-size: 15px;
  color: #999;
}

@media (min-width: 768px) {
  .rules-block p {
    font-size: 20px;
  }
}

.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  height: 100%;
}

.fixedsticky-withoutfixedfixed .fixedsticky-off {
  position: static;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on {
  position: fixed;
  margin-top: 0;
}

.fixedsticky .fixed-supported .fixedsticky-off {
  position: static;
}

.fixedsticky .fixed-supported .fixedsticky-on {
  position: fixed;
  margin-top: 0;
}

.fixedsticky .fixedsticky-dummy {
  display: none;
}

.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  height: 100%;
}

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed;
  margin-top: 0;
}

.fixedsticky-dummy {
  display: none;
}

.fixedsticky-on+.fixedsticky-dummy {
  display: block;
}

.user-info {
  background-color: #2e3192;
  border-radius: 50px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  padding: 0 5px;
}

@media (min-width: 1200px) {
  .user-info {
    height: 70px;
  }
}

.user-info button {
  width: auto;
  margin: 0;
  position: static;
  padding: 0 7px;
}

@media (min-width: 1200px) {
  .user-info button {
    width: 123px;
    padding: 12px 0;
  }
}

.user-info button span {
  color: #fff;
  font-size: 15px !important;
  margin: 0;
  padding: 0;
}

.user-info span {
  color: #fff;
  font-size: 15px;
  margin-right: 16px;
}

@media (min-width: 1200px) {
  .user-info span {
    font-size: 20px;
  }
}

.user-info-body {
  padding: 20px 0 0;
}

@media (min-width: 768px) {
  .user-info-body {
    padding: 50px 28px 0;
  }
}

.user-info-body .form-info {
  display: flex;
  flex-wrap: wrap;
}

.user-info-body .form-info__box {
  max-width: 100%;
  flex: 100%;
  height: 70px;
  margin: 0 0 15px;
  padding: 0 15px 0;
}

@media (min-width: 768px) {
  .user-info-body .form-info__box {
    max-width: 50%;
    flex: 50%;
    height: 85px;
    margin: 0 0 30px;
  }
}

@media (min-width: 1200px) {
  .user-info-body .form-info__box {
    max-width: 33.333%;
    flex: 33.333%;
  }
}

.user-info-body .form-info__box label {
  color: #ccc;
  font-size: 15px;
  margin: 0 0 7px;
}

@media (min-width: 1200px) {
  .user-info-body .form-info__box label {
    font-size: 18px;
  }
}

.user-info-body .form-info__box .field span {
  color: #2e3192;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 40px;
  display: block;
  line-height: 40px;
}

@media (min-width: 1200px) {
  .user-info-body .form-info__box .field span {
    font-size: 20px;
  }
}

.user-info-body .rate {
  justify-content: space-around;
  display: flex;
  margin: 0 0 55px;
  flex-wrap: wrap;
}

.user-info-body .rate__box {
  flex: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.user-info-body .rate__box:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .user-info-body .rate__box {
    flex: 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .user-info-body .rate__box {
    flex: 33.333%;
    max-width: 33.3333%;
  }
}

.user-info-body .rate__box--number {
  width: 120px;
  height: 120px;
  background-color: #eb78ab;
  text-align: center;
  border-radius: 101px;
  color: #fff;
  line-height: 23px;
  padding: 38px 0;
  margin: auto;
}

@media (min-width: 1200px) {
  .user-info-body .rate__box--number {
    width: 150px;
    height: 150px;
    line-height: 30px;
  }
}

.user-info-body .rate__box--number span {
  display: block;
  text-align: center;
  font-size: 15px;
}

.user-info-body .rate__box--number span:first-child {
  font-family: IRANSans;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .user-info-body .rate__box--number span:first-child {
    font-size: 24px;
  }
}

.user-info-body .rate__box--subject {
  width: 100%;
  text-align: center;
  margin: 30px 0 0;
  color: #ccc;
  font-size: 16px;
}

@media (min-width: 768px) {
  .user-info-body .rate__box--subject {
    font-size: 20px;
  }
}

.user-info-body .order-account {
  width: 100%;
}

.rdt_TableCell div:first-child {
  overflow: visible !important;
}

.user-info-body .show-more-order {
  text-align: center;
  width: 100%;
  margin: 32px 0;
}

@media (min-width: 768px) {
  .user-info-body .show-more-order {
    margin: 0;
  }
}

.user-info-body .show-more-order .btn-general {
  text-align: center;
  color: #2e3192;
  width: auto;
  padding: 12px 22px;
  margin: auto;
  position: static;
}

.user-info-body .show-more-order .btn-general:hover {
  color: #fff;
}

.form-edit-main {
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .form-edit-main {
    display: flex;
  }
}

.form-edit-main .form-edit {
  max-width: 100%;
  flex: 100%;
  padding: 0;
}

@media (min-width: 1200px) {
  .form-edit-main .form-edit {
    max-width: 50%;
    flex: 50%;
    padding: 0 45px;
  }
}

.form-edit-main .form-edit h3 {
  font-weight: bold;
  font-size: 15px;
  color: #2e3192;
  margin: 30px 0;
}

@media (min-width: 768px) {
  .form-edit-main .form-edit h3 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .form-edit-main .form-edit h3 {
    margin: 0 0 30px;
  }
}

.form-edit-main .form-edit__box {
  display: flex;
  align-items: center;
}

.form-edit-main .form-edit__box label {
  color: #2e3192;
  font-size: 12px;
  width: 180px;
}

@media (min-width: 768px) {
  .form-edit-main .form-edit__box label {
    font-size: 15px;
  }
}

.form-edit-main .form-edit__box input {
  height: 43px !important;
  position: relative;
  margin: 18px 0 !important;
  display: block;
  border: 1px solid #2e3192 !important;
}

.form-edit-main .gander {
  display: flex;
  width: 100%;
  margin: 21px 0;
}

@media (min-width: 1200px) {
  .form-edit-main .gander {
    margin: 21px 39px;
  }
}

.form-edit-main .gander span {
  font-size: 15px;
  width: 143px;
  color: #2e3192;
  margin: 0 0 30px;
}

.form-edit-main .gander .radio-main {
  display: flex;
}

.form-edit-main .possibility {
  padding-right: 0;
}

@media (min-width: 1200px) {
  .form-edit-main .possibility {
    padding-right: 42px;
  }
}

.form-edit-main .possibility li {
  height: 40px;
}

.form-edit-main .possibility li label {
  font-size: 15px;
  color: #2e3192;
}

.form-edit-main .submit-form {
  width: 100%;
  padding-right: 0;
}

@media (min-width: 768px) {
  .form-edit-main .submit-form {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .form-edit-main .submit-form {
    padding-right: 42px;
  }
}

.form-edit-main .submit-form button {
  width: 100%;
  margin: 20px 5px 24px;
  padding: 10px 0;
  line-height: 30px;
  position: static;
  text-align: center;
}

@media (min-width: 768px) {
  .form-edit-main .submit-form button {
    margin: 20px 5px 24px;
    width: auto;
  }
}

.form-edit-main .submit-form button span {
  width: 100%;
  font-size: 16px;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .form-edit-main .submit-form button span {
    width: 233px;
  }
}

.form-edit-main .submit-form button:last-child span {
  width: 100%;
}

@media (min-width: 768px) {
  .form-edit-main .submit-form button:last-child span {
    width: 130px;
  }
}

table.dataTable td,
table.dataTable th {
  width: 11% !important;
}

.error {
  display: inline-block;
  width: 100%;
  padding: 101px 0;
}

.error-msg {
  color: red;
  margin-top: 10px;
  font-size: 0.9em;
}

.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.error-page h1 {
  font-size: 25vh;
  font-weight: bold;
  position: relative;
  margin: -8vh 0 0;
  padding: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.error-page h1+p {
  color: #2e3192;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  max-width: 600px;
  position: relative;
}

.error-page h1+p:after {
  content: attr(data-p);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #999;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.error-page h1:after {
  content: attr(data-h1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: transparent;
  /* webkit only for graceful degradation to IE */
  background: -webkit-repeating-linear-gradient(-45deg,
      #eb78ab,
      #eb78ab,
      #2e3192,
      #eb78ab,
      #333333,
      #2e3192,
      #eb78ab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400%;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25);
  animation: animateTextBackground 10s ease-in-out infinite;
}

.error-page .btn-general span {
  font-size: 16px !important;
}

@keyframes animateTextBackground {
  0% {
    background-position: 0 0;
  }

  25% {
    background-position: 100% 0;
  }

  50% {
    background-position: 100% 100%;
  }

  75% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 0;
  }
}

@media (max-width: 767px) {
  .error-page h1 {
    font-size: 32vw;
  }

  .error-page h1+p {
    line-height: 10vw;
    max-width: 70vw;
  }
}

a.back {
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: -webkit-repeating-linear-gradient(-45deg,
      #71b7e6,
      #69a6ce,
      #b98acc,
      #ee8176);
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 15px 30px;
  text-decoration: none;
  transition: 0.25s all ease-in-out;
}

a.back :hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.send-friend {
  text-align: center;
  border: 2px solid #2e3192;
  border-radius: 35px;
  padding: 16px 15px;
}

.send-friend .title__header {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .send-friend {
    padding: 40px;
  }
}

.send-friend p {
  text-align: justify;
  line-height: 28px;
  font-size: 15px;
  color: #999;
}

.send-friend .copy-link {
  width: auto;
  position: static;
  margin: 32px 0 0;
}

.send-friend .copy-link span {
  font-size: 18px;
  padding: 0 23px;
}

.send-friend .social-friend {
  display: flex;
  height: 40px;
  background: #2e3192;
  border-radius: 100px;
  width: auto;
  text-align: center;
  padding: 38px;
  align-items: center;
  margin: 23px 0 0;
  justify-content: center;
}

.send-friend .social-friend li {
  transition: all 300ms;
  margin: 0 8px;
}

.send-friend .social-friend li:hover {
  transform: scale(1.1);
  transition: all 300ms;
}

.send-friend .social-friend li a img {
  width: 40px;
  height: 40px;
}

.order-tracker {
  display: flex;
}

.order-tracker__box {
  margin: 20px auto 0;
  flex: 80%;
  max-width: 80%;
}

/* @media (min-width: 768px) {
  .order-tracker__box {
    flex: 30%;
    max-width: 30%;
  }
} */

/* @media (min-width: 992px) {
  .order-tracker__box {
    flex: 30%;
    max-width: 30%;
  }
} */

.order-tracker__box .title-psw {
  font-size: 20px;
  margin: 20px 0 40px;
  text-align: center !important;
  color: #2e3192;
}

.order-tracker__box p {
  text-align: justify;
  line-height: 28px;
  font-size: 15px;
  color: #999;
  margin: 22px 0;
}

.order-tracker__box .theme-form .form-row .btn-general {
  text-align: center;
  position: static;
}

@media (min-width: 768px) {
  .order-tracker__box .theme-form .form-row .btn-general {
    margin: 0 0 70px;
  }
}

.order-tracker__box .theme-form .form-row .btn-general span {
  width: 100%;
  text-align: center;
  display: block;
}

.wallet__box {
  position: relative;
}

.wallet__box .dataTables_wrapper {
  padding: 40px 0 0;
}

@media (min-width: 768px) {
  .wallet__box .dataTables_wrapper {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .wallet__box {
    padding-top: 50px;
  }
}

.wallet__box .dataTables_wrapper * {
  font-family: "IRANSans";
}

.wallet__box .dataTables_wrapper .dataTables_paginate {
  margin: 25px auto 0;
  white-space: nowrap;
  display: block;
  text-align: center;
  width: 100%;
}

.wallet__box .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #2e3192;
  font-size: 15px !important;
}

.wallet__box .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #eb78ab;
  font-size: 15px !important;
}

.wallet__box .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #2e3192;
  font-size: 15px !important;
}

.wallet__box .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #2e3192 !important;
  border-radius: 100px !important;
  border: 0 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
}

.wallet__box .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #eb78ab !important;
  border-radius: 100px !important;
  border: 0 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
}

.wallet__box .dataTables_wrapper .dataTables_info {
  display: none;
}

.wallet__box .dataTables_wrapper .dataTables_length label {
  color: #2e3192 !important;
  font-size: 14px !important;
  margin: 0 0 29px !important;
  font-weight: bold !important;
  display: none;
}

@media (min-width: 768px) {
  .wallet__box .dataTables_wrapper .dataTables_length label {
    display: block;
    margin: 0 0 !important;
    font-size: 17px !important;
  }
}

.wallet__box .dataTables_wrapper .dataTables_length select {
  width: 100px !important;
  display: inline-block !important;
  margin: 0 !important;
  color: #2e3192 !important;
  padding: 0 15px 0 !important;
  font-size: 16px !important;
  height: 45px !important;
}

@media (min-width: 768px) {
  .wallet__box .dataTables_wrapper .dataTables_length select {
    margin: 0 15px 0 0 !important;
  }
}

.wallet__box .dataTables_wrapper .dataTables_filter {
  width: 100% !important;
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .wallet__box .dataTables_wrapper .dataTables_filter {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media (min-width: 992px) {
  .wallet__box .dataTables_wrapper .dataTables_filter {
    width: 80% !important;
    max-width: 80% !important;
  }
}

.wallet__box .dataTables_wrapper .dataTables_filter label {
  font-weight: bold !important;
  color: #2e3192 !important;
  font-size: 17px !important;
  margin: 0 0 !important;
  width: 100%;
  display: none;
}

@media (min-width: 768px) {
  .wallet__box .dataTables_wrapper .dataTables_filter label {
    display: block;
  }
}

.wallet__box .dataTables_wrapper .dataTables_filter input {
  width: 74% !important;
  height: 45px !important;
  margin-right: 11px !important;
}

@media (min-width: 768px) {
  .wallet__box .dataTables_wrapper .dataTables_filter input {
    width: 92% !important;
  }
}

.wallet__box .dataTables_wrapper table {
  width: 100% !important;
}

@media (min-width: 992px) {
  .wallet__box .dataTables_wrapper table {
    width: 100%;
  }
}

.wallet__box .dataTables_wrapper table.dataTable.display tbody {
  width: 100%;
  display: table;
}

@media (min-width: 992px) {
  .wallet__box .dataTables_wrapper table.dataTable.display tbody {
    display: contents;
  }
}

.wallet__box .dataTables_wrapper table.dataTable.display tbody tr {
  background-color: #e6e6e6;
  border-radius: 60px;
}

.wallet__box .dataTables_wrapper table.dataTable.display tbody tr.odd {
  background-color: #fff;
}

.wallet__box .dataTables_wrapper table.dataTable.display tbody tr td {
  text-align: center !important;
  font-size: 15px;
  border: 0;
  color: #2e3192;
  font-weight: normal;
  width: 100%;
  min-width: 117px;
  display: none;
  position: relative;
}

.wallet__box .dataTables_wrapper table.dataTable.display tbody tr td:first-child {
  border-radius: 10px;
  display: table-cell;
}

@media (min-width: 992px) {
  .wallet__box .dataTables_wrapper table.dataTable.display tbody tr td:first-child {
    border-radius: 0 60px 60px 0;
  }
}

.wallet__box .dataTables_wrapper table.dataTable.display tbody tr td:first-child .table-list-mobile {
  display: none;
  width: 100%;
  text-align: right;
  padding: 4px 17px;
  line-height: 41px;
  border: 2px solid #2e3192;
  border-radius: 20px;
  margin: 25px 0 0;
}

.wallet__box .dataTables_wrapper table.dataTable.display tbody tr td:first-child .table-list-mobile li {
  display: flex;
  justify-content: space-between;
}

.wallet__box .dataTables_wrapper table.dataTable.display tbody tr td:first-child .table-list-mobile li label {
  font-weight: bold;
}

.wallet__box .dataTables_wrapper table.dataTable.display tbody tr td:first-child .table-list-mobile li span {
  font-size: 12px;
}

.wallet__box .dataTables_wrapper table.dataTable.display tbody tr td:first-child .arrow-mobile {
  display: inline-block;
  border: 0;
  background: inherit;
  padding: 0;
  width: 100%;
  top: 0;
  height: 37px;
  position: absolute;
  right: 0;
  text-align: left;
  padding: 0 13px;
}

@media (min-width: 992px) {
  .wallet__box .dataTables_wrapper table.dataTable.display tbody tr td:first-child .arrow-mobile {
    display: none;
  }
}

.wallet__box .dataTables_wrapper table.dataTable.display tbody tr td:first-child .arrow-mobile img {
  width: 20px;
  height: 15px;
  position: relative;
  transform: rotate(-90deg);
}

.wallet__box .dataTables_wrapper table.dataTable.display tbody tr td:last-child {
  border-radius: 60px 0 0 60px;
  width: 113px;
}

@media (min-width: 992px) {
  .wallet__box .dataTables_wrapper table.dataTable.display tbody tr td {
    display: table-cell;
  }
}

.wallet__box .dataTables_wrapper table.dataTable.display thead {
  width: 100%;
  display: table;
}

@media (min-width: 992px) {
  .wallet__box .dataTables_wrapper table.dataTable.display thead {
    display: contents;
  }
}

.wallet__box .dataTables_wrapper table.dataTable.display thead tr th {
  outline: none;
  padding: 15px 0;
  background: #2e3192;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  display: none;
}

.wallet__box .dataTables_wrapper table.dataTable.display thead tr th:first-child {
  border-radius: 10px;
  display: table-cell;
}

@media (min-width: 992px) {
  .wallet__box .dataTables_wrapper table.dataTable.display thead tr th:first-child {
    border-radius: 0 60px 60px 0;
  }
}

.wallet__box .dataTables_wrapper table.dataTable.display thead tr th:last-child {
  border-radius: 60px 0 0 60px;
}

@media (min-width: 992px) {
  .wallet__box .dataTables_wrapper table.dataTable.display thead tr th {
    display: table-cell;
  }
}

.wallet__box .dataTables_wrapper table.dataTable.stripe tbody tr {
  background-color: #e6e6e6;
}

.wallet__box .dataTables_wrapper table.dataTable.stripe tbody tr.odd {
  background-color: #fff;
}

.wallet__box .dataTables_wrapper table.dataTable.no-footer {
  border-bottom: 0 !important;
}

.wallet__box p {
  text-align: center;
  margin: 0 0 29px;
  color: #2e3192;
  font-size: 20px;
}

.wallet__box p span {
  font-family: IRANSans;
  margin: 0 15px;
}

.wallet__box .select-price {
  display: flex;
  justify-content: center;
  direction: ltr;
  flex-wrap: wrap;
}

.wallet__box .select-price__title {
  width: 150px;
  border: 1px solid #2e3192;
  font-size: 15px;
  text-align: center;
  color: #2e3192;
  line-height: 38px;
  overflow: hidden;
  border-radius: 50px;
  height: 40px;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .wallet__box .select-price__title {
    margin-right: 20px;
  }
}

.wallet__box .select-price .form__options {
  direction: rtl;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.wallet__box .select-price .form__options .form__answer {
  display: inline-block;
  box-sizing: border-box;
  margin: 10px auto;
  height: 40px;
  vertical-align: top;
  width: 48%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .wallet__box .select-price .form__options .form__answer {
    width: 150px;
    margin: 10px;
  }

  .wallet__box .select-price .form__options .form__answer:last-child {
    width: 100%;
  }
}

/* .wallet__box .select-price .form__options .form__answer:last-child {
  margin-left: 0;
} */

.wallet__box .select-price .form__options .form__answer input[type="radio"] {
  opacity: 0;
  width: 0;
  display: none;
  height: 0;
}

.wallet__box .select-price .form__options .form__answer input[type="radio"]:checked~label {
  border: 4px solid #eb78ab;
  line-height: 25px;
}

.wallet__box .select-price .form__options .form__answer label {
  box-sizing: border-box;
  display: block;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  font-family: IRANSans;
  font-size: 15px;
  text-align: center;
  border: 1px solid #2e3192;
  width: 100%;
  color: #2e3192;
  font-weight: bold;
  padding: 4px 10px;
  line-height: 30px;
  cursor: pointer;
  transition: all 300ms;
}

.wallet__box .select-price .form__options .form__answer label:hover {
  background: #f0f2f1;
  transition: all 300ms;
  cursor: pointer;
}

.wallet__box .select-price .form__options .form__answer label span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

.wallet__box .input-price {
  display: flex;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  max-width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .wallet__box .input-price {
    max-width: 46%;
  }
}

.wallet__box .input-price input {
  display: inline-block;
  position: static;
  margin: 10px !important;
  height: 40px !important;
  width: 30% !important;
  font-family: "IRANSans";
  max-width: 85%;
}

.wallet__box .input-price input[disabled="disabled"] {
  background: #efefef;
  color: #b1b1b1;
  border-color: #d8d8d8 !important;
}

.wallet__box .input-price span {
  color: #2e3192;
  font-size: 20px;
}

.wallet__box .btn-general {
  margin: auto !important;
  position: absolute !important;
  top: 0 !important;
  display: block;
  height: 40px;
  text-align: center;
  width: auto;
  padding: 5px 18px;
  left: 0;
}

@media (min-width: 768px) {
  .wallet__box .btn-general {
    position: relative !important;
    padding: 6px 20px;
    width: 236px;
    top: -40px !important;
    left: auto;
  }
}

.wallet__box .btn-general.add-price {
  padding: 6px 100px;
  width: auto;
}

.wallet__box .btn-general.add-price {
  position: static !important;
  width: 80%;
}

@media (min-width: 768px) {
  .wallet__box .btn-general.add-price {
    top: 0px !important;
    width: auto;
  }
}

.wallet__box .btn-general span {
  font-size: 14px !important;
}

.wallet__box .last-amount {
  top: 11px !important;
  right: 9px;
  font-family: IRANSans;
  font-size: 12px !important;
  position: absolute !important;
  text-align: center;
  margin: 0 !important;
  color: #2e3192 !important;
  font-weight: bold;
}

@media (min-width: 768px) {
  .wallet__box .last-amount {
    position: relative !important;
    top: -40px !important;
    right: 0;
    font-size: 17px !important;
  }
}

.form-group.radio-btn input[type="radio"]:checked~label {
  background: #fff;
}

.static-page {
  padding: 0 6% 0;
}

@media (min-width: 768px) {
  .static-page {
    padding: 0 6% 50px;
  }
}

.static-page .description {
  font-size: 14px;
  color: #999;
  margin: 31px 0;
  line-height: 38px;
  text-align: justify;
}

@media (min-width: 992px) {
  .static-page .description {
    text-align: justify;
    font-size: 16px;
  }
}

.about__box {
  margin: 50px 0;
}

.about__box--icon .icon__img {
  width: 110px;
  height: 110px;
  display: block;
  margin: auto;
}

.about__box--icon .icon__subject {
  color: #2e3192;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: bold;
  margin: 20px 0 0;
  font-size: 23px;
}

.about__box__description {
  font-size: 14px;
  color: #999;
  margin: 31px 0;
  line-height: 38px;
  text-align: justify;
}

@media (min-width: 992px) {
  .about__box__description {
    font-size: 16px;
  }
}

.faq {
  padding: 0 6% 40px;
}

@media (min-width: 992px) {
  .faq {
    display: flex;
  }
}

.faq .accordion .accordion-item {
  border-bottom: 1px solid #bdbdbd;
}

.faq .accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #2e3192;
}

.faq .accordion .accordion-item .category-faq {
  position: absolute;
  right: 6%;
  margin-top: 22px;
  font-size: 20px;
  color: #2e3192;
  font-weight: bold;
  display: none;
}

@media (min-width: 992px) {
  .faq .accordion .accordion-item .category-faq {
    display: block;
  }
}

.faq .accordion button {
  position: relative;
  display: flex;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.faq .accordion button:hover,
.faq .accordion button:focus {
  cursor: pointer;
  color: #ccc;
}

.faq .accordion button:hover::after,
.faq .accordion button:focus::after {
  cursor: pointer;
  color: #2e3192;
  border: 1px solid #2e3192;
}

.faq .accordion button .accordion-title {
  padding: 0;
  width: 100%;
  text-align: right;
  display: inline-block;
  color: #2e3192;
  font-weight: bold;
  font-size: 15px;
  padding-left: 20px;
  width: 90%;
}

@media (min-width: 768px) {
  .faq .accordion button .accordion-title {
    font-size: 18px;
  }
}

.faq .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 11px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #eb78ab;
  border-left: 2px solid #eb78ab;
  border-bottom: 2px solid #eb78ab;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 300ms;
  box-sizing: border-box;
  margin: 0 8px;
}

.faq .accordion button[aria-expanded="true"] {
  color: #2e3192;
}

.faq .accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.faq .accordion button[aria-expanded="true"]+.accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

@media (min-width: 768px) {
  .faq .accordion button[aria-expanded="true"]+.accordion-content {
    max-height: 10rem;
  }
}

.faq .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.faq .accordion .accordion-content p {
  font-size: 12px;
  font-weight: 300;
  margin: 1em 0;
  text-align: justify;
  color: #999;
  line-height: 34px;
}

@media (min-width: 768px) {
  .faq .accordion .accordion-content p {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .faq-main {
    padding-right: 20%;
  }
}

.cart {
  padding: 0 6% 40px;
}

.cart .card-main {
  display: flex;
  text-align: center;
  margin: 20px auto 80px;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 768px) {
  .cart .card-main {
    margin: 40px auto;
  }
}

.cart .card-main__box {
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
  margin: 0 15px;
}

.cart .card-main__box.active :after {
  content: "";
  height: 4px;
  top: 40px;
  width: 100%;
  background-color: #eb78ab;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .cart .card-main__box.active :after {
    height: 8px;
    top: 59px;
  }
}

.cart .card-main__box object {
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) {
  .cart .card-main__box object {
    width: 40px;
    height: 40px;
  }
}

.cart .card-main__box object .cls-1 {
  fill: #ffffff;
}

.cart .card-main__box span {
  color: #2e3192;
  margin: 0 5px 0;
  width: auto;
  font-size: 12px;
}

@media (min-width: 576px) {
  .cart .card-main__box span {
    margin: 0 10px 0 15px;
  }
}

@media (min-width: 768px) {
  .cart .card-main__box span {
    font-size: 16px;
  }
}

.cart .card-main__box::before {
  content: "›";
  vertical-align: top;
  font-size: 34px;
  position: absolute;
  line-height: 27px;
  margin: 0 0 0 10px;
  right: -34px;
  font-weight: 100;
  padding: 0 0.7rem 0;
  font-family: "IRANSans";
  color: #2e3192 !important;
  display: block;
}

.cart .card-main__box:first-child:before {
  display: none;
}

.cart .table {
  font-family: IRANSans;
}

.cart .table thead th {
  text-align: center;
  border: 0;
  background: #e6e6e6;
  color: #999;
  padding: 20px 0;
}

.cart .table thead th:first-child {
  border-radius: 50px;
}

@media (min-width: 992px) {
  .cart .table thead th:first-child {
    border-radius: 0 50px 50px 0;
  }
}

.cart .table thead th:last-child {
  border-radius: 50px 0 0 50px;
}

.cart .table thead th:nth-last-child(-n + 4),
.cart .table thead th:nth-last-child(-n + 2) {
  display: none;
}

@media (min-width: 992px) {

  .cart .table thead th:nth-last-child(-n + 4),
  .cart .table thead th:nth-last-child(-n + 2) {
    display: table-cell;
  }
}

.cart .table tbody tr {
  border-bottom: 1px solid #d4d5f7;
}

.cart .table tbody tr:last-child {
  border: 0;
}

.cart .table tbody tr td {
  text-align: center;
  padding: 11px 0 !important;
  vertical-align: middle !important;
  border: 0 !important;
  position: relative;
}

.cart .table tbody tr td:nth-last-child(-n + 4),
.cart .table tbody tr td:nth-last-child(-n + 2) {
  display: none;
}

@media (min-width: 992px) {

  .cart .table tbody tr td:nth-last-child(-n + 4),
  .cart .table tbody tr td:nth-last-child(-n + 2) {
    display: table-cell;
  }
}

@media (min-width: 992px) {
  .cart .table tbody tr td {
    position: static;
  }
}

.cart .table tbody tr td .bet {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  direction: ltr;
  line-height: 1;
}

.cart .table tbody tr td .bet .bet_input {
  text-align: center;
  padding: 0 !important;
  font-size: 15px;
  flex-shrink: 0;
  font-family: IRANSans;
  background: inherit;
  width: 40px !important;
  height: 40px !important;
  color: #2e3192 !important;
  border: 0 !important;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .cart .table tbody tr td .bet .bet_input {
    font-size: 18px;
  }
}

.cart .table tbody tr td .bet .minus,
.cart .table tbody tr td .bet .plus {
  height: 24px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #2e3192;
  text-align: center;
  padding: 0;
  font-size: 25px;
}

.cart .table tbody tr td .bet .minus:active,
.cart .table tbody tr td .bet .plus:active {
  position: relative;
  top: 1px;
}

.cart .table tbody tr td .discount {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.cart .table tbody tr td .discount span {
  font-size: 20px;
  margin: 0 10px;
  color: #eb78ab;
}

.cart .table tbody tr td .discount img {
  width: 20px;
}

.cart .table tbody tr td .product__img {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 150px;
  height: 145px;
  margin: 5px 0 0;
  float: right;
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .cart .table tbody tr td .product__img {
    width: 200px;
  }
}

.cart .table tbody tr td .product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart .table tbody tr td .product__img .close {
  width: 25px;
  height: 25px;
  background-color: #eb78ab;
  border-radius: 100px;
  position: absolute;
  right: 9px;
  top: 9px;
  opacity: 1;
  line-height: 19px;
  padding: 3px;
}

@media (min-width: 768px) {
  .cart .table tbody tr td .product__img .close {
    width: 35px;
    height: 35px;
    padding: 8px;
  }
}

.cart .table tbody tr td .product__img .close img {
  width: 9px;
  margin: auto;
}

@media (min-width: 768px) {
  .cart .table tbody tr td .product__img .close img {
    width: 15px;
  }
}

.cart .table tbody tr td .mobile-cart-content {
  display: flex;
  position: absolute;
  right: 165px;
  top: 60px;
  flex-direction: column;
  width: 200px;
  margin: auto;
}

@media (max-width: 768px) {
  .cart .table tbody tr td .mobile-cart-content {
    width: 158px;
    top: 9px;
    right: 0;
    left: 0px;
    margin: 0;
    position: relative;
    direction: ltr;
    display: flex;
  }
}

@media (min-width: 768px) {
  .cart .table tbody tr td .mobile-cart-content {
    position: absolute;
    align-content: space-around;
  }
}

@media (min-width: 992px) {
  .cart .table tbody tr td .mobile-cart-content {
    display: none;
  }
}

.cart .table tbody tr td .mobile-cart-content .col-xs-3 {
  display: flex;
  height: 39px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.cart .table tbody tr td .mobile-cart-content .col-xs-3 h5 {
  font-size: 14px;
  color: #2e3192;
}

.cart .table tbody tr td .mobile-cart-content .col-xs-3 h2 {
  font-size: 15px;
  display: flex;
  flex-direction: column;
}

.cart .table tbody tr td .mobile-cart-content .col-xs-3 .discount span {
  font-size: 15px;
}

.cart .table tbody tr td .product__info {
  display: inline-block;
  height: 100%;
  position: relative;
  top: 0;
}

.cart .table tbody tr td .product__title {
  display: block;
  margin: 0 0 18px;
  color: #2e3192;
}

@media (min-width: 550px) {
  .cart .table tbody tr td .product__info {
    top: 51px;
  }

  .cart .table tbody tr td .product__title {
    margin: 0;
  }
}

.cart .table tbody tr td .product__list li {
  height: 23px;
  color: #4a4a4a;
  font-size: 10px;
}

@media (min-width: 768px) {
  .cart .table tbody tr td .product__list li {
    font-size: 12px;
  }
}

.cart .table tbody tr td a {
  font-size: 20px;
  color: #2e3192;
}

@media (max-width: 768px) {
  .cart .table tbody tr td a {
    font-size: 16px;
  }
}

.cart .table tbody tr td h2 {
  font-size: 20px;
  color: #2e3192;
  font-weight: normal;
}

.cart .bottom-table {
  width: 100%;
  display: inline-block;
  float: left;
}

@media (min-width: 768px) {
  .cart .bottom-table {
    width: 430px;
  }
}

.cart .bottom-table .table-total-price-cart {
  margin-top: 35px;
  border: 0;
}

.cart .bottom-table .table-total-price-cart tfoot {
  width: 100%;
  display: inline-table;
}

.cart .bottom-table .table-total-price-cart tfoot tr td {
  border: 0 !important;
  padding: 7px 0;
}

.cart .bottom-table .table-total-price-cart tfoot tr td:first-child {
  width: 50%;
  text-transform: capitalize;
  text-align: right;
  padding: 0 !important;
  color: #999;
  font-size: 15px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .cart .bottom-table .table-total-price-cart tfoot tr td:first-child {
    font-size: 18px;
  }
}

.cart .bottom-table .table-total-price-cart tfoot tr td:last-child h2 {
  text-align: left;
  font-size: 15px;
  color: #999;
  font-weight: normal;
  margin: 0;
}

@media (min-width: 768px) {
  .cart .bottom-table .table-total-price-cart tfoot tr td:last-child h2 {
    font-size: 20px;
  }
}

.cart .bottom-table .table-total-price-cart tfoot tr:last-child td {
  border: 0 !important;
}

.cart .bottom-table .table-total-price-cart tfoot tr:last-child td h2 {
  text-align: left;
  font-size: 20px;
  color: #eb78ab;
  font-weight: normal;
}

.cart__discount {
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .cart__discount {
    text-align: right;
  }
}

.cart__discount--box {
  width: 40%;
  border: 1px solid #2e3192 !important;
  border-radius: 50px !important;
  height: 47px !important;
  /* padding: 3px 60px !important; */
  display: inline-block;
  color: #eb78ab !important;
  line-height: 40px !important;
  margin: auto !important;
  background-color: #fff !important;
}

@media (min-width: 768px) {
  .cart__discount--box {
    font-size: 17px !important;
  }
}

.cart__discount--box.hide {
  display: none;
}

.cart__discount__block {
  padding: 14px 0 0;
  display: none;
  flex-direction: column;
}

@media (min-width: 768px) {
  .cart__discount__block {
    padding: 14px 0 0;
    flex-direction: row;
  }
}

.cart__discount__block.shows {
  display: block;
}

@media (min-width: 1200px) {
  .cart__discount__block.shows {
    display: flex !important;
  }
}

.cart__discount__block input {
  max-width: 100%;
  border: 0;
  height: 51px !important;
  margin: 1px 0 0 !important;
  font-size: 13px;
  font-family: IRANSans;
}

@media (min-width: 992px) {
  .cart__discount__block input {
    max-width: 40%;
    flex: 40%;
  }
}

.cart__discount__block .btn-buy {
  position: static;
  height: 52px;
  transform: translate(0, 0);
  padding: 0 0;
  margin: 12px auto 0;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

@media (min-width: 768px) {
  .cart__discount__block .btn-buy {
    width: auto;
    max-width: 200px;
    min-width: 145px;
  }
}

@media (min-width: 1200px) {
  .cart__discount__block .btn-buy {
    margin: 0 15px 0 0;
    width: 189px;
    min-width: auto;
  }
}

.cart__discount__block .btn-buy:hover {
  background: #2e3192;
}

.cart__discount__block .btn-buy:after {
  width: 20px;
  height: 20px;
  transform: translate(49px, 5%);
}

.cart__discount__block .btn-buy span {
  padding-right: 0;
  font-size: 15px;
}

.bottom-table .btn-general {
  top: 15px !important;
}

@media (min-width: 768px) {
  .bottom-table .btn-general {
    top: 25px !important;
  }
}

.bottom-table .btn-general span {
  font-size: 20px;
}

.mobile-cart-content {
  display: none;
}

.contact {
  padding: 0 6% 40px;
}

.contact p {
  padding: 0;
  color: #2e3192;
  font-size: 18px;
  margin: 0 0 30px;
}

.contact h1 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #2e3192;
}

@media (min-width: 1200px) {
  .contact .subject {
    padding: 0 17% 0;
    color: #2e3192;
  }
}

.contact .map #map-wrapper {
  overflow: hidden;
  position: relative;
  height: 325px;
  margin: 0;
  border-radius: 13px;
}

@media (min-width: 1200px) {
  .contact .map #map-wrapper {
    margin: 0 17%;
    border-radius: 40px;
  }
}

.contact .map #map-wrapper #map {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100%;
  margin-top: -300px;
  width: 200%;
  height: 200%;
  transform: rotateX(60deg);
  overflow: visible;
}

.contact .map #map-wrapper #map,
.contact .map #map-wrapper .leaflet-control-container,
.contact .map #map-wrapper .leaflet-map-pane,
.contact .map #map-wrapper .leaflet-tile-pane,
.contact .map #map-wrapper .leaflet-objects-pane,
.contact .map #map-wrapper .leaflet-marker-pane,
.contact .map #map-wrapper .leaflet-popup-pane,
.contact .map #map-wrapper .marker-3d,
.contact .map #map-wrapper .marker-3d .wrapper {
  transform-style: preserve-3d;
}

.contact .map #map-wrapper .leaflet-marker-pane,
.contact .map #map-wrapper .leaflet-popup-pane {
  transform: translate3d(0, 0, 1px);
}

.contact__info {
  padding: 60px 0;
}

@media (min-width: 1200px) {
  .contact__info {
    padding: 60px 17%;
  }
}

.contact__info--box {
  display: flex;
  margin: 0 0 17px;
}

.contact__info--box:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .contact__info--box {
    margin: 0 0 10px;
  }
}

.contact__info--box object {
  width: 30px;
  height: 40px;
  margin-left: 20px;
}

.contact__info--box p {
  color: #2e3192;
}

.contact__info--box p span {
  margin: 0 10px;
  font-family: IRANSans;
}

.contact__info--box p span:first-child {
  margin: 0 0 0 10px;
}

.contact__info--box a {
  color: #2e3192;
  line-height: 40px;
  font-family: IRANSans;
}

.contact .possibilities-detail {
  display: flex;
  flex-wrap: wrap;
}

.contact .possibilities-detail__box {
  flex: 100%;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 0 50px;
}

.contact .possibilities-detail__box:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .contact .possibilities-detail__box {
    flex: 50%;
    max-width: 50%;
    margin: 0 0 50px;
  }
}

@media (min-width: 992px) {
  .contact .possibilities-detail__box {
    flex: 33.333%;
    max-width: 33.333%;
  }
}

@media (min-width: 1200px) {
  .contact .possibilities-detail__box {
    flex: 20%;
    max-width: 20%;
    margin: 0;
  }
}

.contact .possibilities-detail__box img {
  text-align: center;
  width: 130px;
  height: 70px;
  display: block;
  margin: 0 auto 25px;
}

.contact .possibilities-detail__box span {
  color: #2e3192;
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 0 12px;
}

.contact .possibilities-detail__box p {
  margin: 20px 0 0;
  color: #ccc;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
}

.marker-pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #c30b82;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

.marker-pin::after {
  content: "";
  width: 24px;
  height: 24px;
  margin: 3px 0 0 3px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
}

.custom-div-icon i {
  position: absolute;
  width: 22px;
  font-size: 22px;
  left: 0;
  right: 0;
  margin: 10px auto;
  text-align: center;
}

.blog-detail.header {
  margin: 0;
}

.blog-detail.breadcrumb {
  position: absolute;
}

.blog-detail.breadcrumb .breadcrumb-item {
  color: #fff;
}

.blog-detail.breadcrumb .breadcrumb-item a {
  color: #fff;
}

@media (min-width: 992px) {
  .blog {
    padding: 0 0 40px;
  }
}

.blog__block {
  display: flex;
  padding: 0 6% 40px;
  flex-wrap: nowrap;
}

.blog__block--right {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .blog__block--right {
    display: flex;
    margin: 0 14px;
    flex-direction: row;
    gap: 20px;
  }
}

/* @media (min-width: 992px) {
  .blog__block--right {
    max-width: 58%;
    flex: 58%;
    margin-bottom: 0;
  }
} */

.blog__block--right .box {
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: pointer;
}



@media (min-width: 768px) {
  .blog__block--right .box {
    width: 50%;
    margin-bottom: 0;
    height: 514px;
  }
}

.blog__block--right .box .info-bottom {
  position: absolute;
  bottom: 17px;
  right: 17px;
  z-index: 1;
}

.blog__block--right .box .info-bottom li {
  display: flex;
  /* height: 30px; */
}

.blog__block--right .box .info-bottom li:first-child {
  /* height: 50px; */
}

.blog__block--right .box .info-bottom li img {
  width: 20px;
  height: 25px;
  margin-left: 17px;
}

.blog__block--right .box .info-bottom li a {
  color: #fff;
  font-size: 20px;
}

.blog__block--right .box .info-bottom li a h2 {
  font-size: 15px;
}

@media (min-width: 768px) {
  .blog__block--right .box .info-bottom li a h2 {
    font-size: 20px;
  }
}

.blog__block--right .box .info-bottom li a:hover {
  color: #eb78ab;
}

.blog__block--right .box .info-bottom li span {
  color: #fff;
  font-size: 13px;
  font-family: "IRANSans";
}

@media (min-width: 768px) {
  .blog__block--right .box .info-bottom li span {
    font-size: 15px;
  }
}

.box .tag {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  border-radius: 50px;
  font-size: 12px;
  padding: 5px 10px;
  background: #eaeaea;
  color: #2e3192;
}

@media (min-width: 768px) {
  .box .tag {
    font-size: 15px;
    top: 15px;
    padding: 10px 20px;
  }
}

.blog__block--right .box .img {
  width: 100%;
  margin: 0;
  height: 100%;
  position: relative;
}

.blog__block--right .box .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #17195f5e;
  top: 0;
  left: 0;
}

.blog__block--right .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .blog__block--right .box:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-image: radial-gradient(#0000, #fff0, #00000080);
  right: 0;
  top: 0;
  background: #2e31928a;
} */

@media (min-width: 768px) {
  .blog__block--right .box:after {
    background: inherit;
  }
}

.blog__block--right .box:hover:after {
  background: #2e31928a;
}

.blog__block--left {
  max-width: 100%;
  flex: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .blog__block--left {
    max-width: 40%;
    flex: 40%;
  }
}

.blog__block--left .box {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.blog__block--left .box:first-child {
  margin-bottom: 15px;
}

.blog__block--left .box .info-bottom {
  position: absolute;
  bottom: 20px;
  right: 17px;
  z-index: 1;
  display: block;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 1px 0 44px;
}

@media (min-width: 768px) {
  .blog__block--left .box .info-bottom {
    display: flex;
    flex-direction: column;
  }
}

.blog__block--left .box .info-bottom__title {
  position: absolute;
  bottom: 96px;
  right: 17px;
  z-index: 1;
}

@media (min-width: 768px) {
  .blog__block--left .box .info-bottom__title {
    bottom: 60px;
  }
}

.blog__block--left .box .info-bottom__title:hover {
  color: #eb78ab;
}

.blog__block--left .box .info-bottom__title .top-list img {
  width: 20px;
  height: 25px;
  margin-left: 17px;
}

.blog__block--left .box .info-bottom__title .top-list a {
  color: #fff;
  font-size: 15px;
}

@media (min-width: 768px) {
  .blog__block--left .box .info-bottom__title .top-list a {
    font-size: 22px;
  }
}

.blog__block--left .box .info-bottom__title .top-list a:hover {
  color: #eb78ab;
}

.blog__block--left .box .info-bottom li {
  display: flex;
  /* height: 30px; */
}

.blog__block--left .box .info-bottom li img {
  width: 20px;
  height: 25px;
  margin-left: 17px;
}

.blog__block--left .box .info-bottom li a {
  color: #fff;
  font-size: 20px;
}

@media (min-width: 768px) {
  .blog__block--left .box .info-bottom li a {
    font-size: 25px;
  }
}

.blog__block--left .box .info-bottom li a:hover {
  color: #eb78ab;
}

.blog__block--left .box .info-bottom li span {
  color: #fff;
  font-size: 13px;
}

@media (min-width: 768px) {
  .blog__block--left .box .info-bottom li span {
    font-size: 15px;
  }
}

.blog__block--left .box .tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 19px;
  border-radius: 50px;
  padding: 10px 20px;
  background: #eaeaea;
  color: #2e3192;
}

.blog__block--left .box .img {
  width: 100%;
  margin: 0;
  height: 100%;
  position: relative;
}

.blog__block--left .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .blog__block--left .box:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-image: radial-gradient(#0000, #fff0, #00000080);
  right: 0;
  top: 0;
  background: #2e31928a;
} */

@media (min-width: 768px) {
  .blog__block--left .box:after {
    background: inherit;
  }
}

.blog__block--left .box:hover:after {
  background: #2e31928a;
}

.blog .newest {
  padding: 33px 8% 10px;
  background: #e6e6e6;
}

@media (min-width: 992px) {
  .blog .newest {
    padding: 55px 8%;
  }
}

.blog .newest__header {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
}

.blog .newest__header img {
  width: 25px;
}

.blog .newest__header span {
  font-size: 20px;
  margin: 0 16px;
  font-weight: bold;
  color: #2e3192;
}

@media (min-width: 1200px) {
  .blog .newest__header span {
    font-size: 25px;
  }
}

.blog .newest .owl-carousel-news {
  direction: ltr;
}

.blog .newest .owl-carousel-news .item {
  padding: 10px 20px;
  display: block;
}

.blog .newest .owl-carousel-news .item__img {
  width: 100%;
  height: 150px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .blog .newest .owl-carousel-news .item__img {
    height: 110px;
  }
}

.blog .newest .owl-carousel-news .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.blog .newest .owl-carousel-news .item__title {
  font-size: 14px;
  text-align: right;
  color: #999;
  font-weight: bold;
  transition-duration: 0.5ms;
  line-height: 23px;
}

.blog .newest .owl-carousel-news .item__title:hover {
  color: #2e3192;
  transition-duration: 0.5ms;
}

.blog .newest .owl-carousel-news .owl-buttons {
  position: absolute;
  top: 28%;
  width: 100%;
}

.blog .newest .owl-carousel-news .owl-buttons .owl-prev {
  background-color: inherit;
  position: absolute;
  right: -20px;
  width: 30px;
  opacity: 1;
}

@media (min-width: 768px) {
  .blog .newest .owl-carousel-news .owl-buttons .owl-prev {
    right: -45px;
  }
}

.blog .newest .owl-carousel-news .owl-buttons .owl-next {
  background-color: inherit;
  position: absolute;
  left: -20px;
  width: 30px;
  opacity: 1;
}

@media (min-width: 768px) {
  .blog .newest .owl-carousel-news .owl-buttons .owl-next {
    left: -45px;
  }
}

.blog__other {
  padding: 20px 6%;
}

@media (min-width: 992px) {
  .blog__other {
    padding: 70px 6%;
  }
}

@media (min-width: 1200px) {
  .blog__other {
    display: flex;
    gap: 30px;
  }
}

.blog__other--list {
  max-width: 100%;
  flex: 100%;
  margin-left: 0;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .blog__other--list {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .blog__other--list {
    max-width: 70%;
    flex: 70%;
    margin-bottom: 0;
  }
}

.blog__other--block {
  flex: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 15px 15px 0 15px;
}

@media (min-width: 768px) {
  .blog__other--block {
    flex: 48%;
    max-width: 50%;
    margin-bottom: 0;
  }
}



.blog__other--block:first-child {
  margin-left: 0;
}

/* @media (min-width: 768px) {
  .blog__other--block:first-child {
    margin-left: 30px;
  }
} */

.blog__other--block .img {
  width: 100%;
  height: 75vw;
  overflow: hidden;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .blog__other--block .img {
    height: 300px;
  }
}

.blog__other--block .img a {
  position: relative;
  display: block;
  height: 100%;
}

.blog__other--block .img a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #2e31928a;
}

@media (min-width: 768px) {
  .blog__other--block .img a:after {
    background: inherit;
  }
}

.blog__other--block .img a:hover {
  transition-duration: 0.5s;
}

.blog__other--block .img a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2e3192b5;
}

.blog__other--block .img a:hover img {
  filter: grayscale(1);
}

.blog__other--block .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__other--block .block {
  border-radius: 25px;
  background-color: #e6e6e6;
  padding: 25px;
  display: grid;
  margin: 10px 0 50px;
}

@media (min-width: 768px) {
  .blog__other--block .block {
    margin: 0;
  }
}

.blog__other--block .block .title {
  margin-bottom: 20px;
  display: block;
  font-size: 15px;
  color: #eb78ab;
}

@media (min-width: 768px) {
  .blog__other--block .block .title {
    font-size: 18px;
  }
}

.blog__other--block .block .title:hover {
  color: #2e3192;
}

.blog__other--block .block .description {
  line-height: 35px;
  color: #8e8e8e;
  text-align: justify;
  font-size: 14px;
  height: auto;
  max-height: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .blog__other--block .block .description {
    font-size: 16px;
    height: 177px !important;
    height: auto;
  }
}

.blog__other--block .block .btn-link__main {
  display: flex;
  justify-content: flex-end;
}

.blog__other--block .block .btn-link {
  display: flex;
  justify-content: flex-end;
  border-radius: 50px;
  border: 1px solid #e6e6e6;
  padding: 7px 15px;
  width: 135px;
  position: relative;
  align-items: center;
}

.blog__other--block .block .btn-link img {
  width: 15px;
  height: 15px;
  margin: 4px 0 4px 7px;
}

.blog__other--block .block .btn-link span {
  font-size: 13px;
  color: #2e3192;
}

@media (min-width: 768px) {
  .blog__other--block .block .btn-link span {
    font-size: 15px;
  }
}

.blog__other--block .block .btn-link:hover {
  border-radius: 50px;
  border: 1px solid #eb78ab;
}

.blog__other--block .block .btn-link:hover span {
  font-size: 15px;
  color: #eb78ab;
}

.blog__other--sidebar {
  position: relative;
  max-width: 100%;
  flex: 100%;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .blog__other--sidebar {
    max-width: 30%;
    flex: 30%;
    margin-bottom: 0;
  }
}

.blog__other--sidebar .sidebar {
  margin-bottom: 18px;
}

.blog__other--sidebar .sidebar__subject {
  height: 55px;
  background: #e6e6e6;
  border-radius: 65px;
  line-height: 55px;
  padding: 0 43px;
  font-size: 15px;
  display: block;
  color: #2e3192;
  margin-bottom: 10px;
}

/* .blog__other--sidebar .sidebar__subject:hover {
  color: #eb78ab;
} */

@media (min-width: 768px) {
  .blog__other--sidebar .sidebar__subject {
    font-size: 18px;
  }
}

.blog__other--sidebar .sidebar__block {
  padding: 20px 0;
  display: flex;
}

.blog__other--sidebar .sidebar__block .pic {
  width: 110px;
  height: 90px;
  overflow: hidden;
  position: relative;
}

.blog__other--sidebar .sidebar__block .pic a:hover {
  transition-duration: 0.5s;
}

.blog__other--sidebar .sidebar__block .pic a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2e3192b5;
}

.blog__other--sidebar .sidebar__block .pic a:hover img {
  filter: grayscale(1);
}

.blog__other--sidebar .sidebar__block .pic a img {
  width: 110px;
  height: 90px;
  object-fit: cover;
}

.blog__other--sidebar .sidebar__block .content {
  padding: 10px;
  flex-shrink: 20;
}

.blog__other--sidebar .sidebar__block .content label.title {
  font-size: 13px;
  color: #999;
  line-height: 24px;
}

@media (min-width: 768px) {
  .blog__other--sidebar .sidebar__block .content label.title {
    font-size: 15px;
  }
}

.blog__other--sidebar .sidebar__block .content label.title:hover {
  color: #eb78ab;
}

.blog__other--sidebar .sidebar__block .content time {
  font-size: 12px;
  color: #999;
}

@media (min-width: 768px) {
  .blog__other--sidebar .sidebar__block .content time {
    font-size: 14px;
  }
}

.blog__other--sidebar .register-order {
  background: #2e3192;
  padding: 44px 26px;
  width: 100%;
  border-radius: 27px;
  display: table;
  margin: auto;
  justify-content: center;
}

.blog__other--sidebar .register-order p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 0 0 24px;
}

.blog__other--sidebar .register-order .btn-general {
  position: static;
  text-align: center;
  height: 40px;
  line-height: 13px;
  padding: 6px;
  border: 0;
}

.blog__other--sidebar .register-order .btn-general:hover {
  background: #fff;
}

.blog__other--sidebar .register-order .btn-general:hover span {
  color: #eb78ab;
}

.blog__other--sidebar .register-order .btn-general span {
  font-size: 17px !important;
}

.blog__other--content {
  max-width: 100%;
  flex: 100%;
  margin-bottom: 15px;
}

.blog__other--content .description h2 {
  font-size: 18px;
}

.blog__other--content .description h3 {
  font-size: 1.3rem;
}

@media (min-width: 1200px) {
  .blog__other--content {
    max-width: 70%;
    flex: 70%;
    margin-bottom: 0;
    margin-left: 30px;
  }
}

.blog__other--content img {
  max-width: 100%;
}

.blog__other--content .mce-toc {
  background: #e6e6e6 none repeat scroll 0 0;
  display: table;
  font-size: 95%;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
  margin: 0 auto 2em;
  border: 2px solid #2e3192;
}

.blog__other--content .mce-toc h2 {
  margin: 0;
  background: #2e3192;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 66px;
  cursor: pointer;
  position: relative;
  font-size: 0.9rem;
}

.blog__other--content img.aligncenter.size-full {
  width: 100%;
  height: auto;
  margin: 20px auto;
}

.blog__other--content .mce-toc h2::after {
  content: "›";
  vertical-align: top;
  font-size: 34px;
  line-height: 27px;
  font-weight: 100;
  padding: 0 0.7rem 0;
  font-family: "IRANSans";
  color: #eb78ab !important;
  transform: rotate(-90deg);
  position: absolute;
  left: 6px;
  top: 7px;
}

.blog__other--content .mce-toc ul {
  display: none;
  padding: 11px 0 0;
}

@media (min-width: 1200px) {
  .blog__other--content .mce-toc ul {
    padding: 25px 0 0;
  }
}

.blog__other--content .mce-toc ul {
  padding-right: 20px;
}

.blog__other--content .mce-toc ul {
  list-style: outside none none !important;
}

.blog__other--content .mce-toc ul a {
  display: block;
  margin: 10px 0 20px;
  color: #2e3192;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .blog__other--content .mce-toc ul a {
    font-size: 20px;
  }
}

.blog__other--content .mce-toc ul a:hover {
  color: #eb78ab;
}

.blog__other--content .mce-toc ul li ul {
  padding: 0 !important;
}

.blog__other--content .description {
  color: rgb(60, 60, 60);
  line-height: 31px;
  text-align: justify;
  font-size: 15px;
}

@media (min-width: 768px) {
  .blog__other--content .description {
    line-height: 40px;
    font-size: 15px;
    text-align: justify;
  }
}

.blog__other--content .attack-text {
  border-right: 5px solid #eb78ab;
  height: 80px;
  background: #e6e6e6;
  line-height: 77px;
  padding-right: 22px;
  margin: 20px 0;
}

.blog__other--content .attack-text a {
  color: #2e3192;
  font-size: 22px;
}

.blog__other--content .attack-text a:hover {
  color: #eb78ab;
}

.blog__other--content .action-blog {
  border-bottom: 1px solid #ccc;
  margin: 20px 0 0;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}

@media (min-width: 768px) {
  .blog__other--content .action-blog {
    margin: 40px 0 0;
    flex-direction: row;
    height: 50px;
    margin: 40px 0 0;
    padding: 0;
  }
}

.blog__other--content .action-blog .media {
  flex: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .blog__other--content .action-blog .media {
    flex: 60%;
    max-width: 60%;
  }
}

.blog__other--content .action-blog .media .rate-text {
  font-size: 20px;
  font-family: "IRANSans";
  color: #2e3192;
}

.text-rate {
  font-family: "IRANSans";
}

.blog__other--content .action-blog .media .rating-widget {
  margin: 0 0 0 25px !important;
}

.blog__other--content .action-blog .media .rating-widget .rating-stars ul {
  list-style-type: none;
  padding: 0;
  direction: ltr;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.blog__other--content .action-blog .media .rating-widget .rating-stars ul li.star {
  display: inline-block;
  width: 25px;
  cursor: pointer;
}

.blog__other--content .action-blog .media .rating-widget .rating-stars ul li.star.selected i.fa {
  color: #eb78ab;
}

.blog__other--content .action-blog .media .rating-widget .rating-stars ul li.star.hover i.fa {
  color: #eb78ab5e;
}

.blog__other--content .action-blog .media .rating-widget .rating-stars ul li.star i.fa {
  color: #2e3192;
  font-size: 25px;
}

.blog__other--content .action-blog .link-social {
  margin: 25px 0 0;
  display: flex;
}

@media (min-width: 768px) {
  .blog__other--content .action-blog .link-social {
    margin: 0;
  }
}

.blog__other--content .action-blog .link-social .count-action {
  display: flex;
  max-width: 58%;
  flex: 58%;
  border-left: 2px solid #eb78ab;
  height: 36px;
  margin-left: 7px;
  padding-left: 14px;
}

.blog__other--content .action-blog .link-social .count-action .comment-like {
  margin: 0 5px 0;
  display: flex;
}

.blog__other--content .action-blog .link-social .count-action .comment-like span {
  margin: 0 10px;
  font-size: 23px;
  line-height: 34px;
  font-family: IRANSans;
  color: #2e3192;
  width: 23px;
}

.blog__other--content .action-blog .link-social .count-action .comment-like img {
  width: 30px;
  height: 30px;
}

.blog__other--content .action-blog .link-social .count-action .like-blog .img {
  background-image: url("../img/icon/heart.svg");
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(5.5) contrast(0.5);
}

.blog__other--content .action-blog .link-social .count-action .like-blog .img.liked {
  background-image: url("../img/icon/heart-fill.svg");
  filter: inherit;
}

.blog__other--content .action-blog .link-social .social {
  display: flex;
  text-align: left;
  width: auto;
}

.blog__other--content .action-blog .link-social .social li {
  width: 30px;
  margin: 0 12px 0;
}

.blog__other--content .action-blog .link-social .social li img {
  background: #2e3192;
  border-radius: 99px;
  padding: 2px;
}

.blog__other--content .action-blog .link-social .social li img:hover {
  background: #eb78ab;
}

.blog__other--content .label-product {
  height: 60px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  display: flex;
  padding: 16px 10px;
  font-size: 13px;
}

.blog__other--content .label-product label {
  line-height: 26px;
  margin-left: 12px;
  color: #7d7d7d;
  font-weight: bold;
}

.blog__other--content .label-product-box {
  display: flex;
}

.blog__other--content .label-product-box li {
  margin: 0 8px;
  background: #eb78ab4f;
  line-height: 22px;
  color: #2e3192;
  border-radius: 59px;
}

.blog__other--content .label-product-box li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 1px 17px;
}

.blog__other--content .title-like-content {
  color: #2e3192;
  font-size: 16px;
  margin: 20px 0 25px;
}

@media (min-width: 768px) {
  .blog__other--content .title-like-content {
    font-size: 21px;
    margin: 55px 0 60px;
  }
}

.blog__other--content .like-content {
  display: flex;
  flex-wrap: wrap;
}

.blog__other--content .like-content__block {
  max-width: 100%;
  flex: 100%;
  display: flex;
  margin: 0 0 25px;
  flex-direction: column;
}

@media (min-width: 768px) {
  .blog__other--content .like-content__block {
    max-width: 48%;
    flex-direction: row;
    flex: 47%;
  }
}

@media (min-width: 768px) {
  .blog__other--content .like-content__block:nth-child(odd) {
    margin-left: 30px;
  }
}

.blog__other--content .like-content__block .pic {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .blog__other--content .like-content__block .pic {
    width: 250px;
    height: 120px;
  }
}

.blog__other--content .like-content__block .pic a {
  position: relative;
  display: block;
  height: 100%;
}

.blog__other--content .like-content__block .pic a:hover {
  transition-duration: 0.5s;
}

.blog__other--content .like-content__block .pic a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2e3192b5;
}

.blog__other--content .like-content__block .pic a:hover img {
  filter: grayscale(1);
}

.blog__other--content .like-content__block .pic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__other--content .like-content__block .content {
  padding: 12px;
  overflow: hidden;
  border-radius: 15px;
  background: #e6e6e6;
  width: 100%;
  margin: 10px 0 17px;
}

@media (min-width: 768px) {
  .blog__other--content .like-content__block .content {
    margin: 0;
  }
}

.blog__other--content .like-content__block .content label.title {
  font-size: 15px;
  color: #999;
  line-height: 24px;
  margin: 0 0 18px;
}

@media (min-width: 768px) {
  .blog__other--content .like-content__block .content label.title {
    height: 51px;
    overflow: hidden;
  }
}

.blog__other--content .like-content__block .content label.title:hover {
  color: #eb78ab;
}

.blog__other--content .like-content__block .content time {
  font-size: 14px;
  color: #999;
}

.blog__other--content .theme-form {
  margin: 50px 0;
}

.blog__other--content .theme-form h4 {
  color: #2e3192;
  margin-bottom: 30px;
  font-size: 22px;
}

.blog__other--content .theme-form .form-row__block.d-flex {
  width: 100%;
  flex-direction: column;
}

@media (min-width: 992px) {
  .blog__other--content .theme-form .form-row__block.d-flex {
    flex-direction: row;
  }
}

.blog__other--content .theme-form .form-row__block.d-flex .field-comment {
  max-width: 100%;
  flex: 100%;
}

@media (min-width: 992px) {
  .blog__other--content .theme-form .form-row__block.d-flex .field-comment {
    max-width: 50%;
    flex: 50%;
  }
}

@media (min-width: 992px) {
  .blog__other--content .theme-form .form-row__block.d-flex .field-comment:first-child {
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .blog__other--content .theme-form .form-row__block.d-flex .field-comment:last-child {
    margin-right: 15px;
  }
}

.blog__other--content .theme-form .form-row__block.d-flex .field-comment .form-control {
  font-size: 12px;
}

@media (min-width: 992px) {
  .blog__other--content .theme-form .form-row__block.d-flex .field-comment .form-control {
    font-size: 1rem;
  }
}

.blog__other--content .theme-form .form-row__block .form-control {
  font-size: 12px;
}

@media (min-width: 992px) {
  .blog__other--content .theme-form .form-row__block .form-control {
    font-size: 1rem;
  }
}

.blog__other--content .theme-form .form-row__block .btn-general {
  position: static;
  width: 100%;
  padding: 15px 20px;
}

@media (min-width: 768px) {
  .blog__other--content .theme-form .form-row__block .btn-general {
    width: auto;
  }
}

.blog__other--content .theme-form .form-row__block .btn-general span {
  font-size: 16px !important;
}

@media (min-width: 768px) {
  .blog__other--content .theme-form .form-row__block .btn-general span {
    font-size: 18px !important;
  }
}

.blog__head {
  height: 35vh;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .blog__head {
    height: 67vh;
  }
}

.blog__head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__head--title {
  position: absolute;
  bottom: 43px;
  display: flex;
  width: 100%;
}

@media (min-width: 992px) {
  .blog__head--title {
    width: 800px;
  }
}

.blog__head--title .tag {
  border-radius: 50px 0 0 50px;
  background: #2e3192;
  width: 108px;
  position: relative;
  right: 0;
  height: 66px;
}

@media (min-width: 768px) {
  .blog__head--title .tag {
    height: auto;
  }
}

.blog__head--title .tag:hover {
  background: #fff;
}

.blog__head--title .tag:hover span {
  color: #2e3192;
}

.blog__head--title .tag span {
  position: relative;
  transform: rotate(-90deg);
  display: block;
  width: 65px;
  height: 66px;
  line-height: 1.2;
  font-size: 13px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .blog__head--title .tag span {
    line-height: 1.5;
    font-size: 20px;
    height: 95px;
  }
}

.blog__head--title .question {
  width: 100%;
  display: block;
  border-radius: 65px;
  padding: 2px 40px;
  background: #eb78ab;
  margin: 2px 8px;
}

.blog__head--title .question h1 {
  font-size: 15px;
  margin: 8px 0;
  color: #fff;
}

@media (min-width: 768px) {
  .blog__head--title .question h1 {
    margin: 15px 0;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .blog__head--title .question h1 {
    font-size: 28px;
    margin: 9px 0;
  }
}

.blog__info {
  margin-bottom: 30px;
  color: #999;
  font-size: 0.9rem;
}

.blog__head--title .question p {
  color: #fff;
  font-size: 21px;
  font-family: "IRANSans";
  margin: 0;
}

@media (min-width: 768px) {
  .blog__head--title .question p {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .blog__head--title .question p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.post-info {
  padding: 0 0 35px;
}

.post-info.time-post {
  display: none;
}

@media (min-width: 1300px) {
  .post-info {
    padding: 0 14% 35px;
  }
}

.post-info label.title {
  color: #2e3192;
  font-size: 15px;
  float: none !important;
}

@media (min-width: 768px) {
  .post-info label.title {
    font-size: 20px;
  }
}

.post-info label.title {
  margin: 0 0 86px;
}

@media (min-width: 576px) {
  .post-info label.title {
    margin: 0;
  }
}

.post-info .add-address {
  width: 175px;
  position: relative;
  top: -65px;
  float: left;
  height: 45px;
  padding: 0;
}

.post-info .add-address-box p {
  text-align: center;
}

.post-info .add-address-box p+button.add-address {
  float: unset;
  position: static;
  display: block;
  margin: 20px auto;
}

/* @media (max-width:768px) {
  .post-info .add-address {
    top: 0;
  }
} */

@media (min-width: 576px) {
  .post-info .add-address {
    top: -45px;
  }
}

@media (min-width: 768px) {
  .post-info .add-address {
    top: -16px;
  }
}

.post-info .add-address span {
  font-size: 16px !important;
  line-height: 0px;
}

.post-info__box {
  position: relative;
  background: #e6e6e6;
  margin: 0 0 35px;
  border-radius: 20px;
  padding: 20px 25px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.post-info__box.post-method {
  width: 100%;
  display: flex;
}

.shipping_methods {
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
}

.shipping_methods_wrapper label.title {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .post-info__box {
    display: flex;
  }

  .post-info__box.post-method {
    width: 48%;
    display: inline-flex;
    margin-bottom: 20px;
  }
}

.post-info__box .radio-main {
  display: flex;
  margin-left: 0;
  position: absolute;
}

@media (min-width: 768px) {
  .post-info__box .radio-main {
    margin-left: 30px;
    position: static;
  }
}

.post-info__box .radio-main .radio-btn {
  top: 13px;
  transform: translate(0, -100%);
}

.post-info__box .radio-main .radio-btn label::before {
  top: 5px;
  right: 4px;
  width: 19px;
  height: 19px;
}

.post-info__box .radio-main .radio-btn label::after {
  top: 1px;
  right: 0px;
  width: 27px;
  height: 27px;
  margin-right: -18px;
}

.post-info__box .radio-main .radio-btn input[type="radio"]:checked+label::after {
  border: 2px solid #2e3192;
}

.post-info__box .info {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  line-height: 55px;
  flex-direction: column;
  margin: 35px 0 0;
}

@media (min-width: 768px) {
  .post-info__box .info {
    flex-direction: row;
    margin: 0;
  }
}

.post-info__box .info__group {
  display: flex;
  max-width: 50%;
  flex: 50%;
  height: 75px;
  align-items: center;
  line-height: 40px;
}

@media (max-width: 768px) {
  .post-info__box .info__group {
    max-width: 100%;
    flex: 100%;
  }
}

.post-info__box .info__group:last-child {
  max-width: 100%;
  flex: 100%;
}

.post-info__box .info__group.sending-method {
  justify-content: space-between;
  max-width: 98%;
  flex: 98%;
}

.post-info__box .info__group .img {
  width: 35px;
  height: 36px;
  margin: 0;
  padding: 0;
}

.post-info__box .info__group .img img {
  width: 35px;
  height: 36px;
}

.post-info__box .info__group .text {
  margin: 6px 20px 6px 0;
  font-size: 12px;
  color: #2e3192;
}

@media (min-width: 768px) {
  .post-info__box .info__group .text {
    font-size: 15px;
  }
}

.post-info__box .info__group--right .subject {
  height: 38px;
  padding: 5px 0;
  display: inline-block;
}

.post-info__box .info__group--right .subject h4 {
  color: #2e3192;
  font-size: 14px;
}

@media (min-width: 768px) {
  .post-info__box .info__group--right .subject h4 {
    font-size: 18px;
  }
}

.post-info__box .info__group--right .desc {
  color: #2e3192;
  font-size: 15px;
}

.post-info__box .info__group--left {
  display: block;
  line-height: 35px;
}

.post-info__box .info__group--left p {
  color: #999;
}

.post-info__box .info__group--left p:first-child {
  font-size: 13px;
}

@media (min-width: 768px) {
  .post-info__box .info__group--left p:first-child {
    font-size: 18px;
  }
}

.post-info__action {
  display: flex;
  position: absolute;
  left: 5px;
  top: 13px;
}

@media (min-width: 768px) {
  .post-info__action {
    left: 31px;
    top: 22px;
  }
}

.post-info__action button {
  border: 0;
  background: inherit;
  width: 45px;
  text-align: center;
}

.post-info__action button img {
  width: 20px;
}

.post-info .posting-time {
  margin: 30px 0 0;
}

.post-info .posting-time__row {
  display: flex;
  margin: 0 0 27px;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .post-info .posting-time__row {
    margin: 0 0 10px;
  }
}

.post-info .posting-time--box {
  display: flex;
  max-width: 100%;
  flex: 100%;
  height: 50px;
  border: 2px solid #e6e6e6;
  padding: 10px;
  border-radius: 50px;
  background: #e6e6e6;
  text-align: center;
  position: relative;
  font-family: IRANSans;
  font-weight: bold;
  margin: 0 10px 10px;
}

@media (min-width: 768px) {
  .post-info .posting-time--box {
    max-width: 48%;
    flex: 48%;
  }
}

@media (min-width: 992px) {
  .post-info .posting-time--box {
    max-width: 23%;
    flex: 23%;
    margin-bottom: 0;
  }
}

.post-info .posting-time--box:first-child {
  padding: 13px 30px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

@media (min-width: 1400px) {
  .post-info .posting-time--box:first-child {
    font-size: 15px;
    padding: 10px 30px;
  }
}

.post-info .posting-time--box.active {
  border: 3px solid #eb78ab;
  background: #656565;
  display: flex;
  justify-content: space-between;
}

.post-info .posting-time--box.active span,
.post-info .posting-time--box.active p {
  color: #fff !important;
}

.post-info .posting-time--box span.text {
  color: #999;
}

.post-info .posting-time--box p {
  color: #999;
  margin: auto;
  font-size: 13px;
}

@media (min-width: 992px) {
  .post-info .posting-time--box p {
    padding-right: 35px;
  }
}

@media (min-width: 1400px) {
  .post-info .posting-time--box p {
    font-size: 15px;
  }
}

.post-info .posting-time--box p.text span {
  margin: 0 8px;
}

.post-info .posting-time--box .radio-btn {
  position: absolute;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.post-info .posting-time--box .radio-btn input {
  top: 0;
  right: 0;
  cursor: pointer;
}

.post-info .posting-time--box .radio-btn label {
  position: absolute;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.post-info .posting-time--box .radio-btn label::before {
  top: 14px;
  right: 36px;
}

.post-info .posting-time--box .radio-btn label:after {
  top: 12px;
  right: 34px;
}

.post-bottom {
  width: 100%;
}

@media (min-width: 992px) {
  .post-bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 35px;
  }
}

@media (min-width: 1200px) {
  .post-bottom {
    padding: 20px 14% 35px;
  }
}

.post-bottom__right {
  display: flex;
}

.post-bottom__right .icon {
  width: 35px;
}

.post-bottom__right p {
  font-size: 15px;
  color: #999;
  line-height: 41px;
  margin: 0 17px 0;
}

.post-bottom__left .btn-general {
  position: static;
  margin: 24px 0 0;
}

@media (min-width: 992px) {
  .post-bottom__left .btn-general {
    margin: 0;
  }
}

.post-bottom__left .btn-general span {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 0;
}

@media (min-width: 992px) {
  .post-bottom__left .btn-general span {
    padding: 14px 100px;
    display: unset;
  }
}

@media (min-width: 768px) {
  .main-address-popup {
    padding: 0 30px;
  }

  .main-category-popup {
    padding: 0 12px;
  }
}

.main-address-popup .form-row {
  display: block;
}

@media (min-width: 768px) {
  .main-address-popup .form-row {
    display: flex;
  }
}

.main-address-popup .form-row h5 {
  color: #2e3192;
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 12px 0;
}

.main-address-popup .form-row__box {
  max-width: 100%;
  flex: 100%;
  margin: 0 1%;
}

.form-row__box h6 {
  display: inline-block;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .main-address-popup .form-row__box {
    max-width: 48%;
    flex: 48%;
  }
}

.main-address-popup .form-row__box.full {
  max-width: 100%;
  flex: 100%;
}

.main-address-popup .form-row__box.full .btn-general {
  position: static;
}

.main-address-popup .form-row__box label {
  font-size: 12px;
  margin: 10px 0;
  color: #a2a2a2;
}

.main-address-popup .form-row__box input,
.main-address-popup .form-row__box select {
  height: 33px !important;
  margin: 0 !important;
}

@media (min-width: 768px) {

  .main-address-popup .form-row__box input,
  .main-address-popup .form-row__box select {
    height: 45px !important;
  }
}

.payment {
  padding: 0 6%;
}

@media (min-width: 1200px) {
  .payment {
    display: flex;
  }
}

.payment_rules {
  display: flex;
  padding: 5px 6% 0;
  flex-direction: column;
}

@media (min-width: 768px) {
  .payment_rules {
    flex-direction: row;
  }
}

.payment_rules img {
  width: 20px;
}

.payment_rules p {
  color: #999;
  font-size: 13px;
  padding-right: 0px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .payment_rules p {
    font-size: 16px;
    padding-right: 14px;
    line-height: 44px;
  }

  .payment_rules img {
    width: 30px;
  }
}

.payment_rules p a {
  color: #eb78ab;
}

.payment_rules p a:hover {
  color: #2e3192;
}

.payment__bank {
  border: 1px solid #2e3192;
  max-width: 100%;
  flex: 100%;
  border-radius: 40px;
  margin-bottom: 20px;
}

.payment__info {
  flex: 100%;
}

@media (min-width: 1200px) {
  .payment__bank {
    max-width: 60%;
    flex: 60%;
    margin-bottom: 0px;
    margin-left: 40px;
  }

  .payment__info {
    max-width: 40%;
    flex: 40%;
  }
}

.payment__bank--block {
  padding: 30px;
}

.payment__bank--block label.title {
  color: #2e3192;
  font-size: 18px;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .payment__bank--block label.title {
    font-size: 22px;
  }
}

.payment__bank--block .radio-btn label {
  color: #2e3192;
  padding: 0 12px;
  font-size: 16px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .payment__bank--block .radio-btn label {
    padding: 0 25px;
  }
}

.payment__bank--block p {
  margin: 19px 0;
  color: #a2a2a2;
  font-size: 13px;
}

@media (min-width: 768px) {
  .payment__bank--block p {
    margin: 19px 45px;
    font-size: 16px;
  }
}

.payment__bank--block .wallet-pay li .alert {
  font-size: 13px;
  color: #eb78ab;
  margin: 0 0px;
  padding: 2px 0px;
  font-family: IRANSans;
}

@media (min-width: 768px) {
  .payment__bank--block .wallet-pay li .alert {
    margin: 0 24px;
    padding: 2px 19px;
    font-size: 15px;
  }
}

.payment__bank--block .wallet-pay li:first-child {
  margin: 10px 0;
  color: #252525;
  font-size: 13px;
  font-family: "IRANSans";
}

@media (min-width: 768px) {
  .payment__bank--block .wallet-pay li:first-child {
    padding-right: 44px;
    font-size: 15px;
  }
}

.payment__bank--block .wallet-pay__box {
  padding: 14px 0 0;
}

@media (min-width: 768px) {
  .payment__bank--block .wallet-pay__box {
    padding: 14px 40px 0;
  }
}

@media (min-width: 1200px) {
  .payment__bank--block .wallet-pay__box {
    display: flex;
  }
}

.payment__bank--block .wallet-pay__box input {
  max-width: 100%;
  flex: 100%;
  border: 0;
  height: 51px !important;
  margin: 1px 0 0 !important;
  font-size: 13px;
  font-family: IRANSans;
  margin-left: 20px !important;
}

@media (min-width: 1200px) {
  .payment__bank--block .wallet-pay__box input {
    max-width: 70%;
    flex: 70%;
  }
}

.payment__bank--block .wallet-pay__box .btn-buy {
  position: static;
  height: 52px;
  transform: translate(0, 0);
  padding: 0 0;
  margin: 21px auto 0;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .payment__bank--block .wallet-pay__box .btn-buy {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .payment__bank--block .wallet-pay__box .btn-buy {
    margin: 0;
    width: 189px;
    max-width: 30%;
    min-width: auto;
  }
}

.payment__bank--block .wallet-pay__box .btn-buy:hover {
  background: #2e3192;
}

.payment__bank--block .wallet-pay__box .btn-buy:after {
  width: 20px;
  height: 20px;
  transform: translate(49px, 5%);
}

.payment__bank--block .wallet-pay__box .btn-buy span {
  padding-right: 0;
  font-size: 15px;
}

.payment__bank--block .form__options {
  direction: rtl;
  display: block;
  text-align: right;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .payment__bank--block .form__options {
    grid-template-columns: 100px 100px 100px;
    display: grid;
  }
}

@media (min-width: 768px) {
  .payment__bank--block .form__options {
    grid-template-columns: 120px 120px 120px;
    gap: 15px;
  }
}

@media (min-width: 1300px) {
  .payment__bank--block .form__options {
    padding-right: 45px;
  }
}

.payment__bank--block .form__options .form__answer {
  display: inline-block;
  box-sizing: border-box;
  height: 58px;
  vertical-align: top;
  width: 58px;
  overflow: hidden;
}

@media (min-width: 576px) {
  .payment__bank--block .form__options .form__answer {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 768px) {
  .payment__bank--block .form__options .form__answer {
    height: 100px;
    width: 100px;
    margin: 10px 0 10px 0;
  }
}

@media (min-width: 768px) {
  .payment__bank--block .form__options .form__answer {
    width: 120px;
    height: 120px;
  }
}

.payment__bank--block .form__options .form__answer input[type="radio"] {
  opacity: 0;
  width: 0;
  display: none;
  height: 0;
}

.payment__bank--block .form__options .form__answer input[type="radio"]:checked~label {
  border: 3px solid #2e3192;
  line-height: 25px;
}

.payment__bank--block .form__options .form__answer label {
  box-sizing: border-box;
  display: block;
  height: 100%;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  border: 3px solid #ccc;
  width: 100%;
  font-weight: bold;
  padding: 8px;
  line-height: 30px;
  cursor: pointer;
  transition: all 300ms;
}

.payment__bank--block .form__options .form__answer label:hover {
  transition: all 300ms;
  cursor: pointer;
}

.payment__bank--block .form__options .form__answer label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.payment__info--box {
  color: #999;
  background: #e6e6e6;
  padding: 25px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 20px;
  font-family: IRANSans;
}

.payment__info--price {
  border: 1px solid #2e3192;
  border-radius: 20px;
  padding: 25px;
}

.payment__info--price .box {
  display: flex;
  color: #999;
  height: 45px;
  line-height: 45px;
  justify-content: space-between;
}

/* .payment__info--price .box:last-child {
  color: #eb78ab;
} */

.payment__info--price .box label {
  font-size: 14px;
}

@media (min-width: 768px) {
  .payment__info--price .box label {
    font-size: 16px;
  }
}

.payment__info--price .box span {
  font-size: 15px;
  font-family: IRANSans;
}

@media (min-width: 768px) {
  .payment__info--price .box span {
    font-size: 20px;
  }
}

.payment__info .total-price {
  height: 55px;
  background: #2e3192;
  margin: 20px 0;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 15px 26px;
  font-size: 15px;
  font-family: IRANSans;
}

@media (min-width: 768px) {
  .payment__info .total-price {
    font-size: 18px;
    padding: 12px 26px;
  }
}

.payment__info .btn-general {
  position: static;
  height: 55px;
}

.payment__info .btn-general span {
  font-size: 18px !important;
}

.success-payment {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #18195fa6;
  top: 0;
  right: 0;
  z-index: 10000;
  display: none;
}

.success-payment .content {
  border-radius: 15px;
  background: #fff;
  width: 90%;
  height: auto;
  position: fixed;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  text-align: center;
  padding: 35px;
}

@media (min-width: 768px) {
  .success-payment .content {
    width: 450px;
    height: 300px;
  }
}

.success-payment .content .btn-close {
  margin: 0 0;
  width: 20px;
  height: 20px;
  left: 26px;
  top: 21px;
  display: block;
  float: left;
  position: absolute;
}

.success-payment .content .icon {
  margin: 0 0 25px;
}

.success-payment .content .icon img {
  width: 80px;
  margin: auto;
}

.success-payment .content h5 {
  color: #eb78ab;
  font-size: 16px;
}

@media (min-width: 768px) {
  .success-payment .content h5 {
    font-size: 18px;
  }
}

.success-payment .content .button {
  margin: 35px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}

@media (min-width: 768px) {
  .success-payment .content .button {
    display: block;
  }
}

.success-payment .content .button .next-btn {
  width: 140px;
  border-radius: 51px;
  border: 1px solid #676767;
  line-height: 40px;
  display: inline-block;
  font-size: 12px;
  color: #000;
  margin-left: 15px;
  height: 40px;
}

@media (min-width: 768px) {
  .success-payment .content .button .next-btn {
    width: 160px;
    line-height: 50px;
    font-size: 14px;
    height: 50px;
  }
}

.success-payment .content .button .next-btn:hover {
  color: #fff;
  border: 1px solid #eb78ab;
  background: #eb78ab;
}

.success-payment .content .button .show-btn {
  width: 140px;
  height: 40px;
  border-radius: 51px;
  border: 1px solid #676767;
  line-height: 40px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #2e3192;
  margin-left: 15px;
}

.success-payment .content .button .show-btn:hover {
  border: 1px solid #eb78ab;
  background: #eb78ab;
}

@media (min-width: 768px) {
  .success-payment .content .button .show-btn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.success__box .text-center {
  color: #979797;
  line-height: 35px;
  font-size: 15px;
  font-family: "IRANSans";
}

.success-table {
  margin-top: 40px;
}

.success-table .row {
  flex-direction: column !important;
}

@media (min-width: 992px) {
  .success-table .row {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
  }
}

.success-table .row .col-sm-5 {
  flex: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .success-table .row .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

.success-table .row .col-sm-7 {
  flex: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .success-table .row .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

.success-table .table {
  margin-bottom: 1rem;
}

.success-table .table thead tr th {
  font-size: 13px;
}

@media (min-width: 768px) {
  .success-table .table thead tr th {
    font-size: 15px;
  }
}

.success-table .table thead tr th:first-child {
  border-radius: 50px;
  display: table-cell !important;
}

@media (min-width: 992px) {
  .success-table .table thead tr th:first-child {
    border-radius: 0 50px 50px 0 !important;
  }
}

.success-table .table tbody:last-child {
  border: 0;
}

.success-table .table tbody tr {
  border: 0 !important;
}

.success-table .table tbody tr td {
  padding: 8px 0 !important;
}

.success-table .table tbody tr td:first-child {
  display: table-cell !important;
  position: relative;
}

.success-table .table tbody tr td:nth-child(2),
.success-table .table tbody tr td:nth-child(3) {
  font-size: 22px;
}

.success-table .table tbody tr td h2 {
  font-weight: normal;
  font-size: 18px;
  color: #212529;
  line-height: 25px;
  padding-top: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.success-table .table tbody tr td h2.total {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

.success-table .table tbody tr td.bold {
  display: table-cell !important;
}

.success-table .table tbody tr td.bold:first-child span {
  font-size: 15px;
  font-weight: bold;
  color: #2e3192;
  text-align: right;
  display: block;
  width: 100%;
  background: #e8e8e8;
  padding: 15px;
}

@media (min-width: 768px) {
  .success-table .table tbody tr td.bold:first-child span {
    font-size: 20px;
  }
}

.success-table .table tbody tr td.bold:last-child span {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  display: block;
  width: 100%;
  background: #e8e8e8;
  text-align: left;
  padding: 15px;
}

@media (min-width: 768px) {
  .success-table .table tbody tr td.bold:last-child span {
    font-size: 20px;
  }
}

.success-table .table tbody tr td .product__img {
  height: 80px;
  width: 80px;
  margin: 15px 14px 20px 30px;
}

@media (xsmall) {
  .success-table .table tbody tr td .product__img {
    height: 100px;
    width: 100px;
    margin: 0 8px 0;
  }
}

@media (min-width: 768px) {
  .success-table .table tbody tr td .product__img {
    height: 100px;
    width: 150px;
  }
}

.success-table .table tbody tr td .product__img img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.success-table .table .price-table tr td {
  width: 50%;
  max-width: 50%;
  display: table-cell !important;
}

.success-table .table .price-table tr td:first-child {
  text-align: right;
}

.success-table .table .price-table tr td:last-child {
  text-align: left;
}

.success-table .table thead th {
  padding: 10px 0;
  background: #2e3192;
  color: #fff;
}

.address-table thead tr th {
  display: table-cell !important;
}

.address-table thead tr th:first-child {
  border-radius: 0 50px 50px 0 !important;
}

.address-table tbody tr td {
  display: table-cell !important;
}

.delivery_date {
  background: #e8e8e8;
  padding: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.delivery_date h4 {
  color: #1e1e1e;
  margin: 0 0 23px;
  font-size: 15px;
}

@media (min-width: 768px) {
  .delivery_date h4 {
    font-size: 20px;
  }
}

.delivery_date p {
  color: #6e6e6e;
  font-family: IRANSans;
}

.wonderful-main {
  background: inherit !important;
  padding: 40px 10%;
}

.wonderful-main .wonderful__top {
  background-color: #2e3192;
  padding: 20px 25px;
  border-radius: 100px;
}

@media (min-width: 768px) {
  .wonderful-main .wonderful__top {
    padding: 50px 45px;
  }
}

.wonderful-main .wonderful__product {
  justify-content: flex-start;
}

.wonderful-main .wonderful__product .product {
  margin: 0 0 51px !important;
  max-width: 100% !important;
  flex: 100% !important;
}

@media (min-width: 576px) {
  .wonderful-main .wonderful__product .product {
    margin: 0 1.5% 51px !important;
    max-width: 45% !important;
    flex: 45% !important;
  }
}

@media (min-width: 992px) {
  .wonderful-main .wonderful__product .product {
    max-width: 30% !important;
    flex: 30% !important;
  }
}

@media (min-width: 1200px) {
  .wonderful-main .wonderful__product .product {
    max-width: 22% !important;
    flex: 22% !important;
  }
}

@media (min-width: 1400px) {
  .wonderful-main .wonderful__product .product {
    max-width: 17% !important;
    flex: 17% !important;
  }
}

.wonderful-main .wonderful__product .product:first-child {
  margin: 0 1.5% 51px !important;
}

.wonderful-main .wonderful__product .product__img {
  height: 200px;
}

@media (min-width: 768px) {
  .wonderful-main .wonderful__product .product__img {
    height: 180px;
  }
}

.wonderful-main .wonderful__product .product .tag-discount {
  position: absolute;
  color: #fff;
  z-index: 1;
  text-align: center;
  direction: rtl;
  font-size: 19px;
  left: 19px;
  line-height: 40px;
  width: 76px;
  height: 63px;
  top: 0;
}

.wonderful-main .wonderful__product .product .tag-discount:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  left: 0;
  top: 0;
  border-left: 37px solid transparent;
  border-right: 36px solid transparent;
  border-top: 60px solid #eb78ab;
}

.wonderful-main .wonderful__product .product__info {
  padding: 15px 20px 15px;
}

.wonderful-main .wonderful__product .product__info .subject {
  font-size: 18px;
}

.show-all {
  width: auto;
  border: 1px solid #fff;
  border-radius: 117px;
  background: #2e3192;
  padding: 12px 20px;
  justify-content: space-evenly;
  margin: auto;
  display: inline-block;
}

@media (min-width: 576px) {
  .show-all {
    width: auto;
  }
}

.show-all:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../img/icon/arrow-left.svg");
  position: absolute;
  right: 50%;
  transform: translate(69px, 2%);
  background-repeat: no-repeat;
  background-size: contain;
}

.show-all:hover {
  background: #eb78ab;
}

.show-all:hover:after {
  background-image: url("../img/icon/left-arrow2.svg");
}

.show-all span {
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  width: 100%;
  padding-right: 37px;
}

@media (min-width: 992px) {
  .show-all span {
    font-size: 15px;
  }
}

.btn-buy {
  border: 1px solid #fff;
  border-radius: 117px;
  background: #2e3192;
  padding: 5px 0;
  justify-content: space-evenly;
  margin: auto;
  position: absolute;
  display: inline-block;
  bottom: 25px;
  width: auto;
  max-width: 200px;
  min-width: 145px;
  right: 50%;
  transform: translate(50%, 0);
}

@media (min-width: 1300px) {
  .btn-buy {
    min-width: 170px;
    padding: 12px 0;
  }
}

.btn-buy:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/arrow-left.svg");
  position: absolute;
  right: 50%;
  transform: translate(56px, 14%);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 1300px) {
  .btn-buy:after {
    width: 25px;
    height: 25px;
    transform: translate(67px, 5%);
  }
}

.btn-buy:hover {
  background: #e6e6e64f;
}

.btn-buy span {
  color: #fff;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  width: 100%;
  padding-right: 20px;
}

@media (min-width: 1300px) {
  .btn-buy span {
    font-size: 17px;
    padding-right: 37px;
  }
}

.btn-general {
  border: 1px solid #fff;
  border-radius: 117px;
  background: #eb78ab;
  padding: 7px 0;
  justify-content: space-evenly;
  margin: auto;
  position: relative;
  display: inline-block;
  top: 25px;
  width: 100%;
}

@media (min-width: 768px) {
  .btn-general {
    padding: 12px 0;
  }
}

.btn-general:hover {
  background: #2e3192;
}

.btn-general:hover span {
  color: #eb78ab;

}

.btn-general span {
  color: #2e3192;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  width: 100%;
}

.btn-outline {
  border: 1px solid #2e3192;
  border-radius: 117px;
  background: inherit;
  padding: 12px 0;
  justify-content: space-evenly;
  margin: auto;
  position: relative;
  display: inline-block;
  top: 25px;
  width: 100%;
}

.btn-outline:hover {
  background: #2e3192;
}

.btn-outline:hover span {
  color: #eb78ab;
}

.btn-outline span {
  color: #2e3192;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  width: 100%;
}

.comment-main {
  display: inline-block;
  width: 100%;
}

.comment-main h4 {
  font-size: 20px;
  color: #2e3192;
  border-bottom: 1px solid #ccc;
  height: 55px;
  line-height: 40px;
  text-align: right;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .comment-main h4 {
    font-size: 24px;
  }
}

.comment-main .comment-box,
.comment-main .comment-list {
  display: inline-block;
  width: 100%;
}

.header-comment {
  position: relative;
}

@media (min-width: 768px) {
  .header-comment {
    display: flex;
  }
}

.header-comment .info {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .header-comment .info {
    flex-direction: row;
  }
}

.header-comment .info .avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100px;
  margin-left: 10px;
}

.header-comment .info .name {
  font-size: 15px;
  line-height: 50px;
  margin: 0 21px;
  font-weight: bold;
  color: #b3b3b3;
}

.header-comment .info .times {
  display: flex;
}

.header-comment .info .times img {
  width: 20px;
}

.header-comment .info .times .time {
  line-height: 40px;
  margin: 0 10px;
  font-size: 15px;
  color: #b3b3b3;
}

.reply {
  display: inline-block;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .reply {
    position: static;
    float: left;
    width: 100%;
  }
}

.reply-btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 26px 11px;
  background: inherit;
  border: 0;
  float: left;
  transition: all 300ms;
}

.reply-btn:hover {
  transition: all 300ms;
  transform: scale(1.2);
}

.body-comment {
  margin: 10px 0;
  text-align: justify;
  font-size: 14px;
  color: #2e3192;
  line-height: 34px;
}

@media (min-width: 768px) {
  .body-comment {
    padding-right: 80px;
    font-size: 16px;
  }
}

.reply-comment {
  border-top: 1px solid #ccc;
  display: inline-block;
  width: 100% !important;
  margin-top: 20px;
  background: #f7f7f7;
  padding: 23px 30px;
  float: left;
}

@media (min-width: 768px) {
  .reply-comment {
    padding: 23px 0 0;
    background: inherit;
    width: 92% !important;
  }
}

.pagination {
  padding: 48px 0 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .pagination {
    padding: 0;
  }

  .post-info__box {
    padding: 10px 15px;
  }
}

.pagination ul {
  margin: auto;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

.pagination a {
  display: inline-block;
  padding: 10px 18px;
  color: #2e3192;
  font-family: IRANSans;
  margin: 0 10px;
}

.pagination.p1 a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  transition: all 300ms;
  border-radius: 100%;
  margin: 0 3% 11px;
}

@media (min-width: 768px) {
  .pagination.p1 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin: 0;
  }
}

.pagination.p1 a:hover {
  transition: all 300ms;
  background-color: #2e3192;
  color: #fff;
}

.pagination.p1 a.is-active {
  background-color: #2e3192;
  color: #fff;
}

.order {
  padding: 3% 6% 0;
}

@media (min-width: 1200px) {
  .order {
    display: flex;
  }
}

.order .account-sidebar {
  width: 100%;
  margin: 0 auto 10px;
}

@media (min-width: 768px) {
  .order .account-sidebar {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .order .account-sidebar {
    width: auto;
    margin: 0;
    max-width: 20%;
    flex: 20%;
    margin-left: 3%;
  }
}

@media (min-width: 1300px) {
  .order .account-sidebar {
    max-width: 25%;
    flex: 25%;
  }
}

.order .account-sidebar .block-content {
  padding: 0;
}

@media (min-width: 992px) {
  .order .account-sidebar .block-content {
    padding: 26px 0 0;
    border-radius: 30px;
    background: #e6e6e6;
  }
}

.account-sidebar__accordion {
  margin-top: 10px;
}

.account-sidebar__accordion label {
  padding: 0 30px;
  background: #2e3192;
  border-radius: 50px;
  width: 100%;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .account-sidebar__accordion label {
    display: none;
  }
}

.account-sidebar__accordion label:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  background: #fff;
  background-repeat: no-repeat;
  border-radius: 50px;
  background-position: center;
  background-size: 7px;
  transform: rotate(-90deg);
  display: inline-block;
  background-image: url("../img/icon/left-arrow.svg");
}

.account-sidebar__accordion ul {
  padding: 0 30px 20px;
  display: none;
}

@media (min-width: 992px) {
  .account-sidebar__accordion ul {
    display: block;
  }
}

.account-sidebar__accordion ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 40px;
  line-height: 40px;
}

.account-sidebar__accordion ul li:last-child {
  margin: 0 0 20px;
  display: inline-flex;
  width: 100%;
}

@media (min-width: 992px) {
  .account-sidebar__accordion ul li:last-child {
    margin: 0;
  }
}

.account-sidebar__accordion ul li:hover a {
  transition: all 300ms;
  color: #eb78ab;
}

.account-sidebar__accordion ul li:hover:after {
  border-left: 1px solid #eb78ab;
  border-left: 2px solid #eb78ab;
  border-bottom: 2px solid #eb78ab;
}

.account-sidebar__accordion ul li img {
  width: 25px;
  height: 25px;
  position: relative;
  top: 8px;
}

.account-sidebar__accordion ul li a {
  position: relative;
  right: 11px;
  color: #2e3192;
  transition: all 300ms;
  width: 100%;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .account-sidebar__accordion ul li a {
    font-size: 12px;
  }
}

@media (min-width: 1400px) {
  .account-sidebar__accordion ul li a {
    font-size: 14px;
  }
}

.account-sidebar__accordion ul li a.current {
  color: #eb78ab;
}

.account-sidebar__accordion ul li:after {
  content: "";
  font-style: normal;
  line-height: 1;
  width: 8px;
  height: 8px;
  position: relative;
  border-left: 1px solid #2e3192;
  border-left: 2px solid #2e3192;
  border-bottom: 2px solid #2e3192;
  -webkit-transform: rotate(-87deg);
  transform: rotate(45deg);
  transition: all 300ms;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 3px;
  top: 12px;
  left: 0;
}

.order .collection-content {
  max-width: 100%;
  flex: 100%;
}

@media (min-width: 1200px) {
  .order .collection-content {
    max-width: 77%;
    flex: 77%;
  }
}

.countdown1 {
  display: flex;
  direction: ltr;
  position: relative;
  top: -15px;
  margin: 0 auto 0;
  align-content: flex-start;
  justify-content: center;
  font-family: "IRANSans";
  padding: 5px 0;
  width: 100%;
  z-index: 10;
}

.countdown1 span {
  display: inline-block;
  margin: 0px 4px;
  font-size: 14px;
  text-align: center;
  color: #f44336;
  line-height: 30px;
  font-weight: bolder;
  width: 35px;
  border-radius: 4px;
  padding: 3px 0;
}

@media (min-width: 768px) {
  .countdown1 span {
    font-size: 10px;
  }
}

.countdown1 b {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #f44336;
  font-weight: 900;
  padding: 5px 0;
}

.filter-btn {
  background-color: #2e3192;
  color: #fff;
  padding: 5px 40px;
  border-radius: 100px;
  font-size: 13px;
  margin-top: 30px;
}

.filter-btn:hover {
  background-color: #fff;
  color: #2e3192;
}

@media (max-width: 768px) {
  .filter-btn {
    margin: 30px auto;
    display: block;
    color: #fff;
    background-color: #eb78ab;
    border: 1px solid #eb78ab;
    width: 60%;
  }
}

.rdt_TableRow,
.form-info__box .field,
.rdt_Pagination {
  font-family: "IRANSans";
}

.rdt_Pagination,
.rdt_Pagination,
.rdt_Pagination>div,
.rdt_Pagination .kNbUsB {
  direction: ltr !important;
}

.rdt_Pagination select {
  width: 20px !important;
  height: unset !important;
  margin: unset !important;
}

#toast-container {
  direction: rtl !important;
}

@media screen and (max-width: 992px) {
  .blog__block {
    flex-direction: column;
  }

  .blog__block--right,
  .blog__block--left {
    margin-bottom: 15px;
  }

  .blog__other--content .description h2 {
    font-size: 20px;
  }

  .blog__other--content .description h3 {
    font-size: 1.25rem;
  }
}

.panel-btn {
  display: none;
}

.user-info-body {
  display: block;
}

@media only screen and (max-width: 992px) {
  .panel-btn {
    display: block;
  }

  .hide-panel {
    display: none !important;
  }

  .show-panel {
    display: block !important;
  }
}

.rdt_TableBody div div:first-child div {
  direction: ltr;
}

.wallet__box .rdt_TableBody div div[data-column-id="1"]:after {
  content: " تومان ";
  margin-right: 5px;
  font-size: 0.7rem;
}

/* .active-menu {
  filter: hue-rotate(45deg);
} */

.login-wrapper {
  display: flex;
}

.login-wrapper__box {
  margin: auto;
  flex: 40%;
  max-width: 40%;
}

@media (max-width: 768px) {
  .login-wrapper__box {
    flex: 80%;
    max-width: 80%;
  }
}

.rules {
  font-family: "IRANSans";
}

.rules ol {
  margin-top: 30px;
}

.rules li {
  margin-bottom: 20px;
  line-height: 2;
}

.rdt_TableRow div:nth-child(2) div:first-child,
.rdt_TableRow div:nth-child(3) div:first-child {
  white-space: normal;
}

.field-comment#login-form input {
  margin: 0 !important;
}

#otp-form input {
  margin: 20px 0 0 !important;
}

#otp-form input::placeholder {
  color: #ccc;
  opacity: 1;
}

.product-header .desktop-show {
  display: inline-block;
}

@media (max-width: 768px) {
  .product-header .desktop-show {
    display: none !important;
  }
}

.product-header p {
  direction: ltr;
}

.sm-show {
  display: none;
}

@media (max-width: 768px) {
  .sm-show {
    display: inline-block;
    font-family: "IRANSans" !important;
  }
}

.lg-show {
  display: inline-block;
}

@media (max-width: 768px) {
  .lg-show {
    display: none;
  }
}

.order-status-text {
  width: 100%;
  color: #000;
  text-align: center;
}

.account-sidebar-header {
  padding: 15px;
  display: flex;
  align-items: center;
  color: #333;
  overflow-wrap: anywhere;
}

@media (max-width: 992px) {
  .account-sidebar-header {
    border-radius: 30px 30px 0 0;
    background: #e6e6e6;
  }
}

.account-sidebar-header p:first-child {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.account-sidebar-header p {
  font-family: IRANSans !important;
}

.account-sidebar-credit span:first-child {
  font-size: 0.7rem;
}

.account-sidebar-credit span:nth-child(2) {
  font-size: 0.9rem;
  font-family: IRANSans !important;
}

.account-sidebar-credit a img {
  width: 20px;
}

@media (min-width: 1500px) {

  .account-sidebar-header p:first-child,
  .account-sidebar-credit span:nth-child(2) {
    font-size: 1rem;
  }
}

.account-sidebar-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  margin-left: 20px;
}

.account-sidebar-credit {
  padding: 10px 15px;
  margin: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
  color: #2e3192;
}

@media (max-width: 992px) {
  .account-sidebar-credit {
    margin: 0;
    border-radius: 0 0 30px 30px;
    background: #e6e6e6;
    border: 0;
    border-top: 1px solid #2e3192;
  }
}

.copyright {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 4%;
}

.post-rate-star {
  display: inline-block;
  margin-right: 20px;
  color: #ffc400;
}

@media screen and (max-width: 992px) {
  .copyright {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 5px;
  }

  .post-rate-star {
    margin-right: 0;
  }
}

.td-color del {
  color: red;
}

.total-price-number {
  font-size: 22px;
}

.arrow {
  border: solid #2e3192;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.no-bg {
  background-color: transparent;
  border: none;
}

@media (max-width: 768px) {
  .no-sm {
    display: none;
  }
}

@media (max-width: 768px) {
  .account-sidebar__accordion label.toggle-menu.shown-menu:after {
    transform: rotate(90deg);
  }

  .account-sidebar__accordion label.toggle-menu.close-menu:after {
    transform: rotate(-90deg);
  }

  .blog-contact .theme-form .btn-general {
    top: 0;
  }
}

.basket-cart-total {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 90%;
  font-family: IRANSans;
}

@media (max-height: 600px) {
  .basket-cart-total {
    position: unset;
    bottom: unset;
    left: unset;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .basket-cart-total {
    width: 97%;
  }

  .post-method .radio-main {
    top: 13px;
  }

  .cart {
    padding: 0 6% 0;
  }
}

.btn-general.disabled {
  background-color: #999;
  color: #444;
  cursor: not-allowed;
}

@media (max-width: 992px) {
  .btn-general.success-btn {
    background-color: #46b748;
    border-color: #fff;
  }
}

.border-btn {
  background-color: #fff;
  border: 1px solid #333;
}

.border-btn span {
  color: #999;
}

@media (max-width: 992px) {
  .sticky-btn {
    border-top: 1px solid #ccc;
    padding: 5px;
    position: fixed !important;
    top: unset;
    bottom: 80px;
    right: 0;
    width: 100%;
    z-index: 99;
    margin: 0 !important;
    background: #fff;
  }

  .sticky-btn button {
    position: unset !important;
    margin: unset !important;
    height: 55px;
  }

  .sticky-btn span {
    font-size: 1rem !important;
  }

  .success-btn span {
    color: #fff !important;
  }

  .mobile-modal-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #17195fb0;
    z-index: 999999;
  }

  .mobile-modal {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 50vh;
    z-index: 9999999;
    text-align: center;
  }

  .mobile-modal p {
    color: #17195f;
    font-size: 1rem;
  }

  .mobile-modal button {
    height: 55px;
    font-size: 2rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }

  .modal-img-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px auto 30px;
    border: 2px solid #17195f;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
  }

  .modal-img-wrapper::after {
    content: "";
    width: 120px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .modal-img-wrapper img {
    position: relative;
    z-index: 10;
    min-width: 76px;
    display: inline-block;
  }
}

.cart__total__container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .cart__total__container {
    flex-direction: column;
  }

  .cart__discount--box {
    width: 100%;
  }

  .cart .bottom-table {
    width: 100%;
  }
}

.divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #949494;
}

.success-text {
  color: #14c514;
}

.secondary-text {
  color: #eb78ab;
}

.category-title {
  padding: 10px 6%;
  font-size: 24px;
  position: relative;
  top: -20px;
}

.blog-category-title {
  padding: 10px 7%;
  font-size: 20px;
}

.alert {
  font-family: IRANSans;
  font-size: 15px;
}

.alert-danger {
  color: #fff;
  background-color: #eb78ab;
  border-color: #eb78ab;
}

.sc-ezOQGI.hoQsHK {
  direction: ltr !important;
}

.weight-politics {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 15px;
  margin: 26px 0 0;
}

.weight-politics.desktop {
  display: block;
}

.weight-politics.mobile {
  display: none;
}

.weight-politics h4 {
  font-size: 14px;
  margin-bottom: 15px;
}

.weight-politics p {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 8px;
  display: block;
  color: #2e3192;
}

@media (max-width: 768px) {
  .weight-politics.desktop {
    display: none;
  }

  .weight-politics.mobile {
    display: block;
    margin: 15px 0 0;
  }

  .product .possibilities-detail {
    padding: 18px 0 0;
  }
}

.category__rectangle .modal-replay .modal-dialog-replay {
  width: 100%;
  right: 0;
  top: 0;
  transform: unset;
  height: 100%;
}

.category__rectangle .modal-replay .modal-content-replay {
  border-radius: 0;
  height: auto;
}

.popup .box .title-category:after {
  display: block !important;
  width: 14px;
  height: 14px;
  transform: translate(-10px, -10px);
}

@media (min-width: 768px) {
  .category__rectangle .modal-replay .modal-dialog-replay {
    width: 669px;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    height: auto;
    margin: 0.5rem;
  }

  .category__rectangle .modal-replay .modal-content-replay {
    border-radius: 30px;
    height: auto;
  }

  .popup .box .title-category:after {
    transform: translate(0px, -10px);
  }
}

.banner-smalls {
  padding: 0;
  height: 36px;
  margin: 23px 0;
}

.banner-smalls a {
  display: block;
  width: 94%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
}

.banner-smalls a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-help-modal .modal-body-replay {
  font-size: 15px;
  padding: 1rem 2rem 2rem;
  line-height: 30px;
}

@media (min-width: 768px) {
  .banner-smalls {
    padding: 0 5% 45px;
    height: auto;
    margin: 0;
  }

  .banner-smalls a {
    width: 100%;
    border-radius: 15px;
  }
}

.product-help {
  font-size: 12px;
  color: #eb78ab;
  border: 1px solid #eb78ab;
  font-weight: normal;
  margin-bottom: 10px;
  width: max-content;
  display: inline-block;
  margin: 0 0 17px;
  border-radius: 0;
  padding: 8px 12px;
  cursor: pointer;
}

.product-help:hover {
  background: #eb78ab;
  color: #fff;
}

@media (min-width: 768px) {
  .product-help.mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .product-help {
    margin-top: 60px;
    width: 100%;
    text-align: center;
  }
}