/*#region ----------------- X) General */
@import url(../../css/fontiran.css);
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: IRANSans !important;
  font-weight: 300;
  direction: rtl;
  margin: 0;
  background-color: #f5f5f5 !important;
  text-align: right !important;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p {
  font-family: IRANSans !important;
}

h1 {
  font-weight: bold;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 25px;
}

b,
strong {
  font-weight: bolder;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav {
  display: block;
}

a {
  text-decoration: none !important;
}

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

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

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

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

::-moz-selection {
  background-color: #ff6e60;
  color: #ffffff;
}

::selection {
  background-color: #ff6e60;
  color: #ffffff;
}

::-moz-selection {
  background-color: #ff6e60;
  color: #ffffff;
}

::-webkit-selection {
  background-color: #ff6e60;
  color: #ffffff;
}

.fixedposition {
  overflow: hidden;
}

/*#endregion -------------- X) General */
/*#region ---- progress*/
#nprogress {
  pointer-events: none;
  z-index: 9999;
}

#nprogress .bar {
  background: #ff6e60;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #ff6e60, 0 0 5px #ff6e60;
          box-shadow: 0 0 10px #ff6e60, 0 0 5px #ff6e60;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

#nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

#nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

/*#endregion -------------- X) npProgress */
/*#region ----------------- Grid Styles */
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 95% !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 90% !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}

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

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

/*#endregion -------------- Grid Styles */
/*#region ----------------- Buttons Styles */
.btn {
  display: inline-block !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  border-radius: 10px !important;
  position: relative !important;
  text-align: center !important;
  text-decoration: none !important;
  padding: 0.7rem 1rem !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  line-height: 1.5 !important;
  cursor: pointer !important;
  border: 1px solid transparent !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.btn [class^='icon-'],
.btn [class*=' icon-'] {
  font-size: 20px !important;
  position: relative;
  top: 5px;
  margin-left: 5px;
  line-height: 0;
  z-index: 10;
}

.btn .mdi {
  position: relative;
  margin-left: 5px;
  top: 4px;
  font-size: 24px;
  line-height: 0;
  z-index: 10;
}

.icon-right {
  padding-right: 45px;
}

.icon-right .mdi {
  position: absolute;
  right: 10px;
  top: 25px;
}

.icon-left {
  padding-left: 45px;
}

.icon-left .mdi {
  position: absolute;
  left: 10px;
  top: 25px;
}

.btn-default {
  background-color: #ff6e60;
  color: #ffffff;
}

.btn-default:hover {
  background-color: #ff4937;
}

.btn-default-outline {
  border-color: #e1e1e3;
  background-color: white;
  color: #676869;
}

.btn-default-outline:hover {
  border-color: #ff6e60;
  color: #ff6e60;
}

.btn-call-outline {
  background-color: white;
  border-color: #ff6e60;
  color: #353638;
  border-radius: 0 0 15px 15px !important;
  padding: 0.75rem 1rem;
  text-align: left;
}

.btn-call-outline::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 100px;
  background-color: #ff6e60;
  right: 0;
  top: -20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-call-outline::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100px;
  right: 55px;
  top: -30px;
  background-color: #ff6e60;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-call-outline .mdi {
  position: absolute;
  right: 10px;
  top: 22px;
  color: white;
}

.btn-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: transparent;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.btn-square [class^='icon-'],
.btn-square [class*=' icon-'] {
  font-size: 24px !important;
  color: #676869;
}

.btn-square .mdi {
  font-size: 24px;
  color: #676869;
}

.btn-square:hover {
  background-color: #f5f5f5;
}

/*#endregion -------------- Buttons Styles */
/*#region ----------------- Navbar */
.myNavbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
}

.myNavbar .navbar-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.myNavbar .top-navbar {
  background-color: white;
}

.myNavbar .top-navbar .navbar-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 230px auto 230px;
      grid-template-columns: 230px auto 230px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  z-index: 20;
  position: relative;
}

.myNavbar .top-navbar .navbar-inner .mobile-side-menu {
  display: none;
}

.myNavbar .top-navbar .navbar-inner .mobile-side-menu .btn-square {
  width: 45px;
  height: 45px;
}

.myNavbar .top-navbar .navbar-inner .mobile-side-menu .mdi {
  font-size: 28px;
}

.myNavbar .top-navbar .navbar-inner .navbar-logo {
  width: 176px;
}

.myNavbar .top-navbar .navbar-inner .navbar-logo a {
  display: block;
}

.myNavbar .top-navbar .navbar-inner .navbar-logo a img {
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.myNavbar .top-navbar .navbar-inner .nav-search {
  width: auto;
  padding-left: 200px;
}

.myNavbar .top-navbar .navbar-inner .nav-search .search-inner {
  position: relative;
}

.myNavbar .top-navbar .navbar-inner .nav-search .search-inner .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.myNavbar .top-navbar .navbar-inner .nav-search .search-inner .icon .mdi {
  font-size: 24px;
  color: #676869;
}

.myNavbar .top-navbar .navbar-inner .nav-search .search-inner .icon [class^='icon-'],
.myNavbar .top-navbar .navbar-inner .nav-search .search-inner .icon [class*=' icon-'] {
  font-size: 24px;
  color: #676869;
}

.myNavbar .top-navbar .navbar-inner .nav-search .search-inner .myinput {
  background-color: #f5f5f5;
  width: 100%;
  height: 45px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  padding-right: 55px;
}

.myNavbar .top-navbar .navbar-inner .nav-search .search-inner .myinput:hover, .myNavbar .top-navbar .navbar-inner .nav-search .search-inner .myinput:active {
  border-color: #cccccf;
}

.myNavbar .top-navbar .navbar-inner .nav-search .mobile-search {
  display: none;
  width: 45px;
  height: 45px;
}

.myNavbar .top-navbar .navbar-inner .nav-call {
  height: 45px;
  width: 230px;
  text-align: left;
}

.myNavbar .top-navbar .navbar-inner .nav-call .btn {
  width: 100%;
  height: 45px;
}

.myNavbar .top-navbar .navbar-inner .mobile-button-group {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.myNavbar .top-navbar .navbar-inner .mobile-button-group .mobile-search,
.myNavbar .top-navbar .navbar-inner .mobile-button-group .mobile-cart,
.myNavbar .top-navbar .navbar-inner .mobile-button-group .mobile-user {
  width: 45px;
  height: 45px;
  margin-right: 5px;
  position: relative;
}

.myNavbar .bottom-navbar {
  background-color: white;
  padding-top: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.myNavbar .bottom-navbar .navbar-inner {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  position: relative;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0 !important;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list li {
  margin-left: 30px;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 10px 10px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  color: inherit !important;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list li a i {
  font-size: 20px;
  color: #555;
  margin-left: 6px;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list li a i.icon-down-arrow {
  font-size: 16px;
  color: #888;
  margin-right: 10px;
  font-weight: bold;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list li a:hover {
  color: #ff6e60;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list .menu--item {
  position: relative;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list .menu--item:hover .menu--item--dropdown {
  display: block;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list .menu--item:hover .icon-down-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list .menu--item--dropdown {
  position: absolute;
  display: none;
  top: 40px;
  right: 0;
  padding: 15px;
  border: 1px solid #eee;
  background-color: #ffffff;
  border-radius: 20px 5px 20px 20px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list .menu--item--dropdown--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 200px;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list .menu--item--dropdown--inner--logo {
  margin-right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list .menu--item--dropdown--inner--logo--wrapper {
  border-radius: 15px;
  overflow: hidden;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list .menu--item--dropdown--inner--logo--wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 150px;
  height: 150px;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list .menu--item--dropdown--inner--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list .menu--item--dropdown--inner--items--row {
  margin-right: 50px;
  padding-right: 30px;
  border-right: 1px solid #e1e1e3;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list .menu--item--dropdown--inner--items--row:first-child {
  padding-right: 10px;
  margin-right: 0;
  border: none;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list .menu--item--dropdown--inner--items--row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.myNavbar .bottom-navbar .navbar-inner .nav-links .link-list .menu--item--dropdown--inner--items--row ul a {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  display: block;
  white-space: pre;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-cart {
  width: 45px;
  height: 45px;
  margin-left: 20px;
  position: relative;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-user-info {
  position: relative;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-user-info:hover .user-login .user-menu {
  display: block;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-user-info .user-login {
  display: none;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-user-info .user-login.active {
  display: block;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-user-info .user-login .login {
  width: 45px;
  height: 45px;
  border: 1px solid #e1e1e3;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-user-info .user-login .login .icon .mdi {
  font-size: 24px;
  color: #676869;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-user-info .user-login .login .arrow-down .mdi {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-user-info .user-login .user-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 43px;
  width: 180px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-user-info .user-login .user-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-user-info .user-login .user-menu ul {
  padding: 10px;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-user-info .user-login .user-menu ul li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #676869;
  padding: 5px;
  border-radius: 8px;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-user-info .user-login .user-menu ul li a .mdi {
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.myNavbar .bottom-navbar .navbar-inner .nav-shops .nav-user-info .user-login .user-menu ul li a:hover {
  background-color: #f5f5f5;
}

.myNavbar .badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #ff6e60;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.myNavbar .badge span {
  font-size: 13px;
  font-weight: 400;
  color: white;
}

@media (max-width: 1199px) {
  .myNavbar .top-navbar .navbar-inner .nav-search {
    padding-left: 80px;
  }
}

@media (max-width: 992px) {
  .myNavbar .container {
    padding: 0;
  }
  .myNavbar .top-navbar .navbar-inner {
    padding: 5px 0;
    -ms-grid-columns: 60px auto 165px;
        grid-template-columns: 60px auto 165px;
  }
  .myNavbar .top-navbar .navbar-inner .mobile-side-menu {
    display: block;
  }
  .myNavbar .top-navbar .navbar-inner .navbar-logo {
    width: 140px;
  }
  .myNavbar .top-navbar .navbar-inner .nav-search {
    display: none;
  }
  .myNavbar .top-navbar .navbar-inner .nav-call {
    display: none;
  }
  .myNavbar .top-navbar .navbar-inner .mobile-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .myNavbar .bottom-navbar {
    display: none;
  }
}

@media (min-width: 576px) {
  .navbar-inner {
    max-width: 95%;
  }
}

@media (min-width: 768px) {
  .navbar-inner {
    max-width: 90%;
  }
}

@media (min-width: 992px) {
  .navbar-inner {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .navbar-inner {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .navbar-inner {
    max-width: 1320px;
  }
}

/*#endregion -------------- Navbar */
/*#region ----------------- Sidebar Mobile Menu */
#sidebar-menu {
  width: 300px;
  position: fixed;
  top: 0;
  right: -350px;
  height: 100vh;
  z-index: 2002;
  background: #fff;
  -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

#sidebar-menu.active {
  right: 0;
  opacity: 1;
}

#sidebar-menu .sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
}

#sidebar-menu .sidebar-header .sidebar-close .btn-close-sidebar {
  width: 45px;
  height: 45px;
  color: #676869;
  background-color: #f5f5f5;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
}

#sidebar-menu .sidebar-header .sidebar-close .btn-close-sidebar .mdi {
  font-size: 30px;
}

#sidebar-menu .sidebar-header .sidebar-close .btn-close-sidebar:hover {
  color: #ff6e60;
}

#sidebar-menu .sidebar-header .sidebar-logo a {
  display: block;
}

#sidebar-menu .sidebar-header .sidebar-logo a img {
  width: 40px;
}

#sidebar-menu .sidebar-list {
  margin-top: 20px;
}

#sidebar-menu .sidebar-list .item {
  border-bottom: 1px dashed #e1e1e3;
}

#sidebar-menu .sidebar-list .item a {
  padding: 15px 20px 15px 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #353638;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#sidebar-menu .sidebar-list .item a .mdi {
  position: relative;
  top: 6px;
  margin-left: 10px;
  color: #ff6e60;
  font-size: 24px;
  line-height: 0;
}

#sidebar-menu .sidebar-list .item a:hover {
  color: #ff6e60;
  background-color: #f5f5f5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#sidebar-menu .megaMenu--list {
  margin-top: 2rem;
}

#sidebar-menu .megaMenu--list [data-reach-accordion] [data-reach-accordion-item] {
  border-bottom: 1px dashed #ccd;
}

#sidebar-menu .megaMenu--list [data-reach-accordion] [data-reach-accordion-item][data-state='collapsed'] i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#sidebar-menu .megaMenu--list [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-button] {
  color: #333;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 25px;
  border: none;
  background-color: inherit;
}

#sidebar-menu .megaMenu--list [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-button] .accordian-item--title {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

#sidebar-menu .megaMenu--list [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-button] i {
  color: inherit;
  font-size: 15px;
  font-weight: 600;
}

#sidebar-menu .megaMenu--list [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .accordian-panel--inner ul {
  margin: 0;
}

#sidebar-menu .megaMenu--list [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .accordian-panel--inner li:last-child .child-menu-item {
  border-bottom: none;
}

#sidebar-menu .megaMenu--list [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .accordian-panel--inner .child-menu-item {
  display: block;
  padding: 10px 50px;
  border-bottom: 1px solid #eee;
}

#sidebar-menu .megaMenu--list [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .accordian-panel--inner .child-menu-item:hover {
  background-color: #eee;
}

#sidebar-menu .megaMenu--list [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .accordian-panel--inner .child-menu-item::before {
  content: '>';
  margin-left: 1rem;
}

#sidebar-menu .megaMenu--list .megaMenu--item a {
  padding: 10px 25px;
  display: block;
  color: #333;
}

#sidebar-menu .megaMenu--list .megaMenu--item a:hover {
  background-color: #eee;
}

.overlay-back {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2001;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay-back.active {
  display: block;
  opacity: 1;
}

@media (max-width: 992px) {
  #sidebar-menu .sidebar-list {
    display: block;
  }
}

@media (max-width: 400px) {
  #sidebar-menu {
    width: 250px;
  }
  #sidebar-menu .sidebar-list .item a {
    font-size: 12px;
  }
}

/*#endregion -------------- Sidebar Mobile Menu */
/*#region ----------------- Carousel Index */
.index-carousel {
  margin-top: 150px;
}

.index-carousel .carousel-inner .item img {
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .index-carousel {
    margin-top: 90px;
  }
}

/*#endregion -------------- Carousel Index */
/*#region ----------------- Mini Card */
.miniCard-list {
  margin-top: 15px;
}

.miniCard-list .minicard-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 25% 25% 25%;
      grid-template-columns: 25% 25% 25% 25%;
      grid-template-areas: 'cardone cardtwo cardtwo cardthree'
 'cardfour cardfour cardfive cardsix';
}

.miniCard-list .minicard-inner .card-mini {
  padding: 5px;
}

.miniCard-list .minicard-inner .card-mini .card-inner {
  position: relative;
}

.miniCard-list .minicard-inner .card-mini .card-inner a {
  display: block;
}

.miniCard-list .minicard-inner .card-mini .card-inner .image-content-pic {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-radius: 15px;
}

.miniCard-list .minicard-inner .card-mini .card-inner .image-content-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.miniCard-list .minicard-inner .card-mini .card-inner .image-content-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.miniCard-list .minicard-inner .card-mini .card-inner .info {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.miniCard-list .minicard-inner .card-mini .card-inner .info h2 {
  font-size: 16px;
  font-weight: 500;
  color: #353638;
  margin-bottom: 0;
}

.miniCard-list .minicard-inner .card-mini .card-inner .info .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ff6e60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  margin-right: 10px;
}

.miniCard-list .minicard-inner .card-mini .card-inner .info .icon .mdi {
  font-size: 18px;
  position: relative;
  top: 1px;
}

.miniCard-list .minicard-inner .card-mini .card-inner .info .icon [class^='icon-'],
.miniCard-list .minicard-inner .card-mini .card-inner .info .icon [class*=' icon-'] {
  font-size: 15px !important;
}

.miniCard-list .minicard-inner .card-mini .card-inner:hover .image-content-pic img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.miniCard-list .minicard-inner .card-mini.card-one {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: cardone;
}

.miniCard-list .minicard-inner .card-mini.card-two {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: cardtwo;
}

.miniCard-list .minicard-inner .card-mini.card-three {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: cardthree;
}

.miniCard-list .minicard-inner .card-mini.card-four {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: cardfour;
}

.miniCard-list .minicard-inner .card-mini.card-five {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: cardfive;
}

.miniCard-list .minicard-inner .card-mini.card-six {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: cardsix;
}

@media (max-width: 992px) {
  .miniCard-list .minicard-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.33% 33.33% 33.33%;
        grid-template-columns: 33.33% 33.33% 33.33%;
        grid-template-areas: 'cardone cardtwo cardtwo'
 'cardfour cardfour cardthree'
 'cardfive cardsix cardsix';
  }
}

@media (max-width: 768px) {
  .miniCard-list .minicard-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        grid-template-areas: 'cardone cardtwo'
 'cardthree cardfour'
 'cardfive cardsix';
  }
}

@media (max-width: 575px) {
  .miniCard-list .minicard-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        grid-template-areas: 'cardone cardtwo'
 'cardthree cardfour'
 'cardfive cardsix';
  }
  .miniCard-list .minicard-inner .card-mini .card-inner .image-content-pic {
    height: 170px;
  }
  .miniCard-list .minicard-inner .card-mini .card-inner .info h2 {
    font-size: 10px;
  }
  .miniCard-list .minicard-inner .card-mini .card-inner .info .icon {
    width: 15px;
    height: 15px;
  }
  .miniCard-list .minicard-inner .card-mini .card-inner .info .icon [class^='icon-'],
  .miniCard-list .minicard-inner .card-mini .card-inner .info .icon [class*=' icon-'] {
    font-size: 8px !important;
  }
}

@media (max-width: 400px) {
  .miniCard-list .minicard-inner .card-mini .card-inner .image-content-pic {
    height: 120px;
  }
}

/*#endregion -------------- Mini Card */
/*#region ----------------- Products Lists */
.products-content {
  margin-top: 50px;
  min-height: 500px;
}

.products-content .products-list .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-content .products-list .list-inner.four-row .card-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  min-height: 100%;
}

.products-content .products-list .list-inner .card-product {
  margin-bottom: 10px;
  padding: 10px;
}

.products-content .products-list .list-inner .card-product .card-inner {
  background-color: white;
  border: 1px solid #e1e1e3;
  border-radius: 15px;
  position: relative;
  height: 100%;
}

.products-content .products-list .list-inner .card-product .card-inner:hover {
  -webkit-box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.14);
}

.products-content .products-list .list-inner .card-product .card-inner:hover .addToBasketWrapper {
  display: block;
}

.products-content .products-list .list-inner .card-product .card-inner .addToBasketWrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 0 6px;
  background-color: #151515;
  color: #ffffff;
  border-radius: 15px 0px 15px 0px;
  border-width: 0px 5px 5px 0px;
  border-color: #ffffff;
  border-style: solid;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.products-content .products-list .list-inner .card-product .card-inner .addToBasketWrapper button {
  background-color: transparent;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.products-content .products-list .list-inner .card-product .card-inner .addToBasketWrapper button i {
  font-size: 32px;
  line-height: inherit;
}

.products-content .products-list .list-inner .card-product .card-inner .addToBasketMobile {
  display: none;
}

.products-content .products-list .list-inner .card-product .card-inner a {
  display: block;
}

.products-content .products-list .list-inner .card-product .card-inner .image-content-pic {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-radius: 15px 15px 0 0;
}

.products-content .products-list .list-inner .card-product .card-inner .image-content-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.products-content .products-list .list-inner .card-product .card-inner .image-content-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.products-content .products-list .list-inner .card-product .card-inner .card-body {
  padding: 15px;
}

.products-content .products-list .list-inner .card-product .card-inner .card-body .name {
  font-size: 15px;
  font-weight: normal;
  color: #353638;
  line-height: normal;
  margin-bottom: 15px;
  height: 74px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products-content .products-list .list-inner .card-product .card-inner .card-body .name:hover {
  color: #ff6e60;
}

.products-content .products-list .list-inner .card-product .card-inner .card-body .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products-content .products-list .list-inner .card-product .card-inner .card-body .info--up {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.products-content .products-list .list-inner .card-product .card-inner .card-body .info--up .offPercent--text {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #151515;
  padding: 4px 18px 2px 18px;
  border-radius: 5px;
}

.products-content .products-list .list-inner .card-product .card-inner .card-body .info--up .originalPrice {
  font-size: 13px;
  font-weight: 400;
  color: #8f8f8f;
  text-decoration: line-through;
  margin-top: 10px;
}

.products-content .products-list .list-inner .card-product .card-inner .card-body .info--down {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.products-content .products-list .list-inner .card-product .card-inner .card-body .info--down .freeShipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #27ae60;
}

.products-content .products-list .list-inner .card-product .card-inner .card-body .info--down .freeShipping i {
  font-size: 18px;
  margin-left: 8px;
  color: inherit;
}

.products-content .products-list .list-inner .card-product .card-inner .card-body .info--down .freeShipping--text {
  font-size: 13px;
  font-weight: 500;
  color: inherit;
}

.products-content .products-list .list-inner .card-product .card-inner .card-body .info--down .finalPrice {
  font-size: 16px;
  font-weight: 700;
  color: #353638;
}

.products-content .products-list .list-inner .card-product .card-inner .card-body .info--down .finalPrice .toman {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
}

.products-content .more-products {
  position: relative;
  text-align: center;
  padding: 30px 0;
}

.products-content .more-products::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  border: 1px solid #ff6e60;
}

.products-content .more-products .btn {
  border-color: #ff6e60;
  background-color: #fff !important;
  color: #ff6e60;
}

@media (max-width: 1199px) {
  .products-content .products-list .list-inner.four-row .card-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media (max-width: 900px) {
  .products-content
.products-list
.list-inner
.card-product
.card-inner
.image-content-pic {
    height: 210px;
  }
}

@media (max-width: 768px) {
  .products-content .products-list .list-inner.four-row .card-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 575px) {
  .products-content .products-list .list-inner.four-row .card-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
  }
  .products-content .products-list .list-inner.four-row .card-product .card-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 140px auto;
        grid-template-columns: 140px auto;
    padding: 5px;
    border-radius: 8px;
  }
  .products-content .products-list .list-inner.four-row .card-product .card-inner:hover .addToBasketWrapper {
    display: none;
  }
  .products-content .products-list .list-inner.four-row .card-product .card-inner .addToBasketMobile {
    display: block;
    padding-left: 10px;
  }
  .products-content .products-list .list-inner.four-row .card-product .card-inner .addToBasketMobile .addToBasketMobileInner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #cccccc;
  }
  .products-content .products-list .list-inner.four-row .card-product .card-inner .addToBasketMobile .addToBasketMobileInner button {
    border: none;
    background-color: transparent;
    font-size: 0;
  }
  .products-content .products-list .list-inner.four-row .card-product .card-inner .addToBasketMobile .addToBasketMobileInner button i {
    color: #525252;
    font-weight: 500;
  }
  .products-content .products-list .list-inner.four-row .card-product .card-inner .image-content-pic {
    border-radius: 6px;
    height: 140px;
  }
  .products-content .products-list .list-inner.four-row .card-product .card-inner .card-body {
    padding: 10px 10px 10px 5px;
    display: inherit;
  }
  .products-content .products-list .list-inner.four-row .card-product .card-inner .card-body .info {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 470px) {
  .products-content .products-list .list-inner .card-product .card-inner .image-content-pic {
    height: 180px;
  }
  .products-content .products-list .list-inner .card-product .card-inner .card-body .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-content .products-list .list-inner .card-product .card-inner .card-body .info--up .offPercent--text {
    font-size: 12px;
    padding: 4px 12px 2px 12px;
  }
  .products-content .products-list .list-inner .card-product .card-inner .card-body .info--up .originalPrice {
    font-size: 9px;
  }
  .products-content .products-list .list-inner .card-product .card-inner .card-body .info--down .freeShipping i {
    font-size: 14px;
    margin-left: 6px;
  }
  .products-content .products-list .list-inner .card-product .card-inner .card-body .info--down .freeShipping--text {
    font-size: 10px;
  }
  .products-content .products-list .list-inner .card-product .card-inner .card-body .info--down .finalPrice {
    font-size: 12px;
  }
}

/*#endregion -------------- Products Lists */
/*#region ----------------- Products Details */
.products-details {
  margin-top: 150px;
}

.products-details .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-details .row .details {
  padding-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 60%;
}

.products-details .row .details .inner {
  background-color: white;
  border: 1px solid #e1e1e3;
  border-radius: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 200px;
      grid-template-columns: auto 200px;
}

.products-details .row .details .inner .data {
  padding: 15px;
}

.products-details .row .details .inner .data .product-name {
  font-size: 18px;
  font-weight: 600;
  color: #353638;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products-details .row .details .inner .data .size,
.products-details .row .details .inner .data .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}

.products-details .row .details .inner .data .size .title,
.products-details .row .details .inner .data .color .title {
  font-size: 14px;
  font-weight: 500;
  color: #353638;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  padding: 10px 0;
}

.products-details .row .details .inner .data .size .size-list,
.products-details .row .details .inner .data .size .color-list,
.products-details .row .details .inner .data .color .size-list,
.products-details .row .details .inner .data .color .color-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.products-details .row .details .inner .data .size .size-list ul,
.products-details .row .details .inner .data .size .color-list ul,
.products-details .row .details .inner .data .color .size-list ul,
.products-details .row .details .inner .data .color .color-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-details .row .details .inner .data .size .size-list ul li,
.products-details .row .details .inner .data .size .color-list ul li,
.products-details .row .details .inner .data .color .size-list ul li,
.products-details .row .details .inner .data .color .color-list ul li {
  border: 1px solid #e1e1e3;
  padding: 8px 15px;
  margin: 0 0 10px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #676869;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.products-details .row .details .inner .data .size .size-list ul li.active,
.products-details .row .details .inner .data .size .color-list ul li.active,
.products-details .row .details .inner .data .color .size-list ul li.active,
.products-details .row .details .inner .data .color .color-list ul li.active {
  border-color: #ff6e60;
  color: #ff6e60;
}

.products-details .row .details .inner .data .size .color-list ul li,
.products-details .row .details .inner .data .color .color-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}

.products-details .row .details .inner .data .size .color-list ul li .color-hex,
.products-details .row .details .inner .data .color .color-list ul li .color-hex {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: silver;
  margin-left: 8px;
  border-radius: 50%;
}

.products-details .row .details .inner .price-inner {
  background-color: #f8f8f8;
  border-right: 1px solid #e1e1e3;
  border-radius: 16px 0 0 16px;
  padding: 15px;
}

.products-details .row .details .inner .price-inner .add-cart .btn-default {
  width: 100%;
}

.products-details .row .details .inner .price-inner .price-title {
  font-size: 15px;
  font-weight: 500;
  color: #676869;
  text-align: center;
  display: block;
  padding: 10px 0;
}

.products-details .row .details .inner .price-inner .price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.products-details .row .details .inner .price-inner .price-content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 15px;
}

.products-details .row .details .inner .price-inner .price-content .price .real {
  font-size: 20px;
  font-weight: 800;
  color: #ff6e60;
}

.products-details .row .details .inner .price-inner .price-content .price .off {
  font-size: 20px;
  font-weight: 800;
  color: #ff6e60;
  margin-top: 5px;
}

.products-details .row .details .inner .price-inner .price-content .text {
  position: relative;
  top: -3px;
}

.products-details .row .details .inner .price-inner .price-content .text .toman {
  font-size: 15px;
  font-weight: 600;
  color: #ff6e60;
  position: relative;
  top: 5px;
}

.products-details .row .details .inner .price-inner .price-content .text .precentage {
  background-color: #ff6e60;
  position: relative;
  top: -5px;
  padding: 3px 5px 1px 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.products-details .row .details .inner .price-inner .price-content.off-code .price .real {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  color: #979899;
  font-size: 15px;
  font-weight: 600;
}

.products-details .row .about-product {
  background-color: white;
  border: 1px solid #e1e1e3;
  border-radius: 15px;
  margin-top: 20px;
}

.products-details .row .about-product .title {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e1e1e3;
  border-radius: 15px 15px 0 0;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.products-details .row .about-product .title .mdi {
  font-size: 24px;
  margin-left: 10px;
  color: #676869;
}

.products-details .row .about-product .title h2 {
  margin-bottom: 0;
  font-size: 16px;
  color: #353638;
}

.products-details .row .about-product .about-inner .list-property {
  padding: 0 15px;
}

.products-details .row .about-product .about-inner .list-property li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border-bottom: 1px solid #e1e1e3;
}

.products-details .row .about-product .about-inner .list-property li .name,
.products-details .row .about-product .about-inner .list-property li .desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #676869;
}

.products-details .row .about-product .about-inner .list-desc {
  padding: 15px 0px;
  text-align: justify;
  margin: 0px 15px;
}

.products-details .row .about-product .about-inner .list-desc li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #676869;
  line-height: 26px;
}

.products-details .row .carousel {
  padding-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 40%;
}

.products-details .row .carousel .inner .big-image {
  width: 100%;
  height: 350px;
  padding: 0 5px;
}

.products-details .row .carousel .inner .big-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.products-details .row .carousel .inner .thumbnails {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.33% 33.33% 33.33%;
      grid-template-columns: 33.33% 33.33% 33.33%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-details .row .carousel .inner .thumbnails .item {
  padding: 10px 5px;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.products-details .row .carousel .inner .thumbnails .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.products-details .row .carousel .inner .thumbnails .item .see-more {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-details .row .carousel .inner .thumbnails .item .see-more .mdi {
  color: white;
  font-size: 24px;
  position: relative;
  top: 2px;
}

@media (max-width: 992px) {
  .products-details {
    margin-top: 90px;
  }
  .products-details .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .products-details .row .details,
  .products-details .row .carousel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
  .products-details .row .details {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .products-details .row .details .inner {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .products-details .row .details .inner .price-inner {
    border-radius: 0 0 16px 16px;
    border: none;
  }
}

/*#endregion -------------- Products Details */
/*#region ----------------- Default Title */
.default-title {
  margin-bottom: 20px;
}

.default-title h2 {
  font-size: 18px;
  color: #353638;
}

/*#endregion -------------- Default Title */
/*#region ----------------- Footer */
.footer {
  padding: 50px 0 0 0;
  background-color: #302e36;
}

.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer-inner .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  height: 100%;
}

.footer .footer-inner .col .inner {
  padding: 10px 30px;
}

.footer .footer-inner .col .inner img {
  width: 180px;
}

.footer .footer-inner .col .inner .title {
  background-color: #26252b;
  padding: 10px 15px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.footer .footer-inner .col .inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.footer .footer-inner .col .inner ul li .right {
  font-size: 24px;
  color: #ccc;
}

.footer .footer-inner .col .inner ul li .right [class^='icon-'],
.footer .footer-inner .col .inner ul li .right [class*=' icon-'] {
  margin-left: 8px;
  font-size: 22px;
}

.footer .footer-inner .col .inner ul li .left {
  font-size: 14px;
  color: white;
}

.footer .footer-inner .col .inner ul li a {
  display: block;
  font-size: 14px;
  color: white;
  padding: 8px;
}

.footer .footer-inner .col .inner ul li a:hover {
  color: #ff6e60;
}

.footer .copyright {
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: white;
  margin-top: 20px;
  background-color: #3c3a44;
}

@media (max-width: 1199px) {
  .footer .footer-inner .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .footer .footer-inner .col.logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 50%;
  }
  .footer .footer-inner .col.logo .inner {
    text-align: center;
    padding: 0 0 20px 0;
  }
}

@media (max-width: 768px) {
  .footer .footer-inner .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .footer .footer-inner .col .inner .title {
    display: block;
    text-align: center;
  }
}

/*#endregion -------------- Footer */
/*#region ----------------- Steps Level */
.steps-level {
  margin: 140px 0 30px 0;
}

.steps-level .step-content {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #e1e1e3;
  padding: 18px 0;
}

.steps-level .step-content .step-inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.steps-level .step-content .step-inner .item {
  text-align: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
}

.steps-level .step-content .step-inner .item .text {
  font-size: 13px;
  font-weight: 500;
  color: #676869;
}

.steps-level .step-content .step-inner .item .icon {
  width: 20px;
  height: 20px;
  background-color: #979899;
  border-radius: 50%;
  position: absolute;
  bottom: -28px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 10;
}

.steps-level .step-content .step-inner .item .line {
  background-color: #979899;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -20px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 1;
}

.steps-level .step-content .step-inner .item.active .text {
  color: #ff6e60;
}

.steps-level .step-content .step-inner .item.active .icon {
  background-color: #ff6e60;
}

.steps-level .step-content .step-inner .item.active .line {
  background-color: #ff6e60;
}

@media (max-width: 992px) {
  .steps-level {
    margin-top: 80px;
  }
}

@media (max-width: 370px) {
  .steps-level .step-content .step-inner .item .text {
    font-size: 10px;
  }
}

/*#endregion -------------- Steps Level */
/*#region ----------------- Select Custom */
.form-control {
  margin-bottom: 15px;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #676869;
  vertical-align: middle;
  background: #ffffff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzZBNkE2QSI+PHBhdGggZD0iTTcuNDEsOC41OEwxMiwxMy4xN0wxNi41OSw4LjU4TDE4LDEwTDEyLDE2TDYsMTBMNy40MSw4LjU4WiIgLz48L3N2Zz4=) no-repeat left 0.2rem center/24px 20px;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 38px;
}

.custom-select option {
  color: #979899;
}

.custom-select option:disabled {
  color: #676869;
}

/*#endregion -------------- Select Custom */
.peeek-loading {
  background-color: #fff;
  overflow: hidden;
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9998;
  left: 0;
  right: 0;
  height: 100vw;
  width: 100%;
}

.peeek-loading ul {
  position: absolute;
  left: calc(50% - 0.7em);
  top: calc(28% - 4.2em);
  display: inline-block;
  text-indent: 2.8em;
}

.peeek-loading ul li:after {
  width: 1.4em;
  height: 1.4em;
  background-color: #ff6e60;
  border-radius: 100%;
}

.peeek-loading ul li:after,
.peeek-loading ul:after {
  content: '';
  display: block;
}

.peeek-loading ul:after {
  position: absolute;
  top: 2.8em;
}

.peeek-loading li {
  position: absolute;
  padding-bottom: 5.6em;
  top: 0;
  left: 0;
}

.peeek-loading li:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}

.peeek-loading li:nth-child(1):after {
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}

.peeek-loading li:nth-child(2) {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.peeek-loading li:nth-child(2):after {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.peeek-loading li:nth-child(3) {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}

.peeek-loading li:nth-child(3):after {
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}

.peeek-loading li:nth-child(4) {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.peeek-loading li:nth-child(4):after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.peeek-loading li:nth-child(5) {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
  -webkit-animation-delay: 0.625s;
          animation-delay: 0.625s;
}

.peeek-loading li:nth-child(5):after {
  -webkit-animation-delay: 0.625s;
          animation-delay: 0.625s;
}

.peeek-loading li:nth-child(6) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.peeek-loading li:nth-child(6):after {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.peeek-loading li:nth-child(7) {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
  -webkit-animation-delay: 0.875s;
          animation-delay: 0.875s;
}

.peeek-loading li:nth-child(7):after {
  -webkit-animation-delay: 0.875s;
          animation-delay: 0.875s;
}

.peeek-loading li:nth-child(8) {
  -webkit-transform: rotate(252deg);
          transform: rotate(252deg);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.peeek-loading li:nth-child(8):after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.peeek-loading li:nth-child(9) {
  -webkit-transform: rotate(288deg);
          transform: rotate(288deg);
  -webkit-animation-delay: 1.125s;
          animation-delay: 1.125s;
}

.peeek-loading li:nth-child(9):after {
  -webkit-animation-delay: 1.125s;
          animation-delay: 1.125s;
}

.peeek-loading li:nth-child(10) {
  -webkit-transform: rotate(324deg);
          transform: rotate(324deg);
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.peeek-loading li:nth-child(10):after {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.peeek-loading li {
  -webkit-animation: dotAnimation 2.5s infinite;
          animation: dotAnimation 2.5s infinite;
}

@-webkit-keyframes dotAnimation {
  0%,
  55%,
  100% {
    padding: 0 0 5.6em 0;
  }
  5%,
  50% {
    padding: 2.8em 0;
  }
}

@keyframes dotAnimation {
  0%,
  55%,
  100% {
    padding: 0 0 5.6em 0;
  }
  5%,
  50% {
    padding: 2.8em 0;
  }
}

.peeek-loading li:after {
  -webkit-animation: dotAnimationTwo 2.5s infinite;
          animation: dotAnimationTwo 2.5s infinite;
}

@-webkit-keyframes dotAnimationTwo {
  0%,
  55%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5%,
  50% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

/*#region ----------------- Custom Radio */
.custom-radio {
  display: block;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio input:checked ~ .checkmark {
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
}

.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

.custom-radio .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.custom-radio .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff6e60;
}

.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-radio .text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto;
      grid-template-columns: 50px auto;
}

.custom-radio .text .icon {
  position: relative;
  top: -5px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-radio .text .icon .mdi {
  font-size: 28px;
  color: #676869;
}

.custom-radio .text .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-radio .text .desc b {
  font-size: 16px;
  font-weight: 600;
  color: #676869;
  margin-bottom: 10px;
}

.custom-radio .text .desc small {
  font-size: 14px;
  font-weight: 400;
  color: #979899;
}

/*#endregion -------------- Custom Radio */
/*#region ----------------- Checkbox Custom */
.checkbox-label {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #676869;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: right;
}

.checkbox-label:hover input ~ .checkmark {
  opacity: 0.7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-label input:checked ~ .checkmark {
  background-color: #ff6e60;
}

.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-label .checkmark:after {
  content: "\F012C";
  font-family: "Material Design Icons";
  position: absolute;
  right: 1px;
  top: -1px;
  color: #ffffff;
  font-size: 18px;
}

.checkmark {
  position: absolute;
  top: -3px;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: #f5f5f5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/*#endregion -------------- Checkbox Custom */
/*#region ----------------- Cart Content */
.cart-content {
  margin-bottom: 80px;
}

.cart-content .cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-content .cart-row .products-cart-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cart-content .cart-row .cart-price-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  width: 380px;
}

.cart-content .cart-row .cart-list-inner .cart-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px auto 220px;
      grid-template-columns: 250px auto 220px;
  background-color: white;
  border: 1px solid #e1e1e3;
  border-radius: 15px;
  margin-bottom: 20px;
}

.cart-content .cart-row .cart-list-inner .cart-item a {
  display: block;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-cover {
  padding: 10px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-cover .image-content-pic {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-radius: 8px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-cover .image-content-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-cover .image-content-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-info {
  padding: 15px 0 15px 10px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-info h2 {
  font-size: 16px;
  font-weight: 600;
  color: #353638;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-info .select-size,
.cart-content .cart-row .cart-list-inner .cart-item .cart-info .select-color {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto;
      grid-template-columns: 50px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-info .select-size label,
.cart-content .cart-row .cart-list-inner .cart-item .cart-info .select-color label {
  font-size: 15px;
  font-weight: 600;
  color: #676869;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-info .select-size .form-control,
.cart-content .cart-row .cart-list-inner .cart-item .cart-info .select-color .form-control {
  width: 180px;
  margin-bottom: 0;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price {
  background-color: #f8f8f8;
  border-right: 1px solid #e1e1e3;
  border-radius: 16px 0 0 16px;
  padding: 15px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .number-products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px auto 40px;
      grid-template-columns: 40px auto 40px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .number-products .btn-plus {
  background-color: white;
  border: 1px solid #e1e1e3;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .number-products .btn-plus:hover {
  background-color: #ff6e60;
  border-color: #ff6e60;
  color: white;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .number-products .btn-plus .mdi {
  font-size: 18px;
  position: relative;
  top: 1px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .number-products .btn-plus [class^='icon-'],
.cart-content .cart-row .cart-list-inner .cart-item .cart-price .number-products .btn-plus [class*=' icon-'] {
  font-size: 18px !important;
  position: relative !important;
  top: 4px !important;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .number-products .btn-plus.add {
  border-radius: 0 10px 10px 0;
  border-left: none;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .number-products .btn-plus.minus {
  border-radius: 10px 0 0 10px;
  border-right: none;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .number-products .input {
  width: 100%;
  height: 100%;
  border: 1px solid #e1e1e3;
  border-right: none;
  border-left: none;
  text-align: center;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .delete {
  text-align: center;
  margin-top: 1rem;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .delete .btn-delete {
  background-color: transparent;
  color: #979899;
  border: none;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .delete .btn-delete .mdi {
  margin-left: 5px;
  font-size: 17px;
  position: relative;
  top: 2px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .delete .btn-delete [class^='icon-'],
.cart-content .cart-row .cart-list-inner .cart-item .cart-price .delete .btn-delete [class*=' icon-'] {
  margin-left: 5px;
  font-size: 17px;
  position: relative;
  top: 2px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  position: relative;
  min-height: 60px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .price-content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 15px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .price-content .price .real {
  font-size: 20px;
  font-weight: 800;
  color: #ff6e60;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .price-content .price .off {
  font-size: 20px;
  font-weight: 800;
  color: #ff6e60;
  margin-top: 5px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .price-content .text {
  position: relative;
  top: -3px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .price-content .text .toman {
  font-size: 15px;
  font-weight: 600;
  color: #ff6e60;
  position: relative;
  top: 5px;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .price-content .text .precentage {
  background-color: #ff6e60;
  position: relative;
  top: -5px;
  padding: 3px 5px 1px 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.cart-content .cart-row .cart-list-inner .cart-item .cart-price .price-content.off-code .price .real {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  color: #979899;
  font-size: 15px;
  font-weight: 600;
}

.cart-content .cart-row .cart-price-list {
  padding-right: 20px;
  margin-bottom: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.cart-content .cart-row .cart-price-list .price-list-inner {
  background-color: white;
  border: 1px solid #e1e1e3;
  padding: 20px;
  border-radius: 10px;
}

.cart-content .cart-row .cart-price-list .price-list-inner .title {
  font-size: 14px;
  font-weight: 600;
  color: #353638;
}

.cart-content .cart-row .cart-price-list .price-list-inner .list {
  margin-top: 1.5rem;
}

.cart-content .cart-row .cart-price-list .price-list-inner .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #353638;
  margin-bottom: 10px;
}

.cart-content .cart-row .cart-price-list .price-list-inner p {
  margin: 20px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  color: #979899;
}

.cart-content .cart-row .cart-price-list .next-level {
  margin-top: 10px;
}

.cart-content .cart-row .cart-price-list .next-level .btn {
  width: 100%;
}

.cart-content .cart-row .description,
.cart-content .cart-row .payment-method,
.cart-content .cart-row .recipient-information {
  background-color: white;
  border: 1px solid #e1e1e3;
  border-radius: 15px;
  padding: 20px;
}

.cart-content .cart-row .recipient-information .form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.cart-content .cart-row .recipient-information .form-row .form-input {
  padding: 0 10px;
}

.cart-content .cart-row .recipient-information .choose-address .address-inner .address-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto;
      grid-template-columns: 50px auto;
}

.cart-content .cart-row .recipient-information .choose-address .address-inner .address-item .form-radio {
  position: relative;
  top: 25px;
}

.cart-content .cart-row .recipient-information .choose-address .address-inner .address-item .form-radio .custom-radio {
  width: 50px;
  height: 50px;
  display: block;
  padding: 0;
  max-width: unset;
}

.cart-content .cart-row .recipient-information .choose-address .address-inner .address-item .address-info .row-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px auto;
      grid-template-columns: 150px auto;
}

.cart-content .cart-row .recipient-information .choose-address .address-inner .address-item .address-info .row-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15% 15% 20% 40% 10%;
      grid-template-columns: 15% 15% 20% 40% 10%;
}

.cart-content .cart-row .recipient-information .choose-address .address-inner .address-item .address-info .form-input {
  padding: 0 5px;
}

.cart-content .cart-row .recipient-information .choose-address .address-inner .address-item .address-info .detele-address {
  position: relative;
  padding: 0 5px;
  text-align: left;
}

.cart-content .cart-row .recipient-information .choose-address .address-inner .address-item .address-info .detele-address .btn-delete {
  position: relative;
  top: 25px;
  width: 42px;
  height: 42px;
  background-color: white;
  border: 1px solid #e1e1e3;
  border-radius: 10px;
  color: #676869;
  padding: 0;
  cursor: pointer;
}

.cart-content .cart-row .recipient-information .choose-address .address-inner .address-item .address-info .detele-address .btn-delete .mdi {
  font-size: 22px;
}

.cart-content .cart-row .recipient-information .choose-address .address-inner .address-item .address-info .detele-address .btn-delete:hover {
  color: #ff6e60;
  border-color: #ff6e60;
}

.cart-content .cart-row .recipient-information .choose-address .address-inner .address-item .address-info .select-from-map {
  position: relative;
  top: 25px;
  padding: 0 5px;
}

.cart-content .cart-row .recipient-information .choose-address .address-inner .address-item .address-info .select-from-map .btn {
  height: 42px;
  width: 100%;
  min-width: unset;
}

.cart-content .cart-row .recipient-information .choose-address .add-address {
  text-align: center;
  margin-top: 2rem;
}

.cart-content .cart-row .recipient-information .choose-address .add-address .btn {
  border-color: #ff6e60;
  color: #ff6e60;
}

.cart-content .cart-row .recipient-information .info-title {
  margin-top: 2rem;
}

.cart-content .cart-row .description,
.cart-content .cart-row .payment-method {
  margin-top: 20px;
}

.cart-content .cart-row .info-title {
  font-size: 18px;
  margin-bottom: 1.5rem;
  color: #353638;
}

.cart-content .cart-row .payment-method {
  margin-bottom: 20px;
}

.cart-content .cart-row .payment-method .choose-payment .form-radio {
  margin-bottom: 30px;
}

.cart-content .cart-row .payment-method .payment-alert p {
  font-size: 14px;
  font-weight: 400;
  color: #ff6e60;
}

.cart-content .return-from-payment {
  margin-top: 40px;
}

.cart-content .return-from-payment .payment-status {
  width: 500px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #e1e1e3;
  border-radius: 15px;
}

.cart-content .return-from-payment .payment-status .status-inner {
  padding: 15px;
}

.cart-content .return-from-payment .payment-status .status-inner .image {
  text-align: center;
  width: 300px;
  margin: 0 auto 30px auto;
}

.cart-content .return-from-payment .payment-status .status-inner .image img {
  width: 100%;
}

.cart-content .return-from-payment .payment-status .status-inner h2 {
  font-size: 18px;
  font-weight: 600;
  color: #353638;
  text-align: center;
  margin-bottom: 10px;
}

.cart-content .return-from-payment .payment-status .status-inner h4 {
  font-size: 14px;
  font-weight: 400;
  color: #676869;
  text-align: center;
}

.cart-content .return-from-payment .payment-status .status-inner .list-details {
  margin-top: 40px;
}

.cart-content .return-from-payment .payment-status .status-inner .list-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  text-align: center;
}

.cart-content .return-from-payment .payment-status .status-inner .list-details li .name,
.cart-content .return-from-payment .payment-status .status-inner .list-details li .desc {
  font-size: 14px;
  font-weight: 400;
  color: #676869;
}

.cart-content .return-from-payment .payment-status .status-inner .list-details li .name.bold,
.cart-content .return-from-payment .payment-status .status-inner .list-details li .desc.bold {
  font-size: 16px;
  font-weight: 600;
  color: #353638;
}

.cart-content .return-from-payment .payment-status .status-inner .payment-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

.cart-content .return-from-payment .payment-status .status-inner .payment-buttons .btn {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.cart-content .return-from-payment .payment-status .status-inner .payment-buttons .btn-default-outline {
  border-color: #ff6e60;
  color: #ff6e60;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .cart-content .cart-row .cart-list-inner .cart-item {
    -ms-grid-columns: 200px auto 200px;
        grid-template-columns: 200px auto 200px;
  }
  .cart-content .cart-row .cart-list-inner .cart-item .cart-info .select-size .form-control,
  .cart-content .cart-row .cart-list-inner .cart-item .cart-info .select-color .form-control {
    width: 100%;
  }
  .cart-content .cart-row .cart-price-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
  }
}

@media (max-width: 992px) {
  .cart-content .cart-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-content .cart-row .products-cart-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  .cart-content .cart-row .cart-price-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .cart-content .cart-row .cart-list-inner .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart-content .cart-row .cart-list-inner .cart-item .cart-cover {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
  .cart-content .cart-row .cart-list-inner .cart-item .cart-info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cart-content .cart-row .cart-list-inner .cart-item .cart-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 1rem;
    border-radius: 0 0 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart-content .cart-row .cart-list-inner .cart-item .cart-price .number-products,
  .cart-content .cart-row .cart-list-inner .cart-item .cart-price .delete {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .cart-content .cart-row .cart-list-inner .cart-item .cart-price .delete {
    margin-top: 0;
  }
  .cart-content .cart-row .recipient-information
.choose-address
.address-inner
.address-item
.address-info .row-2 {
    -ms-grid-columns: 33.33% 33.33% 33.33%;
        grid-template-columns: 33.33% 33.33% 33.33%;
  }
  .cart-content .cart-row .recipient-information
.choose-address
.address-inner
.address-item
.address-info .select-from-map,
  .cart-content .cart-row .recipient-information
.choose-address
.address-inner
.address-item
.address-info .detele-address .btn-delete {
    top: 0;
  }
  .cart-content .cart-row .recipient-information
.choose-address
.address-inner
.address-item
.address-info .detele-address {
    text-align: right;
  }
}

@media (max-width: 575px) {
  .cart-content .cart-row .recipient-information
.choose-address
.address-inner
.address-item
.address-info .row-1 {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .cart-content .cart-row .recipient-information
.choose-address
.address-inner
.address-item
.address-info .row-2 {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
  }
  .cart-content .cart-row .recipient-information
.choose-address
.address-inner
.address-item
.address-info .select-from-map {
    top: 25px;
  }
  .cart-content .return-from-payment .payment-status {
    width: 100%;
  }
  .cart-content .return-from-payment .payment-status .status-inner .image {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .cart-content .cart-row .cart-list-inner .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart-content .cart-row .cart-list-inner .cart-item .cart-cover {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .cart-content .cart-row .cart-list-inner .cart-item .cart-cover .image-content-pic {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .cart-content .cart-row .cart-list-inner .cart-item .cart-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 15px;
  }
}

@media (max-width: 450px) {
  .cart-content .cart-row .recipient-information
.choose-address
.address-inner
.address-item
.address-info .row-1 {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .cart-content .cart-row .recipient-information
.choose-address
.address-inner
.address-item
.address-info .row-2 {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .cart-content .cart-row .recipient-information
.choose-address
.address-inner
.address-item
.address-info .select-from-map {
    top: 0;
  }
  .cart-content .cart-row .recipient-information
.choose-address
.address-inner
.address-item
.address-info .detele-address {
    padding-top: 15px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .cart-content .return-from-payment .payment-status .status-inner .list-details li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .cart-content .return-from-payment .payment-status .status-inner .list-details li .name {
    margin-bottom: 10px;
  }
}

@media (max-width: 370px) {
  .cart-content .cart-row .cart-list-inner .cart-item .cart-price .number-products,
  .cart-content .cart-row .cart-list-inner .cart-item .cart-price .delete {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .cart-content .cart-row .cart-list-inner .cart-item .cart-price .delete {
    margin-top: 15px;
  }
}

/*#endregion -------------- Cart Content */
/*#region ----------------- Sidebar Cart */
.side-basket-wrapper {
  z-index: 2100;
  height: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

#side-basket {
  width: 350px;
  position: fixed;
  top: 0;
  left: -400px;
  height: 100vh;
  z-index: 2002;
  background: white;
  border-right: 1px solid #e1e1e3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#side-basket.active {
  left: 0;
}

#side-basket #dismiss-basket,
#side-basket .delete-basket {
  position: absolute;
  top: 13px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #676869;
  padding: 0;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: none;
  z-index: 60;
}

#side-basket #dismiss-basket .mdi,
#side-basket .delete-basket .mdi {
  font-size: 22px;
  position: relative;
  top: 1px;
}

#side-basket #dismiss-basket [class^='icon-'],
#side-basket #dismiss-basket [class*=' icon-'],
#side-basket .delete-basket [class^='icon-'],
#side-basket .delete-basket [class*=' icon-'] {
  font-size: 22px;
  position: relative;
  top: 4px;
}

#side-basket #dismiss-basket:hover,
#side-basket .delete-basket:hover {
  background-color: #e8e8e8;
}

#side-basket .delete-basket {
  left: 10px;
}

#side-basket #dismiss-basket {
  right: 10px;
}

#side-basket .basket-header {
  text-align: center;
  padding: 20px 0 10px 0;
  font-weight: 400;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 50;
}

#side-basket .basket-header .order-numbers {
  font-size: 14px;
  font-weight: 600;
  color: #353638;
}

#side-basket .basket-header .send-cost {
  font-size: 13px;
  font-weight: 400;
  color: #ff6e60;
  margin-bottom: 0;
  width: 100%;
}

#side-basket .basket-pays {
  padding: 10px;
  z-index: 50px;
  background-color: white;
  -webkit-box-shadow: 0 -10px 20px -8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -10px 20px -8px rgba(0, 0, 0, 0.05);
}

#side-basket .basket-pays .alert {
  background-color: rgba(63, 219, 103, 0.1);
  padding: 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #3fdb67;
}

#side-basket .basket-pays .goto-cart {
  width: 100%;
  display: block;
  position: relative;
  color: white;
  background-color: #ff6e60;
  border-radius: 10px;
  margin-top: 10px;
  padding: 15px;
}

#side-basket .basket-pays .goto-cart:hover {
  background-color: #ff5747;
}

#side-basket .basket-pays .goto-cart .count-price {
  position: absolute;
  left: 10px;
  top: 8px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}

#side-basket .basket-pays .goto-cart .btn-text {
  font-size: 14px;
  font-weight: 500;
}

.basket-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2001;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.basket-overlay.active {
  display: block;
  opacity: 1;
}

.basket-list-item {
  padding: 10px;
  height: calc(100% - 190px);
  overflow-y: auto;
  background-color: white;
}

.basket-list-item .item {
  border-bottom: 1px solid #e1e1e3;
  padding: 10px 0;
}

.basket-list-item .item:last-child {
  border-bottom: none;
}

.basket-list-item .item .item-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px auto;
      grid-template-columns: 70px auto;
}

.basket-list-item .item .item-inner .product-image {
  width: 70px;
}

.basket-list-item .item .item-inner .product-image a {
  display: block;
}

.basket-list-item .item .item-inner .product-image .image-content-pic {
  width: 100%;
  height: 70px;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-radius: 8px;
}

.basket-list-item .item .item-inner .product-image .image-content-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.basket-list-item .item .item-inner .product-image .image-content-pic img {
  width: 100%;
  height: 100%;
  padding: 5px !important;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.basket-list-item .item .item-inner .product-info {
  padding-right: 10px;
}

.basket-list-item .item .item-inner .product-info a {
  display: block;
}

.basket-list-item .item .item-inner .product-info .name {
  font-size: 13px;
  font-weight: 400;
  color: #353638;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22px;
  margin-bottom: 0.8rem;
}

.basket-list-item .item .item-inner .product-info .filters {
  font-size: 13px;
  font-weight: 400;
  color: #353638;
  margin-bottom: 0.3rem;
}

.basket-list-item .item .item-inner .product-info .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket-list-item .item .item-inner .product-info .data .price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 60px;
}

.basket-list-item .item .item-inner .product-info .data .price-content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 8px;
}

.basket-list-item .item .item-inner .product-info .data .price-content .price .real {
  font-size: 16px;
  font-weight: 800;
  color: #ff6e60;
}

.basket-list-item .item .item-inner .product-info .data .price-content .price .off {
  font-size: 16px;
  font-weight: 800;
  color: #ff6e60;
  margin-top: 5px;
}

.basket-list-item .item .item-inner .product-info .data .price-content .text {
  position: relative;
  top: -3px;
}

.basket-list-item .item .item-inner .product-info .data .price-content .text .toman {
  font-size: 13px;
  font-weight: 600;
  color: #ff6e60;
  position: relative;
  top: 5px;
}

.basket-list-item .item .item-inner .product-info .data .price-content .text .precentage {
  background-color: #ff6e60;
  position: relative;
  top: -5px;
  padding: 3px 5px 1px 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  color: white;
}

.basket-list-item .item .item-inner .product-info .data .price-content.off-code .price .real {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  color: #979899;
  font-size: 13px;
  font-weight: 600;
}

.basket-list-item .item .item-inner .product-info .data .number-products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px auto 30px;
      grid-template-columns: 30px auto 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
}

.basket-list-item .item .item-inner .product-info .data .number-products .btn-plus {
  background-color: white;
  border: 1px solid #e1e1e3;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
}

.basket-list-item .item .item-inner .product-info .data .number-products .btn-plus:hover {
  background-color: #ff6e60;
  border-color: #ff6e60;
  color: white;
}

.basket-list-item .item .item-inner .product-info .data .number-products .btn-plus .mdi {
  font-size: 18px;
  position: relative;
  top: 1px;
}

.basket-list-item .item .item-inner .product-info .data .number-products .btn-plus [class^='icon-'],
.basket-list-item .item .item-inner .product-info .data .number-products .btn-plus [class*=' icon-'] {
  font-size: 18px !important;
  position: relative !important;
  top: 4px !important;
}

.basket-list-item .item .item-inner .product-info .data .number-products .btn-plus.add {
  border-radius: 0 10px 10px 0;
  border-left: none;
}

.basket-list-item .item .item-inner .product-info .data .number-products .btn-plus.minus {
  border-radius: 10px 0 0 10px;
  border-right: none;
}

.basket-list-item .item .item-inner .product-info .data .number-products .input {
  width: 100%;
  height: 100%;
  border: 1px solid #e1e1e3;
  border-right: none;
  border-left: none;
  text-align: center;
}

@media (max-width: 400px) {
  #side-basket {
    width: 100%;
  }
}

/*#endregion -------------- Sidebar Cart */
/*#region ----------------- Input Styles */
.form-input {
  position: relative;
  margin-bottom: 20px;
}

.form-input .input-title {
  font-size: 13px;
  font-weight: 400;
  color: #676869;
  display: block;
  margin-bottom: 10px;
}

.form-input .input {
  width: 100%;
  height: 42px;
  border: 1px solid #e1e1e3;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #676869;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-input .input:hover, .form-input .input:active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-input .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-input .icon .mdi {
  font-size: 24px;
  color: #979899;
}

.form-input.isIcon .input {
  padding-right: 45px;
}

.form-input.isIcon .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-textarea .textarea {
  width: 100%;
  border: 1px solid #e1e1e3;
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #676869;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-textarea .textarea:hover, .form-textarea .textarea:active {
  border-color: #ff6e60;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*#endregion -------------- Input Styles */
.modal-popup {
  margin: 1.75rem auto;
}

.modal-popup .modal-dialog-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-popup .modal-content {
  border-radius: 15px;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
  border: none;
  max-height: 500px;
}

.modal-popup .modal-content .modal-body {
  padding: 0;
}

.modal-popup .modal-big-image .btn-modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 50;
  background-color: transparent;
  border: none;
}

.modal-popup .modal-big-image .btn-modal-close .mdi {
  font-size: 24px;
  color: white;
}

.modal-popup .modal-big-image .modal-cover .img-inner {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.modal-popup .modal-big-image .modal-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.modal-popup .modal-big-image .modal-cover .product-info {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  direction: rtl;
}

.modal-popup .modal-big-image .modal-cover .product-info .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 120px;
      grid-template-columns: auto 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.61);
  font-family: 'Shabnam';
}

.modal-popup .modal-big-image .modal-cover .product-info .inner .info .name {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Shabnam' !important;
  color: #303233;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal-popup .modal-big-image .modal-cover .product-info .inner .info .price {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Shabnam' !important;
  color: #404558;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal-popup .modal-big-image .modal-cover .product-info .inner .button {
  text-align: left;
}

.modal-popup .item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 0;
  border-radius: 12px 12px 15px 15px;
}

.modal-popup .content {
  opacity: 1;
}

.modal-popup .content .caption {
  position: absolute;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.78)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78));
  z-index: 2;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding: 100px 20px 20px 20px;
  color: #fff;
  font-family: 'IRANSans';
}

.modal-popup .content .caption .small {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  margin-top: 12px;
  text-indent: 3px;
  opacity: 0.7;
  letter-spacing: 1px;
}

.modal-popup .content .shadow {
  position: relative;
  z-index: 1;
  top: -15px;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 98%;
  height: 50px;
  opacity: 0.6;
  -webkit-filter: blur(15px) contrast(2);
          filter: blur(15px) contrast(2);
}

.modal-popup .close {
  outline: 0;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
}

.modal-popup .close svg {
  width: 100%;
  height: 100%;
}

.modal-popup .popup {
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.2s;
  transition: opacity 0.5s ease-in-out 0.2s;
}

.modal-popup .popup.pop {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

.modal-popup .popup.pop .content {
  margin-top: 0;
  opacity: 1;
}

@-webkit-keyframes poppy {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
            transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
            transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
            transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
            transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
            transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
            transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
            transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
            transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
            transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
            transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
            transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
            transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
            transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
            transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
            transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
            transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}

@keyframes poppy {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
            transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
            transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
            transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
            transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
            transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
            transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
            transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
            transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
            transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
            transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
            transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
            transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
            transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
            transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
            transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
            transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}

/*#region ----------------- Profile Styles */
.profile-main-content {
  margin: 150px 0 80px 0;
}

.profile-main-content .profile-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 370px auto;
      grid-template-columns: 370px auto;
}

.profile-main-content .profile-grid .profile-side-menu {
  padding-left: 10px;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .profile-header {
  padding: 15px;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .profile-header .header-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px auto;
      grid-template-columns: 60px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .profile-header .header-inner .image {
  width: 50px;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .profile-header .header-inner .image .mdi {
  font-size: 40px;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .profile-header .header-inner .name h4 {
  font-size: 14px;
  font-weight: 600;
  color: #353638;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .profile-header .header-inner .name p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #676869;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .profile-header .wallet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #e1e1e3;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .profile-header .wallet .name {
  font-size: 14px;
  font-weight: 400;
  color: #353638;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .profile-header .wallet .name [class^='icon-'],
.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .profile-header .wallet .name [class*=' icon-'] {
  margin-left: 10px;
  font-size: 24px;
  position: relative;
  top: 5px;
  line-height: 0;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .profile-header .wallet .name .mdi {
  margin-left: 5px;
  font-size: 24px;
  position: relative;
  top: 5px;
  line-height: 0;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .profile-header .wallet .desc {
  font-size: 14px;
  font-weight: 400;
  color: #353638;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .side-menu-list ul {
  padding-bottom: 5px;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .side-menu-list ul .item {
  padding: 12px 15px;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .side-menu-list ul .item a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #353638;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .side-menu-list ul .item .mdi {
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-left: 10px;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .side-menu-list ul .item [class^='icon-'],
.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .side-menu-list ul .item [class*=' icon-'] {
  font-size: 24px !important;
  position: relative;
  top: 3px;
  margin-left: 10px;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .side-menu-list ul .item.br {
  padding-bottom: 0;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .side-menu-list ul .item.br a {
  border-bottom: 1px solid #e1e1e3;
  padding-bottom: 10px;
}

.profile-main-content .profile-grid .profile-side-menu .side-menu-inner .side-menu-list ul .item:hover a {
  color: #ff6e60;
}

.profile-main-content .profile-grid .profile-information {
  padding-right: 10px;
}

.profile-main-content .profile-grid .profile-information .information-inner {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.profile-main-content .profile-grid .profile-information .information-inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 15px;
}

.profile-main-content .profile-grid .profile-information .information-inner .title .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile-main-content .profile-grid .profile-information .information-inner .title .text h4 {
  font-size: 16px;
  font-weight: 500;
  color: #353638;
  margin-bottom: 0;
}

.profile-main-content .profile-grid .profile-information .information-inner .title .text .btn-back {
  width: 40px;
}

.profile-main-content .profile-grid .profile-information .information-inner .title .text .btn-back .mdi {
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: 4px;
  color: #676869;
}

.profile-main-content .profile-grid .profile-information .information-inner .title.br {
  border-bottom: 1px solid #e1e1e3;
}

.profile-main-content .profile-grid .profile-information .information-inner .title .btn-link {
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: blue;
}

.profile-main-content .profile-grid .profile-information .information-inner .title .btn-link .mdi {
  margin-left: 5px;
  font-size: 20px;
  position: relative;
  top: 4px;
  line-height: 0;
}

.profile-main-content .profile-grid .profile-information .information-inner .input-group-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-main-content .profile-grid .profile-information .information-inner .input-group-grid .group-item {
  padding: 15px;
  border-left: 1px solid #e1e1e3;
  border-bottom: 1px solid #e1e1e3;
}

.profile-main-content .profile-grid .profile-information .information-inner .input-group-grid .group-item .input-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.profile-main-content .profile-grid .profile-information .information-inner .input-group-grid .group-item .input-header h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #676869;
}

.profile-main-content .profile-grid .profile-information .information-inner .input-group-grid .group-item .input-header .btn-edit {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #676869;
}

.profile-main-content .profile-grid .profile-information .information-inner .input-group-grid .group-item .input-header .btn-edit .mdi {
  font-size: 22px;
}

.profile-main-content .profile-grid .profile-information .information-inner .input-group-grid .group-item .input {
  width: 100%;
  height: 48px;
  border: 1px solid #e1e1e3;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
}

.profile-main-content .profile-grid .profile-information .information-inner .input-group-grid .group-item .input:hover, .profile-main-content .profile-grid .profile-information .information-inner .input-group-grid .group-item .input:active {
  border-color: #ff6e60;
}

.profile-main-content .profile-grid .mobile-profile-SideMenu {
  margin-bottom: 20px;
  display: none;
}

.profile-main-content .profile-grid .mobile-profile-SideMenu .btn-show-profile-SideMenu {
  background-color: white;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  padding: 15px 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 400;
  color: #353638;
}

.profile-main-content .profile-grid .mobile-profile-SideMenu .btn-show-profile-SideMenu .mdi {
  margin-left: 5px;
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: 5px;
}

.card-order {
  margin-top: 20px;
}

.card-order .card-h {
  background-color: #f5f5f5;
  border: 1px solid #e1e1e3;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-order .card-h .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-order .card-h .info .id,
.card-order .card-h .info .date,
.card-order .card-h .info .status {
  font-size: 13px;
  font-weight: 400;
  color: #353638;
}

.card-order .card-h .info .date {
  padding: 0 15px;
  margin: 0 10px;
  position: relative;
}

.card-order .card-h .info .date::before, .card-order .card-h .info .date::after {
  content: '';
  position: absolute;
  top: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #676869;
}

.card-order .card-h .info .date::before {
  right: 0;
}

.card-order .card-h .info .date::after {
  left: 0;
}

.card-order .card-h .see-details .btn-link {
  background-color: transparent;
  font-size: 13px;
  font-weight: 400;
}

.card-order .card-b {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 180px;
      grid-template-columns: auto 180px;
  border: 1px solid #e1e1e3;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

.card-order .card-b .thumb-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.card-order .card-b .thumb-group .thumb {
  margin-left: 15px;
  border: 2px solid transparent;
  border-radius: 9px;
}

.card-order .card-b .thumb-group .thumb a {
  display: block;
}

.card-order .card-b .thumb-group .thumb .image-content-pic {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-radius: 8px;
}

.card-order .card-b .thumb-group .thumb .image-content-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.card-order .card-b .thumb-group .thumb .image-content-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.card-order .card-b .thumb-group .thumb:hover {
  border-color: #ff6e60;
}

.card-order .card-b .thumb-group .more-thumb {
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #676869;
}

.card-order .card-b .order-price {
  border-right: 1px solid #e1e1e3;
  text-align: center;
  padding: 20px;
}

.card-order .card-b .order-price .number {
  font-size: 14px;
  font-weight: 400;
  color: #353638;
  margin-bottom: 12px;
}

.card-order .card-b .order-price .price-title {
  font-size: 12px;
  font-weight: 400;
  color: #979899;
  margin-bottom: 10px;
}

.card-order .card-b .order-price .price {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .profile-main-content .profile-grid {
    -ms-grid-columns: 300px auto;
        grid-template-columns: 300px auto;
  }
}

@media (max-width: 992px) {
  .profile-main-content {
    margin-top: 80px;
  }
  .profile-main-content .profile-grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .profile-main-content .profile-grid .profile-side-menu {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1200;
  }
  .profile-main-content .profile-grid .profile-side-menu .side-menu-inner {
    border-radius: 0;
    height: 100%;
    width: 250px;
    z-index: 50;
    position: fixed;
    top: 0;
    right: -250px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .profile-main-content .profile-grid .profile-side-menu .overlay-Profile {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
  }
  .profile-main-content .profile-grid .profile-side-menu.active {
    visibility: visible;
    opacity: 1;
  }
  .profile-main-content .profile-grid .profile-side-menu.active .side-menu-inner {
    right: 0;
  }
  .profile-main-content .profile-grid .profile-side-menu.active .overlay-Profile {
    display: block;
  }
  .profile-main-content .profile-grid .profile-information {
    padding: 0;
  }
  .profile-main-content .profile-grid .mobile-profile-SideMenu {
    display: block;
  }
}

@media (max-width: 575px) {
  .profile-main-content .profile-grid .profile-information .information-inner .input-group-grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .profile-main-content .profile-grid .profile-information .information-inner .input-group-grid .group-item {
    border: none;
    border-bottom: 1px solid #e1e1e3;
  }
  .card-order .card-h .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .card-order .card-h .info .date {
    margin: 10px 0;
    padding: 0;
  }
  .card-order .card-h .info .date::before, .card-order .card-h .info .date::after {
    display: none;
  }
  .card-order .card-b {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .card-order .card-b .thumb-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-order .card-b .thumb-group .thumb .image-content-pic {
    width: 45px;
    height: 45px;
  }
  .card-order .card-b .thumb-group .more-thumb {
    width: 45px;
    height: 45px;
  }
  .card-order .card-b .order-price {
    border-top: 1px solid #e1e1e3;
    border-right: none;
  }
}

/*#endregion -------------- Profile Styles */
/*#region ----------------- Tabs Content Styles */
#myTabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #e1e1e3;
  padding: 0 10px;
}

#myTabs ul .item {
  height: 56px;
}

#myTabs ul .item .link {
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #676869;
  border: none;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  text-align: center;
  cursor: pointer;
}

#myTabs ul .item .link .badge {
  width: 25px;
  height: 25px;
  color: white;
  border-radius: 7px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#myTabsContent .tabs-inner {
  padding: 15px;
  display: none;
}

#myTabsContent .tabs-inner.active {
  display: block;
}

@media (max-width: 768px) {
  #myTabs ul .item .link {
    padding: 0.5rem 1rem;
    font-size: 13px;
    font-weight: 500;
  }
  #myTabs ul .item .link .badge {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 575px) {
  #myTabs ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #myTabs ul .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  #myTabs ul .item .link {
    padding: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*#endregion -------------- Tabs Content Styles */
/*#region ----------------- Factors */
.factor-content {
  padding: 15px;
}

.factor-content .factor-header {
  background-color: #f5f5f5;
  border-radius: 10px 10px 0 0;
  border: 1px solid #e1e1e3;
  padding: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 250px;
      grid-template-columns: auto 250px;
}

.factor-content .factor-header .info .id {
  font-size: 13px;
  font-weight: 500;
  color: #353638;
}

.factor-content .factor-header .info .id span {
  display: inline-block;
  white-space: nowrap;
  margin-left: 5px;
}

.factor-content .factor-header .info .id .date {
  padding: 0 15px;
  margin: 0 10px;
  position: relative;
}

.factor-content .factor-header .info .id .date::before, .factor-content .factor-header .info .id .date::after {
  content: '';
  position: absolute;
  top: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #676869;
}

.factor-content .factor-header .info .id .date::before {
  right: 0;
}

.factor-content .factor-header .info .id .date::after {
  left: 0;
}

.factor-content .factor-header .info .receiver {
  font-size: 13px;
  font-weight: 400;
  color: #353638;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.factor-content .factor-header .info .receiver span {
  color: #979899;
  display: inline-block;
  white-space: nowrap;
  margin-left: 5px;
}

.factor-content .factor-header .info .receiver .rec {
  margin-left: 20px;
}

.factor-content .factor-header .info .address {
  font-size: 13px;
  font-weight: 400;
  color: #353638;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 25px;
}

.factor-content .factor-header .info .address span {
  color: #979899;
  display: inline-block;
  white-space: nowrap;
  margin-left: 5px;
}

.factor-content .factor-header .status .label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #353638;
  margin-bottom: 15px;
}

.factor-content .factor-header .status .status-progress {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 6px;
  border-radius: 20px;
  position: relative;
}

.factor-content .factor-header .status .status-progress .fill-progress {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  border-radius: 20px;
}

.factor-content .factor-header .status .status-progress.level-1 .fill-progress {
  width: 25%;
}

.factor-content .factor-header .status .status-progress.level-2 .fill-progress {
  width: 50%;
}

.factor-content .factor-header .status .status-progress.level-3 .fill-progress {
  width: 75%;
}

.factor-content .factor-header .status .status-progress.level-4 .fill-progress {
  width: 100%;
}

.factor-content .factor-body {
  border: 1px solid #e1e1e3;
  border-top: none;
  padding-bottom: 15px;
}

.factor-content .factor-body .card-factor {
  padding: 15px 15px 0 15px;
}

.factor-content .factor-body .card-factor .card-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px auto;
      grid-template-columns: 190px auto;
  padding: 10px;
  border: 1px solid #e1e1e3;
  border-radius: 10px;
  position: relative;
}

.factor-content .factor-body .card-factor .card-inner .cover a {
  display: block;
}

.factor-content .factor-body .card-factor .card-inner .cover .image-content-pic {
  width: 180px;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-radius: 8px;
}

.factor-content .factor-body .card-factor .card-inner .cover .image-content-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.factor-content .factor-body .card-factor .card-inner .cover .image-content-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.factor-content .factor-body .card-factor .card-inner .info .name {
  font-size: 16px;
  font-weight: 600;
  color: #353638;
  margin-bottom: 1.2rem;
  line-height: 26px;
  padding-left: 80px;
}

.factor-content .factor-body .card-factor .card-inner .info .property {
  font-size: 14px;
  font-weight: 400;
  color: #353638;
  margin-bottom: 10px;
}

.factor-content .factor-body .card-factor .card-inner .info .property span {
  color: #979899;
}

.factor-content .factor-body .card-factor .card-inner .reorder {
  position: absolute;
  top: 15px;
  left: 15px;
}

.factor-content .factor-body .card-factor .card-inner .reorder a {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.factor-content .factor-footer {
  background-color: #f5f5f5;
  border: 1px solid #e1e1e3;
  border-top: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 0 10px 10px;
}

.factor-content .factor-footer .price,
.factor-content .factor-footer .send {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #353638;
}

.factor-content .factor-footer .price .detail-order-title,
.factor-content .factor-footer .send .detail-order-title {
  width: 170px;
}

.factor-content .factor-footer .price span,
.factor-content .factor-footer .send span {
  color: #676869;
}

@media (max-width: 1199px) {
  .factor-content .factor-header {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .factor-content .factor-header .status {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .factor-content .factor-header .info .receiver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5px 0 0 0;
  }
  .factor-content .factor-header .info .receiver .rec,
  .factor-content .factor-header .info .receiver .phone {
    margin: 5px 0;
  }
  .factor-content .factor-body .card-factor .card-inner {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .factor-content .factor-body .card-factor .card-inner .info {
    margin-top: 15px;
  }
}

@media (max-width: 450px) {
  .factor-content .factor-body .card-factor .card-inner .cover .image-content-pic {
    width: 100%;
    height: 170px;
  }
  .factor-content .factor-body .card-factor .card-inner .reorder {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    margin-top: 10px;
  }
}

/*#endregion -------------- Factors */
/*#region ----------------- Address */
.address-content {
  padding: 0 15px 15px 15px;
  margin-top: 20px;
}

.address-content .address-item {
  margin-bottom: 2rem;
}

.address-content .address-item .address-title {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #676869;
}

.address-content .address-item .address-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto;
      grid-template-columns: 50px auto;
}

.address-content .address-item .address-inner .form-radio {
  width: 42px;
  height: 42px;
  position: relative;
  top: 6px;
}

.address-content .address-item .address-inner .address-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 20% 20% 20% 20%;
      grid-template-columns: 20% 20% 20% 20% 20%;
  row-gap: 20px;
  grid-row-gap: 20px;
      grid-template-areas: 'subject state state city city'
 'fulladdress fulladdress postalcode postalcode buttons';
}

.address-content .address-item .address-inner .address-form .form-input {
  padding: 0 5px;
  margin-bottom: 0;
}

.address-content .address-item .address-inner .address-form .form-input.subject {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: subject;
}

.address-content .address-item .address-inner .address-form .form-input.state {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: state;
}

.address-content .address-item .address-inner .address-form .form-input.city {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: city;
}

.address-content .address-item .address-inner .address-form .form-input.postalcode {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: postalcode;
}

.address-content .address-item .address-inner .address-form .form-input.fulladdress {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: fulladdress;
}

.address-content .address-item .address-inner .address-form .buttons {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
  grid-area: buttons;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.address-content .address-item .address-inner .address-form .buttons .detele-address,
.address-content .address-item .address-inner .address-form .buttons .book-address {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

.address-content .address-item .address-inner .address-form .detele-address,
.address-content .address-item .address-inner .address-form .book-address {
  height: 42px;
}

.address-content .address-item .address-inner .address-form .detele-address .btn-delete,
.address-content .address-item .address-inner .address-form .detele-address .btn-book,
.address-content .address-item .address-inner .address-form .book-address .btn-delete,
.address-content .address-item .address-inner .address-form .book-address .btn-book {
  width: 95%;
  height: 42px;
  color: #ffffff;
  padding: 0;
  font-size: 24px;
  border-radius: 10px;
  cursor: pointer;
}

.address-content .address-item .address-inner .address-form .detele-address .btn-delete,
.address-content .address-item .address-inner .address-form .book-address .btn-delete {
  border: 1px solid #e1e1e3;
}

.address-content .address-item .address-inner .address-form .detele-address .btn-book,
.address-content .address-item .address-inner .address-form .book-address .btn-book {
  border: 1px solid #3fdb67 !important;
  color: #3fdb67 !important;
}

.address-content .add-new-address {
  text-align: center;
  margin-top: 2rem;
}

.address-content .add-new-address .btn-default-outline {
  border-color: #ff6e60;
  color: #ff6e60;
}

@media (max-width: 768px) {
  .address-content .address-item .address-inner .address-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        grid-template-areas: 'subject state'
 'city postalcode'
 'fulladdress fulladdress'
 'buttons buttons';
  }
}

@media (max-width: 575px) {
  .address-content .address-item .address-inner .address-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-template-areas: 'subject'
 'state'
 'city'
 'postalcode'
 'fulladdress'
 'buttons';
  }
}

/*#endregion -------------- Address */
.carousel-loading,
.post-image-loading,
.small-post-image-loading,
.post-logo-loading {
  width: 100%;
}

.carousel-loading::after,
.post-image-loading::after,
.small-post-image-loading::after,
.post-logo-loading::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.carousel-loading {
  height: 500px;
  background: lightgrey !important;
}

.carousel-loading::after {
  border-radius: 1rem;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(lightgrey 500px, transparent 0);
  background-size: 200px 500px, 100% 100%;
  background-position: -150% 0, 0 500px, 0 0;
}

.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.slick-dots li:last-child {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.slick-list {
  direction: ltr;
}

[class^='MegaArrow__Wrapper'] {
  display: none !important;
}

.slick-slider:hover [class^='MegaArrow__Wrapper'] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-dots {
  bottom: 10px !important;
}

.slick-dots li button:before {
  opacity: 1;
  font-size: 10px !important;
  font-size: 10px;
  color: #f0f0f1;
}

.slick-dots li.slick-active button:before {
  color: #ff6e60;
  opacity: 1;
}

.inner-slick-dots {
  bottom: 0;
}

.slider-full-height {
  height: 100%;
}

.slider-full-height .slick-list {
  height: 100%;
}

.slider-full-height .slick-track {
  height: 100%;
}

.slider-full-height .slick-slide {
  height: 100%;
}

.slider-full-height .slick-slide > div {
  height: 100%;
}

.center-slider .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  margin: 0;
}

@keyframes carouselLoading {
  to {
    background-position: calc(100% + 150px) 0, 0 500px, 0 0;
  }
}

@-webkit-keyframes carouselLoading {
  to {
    background-position: calc(100% + 150px) 0, 0 500px, 0 0;
  }
}

.modal-dialog .modal-content {
  border-radius: 15px;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
  border: none;
  max-height: 500px;
}

.modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal-dialog .address-modal {
  min-height: 330px;
  max-height: 330px;
  max-width: 100%;
  margin: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-dialog .address-modal .item {
  flex: 100%;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  width: 100%;
  text-align: center;
  text-align: -webkit-center;
}

.modal-dialog .address-modal .item h5 {
  font-weight: 800;
  font-size: 20px;
  width: 86px;
  height: 21px;
  white-space: nowrap;
}

.modal-dialog .address-modal .item h6 {
  font-weight: 600;
  font-size: 17px;
  width: 272px;
  height: 43px;
  margin-top: 6px;
  white-space: nowrap;
}

.modal-dialog .address-modal .item .btn {
  width: 100%;
  height: 52px;
}

.modal-dialog .address-modal .item .img {
  height: 98px;
  width: 109px;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-dialog.auth-modal {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.modal-dialog.auth-modal .modal-content {
  min-height: 300px;
}

.modal-dialog.auth-modal .modal-content-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-dialog.auth-modal .modal-content .modal-body-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-dialog.auth-modal .modal-content .modal-body-wrapper [class*='AuthWrapper'] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.modal-dialog.auth-modal .modal-content .modal-body-wrapper .normal-user-form {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-dialog.payment-modal .modal-content {
  height: 300px;
}

.modal-dialog.payment-modal .modal-content .modal-content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-dialog .auth-modal-login-form .auth-container-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.modal-dialog-address .modal-dialog-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-dialog-address .address-modal {
  min-height: 330px;
  max-height: 330px;
  max-width: 100%;
  margin: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-dialog-address .address-modal .item {
  flex: 100%;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  width: 100%;
  text-align: center;
  text-align: -webkit-center;
}

.modal-dialog-address .address-modal .item h5 {
  font-weight: 800;
  font-size: 20px;
  width: 100%;
  height: 21px;
  white-space: nowrap;
}

.modal-dialog-address .address-modal .item h6 {
  font-weight: 600;
  font-size: 17px;
  width: 100%;
  height: 43px;
  margin-top: 6px;
  white-space: nowrap;
}

.modal-dialog-address .address-modal .item .btn {
  width: 100%;
  height: 52px;
}

.modal-dialog-address .address-modal .item .img {
  height: 98px;
  width: 109px;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-dialog-address .modal-content {
  width: 50%;
}

@media (max-width: 1200px) {
  .modal-dialog-address .modal-content {
    width: 40% !important;
  }
}

@media (max-width: 900px) {
  .modal-dialog-address .modal-content {
    width: 100% !important;
  }
}

/*#region ----------------- Mobile Navbar Price */
.mobile-navbar-price {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1010;
  background-color: white;
  border-top: 1px solid #e1e1e3;
  padding: 2px 0;
}

.mobile-navbar-price .inner-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.mobile-navbar-price .price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 60px;
}

.mobile-navbar-price .price-content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 8px;
}

.mobile-navbar-price .price-content .price .real {
  font-size: 16px;
  font-weight: 800;
  color: #ff6e60;
}

.mobile-navbar-price .price-content .price .off {
  font-size: 16px;
  font-weight: 800;
  color: #ff6e60;
  margin-top: 5px;
}

.mobile-navbar-price .price-content .text {
  position: relative;
  top: -3px;
}

.mobile-navbar-price .price-content .text .toman {
  font-size: 13px;
  font-weight: 600;
  color: #ff6e60;
  position: relative;
  top: 5px;
}

.mobile-navbar-price .price-content .text .precentage {
  background-color: #ff6e60;
  position: relative;
  top: -5px;
  padding: 3px 5px 1px 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  color: white;
}

.mobile-navbar-price .price-content.off-code .price .real {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  color: #979899;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .mobile-navbar-price {
    display: block;
  }
}

/*#endregion -------------- Mobile Navbar Price */
[class*='react-images__'],
[class*='react-images__'] * {
  direction: ltr !important;
}

img.react-images__view-image {
  max-height: 100vh !important;
}

.mega-slider-wrapper {
  min-height: 330px;
  max-height: 450px;
}

.slick-list {
  direction: ltr;
}

[class^='MegaArrow__Wrapper'] {
  display: none !important;
}

.slick-slider:hover [class^='MegaArrow__Wrapper'] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-dots {
  bottom: 10px !important;
}

.slick-dots li button:before {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #ff6e60;
  opacity: 1;
}

@media (max-width: 575.98px) {
  .mega-slider-wrapper {
    min-height: 130px !important;
  }
}

/*#region ----------------- Tiles */
.tileList--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tileList--inner .tileList--tileItem {
  margin-left: 20px;
}

.tileList--inner .tileList--tileItem:last-child {
  margin-left: 0;
}

.tileList--inner .tileList--tileItem a {
  display: block;
}

.tileList--inner .tileList--tileItem--inner {
  width: 215px;
  height: 215px;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  overflow: hidden;
  padding: 20px;
}

.tileList--inner .tileList--tileItem--image {
  width: 55%;
  height: 55%;
  margin-bottom: 15px;
}

.tileList--inner .tileList--tileItem--image--wrapper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.tileList--inner .tileList--tileItem--image--wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tileList--inner .tileList--tileItem--desc--text {
  color: #353638;
  font-size: 1.1rem;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .tileList--inner .tileList--tileItem {
    margin-left: 20px;
  }
  .tileList--inner .tileList--tileItem:last-child {
    margin-left: 0;
  }
  .tileList--inner .tileList--tileItem--inner {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 992px) {
  .tileList--inner .tileList--tileItem {
    margin-left: 15px;
  }
  .tileList--inner .tileList--tileItem:last-child {
    margin-left: 0;
  }
  .tileList--inner .tileList--tileItem--inner {
    width: 160px;
    height: 160px;
  }
}

/*#endregion -------------- Tiles */
.scrollable-container-wrapper:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(26.42%, #ffffff), color-stop(84.57%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #ffffff 26.42%, rgba(255, 255, 255, 0) 84.57%);
  z-index: 100;
}

.scrollable-container {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: scroll;
  /* Hide scrollbar  */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scrollable-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

/*#region ----------------- Search Filters  */
.search-filters {
  display: none;
}

.search-filters-desktop {
  display: block;
}

.search-filters-desktop--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-filters-desktop--inner .filterMenu {
  position: relative;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.search-filters-desktop--inner .filterMenu--title {
  cursor: pointer;
  padding: 10px 12px;
  border: 1px solid transparent;
  font-size: 0.98rem;
  border-radius: 10px;
}

.search-filters-desktop--inner .filterMenu--title.active {
  border: 1px solid #c3c3c3;
}

.search-filters-desktop--inner .filterMenu--title .title-text {
  margin-left: 12px;
  font-size: 0.95rem;
}

.search-filters-desktop--inner .filterMenu--title .title-icon {
  font-weight: bold;
}

.search-filters-desktop--inner .filterMenu--dropdown {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 120;
  border-radius: 10px;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner {
  width: 300px;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .search-input-box {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .search-input-box .search-input {
  border-bottom: 1px solid #b5b3b3 !important;
  border-top: none;
  border-right: none;
  border-left: none;
  width: 100%;
  padding: 8px;
  margin-right: 0px;
  font-size: 0.92rem;
  font-weight: 400;
  color: #555;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .search-input-box i.icon-zoom {
  font-size: 0.97rem;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .filter-items--inner .filter-items--values {
  height: 180px;
  overflow: auto;
  padding: 0px 1rem;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .filter-items--inner .filter-items--values::-webkit-scrollbar {
  background-color: #c4c4c4;
  width: 2px;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .filter-items--inner .filter-items--values::-webkit-scrollbar-thumb {
  background-color: #151515;
  display: block;
  height: 10px;
  width: 5px;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .filter-items--inner .filter-range--values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .filter-items--inner .filter-range--values span {
  margin: 0 8px;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .filter-items--inner .filter-range--values input.range-value {
  display: block;
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 8px 10px;
  font-size: 0.96rem;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .filter-items--inner .filter-switch--value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .filter-items--inner .filter-switch--value span {
  margin-left: 10px;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .filter-items--inner .valueItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .filter-items--inner .valueItem--label {
  margin-right: 1rem;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .actionButtons {
  margin-top: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .actionButtons button.actionBtn {
  height: 40px;
  border: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #111;
  border-color: #111;
  color: #eee;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .actionButtons button.actionBtn.disabled {
  cursor: not-allowed;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .actionButtons button.actionBtn * {
  font-size: 1rem;
  color: white;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .actionButtons .actionBtn.applyFilters-btn {
  width: 110px;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .actionButtons .actionBtn.reset-btn {
  width: 40px;
  height: 40px;
  margin-left: 8px;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .actionButtons .actionBtn.applyFilters-btn.disabled {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  color: #eee;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .actionButtons .actionBtn.reset-btn.disabled {
  background-color: transparent;
}

.search-filters-desktop--inner .filterMenu--dropdown--inner .actionButtons .actionBtn.reset-btn.disabled i {
  color: #111;
}

@media (max-width: 768px) {
  .search-filters {
    display: block;
    width: 100%;
    z-index: 1030;
    position: fixed;
    font-size: 0.95rem;
    top: 58px;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0 2px 4px 0 #eee;
            box-shadow: 0 2px 4px 0 #eee;
  }
  .search-filters.open {
    overflow: auto;
    height: calc(100% - 55px);
  }
  .search-filters.open .remove-filters-button {
    display: block;
  }
  .search-filters--inner {
    min-height: auto !important;
    padding: 20px;
  }
  .search-filters--header--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .search-filters--header--inner .title {
    display: none;
    font-size: 0.93rem;
    font-weight: 400;
    color: #555;
    margin: 0;
  }
  .search-filters--header--inner .title.opener {
    display: block;
    cursor: pointer;
  }
  .search-filters--header--inner i {
    display: inline-block;
    color: #797979;
    font-size: 11px;
    font-weight: 600;
    margin-left: 10px;
    cursor: pointer;
    margin-top: -2px;
  }
  .search-filters--header--inner .remove-filters-button {
    display: none;
    font-size: inherit;
    border: none;
    background-color: transparent;
    color: #168bf7;
  }
  .search-filters--body {
    display: none;
    margin-top: 1.5rem;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] {
    margin-bottom: 1rem;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item][data-state='collapsed'] i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-button] {
    color: #a0a0a0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 18px;
    border: none;
    background-color: #f5f5f5;
    border-radius: 10px;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-button] .accordian-item--title {
    margin: 0;
    color: inherit;
    font-size: inherit;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-button] i {
    color: inherit;
    font-size: 17px;
    font-weight: 600;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .accordian-panel--inner {
    padding: 8px 0;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .panel-row {
    margin: 0.5rem 0;
    color: #202020;
    font-size: inherit;
    border-radius: 3px;
    cursor: pointer;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .panel-row--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 18px;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .panel-row--item:hover {
    background-color: #f9f9f9;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .panel-row .radio-btn {
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .range-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .range-filter .values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .range-filter .values .range-input {
    width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    padding: 12px 8px;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 0.94rem;
    color: #555;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .range-filter .submit {
    width: 100%;
    text-align: left;
  }
  .search-filters--body--accordian [data-reach-accordion] [data-reach-accordion-item] [data-reach-accordion-panel] .range-filter .submit button {
    background-color: #168bf7;
    color: #ffffff;
    border: none;
    padding: 0.6rem 0.8rem !important;
  }
  .search-filters--body--switch-filters--inner {
    padding: 10px 10px;
  }
  .search-filters--body--switch-filters--inner .switchFilter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .search-filters.open .search-filters--body {
    display: block;
  }
  .search-filters-desktop {
    display: none;
  }
}

/*#endregion -------------- Search Filters */
/*#region ----------------- Blog Cards */
.blogSection--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogSection--list .blogCard {
  height: 410px;
  width: 25%;
  margin-left: 20px;
}

.blogSection--list .blogCard:last-child {
  margin: 0;
}

.blogSection--list .blogCard--inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  border: 1px solid #dddddd;
  overflow: hidden;
}

.blogSection--list .blogCard--inner a {
  display: block;
  width: 100%;
  height: 100%;
}

.blogSection--list .blogCard--inner--up {
  width: 100%;
  height: 65%;
  background-color: #eee;
}

.blogSection--list .blogCard--inner--up--imageWrapper {
  width: 100%;
  height: 100%;
}

.blogSection--list .blogCard--inner--up--imageWrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

.blogSection--list .blogCard--inner--up--imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogSection--list .blogCard--inner--bottom {
  padding: 20px 15px 0 15px;
  width: 100%;
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blogSection--list .blogCard--inner--bottom--title {
  margin-bottom: 1rem;
}

.blogSection--list .blogCard--inner--bottom--title h5 {
  color: #353638;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.blogSection--list .blogCard--inner--bottom--link {
  color: #353638;
  text-align: left;
}

.blogSection--list .blogCard--inner--bottom--link span {
  color: #676869;
  font-size: 0.97rem;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .blogCard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media (max-width: 992px) {
  .blogCard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media (max-width: 768px) {
  .blogCard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

@media (max-width: 400px) {
  .blogSection--list .blogCard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    height: 290px !important;
  }
  .blogSection--list .blogCard--inner--up {
    height: 47%;
  }
  .blogSection--list .blogCard--inner--bottom {
    height: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .blogSection--list .blogCard--inner--bottom--title h5 {
    font-size: 0.9rem;
  }
  .blogSection--list .blogCard--inner--bottom--link span {
    font-size: 0.88rem;
  }
}

/*#endregion -------------- Blog Cards */
.sectionHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444;
  margin-bottom: 25px;
  font-size: 1.2rem;
}

.sectionHeader .sectionHeader--title {
  font-size: inherit;
  color: inherit;
  margin: 0 !important;
  white-space: pre;
}

.sectionHeader .sectionHeader--more {
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: inherit !important;
}

.sectionHeader .sectionHeader--more i {
  font-size: 18px;
  margin-right: 10px;
}

.sectionHeader .sectionHeader--line {
  height: 2px;
  width: 100%;
}

.sectionHeader .sectionHeader--line--inner {
  width: 100%;
  height: 2px;
  margin: 0 20px;
  background-color: #ddd;
}

/*#region ----------------- X - Catch Error */
.bred {
  border: 1px dashed red;
}

.bgreen {
  border: 1px dashed green;
}

.bblue {
  border: 1px dashed blue;
}

/*#endregion -------------- X - Catch Error */
._1bpcM {
  margin-bottom: 60px !important;
}
/*# sourceMappingURL=main.css.map */