:root {
  --theme-color: #f13f3e;
}

@keyframes transform {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes transformBack {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes transformSubmenu {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-120%);
  }
}

@keyframes transformSubmenuBack {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(0%);
  }
}

.ac-form-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ac-form-logo > a {
  width: 200px;
}

.ac-form-logo > a > img {
  width: 200px;
}

.ac-form-wrapper {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.ac-form-wrapper-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.ac-form-content {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin-top: 2rem;
  background-color: #fff;
  box-shadow: 0 0 20px 10px rgb(0 0 0 / 5%);
  padding: 1.5rem;
  border-radius: 10px;
}

.ac-form-content-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.1rem 0.5rem;
  overflow: hidden;
}

.ac-form-content-header > a {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  transition: 0.2s ease-in-out;
}

.ac-form-content-header > a:first-child {
  border-radius: 5px 0 0 5px;
}

.ac-form-content-header > a:last-child {
  border-radius: 0 5px 5px 0;
}

.ac-form-group {
  margin-top: 2rem;
}

.ac-form-group-title {
  font-size: 17px;
  color: #000;
}

.ac-form-group-content {
  padding: 0 0.5rem;
  margin-top: 1rem;
}

.ac-form-group-top {
  margin-bottom: 1.5rem;
}

.ac-form-group-content .form-group {
  margin-bottom: 0.5rem;
}

.ac-form-group-content .form-group > div {
  width: 100%;
  position: relative;
}

.ac-form-group-content .form-group > div > input {
  height: 50px;
  background-color: #f5f5f5;
  border: 2px solid transparent;
  font-size: 12px;
  color: #323232;
}

.ac-form-group-content .form-group > div > input::placeholder {
  color: #323232;
}

.ac-form-group-content .form-group > div > input:focus {
  border: 2px solid var(--theme-color);
}

.ac-form-newsletter-title {
  font-size: 17px;
  color: #000;
  margin: 1rem 0;
}

.ac-form-newsletter-content .form-group {
  padding: 0 0.5rem;
}

.ac-form-newsletter-content .form-group > div {
  width: 100%;
  display: flex;
}

.ac-form-newsletter-content .form-group > div > label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 17px;
  color: #000;
}

.ac-form-newsletter-content .form-group > div > label > input {
  margin-right: 0.5rem;
}

.pull-right-checkbox {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

.pull-right-checkbox-title {
  display: flex;
  font-size: 15px;
  color: #000;
  margin: 0 0.5rem;
}

.pull-right-checkbox-title > a {
  padding-right: 0.3rem;
  font-weight: bold;
  color: #000 !important;
}

.login-btn {
  margin-top: 2rem;
}

.ac-form-newsletter-content .buttons .pull-right > input,
.login-btn > input,
.forgotten-submit-btn > div > button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  background-color: var(--theme-color) !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  transition: 0.2s ease-in-out;
}

.ac-form-newsletter-content .buttons .pull-right > input:hover,
.login-btn > input:hover,
.forgotten-submit-btn > div > button:hover {
  background-color: #e72d2c !important;
}

.ac-form-group-content .form-group > div > i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #999;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.forgotten-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.forgotten-btn > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 5px;
  margin-top: 1rem;
  border: 2px solid #ddd;
  transition: 0.2s ease-in-out;
  color: var(--theme-color) !important;
  font-size: 18px;
  font-weight: bold;
}

.register-info {
  font-size: 18px;
  color: #000;
  padding: 0.5rem;
  border: 2px solid #ddd;
  border-radius: 5px;
  line-height: 1.5;
}

.register-info > a {
  color: var(--theme-color);
  margin: 0 0.3rem;
  font-weight: bold;
}

.forgotten-btn > div {
  width: 100%;
}

.forgotten-submit-btn {
  margin-top: 2rem;
}

.multivendor-header
  .multivendor-header-left
  .multivendor-header-left-logo
  > img {
  width: 100px;
  height: auto;
  display: flex;
}

.multivendor-header .multivendor-header-left .multivendor-header-left-logo {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 1rem;
}

.multivendor-header {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  padding: 1rem;
  cursor: pointer;
}

.multivendor-header-left {
  width: 70%;
  display: flex;
}

.multivendor-header-right {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.multivendor-name {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.multivendor-evaluation .mv-category-shop__count {
  font-size: 17px;
  color: #646464;
}

.multivendor-evaluation {
  margin-top: 1rem;
}

.multivendor-evaluation .mv-category-shop__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  font-size: 15px;
  color: #969696;
}

.multivendor-evaluation .mv-category-shop__rating > span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #32e682;
  padding: 4px 7px;
  margin-right: 0.5rem;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}

.multivendor-header-right .modal-btn > button {
  height: 40px;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  background-color: var(--theme-color) !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.multivendor-detail-btn {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #969696;
}

.multivendor-detail-btn > i {
  margin-left: 0.5rem;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.multivendor-header-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 30px 15px rgb(0 0 0 / 3%);
  overflow: hidden;
  background-color: transparent;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.multivendor-detail {
  display: none;
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  border-top: 1px solid #f5f5f5;
}

.multivendor-detail.active {
  display: flex;
}

.multivendor-detail > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.multivendor-detail > ul > li > strong {
  font-size: 17px;
  color: #000;
}

.multivendor-detail > ul > li {
  font-size: 16px;
  color: #000;
}

.multivendor-detail > ul > li:not(:last-child) {
  margin-bottom: 1rem;
}

#multivendor-tab {
  display: flex;
  border: none;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 15px rgb(0 0 0 / 3%);
  overflow: hidden;
  height: 60px;
}

#multivendor-tab > li > button {
  border-radius: 0;
  border: none;
  padding: 1rem;
  height: 100%;
  font-size: 17px;
  font-weight: 700;
  color: #969696;
  transition: 0.2s ease-in-out;
}

#multivendor-tab > li > button:hover {
  color: var(--theme-color);
}

#multivendor-tab > li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#multivendor-tab > li > button.active {
  color: var(--theme-color);
}

#rating-tab {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
}

#rating-tab > li > button {
  width: 160px;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

#rating-tab > li:not(:last-child) {
  margin-right: 1rem;
}

.mv-category-tab__rating {
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 15px rgb(0 0 0 / 3%);
}

.mv-category-tab__rating--title {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

#rating-tab > li > button > i {
  font-size: 35px;
  margin-right: 1rem;
}

#rating-tab > li > button.active {
  border: 1px solid var(--theme-color);
}

#rating-tab > li #rating-smile > i {
  color: #32e682;
}

#rating-tab > li #rating-neutral > i {
  color: #969696;
}

#rating-tab > li #rating-frown > i {
  color: #ff1e1e;
}

#rating-tab > li > button {
  position: relative;
}

#rating-tab > li > button > .check-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 5px;
  right: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}

#rating-tab > li > button > .check-icon > i {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#rating-tab > li > button.active > .check-icon {
  opacity: 1;
  visibility: visible;
}

.rating-content-top {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rating-tab-content {
  margin-bottom: 2rem;
}

.rating-tab-bottom {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-left: 0.5rem;
}

.rating-tab-bottom-desc {
  padding: 1rem;
  font-size: 16px;
  color: #646464;
}

.rating-tab-bottom-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#rating-smile-pane {
  margin-top: 2rem;
}

#rating-smile-pane .rating-content-top > i {
  color: #32e682;
  font-size: 25px;
}

#rating-neutral-pane .rating-content-top > i {
  color: #969696;
  font-size: 25px;
}

#rating-frown-pane .rating-content-top > i {
  color: #ff1e1e;
  font-size: 25px;
}

#multivendor-product-pane .mv-category-filter .mv-category-filter--d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f5;
  height: 60px;
  border-radius: 10px;
}

#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__order {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__view {
  padding: 0 1rem;
}

#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__order
  .mv-category-filter__order--item {
  margin-right: 0.5rem;
}

#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__order
  .mv-category-filter__order--item
  > a {
  background-color: transparent;
  font-size: 15px;
  font-weight: 700;
  color: #646464;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__order
  .mv-category-filter__order--item
  > a::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 20px;
  right: -10px;
  transform: rotate(90deg);
}

#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__view
  > button {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__view
  > button
  > i {
  color: #c8c8c8;
  font-size: 20px;
  transition: 0.2s ease-in-out;
}

#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__view
  > button:hover
  > i,
#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__view
  > button.active
  > i {
  color: var(--theme-color);
}

#multivendor-product-pane {
  margin-top: 2rem;
}

#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__order
  .mv-category-filter__order--item
  .dropdown
  > ul {
  min-width: 200px;
  border: none;
  box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
  border-radius: 5px;
}

#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__order
  .mv-category-filter__order--item
  .dropdown
  > ul
  > li
  > a {
  display: flex;
  padding: 0.5rem 0.5rem;
  font-size: 14px;
  color: #969696;
  background-color: transparent;
  background-image: none !important;
  border: none !important;
  outline: 0 !important;
  transition: 0.2s ease-in-out;
}

#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__order
  .mv-category-filter__order--item
  .dropdown
  > ul
  > li
  > a:hover {
  color: #000;
}

#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__order
  .mv-category-filter__order--item
  .dropdown
  > button {
  background-color: transparent;
  border: none;
  outline: 0;
  font-size: 15px;
  font-weight: 700;
  color: #646464;
  display: flex;
  align-items: center;
  justify-content: center;
}

#multivendor-product-pane
  .mv-category-filter
  .mv-category-filter--d
  .mv-category-filter__order
  .mv-category-filter__order--item
  .dropdown
  > button
  > i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
  font-size: 12px;
}

.multivendor-product {
  margin-top: 2rem;
  width: 100% !important;
}

.multivendor-product .product-card {
  width: calc(25% - 1rem);
  border: none;
  box-shadow: 0 0 30px 15px rgb(0 0 0 / 3%);
}

.multivendor-product .category-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.multivendor-product .category-pagination > span {
  font-size: 16px;
  color: #000;
}

.multivendor-product .product-card .product-image-wrapper {
  padding: 1rem;
}

.multivendor-product
  .product-card
  .product-image-wrapper
  .product-card-button-container {
  left: 0;
}

.modal-form-group-content > label {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.modal-form-group-content {
  margin-bottom: 1.5rem;
}

.modal-form-group > input {
  height: 50px;
  background-color: #f5f5f5 !important;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  color: #555;
}

.modal-form-group {
  margin: 0.5rem;
}

.modal-form-group > textarea {
  min-height: 150px;
  max-height: 300px;
  background-color: #f5f5f5 !important;
  border: none;
  border-radius: 5px;
  resize: vertical;
  font-size: 16px;
  color: #555;
}

#multivendorQuestion .modal-dialog {
  max-width: 100%;
  padding: 0.5rem;
  padding-top: 0;
  margin-top: 0.5rem;
}

#multivendorQuestion .modal-dialog .modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#multivendorQuestion .modal-dialog .modal-content .modal-footer > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 1rem);
  margin: 0 0.5rem;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
}

#multivendorQuestion
  .modal-dialog
  .modal-content
  .modal-footer
  > button.btn-send {
  background-color: var(--theme-color);
  border: none;
}

#multivendorQuestion
  .modal-dialog
  .modal-content
  .modal-footer
  > button:last-child {
  border: 2px solid #ddd;
  background-color: transparent;
  color: #000;
}

.multivendor-product-grid-2 .product-card {
  width: calc(33.33% - 0.7rem);
}

#manufacturer-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  border: none;
  background-color: #f5f5f5;
  padding: 0.5rem;
  border-radius: 5px;
}

#manufacturer-tab > li {
  width: 2.93%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#manufacturer-tab > li > button {
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

#manufacturer-tab > li > button.active {
  color: var(--theme-color);
}

#manufacturerTabContent .tab-pane > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

#manufacturerTabContent .tab-pane > ul > li {
  display: flex;
  width: 16.66%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

#manufacturerTabContent .tab-pane > ul > li > a {
  display: flex;
  font-size: 15px;
  padding: 0.5rem;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  color: #646464;
  transition: 0.2s ease-in-out;
}

#manufacturerTabContent .tab-pane > ul > li > a:hover {
  color: var(--theme-color);
}

#manufacturerTabContent {
  margin-top: 2rem;
}

.ml-brands__content--title {
  display: flex;
  font-size: 25px;
  font-weight: bold;
  color: #000;
  margin: 2rem 0;
  margin-bottom: 2.5rem;
}

.wishlist-btn-div .button-wrapper {
  width: calc(100% - 50px);
  height: 100%;
}

.remove-wishlist {
  width: 50px;
  height: 100%;
}

.wishlist-btn-div {
  display: flex;
  align-items: center;
  left: 0;
}

.wishlist-btn-div .button-wrapper > button {
  border-bottom-right-radius: 0;
  height: 100%;
}

.remove-wishlist > a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 12px 10px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0 0 10px 0;
  background-color: #f75d5c !important;
}

.remove-wishlist > a > i {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist-wrapper-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.wishlist-wrapper {
  margin-top: 2rem;
}

.wishlist-title {
  font-size: 25px;
  color: #000;
  font-weight: bold;
}

.wishlist-all-remove > a {
  display: flex;
  align-items: center;
  width: 130px;
  justify-content: center;
  padding: 1rem 0;
  background-color: var(--default-color);
  color: #fff;
  font-size: 15px;
}

.wishlist-all-remove > a > i {
  margin-right: 0.5rem;
}

.address-wrapper {
  display: flex;
}

.address-wrapper-left {
  width: 75%;
  padding: 0 0.5rem;
}

.address-wrapper-left-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}

.address-wrapper-left-header-tittle {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.address-wrapper-left-header-btn > a {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: bold;
}

.address-wrapper-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
}

.address-wrapper-list .address-wrapper-list-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 1rem);
  padding: 1.5rem 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 0.5rem;
}

.list-content-address-name {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  display: flex;
  margin-bottom: 1rem;
}

.list-content-address-desc {
  max-width: 190px;
  color: #646464;
  font-size: 15px;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.list-content-user-name {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.dropdown-wrapper .dropdown > ul {
  min-width: 160px;
  border: none;
  box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
  background-color: #fff;
}

.dropdown-wrapper .dropdown > ul > li > a {
  display: flex;
  padding: 0.5rem 0.5rem;
  font-size: 14px;
  color: #969696;
  background-color: transparent;
  background-image: none !important;
  border: none !important;
  outline: 0 !important;
  transition: 0.2s ease-in-out;
}

.dropdown-wrapper .dropdown > ul > li > a:hover {
  color: #000;
}

.dropdown-wrapper .dropdown > button {
  background-color: transparent !important;
  border: none;
}

.dropdown-wrapper .dropdown > button > i {
  color: #969696;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-wrapper {
  position: absolute;
  right: 5px;
  top: 15px;
}

.dropdown-wrapper .dropdown > button.show > i {
  color: var(--theme-color);
  background-color: #f5f5f5;
  border-radius: 5px;
}

.adress-form .form-group,
.account-profil-form .form-group,
.store-info-form .form-group,
.return-adress-form .form-group,
.iyzice-form .form-group,
.password-form .form-group {
  display: flex;
  margin-bottom: 1.5rem;
}

.adress-form .form-group > label,
.account-profil-form .form-group > label,
.store-info-form .form-group > label,
.return-adress-form .form-group > label,
.iyzice-form .form-group > label,
.password-form .form-group > label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.5rem;
  font-size: 16px;
  color: #000;
  font-weight: 100;
}

.adress-form .form-group > div > input,
.adress-form .form-group > div > select,
.account-profil-form .form-group > div > input,
.account-profil-form .form-group > div > select,
.store-info-form .form-group > div > input,
.store-info-form .form-group > div > select,
.return-adress-form .form-group > div > input,
.return-adress-form .form-group > div > select,
.iyzice-form .form-group > div > input,
.iyzice-form .form-group > div > select,
.password-form .form-group > div > input,
.enquiries-wrapper-header-top .form-group > input,
.multivendor-product-filter-form-group .form-group > input,
.multivendor-product-filter-form-group .form-group > select,
.enquiries-wrapper-header-top .form-group .input-group > input,
.multivendor-product-filter-form-group .form-group .input-group > input,
.reviews-wrapper-top .form-group > input,
.reviews-wrapper-top .form-group .input-group > input,
.reviews-wrapper-top .form-group > select,
.payment-top-form-group .form-group > input,
.payment-top-form-group .form-group .input-group > input,
.checkout-accordion
  .accordion-item
  .accordion-collapse
  input:not([type="checkbox"]),
.checkout-accordion .accordion-item .accordion-collapse select,
.multivendor-product-form .form-group input,
.multivendor-product-form .form-group select,
.enquiries-wrapper-header-left .form-group .input-group > input {
  height: 50px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-size: 15px;
  padding-left: 1rem;
  color: #212529 !important;
}

.adress-form .form-group > div > input:focus,
.adress-form .form-group > div > select:focus,
.account-profil-form .form-group > div > input:focus,
.account-profil-form .form-group > div > select:focus,
.store-info-form .form-group > div > input:focus,
.store-info-form .form-group > div > select:focus,
.return-adress-form .form-group > div > input:focus,
.return-adress-form .form-group > div > select:focus,
.iyzice-form .form-group > div > input:focus,
.iyzice-form .form-group > div > select:focus,
.password-form .form-group > div > input:focus,
.enquiries-wrapper-header-top .form-group > input:focus,
.multivendor-product-filter-form-group .form-group > input:focus,
.multivendor-product-filter-form-group .form-group > select:focus,
.enquiries-wrapper-header-top .form-group .input-group > input:focus,
.multivendor-product-filter-form-group .form-group .input-group > input:focus,
.reviews-wrapper-top .form-group > input:focus,
.reviews-wrapper-top .form-group .input-group > input:focus,
.reviews-wrapper-top .form-group > select:focus,
.payment-top-form-group .form-group > input:focus,
.payment-top-form-group .form-group .input-group > input:focus,
.checkout-accordion
  .accordion-item
  .accordion-collapse
  input:not([type="checkbox"]):focus,
.checkout-accordion .accordion-item .accordion-collapse select:focus,
.multivendor-product-form .form-group input:focus,
.multivendor-product-form .form-group select:focus,
.enquiries-wrapper-header-left .form-group .input-group > input:focus {
  border: 2px solid var(--theme-color);
}

.store-info-form .form-group > div > textarea,
.return-adress-form .form-group > div > textarea,
.enquiries-view-wrapper .reply-section textarea,
.checkout-accordion .accordion-item .accordion-collapse textarea {
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-size: 15px;
  padding-left: 1rem;
  color: #212529 !important;
}

.store-info-form .form-group > div > textarea:focus,
.return-adress-form .form-group > div > textarea:focus,
.enquiries-view-wrapper .reply-section textarea:focus,
.checkout-accordion .accordion-item .accordion-collapse textarea:focus {
  border: 2px solid var(--theme-color);
}

.adress-form .form-group > div,
.account-profil-form .form-group > div,
.store-info-form .form-group > div,
.return-adress-form .form-group > div,
.iyzice-form .form-group > div {
  padding-left: 0.5rem;
}

.adress-form .form-group > div .radio-inline {
  font-size: 16px;
  color: #000;
  margin-right: 0.5rem;
}

.adress-form .form-group > div .radio-inline {
  font-size: 16px;
  color: #000;
  margin-right: 0.5rem;
}

.adress-form .buttons.clearfix,
.account-profil-form .buttons.clearfix,
.password-form .buttons.clearfix,
.iyzice-form .buttons.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.adress-form .buttons.clearfix > div,
.account-profil-form .buttons.clearfix > div,
.password-form .buttons.clearfix > div,
.iyzice-form .buttons.clearfix > div {
  width: 100%;
  display: flex;
}

.adress-form .buttons.clearfix .pull-right,
.account-profil-form .buttons.clearfix .pull-right,
.password-form .buttons.clearfix .pull-right,
.iyzice-form .buttons.clearfix .pull-right {
  align-items: center;
  justify-content: flex-end;
}

.adress-form .buttons.clearfix .pull-left,
.account-profil-form .buttons.clearfix .pull-left,
.password-form .buttons.clearfix .pull-left,
.iyzice-form .buttons.clearfix .pull-left {
  align-items: center;
  justify-content: flex-start;
}

.adress-form .buttons.clearfix .pull-left > a,
.account-profil-form .buttons.clearfix .pull-left > a,
.password-form .buttons.clearfix .pull-left > a,
.iyzice-form .buttons.clearfix .pull-left > a {
  width: 110px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.adress-form .buttons.clearfix .pull-right > input,
.account-profil-form .buttons.clearfix .pull-right > input,
.password-form .buttons.clearfix .pull-right > input,
.iyzice-form .buttons.clearfix .pull-right > input {
  width: 110px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  background-image: none;
  border: none;
  border-radius: 5px;
}

.address-list-wrapper {
  margin-top: 2rem;
}

.adress-form .form-group > label > p,
.account-profil-form .form-group > label > p,
.store-info-form .form-group > label > p,
.return-adress-form .form-group > label > p,
.iyzice-form .form-group > label > p,
.password-form .form-group > label > p {
  color: #f00;
  font-weight: bold;
  margin: 0;
  margin-right: 0.3rem;
}

.account-profil-form fieldset > legend {
  margin-bottom: 2rem;
}

.store-info-form > ul {
  display: flex;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 0 30px 15px rgb(0 0 0 / 3%);
  border-radius: 10px;
  border: none;
  overflow: hidden;
}

.store-info-form > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.5rem 1rem;
  font-size: 16px;
  color: #000;
  border: none !important;
  border-radius: 0 !important;
  font-weight: 700;
}

.store-info-form > ul > li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.store-info-form > ul > li > a.active {
  color: var(--theme-color) !important;
}

.store-info-header,
.return-address-header {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  padding: 0.5rem;
  border-radius: 5px;
}

.store-info-header .pull-right,
.return-address-header .pull-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.store-info-header > span,
.return-address-header > span {
  display: flex;
  width: 50%;
  color: #000;
  font-size: 12px !important;
  font-weight: 100;
  padding: 0 !important;
}

.store-info-header .pull-right > button,
.return-address-header .pull-right > button {
  background-color: var(--theme-color);
  background-image: none;
  border: 1px solid transparent;
  outline: 0;
  margin-right: 1rem;
}

.store-info-header .pull-right > a,
.return-address-header > .pull-right > a {
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.enquiries-wrapper-header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.enquiries-wrapper-header-left {
  display: flex;
  width: 50%;
}

.enquiries-wrapper-header-left .form-group {
  width: 100%;
}

.enquiries-wrapper-header-left .form-group .input-group {
  display: flex;
  align-items: center;
}

.enquiries-wrapper-header-left .form-group .input-group > span {
  margin-left: 0.6rem !important;
  display: flex;
}

.enquiries-wrapper-header-left .form-group .input-group > span > button {
  height: 50px;
  background-color: #f5f5f5;
  background-image: none;
  border: none;
  outline: 0;
  border-radius: 0;
  padding: 0 1.5rem;
  border-radius: 5px;
}

.enquiries-wrapper-header-left .form-group > label {
  font-size: 18px;
  color: #444;
  margin-bottom: 0.5rem;
}

.enquiries-wrapper-header-right > button {
  width: 150px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  background-image: none;
  border: none;
  border-radius: 5px;
}

.enquiries-wrapper-header-right > button > i {
  margin-right: 0.5rem;
}

.enquiries-store-name {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  flex-direction: column;
}

.enquiries-store-name > a {
  display: flex;
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 700;
}

.enquiries-store-name > p {
  font-size: 12px;
  color: #999;
  margin-top: 0.2rem;
}

.enquiries-contain-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 1rem 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 0.5rem;
}

.enquiries-message {
  display: flex;
  word-break: break-all;
  color: #646464;
  font-size: 15px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.enquiries-date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.enquiries-date-content {
  font-size: 12px;
  color: #999;
}

.enquiries-contain {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.store-view-btn {
  position: absolute;
  right: 0;
  top: -5px;
}

.store-view-btn > a {
  background-color: var(--theme-color);
  padding: 0.5rem;
  color: #fff;
  font-weight: 800;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enquiries-view-wrapper-content {
  display: flex;
  flex-direction: column;
}

.enquiries-view-wrapper-content > span {
  color: #000;
  font-size: 16px;
  font-weight: 800;
}

.enquiries-view-wrapper-content > p {
  color: #434343;
  font-size: 14px;
  margin-top: 0.4rem;
  display: flex;
  word-break: break-all;
}

.enquiries-view-wrapper-title {
  font-size: 20px;
  margin: 1rem 0;
}

.enquiries-view-wrapper .reply-section label {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 1rem;
}

.enquiries-view-wrapper .reply-section .buttons-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
}

.enquiries-view-wrapper .reply-section .buttons-holder > button {
  width: 110px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color) !important;
  background-image: none;
  border: none;
  border-radius: 5px;
}

.enquiries-wrapper-header-top,
.multivendor-product-filter-form-group {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.enquiries-wrapper-header-top .form-group,
.multivendor-product-filter-form-group .form-group {
  width: 50%;
}

.enquiries-wrapper-header-top .form-group:first-child {
  margin-right: 1rem;
}

.enquiries-wrapper-header-top .form-group > label,
.multivendor-product-filter-form-group .form-group > label {
  font-size: 18px;
  color: #444;
  margin-bottom: 0.5rem;
}

.enquiries-wrapper-header-top .form-group .input-group > span,
.multivendor-product-filter-form-group .form-group .input-group > span {
  margin-left: 0.6rem !important;
  display: flex;
}

.enquiries-wrapper-header-top .form-group .input-group > span > button,
.multivendor-product-filter-form-group .form-group > span > button {
  height: 50px;
  background-color: #f5f5f5;
  background-image: none;
  border: none;
  outline: 0;
  border-radius: 0;
  padding: 0 1.5rem;
  border-radius: 5px;
}

.enquiries-wrapper-header-right > button {
  margin-top: 0;
}

.enquiries-view-wrapper-content.customer-message {
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  border: 1px solid #ddd;
}

.enquiries-view-wrapper-content.customer-message > span {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
}

.reviews-wrapper-top .form-group,
.payment-top-form-group .form-group,
.multivendor-product-filter-form-group .form-group {
  width: calc(50% - 1rem);
  margin-bottom: 1rem;
}

.reviews-wrapper-top .form-group:not(:nth-child(2n)),
.payment-top-form-group .form-group:not(:nth-child(2n)),
.multivendor-product-filter-form-group .form-group:not(:nth-child(2n)) {
  margin-right: 1rem;
}

.reviews-wrapper-top .form-group .input-group > span,
.payment-top-form-group .form-group .input-group > span {
  margin-left: 0.6rem !important;
  display: flex;
}

.reviews-wrapper-top .form-group .input-group > span > button,
.payment-top-form-group .form-group .input-group > span > button {
  height: 50px;
  background-color: #f5f5f5;
  background-image: none;
  border: none;
  outline: 0;
  border-radius: 0;
  padding: 0 1.5rem;
  border-radius: 5px;
}

.reviews-top-content,
.payment-top-form-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.reviews-wrapper-top-btn,
.payment-top-btn,
.multivendor-product-filter-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.reviews-wrapper-top-btn > button,
.payment-top-btn > button,
.multivendor-product-filter-btn > button {
  width: 150px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color) !important;
  background-image: none;
  border: none;
  border-radius: 5px;
}

.payment-top-btn > button,
.multivendor-product-filter-btn > button {
  margin-top: 0 !important;
}

.reviews-wrapper-top-btn > button > i,
.payment-top-btn > button > i,
.multivendor-product-filter-btn > button > i {
  margin-right: 0.5rem;
}

.reviews-wrapper-top .form-group > label,
.payment-top-form-group .form-group > label {
  font-size: 18px;
  color: #444;
  margin-bottom: 0.5rem;
}

.enquiries-wrapper {
  margin-top: 2rem;
}

.reviews-wrapper {
  margin-top: 2rem;
}

.reviews-wrapper-top-title {
  margin-bottom: 1rem;
}

.enquiries-contain .row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.enquiries-contain .row .text-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pagination > li {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
}

.pagination > li > a,
.pagination > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
  color: #434343;
}

.pagination > li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination > li.active > span {
  background-color: var(--theme-color);
}

.pagination > li > span {
  color: #fff;
}

.pagination > li > a:hover {
  background-color: #f0f0f0;
  color: #000;
}

.col-sm-6.text-right {
  display: flex;
  justify-content: flex-end;
}

.reviews-wrapper-bottom .row .text-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.reviews-wrapper-bottom .row {
  margin-top: 1rem;
}

.reviews-wrapper-bottom-content-left {
  display: flex;
  width: 60%;
  align-items: center;
}

.reviews-wrapper-content-star > span {
  width: 20px;
  color: #fc0;
}

.reviews-wrapper-content-star {
  margin-right: 1rem;
}

.reviews-wrapper-content-desc {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.reviews-wrapper-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews-wrapper-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.reviews-wrapper-bottom-content-right .review-btns > a {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  background-image: none;
  padding: 1.5px 8px;
  border: none;
}

.reviews-wrapper-bottom-content-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.reviews-wrapper-bottom-content-right .review-btns {
  margin-left: 1rem;
}

.reviews-wrapper-bottom-content-right .review-btns > a:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.reviews-wrapper-bottom {
  margin-top: 2rem;
}

.reviews-wrapper-bottom-content-right > span > b {
  color: #000;
  font-size: 15px;
}

.multivendor-product-filter-form-group {
  flex-wrap: wrap;
}

.multivendor-product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}

.multivendor-product-header-btn > a,
.btn.btn-primary.product-edit,
.multivendor-product-btn > button {
  background-color: #23a1d1 !important;
  background-image: none;
  transition: 0.2s ease-in-out;
}

.multivendor-product-header-btn > a:hover,
.btn.btn-primary.product-edit:hover,
.multivendor-product-btn > button:hover {
  background-color: #1f90bb !important;
}

.multivendor-product-header-btn > button {
  background-color: var(--theme-color) !important;
  background-image: none !important;
}

.multivendor-product-btn > a {
  background-color: #dcdcdc !important;
  background-image: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.multivendor-product-form > ul {
  display: flex;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 0 30px 15px rgb(0 0 0 / 3%);
  border-radius: 10px;
  border: none;
  overflow: hidden;
}

.multivendor-product-form > ul > li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.multivendor-product-form > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.5rem 1rem;
  font-size: 16px;
  color: #000 !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}

.multivendor-product-form > ul > li > a.active,
.multivendor-product-form > ul > li > a:hover {
  color: var(--theme-color) !important;
}

.multivendor-product-form .form-group label {
  display: flex;
  padding-right: 0.5rem;
  font-size: 16px;
  color: #000;
  font-weight: 100;
}
.multivendor-product-form .form-group label > p {
  color: #f00;
  font-weight: bold;
  margin: 0;
  margin-right: 0.3rem;
}

.multivendor-product-form .form-group {
  margin-bottom: 1.5rem;
}

.multivendor-product-form .form-group input:disabled,
.multivendor-product-form .form-group select:disabled {
  cursor: no-drop;
}

.multivendor-product-form .btn-primary,
#button-image {
  background-color: #23a1d1 !important;
  background-image: none;
  transition: 0.2s ease-in-out;
}

.multivendor-product-form .btn-primary:hover,
#button-image:hover {
  background-color: #1f90bb !important;
}

.multivendor-product-form .btn-danger,
#button-clear {
  background-color: var(--theme-color) !important;
  background-image: none;
}

div#product-category {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 7px;
  margin-top: 0.5rem;
}

.checkout-accordion .accordion-item {
  border: none;
  margin-bottom: 0.5rem;
}

.checkout-accordion .accordion-item .accordion-header > button {
  box-shadow: none !important;
  outline: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  color: #fff;
  background-color: #333;
}

.checkout-accordion .accordion-item .accordion-header > button::after {
  content: "\F282" !important;
  font-family: "bootstrap-icons";
  background-image: none !important;
}

.checkout-accordion .accordion-item .accordion-header > button.collapsed {
  background-color: #e5e5e5;
  color: #333;
}

.checkout-accordion .accordion-item .accordion-collapse {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.checkout-accordion .accordion-item .accordion-collapse input[type="checkbox"] {
  position: relative;
  border: 2px solid #444;
  border-radius: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.5rem;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
}

.checkout-accordion
  .accordion-item
  .accordion-collapse
  input[type="checkbox"]:hover {
  opacity: 1;
}

.checkout-accordion
  .accordion-item
  .accordion-collapse
  input[type="checkbox"]:checked {
  background-color: #000;
  opacity: 1;
}

.checkout-accordion
  .accordion-item
  .accordion-collapse
  input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.checkout-accordion .accordion-item .accordion-collapse .radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.checkout-accordion .accordion-item .accordion-collapse .radio > label,
.checkout-accordion .accordion-item .accordion-collapse .form-group > label {
  font-size: 16px;
  color: #000;
  font-weight: 100;
}

.checkout-accordion .accordion-item .accordion-collapse .radio > input {
  margin-right: 0.5rem !important;
}

.checkout-accordion .accordion-item .accordion-collapse .buttons.clearfix,
.checkout-accordion .accordion-item .accordion-collapse .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.checkout-accordion
  .accordion-item
  .accordion-collapse
  .buttons.clearfix
  .pull-right,
.checkout-accordion .accordion-item .accordion-collapse .buttons .pull-right {
  display: flex;
  align-items: center;
}

.checkout-accordion
  .accordion-item
  .accordion-collapse
  .buttons.clearfix
  .pull-right
  > input[type="button"],
.checkout-accordion
  .accordion-item
  .accordion-collapse
  .buttons
  .pull-right
  > input[type="button"],
.checkout-accordion
  .accordion-item
  .accordion-collapse
  .col-sm-6
  > input[type="button"] {
  width: 110px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  background-image: none;
  border: none;
  border-radius: 5px;
  color: #fff !important;
  height: auto;
}

.checkout-accordion .accordion-item .accordion-collapse .form-group {
  margin-bottom: 1rem;
}

.checkout-accordion .accordion-item .accordion-collapse .form-group select {
  width: 100%;
}

.checkout-accordion .accordion-item .accordion-collapse .checkbox > label {
  margin-bottom: 0.5rem;
}

.checkout-accordion .accordion-item .accordion-collapse .form-group > label {
  position: relative;
  margin-bottom: 0.5rem;
}

.checkout-accordion
  .accordion-item
  .accordion-collapse
  .form-group.required
  > label {
  padding-left: 0.7rem;
}

.checkout-accordion
  .accordion-item
  .accordion-collapse
  .form-group.required
  > label::after {
  content: "*";
  color: #f00;
  font-weight: bold;
  margin: 0;
  margin-right: 0.3rem;
  position: absolute;
  left: 0;
}

.checkout-accordion .accordion-item .accordion-header > button > i {
  display: none;
}

.checkout-accordion .accordion-item .accordion-collapse fieldset > legend {
  position: relative;
  font-size: 23px;
  color: #000;
  font-weight: 700;
}

.checkout-accordion
  .accordion-item
  .accordion-collapse
  fieldset
  > legend::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #333;
  bottom: -2px;
  left: 0;
  transition: width 0.3s ease-in-out;
}

.checkout-accordion
  .accordion-item
  .accordion-collapse
  fieldset:hover
  > legend::after {
  width: 250px;
}

#tab-option ul#option > li,
#tab-attribute ul > li,
#tab-links ul > li{
  width: 100%;
}

#tab-option ul#option > li > a,
#tab-attribute ul > li > a ,
#tab-links ul > li > a{
  display: flex;
  width: 100%;
  padding: 0.5rem;
  background-color: var(--theme-color);
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

#tab-option ul#option > li > a > i,
#tab-attribute ul > li > a > i,
#tab-links ul > li > a > i {
  margin-right: 0.5rem;
}

#tab-option ul.dropdown-menu > li > a,
#tab-attribute ul > li > a,
#tab-links ul > li > a {
  background-color: transparent !important;
  background-image: none !important;
  color: #000 !important;
}

#showSoz .modal-dialog {
  max-width: 85%;
  margin-top: 2rem !important;
}

.mv-mobil-filter-order,
.mv-order-wrapper {
  display: none;
}

.expand-submenu {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.back-menu {
  display: none;
}

.content__editor > p {
  color: #646464;
  font-size: 16px;
  line-height: 1.5;
}

.content__editor > p > strong {
  color: #000;
}

.content__editor > h1 {
  color: #000;
}

ul.without__editor {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.without__editor > li > a {
  display: flex;
  padding: 0.5rem;
  font-size: 16px;
  color: #646464 !important;
}

ul.without__editor > li > a > i {
  margin-right: 0.5rem;
  font-size: 15px;
}

.content__editor .row strong {
  font-size: 17px;
  color: #000;
  display: flex;
  margin-bottom: 0.2rem;
}

.content__editor .row > div {
  font-size: 15px;
}

.em-static-sidebar > ul {
  box-shadow: 0 0 20px 10px rgb(0 0 0 / 5%);
  list-style: none;
  border-radius: 10px;
  padding: 1rem 0;
}

.em-static-sidebar > ul > li > a {
  display: flex;
  padding: 0.8rem 1rem;
  font-size: 16px;
  color: #646464;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}

.em-static-sidebar > ul > li > a:hover {
  color: var(--theme-color);
}

.content__editor .row > div h4 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.am-content .table-responsive .col-md-12 {
  height: 90px;
}
.modal-dialog {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.mv-orders .col-md-12 {
  height: 200px;
}


/*address-save*/
.address-save-container {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.address-save-wrapper {
  display: flex;
  gap: 1rem;
  width: 100%;
}



.address-save-wrapper .addres-save-content {
  width: calc(70% - 1rem);
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 3rem;
}

.addres-save-content {}

.address-save-wrapper .adress-save-wrap {
  width: calc(30% - 1rem);
  display: flex;
  justify-content: center;
  height: fit-content;
  position: sticky;
  top: 20px;
}

.address-save-invoice-delivery {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

.address-save-content-title {}

.address-save-content-title > span {
  font-size: 22px;
  color: #000;
}

.address-save-invoice-delivery-content {
  display: flex;
  width: 100%;
  justify-content: space-around;
  gap: .5rem;
}

.address-save-invoice-delivery-content .address-save-invoice-delivery-box {
  display: flex;
  width: 50%;
  flex-direction: column;
  padding: 1rem;
  border: 2px dashed #F13F3E;
  border-radius: 15px;
  background: #f13f3e12;
  height: 150px;
  position: relative;
}

.address-save-invoice-delivery-content .address-save-invoice-delivery-box > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 42%;
  top: 45%;
  color: #F13F3E;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  gap: 0.3rem;
}

.address-save-invoice-delivery-content .address-save-invoice-delivery-box > span {
  color: #F13F3E;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1px;

}

.address-save-invoice-delivery-content .address-save-invoice-delivery-box > a > i {
  font-size: 17px;
}

.address-save-cargo-information {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

.address-save-cargo-information .shippingDetail {
  background: #fef1f1;
  padding: 1rem 2rem;
  width: fit-content;
  border-radius: 15px;
}

.address-save-cargo-information .shippingDetail label {
  color: #000;
  font-weight: 800;
  font-size: 14px;
}

.address-save-products-basket {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

.address-save-product-basket-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  /* border: 1px solid #eee; */
  /* border-radius: 15px; */
  /* padding: 1rem; */
  gap: 1rem;
}

.address-save-product-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  /* border: 1px solid #eee; */
  border-radius: 15px;
  gap: 1rem;
  box-shadow: 0 0 20px 10px rgb(0 0 0 / 3%);
}

.address-save-product-content .address-save-product-content-top {
  border-bottom: 1px solid #eee;
  padding: 1rem;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}

.address-save-product-content .address-save-product-content-top .address-save-store-information {}

.address-save-product-content .address-save-product-content-top .address-save-store-information > span {}

.address-save-product-content .address-save-product-content-top .address-save-store-information > span > a {
  color: #f13f3e;
  font-weight: 500;
}

.address-save-product-content-bottom {
  display: flex;
  width: 100%;
  gap: 1rem;
}

.address-save-product-content-bottom .address-save-product-thumb {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding: .2rem;
  border-radius: 15px;
}

.address-save-product-content-bottom .address-save-product-information {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.address-save-product-content-bottom .address-save-product-thumb > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.address-save-product-content-bottom .address-save-product-thumb > a > img {
  width: 80%;
}

.address-save-product-content-bottom .address-save-product-information span:nth-child(4) {
  font-weight: 800;
  color: #000;
  font-size: 18px;
  margin-top: 1rem;
  letter-spacing: 1px;
}

.address-save-product-content-bottom .address-save-product-information > a {
  color: #000;
  font-weight: 800;
}

.adress-save-wrap-table-content {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  height: fit-content;
  /* border: 1px solid #eee; */
  border-radius: 15px;
  box-shadow: 0 0 20px 10px rgb(0 0 0 / 3%);
}

.adress-save-wrap-table-content .address-save-wrap-table {
  display: flex;
  width: 100%;
}

.adress-save-wrap-table-content .address-save-wrap-table > * {
  width: 100%;
}

.adress-save-wrap-table-content .address-save-wrap-table > * > tbody {
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.address-save-wrap-table-title > span {
  font-size: 22px;
  color: #000;
}

.adress-save-wrap-table-content .address-save-wrap-table > * > tbody > tr:not(:last-child) {
  border-bottom: 1px solid #ececec;
  padding-bottom: .4rem;
}

.adress-save-wrap-table-content .address-save-wrap-table > * > tbody > tr:last-child {}

.adress-save-wrap-table-content .address-save-wrap-table > * > tbody > tr:last-child > td {
  font-size: 16px;
  font-weight: 900 !important;
  color: #f13f3e;
}

.adress-save-wrap-table-content .address-save-wrap-table > * > tbody > tr:last-child > td > strong {
  letter-spacing: 1px;
  color: #000;
  font-weight: 800 !important;
}
.adress-save-wrap-table-content > form {
  display: flex;
}

.adress-save-wrap-table-content > form .pull-right {
  width: 100%;
}

.adress-save-wrap-table-content > form .buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.modal-body.getFAddress fieldset {
  display: flex;
  flex-wrap: wrap;
}

.modal-body.getFAddress fieldset > div {
  width: calc(33.33% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
}

.modal-body.getFAddress fieldset > div > input {
  width: 100%;
}

.modal-body.getFAddress fieldset > div > select {
  width: 100%;
  height: 46px;
}

.modal-body.getFAddress .checkbox {
  padding: 10px;
}

.modal-body.getFAddress .buttons {
  display: flex;
}

.modal-body.getFAddress  .buttons > div {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.modal-body.getFAddress  .buttons > div > input {
  width: 100%;
}

.modal-body.getFAddress  .buttons > div > button {
  width: 100%;
}

.modal-body.getFAddress fieldset > div > input {
  height: 46px;
  /* border: 2px solid transparent; */
  font-size: 12px;
  color: #323232;
}

.modal-body.getFAddress fieldset > div > label {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  height: 32px !important;
  margin-bottom: 0;
}


.modal-content h5.modal-title {
  font-weight: bold;
  color: #000000;
  font-size:20px !important;
}

.modal-body.getTAddress form {
  display: flex;
  flex-wrap: wrap;
}

.modal-body.getTAddress form > div {
  width: calc(33.33% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
}

.modal-body.getTAddress form > div > input {
  width: 100%;
}

.modal-body.getTAddress form > div > select {
  width: 100%;
  height: 46px;
}

.modal-body.getTAddress form .checkbox {
  padding: 10px;
}

.modal-body.getTAddress form .buttons {
  display: flex;
  width: 100%;
}

.modal-body.getTAddress  form .buttons > div {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.modal-body.getTAddress  form .buttons > div > input {
  width: 100%;
}

.modal-body.getTAddress  form .buttons > div > button {
  width: 100%;
}

.modal-body.getTAddress form > div > input {
  height: 46px;
  /* border: 2px solid transparent; */
  font-size: 12px;
  color: #323232;
}

.modal-body.getTAddress form > div > label {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  height: 32px !important;
  margin-bottom: 0;
}

.address-save-invoice-delivery-content .address-save-invoice-delivery-box .addressedit {
  top: 15px;
  right: 15px;
  background: #F13F3E;
  padding: .3rem .5rem;
  border-radius: 15px;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 800;
  color: #fff;
}


.address-save-invoice-delivery-content .addressactive {
  background: #EFEFEF;
  border: none;
  gap: .5rem;
}

.address-save-invoice-delivery-content .addressactive > p {
  margin-bottom: 0;
}

.address-save-invoice-delivery-content .addressactive > p:nth-child(2) {
  font-weight: 900;
  color: #000;
  letter-spacing: .5px;
}

.address-save-invoice-delivery-content .address-save-invoice-delivery-box .customerselectaddress {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50%;
  top: 45%;
  color: #F13F3E;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0px;
  background: #ffffff;
  padding: 0.3rem 1rem;
  border-radius: 15px;
}

.address-save-invoice-delivery-content .address-save-invoice-delivery-box .customeraddress {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 25%;
  top: 45%;
  color: #F13F3E;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0px;
  gap: 0.3rem;
  background: #ffffff;
  padding: 0.3rem 0.5rem;
  border-radius: 15px;
}


.address-save-invoice-delivery-content .addressactive .customerselectaddress {
  /* width: 50%; */
  top: 7%;
  right: 28%;
  background: #F13F3E;
  padding: 0.3rem 1rem;
  border-radius: 15px;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 800;
  color: #fff;
}

.address-save-invoice-delivery-content .addressactive .customeraddress {
  /* width: 50%; */
  top: 7%;
  right: 3%;
  background: #F13F3E;
  padding: 0.3rem 0.5rem;
  border-radius: 15px;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  gap: .3rem;
}

.address-save-invoice-delivery-content .addressactive .customeraddress > i {
  font-size: 13px;
}

div#payment-new {
  display: flex !important;
  flex-wrap: wrap;
}

div#payment-new > div {
  width: calc(33.33% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
}

div#payment-new > div > input {
  width: 100%;
}

div#payment-new > div > select {
  width: 100%;
  height: 46px;
}

div#payment-new .checkbox {
  padding: 10px;
}

div#payment-new .buttons {
  display: flex;
  width: 100%;
}

div#payment-new .buttons > div {
  width: calc(50% - 10px);
  margin-left: 10px;
}

div#payment-new .buttons > div > input {
  width: 100%;
}

div#payment-new .buttons > div > button {
  width: 100%;
}

div#payment-new > div > input {
  height: 46px;
  /* border: 2px solid transparent; */
  font-size: 12px;
  color: #323232;
}

div#payment-new > div > label {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  height: 32px !important;
  margin-bottom: 0;
}

.getSelectTAddress {gap: .5rem;display: flex;flex-wrap: wrap;font-size: 14px;font-weight: 700;color: #000;}

.getSelectTAddress a.selectShippingAdress {
  font-size: 14px;
  /* border: 1px solid #ededed; */
  padding: .6rem .5rem;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  font-weight: 600;
}

.getSelectTAddress > br {
  display: none;
}

.getSelectFAddress {
  gap: .5rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.getSelectFAddress a {
  font-size: 14px;
  /* border: 1px solid #ededed; */
  padding: .6rem .5rem;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  font-weight: 600;
}

.select-payment-box {
  width: calc(20% - 1.5rem);
  padding: 1rem .5rem;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px;
  /* gap: .5rem; */
  position: relative;
  height: 150px;
  justify-content: space-evenly;
  cursor: pointer;
  margin-right: 1rem;
  margin-bottom: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.getSelectFAddress > span {
  width: 100%;
}

.select-payment-box .select-payment-selected {
  position: absolute;
  right: 0;
  top: 0;
  background: #F13F3E;
  width: 30px;
  height: 30px;
  border-radius: 0 15px 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-payment-box .select-payment-selected > i {
  color: #ffff;
  font-size: 16px;
}

.select-payment-box > div {
  padding: .5rem;
}



.select-payment-box > div:not(:last-child) {
  padding-bottom: 0;
}

.modal.showSelectFAddress {
  backdrop-filter: blur(5px);
  background: #00000061;
}

.modal.showSelectFAddress .modal-dialog {
  top: 12%;
}

.modal.showSelectFAddress .modal-dialog .modal-content .modal-header {
  background: #f13f3e14;
  width: 100%;
}

.modal.showSelectFAddress .modal-dialog .modal-content .modal-header h5.modal-title {color: #F13F3E;}

.modal.showSelectFAddress .modal-dialog .modal-content .modal-header button.btn-close {
  width: 50px;
  display: flex;
}


.modal.showSelectTAddress {
  backdrop-filter: blur(5px);
  background: #00000061;
}

.modal.showSelectTAddress .modal-dialog {
  top: 12%;
}

.modal.showSelectTAddress .modal-dialog .modal-content .modal-header {
  background: #f13f3e14;
  width: 100%;
}

.modal.showSelectTAddress .modal-dialog .modal-content .modal-header h5.modal-title {color: #F13F3E;}

.modal.showSelectTAddress .modal-dialog .modal-content .modal-header button.btn-close {
  width: 50px;
  display: flex;
}




div#shipping-new {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
}

div#shipping-new > div {
  width: calc(33.33% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
}

div#shipping-new > div > input {
  width: 100%;
}

div#shipping-new > div > select {
  width: 100%;
  height: 46px;
}

div#shipping-new .checkbox {
  padding: 10px;
}

div#shipping-new .buttons {
  display: flex;
  width: 100%;
}

div#shipping-new .buttons > div {
  width: calc(50% - 10px);
  margin-left: 10px;
}

div#shipping-new .buttons > div > input {
  width: 100%;
}

div#shipping-new .buttons > div > button {
  width: 100%;
}

div#shipping-new > div > input {
  height: 46px;
  /* border: 2px solid transparent; */
  font-size: 12px;
  color: #323232;
}

div#shipping-new > div > label {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  height: 32px !important;
  margin-bottom: 0;
}

/*address-save-end*/




@media screen and (max-width: 992px) {
  .ac-form-content {
    width: 65%;
    padding: 1.5rem 0.5rem;
  }
  .mv-breadcrumb .container {
    max-width: 100%;
  }

  .pull-right-checkbox-title {
    display: block;
  }

  .checkout-accordion
    .accordion-item
    .accordion-collapse
    .buttons.clearfix
    .pull-right,
  .checkout-accordion .accordion-item .accordion-collapse .buttons .pull-right {
    display: block;
  }

  .checkout-accordion
    .accordion-item
    .accordion-collapse
    .buttons.clearfix
    .pull-right
    > input[type="button"],
  .checkout-accordion
    .accordion-item
    .accordion-collapse
    .buttons
    .pull-right
    > input[type="button"],
  .checkout-accordion
    .accordion-item
    .accordion-collapse
    .col-sm-6
    > input[type="button"] {
    margin: 1rem 0;
  }

  .cart-container {
    width: 100%;
    max-width: 100%;
  }

  .cart-container .cart-wrapper .summary-side {
    width: 100% !important;
    margin-top: 0;
  }

  .cart-container .cart-wrapper .cart-side {
    width: 100% !important;
    margin-top: 1rem;
  }

  .cart-container
    .cart-wrapper
    .cart-side
    .cart-header
    .header-buttons
    > button,
  .cart-container .cart-wrapper .cart-side .cart-header .header-buttons > a {
    font-size: 11px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    height: 50px;
  }

  .cart-container .cart-wrapper .cart-side .cart-header .header-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart-container
    .cart-wrapper
    .cart-side
    .cart-content
    .cart-row
    .cart-product-info
    .cart-product-total {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-content .cart-row .cart-product-info .total-div {
    height: auto;
  }

  .cart-product-content .row-btn-group {
    width: 100%;
    margin-bottom: 0 !important;
  }

  .cart-container
    .cart-wrapper
    .cart-side
    .cart-content
    .cart-row
    .row-btn-group
    > button {
    width: 100% !important;
  }

  .cart-container
    .cart-wrapper
    .cart-side
    .cart-content
    .cart-row
    .row-btn-group
    > button {
    width: 100% !important;
    justify-content: flex-start !important;
    padding: 0 !important;
  }

  .cart-container
    .cart-wrapper
    .cart-side
    .cart-content
    .cart-row
    .row-btn-group
    .cart-product-remove
    .remove-text {
    display: flex;
  }

  .custom-select-wrapper {
    height: auto !important;
  }

  .cart-product-info {
    margin-top: 0 !important;
  }

  .ml-container {
    width: 100%;
    max-width: 100%;
  }

  #manufacturer-tab > li {
    width: 50px;
    flex-shrink: 0;
  }

  #manufacturer-tab {
    overflow-x: auto;
  }

  #manufacturerTabContent .tab-pane > ul > li {
    width: 25%;
  }

  /* SO MEGAMENU CSS START */
  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li::before {
    display: none;
  }
  .expand-submenu {
    display: flex;
    opacity: 1;
    visibility: visible;
  }

  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li
    > a {
    display: flex;
    width: calc(100% - 30px);
    background-color: transparent !important;
    background: transparent !important;
  }

  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li
    > button {
    display: flex;
    width: 30px;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: 0;
    padding: 11px 20px 9px 21px;
    align-items: center;
    justify-content: center;
  }

  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li
    > button
    > i {
    padding: 0;
    font-size: 15px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #000 !important;
  }

  ul.megamenu > li > .sub-menu {
    position: absolute !important;
    opacity: 1;
    visibility: visible;
    display: flex !important;
    top: 0;
    right: -200% !important;
    background-color: #fff;
    z-index: 9;
  }

  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li.hidden {
    animation: transform 0.5s both;
    animation-duration: 0.3s;
  }

  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li
    .menu-content
    .content
    .row
    .menu
    > ul
    > li.active {
    animation: transformSubmenu 0.5s both;
    animation-duration: 0.6s;
  }

  .megamenu-wrapper {
    max-height: 100% !important;
    overflow: auto !important;
  }

  .megamenu-pattern,
  .megamenu-pattern .container,
  .megamenu-pattern .container > ul {
    height: 100% !important;
    justify-content: flex-start !important;
  }

  .back-menu {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    color: #000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease-in-out;
  }

  .back-menu.active {
    opacity: 1;
    visibility: visible;
  }

  .responsive ul.megamenu > li.active > a {
    background: transparent !important;
  }

  .responsive ul.megamenu > li {
    border-top: none !important;
  }

  .menu-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 80%);
    inset: 0;
    z-index: 999998;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  /* SO MEGAMENU CSS END */

  .contact-container {
    max-width: 100%;
    width: 100%;
  }

  .contact-container > .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .em-static-sidebar__sticky {
    margin-top: 2rem;
  }

  .content__editor .row > .col-md-7 {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .am-content,
  .am-container {
    width: 100%;
    max-width: 100%;
  }

  .am-content .form-group {
    flex-direction: column;
  }

  .am-content .form-group > label {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
    width: 100%;
  }

  .am-content h1,
  .am-content legend {
    text-align: center;
  }

  .am-content .form-group > div {
    width: 100%;
  }

  .product-card-button-container .button-wrapper > button > span {
    display: flex !important;
  }

  .product-card-button-container {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    height: 50px;
  }

  .product-caption {
    padding-bottom: 55px !important;
  }

  .multivendor-product .product-card {
    width: calc(33.33% - 0.7rem);
  }

  .product-card-button-container .button-wrapper,
  .product-card-button-container .button-wrapper > button {
    height: 100%;
  }

  .mv-category-filter {
    display: none;
  }

  .mv-mobil-filter-order {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    height: 45px;
    border-radius: 10px;
  }

  .mv-mobil-filter-order-icon > i {
    font-size: 20px;
    margin-right: 0.5rem;
  }

  .mv-mobil-filter-order-text {
    font-size: 20px;
  }

  #multivendor-product-pane {
    margin-top: 1rem;
  }

  .multivendor-product {
    margin-top: 1rem;
  }

  .mv-order-wrapper {
    position: fixed;
    display: flex;
    flex-direction: column;
    inset: 0;
    background-color: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
  }

  .mv-order-wrapper.active {
    opacity: 1;
    visibility: visible;
  }

  .mv-order-wrapper-top {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .mv-order-wrapper-top > span {
    font-size: 25px;
    color: #444;
  }

  .mv-order-wrapper-top .mv-order-wrapper-remove {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
  }

  .mv-order-wrapper-bottom {
    display: flex;
    flex-direction: column;
  }

  .mv-order-wrapper-bottom > .mv-order-item > a {
    display: flex;
    padding: 0.7rem 1rem;
    color: #000;
    font-size: 15px;
    border-bottom: 1px solid #f5f5f5;
  }

  #showSoz .modal-dialog {
    max-width: 95%;
  }

  .multivendor-product-header {
    flex-direction: column;
  }

  .multivendor-product-form > ul > li {
    max-width: 110px;
    flex-shrink: 0;
  }

  .multivendor-product-form > ul {
    flex-wrap: unset;
    overflow-x: auto;
  }

  .wishlist-all-remove > a {
    margin-right: 1rem;
  }

  .address-wrapper-left {
    width: 100%;
  }

  .address-wrapper {
    max-width: 100%;
  }

  .address-wrapper-list .address-wrapper-list-content {
    width: calc(50% - 1rem);
  }

  #form-product tr {
    display: flex;
  }

  #form-product tr > td {
    display: flex;
    width: 150px !important;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
  }

  #form-product tr > td select {
    width: 100% !important;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  #form-product tr > td img {
    max-width: 70px !important;
    width: 70px !important;
  }

  #form-product tr > td > div {
    flex-direction: column;
  }

  #form-product tr > td > div > input {
    margin-bottom: 0.5rem;
  }

  #form-product tr > td > button {
    width: 100%;
    margin-top: 0.5rem;
  }

  #form-product tr > td > div > button {
    margin-bottom: 0.5rem;
  }

  #form-product tr > td .input-group {
    justify-content: center;
    align-items: center;
  }

  #form-product tr > td .input-group > input {
    border-radius: 5px !important;
  }

  #seller-menus {
    margin-top: 1rem;
  }

  div#information-information,
  div#information-information #content {
    max-width: 100%;
    width: 100%;
  }

  .adress-form .form-group {
    flex-direction: column;
  }

  .adress-form .form-group > label {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }

  .product-grid-4 .product-card {
    width: calc(33.33% - 0.7rem);
  }
}

@media screen and (max-width: 553px) {
  .panel-heading.clearfix span {
    font-size: 17px !important;
  }

  .enquiries-wrapper-header-top,
  .reviews-top-content,
  .payment-top-form-group {
    flex-direction: column;
  }

  .enquiries-wrapper-header-top .form-group,
  .multivendor-product-filter-form-group .form-group,
  .reviews-wrapper-top .form-group,
  .payment-top-form-group .form-group {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 1rem !important;
  }

  .reviews-wrapper-bottom-content {
    flex-direction: column;
  }

  .reviews-wrapper-bottom-content-left {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-wrapper-bottom-content-right {
    width: 100%;
  }

  .reviews-wrapper-content-desc {
    margin-bottom: 1rem;
  }

  .multivendor-header {
    flex-direction: column;
  }

  .multivendor-header-left {
    width: 100%;
  }

  .multivendor-header-right {
    width: 100%;
    margin-top: 1rem;
  }

  .multivendor-header-right .modal-btn {
    margin-bottom: 1rem;
  }

  .multivendor-header-left-info {
    width: calc(100% - 96px);
  }

  .multivendor-header .multivendor-header-left .multivendor-header-left-logo {
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 1rem;
  }

  .multivendor-header
    .multivendor-header-left
    .multivendor-header-left-logo
    > img {
    max-width: 80px;
    width: -webkit-fill-available;
  }

  .multivendor-evaluation .mv-category-shop__rating {
    justify-content: flex-start;
  }

  #multivendor-tab {
    flex-wrap: unset;
  }

  #multivendor-tab > li > button {
    font-size: 13px;
  }

  #rating-tab {
    flex-wrap: unset;
  }

  #rating-tab > li > button {
    width: 80px;
    height: 50px;
  }

  #rating-tab > li:not(:last-child) {
    margin-right: 0.5rem;
  }

  #rating-tab > li > button > .check-icon > i {
    font-size: 12px;
  }

  #rating-tab > li > button > .check-icon {
    width: 15px;
    height: 15px;
    top: -5px;
    right: -5px;
  }

  .rating-tab-bottom-footer {
    flex-direction: column;
    align-items: unset;
  }

  .rating-tab-bottom-footer-left {
    display: flex;
    justify-content: flex-start;
  }

  .rating-tab-bottom-footer-right {
    display: flex;
    justify-content: flex-end;
    font-size: 11px;
    margin-top: 0.5rem;
  }

  .multivendor-product .product-card {
    width: calc(50% - .5rem);
  }

  .ac-form-content {
    width: 90%;
  }

  .ac-form-content-header > a {
    font-size: 14px;
  }

  /* .am-container .product-grid .product-card {
    width: 100%;
    margin-right: 0;
  } */

  .wishlist-btn-div .button-wrapper {
    width: calc(100% - 40px);
  }

  .remove-wishlist {
      width: 40px;
  }

  .remove-wishlist > a > i {
      font-size: 18px;
  }

  .address-wrapper-list .address-wrapper-list-content {
    width: 100%;
    margin-right: 0;
  }

  .enquiries-wrapper-header-bottom {
    flex-direction: column;
  }

  .enquiries-wrapper-header-left {
    width: 100%;
  }

  .enquiries-wrapper-header-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #manufacturerTabContent .tab-pane > ul > li {
    width: 50%;
  }

  .ml-brands__content--title {
    text-align: center;
    line-height: 1.3;
  }

  .product-grid-4 .product-card {
    width: calc(50% - 0.7rem);
  }
}

@media screen and (max-width: 425px) {
  #seller-menus .btn-navbar {
    margin-left: 0 !important;
  }

  .reviews-wrapper-top-btn,
  .payment-top-btn,
  .multivendor-product-filter-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }

  #manufacturerTabContent .tab-pane > ul > li {
    width: 100%;
  }

  .enquiries-date-content {
    font-size: 9px;
  }
}


