/* Fonts */
/* Colors */
/* Widths */
/* Breakpoints */
/* Media Queries */
.dokan-store .site-main {
  background: linear-gradient(180deg, #f7f7f7 415px, white 415px);
}
.dokan-store #breadcrumbs {
  background-color: #f7f7f7;
}
.dokan-store .vendor-campaigns__list {
  margin-top: 30px;
}

.store-welcome {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.store-welcome .store-logo {
  flex-basis: 115px;
  width: 115px;
  height: 115px;
  background-color: white;
  margin-right: 30px;
  border: 15px solid white;
  border-radius: 100%;
}
.store-welcome h1 {
  flex-basis: calc(50% - 150px);
  margin: 0 auto 0 0;
  font-size: 36px;
}
.store-welcome h3 {
  max-width: 500px;
  font-size: 18px;
}
.store-welcome .store-opening-hours {
  flex-basis: 100%;
  gap: 40px;
  display: flex;
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}
.store-welcome .store-opening-hours div {
  display: none;
}
.store-welcome .store-opening-hours div:first-child {
  display: block;
  padding-right: 0;
}
.store-welcome .store-opening-hours div strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.store-welcome .store-opening-hours a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.store-header {
  margin-bottom: 30px;
}

.store-navigation {
  margin-bottom: 30px;
}

#vendor-experiences {
  margin-top: 30px;
}

@media only screen and (max-width: 1279px) {
  .store-welcome .store-logo {
    flex-basis: 100px;
    width: 100px;
    height: 100px;
    margin-right: 25px;
    border: 10px solid white;
  }
  .store-welcome h1 {
    flex-basis: calc(60% - 130px);
    font-size: 36px;
  }
  .store-welcome h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .store-welcome {
    align-items: flex-start;
  }
  .store-welcome h1 {
    flex-basis: calc(100% - 130px);
  }
  .store-welcome h3 {
    flex-basis: 100%;
    font-size: 16px;
    margin-top: -50px;
    margin-left: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .store-welcome {
    align-items: center;
  }
  .store-welcome .store-logo {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border: 5px solid white;
  }
  .store-welcome h1 {
    flex: 1;
    font-size: 24px;
  }
  .store-welcome h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
  }
  .store-welcome .store-opening-hours {
    margin-top: 0;
    padding-bottom: 20px;
    gap: 10px;
    font-size: 14px;
  }
  .store-welcome .store-opening-hours div strong {
    font-size: 12px;
  }
  .store-welcome .store-opening-hours a {
    font-size: 12px;
  }
}
.store-header__hero {
  height: 495px;
}
.store-header__hero img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.store-header__hero .dokan-store-contact {
  position: absolute;
  bottom: 40px;
  right: 40px;
  margin: 0;
  padding: 18px 30px 16px;
  display: flex;
  align-items: center;
}
.store-header__hero .dokan-store-contact i {
  margin-right: 10px;
}
.store-header__hero .dokan-store-contact-overlay {
  position: fixed;
  pointer-events: none;
  z-index: -99;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
.store-header__hero .dokan-store-contact-overlay.visible {
  pointer-events: auto;
  z-index: 99;
  opacity: 1;
}
.store-header__hero .dokan-store-contact-overlay button {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 20px;
}
.store-header__hero .dokan-store-contact-overlay .dokan-store-contact-overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background-color: white;
  padding: 90px;
}
.store-header__hero .dokan-store-contact-overlay .dokan-store-contact-overlay-content .dokan-store-phone,
.store-header__hero .dokan-store-contact-overlay .dokan-store-contact-overlay-content .dokan-store-email {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D6593B;
}
.store-header__hero .dokan-store-contact-overlay .dokan-store-contact-overlay-content .dokan-store-phone i,
.store-header__hero .dokan-store-contact-overlay .dokan-store-contact-overlay-content .dokan-store-email i {
  margin-right: 10px;
}
.store-header__hero .scroll-down {
  position: absolute;
  z-index: 1;
  width: 300px;
  min-height: 90px;
  left: 70%;
  top: -1px;
  margin-left: -100px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  background-image: url("/wp-content/themes/torget/static/images/shape.svg");
  background-repeat: no-repeat;
  background-position: center -100px;
  background-size: cover;
}
.store-header__hero .scroll-down i {
  z-index: 3;
  top: -45px;
}
.store-header__hero .scroll-down:before {
  position: absolute;
  z-index: 2;
  top: -45px;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  box-sizing: unset;
  background-color: #D6593B;
  transition: all 0.3s ease;
}
.store-header__hero .scroll-down:hover {
  background-position: center top;
}
.store-header__hero .scroll-down:hover:before {
  box-shadow: 0px 0px 0px 12px rgba(214, 89, 59, 0.25);
}

@media only screen and (max-width: 1279px) {
  .store-header__hero {
    height: 400px;
  }
  .store-header__hero .dokan-store-contact {
    bottom: 25px;
    right: 25px;
  }
  .store-header__hero .scroll-down {
    width: 180px;
    min-height: 50px;
    left: auto;
    right: 10px;
    background-position: center top;
    font-size: 16px;
  }
  .store-header__hero .scroll-down i {
    top: -25px;
  }
  .store-header__hero .scroll-down:before {
    width: 60px;
    height: 60px;
    top: -30px;
    box-shadow: 0px 0px 0px 5px rgba(214, 89, 59, 0.25);
  }
  .store-header__hero .scroll-down:hover:before {
    box-shadow: 0px 0px 0px 5px rgba(214, 89, 59, 0.25);
  }
}
@media only screen and (max-width: 1023px) {
  .store-header__hero .dokan-store-contact {
    bottom: 25px;
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .store-header__hero {
    height: 240px;
  }
  .store-header__hero img {
    width: 67px;
    height: 140px;
  }
  .store-header__hero .scroll-down:before {
    box-shadow: none;
  }
  .store-header__hero .scroll-down:hover:before {
    box-shadow: none;
  }
  .store-header__hero .dokan-store-contact {
    bottom: 15px;
    right: 15px;
    padding: 5px 12px 5px;
    font-size: 12px;
  }
  .store-header__hero .dokan-store-contact i {
    margin-right: 7px;
  }
  .store-header__hero .dokan-store-contact-overlay .dokan-store-contact-overlay-content {
    width: 100%;
    padding: 50px 20px;
  }
  .store-header__hero .dokan-store-contact-overlay .dokan-store-contact-overlay-content h2 {
    margin-bottom: 0;
  }
  .store-header__hero .dokan-store-contact-overlay .dokan-store-contact-overlay-content a {
    font-size: 14px;
  }
}
.store-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.store-navigation:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #ededed;
}
.store-navigation li {
  margin-right: 50px;
}
.store-navigation li a, .store-navigation li button {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  font-size: 20px;
  color: #000000 !important;
  background-color: transparent !important;
  border: none !important;
}
.store-navigation li a:after, .store-navigation li button:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: black;
  transition: all 0.3s ease;
}
.store-navigation li a:hover, .store-navigation li a:focus, .store-navigation li a.active, .store-navigation li button:hover, .store-navigation li button:focus, .store-navigation li button.active {
  color: #000000 !important;
  background-color: transparent !important;
  border: none !important;
}
.store-navigation li a:hover:after, .store-navigation li a:focus:after, .store-navigation li a.active:after, .store-navigation li button:hover:after, .store-navigation li button:focus:after, .store-navigation li button.active:after {
  left: 0;
  width: 100%;
}
.store-navigation li:last-child {
  display: none;
}

.dokan-store .mfp-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dokan-store .mfp-container .mfp-content {
  flex-basis: 280px;
  padding: 50px 30px;
  background-color: white;
  border-radius: 10px;
}
.dokan-store .mfp-container .mfp-content .dokan-share-wrap {
  font-size: 30px;
}
.dokan-store .mfp-container .mfp-content .jssocials-shares {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 18px;
}
.dokan-store .mfp-container .mfp-content .dokan-share-popup-wrapper {
  position: static;
}
.dokan-store .mfp-container .mfp-content .mfp-close {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1023px) {
  .store-navigation li {
    margin-right: 30px;
  }
  .store-navigation li a, .store-navigation li button {
    font-size: 18px;
  }
  .store-navigation li:last-child i {
    font-size: 16px;
    bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .store-navigation li {
    margin-right: 5px;
  }
  .store-navigation li a, .store-navigation li button {
    font-size: 12px;
    white-space: nowrap;
  }
  .store-navigation li:last-child i {
    font-size: 14px;
    margin-left: 3px;
    bottom: 1px;
  }
}
.vendor-biography {
  display: flex;
  justify-content: center;
  margin-top: 30px !important;
}
.vendor-biography .biography-logo {
  flex-basis: 150px;
  width: 150px;
  height: 150px;
  border: 1px solid #ededed;
  border-radius: 100%;
  margin-right: 50px;
}
.vendor-biography .biography-content {
  max-width: 700px;
}
.vendor-biography .biography-content strong {
  font-weight: bold;
}
.vendor-biography .biography-content #oppettider p {
  margin-bottom: 0;
}
.vendor-biography .biography-content #oppettider .widget-title {
  display: none;
}
.vendor-biography .biography-content #oppettider .dokan-store-open-close {
  display: inline-block;
}
.vendor-biography .biography-content #oppettider .open-close-day {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}
.vendor-biography .biography-content #oppettider .working-day {
  width: auto;
}
.vendor-biography .biography-content #oppettider .store-times {
  margin-left: auto;
}

@media only screen and (max-width: 1023px) {
  .vendor-biography .biography-content {
    max-width: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .vendor-biography {
    display: block;
  }
  .vendor-biography .biography-logo {
    width: 90px;
    height: 90px;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .vendor-biography .biography-content {
    max-width: none;
  }
  .vendor-biography .biography-content img {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}
.vendor-services {
  margin-top: 30px !important;
}
.vendor-services .service-description,
.vendor-services .vendor-services-list {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.vendor-services .service-description h1, .vendor-services .service-description h2, .vendor-services .service-description h3, .vendor-services .service-description h4, .vendor-services .service-description h5, .vendor-services .service-description h6, .vendor-services .service-description p, .vendor-services .service-description ul, .vendor-services .service-description ol,
.vendor-services .vendor-services-list h1,
.vendor-services .vendor-services-list h2,
.vendor-services .vendor-services-list h3,
.vendor-services .vendor-services-list h4,
.vendor-services .vendor-services-list h5,
.vendor-services .vendor-services-list h6,
.vendor-services .vendor-services-list p,
.vendor-services .vendor-services-list ul,
.vendor-services .vendor-services-list ol {
  margin-bottom: 15px;
}
.vendor-services .vendor-services-list {
  padding-top: 15px;
}
.vendor-services .service-download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  margin-top: 15px;
  background: #FDF4EF;
  font-size: 18px;
  font-weight: bold;
}
.vendor-services .service-download .icon-pdf {
  font-size: 40px;
  color: #D6593B;
  margin-right: 25px;
}
.vendor-services .service-download span {
  margin-right: auto;
}
.vendor-services .service-download .icon-arrow:after {
  display: block;
  content: "";
  height: 2px;
  margin-top: 2px;
  background: #000000;
}
.vendor-services .service-download:hover span {
  text-decoration: underline;
}

@media only screen and (max-width: 1023px) {
  .vendor-services .service-description,
  .vendor-services .vendor-services-list {
    max-width: 480px;
  }
  .vendor-services .service-download {
    padding: 20px;
    margin-top: 15px;
    font-size: 16px;
  }
  .vendor-services .service-download .icon-pdf {
    font-size: 36px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .vendor-services {
    display: block;
  }
  .vendor-services .service-description,
  .vendor-services .vendor-services-list {
    max-width: none;
  }
  .vendor-services .service-download {
    padding: 15px;
    margin-top: 10px;
    font-size: 14px;
  }
  .vendor-services .service-download .icon-pdf {
    font-size: 30px;
    margin-right: 15px;
  }
}
/*# sourceMappingURL=single-store.css.map */
