.ourshop-video {
  padding: 4% 0 3% 0;
}

.ourshop-review {
  padding: 3% 0 1% 0;
  margin: 0 0 1% 0;
}

.ourshop-banner .banner {
  position: relative;
}

.ourshop-banner .freetext {
  position: absolute;
  top: 0;
  left: 0;
}
.ourshop-introduction a {
  color: #0d578b;
  text-decoration: underline;
}
.ourshop-intro-left {
  padding: 0 3vw 0 15vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ourshop-intro-right {
  padding: 0 15vw 0 3vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ourshop-intro-left .title,
.ourshop-intro-right .title {
  font-size: 2.19vw;
  font-weight: 500;
  padding-bottom: 6%;
}
.ourshop-intro-left .subtitle,
.ourshop-intro-right .subtitle {
  padding-bottom: 3%;
}
.ourshop-intro-left .subtitle span,
.ourshop-intro-right .subtitle span {
  font-weight: 400;
}
.BG-grey-ourshop {
  background-color: #f2f2f2;
  height: 100%;
}
.BG-beige-ourshop {
  background-color: #ffe6d4;
  height: 100%;
}

.learnmore {
  display: flex;
  align-items: center;
  border-bottom: 1px black solid;
  width: fit-content;
  cursor: pointer;
}
.learnmore:hover {
  transform: translateX(10px);
  transition: 0.4s ease-in-out;
}
.learnmore a {
  font-size: 0.94vw;
  text-decoration: none;
  color: black;
}
.learnmore .icon {
  width: 13%;
}

.BG-grey-ourshop-video {
  background-color: #f5f5f5;
}

.ourshop-video .title,
.ourshop-review .title {
  font-size: 42px;
  font-weight: 400;
  padding-bottom: 4%;
  text-align: center;
}

.video-width,
.review-width {
  width: 950px;
}

.video-center,
.browseby-center,
.review-center {
  display: flex;
  justify-content: center;
}

.slide-video2 .owl-nav .owl-prev img,
.slide-video2 .owl-nav .owl-next img {
  width: 0.9vw;
}
.slide-video2 .owl-nav button.owl-prev {
  background: #ffffffa8;
  width: 2.3vw;
  height: 2.3vw;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #efefef 1px solid;
  position: absolute;
  top: 45%;
  left: -20%;
  visibility: hidden;
  transition: 2s ease-out;
}
.slide-video2 .owl-nav button.owl-next {
  background: #ffffffb3;
  width: 2.3vw;
  height: 2.3vw;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #efefef 1px solid;
  position: absolute;
  top: 45%;
  right: -20%;
  visibility: hidden;
  transition: 2s ease-out;
}
.slide-video2:hover .owl-nav button.owl-prev,
.slide-video2:hover .owl-nav button.owl-next {
  visibility: visible;
  background: #ffffffb3;
}

/* -------- OURSHOP & HOME BROWSE BY -------- */
.BG-grey-ourshop-browseby {
  background-color: #ebebeb;
}

.ourshop-browseby {
  padding: 5% 0;
}
.ourshop-browse {
  color: #9b9794;
  border: 1px #9b9794 solid;
}
.ourshop-browse .title {
  font-size: 22px;
  font-weight: 400;
  height: 55px;
  width: 100%;
  color: #5d5d5d;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourshop-browse table {
  width: 100%;
}
.ourshop-browse td {
  font-size: 36px;
  font-weight: 400;
  height: 85px;
  color: #5d5d5d;
  width: 50%;
  border-top: 1px #9b9794 solid;
  border-bottom: 1px #9b9794 solid;
  text-align: center;
  cursor: pointer;
}

.ourshop-browse .ourshopbrowse:hover,
.ourshop-browse .ourshopbrowse-active {
  color: #ffffff !important;
  background-color: #5d5d5d;
  transition: 0.3s ease;
}
.ourshop-browse .ourshopbrowse:hover {
  color: #ffffff !important;
  background-color: #5d5d5db2;
  transition: 0.3s ease;
}

.ourshop-browse .ourshopbrowse-content {
  height: 345px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourshop-browse .ourshopbrowse-content .ourshop-slide-width {
  width: 90%;
  height: 80%;
}

.slide-browseby-content .outer {
  display: flex;
}
.slide-browseby-content .inner {
  width: 20%;
}
.slide-browseby-content .item .text {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
}
.slide-browseby-content .item .box a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.slide-browseby-content .item .box {
  margin: 1rem 0;
}
/* .slide-browseby-content .item .box .icon,
.slide-browseby-content .item .box .icon-orange {
  width: 65px;
  margin-bottom: 0.5rem;
} */
.slide-browseby-content .item img {
  width: 100%;
}
.slide-browseby-content .item .box .icon-orange {
  display: none;
}
.slide-browseby-content .item .box:hover .icon-orange {
  display: block;
}
.slide-browseby-content .item .box:hover .icon {
  display: none;
}
.slide-browseby-content .item .box:hover .text {
  color: #e93b71;
}
.owl-theme.slide-browseby-content .owl-nav.disabled + .owl-dots {
  margin: 0;
}

.BG-grey-review {
  background-color: #f2f2f2;
}
.ourshop-review .head {
  text-align: center;
  padding-bottom: 4%;
}
.ourshop-review .head .subtitle {
  /*   font-size: 1.57vw; */
  font-size: 30px;
}
.slide-review .reviewbox {
  position: relative;
  height: 555px;
}
.slide-review .greenbox {
  width: 212px;
  height: 212px;
  border: 5px #0d578b solid;
  position: absolute;
  bottom: 0;
  left: 5.5rem;
  z-index: 1;
}
.slide-review .user-img {
  position: absolute;
  z-index: 3;
  left: 6.5rem;
  top: 0;
  width: 400px;
}
.slide-review .user-img img {
  width: 100%;
}
.slide-review .whitebox {
  position: absolute;
  background-color: #edf7ff;
  width: 500px;
  height: fit-content;
  padding: 2rem;
  z-index: 5;
  top: 15%;
  right: 0.5rem;
  /*   background-image: url(../img/ourshop-review-icon-quote-.png);
  background-repeat: no-repeat;
  background-position: 1.5rem 1.5rem;
  background-size: 2.5rem; */
}
.slide-review .user-text {
  font-size: 20px;
}

.slide-review .user-name {
  font-size: 20px;
  font-weight: 400;
}

.slide-review .owl-nav .owl-prev img,
.slide-review .owl-nav .owl-next img {
  width: 16px;
}
.slide-review .owl-nav button.owl-prev {
  background: #ffffffa8;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #efefef 1px solid;
  position: absolute;
  top: 45%;
  left: -10%;

  transition: 2s ease-out;
}
.slide-review .owl-nav button.owl-next {
  background: #ffffffb3;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #efefef 1px solid;
  position: absolute;
  top: 45%;
  right: -10%;

  transition: 2s ease-out;
}

@media (max-width: 991px) {
  .ourshop-video {
    padding: 20px 0 25px 0;
  }

  .ourshop-review {
    padding: 1rem 0 0 0;
    margin: 0;
  }

  .BG-grey-ourshop,
  .BG-beige-ourshop,
  .ourshop-intro-img,
  .BG-beige-ourstory-center,
  .BG-grey-ourstory-center {
    height: auto;
  }

  .ourstory-banner .text,
  .ourquality-banner .text {
    font-size: 26px !important;
    left: 18px;
    text-align: center;
  }
  .ourshop-intro-left .title,
  .ourshop-intro-right .title {
    font-size: 22px;
    padding-bottom: 1rem;
  }
  .ourshop-intro-left .subtitle,
  .ourshop-intro-right .subtitle {
    font-size: 16px;
    /*     height: 6.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis; */
    margin: 0 0 1rem 0;
  }
  .ourshop-intro-left .subtitle span,
  .ourshop-intro-right .subtitle span {
    font-size: 16px;
    font-weight: 400;
  }
  .learnmore a {
    font-size: 14px;
  }
  .ourshop-intro-left,
  .ourshop-intro-right {
    padding: 15px;
  }
  .ourshop-video .title,
  .ourshop-review .title {
    font-size: 20px;
  }

  .slide-video .owl-nav button.owl-prev {
    width: 20px;
    height: 20px;
    padding: 0;
    left: -6%;
    top: 43%;
  }
  .slide-video .owl-nav button.owl-next {
    width: 20px;
    height: 20px;
    padding: 0;
    right: -6%;
    top: 43%;
  }

  .video-prev,
  .video-next {
    display: none;
  }

  /* -------- OURSHOP & HOME BROWSE BY -------- */
  .ourshop-browseby {
    padding: 5% 0;
  }

  .ourshop-browseby .title {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #5d5d5d 1px solid;
    border-bottom: 0;
  }
  .ourshop-browseby .title,
  .ourshop-browseby .ourshopbrowse-active,
  .ourshop-browseby td {
    font-size: 14px;
    font-weight: 400;
  }
  .ourshop-browseby table {
    width: 100%;
  }
  .ourshop-browseby td {
    height: 50px;
    width: 50%;
    text-align: center;
    border: #5d5d5d 1px solid;
    border-collapse: collapse;
  }
  .ourshop-browseby .ourshopbrowsemb-active {
    color: #ffffff !important;
    background-color: #5d5d5d;
  }
  .ourshop-browseby .homebrowse-contentbox {
    border: 1px #5d5d5d solid;
    border-top-width: 0;
  }

  /* VIDEO */
  .video-width {
    width: 80%;
  }

  /* REVIEW */
  .review-width {
    width: 100%;
  }
  .ourshop-review .head .subtitle {
    font-size: 18px;
  }

  .slide-review .item .reviewbox {
    height: 230px;
    position: relative;
  }
  .slide-review .item .user-img {
    margin: 0;
    width: 150px;
    position: absolute;
    left: 6%;
  }
  .slide-review .item .greenbox {
    width: 120px;
    height: 120px;
    bottom: 3.5rem;
    left: 0.3rem;
    border: 3px #8dd6a4 solid;
  }
  .slide-review .item .whitebox {
    width: 53vw;
    height: fit-content;
    top: 13%;
    right: 1%;
    border-left: white 8px solid;
    border-top: white 3px solid;
    background-size: 20px;
    background-position: 0 2vw;
    padding: 35px 10px 10px 0;
  }
  .slide-review .item .user-text {
    font-size: 12px;
  }
  .slide-review .item .user-name {
    font-size: 16px;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .ourshop-intro-right {
    padding: 0 7vw 0 3vw;
  }
  .ourshop-intro-left {
    padding: 0 3vw 0 7vw;
  }
}
