.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.disabled-btn {
  pointer-events: none;
  background: #d8d8d8;
}

.popup .popup-container .input-container .button-delete:hover {
  background: #043eec;
}

.profile-pricing .pricing .container h1 {
  display: none;
}

.profile-pricing .pricing .container .pricing__switcher {
  border-bottom: none;
}

.profile-pricing {
  margin-top: 25px;
}

.profile-pricing .container:not(.info.container) {
  padding: 0;
}

.profile-pricing .pricing .container .pricing__switcher .pricing__switcher__button {
  padding: 15px 100px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.profile-pricing .pricing__plans__item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px;
}

.profile-pricing .pricing__plans {
  padding-top: 0;
}

.profile-pricing .pricing__plans__item__features {
  border-top: none;
}

.profile-pricing .pricing__plans__item__button,
.profile-pricing .pricing__plans__item__button_contact {
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 38px;
  font-weight: 600;
  font-size: 14px;
}

.profile-pricing .pricing__plans__item__price_sm,
.profile-pricing .pricing__plans__item__description {
  font-size: 14px;
}

.profile-pricing .pricing__plans__item__title {
  font-weight: 600;
}

.profile-pricing .pricing__plans__item__price {
  color: #507bfc;
  font-size: 50px;
  font-weight: 600;
}

.profile-pricing .pricing__plans__item__active {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.profile-pricing .pricing__plans__item:last-child .pricing__plans__item__price {
  font-size: 40px;
}

.profile-pricing .pricing__plans__item__features,
.profile-pricing .pricing__plans__item__active {
  background: #fff;
}

#information .box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
    "title title banner"
    "form form banner"
    "form form banner";
}

.box__title {
  grid-area: title;
  box-shadow: none;
}

.vendor-profile__banner {
  grid-area: banner;
  width: 100%;
}

.contact-form {
  grid-area: form;
  display: flex;
  justify-content: space-between;
}

.article .contact-form {
  flex-direction: column;
  padding: 10px 30px 30px 10px;
}

.contact-form__left,
.contact-form__right {
  width: 48%;
}

.container.small-mt.profile-dashboard {
  margin-top: 0;
}

.profile-dashboard main {
  margin-top: 0;
}

.change-password {
  cursor: pointer;
}

.change-password span {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
  color: #507bfc;
  font-size: 14px;
}

.contact-form__error,
.edit-password-form__error {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.hidden-error {
  visibility: hidden;
}

.input-error {
  border: 1px solid #ff727b !important;
}

.input-error-after-text {
  color: red;
  text-align: right;
  font-size: 12px;
  opacity: 0;
}

.input-error-after-text-visible {
  opacity: 1;
}

.loadingModel {
  pointer-events: none;
  background-color: darkgrey;
}

.edit-password-popup {
  max-width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  padding: 45px 80px;
  box-sizing: border-box;
  flex-direction: column;
  border-radius: 5px;
  display: none;
  font-size: 14px;
}

.edit-password-popup__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.edit-password-popup__controls button {
  padding: 15px 43px;
}
.edit-password-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  outline: 0;
}
.preview-popup__close {
  position: fixed;
  top: 25px;
  right: 25px;
  outline: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
}
.preview-popup__close .text {
  margin-right: 15px;
  color: rgb(0, 0, 0);
}
.preview-popup__close svg {
  transform: scale(1.5);
  stroke: rgb(0, 0, 0);
}
.edit-password-popup__visible {
  display: flex;
}
.preview-popup {
  position: fixed;
  top: 0%;
  left: 0%;
  background: #fff;
  z-index: 1000;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  /* border-radius: 5px; */
  /* max-width: 500px;*/
  /* padding: 45px 80px; */
  flex-direction: column;
  display: none;
  font-size: 14px;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
}
.preview-popup .wrap-head-model-list {
  position: relative;
}
/* .preview-popup .wrap-header-cart {
  position: absolute;
  top: 20px;
} */

.preview-popup__visible {
  display: flex;
}
.edit-password-form {
  display: flex;
  flex-direction: column;
}

.edit-password-popup .label-container__label {
  color: #58595c;
  font-weight: 600;
}

.edit-password-popup .label-container {
  margin-bottom: 20px;
}

.edit-password-popup .label-container input {
  width: 300px;
}

.edit-password-popup .btn-save {
  color: #507bfc;
  background-color: #fafafa;
  font-weight: 600;
}

.edit-password-popup .forgot-password {
  color: #507bfc;
  margin-bottom: 20px;
  align-self: start;
}
.contact-form__error,
.edit-password-form__error {
  margin-top: 0;
  margin-bottom: 20px;
  align-self: start;
}
.edit-password-form__error-text {
  font-size: 9px;
}

#shop-settings .settings-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 20px;
  grid-template-areas:
    "subdomain subdomain ."
    "header footer social";
}

#shop-settings .settings-top {
  grid-area: subdomain;
}

#shop-settings .settings-header {
  grid-area: header;
}

#shop-settings .settings-footer {
  grid-area: footer;
}

#shop-settings .settings-social {
  grid-area: social;
}

#shop-settings .box__title {
  padding: 25px 25px 0 40px;
}

#information .box__title {
  padding: 25px 25px 0 0;
}

#shop-settings h2 {
  font-weight: 600;
  margin: 25px 0 20px 0;
}
.label-container.subdomain-name {
  flex-direction: row;
  align-items: center;
  border: 1px solid #f1f2f2;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.label-container.subdomain-name .label-container__label {
  padding-right: 20px;
  padding-left: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.label-container.subdomain-name input {
  border: 1px solid transparent !important;
  border-left: 1px solid #f1f2f2 !important;
  border-radius: 0px;
  box-shadow: none;
  width: calc(100% - 200px);
}

#shop-settings .icon-container input:focus {
  border-left: 1px solid #507bfc !important;
}

.label-container.subdomain-name input:focus {
  border-left: 1px solid #507bfc !important;
}

#shop-settings .label-container {
  margin-bottom: 10px;
}

#shop-settings textarea {
  height: 120px;
}

#shop-settings .icon-container {
  display: flex;
  align-items: center;
  border: 1px solid #f1f2f2;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

#shop-settings .icon-container input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid transparent !important;
  border-left: 1px solid #f1f2f2 !important;
}

#shop-settings .icon-container img {
  margin: 10px;
}

#shop-settings .medias .icon-container img:first-child {
  margin-left: 0px;
}

#shop-settings .icon-container input {
  border: none;
  box-shadow: none;
  width: calc(100% - 40px);
}

.shop-form__btn-preview {
  padding: 12px 45px;
  background-color: #fff;
  color: #58595c;
}

.shop-form__btn-preview:hover {
  color: #fff;
}

.colors .label-container {
  width: 45%;
}
.color-container {
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  cursor: pointer;
}
.color-container:hover,
.color-container:hover input {
  background-color: #eee;
}

.color-container input {
  height: 45px;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.textcolor-value,
.bgcolor-value {
  flex-grow: 1;
}

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

.preview-popup .vendor-profile__logo {
  display: flex;
  align-items: center;
}

.preview-popup .vendor-individual__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
}

.preview-popup .vendor-individual__description {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
}

.vendor-individual__media {
  display: flex;
  flex-direction: column;
}

.vendor-individual__media .icon-container {
  border: none !important;
  box-shadow: none !important;
}

.preview-popup .address {
  flex-direction: column;
}

.tab-visible {
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #e4e5e5;
  border-bottom-color: #fff;
  color: #507bfc;
}

.dashboard-list-preview {
  display: block;
}
.column-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0.4em;
  margin-bottom: 0.2em;
  line-height: 2em;
}
.medias {
  display: flex;
  justify-content: center;
}
.address.more .text {
  overflow-wrap: break-word;
  max-width: 200px;
}
footer .info .more {
  text-align: center;
}

.pricing__plans__item__description,
.pricing__plans__item__features {
  margin-top: 10px;
}

.icon {
  filter: invert(0.7);
  padding: 0 0.4em;
  display: flex;
  align-items: center;
}

.main-info .vendor-individual__description {
  max-width: 50vw;
  min-width: 300px;
  overflow-wrap: break-word;
}

.location__group {
  display: flex;
  align-items: center;
}

.preview-popup .light .info .description {
  overflow-wrap: break-word;
  max-width: 280px;
}
.preview-popup .dashbord-container {
  height: auto;
}
.brand-header .dashbord-container {
  height: 80px;
}
.brand-header .main-info {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.brand-header .wrap-head-model-list {
  height: 80px;
  padding: 0 40px;
}

@media screen and (max-width: 1156px) {
  .pricing__plans {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  #shop-settings .settings-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
    grid-template-areas:
      "subdomain subdomain"
      "header header"
      "footer social";
  }

  #information .box {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "title title"
      "form form"
      "form form"
      "banner banner";
  }

  .pricing__plans {
    column-gap: 10px;
  }

  .pricing__plans__item {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  #shop-settings .settings-form {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0 20px;
    grid-template-areas:
      "subdomain"
      "header"
      "footer"
      "social";
  }

  /* .label-container.subdomain-name input {
    width: calc(100% - 205px);
  } */

  .profile-pricing .pricing .container .pricing__switcher .pricing__switcher__button {
    padding: 15px;
  }
}
@media (max-width: 720px) {
  .dashboard-tabs .tab:first-child {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #shop-settings .box__title {
    margin-bottom: 20px;
  }

  .label-container.subdomain-name {
    flex-direction: column;
  }

  .label-container.subdomain-name .label-container__label {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c4c4c4;
  }

  .label-container.subdomain-name input {
    width: 100%;
  }

  .contact-form {
    flex-direction: column;
  }

  #information .box {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "form"
      "banner";
  }

  .contact-form__left,
  .contact-form__right {
    width: 100%;
  }
}
