
body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins" ,sans-serif;
}

.group__input {
  width: 100%;
  position: relative;
}
.group__input.pass > input {
  padding-right: 50px;
}
.group__input.pass > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 12px;
  bottom: 8px;
}
.group__input.pass > a.active svg path {
  stroke: #184468;
}
.group__input > p {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #2C2E2F;
}
.group__input > input, .group__input > select {
  width: 100%;
  height: 48px;
  border: 1px solid #D0CFCF;
  border-radius: 6px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
.group__input > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 45px;
  background: url("../img/selectarrow.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: calc(100% - 10px) center;
}

.regular-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 48px;
  background: #094B81;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
  border: 0px;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.regular-btn:hover {
  background-color: #184468;
}

.login__wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login__wrapper .login__box {
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  max-width: 430px;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}
.login__wrapper .login__box form {
  width: 100%;
}
.login__wrapper .login__box form .group__input {
  margin-bottom: 15px;
}
.login__wrapper .login__box form .group__submit {
  margin-top: 23px;
}
.login__wrapper .login__box form .forgot__pass {
  margin-top: 15px;
}
.login__wrapper .login__box form .forgot__pass > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  line-height: 18px;
  color: #2C2E2F;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.login__wrapper .login__box form .forgot__pass > a:hover {
  opacity: .7;
}
.login__wrapper .login__box form > h6 {
  margin-bottom: 45px;
  margin-top: 0px;
  font-size: 26px;
  font-weight: 500;
  color: #2C2E2F;
  text-align: center;
}
.login__wrapper .login__box form > span {
  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;
  margin-bottom: 25px;
}
.login__wrapper .login__box form > span > img {
  max-width: 210px;
}
.login__wrapper > .login__side {
  min-width: 675px;
  background: url("../imgs/login.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.container {
  max-width: 1450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

header {
  border-bottom: 1px solid #D3DFE5;
  width: 100%;
  background-color: #fff;
}
header .outer__header {
  padding: 15px 0px;
  position: relative;
}
header .outer__header .profile {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 2;
}
header .outer__header .profile > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 20px;
  color: #094B81;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .outer__header .profile > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
header .outer__header > p {
  margin: 0px;
  font-size: 20px;
  line-height: 32px;
  color: #094B81;
  font-weight: 600;
  text-align: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.dark__bg {
  background: #F5F5F5;
}

.secondary__header {
  background-color: #fff;
}
.secondary__header .outer__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.secondary__header .outer__secondary > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  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;
}
.secondary__header .outer__secondary > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}
.secondary__header .outer__secondary > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  color: #2C2E2F;
  font-weight: 400;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.secondary__header .outer__secondary > ul > li > a:hover {
  color: #094B81;
}
.secondary__header .outer__secondary > ul > li > a:hover span svg path {
  stroke: #094B81;
}
.secondary__header .outer__secondary > ul > li > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}
.secondary__header .outer__secondary > ul > li > a span svg {
  width: 20px;
}
.secondary__header .outer__secondary > ul > li > a span svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.secondary__header .outer__secondary > ul > li:last-child {
  margin-right: 0px;
}
.secondary__header .outer__secondary form {
  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;
  width: 100%;
  max-width: 640px;
  position: relative;
}
.secondary__header .outer__secondary form button {
  cursor: pointer;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0px;
  background-color: transparent;
  outline: none;
  left: 5px;
}
.secondary__header .outer__secondary form .group__input > input {
  height: 43px;
  padding-left: 45px;
  padding-right: 15px;
}
.secondary__header .outer__secondary .product__online > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #2C2E2F;
  font-weight: 600;
}
.secondary__header .outer__secondary .product__online > p span {
  color: #069DFF;
}

.menu__wrapper {
  background-color: #fff;
  border-top: 1px solid #D3DFE5;
}
.menu__wrapper .outer__menu {
  padding: 12px 0px;
  padding-bottom: 7px;
  overflow-x: auto;
}
.menu__wrapper .outer__menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.menu__wrapper .outer__menu::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 5px;
  height: 8px;
}
.menu__wrapper ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  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-bottom: 5px;
}
.menu__wrapper ul li {
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__wrapper ul li:last-child {
  margin-right: 0px;
}
.menu__wrapper ul li > a {
  white-space: nowrap;
  text-decoration: none;
  font-size: 15px;
  line-height: 23px;
  color: #2C2E2F;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.menu__wrapper ul li > a span svg.stroke {
  position: relative;
  top: 2px;
}
.menu__wrapper ul li > a:hover {
  color: #094B81;
}
.menu__wrapper ul li > a:hover span svg.stroke path {
  stroke: none;
  fill: #094B81 !important;
}
.menu__wrapper ul li > a:hover span svg path {
  stroke: #094B81;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.menu__wrapper ul li > a.active {
  color: #094B81;
  font-weight: 500;
}
.menu__wrapper ul li > a.active span path {
  stroke: #094B81;
}
.menu__wrapper ul li > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}

.main__content {
  padding-top: 25px;
  padding-bottom: 25px;
}
.main__content .dashboard__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main__content .dashboard__content > .divDash > .dash__right {
  width: calc(100% - 320px);
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash {
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ {
  padding: 15px;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 24px;
  color: #2C2E2F;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .bottom {
  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;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .bottom ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  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;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .bottom ul > li > a {
  font-size: 13px;
  line-height: 19px;
  color: #2C2E2F;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .bottom ul > li > a:hover {
  opacity: .7;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .bottom ul > li.spacer {
  margin: 0px 10px;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .bottom > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .bottom > a:hover {
  opacity: .7;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid {
  margin-bottom: 20px;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ {
  margin-bottom: 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;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls {
  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;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls > a {
  margin-right: 12px;
  min-height: 45px;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls > a.outline-btn {
  min-height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
  color: #2C2E2F;
  text-decoration: none;
  border: 1px solid #A0A5B8;
  border-radius: 6px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls > a.outline-btn:hover {
  background-color: #A0A5B8;
  color: #fff;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls > a.regular-btn {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: initial;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls > a:last-child {
  margin-right: 0px;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .price {
  min-width: 150px;
  max-width: 150px;
  text-align: center;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .price > p {
  margin: 0px;
  font-size: 15px;
  line-height: 20px;
  color: #2C2E2F;
  font-weight: 600;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .ship__info {
  min-width: 200px;
  max-width: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .ship__info > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 16px;
  color: #2C2E2F;
  font-weight: 600;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .ship__info > span.status {
  font-weight: 400;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .ship__info > p {
  margin: 0px;
  font-size: 15px;
  line-height: 24px;
  color: #2C2E2F;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .ship__info > p a {
  text-decoration: underline;
  color: #0270BA;
  font-size: 15px;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__:last-child {
  margin-bottom: 0px;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper {
  width: 100%;
  overflow-x: auto;
  max-height: 320px;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 5px;
  height: 8px;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper table {
  width: 100%;
  border-collapse: collapse;
  max-height: 320px;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper table tr:last-child td {
  border-bottom: 0px;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper table tr td {
  padding: 10px 15px;
  border-bottom: 1px solid #F5F5F5;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper table tr td .payment__info {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper table tr td .payment__info > span {
  font-size: 12px;
  line-height: 18px;
  color: #2C2E2F;
  font-weight: 400;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper table tr td .payment__info > p {
  white-space: nowrap;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #2C2E2F;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper table tr td .payment__info > p a {
  text-decoration: underline;
  color: #0270BA;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper table tr td > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: #2C2E2F;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .head__ {
  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 15px;
  background: #EAEBED;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .head__ .left__ {
  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;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .head__ .left__ .desc__ {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .head__ .left__ .desc__ > p {
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .head__ .left__ .desc__ > span {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .head__ .left__ > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 7px;
  min-width: 42px;
  max-width: 42px;
  min-height: 42px;
  max-height: 42px;
  border-radius: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .head__ .left__ > span img {
  max-width: 30px;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .head__ .right__ {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .head__ .right__ > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-weight: 500;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash .head__ .right__ > a:hover {
  opacity: .7;
}
.main__content .dashboard__content > .divDash > .dash__right .elem__dash:last-child {
  margin-bottom: 0px;
}
.main__content .dashboard__content > .divDash > .dash__left {
  min-width: 300px;
  max-width: 300px;
  margin-right: 20px;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links {
  padding: 15px 20px;
  background: #FFFFFF;
  border-radius: 8px;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick {
  margin-bottom: 15px;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick .grid__ ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick .grid__ ul > li {
  height: 100%;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick .grid__ ul > li > a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #F5F5F5;
  border-radius: 6px;
  padding: 12px 10px;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  color: #2C2E2F;
  text-decoration: none;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick .grid__ ul > li > a:hover span {
  background-color: #094B81;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick .grid__ ul > li > a:hover span svg.fill path {
  fill: #fff;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick .grid__ ul > li > a:hover span svg.stroke path {
  stroke: #fff;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick .grid__ ul > li > a p {
  margin: 0px;
  margin-top: 7px;
  min-height: 38px;
  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;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick .grid__ ul > li > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 52px;
  max-width: 52px;
  min-height: 52px;
  max-height: 52px;
  background: #FFFFFF;
  border-radius: 250px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick .grid__ ul > li > a span svg {
  max-width: 26px;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick .grid__ ul > li > a span svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick > h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #2C2E2F;
  font-weight: 600;
}
.main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick:last-child {
  margin-bottom: 0px;
}
.main__content .dashboard__content > .divDash > .dash__left .sales {
  padding: 15px 20px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 25px;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .content .estimate > p {
  margin: 0px;
  font-size: 12px;
  line-height: 18px;
  color: #4D4D4D;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .content .price__grid {
  margin-bottom: 45px;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .content .price__grid .elem__price {
  margin-bottom: 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;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .content .price__grid .elem__price > span {
  font-size: 16px;
  line-height: 24px;
  color: #2C2E2F;
  font-weight: 400;
  white-space: nowrap;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .content .price__grid .elem__price > p {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #2C2E2F;
  margin-right: 7px;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .content .price__grid .elem__price:last-child {
  margin-bottom: 0px;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .content > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 28px;
  line-height: 30px;
  color: #069DFF;
  font-weight: 600;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .content > p {
  margin: 0px;
  font-size: 13px;
  line-height: 20px;
  color: #2C2E2F;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 10px;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .head__ {
  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;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .head__ .dots {
  position: relative;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .head__ .dots .dropdown__dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 35px;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .head__ .dots .dropdown__dots ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 10px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .head__ .dots .dropdown__dots ul > li {
  margin-bottom: 3px;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .head__ .dots .dropdown__dots ul > li:last-child {
  margin-bottom: 0px;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .head__ .dots .dropdown__dots ul > li > a {
  white-space: nowrap;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  font-size: 14px;
  line-height: 24px;
  color: #2C2E2F;
  font-weight: 400;
  text-decoration: none;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .head__ .dots .dropdown__dots ul > li > a:hover {
  color: #094B81;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .head__ .dots > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}
.main__content .dashboard__content > .divDash > .dash__left .sales .head__ > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #2C2E2F;
  font-weight: 600;
}

footer {
  background: #FFFFFF;
}
footer .outer__footer {
  padding: 12px 0px;
  text-align: center;
}
footer .outer__footer > p {
  margin: 0px;
  font-size: 15px;
  line-height: 22px;
  color: #094B81;
  font-weight: 400;
}

.main__content .dashboard__content > .divDash > .dash__right .elem__dash .head__ .right__ > a {
  white-space: nowrap;
  margin-left: 10px;
}

.side__menu--button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}
.side__menu--button > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.side__menu--button > a.active > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}
.side__menu--button > a.active > span:nth-child(3) {
  bottom: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.side__menu--button > a.active > span:nth-child(2) {
  opacity: 0;
}
.side__menu--button > a:hover {
  background-color: #094B81;
}
.side__menu--button > a:hover > span {
  background-color: #fff;
}
.side__menu--button > a > span {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  min-width: 24px;
  min-height: 3px;
  margin-bottom: 4px;
  position: relative;
  top: 0px;
  bottom: auto;
  border-radius: 3px;
  background-color: #094B81;
}
.side__menu--button > a > span:last-child {
  top: auto;
  bottom: 0px;
  margin-bottom: 0px;
}

.side__menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 290px;
  height: 100%;
  overflow-y: auto;
  z-index: 4;
  background-color: #fff;
  left: -290px;
  -webkit-transition: .6s ease all;
  transition: .6s ease all;
}
.side__menu > .close__side {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 5px;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side__menu > .close__side > span {
  min-width: 28px;
  min-height: 2px;
  border-radius: 3px;
  background-color: #094B81;
  position: relative;
  top: 12px;
}
.side__menu > .close__side > span:nth-child(1) {
  -webkit-transform: rotate(47deg);
          transform: rotate(47deg);
  position: relative;
  top: 14px;
}
.side__menu > .close__side > span:nth-child(2) {
  -webkit-transform: rotate(-46deg);
          transform: rotate(-46deg);
}
.side__menu > .inner__menu {
  padding: 30px 15px;
  padding-top: 48px;
}
.side__menu > .inner__menu > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.side__menu > .inner__menu > ul > li {
  margin-bottom: 15px;
}
.side__menu > .inner__menu > ul > li ul {
  display: none;
}
.side__menu > .inner__menu > ul > li ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 31px;
  margin-top: 10px;
}
.side__menu > .inner__menu > ul > li ul > li {
  margin-bottom: 10px;
}
.side__menu > .inner__menu > ul > li ul > li.dropdown__side > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 10px;
  margin-top: 5px;
}
.side__menu > .inner__menu > ul > li ul > li.dropdown__side > ul > li {
  margin-bottom: 5px;
}
.side__menu > .inner__menu > ul > li ul > li.dropdown__side > ul > li > a {
  font-size: 13px;
}
.side__menu > .inner__menu > ul > li ul > li.dropdown__side > ul > li:last-child {
  margin-bottom: 0px;
}
.side__menu > .inner__menu > ul > li ul > li.dropdown__side > a {
  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;
}
.side__menu > .inner__menu > ul > li ul > li.dropdown__side > a.opened {
  color: #094B81;
}
.side__menu > .inner__menu > ul > li ul > li.dropdown__side > a.opened > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.side__menu > .inner__menu > ul > li ul > li.dropdown__side > a > img {
  max-width: 14px;
  margin-left: 5px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.side__menu > .inner__menu > ul > li ul > li > a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.side__menu > .inner__menu > ul > li ul > li > a.active {
  color: #094B81;
  font-weight: 500;
}
.side__menu > .inner__menu > ul > li ul > li > a:hover {
  color: #094B81;
}
.side__menu > .inner__menu > ul > li ul > li:last-child {
  margin-bottom: 0px;
}
.side__menu > .inner__menu > ul > li > a {
  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-weight: 500;
  color: #000;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  font-size: 16px;
}
.side__menu > .inner__menu > ul > li > a.active {
  font-weight: 500;
}
.side__menu > .inner__menu > ul > li > a.opened, .side__menu > .inner__menu > ul > li > a.active {
  color: #094B81;
}
.side__menu > .inner__menu > ul > li > a.opened svg path, .side__menu > .inner__menu > ul > li > a.active svg path {
  stroke: #094B81;
}
.side__menu > .inner__menu > ul > li > a.opened > img, .side__menu > .inner__menu > ul > li > a.active > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.side__menu > .inner__menu > ul > li > a:hover {
  color: #094B81;
}
.side__menu > .inner__menu > ul > li > a:hover svg path {
  stroke: #094B81;
}
.side__menu > .inner__menu > ul > li > a svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.side__menu > .inner__menu > ul > li > a p {
  margin: 0px;
  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;
}
.side__menu > .inner__menu > ul > li > a p > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.side__menu > .inner__menu > ul > li > a > img {
  margin-left: 5px;
  max-width: 14px;
  -webkit-transition: .4s  ease all;
  transition: .4s  ease all;
}
.side__menu > .inner__menu > ul > li:last-child {
  margin-bottom: 0px;
}
.side__menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.side__menu::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 5px;
  height: 8px;
}

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 4;
}

.container__info {
  width: 100%;
  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;
}
.container__info .main__ {
  width: 100%;
}
.container__info .main__ .double__table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
.container__info .main__ .double__table form .group__input {
  max-width: 220px;
}
.container__info .main__ > div {
  margin-bottom: 20px;
}
.container__info .main__ > div:last-child {
  margin-bottom: 0px;
}
.container__info .main__ .form__wrapper, .container__info .main__ .list__wrapper {
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.container__info .main__ .form__wrapper .content__, .container__info .main__ .list__wrapper .content__ {
  padding: 15px;
}
.container__info .main__ .form__wrapper .title, .container__info .main__ .list__wrapper .title {
  padding: 15px 15px;
  background: #EAEBED;
  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;
}
.container__info .main__ .form__wrapper .title > a, .container__info .main__ .list__wrapper .title > a {
  text-decoration: underline;
  color: #000;
}
.container__info .main__ .form__wrapper .title > h6, .container__info .main__ .list__wrapper .title > h6 {
  margin: 0px;
  font-size: 22px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
}
.container__info .small__menu {
  min-width: 240px;
  max-width: 240px;
  border-radius: 8px;
  background-color: #fff;
  padding: 15px 15px;
  padding-top: 12px;
  margin-right: 20px;
}
.container__info .small__menu .content__ ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-top: 15px;
}
.container__info .small__menu .content__ ul > li {
  margin-bottom: 7px;
}
.container__info .small__menu .content__ ul > li.dropdown__side ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-top: 5px;
  padding-left: 10px;
}
.container__info .small__menu .content__ ul > li.dropdown__side ul > li {
  margin-bottom: 7px;
}
.container__info .small__menu .content__ ul > li.dropdown__side ul > li > a {
  font-size: 13px;
  color: #000;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.container__info .small__menu .content__ ul > li.dropdown__side ul > li > a:hover {
  color: #094B81;
}
.container__info .small__menu .content__ ul > li.dropdown__side ul > li > a.active {
  color: #094B81;
  font-weight: 500;
}
.container__info .small__menu .content__ ul > li.dropdown__side ul > li:last-child {
  margin-bottom: 0px;
}
.container__info .small__menu .content__ ul > li.dropdown__side > a {
  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;
}
.container__info .small__menu .content__ ul > li.dropdown__side > a.active {
  color: #094B81;
  font-weight: 500;
}
.container__info .small__menu .content__ ul > li.dropdown__side > a.opened > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.container__info .small__menu .content__ ul > li.dropdown__side > a > img {
  max-width: 14px;
  margin-left: 5px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.container__info .small__menu .content__ ul > li > a {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.container__info .small__menu .content__ ul > li > a.active {
  color: #094B81;
}
.container__info .small__menu .content__ ul > li > a:hover {
  color: #094B81;
}
.container__info .small__menu .content__ ul > li:last-child {
  margin-bottom: 0px;
}
.container__info .small__menu .title__ {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 0px 15px;
  border-bottom: 1px solid #D3DFE5;
  padding-bottom: 12px;
}
.container__info .small__menu .title__ > h6 {
  font-size: 16px;
  line-height: 22px;
  color: #094B81;
  font-weight: 600;
  margin: 0px;
}

.form__wrapper .group__input {
  margin-bottom: 20px;
}
.form__wrapper .group__input:last-child {
  margin-bottom: 0px;
}

.group__input .banner__picker {
  position: relative;
}
.group__input .banner__picker input {
  position: absolute;
  left: -2000px;
}
.group__input .banner__picker > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 280px;
  text-decoration: none;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 2px dashed #A0A5B8;
}
.group__input .banner__picker > a.picked:hover span {
  opacity: 1;
}
.group__input .banner__picker > a.picked span {
  opacity: 0;
}
.group__input .banner__picker > a span {
  min-width: 40px;
  max-width: 40px;
  padding-top: 3px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 29px;
  color: #fff;
  position: absolute;
  left: 50%;
  background-color: #094B81;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  z-index: 3;
}
.group__input .banner__picker > a > img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.group__input .logo__picker > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 140px;
  max-width: 140px;
  min-height: 140px;
  text-decoration: none;
  position: relative;
  max-height: 140px;
  border-radius: 250px;
  overflow: hidden;
  border: 2px dashed #A0A5B8;
}
.group__input .logo__picker > a.picked:hover span {
  opacity: 1;
}
.group__input .logo__picker > a.picked span {
  opacity: 0;
}
.group__input .logo__picker > a span {
  min-width: 40px;
  padding-top: 3px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 29px;
  color: #fff;
  position: absolute;
  left: 50%;
  z-index: 3;
  background-color: #094B81;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.group__input .logo__picker > a > img {
  max-width: 100%;
  max-height: 100%;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.group__input .logo__picker input {
  position: absolute;
  left: -2500px;
}

.tox-promotion {
  display: none;
}

.tox-mbtn--select:nth-child(1), .tox-mbtn--select:nth-child(3), .tox-mbtn--select:nth-child(4), .tox-statusbar {
  display: none !important;
}

.group__input > textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #D0CFCF;
  border-radius: 6px;
  outline: none;
  padding-left: 15px;
  padding-top: 10px;
  resize: none;
  padding-right: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
.group__input.contact__us > input {
  margin-bottom: 10px;
}
.group__input.contact__us > input:last-child {
  margin-bottom: 0px;
}

.tox.tox-tinymce {
  height: 280px !important;
}

.tox-menubar {
  border-bottom: 2px solid #D3DFE5 !important;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid #D3DFE5 !important;
}

body {
  margin: 0px !important;
}

.main__ .group__submit {
  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;
}
.main__ .group__submit.save__button > button {
  font-size: 16px;
  min-height: 44px;
  padding-left: 50px;
  padding-right: 50px;
}
.main__ .group__submit > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 0px;
  min-height: 50px;
  background-color: #094B81;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.main__ .group__submit > button:hover {
  background-color: #184468;
}

.topic__wrapper .elem__topic {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.topic__wrapper .elem__topic .remove__topic {
  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;
}
.topic__wrapper .elem__topic .remove__topic > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  background-color: #bc1818;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.topic__wrapper .elem__topic .remove__topic > a:hover {
  background-color: #a31e1e;
}
.topic__wrapper .elem__topic .group__input > input {
  margin-bottom: 15px;
}
.topic__wrapper .elem__topic:last-child {
  margin-bottom: 0px;
}

.new__topic {
  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;
  margin-top: 15px;
}
.new__topic > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  background-color: #094B81;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.new__topic > a:hover {
  background-color: #184468;
}

.list__wrapper .product__link {
  color: #000;
  text-decoration: underline;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.list__wrapper .product__link:hover {
  color: #184468;
}
.list__wrapper .content__ {
  padding: 0px !important;
}
.list__wrapper .content__ .table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.list__wrapper .content__ .table-wrapper .add__order {
  width: 190px;
}
.list__wrapper .content__ .table-wrapper .add__button {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.list__wrapper .content__ .table-wrapper td > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.list__wrapper .content__ .table-wrapper td > ul > li {
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
}
.list__wrapper .content__ .table-wrapper td > ul > li:last-child {
  margin-bottom: 0px;
}
.list__wrapper .content__ .table-wrapper .order__detail {
  text-decoration: underline;
  color: #000;
  font-size: 16px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.list__wrapper .content__ .table-wrapper .order__detail:hover {
  opacity: .7;
}
.list__wrapper .content__ .table-wrapper .barcode {
  width: 210px;
}
.list__wrapper .content__ .table-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.list__wrapper .content__ .table-wrapper::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 5px;
  height: 8px;
}
.list__wrapper .content__ .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.list__wrapper .content__ .table-wrapper table .product__name {
  min-width: 280px;
  width: 280px;
}
.list__wrapper .content__ .table-wrapper table .blacklist {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 3px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background-color: #F20807;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.list__wrapper .content__ .table-wrapper table .blacklist:hover {
  background-color: #d01212;
}
.list__wrapper .content__ .table-wrapper table .remove__blacklist {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 3px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background-color: #048005;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.list__wrapper .content__ .table-wrapper table .remove__blacklist:hover {
  background-color: #0c5f0d;
}
.list__wrapper .content__ .table-wrapper table .action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 2px;
}
.list__wrapper .content__ .table-wrapper table .action svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.list__wrapper .content__ .table-wrapper table tr td .action.stroke:hover svg path {
  stroke: #094B81;
}
.list__wrapper .content__ .table-wrapper table tr td .action.fill:hover svg path {
  fill: #094B81;
}
.list__wrapper .content__ .table-wrapper table tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.list__wrapper .content__ .table-wrapper table tr th {
  background-color: #f4f5f6;
  color: #000;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  padding: 10px 15px;
}
.list__wrapper .content__ .table-wrapper table tr th.center {
  text-align: center;
}
.list__wrapper .content__ .table-wrapper table tr th.right {
  text-align: right;
}
.list__wrapper .content__ .table-wrapper table tr td {
  padding: 10px 15px;
  text-align: left;
}
.list__wrapper .content__ .table-wrapper table tr td.center {
  text-align: center;
}
.list__wrapper .content__ .table-wrapper table tr td.right {
  text-align: right;
}
.list__wrapper .content__ .table-wrapper table tr td p {
  margin: 0px;
  color: #000;
  font-size: 16px;
}
.list__wrapper form .group__input {
  max-width: 280px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list__wrapper form .group__input > input {
  padding-right: 45px;
}
.list__wrapper form .group__input button {
  position: absolute;
  right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
  border: 0px;
  outline: none;
}

.list__wrapper .pagination {
  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;
  border-top: 1px solid #D3DFE5;
  padding: 12px 15px;
}
.list__wrapper .pagination ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  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: 0px 15px;
}
.list__wrapper .pagination ul > li {
  margin-right: 6px;
}
.list__wrapper .pagination ul > li > a {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 250px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.list__wrapper .pagination ul > li > a:hover {
  color: #094B81;
}
.list__wrapper .pagination ul > li > a.current {
  color: #fff;
  background-color: #094B81;
}
.list__wrapper .pagination ul > li:last-child {
  margin-right: 0px;
}
.list__wrapper .pagination > a {
  text-decoration: none;
  font-size: 15px;
  color: #000;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.list__wrapper .pagination > a.disabled {
  pointer-events: none;
  opacity: .7;
}
.list__wrapper .pagination > a:hover {
  color: #094B81;
}

.form__wrapper .title > h6, .list__wrapper .title > h6 {
  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;
  font-size: 19px !important;
  line-height: 22px !important;
}
.form__wrapper .title > h6 > span, .list__wrapper .title > h6 > span {
  min-width: 35px;
  max-width: 35px;
  max-height: 35px;
  min-height: 35px;
  border-radius: 250px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__wrapper .title > h6 > span img, .list__wrapper .title > h6 > span img {
  max-width: 24px;
}

.list__wrapper .empty__ {
  padding: 25px 15px;
  text-align: center;
}
.list__wrapper .empty__ > p {
  font-size: 16px;
  color: #000;
  margin: 0px;
}

.side__menu {
  position: static;
  min-width: 226px;
  max-width: 226px;
  margin-right: 20px;
  border-radius: 8px;
}

.side__menu > .inner__menu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls > a.outline-btn {
  min-height: 48px;
}

.side__menu {
  -webkit-transition: none;
  transition: none;
}

.list__wrapper form .group__input {
  margin-left: 15px;
}

.list__wrapper .content__ .table-wrapper table tr th {
  white-space: nowrap;
}

.list__wrapper .right__part {
  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;
  margin-left: 15px;
}
.list__wrapper .right__part > a {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  white-space: nowrap;
}
.list__wrapper .right__part > .group__input {
  min-width: 280px;
}

.list__wrapper .switcher {
  max-width: 170px;
  width: 170px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 30px;
}
.switch p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px !important;
  color: #fff !important;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  pointer-events: none;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F20807;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #29B834;
}

input:checked + .slider:before {
  -webkit-transform: translateX(89px);
  transform: translateX(89px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.main__ .top__title {
  margin-bottom: 20px;
}
.main__ .top__title > p {
  margin: 0px;
  font-size: 21px;
  color: #000;
  font-weight: 500;
}
.main__ .top__title > p span {
  color: #069DFF;
}

.list__wrapper .double__title {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list__wrapper .double__title > p {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.list__wrapper .double__title > p span {
  color: #069DFF;
}

.product__name > a {
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  color: #000;
}
.product__name > a:hover {
  color: #069DFF;
}

.table-wrapper .status__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table-wrapper .status__icon > img {
  max-width: 16px;
}

.container__info .main__.opened {
  width: calc(100% - 245px);
}

.main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper table tr td .payment__info > p {
  white-space: initial;
}

.modal__wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal__wrapper > .inner__modal {
  width: 100%;
  height: 100%;
  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: 15px;
}
.modal__wrapper > .inner__modal .product__modal {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}
.modal__wrapper > .inner__modal .product__modal::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.modal__wrapper > .inner__modal .product__modal::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 5px;
  height: 8px;
}
.modal__wrapper > .inner__modal .product__modal form {
  width: 100%;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .bottom__controls {
  padding: 15px 20px;
  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;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .bottom__controls > button {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 100px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .bottom__controls > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 100px;
  height: 48px;
  color: #094B81;
  border: 1px solid #094B81;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .bottom__controls > a:hover {
  background-color: #094B81;
  color: #fff;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field {
  padding: 15px 20px;
  border-bottom: 1px solid #D3DFE5;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .images__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 15px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .images__wrapper .elem__image {
  width: 100%;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .images__wrapper .elem__image .switcher {
  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;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .images__wrapper .elem__image .switcher p {
  margin: 0px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .images__wrapper .elem__image > span {
  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: 150px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .images__wrapper .elem__image > span > img {
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .images__wrapper .elem__image > img {
  max-width: 100%;
  margin-bottom: 15px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .four--field {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .title__ {
  width: calc(100% + 40px);
  margin-left: -20px;
  background-color: #EAEBED;
  padding: 10px 20px;
  margin-bottom: 15px;
  margin-top: -15px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .title__ > p {
  margin: 0px;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .double__long--field {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 15px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .double__long--field.start {
  grid-template-columns: repeat(9, 1fr);
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .double__long--field.start > .group__input:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 4;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .double__long--field.start > .group__input:nth-child(2) {
  grid-column-start: 4;
  grid-column-end: 10;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .double__long--field > .group__input:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 6;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .double__long--field > .group__input:nth-child(2) {
  grid-column-start: 6;
  grid-column-end: 9;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .triple__long--field {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper {
  min-height: 48px;
  padding: 5px 15px;
  border: 1px solid #D0CFCF;
  border-radius: 6px;
  cursor: pointer;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper .tag__dropdown {
  position: absolute;
  top: calc(100% + 3px);
  left: 0px;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  z-index: 2;
  border: 1px solid #D0CFCF;
  pointer-events: initial;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper .tag__dropdown ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 5px;
  max-height: 240px;
  overflow-y: auto;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper .tag__dropdown ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper .tag__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 5px;
  height: 8px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper .tag__dropdown ul li {
  margin-bottom: 4px;
  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;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper .tag__dropdown ul li.empty {
  padding: 10px 0px;
  width: 100%;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper .tag__dropdown ul li.empty p {
  width: 100%;
  margin: 0px;
  font-size: 15px;
  color: #000;
  text-align: center;
  font-weight: 500;
  width: 100%;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper .tag__dropdown ul li > a {
  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;
  padding: 4px 10px;
  text-decoration: none;
  width: 100%;
  font-size: 15px;
  color: #000;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper .tag__dropdown ul li > a:hover {
  color: #184468;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper .tag__dropdown ul li:last-child {
  margin-bottom: 0px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper input {
  border: 0px;
  font-size: 16px;
  width: 130px;
  color: #000;
  outline: none;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper > .tag__elem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-item: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #EAEBED;
  border-radius: 250px;
  padding: 6px 8px;
  font-size: 12px;
  color: #000;
  margin: 3px 4px;
  margin-left: 0px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper > .tag__elem a {
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .tag__wrapper > .tag__elem a img {
  max-width: 12px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field .triple__field {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
}
.modal__wrapper > .inner__modal .product__modal form .content__ .container__field:last-child {
  border-bottom: 0px;
}
.modal__wrapper > .inner__modal .product__modal form .header__ {
  background-color: #EAEBED;
  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;
}
.modal__wrapper > .inner__modal .product__modal form .header__ > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 250px;
  background-color: #fff;
  margin-left: 12px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__wrapper > .inner__modal .product__modal form .header__ > a:hover {
  opacity: .7;
}
.modal__wrapper > .inner__modal .product__modal form .header__ > a img {
  max-width: 24px;
}
.modal__wrapper > .inner__modal .product__modal form .header__ > p {
  margin: 0px;
  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;
  font-size: 19px;
  line-height: 22px;
  color: #000;
  font-weight: 600;
}
.modal__wrapper > .inner__modal .product__modal form .header__ > p span {
  min-width: 35px;
  max-width: 35px;
  max-height: 35px;
  min-height: 35px;
  border-radius: 250px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal__wrapper > .inner__modal .product__modal form .header__ > p span img {
  max-width: 24px;
}

.container__checkbox {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 3px;
  min-height: 25px;
  min-width: 25px;
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.container__checkbox input:checked ~ .checkmark {
  background-color: #0270BA;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container__checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container__checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product__information--picker {
  margin-top: 15px;
}
.product__information--picker .checkboxes__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 15px;
}

.main__ > .title {
  margin: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.wrapper__information .button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wrapper__information .button__wrapper > a {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: initial;
}
.wrapper__information .toggler {
  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;
  width: 100%;
  background-color: #EAEBED;
  padding: 10px 20px;
  cursor: pointer;
}
.wrapper__information .toggler.active > span img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.wrapper__information .toggler > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 250px;
  background-color: #fff;
}
.wrapper__information .toggler > span img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  max-width: 24px;
}
.wrapper__information .toggler p {
  margin: 0px;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
}

.box__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.box__wrapper .free__shipping .double__group p {
  max-width: 100% !important;
}
.box__wrapper .free__shipping .double__group {
  margin-top: 15px;
}
.box__wrapper .free__shipping > .group__element {
  margin-bottom: 0px !important;
}
.box__wrapper .free__shipping .double__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
}
.box__wrapper .free__shipping .double__group p {
  max-width: 150px;
}
.box__wrapper .free__shipping .group__element {
  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;
  margin-bottom: 15px;
}
.box__wrapper .free__shipping .group__element .field__inner {
  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;
}
.box__wrapper .free__shipping .group__element .field__inner .container__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box__wrapper .free__shipping .group__element .field__inner > input {
  margin-left: 10px;
  width: 100%;
  height: 38px;
  border: 1px solid #D0CFCF;
  border-radius: 6px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
.box__wrapper .free__shipping .group__element:last-child {
  margin-bottom: 0px;
}
.box__wrapper .free__shipping .group__element > .checkbox {
  width: auto;
}
.box__wrapper .free__shipping .group__element > .checkbox p {
  white-space: nowrap;
}
.box__wrapper .free__shipping .group__element > .field {
  width: 100%;
  margin-left: 25px;
}
.box__wrapper .big__section .double__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
}
.box__wrapper .big__section .double__group > .group__element {
  width: 100%;
  margin-bottom: 0px;
}
.box__wrapper .big__section .double__group > .group__element > .group__input {
  width: 100%;
}
.box__wrapper .big__section .double__group {
  margin-bottom: 15px;
}
.box__wrapper .big__section .double__group:last-child {
  margin-bottom: 0px;
}
.box__wrapper .big__section .group__element {
  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;
  margin-bottom: 15px;
}
.box__wrapper .big__section .group__element .field__inner {
  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;
}
.box__wrapper .big__section .group__element .field__inner .container__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box__wrapper .big__section .group__element .field__inner > input {
  margin-left: 10px;
  width: 100%;
  height: 38px;
  border: 1px solid #D0CFCF;
  border-radius: 6px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
.box__wrapper .big__section .group__element:last-child {
  margin-bottom: 0px;
}
.box__wrapper .big__section .group__element > .checkbox {
  width: auto;
}
.box__wrapper .big__section .group__element > .checkbox p {
  white-space: nowrap;
}
.box__wrapper .big__section .group__element > .field {
  width: 100%;
  margin-left: 25px;
}
.box__wrapper .double__input {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.wholesale__section .button__wrapper {
  margin-top: 0px;
}

.container__field .field__wholesale {
  margin-bottom: 25px;
  position: relative;
}
.container__field .field__wholesale > a {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.container__field .field__wholesale > a > img {
  max-width: 24px;
}
.container__field .field__wholesale:last-child {
  margin-bottom: 0px;
}

.list__wrapper .save-btn {
  padding-left: 15px;
  padding-right: 15px;
}
.list__wrapper .save-btn.disabled {
  pointer-events: none;
  opacity: .6;
}

.main__ .catalog__wrapper {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.main__ .catalog__wrapper > .elem__catalog {
  border: 1px solid #D3DFE5;
  border-radius: 6px;
  background-color: #fff;
  padding: 15px;
  position: relative;
  padding-bottom: 60px;
}
.main__ .catalog__wrapper > .elem__catalog .button__wrapper {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
}
.main__ .catalog__wrapper > .elem__catalog .button__wrapper > .regular-btn {
  font-size: 14px;
}
.main__ .catalog__wrapper > .elem__catalog .info__ {
  text-align: center;
}
.main__ .catalog__wrapper > .elem__catalog .info__ > p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.main__ .catalog__wrapper > .elem__catalog .info__ > p span {
  font-weight: 500;
}
.main__ .catalog__wrapper > .elem__catalog .info__ > p span.bar--code {
  word-break: break-all;
}
.main__ .catalog__wrapper > .elem__catalog .catalog__media {
  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;
  height: 210px;
  margin-bottom: 15px;
}
.main__ .catalog__wrapper > .elem__catalog .catalog__media img {
  max-width: 100%;
  height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main__ .catalog__wrapper > .elem__catalog .info__ > p {
  margin-top: 0px;
}

.list__wrapper .title.expandable {
  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;
}
.list__wrapper .title.expandable > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 250px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list__wrapper .title.expandable > span img {
  max-width: 24px;
}

.expandable.list__wrapper {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden;
}
.expandable.list__wrapper > .title > span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.expandable.list__wrapper.opened > .title > span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.expandable.list__wrapper .title.expandable > span {
  cursor: pointer;
}

.table-wrapper .expand--row {
  width: auto;
  min-width: 300px;
  max-width: 300px;
}
.table-wrapper .expandable__row {
  margin-top: 10px;
}
.table-wrapper .expandable__row > form > .group__input {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.table-wrapper .expandable__row > p {
  margin-top: 0px;
  margin-bottom: 5px !important;
}
.table-wrapper .expandable__row > p span {
  font-weight: 500;
}
.table-wrapper .expandable__row > p:last-child {
  margin-bottom: 0px !important;
}
.table-wrapper .toggle__expandable {
  cursor: pointer;
  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: 0px;
}
.table-wrapper .toggle__expandable.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.table-wrapper .toggle__expandable img {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  max-width: 20px;
  margin-left: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.inn__box {
  padding: 10px;
  border: 1px solid #D0CFCF;
  border-radius: 5px;
  margin-bottom: 15px;
}
.inn__box:last-child {
  margin-bottom: 0px;
}

.left__part--search {
  max-width: 226px;
  margin-right: 20px;
}
.left__part--search .search {
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}
.left__part--search .search form > p {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin: 0px;
  margin-top: 12px;
}
.left__part--search .search .elem__list {
  margin-bottom: 10px;
}
.left__part--search .search .elem__list:last-child {
  margin-bottom: 0px;
}
.left__part--search .search .elem__list .container__checkbox {
  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;
}
.left__part--search .search .elem__list .container__checkbox > p {
  margin: 0px;
  font-size: 14px;
  color: #000;
  margin-left: 10px;
}
.left__part--search .search .list__ {
  max-height: 300px;
  overflow-y: auto;
}
.left__part--search .search .list__::-webkit-scrollbar {
  width: 4px;
}
.left__part--search .search .list__::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 5px;
}
.left__part--search .search .group__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 15px;
}
.left__part--search .search .group__input > input {
  padding-right: 50px;
}
.left__part--search .search .group__input > span {
  position: absolute;
  right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.left__part--search .side__menu {
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .ship__info {
    min-width: 140px;
    max-width: 140px;
  }
}
@media (max-width: 1360px) {
  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls {
    width: 100%;
    margin-top: 15px;
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls > a {
    margin-right: 0px;
  }
}
@media (max-width: 1280px) {
  .secondary__header .outer__secondary form {
    max-width: 540px;
  }

  .login__wrapper > .login__side {
    min-width: 550px;
  }
}
.side__menu > .close__side {
  display: none;
}

@media (max-width: 1200px) {
  .main__ .catalog__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .left__part--search .side__menu {
    margin-bottom: 0px;
  }

  .container__info .main__.opened {
    width: calc(100%) !important;
  }

  .side__menu > .close__side {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .side__menu--button > a.active > span:nth-child(1) {
    -webkit-transform: none;
            transform: none;
    top: 0px;
  }

  .side__menu--button > a.active > span:nth-child(2) {
    opacity: 1;
  }

  .side__menu--button > a.active > span:nth-child(3) {
    -webkit-transform: none;
            transform: none;
    bottom: 0px;
  }

  .side__menu {
    position: fixed;
    width: 290px;
    max-width: 290px;
    min-width: 290px;
    border-radius: 0px;
    -webkit-transition: .6s ease all;
    transition: .6s ease all;
  }

  .side__menu > .inner__menu {
    padding-top: 48px;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .ship__info {
    min-width: 140px;
    max-width: 140px;
  }

  .secondary__header .outer__secondary form {
    max-width: 440px;
  }

  header .outer__header > p {
    max-width: 540px;
    font-size: 17px;
    line-height: 25px;
  }

  header .outer__header .profile > a {
    font-size: 14px;
    line-height: 18px;
  }

  header .outer__header .profile > a span img {
    max-width: 35px;
  }

  .login__wrapper > .login__side {
    min-width: 480px;
  }
}
@media (max-width: 1080px) {
  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls {
    width: auto;
    margin-top: 0px;
  }

  .main__content .dashboard__content > .divDash > .dash__left .sales .head__ .dots .dropdown__dots {
    left: auto;
    right: 0px;
    -webkit-transform: none;
            transform: none;
  }

  .main__content .dashboard__content > .divDash > .dash__left .sales .content .price__grid {
    margin-bottom: 25px;
  }

  .main__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main__content .dashboard__content > .divDash > .dash__left .sales {
    margin-bottom: 15px;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash {
    margin-bottom: 15px;
  }

  .main__content .dashboard__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main__content .dashboard__content > .divDash > .dash__left {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick .grid__ ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .main__content .dashboard__content > .divDash > .dash__right {
    width: 100%;
  }
}
@media (max-width: 1040px) {
  .menu__wrapper ul li {
    margin-right: 30px;
  }
  .menu__wrapper ul li:last-child {
    padding-right: 15px;
  }

  .menu__wrapper .outer__menu {
    width: calc(100% + 15px);
  }
}
@media (max-width: 991px) {
  .left__part--search .search {
    width: 100%;
  }

  .left__part--search {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
  }

  .left__part--search .search .list__ {
    max-height: 220px;
  }

  .main__ .catalog__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .box__wrapper {
    grid-template-columns: 1fr;
  }

  .box__wrapper > .free__shipping .double__group p {
    max-width: 100%;
  }

  .main__ > .title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .list__wrapper .right__part > .group__input {
    min-width: 220px;
    max-width: 220px;
  }

  .container__info .main__ .double__table {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .container__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .container__info .small__menu {
    min-width: 0px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .secondary__header .outer__secondary form {
    max-width: 360px;
  }

  header .outer__header .profile > a {
    font-size: 0px;
  }

  header .outer__header .profile > a span {
    margin-right: 0px;
  }

  header .outer__header > p {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .login__wrapper > .login__side {
    display: none;
  }

  .login__wrapper .login__box form > h6 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  header .outer__header {
    padding: 10px 0px;
  }

  header .outer__header .profile > a span img {
    max-width: 28px;
  }
}
@media (max-width: 940px) {
  .secondary__header .outer__secondary {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .secondary__header .outer__secondary form {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 10px;
    width: 100%;
  }
}
.modal__wrapper > .inner__modal .product__modal form .header__ {
  padding: 15px 20px;
}

@media (max-width: 767px) {
  .container__info .main__ .list__wrapper.expandable .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container__info .main__ .list__wrapper.expandable .title > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 34px;
    max-width: 34px;
    min-height: 34px;
    max-height: 34px;
  }
  .container__info .main__ .list__wrapper.expandable .title > span img {
    max-width: 20px;
  }

  .modal__wrapper > .inner__modal .product__modal form .content__ .container__field .images__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .modal__wrapper > .inner__modal .product__modal form .content__ .container__field .four--field {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }

  .product__information--picker .checkboxes__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .product__information--picker .checkboxes__wrapper .free__shipping--switcher {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .modal__wrapper > .inner__modal .product__modal form .content__ .container__field .title__ {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .modal__wrapper > .inner__modal .product__modal form .content__ .container__field .double__long--field {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }

  .modal__wrapper > .inner__modal .product__modal form .content__ .container__field .double__long--field > .group__input:nth-child(1), .modal__wrapper > .inner__modal .product__modal form .content__ .container__field .double__long--field > .group__input:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .modal__wrapper > .inner__modal .product__modal form .content__ .container__field .triple__long--field {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }

  .modal__wrapper > .inner__modal .product__modal form .header__ {
    padding: 15px;
  }

  .modal__wrapper > .inner__modal .product__modal form .content__ .container__field {
    padding: 15px;
  }

  .modal__wrapper > .inner__modal .product__modal form .content__ .container__field .double__long--field.start {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .modal__wrapper > .inner__modal .product__modal form .content__ .container__field .double__long--field.start > .group__input {
    grid-column-start: 1 !important;
    grid-column-end: 2 !important;
  }

  .modal__wrapper > .inner__modal .product__modal form .content__ .container__field .triple__field {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }

  .list__wrapper .double__title {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main__ .top__title > p {
    font-size: 18px;
  }

  .container__info .main__ > div {
    margin-bottom: 12px;
  }

  .list__wrapper .pagination > a {
    font-size: 14px;
  }

  .list__wrapper .pagination ul > li {
    margin-right: 4px;
  }

  .list__wrapper .pagination ul > li > a {
    font-size: 14px;
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
  }

  .list__wrapper .pagination ul {
    margin: 0px 10px;
  }

  .container__info .main__ .list__wrapper .title, .container__info .main__ .form__wrapper .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .container__info .main__ .form__wrapper .title > h6 {
    margin-bottom: 5px;
  }
  .container__info .main__ .form__wrapper .title > h6:last-child {
    margin-bottom: 0px;
  }

  .list__wrapper form .group__input {
    max-width: 100%;
    margin-top: 5px;
  }

  .group__input .banner__picker > a {
    height: 220px;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper table tr td > p {
    font-size: 14px;
    line-height: 20px;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper table tr td .payment__info > p {
    font-size: 14px;
    line-height: 20px;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls {
    width: 100%;
    margin-top: 10px;
  }
  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls > a {
    width: auto;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .price {
    min-width: 0px;
    max-width: 100%;
  }

  header .outer__header > p {
    font-size: 14px;
    line-height: 18px;
  }

  .list__wrapper form .group__input {
    margin-left: 0px;
  }

  .form__wrapper .title > h6, .list__wrapper .title > h6 {
    font-size: 17px !important;
  }

  .container__info .main__ .double__table form .group__input {
    max-width: 100%;
  }

  .list__wrapper .right__part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0px;
    width: 100%;
    margin-top: 5px;
  }
  .list__wrapper .right__part .group__input {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .box__wrapper .free__shipping .double__group p {
    max-width: 150px !important;
  }

  .main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick .grid__ ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .main__ .catalog__wrapper > .elem__catalog .button__wrapper > .regular-btn {
    font-size: 12px;
    height: 42px;
  }

  .main__ .catalog__wrapper > .elem__catalog .info__ > p {
    font-size: 14px;
  }

  .main__ .catalog__wrapper > .elem__catalog .catalog__media {
    height: 160px;
  }
  .main__ .catalog__wrapper > .elem__catalog .catalog__media img {
    height: 160px;
  }
}
@media (max-width: 540px) {
  .main__ .catalog__wrapper {
    grid-template-columns: 1fr;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper table {
    width: 580px;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .table__wrapper {
    width: calc(100% + 15px);
  }

  .secondary__header .outer__secondary .product__online > p {
    font-size: 15px;
    line-height: 22px;
  }

  .secondary__header .outer__secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .secondary__header .outer__secondary > ul {
    margin-top: 5px;
  }

  .lowstock__field .field__inner > input {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
@media (max-width: 480px) {
  .box__wrapper .free__shipping .double__group p {
    max-width: 100% !important;
  }

  .box__wrapper > .free__shipping .double__group {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }

  .box__wrapper .big__section .group__element .field__inner > input {
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .box__wrapper > .double__input {
    grid-template-columns: 1fr;
  }

  .box__wrapper .big__section .group__element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .box__wrapper .big__section .group__element > .field {
    margin-left: 0px;
    margin-top: 10px;
  }

  .box__wrapper .big__section .double__group {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }

  .modal__wrapper > .inner__modal .product__modal form .content__ .container__field .images__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .container__info .main__ .form__wrapper .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container__info .main__ .form__wrapper .title > h6 {
    margin-bottom: 5px;
  }

  .group__submit > button {
    width: 100%;
  }

  footer .outer__footer > p {
    font-size: 14px;
    line-height: 20px;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .bottom ul {
    -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;
  }
  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .bottom ul > li {
    margin-bottom: 2px;
  }
  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .bottom ul > li:last-child {
    margin-bottom: 0px;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .bottom ul > li.spacer {
    display: none;
  }

  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls > a {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .main__content .dashboard__content > .divDash > .dash__right .elem__dash .content__ .ship__info .grid > .elem__ .controls > a:last-child {
    margin-bottom: 0px;
  }

  .main__content .dashboard__content > .divDash > .dash__left .quick__links .elem__quick .grid__ ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 440px) {
  .modal__wrapper > .inner__modal .product__modal form .content__ .container__field .images__wrapper .elem__image > span {
    height: 140px;
  }

  .modal__wrapper > .inner__modal .product__modal form .content__ .container__field .images__wrapper .elem__image > span > img {
    max-height: 140px;
  }
}
