@font-face {
  font-family: 'adobe-caslon-pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ACaslonPro-Regular.woff) format('woff'), url(../fonts/ACaslonPro-Regular.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'adobe-caslon-pro';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/ACaslonPro-Semibold.woff) format('woff'), url(../fonts/ACaslonPro-Semibold.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'adobe-caslon-pro';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/ACaslonPro-Bold.woff) format('woff'), url(../fonts/ACaslonPro-Bold.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
:root {
  --yellow: #F3BE1E;
  --red: #EA2F3C;
  --white: #FFFFFF;
  --thumb-border: 30px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #2d2d2d;
}
body {
  height: 100%;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #616161;
  font-size: 16px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.fixed {
  overflow: hidden;
  height: 100%;
}
.font-lato {
  font-family: 'Lato', sans-serif;
}
.font-caslon {
  font-family: adobe-caslon-pro, serif;
  font-style: normal;
}
.section {
  position: relative;
  width: 100%;
}
h1,
h2,
h3,
h4 {
  color: #363636;
  font-family: adobe-caslon-pro, serif;
  font-style: normal;
  font-weight: 600;
}
.h1-big {
  font-size: 4rem;
}
@media only screen and (max-width : 767px) {
  .h1-big {
    font-size: 3rem;
  }
}
@media only screen and (max-width : 575px) {
  .h1-big {
    font-size: 2.5rem;
  }
}
a {
  text-decoration: none;
}
.container-mid {
  max-width: 1100px;
}
@media only screen and (max-width : 767px) {
  .container-mid {
    max-width: 540px;
  }
}
::selection {
  background: var(--yellow);
  color: var(--primary);
}
::-moz-selection {
  background: var(--yellow);
  color: var(--primary);
}
.split_line {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.split_line.sl_producer svg {
  max-width: 100px;
}
.split_line.sl_producer svg path {
  fill: #e35f57;
}
.form_terms {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.text-producer {
  color: #e35f57 !important;
}
.text-producera:hover {
  color: #c9524a !important;
}
.link_ul {
  text-decoration: underline;
  color: #363636;
}
.link_ul:hover {
  color: #e35f57;
}
.text-buyer {
  color: #008181;
}
.regular_list li {
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.styled_list li {
  font-size: 1.25rem;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width : 575px) {
  .styled_list li {
    font-size: 1rem;
  }
}
.styled_list li:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 5px;
}
.styled_list.color-buyer li:before {
  background: url("../images/svg/list_dot_buyer.svg") no-repeat center / contain;
}
.styled_list.color-producer li:before {
  background: url("../images/svg/list_dot_producer.svg") no-repeat center / contain;
}
.underlined_link {
  color: #363636;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.underlined_link:after {
  -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);
  content: '';
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 4px;
  left: 0;
}
.underlined_link.ul_producer:after {
  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);
}
.underlined_link.ul_buyer:after {
  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);
}
.underlined_link:hover {
  color: #363636;
}
.underlined_link:hover:after {
  left: -10px;
  width: calc(100% + 20px);
}
.section_title {
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #363636;
}
.underline_producer,
.underline_buyer {
  position: relative;
  display: inline-block;
}
.underline_producer span,
.underline_buyer span {
  position: relative;
}
.underline_producer:before,
.underline_buyer:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 0;
}
.underline_buyer:before {
  bottom: 9px;
  height: 15px;
  background-image: url(../images/line_buyer.png);
}
@media only screen and (max-width : 1399px) {
  .underline_buyer:before {
    bottom: 10px;
    height: 10px;
  }
}
@media only screen and (max-width : 767px) {
  .underline_buyer:before {
    bottom: 5px;
  }
}
@media only screen and (max-width : 575px) {
  .underline_buyer:before {
    bottom: 5px;
    height: 5px;
  }
}
.underline_producer:before {
  height: 25px;
  background-image: url(../images/line_producer.png);
}
@media only screen and (max-width : 1399px) {
  .underline_producer:before {
    height: 20px;
    bottom: 0;
  }
}
@media only screen and (max-width : 575px) {
  .underline_producer:before {
    height: 8px;
    bottom: 2px;
  }
}
.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;
}
#join-as-buyer {
  padding-top: 2rem;
  padding-bottom: 6rem;
}
#join-as-buyer p {
  opacity: 0.8;
}
#join-as-buyer p a {
  color: #363636;
  text-decoration: underline;
  -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;
}
#join-as-buyer p a:hover {
  color: #000;
}
input,
button {
  background: transparent;
  border: none;
}
#register-form .help-block,
#newsletter-form .help-block,
#login-form .help-block,
#email-verification-form .help-block,
#send-link-form .help-block,
#new-password-form .help-block {
  color: #FD746C;
  letter-spacing: 1px;
  font-size: 14px;
}
.register_wrapper .auth-icon {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  transition: background 0.3s;
}
.register_wrapper .auth-icon.google {
  background: url('../images/svg/ico-google.svg') #df4f3f no-repeat center / 25px;
}
.register_wrapper .auth-icon.facebook {
  background: url('../images/svg/ico-facebook.svg') #4968ac no-repeat center / 17px;
}
.register_wrapper .auth-icon:hover.google {
  background-color: rgba(223, 79, 63, 0.9);
}
.register_wrapper .auth-icon:hover.facebook {
  background-color: rgba(73, 104, 172, 0.9);
}
.register_wrapper ul > li {
  vertical-align: middle;
}
.register_wrapper .auth-clients {
  margin: 0;
  text-align: center;
  padding-left: 0;
}
.register_wrapper .auth-clients > li {
  position: relative;
  margin: 0;
  display: inline-block;
  width: calc(50% - 10px);
  float: none;
}
.register_wrapper .auth-clients > li:nth-child(1) {
  margin-right: 5px;
}
.register_wrapper .auth-clients > li:nth-child(2) {
  margin-left: 5px;
}
.swal2-popup .swal2-title {
  font-family: Lato, sans-serif;
}
@media only screen and (max-width : 767px) {
  .swal2-popup #swal2-title {
    font-size: 1.5rem;
  }
}
#notification {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
  bottom: 0;
}
#notification p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 0.2rem;
}
#notification.info-notice {
  background: #e35f57;
}
#notification.info-notice p {
  color: #fff;
}
@media only screen and (max-width : 991px) {
  #notification.info-notice {
    border-top: 1px solid #fff;
  }
}
#cookiesModal .modal-content {
  border: none;
}
#cookiesModal .modal-body {
  text-align: center;
  color: #363636;
  padding: 2rem;
  font-weight: 400;
}
@media only screen and (max-width : 767px) {
  #cookiesModal .modal-body {
    padding: 2rem 1rem;
    font-size: 14px;
  }
}
#cookiesModal .modal-body p {
  margin: 0;
  letter-spacing: 0;
}
#cookiesModal .modal-footer {
  justify-content: center;
  gap: 20px;
  border: none;
  padding: 1rem 2rem;
}
@media only screen and (max-width : 767px) {
  #cookiesModal .modal-footer {
    gap: 5px;
    flex-direction: column-reverse;
  }
}
#cookiesModal .modal-footer .manage-cookies {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #363636;
  padding: 0.375rem 0.75rem;
  margin: 0;
}
#cookiesModal .btn {
  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;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  border: none;
  padding: 0.7rem 1.5rem;
}
#cookiesModal .btn:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
#cookiesModal .btn:hover:before {
  opacity: 1;
}
#cookiesModal .btn:before {
  background: linear-gradient(39deg, #006565 0%, #008181 100%);
}
#cookiesModal .btn:focus {
  box-shadow: none;
}
#cookiesModal .btn:before {
  border-radius: 0.25rem;
}
#cookiesModal .privacy-preference {
  background: #FFFFFF;
  border-radius: 0.3rem;
  min-width: 650px;
  max-width: 650px;
  display: none;
  z-index: 999999;
  padding: 0;
  overflow: hidden;
  position: fixed;
  margin: 0 auto;
  top: 10%;
  bottom: 10%;
  right: 0;
  left: 0;
  flex-direction: column;
}
@media only screen and (max-width : 991px) {
  #cookiesModal .privacy-preference {
    top: 5%;
    bottom: 5%;
  }
}
@media only screen and (max-width : 767px) {
  #cookiesModal .privacy-preference {
    top: 0;
    bottom: 0;
    min-width: 100%;
    max-width: 100%;
  }
}
#cookiesModal .privacy-preference_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: #FCFCFC;
  border-bottom: 1px solid #E7E7E7;
  border-radius: 10px 10px 0px 0px;
}
#cookiesModal .privacy-preference_header span {
  font-weight: 400;
  font-size: 16px;
  color: #363636;
}
#cookiesModal .privacy-preference_content {
  padding: 15px 20px 30px;
  overflow: auto;
  font-weight: 400;
}
@media only screen and (max-width : 767px) {
  #cookiesModal .privacy-preference_content {
    font-size: 14px;
  }
}
#cookiesModal .privacy-preference_content p {
  letter-spacing: 0;
}
#cookiesModal .privacy-preference_content .btn {
  margin-bottom: 30px;
}
#cookiesModal .privacy-preference_content .acc {
  border: 1px solid #E7E7E7;
  border-radius: 5px;
}
#cookiesModal .privacy-preference_content .acc-item:first-child .acc-header {
  border-top: none;
}
#cookiesModal .privacy-preference_content .acc-header {
  display: flex;
  align-items: center;
  position: relative;
  border-top: 1px solid #E7E7E7;
  margin: 0;
}
#cookiesModal .privacy-preference_content .acc-header .circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10%;
  left: 20px;
}
@media only screen and (max-width : 767px) {
  #cookiesModal .privacy-preference_content .acc-header .circle {
    width: 9px;
    height: 9px;
    left: 15px;
  }
}
#cookiesModal .privacy-preference_content .acc-header .circle .horizontal {
  position: absolute;
  background-color: black;
  width: 10px;
  height: 1px;
  left: 0;
  top: 45%;
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}
@media only screen and (max-width : 767px) {
  #cookiesModal .privacy-preference_content .acc-header .circle .horizontal {
    width: 9px;
  }
}
#cookiesModal .privacy-preference_content .acc-header .circle .vertical {
  position: absolute;
  background-color: black;
  width: 1px;
  height: 10px;
  left: 45%;
  top: 0;
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
}
@media only screen and (max-width : 767px) {
  #cookiesModal .privacy-preference_content .acc-header .circle .vertical {
    height: 9px;
  }
}
#cookiesModal .privacy-preference_content .acc-header .toggle-btn {
  display: flex;
  margin-right: 20px;
}
#cookiesModal .privacy-preference_content .acc-header .toggle-btn input {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 20px;
  background-color: #F8F8F8;
  border-radius: 25px;
  transition: background 0.6s;
  border: 1px solid #E3E3E5;
  cursor: pointer;
  position: relative;
}
#cookiesModal .privacy-preference_content .acc-header .toggle-btn input:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  transition: left 0.3s;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}
#cookiesModal .privacy-preference_content .acc-header .toggle-btn input:checked {
  background: #008181;
  border: 1px solid #008181;
}
#cookiesModal .privacy-preference_content .acc-header .toggle-btn input:checked::after {
  left: 75%;
}
#cookiesModal .privacy-preference_content .acc-header .toggle-btn.hidden {
  display: none;
}
#cookiesModal .privacy-preference_content .acc-header.active .circle {
  opacity: 1;
}
#cookiesModal .privacy-preference_content .acc-header.active .circle .horizontal {
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}
#cookiesModal .privacy-preference_content .acc-header.active .circle .vertical {
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
}
#cookiesModal .privacy-preference_content .acc-collapse {
  display: none;
}
#cookiesModal .privacy-preference_content .acc-button {
  font-weight: 400;
  font-size: 14px;
  color: #363636;
  padding: 17px 20px 17px 40px;
  font-family: 'Lato';
  gap: 10px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  text-transform: initial;
  letter-spacing: 0;
}
@media only screen and (max-width : 767px) {
  #cookiesModal .privacy-preference_content .acc-button {
    font-size: 13px;
    padding: 17px 15px 17px 32px;
  }
}
#cookiesModal .privacy-preference_content .acc-button:after {
  display: none;
}
#cookiesModal .privacy-preference_content .acc-button:focus {
  border-color: transparent;
  box-shadow: none;
}
#cookiesModal .privacy-preference_content .acc-button .active-btn {
  color: #008181;
  font-weight: 600;
}
@media only screen and (max-width : 767px) {
  #cookiesModal .privacy-preference_content .acc-button .active-btn {
    font-size: 12px;
  }
}
#cookiesModal .privacy-preference_content .acc-body {
  padding: 15px;
  font-size: 13px;
  color: #000000;
  border-top: 1px solid #E7E7E7;
  font-weight: 400;
}
@media only screen and (max-width : 767px) {
  #cookiesModal .privacy-preference_content .acc-body {
    padding: 10px;
  }
}
#cookiesModal .privacy-preference_content .acc-body p {
  letter-spacing: 0;
}
#cookiesModal .privacy-preference_content .acc-body p:last-child {
  margin-bottom: 0;
}
#cookiesModal .privacy-preference_footer {
  border-top: 1px solid #E7E7E7;
  padding: 15px 20px;
  text-align: right;
  margin-top: auto;
}
@media only screen and (max-width : 767px) {
  #cookiesModal .privacy-preference_footer {
    text-align: center;
  }
}
#cookiesModal .privacy-preference_footer .btn {
  background: #FFFFFF;
  border: 1px solid #008181;
  color: #008181;
  border-radius: 0.3rem;
}
#cookiesModal .privacy-preference_footer .btn:hover {
  color: #FFFFFF;
}
@media only screen and (max-width : 767px) {
  #cookiesModal .privacy-preference_footer .btn {
    width: 100%;
  }
}
.top-bar {
  position: fixed;
  width: 100%;
  top: 75px;
  left: 0;
  background: #00283C;
  padding: 10px 50px;
  z-index: 9999;
}
@media only screen and (max-width : 991px) {
  .top-bar {
    padding: 10px 40px;
  }
}
@media only screen and (max-width : 480px) {
  .top-bar {
    padding: 10px 30px;
  }
}
.top-bar_content {
  font-family: 'Lato';
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.top-bar_content p {
  margin-bottom: 0;
  font-size: 16px;
}
@media only screen and (max-width : 991px) {
  .top-bar_content p {
    font-size: 14px;
  }
}
.top-bar_content p a {
  color: #FFFFFF;
  font-weight: 400;
  transition: color 0.3s;
  position: relative;
}
.top-bar_content p a:after {
  position: absolute;
  content: '';
  background: #FFFFFF;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  transition: opacity 0.3s;
}
.top-bar_content p a:hover:after {
  opacity: 0;
}
.top-bar_content .close-bar {
  position: absolute;
  top: 10px;
  right: 20px;
}
@media only screen and (max-width : 991px) {
  .top-bar_content .close-bar {
    right: 10px;
  }
}
.top-bar_content .close-bar i {
  color: #FFFFFF;
}
.top-bar_indent {
  padding-top: 8rem !important;
}
@media only screen and (max-width : 991px) {
  .top-bar_indent {
    padding-top: 7rem !important;
  }
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}
.indent-header {
  margin-top: 75px;
}
.swal2-container {
  z-index: 999999 !important;
}
.basket-popup {
  border-radius: 0 !important;
  width: 37em !important;
}
.basket-popup .swal2-actions {
  flex-direction: row-reverse;
}
.basket-popup .swal2-header {
  display: none !important;
}
.basket-popup #add_to_cart_popup {
  margin: 0;
  border: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.basket-popup #add_to_cart_popup h4 {
  font-weight: bold;
  letter-spacing: 0;
}
.basket-popup #add_to_cart_popup #atc_img {
  padding: 0;
  order: 2;
  flex: 0 0 auto;
  width: 25%;
}
.basket-popup #add_to_cart_popup #atc_name {
  padding: 0 1rem;
  text-align: left;
  display: flex;
  align-content: center;
  flex-direction: column;
  order: 3;
  flex: 0 0 auto;
  width: 75%;
  justify-content: center;
}
.basket-popup #add_to_cart_popup #atc_name h4 {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  margin: 0;
}
@media only screen and (max-width : 480px) {
  .basket-popup #add_to_cart_popup #atc_name h4 {
    font-size: 16px;
  }
}
.basket-popup #add_to_cart_popup #atc_info {
  padding: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  order: 1;
  padding: 18px;
  background: rgba(0, 129, 129, 0.18);
  margin-bottom: 20px;
  flex: 0 0 auto;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width : 480px) {
  .basket-popup #add_to_cart_popup #atc_info {
    padding: 10px;
  }
}
.basket-popup #add_to_cart_popup #atc_info h4 {
  display: flex;
  align-items: center;
  color: #008181;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  margin: 0;
  flex-direction: row-reverse;
}
@media only screen and (max-width : 480px) {
  .basket-popup #add_to_cart_popup #atc_info h4 {
    font-size: 16px;
  }
}
.basket-popup #add_to_cart_popup #atc_info h4 i,
.basket-popup #add_to_cart_popup #atc_info h4 svg {
  margin-right: 0.5rem;
  font-size: 22px;
}
@media only screen and (max-width : 480px) {
  .basket-popup #add_to_cart_popup #atc_info h4 i,
  .basket-popup #add_to_cart_popup #atc_info h4 svg {
    font-size: 16px;
  }
}
.basket-popup #add_to_cart_popup #atc_moq {
  order: 4;
  font-size: 16px;
  padding: 0;
}
@media only screen and (max-width : 480px) {
  .basket-popup #add_to_cart_popup #atc_moq {
    font-size: 14px;
  }
}
.basket-popup #add_to_cart_popup #atc_info_secondary {
  order: 5;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 14px;
  background: rgba(0, 129, 129, 0.18);
  flex: 0 0 auto;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width : 480px) {
  .basket-popup #add_to_cart_popup #atc_info_secondary {
    padding: 10px;
  }
}
.basket-popup #add_to_cart_popup #atc_info_secondary h4 {
  display: flex;
  align-items: center;
  color: #008181;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: 'Lato', sans-serif;
  margin: 0;
}
@media only screen and (max-width : 480px) {
  .basket-popup #add_to_cart_popup #atc_info_secondary h4 {
    font-size: 12px;
  }
}
.basket-popup .swal2-actions {
  margin: 1.25em 0 0 !important;
  gap: 10px;
}
.basket-popup .swal2-actions button {
  padding: 0.8em 0.8em;
}
@media only screen and (max-width : 480px) {
  .basket-popup .swal2-actions button {
    padding: 8px 12px !important;
    font-size: 14px !important;
  }
}
.basket-popup .swal2-actions button.swal2-confirm {
  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;
}
.basket-popup .swal2-actions button.swal2-confirm:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
.basket-popup .swal2-actions button.swal2-confirm:hover:before {
  opacity: 1;
}
.basket-popup .swal2-actions button.swal2-confirm:before {
  background: linear-gradient(39deg, #006565 0%, #008181 100%);
}
.basket-popup .swal2-actions button.swal2-confirm:hover {
  background: -webkit-linear-gradient(39deg, #008181 0%, #006565 100%) !important;
  background: linear-gradient(39deg, #008181 0%, #006565 100%) !important;
}
.basket-popup .swal2-actions button.swal2-cancel {
  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;
}
.basket-popup .swal2-actions button.swal2-cancel:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
.basket-popup .swal2-actions button.swal2-cancel:hover:before {
  opacity: 1;
}
.basket-popup .swal2-actions button.swal2-cancel:before {
  background: linear-gradient(227deg, #fd8b6c 0%, #fd746c 100%);
}
.basket-popup .swal2-actions button.swal2-cancel:hover {
  background: -webkit-linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%) !important;
  background: linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%) !important;
}
.basket-popup .swal2-actions button.swal2-styled {
  border-radius: 0 !important;
  display: flex !important;
  align-items: center;
  width: 50%;
  justify-content: center;
  margin: 0;
}
.basket-popup .swal2-actions button.swal2-styled:focus {
  box-shadow: none;
}
.basket-popup .swal2-actions button.swal2-styled i,
.basket-popup .swal2-actions button.swal2-styled svg {
  margin-right: 1rem;
}
@media only screen and (max-width : 480px) {
  .basket-popup .swal2-actions button.swal2-styled i,
  .basket-popup .swal2-actions button.swal2-styled svg {
    display: none;
  }
}
.basket-popup .swal2-actions.swal2-loading button {
  border-radius: 100% !important;
}
#recent_activity {
  background-color: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
  padding-top: 75px !important;
}
#recent_activity .activity-header {
  border-bottom: 1px solid #ECECEC;
  background: #F7F7F7 !important;
  padding: 35px 25px 30px !important;
  background-image: none;
}
#recent_activity .activityClose:hover svg {
  fill: #363636 !important;
}
#recent_activity .activityClose svg {
  fill: #4c4c4c;
  -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;
}
#recent_activity h2 {
  font-size: 20px;
  line-height: 1;
  margin: 0 !important;
  text-transform: capitalize !important;
}
#recent_activity h2 .icon_pre {
  display: none;
}
#recent_activity ul {
  padding-left: 0;
}
#recent_activity ul li {
  padding: 25px !important;
  box-shadow: none !important;
  border-bottom: 1px solid #ECECEC !important;
}
#recent_activity ul li:hover {
  background: #F7F7F7 !important;
}
#recent_activity ul li h3 {
  display: flex;
  gap: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  position: relative;
}
#recent_activity ul li h3 .icon_pre {
  fill: #008181 !important;
  left: 0 !important;
}
#recent_activity ul li small {
  color: #727272 !important;
}
#recent_activity p {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
#recent_activity p .btn {
  padding: 12px 26px;
  border-radius: 0;
  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;
}
#recent_activity p .btn:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
#recent_activity p .btn:hover:before {
  opacity: 1;
}
#recent_activity p .btn:before {
  background: linear-gradient(39deg, #006565 0%, #008181 100%);
}
#recent_activity::-webkit-scrollbar-track {
  background-color: transparent !important;
}
#recent_activity::-webkit-scrollbar {
  width: 10px;
  background-color: transparent !important;
}
#recent_activity::-webkit-scrollbar-thumb {
  background-color: #2d2d2d !important;
}
.recaptcha-wrapper {
  background-color: #F9F9F9;
  height: 70px;
  position: relative;
  border: 1px solid #d1d1d1;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
}
.recaptcha-wrapper .g-recaptcha {
  width: 41px;
  height: 36px;
  overflow: hidden;
}
.recaptcha-wrapper .g-recaptcha > div {
  width: 46px;
  height: 30px;
  background-color: #F9F9F9;
  overflow: hidden;
  transform: translate3d(-8px, -19px, 0px);
}
.recaptcha-wrapper .g-recaptcha div {
  border: 0;
}
.recaptcha-wrapper .rc-anchor-checkbox-label {
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.recaptcha-wrapper .recaptcha-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
}
.recaptcha-wrapper .recaptcha-info .rc-anchor-logo-img {
  background-size: 32px;
  height: 32px;
  width: 32px;
  background-image: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
  background-repeat: no-repeat;
}
.recaptcha-wrapper .recaptcha-info .rc-anchor-logo-text {
  color: #555;
  cursor: default;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  margin-top: 5px;
  text-align: center;
}
.recaptcha-wrapper .recaptcha-info .rc-anchor-pt {
  color: #555;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
}
.recaptcha-wrapper .recaptcha-info .rc-anchor-pt a {
  color: #555;
  text-decoration: none;
}
.recaptcha-wrapper .recaptcha-info .rc-anchor-pt a:hover {
  text-decoration: underline;
}
.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%);
  }
}
#main_navigation {
  background: #fcfcfc;
  font-size: 14px;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
#logo_sn .logo_sn_text {
  fill: #008181;
}
#logo_sn .logo_sn_shelf {
  fill: #e35f57;
}
#mn_logo {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
}
@media only screen and (max-width : 991px) {
  #mn_logo {
    padding-left: 25px;
  }
}
@media only screen and (max-width : 575px) {
  #mn_logo {
    padding-left: calc(var(--bs-gutter-x)/ 2);
    padding-right: 0;
  }
}
#mn_logo a svg {
  width: 200px;
}
@media only screen and (max-width : 575px) {
  #mn_logo a svg {
    width: 100%;
  }
}
#mn_search {
  background: #f9f9f9;
  position: relative;
}
@media only screen and (max-width : 1199px) {
  #mn_search {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width : 991px) {
  #mn_search {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
}
@media only screen and (max-width : 767px) {
  #mn_search {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width : 575px) {
  #mn_search {
    background: #fff;
  }
}
#mn_search form {
  position: relative;
  height: 100%;
  width: 100%;
  display: none;
}
@media only screen and (max-width : 575px) {
  #mn_search form {
    display: none;
  }
}
#mn_search form input {
  display: block;
  width: 100%;
  height: 45px;
  top: 15px;
  position: relative;
  padding-left: 40px;
}
#mn_search form button {
  position: absolute;
  top: 25px;
  left: 0;
}
@media only screen and (max-width : 1199px) {
  #mn_search form button {
    left: 5px;
  }
}
#mn_search form button svg {
  width: 25px;
  height: 25px;
}
#mobile_search_triger {
  display: none;
  height: 100%;
  justify-content: center;
  display: none !important;
}
@media only screen and (max-width : 575px) {
  #mobile_search_triger {
    display: grid;
  }
}
#mobile_search_triger .mst_inner {
  display: flex;
  align-content: center;
  align-items: center;
}
#mobile_search_triger .mst_inner svg {
  width: 34px;
  height: 34px;
}
#mobile_search_triger .mst_inner svg path {
  fill: #4f5050;
}
#mn_nav {
  justify-content: flex-end;
}
@media only screen and (max-width : 1199px) {
  #mn_nav {
    padding-left: 0;
    padding-right: 0;
  }
}
#mn_nav ul {
  text-align: right;
  margin-bottom: 0;
  padding: 0.6rem;
  height: 100%;
  font-weight: 600;
}
#mn_nav ul li {
  display: inline-block;
}
#mn_nav ul li a {
  color: #363636;
  display: block;
  margin: 1rem;
  padding: 0 0 0.2rem 0;
  position: relative;
  -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;
}
#mn_nav ul li a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  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);
  -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;
}
#mn_nav ul li a:hover:after {
  width: 100%;
}
@media only screen and (max-width : 1199px) {
  #mn_nav ul li a {
    margin: 1rem 0.5rem;
  }
}
#mn_nav ul li a.highlight_producer {
  color: #e35f57;
}
#mobile_nav {
  position: relative;
}
#mobile_nav #mn_trigger {
  -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;
  top: 0;
  right: 0;
  position: relative;
  display: block;
  background: #e35f57;
  width: 80px;
  height: 100%;
  flex-shrink: 0;
}
#mobile_nav #mn_trigger 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;
  position: absolute;
  left: 20px;
  width: 40px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  transform-origin: center center;
}
@media only screen and (max-width : 767px) {
  #mobile_nav #mn_trigger span {
    left: calc(50% - 20px);
  }
}
#mobile_nav #mn_trigger span:nth-child(1) {
  top: 24px;
}
#mobile_nav #mn_trigger span:nth-child(2) {
  top: 36px;
  opacity: 1;
}
#mobile_nav #mn_trigger span:nth-child(3) {
  bottom: 24px;
}
#mobile_nav #mn_trigger.open {
  background: #363636;
}
#mobile_nav #mn_trigger.open span:nth-child(1) {
  top: 36px;
  transform: rotate(45deg);
}
#mobile_nav #mn_trigger.open span:nth-child(2) {
  opacity: 0;
}
#mobile_nav #mn_trigger.open span:nth-child(3) {
  bottom: 37px;
  transform: rotate(-45deg);
}
#mobile_nav #mn_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;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 75px;
  width: 100vw;
  background: #363636;
  color: #fff;
}
#mobile_nav #mn_inner .mobile_submenu {
  text-align: left;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem;
}
@media only screen and (max-width : 575px) {
  #mobile_nav #mn_inner .mobile_submenu {
    padding: 1rem 2rem 2rem;
  }
}
#mobile_nav #mn_inner .mobile_submenu li {
  display: inline-block;
}
@media only screen and (max-width : 575px) {
  #mobile_nav #mn_inner .mobile_submenu li {
    display: block;
  }
}
#mobile_nav #mn_inner .mobile_submenu li a {
  display: block;
  padding: 1.5rem 1rem;
  color: #fff;
}
@media only screen and (max-width : 767px) {
  #mobile_nav #mn_inner .mobile_submenu li a {
    padding: 1.5rem 0.5rem;
  }
}
@media only screen and (max-width : 575px) {
  #mobile_nav #mn_inner .mobile_submenu li a {
    padding: 1rem 1rem;
    text-align: center;
  }
}
#mobile_nav #mn_inner .mobile_submenu li.mobile_cta {
  float: right;
}
@media only screen and (max-width : 575px) {
  #mobile_nav #mn_inner .mobile_submenu li.mobile_cta {
    float: none;
  }
}
@media only screen and (max-width : 575px) {
  #mobile_nav #mn_inner .mobile_submenu li.mobile_cta a {
    color: #fff;
    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);
  }
}
#mobile_nav #mn_inner.show_nav {
  height: max-content;
  z-index: 99;
}
@media only screen and (max-width : 575px) {
  #mobile_nav #mn_inner.show_nav {
    height: auto;
    z-index: 99;
  }
}
#mobile_nav #mn_inner.user_inner {
  height: calc(100dvh - 75px);
  position: fixed;
  right: -100%;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width : 991px) {
  #mobile_nav #mn_inner.user_inner .mobile_submenu {
    height: calc(100% - 82px);
    overflow: auto;
    padding: 1rem 0;
  }
}
@media only screen and (max-width : 575px) {
  #mobile_nav #mn_inner.user_inner .mobile_submenu {
    padding: 0.5rem 0;
  }
}
@media only screen and (max-width : 991px) {
  #mobile_nav #mn_inner.user_inner .mobile_submenu li {
    display: block;
  }
}
@media only screen and (max-width : 991px) {
  #mobile_nav #mn_inner.user_inner .mobile_submenu li a {
    padding: 12px 25px;
    text-align: left;
  }
}
@media only screen and (max-width : 575px) {
  #mobile_nav #mn_inner.user_inner .mobile_submenu li a {
    padding: calc(var(--bs-gutter-x)/ 2);
  }
}
@media only screen and (max-width : 991px) {
  #mobile_nav #mn_inner.user_inner .mobile_submenu li .divider {
    background: rgba(0, 0, 0, 0.122);
    width: 100%;
    height: 2px;
    display: block;
    margin: 12px 0;
  }
}
@media only screen and (max-width : 991px) {
  #mobile_nav #mn_inner.user_inner.show_nav {
    height: calc(100dvh - 75px);
    right: 0;
  }
}
#mobile_nav #mn_inner.user_inner .user-info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 25px;
  background: rgba(0, 0, 0, 0.122);
}
@media only screen and (max-width : 575px) {
  #mobile_nav #mn_inner.user_inner .user-info {
    padding: 15px calc(var(--bs-gutter-x)/ 2);
  }
}
#mobile_nav #mn_inner.user_inner .user-info .avatar {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
#mobile_nav #mn_inner.user_inner .user-info .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mobile_nav #mn_inner.user_inner .user-info .content h6 {
  margin: 0;
}
#mobile_nav #mn_inner.user_inner .user-info .content span {
  color: #8f8f8f;
}
#mn_cta {
  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);
  z-index: 1;
  text-align: center;
  position: relative;
  width: 23%;
}
#mn_cta:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
#mn_cta:hover:before {
  opacity: 1;
}
#mn_cta:before {
  background: linear-gradient(39deg, #006565 0%, #008181 100%);
}
#mn_cta a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  font-size: 110%;
}
#user_nav {
  padding-right: 30px;
  display: flex;
  align-items: center;
  padding-left: 26px;
  position: relative;
}
#user_nav:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 45px;
  background: #ECECEC;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.basket,
.notifications {
  margin-right: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.basket a,
.notifications a {
  display: inline-block;
}
.basket .icon,
.notifications .icon {
  position: relative;
}
.basket .icon svg,
.notifications .icon svg {
  width: 36px;
  height: 36px;
  fill: #4c4c4c;
  -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;
}
.basket .icon svg:hover,
.notifications .icon svg:hover {
  fill: #363636;
}
@media only screen and (max-width : 575px) {
  .basket .icon svg,
  .notifications .icon svg {
    width: 32px;
    height: 32px;
  }
}
.basket .icon span,
.notifications .icon span {
  position: absolute;
  bottom: -8px;
  background: #e35f57;
  color: var(--white);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  padding: 3px 1px 0 0;
  border: 2px solid var(--white);
  letter-spacing: 0px;
}
@media only screen and (max-width : 575px) {
  .basket .icon span,
  .notifications .icon span {
    bottom: -10px;
  }
}
.basket .icon span {
  left: -12px;
}
.notifications .icon span {
  right: -12px;
}
#mn_menu .avatar {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
#mn_menu .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mn_menu .dropdown-menu {
  padding: 0 0 5px;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  min-width: 224px;
}
#mn_menu .dropdown-menu .dropdown-menu-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  overflow: hidden;
  bottom: calc(100% - 10px);
  right: 0;
  z-index: -1;
}
#mn_menu .dropdown-menu .dropdown-menu-arrow:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #F7F7F7;
  transform: rotate(45deg);
  top: 36px;
  left: 14px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.02);
}
#mn_menu .dropdown-menu .dropdown-header {
  background: #F7F7F7;
  border-bottom: 1px solid #ECECEC;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  padding: 12px 15px;
}
#mn_menu .dropdown-menu .dropdown-header h6 {
  font-weight: 600;
  font-size: 14px;
  color: #212529;
  margin-bottom: 0.2rem;
}
#mn_menu .dropdown-menu .dropdown-header span {
  font-size: 12px;
  font-weight: 400;
  color: #727272;
}
#mn_menu .dropdown-menu .dropdown-item {
  color: #363636;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
#mn_menu .dropdown-menu .dropdown-item:hover {
  background: #F7F7F7;
}
#mn_menu .dropdown-menu .dropdown-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mn_menu .dropdown-menu .dropdown-item .icon svg {
  width: 16px;
  height: 16px;
  fill: #363636;
}
#mn_menu .dropdown-menu .dropdown-divider {
  margin: 5px 0;
  border-top: 1px solid #ECECEC;
}
#page_privacy-policy,
#page_terms-and-conditions {
  margin-top: 10rem;
}
.fp_login {
  margin-top: 6rem;
}
.page_content {
  margin-bottom: 4rem;
}
.page_content h2 {
  padding-bottom: 1rem;
}
#page_static {
  margin-top: 10rem;
}
#page_static.reset_ver_forms {
  margin-bottom: 8rem;
}
#page_static.reset_ver_forms form {
  padding-top: 1rem;
}
#page_static.reset_ver_forms form .form-group {
  position: relative;
}
#page_static.reset_ver_forms form .form-group .help-block {
  position: absolute;
  bottom: -22px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
}
#page_static.reset_ver_forms form input {
  border-radius: 0;
  border: 1px solid #d1d1d1;
  width: 100%;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
#page_static.reset_ver_forms form button {
  width: 100%;
}
#page_static.reset_ver_forms .btn-login {
  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;
  padding: 12px 40px;
  border-radius: 6px;
  margin: 0 auto;
  display: block;
  max-width: max-content;
}
#page_static.reset_ver_forms .btn-login:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
#page_static.reset_ver_forms .btn-login:hover:before {
  opacity: 1;
}
#page_static.reset_ver_forms .btn-login:before {
  background: linear-gradient(39deg, #006565 0%, #008181 100%);
}
@media only screen and (max-width : 991px) {
  #page_static.reset_ver_forms .btn-login {
    padding: 12px 15px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
#page_static.reset_ver_forms .btn-login:before {
  border-radius: 6px;
}
.main_center_icon {
  position: relative;
  margin: 0 auto 60px;
  max-width: 115px;
}
.main_center_icon.pass_fill {
  fill: #008181;
}
.main_center_icon.fail_fill {
  fill: #e35f57;
}
.email-verification {
  padding: 150px 0 100px;
}
@media only screen and (max-width : 575px) {
  .email-verification {
    padding: 130px 0 80px;
  }
}
#after_navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}
#after_navigation .btn {
  color: #e35f57;
  -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 : 575px) {
  #after_navigation .btn {
    white-space: normal;
    font-size: 14px;
  }
}
#after_navigation .btn:hover {
  color: #9e3e38;
}
#after_navigation ul {
  padding: 0;
}
#after_navigation ul li {
  position: relative;
  list-style: none;
  display: inline-block;
}
#after_navigation ul li a {
  width: 100%;
  display: flex;
  align-items: center;
}
#after_navigation ul li a span.icon_pre {
  fill: #e35f57;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  -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 : 575px) {
  #after_navigation ul li a span.icon_pre {
    display: none;
  }
}
#after_navigation ul li a:hover span.icon_pre {
  fill: #9e3e38;
}
.icon_pre svg {
  width: 30px;
}
@media only screen and (max-width : 767px) {
  .hiw-title {
    margin-bottom: 6rem !important;
  }
}
#hiw_main_wrap {
  position: relative;
}
.fp_login .reset_link a {
  color: #363636;
}
.fp_login .reset_link a:hover {
  text-decoration: underline;
}
#social_login .auth-icon {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  transition: background 0.3s;
}
#social_login .auth-icon.google {
  background: url('../images/svg/ico-google.svg') #df4f3f no-repeat center / 25px;
}
#social_login .auth-icon.facebook {
  background: url('../images/svg/ico-facebook.svg') #4968ac no-repeat center / 17px;
}
#social_login .auth-icon:hover.google {
  background-color: rgba(223, 79, 63, 0.9);
}
#social_login .auth-icon:hover.facebook {
  background-color: rgba(73, 104, 172, 0.9);
}
#social_login ul {
  padding: 0;
}
#social_login ul > li {
  vertical-align: middle;
}
#social_login .auth-clients {
  margin: 0;
  text-align: center;
}
#social_login .auth-clients > li {
  position: relative;
  margin: 0;
  display: inline-block;
  width: calc(50% - 5px);
  float: none;
}
#social_login .auth-clients > li:nth-child(1) {
  margin-right: 5px;
}
#social_login .auth-clients > li:nth-child(2) {
  margin-left: 5px;
}
.verification-popup .swal2-title {
  font-size: 1.475em;
}
.verification-popup .icon-email {
  color: #f8bb86;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 1em auto;
  border: 0.14em solid #facea8;
  border-radius: 50%;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verification-popup .icon-email i {
  font-size: 35px;
}
.verification-popup .resend-email {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  color: #fff;
  font-size: 17px;
  background-color: #e35f57;
  padding: 10px 34px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  -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 : 575px) {
  .verification-popup .resend-email {
    padding: 10px 20px;
    word-spacing: 1px;
  }
}
.verification-popup .resend-email:hover {
  background-color: #c35a54;
}
.verification-popup .verified-email {
  color: #363636;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  -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;
}
.verification-popup .verified-email:hover {
  text-decoration: none;
}
#newsletter {
  background: url('../images/bg_get-in-touch.webp') no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width : 991px) {
  #newsletter {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width : 575px) {
  #newsletter {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#newsletter form {
  position: relative;
  width: 600px;
  margin: 2rem auto 0;
}
@media only screen and (max-width : 767px) {
  #newsletter form {
    width: 100%;
  }
}
#newsletter form div {
  display: inline-block;
  width: 60%;
}
@media only screen and (max-width : 575px) {
  #newsletter form div {
    width: 100%;
  }
}
#newsletter form div input {
  background: #fff;
  padding: 1rem 1rem 1rem 4rem;
  border: none;
  border-radius: revert;
}
#newsletter form .input_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 0.85rem;
  left: 1rem;
  opacity: 0.4;
}
#newsletter form button {
  width: 40%;
  float: right;
  padding: 1rem;
  position: relative;
  z-index: 1;
}
#newsletter form button:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
#newsletter form button:hover:before {
  opacity: 1;
}
#newsletter form button:before {
  background: linear-gradient(227deg, #fd8b6c 0%, #fd746c 100%);
}
@media only screen and (max-width : 575px) {
  #newsletter form button {
    width: 100%;
  }
}
#get-in-touch {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width : 991px) {
  #get-in-touch {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#get-in-touch p {
  max-width: 700px;
  margin: 0 auto 1rem;
}
@media only screen and (max-width : 1399px) {
  #get-in-touch p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#main_footer {
  background: #363636;
  padding-top: 5rem;
  padding-bottom: 3rem;
  margin-top: auto;
}
#main_footer #foot_logo {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
  max-height: 24px;
}
#main_footer #foot_logo svg {
  width: 160px;
}
#main_footer #foot_logo svg .logo_sn_text path,
#main_footer #foot_logo svg .logo_sn_shelf path {
  fill: #fff;
}
#main_footer ul li {
  display: inline-block;
}
@media only screen and (max-width : 575px) {
  #main_footer ul li {
    display: block;
  }
}
#main_footer ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: block;
  -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 : 575px) {
  #main_footer ul li a {
    padding: 0.5rem;
    display: inline-block;
  }
}
#main_footer ul li a:hover {
  color: #e35f57;
}
#main_footer #foot_nav ul li a {
  margin-right: 3rem;
}
@media only screen and (max-width : 991px) {
  #main_footer #foot_nav ul li a {
    margin-right: 1rem;
  }
}
@media only screen and (max-width : 767px) {
  #main_footer #foot_nav ul li a {
    margin: 0 0.5rem;
    padding: 0 0.5rem;
  }
}
@media only screen and (max-width : 575px) {
  #main_footer #foot_nav ul li a {
    padding: 0.5rem;
    margin: 0;
  }
}
#main_footer #foot_socials ul li a {
  margin-left: 2rem;
}
@media only screen and (max-width : 991px) {
  #main_footer #foot_socials ul li a {
    margin-left: 1rem;
  }
}
@media only screen and (max-width : 767px) {
  #main_footer #foot_socials ul li a {
    margin: 0 0.5rem;
    padding: 0 0.5rem;
  }
}
@media only screen and (max-width : 575px) {
  #main_footer #foot_socials ul li a {
    padding: 0.5rem;
    margin: 0;
  }
}
#main_footer #foot_info {
  padding-top: 3rem;
}
#main_footer #foot_info .list-unstyled li {
  padding: 0 1rem;
}
@media only screen and (max-width : 575px) {
  #main_footer #foot_info .list-unstyled li {
    padding: 0;
  }
}
#main_footer #foot_info small {
  color: #9E9E9E;
}
