.sa-main-cat-menu-btn {
  color: white;
}
@media all and (max-width: 700px) {
  .sa-main-cat-menu-btn {
    display: none;
  }
}

.sa-main-cat-menu-btn-mobile {
  padding: 0px 10px 0px 10px;
  color: #343434;
  display: none;
}
@media all and (max-width: 700px) {
  .sa-main-cat-menu-btn-mobile {
    display: flex;
  }
}

.stt-ns-left {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media all and (max-width: 550px) {
  .stt-ns-left {
    gap: 20px;
  }
}

.sa-main-cat-menu-btn-active .sand-black-button {
  background: #E83573;
}

.woocommerce-product-details__short-description p {
  background: none !important;
}

.sa-webshop-categories-menu {
  visibility: hidden;
  display: flex;
  background-color: white;
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.14);
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 999;
  max-height: 500px;
}
@media all and (max-width: 750px) {
  .sa-webshop-categories-menu {
    width: 100%;
  }
}

.sa-webshop-main-categories {
  width: 25%;
  padding: 25px 0px;
  background-color: #2A2A2A;
  max-height: 500px;
  overflow: auto;
}
@media all and (max-width: 750px) {
  .sa-webshop-main-categories {
    max-width: 50%;
  }
}
.sa-webshop-main-categories a {
  color: #FFFFFF;
}
.sa-webshop-main-categories a:hover {
  color: #E83573;
}

.sa-webshop-main-option {
  padding: 5px 15px 5px 10%;
  cursor: pointer;
  word-break: break-all;
}
@media all and (max-width: 750px) {
  .sa-webshop-main-option {
    padding: 5px 10px 5px 20%;
  }
}

.sa-webshop-main-option-active {
  background-color: #3B3B3B;
  color: #E83573;
}

.sa-webshop-main-option:hover {
  color: #E83573;
  background-color: #3B3B3B;
}

.sa-webshop-categories-second {
  width: 75%;
  background-color: white;
  color: #2A2A2A;
  display: none;
  flex-direction: column;
  padding: 25px 10px 0px 10px;
}
@media all and (max-width: 750px) {
  .sa-webshop-categories-second {
    width: 65%;
  }
}

.sa-webshop-second-option {
  padding: 5px 15px 5px 15px;
  min-width: 26%;
}
.sa-webshop-second-option a {
  color: #2A2A2A;
}
.sa-webshop-second-option a:hover {
  color: #E83573;
}
@media all and (max-width: 750px) {
  .sa-webshop-second-option {
    padding: 5px 15px 5px 15px;
    width: 100%;
  }
}

.sa-filter-menu-wrapper {
  background-color: white;
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.14);
  margin-top: 25px;
  padding: 15px;
}
.sa-filter-menu-wrapper .active, .sa-filter-menu-wrapper .active li a {
  color: #E83573;
}

@media all and (max-width: 750px) {
  .sa-filter-menu-categories {
    display: none;
  }
}

.sa-filter-menu-wrapper li {
  cursor: pointer;
}

.sa-filter-menu-wrapper li:hover {
  color: #E83573;
}

.sa-filter-menu-wrapper ul {
  margin: 0 0 0 20px !important;
}

.sa-filter-menu-wrapper li, ul {
  list-style-type: none !important;
}

.sa-list-category {
  color: #585858;
  font-size: 18px !important;
}

.sa-filter-menu-item, .sa-category-menu-item {
  padding: 10px;
  display: flex;
  flex-direction: column;
  color: #585858;
  border-bottom: 2px solid rgba(88, 88, 88, 0.2039215686);
}
.sa-filter-menu-item .sa-filter-menu-item-title, .sa-filter-menu-item .sa-category-menu-item-title, .sa-category-menu-item .sa-filter-menu-item-title, .sa-category-menu-item .sa-category-menu-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media all and (max-width: 750px) {
  .sa-filter-menu-item .sa-category-menu-item-title i, .sa-category-menu-item .sa-category-menu-item-title i {
    transform: rotate(180deg);
  }
}
.sa-filter-menu-item .sa-filter-menu-content, .sa-category-menu-item .sa-filter-menu-content {
  padding: 15px 0px 15px 0px;
}
.sa-filter-menu-item .sa-size-chart-content, .sa-category-menu-item .sa-size-chart-content {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.sa-filter-menu-item .sa-size-chart-content .sa-size-chart-option, .sa-category-menu-item .sa-size-chart-content .sa-size-chart-option {
  width: 40%;
  background-color: #2a2a2a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.sa-filter-menu-item .sa-size-chart-content .active, .sa-category-menu-item .sa-size-chart-content .active {
  background: #E83573;
}
.sa-filter-menu-item .sa-color-picker-content, .sa-category-menu-item .sa-color-picker-content {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.sa-filter-menu-item .sa-color-picker-content .sa-color-picker-option, .sa-category-menu-item .sa-color-picker-content .sa-color-picker-option {
  text-align: center;
  width: 45%;
  background-color: #2a2a2a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.sa-filter-menu-item .sa-color-picker-content .active, .sa-category-menu-item .sa-color-picker-content .active {
  background: #E83573;
}
.sa-filter-menu-item .sa-item-stock-content, .sa-category-menu-item .sa-item-stock-content {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.sa-filter-menu-item .sa-item-stock-content .sa-in-stock-option, .sa-category-menu-item .sa-item-stock-content .sa-in-stock-option {
  width: 45%;
  background-color: #2a2a2a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.sa-filter-menu-item .sa-item-stock-content .active, .sa-category-menu-item .sa-item-stock-content .active {
  background: #E83573;
}

.sa-filter-menu-border {
  border-bottom: 2px solid rgba(88, 88, 88, 0.2039215686);
}

.sa-webshop-welcome-wrapper {
  padding-top: 20px;
}

.sa-products-display-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  min-height: 700px;
}
.sa-products-display-wrapper:after {
  content: "";
  width: 32%;
}

.sa-product-display-wrapper::after {
  content: "";
  flex: auto;
}

.sa-product-display-wrap {
  height: 420px;
  max-height: 420px;
  width: 32%;
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.14);
  margin-top: 25px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sa-product-display-wrap a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1100px) {
  .sa-product-display-wrap {
    width: 48%;
  }
}
@media all and (max-width: 550px) {
  .sa-product-display-wrap {
    width: 100%;
  }
}

.sa-webshop-welcome-right {
  padding-bottom: 10px;
}
.sa-webshop-welcome-right p {
  padding-bottom: 10px;
}

.sa-bg-dam {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/images/webshop/women.jpg");
}

.sa-bg-herr {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/images/webshop/men.jpg");
}

.sa-bg-sport {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/images/webshop/sport.jpg");
}

.sa-bg-barn {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/images/webshop/kids.jpg");
}

.sa-bg-outlet {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/images/webshop/outlet.jpg");
}

.sa-bg-tryckeri {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../../images/transfer.jpg");
}

.sa-welcome-product-display-wrap {
  height: 290px;
  max-height: 290px;
  width: 32%;
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.14);
  margin-top: 25px;
  background-color: #2a2a2a;
  background-size: cover;
}
.sa-welcome-product-display-wrap .sa-text-wrap {
  background: none;
  color: white;
  height: 100%;
}
.sa-welcome-product-display-wrap .sa-text-wrap .sa-text-section-name {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
}
.sa-welcome-product-display-wrap .sa-text-wrap:hover {
  color: #E83573;
}
@media all and (max-width: 1100px) {
  .sa-welcome-product-display-wrap {
    width: 48%;
  }
}
@media all and (max-width: 550px) {
  .sa-welcome-product-display-wrap {
    width: 100%;
  }
}

.sa-product-list-image-wrap {
  position: relative;
  background: white;
  height: 250px;
  display: flex;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  background-origin: content-box;
}

.sa-webshop-second-option-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

.sa-text-wrap {
  background: white;
  padding: 15px;
  height: 120px;
  text-align: center;
  flex: 1;
}

.sa-text-name-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.sa-text-name-wrap .sa-text-product-name {
  text-transform: uppercase;
}
.sa-text-name-wrap .colors-available-container {
  display: flex;
  justify-content: center;
}
.sa-text-name-wrap .colors-available-container .colors-available {
  border: 1px solid rgb(0, 0, 0);
  color: rgb(107, 105, 105);
  padding: 5px 10px;
  line-height: normal;
}
.sa-text-name-wrap .sa-text-product-price {
  color: #E83573;
}

.sa-webshop-second-popular-cats {
  display: flex;
  width: 0%;
  align-items: center;
  justify-content: space-evenly;
}

.sa-webshop-second-popular-item {
  width: 120px;
  height: 120px;
  background: salmon;
}

.sa-webshop-price-wrap {
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=style-design.css.map */