﻿/* SHOPPING */
.html-home-page .master-column-wrapper {
  width: 100%;
}

/* nivoSlider */
.shop .slider-wrapper.theme-custom {
  max-width: none;
  margin: 0 0 60px;
}

.shop .theme-custom .nivoSlider {
  width: 100vw;
  height: calc(100vh - 90px);
}

@media (max-width: 1024px) {
  .shop .theme-custom .nivoSlider {
    height: calc(100vh - 179px);
  }
}

@media (max-width: 720px) {
  .shop .theme-custom .nivoSlider {
    height: calc(100vh - 70px);
  }
}

.shop .theme-custom .nivoSlider img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.shop .theme-custom .nivoSlider .nivo-box,
.shop .theme-custom .nivoSlider .nivo-slice {
  display: none;
}

.shop .theme-custom .nivoSlider a.nivo-imageLink {
  opacity: 1;
  background: none;
}

.shop .theme-custom .nivoSlider a.nivo-imageLink > *:not(img) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  height: 50px;
  padding: 0 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  vertical-align: top;
  background: var(--RandomColor);
  transition: opacity 0.2s ease;
}

.shop .theme-custom .nivoSlider .nivo-slice {
  display: none !important;
}

.shop .theme-custom .nivo-controlNav {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 0;
}

@media (max-width: 720px) {
  .shop .theme-custom .nivo-controlNav {
    width: 100%;
  }
}

/* component container */
.component-container {
  width: 94%;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .component-container {
    width: 980px;
  }
}

@media (min-width: 1321px) {
  .component-container {
    max-width: 1280px;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .component-container {
    width: calc(100% - 30px);
  }
}

@media (max-width: 720px) {
  .component-container .center-widget .html-widget {
    width: 100%;
  }
}

/* shop banners title */
.shop .after-banners-text .after-banners-title,
.shop .mid-banners .mid-banners-title {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 3px;
  font-weight: bold;
  color: var(--RandomColor);
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 0 15px;
}

/* mid banners */
.shop .mid-banners {
  margin-bottom: 120px;
}

@media (max-width: 720px) {
  .shop .mid-banners {
    margin-bottom: 60px;
  }
}

.shop .mid-banners .banner-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.shop .mid-banners .banner-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop .mid-banners .banner-anchor::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.shop .mid-banners .banner-anchor:hover::after {
  opacity: 0;
}

.shop .mid-banners .banner-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.92px;
  text-align: center;
  pointer-events: none;
}

.shop .mid-banners .banner-list,
.shop .mid-banners .banner-list2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.shop .mid-banners .banner-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 26px;
}

.shop .mid-banners .banner-list2 li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 26px;
}

@media (max-width: 720px) {
  .shop .mid-banners .banner-list li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .shop .mid-banners .banner-list2 li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* bottom banners */
.shop .bottom-banners {
  margin-bottom: 60px;
}

.shop .bottom-banners .bottom-banner-list li {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
  padding-bottom: 30px;
}

.shop .bottom-banners .bottom-banner-list li > * {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 720px) {
  .shop .bottom-banners .bottom-banner-list li > * {
    flex: 0 0 100%;
    max-width: none;
    margin-top: 20px;
    text-align: center;
  }
}

.shop .bottom-banners .bottom-banner-list li:nth-child(even) {
  flex-direction: row-reverse;
}

.shop .bottom-banners .bottom-banner-list .image-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.shop .bottom-banners .bottom-banner-list .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop .bottom-banners .info-item-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 3px;
  font-weight: bold;
  color: var(--RandomColor);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.shop .bottom-banners .info-wrapper .linkbutton {
  margin-top: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 720px) {
  .shop .bottom-banners .info-item-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 3px;
    font-weight: bold;
    color: var(--RandomColor);
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
