.btn-big {
  text-decoration: none;
  display: inline-flex;
  height: 72px;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  font-weight: 600;
  box-shadow: 0 10px 40px -25px #000;
}
@media only screen and (max-width : 575px) {
  .btn-big {
    width: 100%;
  }
}
.btn-big.btn-buyer {
  color: #fff;
  font-weight: 600;
  background: #008181;
  background: -moz-linear-gradient(39deg, #008181 0%, #006565 100%);
  background: -webkit-linear-gradient(39deg, #008181 0%, #006565 100%);
  background: linear-gradient(39deg, #008181 0%, #006565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008181", endColorstr="#006565", GradientType=1);
  position: relative;
  z-index: 1;
}
.btn-big.btn-buyer:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
.btn-big.btn-buyer:hover:before {
  opacity: 1;
}
.btn-big.btn-buyer:before {
  background: linear-gradient(39deg, #006565 0%, #008181 100%);
}
.btn-big.btn-producer {
  color: #fff;
  font-weight: 600;
  background: #fd746c;
  background: -moz-linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  background: -webkit-linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  background: linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd746c", endColorstr="#fd8b6c", GradientType=1);
  position: relative;
  z-index: 1;
}
.btn-big.btn-producer:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
.btn-big.btn-producer:hover:before {
  opacity: 1;
}
.btn-big.btn-producer:before {
  background: linear-gradient(227deg, #fd8b6c 0%, #fd746c 100%);
}
.btn-producer-color,
.btn-buyer-color {
  color: #fff;
  font-weight: 600;
}
.btn-buyer-color {
  background: #008181;
  background: -moz-linear-gradient(39deg, #008181 0%, #006565 100%);
  background: -webkit-linear-gradient(39deg, #008181 0%, #006565 100%);
  background: linear-gradient(39deg, #008181 0%, #006565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008181", endColorstr="#006565", GradientType=1);
}
.btn-producer-color {
  background: #fd746c;
  background: -moz-linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  background: -webkit-linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  background: linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd746c", endColorstr="#fd8b6c", GradientType=1);
}
.btn-buyer-color-hover,
.btn-producer-color-hover {
  position: relative;
  z-index: 1;
}
.btn-buyer-color-hover:before,
.btn-producer-color-hover:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
.btn-buyer-color-hover:hover:before,
.btn-producer-color-hover:hover:before {
  opacity: 1;
}
.btn-buyer-color-hover:before {
  background: linear-gradient(39deg, #006565 0%, #008181 100%);
}
.btn-producer-color-hover:before {
  background: linear-gradient(227deg, #fd8b6c 0%, #fd746c 100%);
}
.btn-buyer-color-outline {
  background: #FFFFFF;
  border: 1px solid #008181;
  color: #008181;
}
.btn-buyer-color-outline-hover:hover {
  color: #FFFFFF;
}
.anim {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.anim_slow {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.anim_very_slow {
  -webkit-transition: all 7s ease-in-out;
  -moz-transition: all 7s ease-in-out;
  -o-transition: all 7s ease-in-out;
  transition: all 7s ease-in-out;
}
.anim_cubic {
  -webkit-transition: all 0.3s cubic-bezier(0.64, -0.68, 0.4, 1.85);
  -moz-transition: all 0.3s cubic-bezier(0.64, -0.68, 0.4, 1.85);
  -o-transition: all 0.3s cubic-bezier(0.64, -0.68, 0.4, 1.85);
  transition: all 0.3s cubic-bezier(0.64, -0.68, 0.4, 1.85);
}
.anim_cubic_slow {
  -webkit-transition: all 0.5s cubic-bezier(1, -0.36, 0.43, 1.28);
  -moz-transition: all 0.5s cubic-bezier(1, -0.36, 0.43, 1.28);
  -o-transition: all 0.5s cubic-bezier(1, -0.36, 0.43, 1.28);
  transition: all 0.5s cubic-bezier(1, -0.36, 0.43, 1.28);
}
.preloader_home {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #181818;
  width: 100%;
  height: 100%;
  z-index: 100;
  animation: subpage_mask_hor 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_main {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #181818;
  width: 100%;
  height: 100%;
  z-index: 10000;
  animation: main_initial 0.6s 0.3s ease-in-out both;
}
.preloader_main.bye-bye {
  animation: main_initial_rev 0.6s 0.3s ease-in-out both;
}
.reveal {
  animation: text-clip 1s 0.5s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.reveal_2 {
  animation: text-clip 1s 1.3s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_01 {
  position: absolute;
  top: 0;
  left: 0;
  background: #181818;
  width: 100%;
  height: 100%;
  z-index: 9;
  animation: subpage_mask 2s 0.5s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.reveal_01 {
  animation: text-clip 0.5s 0.2s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_photo {
  position: absolute;
  top: 0;
  right: 0;
  background: #181818;
  width: 100%;
  height: 100%;
  z-index: 9;
  animation: subpage_mask 1.7s 2s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_02 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #111;
  height: 100%;
  z-index: 9;
  animation: subpage_mask 2s 0.4s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_03 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #111;
  height: 100%;
  z-index: 9;
  animation: subpage_mask 2s 0.8s cubic-bezier(0.5, 0, 0.1, 1) both;
}
@keyframes subpage_mask {
  from {
    width: 100%;
  }
  to {
    width: 0.00001%;
  }
}
@keyframes subpage_mask_hor {
  from {
    height: 100%;
  }
  to {
    height: 0.00001%;
  }
}
@keyframes main_initial {
  from {
    width: 100%;
  }
  to {
    width: 0.00001%;
  }
}
@keyframes main_initial_rev {
  from {
    width: 0.00001%;
  }
  to {
    width: 100%;
  }
}
@keyframes subpage_mask_hor_rev {
  from {
    height: 0.00001%;
  }
  to {
    height: 100%;
  }
}
@keyframes text-clip {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
#hero {
  height: 100vh;
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width : 1199px) {
  #hero {
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#hero-producer {
  height: 100vh;
  background-color: #f1f1f1;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width : 1199px) {
  #hero-producer {
    height: auto;
    background-size: contain;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width : 767px) {
  #hero-producer {
    background-size: cover;
    background-position: left 20% center;
    background-repeat: no-repeat;
  }
}
#hero-discover {
  height: 50vh;
  background-color: #f1f1f1;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width : 1199px) {
  #hero-discover {
    height: auto;
    background-size: contain;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width : 767px) {
  #hero-discover {
    background-size: cover;
    background-position: left 20% center;
    background-repeat: no-repeat;
  }
}
#hero_text {
  padding-top: 6rem;
}
#hero_text .ht_inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
#hero_text h1 {
  font-weight: 400;
  font-size: 4.6vw;
  line-height: 1;
}
@media only screen and (max-width : 1399px) {
  #hero_text h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width : 1199px) {
  #hero_text h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width : 767px) {
  #hero_text h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width : 575px) {
  #hero_text h1 {
    font-size: 2rem;
  }
}
#hero_text p {
  width: 80%;
  margin-bottom: 1rem;
}
#hero_text p:last-of-type {
  margin-bottom: 2rem;
}
@media only screen and (max-width : 1399px) {
  #hero_text p {
    width: 90%;
  }
}
#hero_text .btn-big {
  margin-bottom: 2rem;
}
#hero_text .sub_text {
  max-width: 300px;
  text-align: left;
}
#hero_text .sub_text p {
  color: #8b8b8b;
  font-size: 90%;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0;
}
#hero_text .sub_text p a {
  display: block;
  color: #8b8b8b;
  text-decoration: underline;
  transition: color 0.3s;
}
#hero_text .sub_text p a:hover {
  color: #363636;
}
#hero_bg_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#hero_bg_cover > .row {
  height: 100%;
}
#hero_01 {
  background: #f8f8f8;
}
#hero_02 {
  background: #fbfbfb;
  opacity: 0.9;
  mix-blend-mode: screen;
}
#hero_03 {
  background: transparent;
}
.bg_products {
  background: #f9f9f9;
  position: absolute;
  width: 75%;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width : 991px) {
  .bg_products {
    width: 66.66666667%;
  }
}
@media only screen and (max-width : 767px) {
  .bg_products {
    width: 16.66666667%;
  }
}
@media only screen and (max-width : 575px) {
  .bg_products {
    width: 25%;
  }
}
#products {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width : 575px) {
  #products {
    padding-top: 3rem;
  }
}
#products .underlined_link {
  padding-top: 0;
}
#products .pc_item {
  padding: 0 1rem 2rem;
}
#products .section_title {
  text-align: center;
}
@media only screen and (max-width : 480px) {
  #products .section_title {
    text-align: left;
  }
}
#products .new-in-slider {
  padding: 0 50px;
}
@media only screen and (max-width : 480px) {
  #products .new-in-slider {
    padding: 0;
  }
}
#products .new-in-slider .owl-stage-outer {
  padding: 25px 20px;
  margin: 0 -20px;
}
@media only screen and (max-width : 1199px) {
  #products .new-in-slider .owl-stage-outer {
    padding: 25px 10px;
    margin: 0 -10px;
  }
}
@media only screen and (max-width : 480px) {
  #products .new-in-slider .owl-stage-outer {
    margin: -10px -10px 0;
  }
}
#products .new-in-slider .owl-stage-outer .owl-stage {
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width : 480px) {
  #products .new-in-slider .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width : 480px) {
  #products .new-in-slider .owl-nav {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: -4px;
  }
}
#products .new-in-slider .owl-nav .owl-prev,
#products .new-in-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width : 480px) {
  #products .new-in-slider .owl-nav .owl-prev,
  #products .new-in-slider .owl-nav .owl-next {
    position: relative;
    transform: none;
    top: initial;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    color: #ffffff;
    background: linear-gradient(39deg, #006565 0%, #008181 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width : 480px) {
  #products .new-in-slider .owl-nav .owl-prev:after,
  #products .new-in-slider .owl-nav .owl-next:after {
    position: relative;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    font-size: 11px;
    height: 15px;
  }
}
#products .new-in-slider .owl-nav .owl-prev.disabled,
#products .new-in-slider .owl-nav .owl-next.disabled {
  cursor: default;
  opacity: 0.5;
}
@media only screen and (max-width : 480px) {
  #products .new-in-slider .owl-nav .owl-prev img,
  #products .new-in-slider .owl-nav .owl-next img {
    display: none;
  }
}
#products .new-in-slider .owl-nav .owl-prev {
  left: 0;
}
@media only screen and (max-width : 480px) {
  #products .new-in-slider .owl-nav .owl-prev:after {
    content: "\f053";
  }
}
#products .new-in-slider .owl-nav .owl-next {
  right: 0;
}
@media only screen and (max-width : 480px) {
  #products .new-in-slider .owl-nav .owl-next:after {
    content: "\f054";
  }
}
#products .new-in-slider .pc_item {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#products .new-in-slider .pc_item .pci_inner {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
}
@media only screen and (max-width : 1199px) {
  #products .new-in-slider .pc_item .pci_inner {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 9px;
  }
}
#products .new-in-slider .new-in-slide {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
#product_carousel {
  width: calc(100% + 3rem);
  left: -1.5rem;
}
#product_carousel .owl-stage-outer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#product_carousel .pc_item {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width : 575px) {
  #product_carousel .pc_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.pc_item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pc_item .pci_inner {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0;
  top: 0;
  border: 1px solid #e2e2e2;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
}
.pc_item .pci_inner .pci_txt {
  text-align: left;
}
.pc_item .pci_inner .pci_txt a {
  color: #363636;
}
.pc_item .pci_inner .pci_txt a:hover {
  text-decoration: underline;
}
.pc_item .pci_inner .pci_txt .product_name {
  border-top: 1px solid #e2e2e2;
  padding: 10px 15px 0;
  display: block;
  color: #363636;
  font-weight: 800;
  font-size: 0.925rem;
}
.pc_item .pci_inner .pci_txt .product_rrp {
  display: block;
  padding: 0 15px 60px;
}
.pc_item .pci_inner .pci_txt .producer_name {
  display: block;
  font-size: 0.875rem;
  padding: 10px 15px;
  border-top: 1px solid #e2e2e2;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.pc_item a {
  display: block;
}
.pc_item a:hover picture {
  top: 5px;
  box-shadow: 0 5px 15px -20px #000 !important;
}
.pc_item a:hover .pci_text product_name {
  text-decoration: underline;
}
#whats-in-it-for-me {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width : 991px) {
  #whats-in-it-for-me {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width : 767px) {
  #whats-in-it-for-me {
    padding-bottom: 3rem;
  }
}
#whats-in-it-for-me .section_title {
  margin-bottom: 4rem;
}
#whats-in-it-for-me .bg_wiifm {
  background: #f9f9f9;
  position: absolute;
  width: 75%;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width : 991px) {
  #whats-in-it-for-me .bg_wiifm {
    width: 66.66666667%;
  }
}
@media only screen and (max-width : 767px) {
  #whats-in-it-for-me .bg_wiifm {
    width: 16.66666667%;
  }
}
@media only screen and (max-width : 575px) {
  #whats-in-it-for-me .bg_wiifm {
    width: 25%;
  }
}
#whats-in-it-for-me .wiifm_item {
  margin-bottom: 2rem;
}
#whats-in-it-for-me .wiifm_item p {
  padding-right: 1rem;
}
@media only screen and (max-width : 767px) {
  #whats-in-it-for-me .wiifm_item p {
    padding-right: 0;
  }
}
#categories {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width : 991px) {
  #categories {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width : 575px) {
  #categories {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
#categories p {
  margin-bottom: 3rem;
}
.categories_container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 46px;
}
@media only screen and (max-width : 991px) {
  .categories_container {
    gap: 0 36px;
  }
}
@media only screen and (max-width : 767px) {
  .categories_container {
    gap: 0 24px;
  }
}
@media only screen and (max-width : 575px) {
  .categories_container {
    gap: 0 32px;
  }
}
.categories_container .cc_a {
  display: flex;
  max-width: 30%;
  width: 100%;
  flex-direction: row;
  justify-content: space-evenly;
}
@media only screen and (max-width : 575px) {
  .categories_container .cc_a {
    max-width: 45%;
  }
}
.categories_container .cc_a a {
  width: 100%;
}
.categories_container .cc_a a picture {
  width: 100%;
}
.categories_container .cc_a a picture img {
  width: 100%;
}
.categories_container.categories_discover {
  margin: 0 -25px;
  justify-content: center;
}
@media only screen and (max-width : 1199px) {
  .categories_container.categories_discover {
    margin: 0 -16px;
  }
}
.categories_container.categories_discover .cc_a {
  max-width: 25%;
  padding: 0 25px;
}
@media only screen and (max-width : 1199px) {
  .categories_container.categories_discover .cc_a {
    padding: 0 16px;
  }
}
@media only screen and (max-width : 767px) {
  .categories_container.categories_discover .cc_a {
    max-width: 33.3333%;
  }
}
@media only screen and (max-width : 575px) {
  .categories_container.categories_discover .cc_a {
    max-width: 50%;
  }
}
.category_item {
  display: block;
  text-align: center;
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #363636;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.category_item picture {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 0;
  display: block;
  overflow: hidden;
  border-radius: var(--thumb-border);
  margin-bottom: 1rem;
  box-shadow: 0 10px 30px -20px #000;
}
.category_item picture img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.category_item:hover {
  color: #E35F57;
}
.category_item:hover picture img {
  transform: scale(1.05);
}
.bg_hiw {
  background: #f9f9f9;
  position: absolute;
  width: 70%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
#how-it-works {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media only screen and (max-width : 991px) {
  #how-it-works {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width : 575px) {
  #how-it-works {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
#how-it-works .hiw_wrap {
  position: relative;
}
#how-it-works .hiw_wrap .hiw_line {
  position: absolute;
  width: 100%;
  top: 40%;
  height: 10px;
  background: #4f5050;
}
#how-it-works .hiw_item {
  text-align: center;
}
#how-it-works .hiw_item picture {
  width: 80%;
  margin: 1rem auto 2rem;
  display: block;
  overflow: hidden;
  border-radius: var(--thumb-border);
  box-shadow: 0 10px 30px -20px #000;
}
#how-it-works .hiw_item .h4 {
  color: #363636;
  font-family: adobe-caslon-pro, serif;
  font-style: normal;
  font-weight: 600;
}
#hiw_content h2 {
  font-weight: 600;
}
#hiw_content ul {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
#hiw_img {
  position: relative;
}
#hiw_img picture {
  position: absolute;
  height: 100%;
  width: auto;
  display: block;
  overflow: hidden;
  border-radius: var(--thumb-border);
  margin-bottom: 1rem;
  box-shadow: 0 10px 30px -20px #000;
  right: 0;
  top: 0;
}
@media only screen and (max-width : 1199px) {
  #hiw_img picture {
    height: 100%;
    width: 90%;
  }
}
#hiw_img picture img {
  height: 100%;
  width: auto;
  max-width: unset;
}
#testimonials {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width : 575px) {
  #testimonials {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
#testimonials_carousel .owl-dots {
  text-align: center;
}
#testimonials_carousel .owl-dots .owl-dot {
  cursor: default;
}
#testimonials_carousel .owl-dots .owl-dot.active button {
  width: 25px;
  background: #008181;
}
#testimonials_carousel .owl-dots button {
  background: #EBEBEB;
  width: 15px;
  height: 3px;
  border-radius: 2px;
  margin: 0 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#testimonials_carousel .owl-dots button span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#testimonials_carousel .tc_item {
  position: relative;
  padding: 1rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
#testimonials_carousel .tc_item picture {
  display: inline-flex;
  width: 50%;
  padding: 0;
  background: #f9f9f9;
  border-radius: var(--thumb-border);
  box-shadow: 0 10px 30px -20px #000;
  overflow: hidden;
}
@media only screen and (max-width : 575px) {
  #testimonials_carousel .tc_item picture {
    display: none;
  }
}
#testimonials_carousel .tc_item .tci_txt {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  text-align: center;
  padding: 3rem;
}
@media only screen and (max-width : 575px) {
  #testimonials_carousel .tc_item .tci_txt {
    padding: 2rem 0;
  }
}
#as_seen_in {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width : 575px) {
  #as_seen_in {
    padding-top: 3rem;
  }
}
@media only screen and (max-width : 991px) {
  #as_seen_in .container {
    max-width: 960px;
  }
}
@media only screen and (max-width : 767px) {
  #as_seen_in .container {
    max-width: 540px;
  }
}
@media only screen and (max-width : 575px) {
  #as_seen_in .container {
    max-width: 100%;
  }
}
#as_seen_in .op_logo {
  padding: 2rem 0.2rem;
  text-align: center;
  color: #363636;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width : 767px) {
  #as_seen_in .op_logo:nth-child(2) {
    order: 1;
  }
}
@media only screen and (max-width : 767px) {
  #as_seen_in .op_logo:nth-child(3) {
    order: 2;
  }
}
@media only screen and (max-width : 767px) {
  #as_seen_in .op_logo:nth-child(4) {
    order: 3;
  }
}
@media only screen and (max-width : 767px) {
  #as_seen_in .op_logo:nth-child(9) {
    order: 4;
  }
}
@media only screen and (max-width : 767px) {
  #as_seen_in .op_logo:nth-child(8) {
    order: 5;
  }
}
@media only screen and (max-width : 767px) {
  #as_seen_in .op_logo:nth-child(5) {
    order: 6;
  }
}
@media only screen and (max-width : 767px) {
  #as_seen_in .op_logo:nth-child(10) {
    order: 7;
  }
}
@media only screen and (max-width : 767px) {
  #as_seen_in .op_logo:nth-child(11) {
    order: 8;
  }
}
@media only screen and (max-width : 767px) {
  #as_seen_in .op_logo:nth-child(6) {
    order: 9;
  }
}
@media only screen and (max-width : 767px) {
  #as_seen_in .op_logo:nth-child(12) {
    order: 10;
  }
}
@media only screen and (max-width : 767px) {
  #as_seen_in .op_logo:nth-child(1) {
    order: 11;
  }
}
@media only screen and (max-width : 767px) {
  #as_seen_in .op_logo:nth-child(7) {
    order: 12;
  }
}
@media only screen and (max-width : 1199px) {
  #as_seen_in .op_logo {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width : 767px) {
  #as_seen_in .op_logo {
    padding: 1rem;
  }
}
#as_seen_in .underlined_link {
  padding-top: 0;
}
#partners {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width : 575px) {
  #partners {
    padding-top: 3rem;
  }
}
#partners .op_logo {
  padding: 2rem;
  text-align: center;
  color: #363636;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#partners .underlined_link {
  padding-top: 0;
}
#our-goal {
  padding: 5rem 0;
  text-align: center;
  background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, rgba(197, 197, 197, 0.05) 100%);
}
@media only screen and (max-width : 991px) {
  #our-goal {
    padding: 4rem 0;
  }
}
@media only screen and (max-width : 767px) {
  #our-goal {
    padding: 3rem 0;
  }
}
#our-goal .section_title {
  margin-bottom: 0;
}
#our-goal p {
  max-width: 480px;
  margin: 1rem auto;
}
#growth {
  padding: 5rem 0;
  text-align: center;
}
@media only screen and (max-width : 991px) {
  #growth {
    padding: 4rem 0;
  }
}
@media only screen and (max-width : 767px) {
  #growth {
    padding: 3rem 0;
  }
}
#growth .section_title {
  margin-bottom: 1.25rem;
}
#growth p {
  max-width: 375px;
  margin: 0 auto 1rem;
}
#growth .growth-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width : 767px) {
  #growth .growth-block {
    align-items: center;
  }
}
#growth .growth-block .icon {
  margin-bottom: 1.25rem;
}
#growth .growth-block .text {
  margin: 0;
  font-size: 14px;
  color: #212529;
  text-align: left;
}
@media only screen and (max-width : 767px) {
  #growth .growth-block .text {
    text-align: center;
  }
}
#how_it_works {
  padding: 5rem 0;
  text-align: center;
}
@media only screen and (max-width : 991px) {
  #how_it_works {
    padding: 4rem 0;
  }
}
@media only screen and (max-width : 767px) {
  #how_it_works {
    padding: 3rem 0;
  }
}
#how_it_works .section_title {
  margin-bottom: 1.25rem;
}
#how_it_works p {
  max-width: 660px;
  margin: 0 auto 1rem;
}
#how_it_works .hiw-block {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width : 767px) {
  #how_it_works .hiw-block {
    flex-direction: column;
    text-align: center;
  }
}
#how_it_works .hiw-block .content {
  width: 50%;
  flex: 1;
}
@media only screen and (max-width : 767px) {
  #how_it_works .hiw-block .content {
    width: 100%;
  }
}
#how_it_works .hiw-block .content span {
  background: #F8F9FA;
  color: #008181;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 14px;
}
#how_it_works .hiw-block .content h4 {
  margin-bottom: 1.25rem;
}
#how_it_works .hiw-block .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#how_it_works .hiw-block .content ul li {
  color: #212529;
  margin-bottom: 0.25rem;
}
#how_it_works .hiw-block .content ul li:last-child {
  margin-bottom: 0;
}
#how_it_works .hiw-block .content ul li::before {
  content: "-";
}
#how_it_works .hiw-block .image {
  width: 50%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width : 767px) {
  #how_it_works .hiw-block .image {
    width: 100%;
  }
}
@media only screen and (max-width : 1199px) {
  #how_it_works .hiw-block .image img {
    width: 100%;
    height: 270px;
    object-fit: contain;
  }
}
#how_it_works .hiw-block--reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width : 767px) {
  #how_it_works .hiw-block--reverse {
    flex-direction: column;
  }
}
.product-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
  flex-direction: column;
  display: flex;
  width: 100%;
}
.product-box_img {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #F3F3F3;
}
.product-box_img:hover img {
  transform: scale(1.05);
}
.product-box_img:hover ~ .product-box_content .product_title .h6 {
  color: #E35F57;
}
.product-box_img .image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.product-box_img .image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.product-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-box_img img[alt]:after {
  display: block;
  position: absolute;
  content: attr(alt);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  padding: 0 15px;
  color: #363636;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width : 767px) {
  .product-box_img img[alt]:after {
    font-size: 14px;
    line-height: 1.3;
  }
}
.product-box_img.hover img {
  transform: scale(1.05);
}
.product-box_content,
.product-box_bottom {
  padding: 15px;
}
@media only screen and (max-width : 991px) {
  .product-box_content,
  .product-box_bottom {
    padding: 10px;
  }
}
.product-box_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-box_content .product_title {
  margin: 0 0 22px;
  display: inline-block;
  max-width: max-content;
  word-break: break-word;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-box_content .product_title:hover .h6 {
  color: #E35F57;
}
.product-box_content .h6 {
  color: #363636;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width : 991px) {
  .product-box_content .h6 {
    font-size: 14px;
  }
}
.product-box_content .price-wrap {
  margin-top: auto;
}
.product-box_content .price-wrap strong {
  color: #363636;
}
.product-box_content .rrp-price,
.product-box_content .wholesales-price {
  font-size: 14px;
  margin: 0;
}
@media only screen and (max-width : 991px) {
  .product-box_content .rrp-price,
  .product-box_content .wholesales-price {
    font-size: 12px;
  }
}
.product-box_content .wholesales-price img,
.product-box_content .wholesales-price svg {
  margin: 0 0 0 5px;
}
@media only screen and (max-width : 991px) {
  .product-box_content .wholesales-price img,
  .product-box_content .wholesales-price svg {
    margin: 0 0 0 3px;
  }
}
.product-box_bottom {
  border-top: 1px solid #F3F3F3;
  margin-top: auto;
}
.product-box_bottom .by-brand {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #616161;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width : 991px) {
  .product-box_bottom .by-brand {
    font-size: 12px;
  }
}
.product-box_bottom .by-brand:hover {
  color: #E35F57;
}
#wiifm_thumbs {
  padding-top: 3rem;
}
.wiifm_thumbs_wrap {
  --padding-x: 30px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 calc(var(--padding-x) * -1);
}
@media only screen and (max-width : 1199px) {
  .wiifm_thumbs_wrap {
    --padding-x: 23px;
  }
}
@media only screen and (max-width : 991px) {
  .wiifm_thumbs_wrap {
    --padding-x: 20px;
  }
}
@media only screen and (max-width : 575px) {
  .wiifm_thumbs_wrap {
    --padding-x: 18px;
    justify-content: flex-start;
  }
}
.wiifm_thumbs_wrap .wiifm_thumbs_item {
  display: flex;
  max-width: 20%;
  padding: 0 var(--padding-x);
  flex-direction: column;
  line-height: 1.3;
  justify-content: flex-start;
}
@media only screen and (max-width : 991px) {
  .wiifm_thumbs_wrap .wiifm_thumbs_item {
    max-width: 33.3333%;
  }
}
@media only screen and (max-width : 575px) {
  .wiifm_thumbs_wrap .wiifm_thumbs_item {
    max-width: 50%;
  }
}
.wiifm_thumbs_item {
  display: block;
  text-align: center;
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #363636;
}
.wiifm_thumbs_item picture {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 0;
  display: block;
  overflow: hidden;
  border-radius: var(--thumb-border);
  margin-bottom: 1rem;
  box-shadow: 0 10px 30px -20px #000;
}
.bg_hiw-p {
  background: #f9f9f9;
  position: absolute;
  width: 24%;
  top: 0;
  left: 38%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width : 767px) {
  .bg_hiw-p {
    width: 50%;
    left: 25%;
  }
}
@media only screen and (max-width : 575px) {
  .bg_hiw-p {
    width: 25%;
    left: 0;
  }
}
#how-it-works-producer {
  padding-top: 6rem;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width : 991px) {
  #how-it-works-producer {
    padding-top: 4rem;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width : 767px) {
  #how-it-works-producer {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width : 575px) {
  #how-it-works-producer {
    padding-top: 4rem;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
  }
}
.hiwp-txt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 4rem;
}
@media only screen and (max-width : 767px) {
  .hiwp-txt {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hiwp-txt .text_wrap {
  max-width: 300px;
}
@media only screen and (max-width : 575px) {
  .hiwp-txt .text_wrap {
    max-width: 100%;
  }
}
.hiwp_img {
  position: relative;
}
@media only screen and (max-width : 575px) {
  .hiwp_img {
    display: none;
  }
}
.hiwp_img picture {
  position: absolute;
  display: block;
  overflow: hidden;
  border-radius: var(--thumb-border);
  box-shadow: 0 10px 30px -20px #000;
  top: 0;
  height: auto;
  max-height: 100%;
  max-width: 300px;
}
@media only screen and (max-width : 575px) {
  .hiwp_img picture {
    display: none;
  }
}
.hiwp_img picture img {
  height: auto;
  width: 100%;
  max-width: unset;
}
.hiw-p-row {
  margin-bottom: 4rem;
}
.hiw-p-row:nth-child(even) .hiwp-txt {
  padding-right: 0;
  padding-left: 4rem;
}
@media only screen and (max-width : 767px) {
  .hiw-p-row:nth-child(even) .hiwp-txt {
    padding-left: 2rem;
  }
}
@media only screen and (max-width : 575px) {
  .hiw-p-row:nth-child(even) .hiwp-txt {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
}
.hiw-p-row:nth-child(even) .hiwp-txt .text_wrap {
  margin: 0 0 0 auto;
}
.hiw-p-row:nth-child(even) .hiwp_img picture {
  left: 0;
  width: calc(100% - 4rem);
}
@media only screen and (max-width : 767px) {
  .hiw-p-row:nth-child(even) .hiwp_img picture {
    width: calc(100% - 2rem);
  }
}
.hiw-p-row:nth-child(odd) .hiwp-txt {
  padding-left: 0;
  padding-right: 4rem;
}
@media only screen and (max-width : 767px) {
  .hiw-p-row:nth-child(odd) .hiwp-txt {
    padding-right: 2rem;
  }
}
@media only screen and (max-width : 575px) {
  .hiw-p-row:nth-child(odd) .hiwp-txt {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
}
.hiw-p-row:nth-child(odd) .hiwp_img picture {
  right: 0;
  width: calc(100% - 4rem);
}
@media only screen and (max-width : 767px) {
  .hiw-p-row:nth-child(odd) .hiwp_img picture {
    width: calc(100% - 2rem);
  }
}
#who-are-our-buyers {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width : 767px) {
  #who-are-our-buyers {
    padding-bottom: 1rem;
  }
}
#who-are-our-buyers #waob_thumbs {
  padding-top: 3rem;
}
#who-are-our-buyers .waob_thumbs_wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#who-are-our-buyers .waob_thumbs_wrap .waob_thumbs_item {
  display: flex;
  max-width: 13%;
  flex-direction: column;
  line-height: 1;
  justify-content: flex-start;
}
@media only screen and (max-width : 991px) {
  #who-are-our-buyers .waob_thumbs_wrap .waob_thumbs_item {
    max-width: 26%;
  }
}
@media only screen and (max-width : 575px) {
  #who-are-our-buyers .waob_thumbs_wrap .waob_thumbs_item {
    max-width: 45%;
  }
}
#who-are-our-buyers .waob_thumbs_item {
  display: block;
  text-align: center;
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #363636;
}
#who-are-our-buyers .waob_thumbs_item picture {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 0;
  display: block;
  overflow: hidden;
  border-radius: var(--thumb-border);
  margin-bottom: 1rem;
  box-shadow: 0 10px 30px -20px #000;
}
#who-are-our-buyers #waob_carousel_wrap {
  overflow: hidden;
  padding-top: 2rem;
}
#who-are-our-buyers #waob_corousel {
  width: 100%;
  position: relative;
  left: -150px;
}
@media only screen and (max-width : 767px) {
  #who-are-our-buyers #waob_corousel {
    width: 100%;
    left: 0;
  }
}
#join-shelfnow {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media only screen and (max-width : 767px) {
  #join-shelfnow {
    padding-bottom: 0;
  }
}
#join-shelfnow .form-group {
  position: relative;
}
#join-shelfnow .form-group .help-block {
  position: absolute;
  bottom: 2px;
  left: 12px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
}
#join-shelfnow #login-form .help-block {
  bottom: -22px;
  left: unset;
}
#join-shelfnow .referral-registration .form-group {
  margin-bottom: 0;
}
#join-shelfnow.invalid_code {
  background-color: var(--white);
  background-image: url("../images/bg_polygon_fff.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 563px;
  height: calc(100vh - 352px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width : 767px) {
  #join-shelfnow.invalid_code {
    min-height: 500px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #join-shelfnow.invalid_code {
    min-height: 400px;
  }
}
#join-shelfnow.invalid_code .joinus-intro_content {
  background: transparent;
  margin: 4.6rem auto 0;
}
@media only screen and (max-width : 767px) {
  #join-shelfnow.invalid_code .joinus-intro_content {
    margin: 0 auto;
  }
}
#join-shelfnow .confetti {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
#join-shelfnow .joinus-intro {
  position: relative;
  overflow: hidden;
}
#join-shelfnow .joinus-intro_content {
  max-width: 570px;
  margin: 4.6rem auto;
  text-align: center;
  padding: 1rem;
  background: var(--white);
  position: relative;
  z-index: 1;
}
#join-shelfnow .joinus-intro_content p {
  margin-bottom: 1.5rem;
}
#join-shelfnow .joinus-products {
  --gap: 20px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  --columns: 5;
  justify-content: center;
  margin: 0;
}
@media only screen and (max-width : 1199px) {
  #join-shelfnow .joinus-products {
    --columns: 4;
  }
}
@media only screen and (max-width : 991px) {
  #join-shelfnow .joinus-products {
    --columns: 4;
    --gap: 18px;
  }
}
@media only screen and (max-width : 767px) {
  #join-shelfnow .joinus-products {
    --columns: 2;
  }
}
#join-shelfnow .joinus-products .products-list_item {
  flex: 0 0 auto;
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
#join-shelfnow .btn-buyer {
  border-radius: 6px;
  padding: 16px 30px;
  border: none;
  color: #fff;
  font-weight: 600;
  background: #008181;
  background: -moz-linear-gradient(39deg, #008181 0%, #006565 100%);
  background: -webkit-linear-gradient(39deg, #008181 0%, #006565 100%);
  background: linear-gradient(39deg, #008181 0%, #006565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008181", endColorstr="#006565", GradientType=1);
  position: relative;
  z-index: 1;
}
#join-shelfnow .btn-buyer:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
#join-shelfnow .btn-buyer:hover:before {
  opacity: 1;
}
#join-shelfnow .btn-buyer:before {
  background: linear-gradient(39deg, #006565 0%, #008181 100%);
}
#join-shelfnow .btn-buyer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
  border-radius: 6px;
}
#join-shelfnow .btn-big {
  border-radius: 0;
}
#join-shelfnow .btn-big:before {
  border-radius: 0;
}
#join-shelfnow .pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 50px 0 0;
}
#join-shelfnow .pagination .prev-page,
#join-shelfnow .pagination .next-page {
  display: block;
}
#join-shelfnow .pagination .prev-page a,
#join-shelfnow .pagination .next-page a {
  border: 1px solid #008181;
  background: #008181;
  color: #ffffff;
}
#join-shelfnow .pagination .prev-page.disabled a,
#join-shelfnow .pagination .next-page.disabled a {
  pointer-events: none;
  opacity: 0.5;
}
#join-shelfnow .pagination .prev-page.disabled a:hover,
#join-shelfnow .pagination .next-page.disabled a:hover {
  box-shadow: none;
}
#join-shelfnow .pagination li a {
  display: flex;
  padding: 0;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #ffffff;
  color: #363636;
}
#join-shelfnow .pagination li a:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px;
}
#join-shelfnow .pagination li.active {
  background: transparent;
}
#join-shelfnow .pagination li.active a {
  border: 1px solid #008181;
  background: #008181;
  color: #ffffff;
  pointer-events: none;
}
#join-shelfnow .pagination li.active a:hover {
  box-shadow: none;
}
#join_buttons {
  text-align: center;
  font-size: 0;
  margin-top: 2rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width : 575px) {
  #join_buttons {
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
#join_buttons li {
  font-size: 0;
  display: inline-block;
}
@media only screen and (max-width : 575px) {
  #join_buttons li {
    display: block;
  }
}
#join_buttons li a {
  position: relative;
  font-size: 1rem;
  display: block;
  padding: 1rem 5rem;
}
@media only screen and (max-width : 767px) {
  #join_buttons li a {
    padding: 1rem 3rem;
  }
}
@media only screen and (max-width : 575px) {
  #join_buttons li a {
    width: 100%;
  }
}
#join_buttons li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
  box-shadow: 0 20px 35px -21px #656565;
}
#join_buttons li a.btn-buyer {
  border-radius: 30px 0 0 30px;
  color: #fff;
  font-weight: 600;
  background: #008181;
  background: -moz-linear-gradient(39deg, #008181 0%, #006565 100%);
  background: -webkit-linear-gradient(39deg, #008181 0%, #006565 100%);
  background: linear-gradient(39deg, #008181 0%, #006565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008181", endColorstr="#006565", GradientType=1);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width : 575px) {
  #join_buttons li a.btn-buyer {
    border-radius: 10px 10px 0 0;
  }
}
#join_buttons li a.btn-buyer:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
#join_buttons li a.btn-buyer:hover:before {
  opacity: 1;
}
#join_buttons li a.btn-buyer:before {
  background: linear-gradient(39deg, #006565 0%, #008181 100%);
}
#join_buttons li a.btn-buyer:before {
  border-radius: 30px 0 0 30px;
}
@media only screen and (max-width : 575px) {
  #join_buttons li a.btn-buyer:before {
    border-radius: 10px 10px 0 0;
  }
}
#join_buttons li a.btn-producer {
  border-radius: 0 30px 30px 0;
  color: #fff;
  font-weight: 600;
  background: #fd746c;
  background: -moz-linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  background: -webkit-linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  background: linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd746c", endColorstr="#fd8b6c", GradientType=1);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width : 575px) {
  #join_buttons li a.btn-producer {
    border-radius: 0 0 10px 10px;
  }
}
#join_buttons li a.btn-producer:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
#join_buttons li a.btn-producer:hover:before {
  opacity: 1;
}
#join_buttons li a.btn-producer:before {
  background: linear-gradient(227deg, #fd8b6c 0%, #fd746c 100%);
}
#join_buttons li a.btn-producer:before {
  border-radius: 0 30px 30px 0;
}
@media only screen and (max-width : 575px) {
  #join_buttons li a.btn-producer:before {
    border-radius: 0 0 10px 10px;
  }
}
#joinus_left {
  padding-right: 8rem;
}
@media only screen and (max-width : 1199px) {
  #joinus_left {
    padding-right: 3rem;
  }
}
@media only screen and (max-width : 767px) {
  #joinus_left {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-bottom: 4rem;
  }
}
#joinus_left h3 {
  margin-bottom: 2rem;
}
#joinus_left p a {
  color: #363636;
  font-weight: 600;
  text-decoration: underline;
}
#joinus_left p a:hover {
  text-decoration: none;
}
#joinus_left form {
  padding-top: 1rem;
}
#joinus_left form input,
#joinus_left form textarea {
  border-radius: 0;
  border: 1px solid #d1d1d1;
  width: 100%;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
#joinus_left form .recaptcha-wrapper {
  margin-bottom: 1.5rem;
}
#joinus_left form textarea {
  resize: none;
  min-height: 110px;
}
#joinus_left form button {
  width: 100%;
  margin-bottom: 1rem;
}
#joinus_right {
  position: relative;
  background: #f9f9f9;
  padding-left: 8rem;
}
@media only screen and (max-width : 1199px) {
  #joinus_right {
    padding-left: 3rem;
  }
}
@media only screen and (max-width : 767px) {
  #joinus_right {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
}
#joinus_right h3 {
  margin-bottom: 1.5rem;
}
.bg_join {
  background: #f9f9f9;
  position: absolute;
  width: 3000px;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width : 767px) {
  .bg_join {
    left: -100px;
  }
}
#productDetails {
  padding: 0 !important;
}
#productDetails .modal-dialog {
  padding: 15px 30px 50px;
}
@media (min-width: 576px) {
  #productDetails .modal-dialog {
    max-width: 1320px;
    padding: 0 50px;
  }
}
@media only screen and (max-width : 991px) {
  #productDetails .modal-dialog {
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
}
#productDetails .modal-dialog .modal-content {
  border-radius: 0;
}
#productDetails .modal-dialog .modal-header .close {
  opacity: 1;
}
#productDetails .modal-dialog .single-product {
  padding: 0;
}
#productDetails .modal-dialog .single-product .container {
  max-width: 100%;
  padding: 0;
}
#productDetails .modal-dialog .single-product .product-slider {
  height: 451px !important;
}
@media only screen and (max-width : 1199px) {
  #productDetails .modal-dialog .single-product .product-slider {
    height: 390px !important;
  }
}
@media only screen and (max-width : 991px) {
  #productDetails .modal-dialog .single-product .product-slider {
    height: 814px !important;
  }
}
@media (max-width: 820px) {
  #productDetails .modal-dialog .single-product .product-slider {
    height: 633px !important;
  }
}
@media (max-width: 768px) {
  #productDetails .modal-dialog .single-product .product-slider {
    height: 591px !important;
  }
}
@media only screen and (max-width : 767px) {
  #productDetails .modal-dialog .single-product .product-slider {
    height: 617px !important;
  }
}
@media only screen and (max-width : 575px) {
  #productDetails .modal-dialog .single-product .product-slider {
    height: 100% !important;
  }
}
@media only screen and (max-width : 575px) {
  #productDetails .modal-dialog .single-product .product-slider .owl-stage-outer {
    height: 525px !important;
  }
}
@media only screen and (max-width : 480px) {
  #productDetails .modal-dialog .single-product .product-slider .owl-stage-outer {
    height: 430px !important;
  }
}
@media (max-width: 414px) {
  #productDetails .modal-dialog .single-product .product-slider .owl-stage-outer {
    height: 364px !important;
  }
}
@media (max-width: 390px) {
  #productDetails .modal-dialog .single-product .product-slider .owl-stage-outer {
    height: 340px !important;
  }
}
#productDetails .modal-dialog .single-product .product-slider .product-slide {
  cursor: default;
}
@media only screen and (max-width : 767px) {
  #productDetails .modal-dialog .single-product .product-slider .product-slide:before {
    display: none;
  }
}
#productDetails .modal-dialog .single-product .product-slider .product-slide img {
  position: relative;
  top: inherit;
  left: inherit;
}
#productDetails .modal-dialog .single-product .product-slider .owl-dots {
  display: flex !important;
}
#productDetails .modal-dialog .single-product .product-slider.one-image .owl-stage-outer {
  height: 100% !important;
}
@media only screen and (max-width : 767px) {
  #productDetails .modal-dialog .single-product .product-slider.one-image .owl-stage-outer {
    height: 100% !important;
  }
}
#productDetails .modal-dialog .single-product .product-slider.one-image .owl-dots {
  display: none !important;
}
