/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 1, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* line 15, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 22, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 26, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
/* line 31, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 40, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 48, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}
/* line 62, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 72, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* line 96, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}
/* line 100, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-slider .slick-slide, .slick-track:focus {
  outline: none;
}
/* line 102, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-slider .slick-slide a, .slick-track:focus a, .slick-slider .slick-slide img:focus, .slick-track:focus img:focus {
  outline: none;
}
/* line 107, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-dots {
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
/* line 116, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 124, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
/* line 136, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-dots li button::before {
  font-family: 'slick';
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 2rem;
  content: '•';
  text-align: center;
  opacity: 0.75;
  color: #a09c9c;
  border: 2px solid #a09c9c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 155, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
/* line 156, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-dots li.slick-active button::before {
  background: #a09c9c;
}
/* line 163, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-arrow {
  color: ;
  display: inline-block !important;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  opacity: 0.5;
  top: calc(50%);
  transform: translate(0, -50%);
  font-size: 4vw;
}
/* line 173, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-arrow.slick-prev {
  text-align: left;
  left: -3vw;
}
/* line 177, wp-content/themes/darwin_evo/custom/scss/_slick.scss */
.slick-arrow.slick-next {
  text-align: right;
  right: -3vw;
}
/* line 25, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.hidden {
  display: none !important;
}
/* line 29, wp-content/themes/darwin_evo/custom/scss/custom.scss */
#g-container-main > .g-container {
  padding: 2rem 0 4rem 0;
}
/* line 33, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.g-offcanvas-toggle {
  position: fixed;
  z-index: 100;
}
/* line 38, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.g-spacer {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 43, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 54, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.visible {
  opacity: 1 !important;
  visibility: visible !important;
}
/* line 58, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.vertical-top {
  display: flex;
  align-items: flex-start;
}
/* line 63, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.vertical-center {
  display: flex;
  align-items: center;
}
/* line 68, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.horizontal-center {
  display: flex;
  justify-content: center;
}
/* line 73, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.hv-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 79, wp-content/themes/darwin_evo/custom/scss/custom.scss */
#g-page-surround {
  overflow-x: hidden;
}
/* line 82, wp-content/themes/darwin_evo/custom/scss/custom.scss */
/* line 83, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.page-id-4608 #g-page-surround {
  overflow: visible;
}
/* line 88, wp-content/themes/darwin_evo/custom/scss/custom.scss */
#cookie-law-info-bar {
  bottom: 0 !important;
  max-width: 440px;
  width: fit-content;
  left: unset !important;
  right: 0 !important;
  margin: 30px !important;
  z-index: 10000000;
}
/* line 96, wp-content/themes/darwin_evo/custom/scss/custom.scss */
#cookie-law-info-bar .cli_messagebar_head {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
/* line 101, wp-content/themes/darwin_evo/custom/scss/custom.scss */
#cookie-law-info-bar .cli-style-v2 {
  flex-direction: column;
}
/* line 103, wp-content/themes/darwin_evo/custom/scss/custom.scss */
#cookie-law-info-bar .cli-style-v2 .cookie_action_close_header_reject {
  position: absolute;
  right: 0px;
  top: -5px;
  border-radius: 0px 0px 0px 12px;
}
/* line 109, wp-content/themes/darwin_evo/custom/scss/custom.scss */
#cookie-law-info-bar .cli-style-v2 .cli-bar-message {
  width: auto;
  font-weight: 300;
  line-height: 17px;
  font-size: 13px;
}
/* line 115, wp-content/themes/darwin_evo/custom/scss/custom.scss */
#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container {
  text-align: left;
  width: 100%;
  margin: 0;
  justify-content: space-between;
}
/* line 120, wp-content/themes/darwin_evo/custom/scss/custom.scss */
#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link {
  margin: 0;
  text-decoration: unset;
  letter-spacing: 1.3px;
  font-size: 12px;
}
/* line 125, wp-content/themes/darwin_evo/custom/scss/custom.scss */
#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link::after {
  content: "\f054";
  font-family: 'FontAwesome';
  margin-left: 8px;
}
/* line 132, wp-content/themes/darwin_evo/custom/scss/custom.scss */
#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container #wt-cli-accept-all-btn {
  border: 2px solid #fff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  padding: 12px;
  letter-spacing: 1.3px;
}
/* line 143, wp-content/themes/darwin_evo/custom/scss/custom.scss */
#cookie-law-info-again {
  z-index: 1000000;
}
/* line 147, wp-content/themes/darwin_evo/custom/scss/custom.scss */
/* line 148, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.outline-terms .entry-title {
  background: #353535;
  color: #fff;
  padding: 0.25rem 0.938rem;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.5rem;
}
/* line 157, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.outline-terms .entry-content {
  border: 1px solid #f6f3f3;
  padding: 0.938rem;
}
/* line 160, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.outline-terms .entry-content p:first-child {
  margin-top: 0;
}
/* line 168, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.guillemets {
  margin: 0 0.25rem;
  font-size: 1.25rem;
}
/* line 173, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.btn-1 {
  background: #f7f7f7;
  color: #65ac46;
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  font-weight: 700;
  transition: all 0.25s ease-in-out 0s;
}
/* line 180, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.btn-1:hover {
  background: #202021;
  color: #fff;
}
/* line 185, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.btn-2 {
  background: #08426f;
  color: #fff;
  line-height: 52px;
  padding: 1rem 1.5rem;
  border: 2px solid #00527a;
  border-radius: 3rem;
  transition: all 0.25s ease-in-out 0s;
}
/* line 193, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.btn-2:hover {
  background: transparent;
  color: #08426f;
}
/* line 199, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.btn-3, .btn {
  background: #65ac46 !important;
  color: #fff !important;
  line-height: 52px;
  padding: 1rem 1.5rem !important;
  border-radius: 3rem !important;
  transition: all 0.25s ease-in-out 0s;
}
/* line 206, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.btn-3:hover, .btn:hover {
  background: #202021 !important;
  color: #fff;
}
/* line 212, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.btn-4 {
  background: #7fd858 !important;
  color: #fff !important;
  font-weight: 400 !important;
  text-align: center;
  transition: all 0.25s ease-in-out 0s;
}
/* line 218, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.btn-4:hover {
  background: #65ac46 !important;
}
/* line 223, wp-content/themes/darwin_evo/custom/scss/custom.scss */
.ShoppingCart {
  background: #d1cc89;
  color: #353535;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  font-weight: 700;
  border-radius: 32px;
  display: inline-block;
  position: absolute;
  left: -10px;
  text-align: center;
  bottom: -10px;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase {
  position: relative;
}
/* line 3, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
/* line 4, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow {
  position: relative;
}
/* line 6, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
/* line 7, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .Slides .Slide {
  position: relative;
  height: calc(100vh - 266px);
  /*min-height: 768px;*/
}
/* line 12, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .ImageOverlay {
  position: relative;
  height: calc(100vh - 266px);
  /*min-height: 768px;*/
  object-fit: cover;
  width: 100%;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-size: 100% 100%;
   background-attachment: fixed;*/
}
/* line 25, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .Overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out 0s;
}
/* line 34, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .InfoSlideshow {
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
  width: 50%;
  text-align: left;
  z-index: 3;
  position: absolute;
}
/* line 42, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
/* line 43, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .InfoSlideshow.Light h1, body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .InfoSlideshow.Light h5, body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .InfoSlideshow.Light p {
  color: #fff;
}
/* line 46, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
/* line 47, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .InfoSlideshow.Light h1::after {
  background: #fff;
}
/* line 52, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
/* line 53, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .InfoSlideshow.Dark h1, body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .InfoSlideshow.Dark h5, body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .InfoSlideshow.Dark p {
  color: #000;
}
/* line 56, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
/* line 57, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .InfoSlideshow.Dark h1::after {
  background: #000;
}
/* line 62, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .InfoSlideshow h1 {
  font-size: 2.875rem;
  font-weight: 900;
  position: relative;
}
/* line 66, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .InfoSlideshow h1::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  bottom: -6px;
  left: 0;
}
/* line 75, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .InfoSlideshow h5 {
  font-size: 1rem;
  font-weight: 700;
}
/* line 79, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .Slides .Slide .InfoSlideshow p {
  font-size: 0.875rem;
  font-weight: 100;
  margin-right: 3rem;
}
/* line 87, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
/* line 88, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .SlidesNavigation .slick-arrow {
  display: inline-block !important;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  opacity: 0.5;
  top: 50%;
  font-size: 4rem;
}
/* line 96, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .SlidesNavigation .slick-arrow.slick-prev {
  text-align: left;
  left: 1rem;
}
/* line 100, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .SlidesNavigation .slick-arrow.slick-next {
  text-align: right;
  right: 1rem;
}
/* line 105, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .SlidesNavigation .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 1rem;
}
/* line 109, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
/* line 110, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .SlidesNavigation .slick-dots li button::before {
  color: #fff;
  border: 2px solid #fff;
}
/* line 114, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
/* line 115, wp-content/themes/darwin_evo/custom/scss/_home_showcase.scss */
body.home #g-showcase #home-showcase .Slideshow .SlidesNavigation .slick-dots li.slick-active button::before {
  background: #fff;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
/* line 2, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
.BrandsHeader h3 {
  color: #202021;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
/* line 7, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
.BrandsHeader h3 strong {
  color: #202021;
  font-weight: 900;
}
/* line 12, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
.BrandsHeader p {
  font-weight: 500;
  margin-top: 0.5rem;
}
/* line 17, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
.BrandsHeader .More {
  justify-content: flex-end;
}
/* line 21, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
.ItemsListContainer {
  position: relative;
}
/* line 23, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
/* line 24, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
/* line 25, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
.ItemsListContainer .ItemsList .Item .g-spacer {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 30, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
.ItemsListContainer .ItemsList .Item .Image {
  height: 100%;
}
/* line 32, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
.ItemsListContainer .ItemsList .Item .Image img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}
/* line 42, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
/* line 43, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
.brands-carousel .widgettitle, .brands-carousel .yith-wcbr-carousel-title {
  display: none;
}
/* line 46, wp-content/themes/darwin_evo/custom/scss/_home_subshowcase.scss */
.brands-carousel .yith-wcbr-brand-thumbnail-carousel ul {
  margin: 0;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_home_utility.scss */
/* line 2, wp-content/themes/darwin_evo/custom/scss/_home_utility.scss */
#home-utility .g-content {
  margin: 0;
}
/* line 5, wp-content/themes/darwin_evo/custom/scss/_home_utility.scss */
#home-utility .FP_Recommended {
  border: 0.875rem solid #069;
  margin-top: 5vw;
  padding: 0 3vw 4rem 3vw;
}
/* line 9, wp-content/themes/darwin_evo/custom/scss/_home_utility.scss */
#home-utility .FP_Recommended .ProductsHeader {
  text-align: center;
  margin-top: -5vw;
}
/* line 12, wp-content/themes/darwin_evo/custom/scss/_home_utility.scss */
#home-utility .FP_Recommended .ProductsHeader .ProductsTitle {
  display: inline-block;
  background: #fff;
  padding: 0 3vw;
}
/* line 16, wp-content/themes/darwin_evo/custom/scss/_home_utility.scss */
#home-utility .FP_Recommended .ProductsHeader .ProductsTitle h1 {
  font-size: 6vw;
  font-weight: 900;
  line-height: 7vw;
  margin-bottom: -6vw;
  color: #e1e1e2 !important;
}
/* line 23, wp-content/themes/darwin_evo/custom/scss/_home_utility.scss */
#home-utility .FP_Recommended .ProductsHeader .ProductsTitle h2 {
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 3vw;
  margin-top: 2.5vw;
  color: #202021;
}
/* line 30, wp-content/themes/darwin_evo/custom/scss/_home_utility.scss */
#home-utility .FP_Recommended .ProductsHeader .ProductsTitle p {
  font-size: 1.25vw;
  max-width: 20vw;
  margin: 0 auto 5vw;
}
/* line 37, wp-content/themes/darwin_evo/custom/scss/_home_utility.scss */
#home-utility .FP_Recommended .ProductsList {
  position: relative;
}
/* line 39, wp-content/themes/darwin_evo/custom/scss/_home_utility.scss */
#home-utility .FP_Recommended .ProductsList .ProductsMore {
  text-align: center;
}
/* line 42, wp-content/themes/darwin_evo/custom/scss/_home_utility.scss */
#home-utility .FP_Recommended .ProductsList ul.products li.product {
  padding: 1rem;
  clear: none;
}
/* line 46, wp-content/themes/darwin_evo/custom/scss/_home_utility.scss */
#home-utility .FP_Recommended .ProductsList ul.products li.product:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
#g-mainbottom {
  background: #f7f7f7;
  margin: 4rem auto;
}
/* line 4, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
/* line 5, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
/* line 6, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
/* line 7, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
/* line 8, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
#g-mainbottom #home-mainbottom .FP_PopularProducts .PopularProductsHeader .PopularProductsTitle h3 {
  color: #202021;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
/* line 13, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
#g-mainbottom #home-mainbottom .FP_PopularProducts .PopularProductsHeader .PopularProductsTitle h3 strong {
  color: #202021;
  font-weight: 900;
}
/* line 18, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
#g-mainbottom #home-mainbottom .FP_PopularProducts .PopularProductsHeader .PopularProductsTitle p {
  font-weight: 500;
  margin-top: 0.5rem;
}
/* line 23, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
#g-mainbottom #home-mainbottom .FP_PopularProducts .PopularProductsHeader .More {
  justify-content: flex-end;
}
/* line 27, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
#g-mainbottom #home-mainbottom .FP_PopularProducts .PopularProductsContainer {
  position: relative;
}
/* line 29, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
/* line 30, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
#g-mainbottom #home-mainbottom .FP_PopularProducts .PopularProductsContainer .PopularProduct .ImageOverlay {
  width: 100%;
}
/* line 35, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
#g-mainbottom #home-mainbottom .FP_PopularProducts .PopularProductsNav {
  margin: 1.5rem 0;
}
/* line 39, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
#g-mainbottom #home-mainbottom .FP_BestSellers {
  position: relative;
}
/* line 41, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
/* line 42, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
#g-mainbottom #home-mainbottom .FP_BestSellers .ProductsList ul.products li.product {
  padding: 1rem;
}
/* line 44, wp-content/themes/darwin_evo/custom/scss/_home_mainbottom.scss */
#g-mainbottom #home-mainbottom .FP_BestSellers .ProductsList ul.products li.product:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
/* line 2, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .g-content {
  margin: 0;
  padding: 0;
}
/* line 6, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .g-spacer {
  margin: 0;
}
/* line 10, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategoriesHeader {
  width: 88vw;
  max-width: 100%;
  margin: auto;
}
/* line 14, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategoriesHeader h1 {
  font-size: 8vw;
  line-height: 6vw;
  font-weight: 300;
  text-transform: uppercase;
  margin: 2.5vw 0 1.5vw;
}
/* line 21, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategoriesHeader .CategoriesList {
  list-style: none;
  margin: 0;
}
/* line 24, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategoriesHeader .CategoriesList li {
  display: inline-block;
  padding: 0.5vw 0;
}
/* line 27, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategoriesHeader .CategoriesList li a {
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 700;
  margin: 0 1vw;
  position: relative;
}
/* line 33, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategoriesHeader .CategoriesList li a::after {
  position: absolute;
  content: "";
  background: #000;
  width: 0;
  height: 2px;
  bottom: -0.25rem;
  left: 0;
  transition: all 0.35s ease-in-out 0s;
}
/* line 44, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
/* line 45, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategoriesHeader .CategoriesList li:hover a::after {
  width: 100%;
}
/* line 52, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
/* line 53, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategories .Category {
  position: relative;
}
/* line 56, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategories .Category .CategoryInfo {
  z-index: 2;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
/* line 61, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategories .Category .CategoryInfo h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 500;
  position: relative;
}
/* line 68, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategories .Category .CategoryInfo h3::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: 2px;
  bottom: -0.25rem;
  left: 0;
  transition: all 0.35s ease-in-out 0s;
}
/* line 80, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
/* line 81, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategories .Category .CategoryImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 87, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategories .Category::after {
  position: absolute;
  content: "";
  background: #202021;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.35;
  transition: all 0.35s ease-in-out 0s;
}
/* line 98, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
/* line 99, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
/* line 100, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
/* line 101, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategories .Category:hover .CategoryInfo h3::after {
  width: 100%;
}
/* line 106, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
.home-product-categories .ProductCategories .Category:hover::after {
  opacity: 0.5;
}
/* FOR HIM - HOME */
/* line 116, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
/* line 117, wp-content/themes/darwin_evo/custom/scss/_home_product_categories.scss */
#g-extension.home-product-categories .ProductCategoriesHeader h1 {
  margin-top: 0.5vw;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts {
  position: relative;
}
/* line 3, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post {
  margin: 0;
  padding: 0;
}
/* line 6, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post {
  position: relative;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
}
/* line 10, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
/* line 11, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .post-image .post-thumbnail {
  margin-bottom: 0;
  position: relative;
  display: block;
}
/* line 15, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .post-image .post-thumbnail:before {
  transition: all 0.5s ease-in-out 0s;
  content: '\f067';
  font-family: 'FontAwesome';
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 3;
  color: #fff;
  opacity: 0;
}
/* line 29, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .post-image .post-thumbnail:after {
  transition: all 0.25s ease-in-out 0s;
  content: "";
  position: absolute;
  background: rgba(26, 26, 26, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
/* line 41, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
/* line 42, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .post-image .post-thumbnail:hover:after, .Posts .img-post .Post .post-image .post-thumbnail:hover:before {
  opacity: 1;
}
/* line 45, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .post-image .post-thumbnail:hover:before {
  bottom: 45%;
}
/* line 51, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .post-image img {
  width: 100%;
  object-fit: cover;
}
/* line 57, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content {
  padding: 3.875rem 1.5rem 3.25rem 1.5rem;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/* line 62, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
/* line 63, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .post-title h2 {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 2rem !important;
  font-weight: 900;
  line-height: 2.5rem;
  color: #1a1a1a;
}
/* line 73, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
/* line 74, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta i {
  color: #c2c2c2;
}
/* line 78, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta .date {
  display: none;
}
/* line 80, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta .date .fa {
  display: inline-block;
}
/* line 83, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta .date h2 {
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.25rem;
  border-right: 1px solid #666;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin: 0;
}
/* line 94, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta .author {
  position: relative;
  display: none;
}
/* line 98, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta .author .fa {
  display: inline-block;
}
/* line 101, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta .author h2 {
  font-size: 1rem;
  margin-right: 0.25rem;
  border-right: 1px solid #666;
  display: inline-block;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin: 0;
}
/* line 112, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta .categories {
  display: none;
}
/* line 114, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta .categories .fa {
  display: inline-block;
}
/* line 117, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta .categories h2 {
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.25rem;
  padding-left: 0.3125rem;
  margin: 0;
}
/* line 126, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta .button {
  font-size: 0.875rem !important;
}
/* line 128, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta .button:hover {
  background: #000 !important;
}
/* line 133, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta .post-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 2rem;
}
/* line 140, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .img-post .Post .entry-content .entry-meta .post-content p {
  color: #202021;
  margin: 0;
}
/* line 151, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.Posts .bottom-button {
  text-align: center;
  margin-top: 5rem;
}
/* line 158, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.last-post {
  /*padding: 10px 5px 10px 28px;*/
  padding: 10px;
  background-color: #e9e9e9;
  margin-bottom: 1.25rem;
}
/* line 163, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
/* line 164, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.last-post .post-title h2 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 700;
}
/* line 171, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
/* line 172, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.last-post .author-meta .author-name {
  display: none !important;
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.625rem;
}
/* line 179, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
/* line 180, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.last-post .author-meta .circle .fa {
  color: #ababab;
}
/* line 184, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.last-post .author-meta .post-date {
  font-size: 0.9rem;
  display: inline-block;
  margin-left: 0.625rem;
  color: #000;
}
/* line 194, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.PostsHeader {
  text-align: center;
}
/* line 196, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.PostsHeader .PostsTitle {
  display: inline-block;
  background: #fff;
  padding: 0 3vw;
}
/* line 200, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.PostsHeader .PostsTitle h1 {
  font-size: 6vw;
  font-weight: 900;
  line-height: 7vw;
  margin-bottom: -6vw;
  color: #e1e1e2 !important;
}
/* line 207, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.PostsHeader .PostsTitle h2 {
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 3vw;
  margin-top: 2.5vw;
  color: #202021;
}
/* line 214, wp-content/themes/darwin_evo/custom/scss/_home_blog_archive.scss */
.PostsHeader .PostsTitle p {
  font-size: 1.25vw;
  max-width: 20vw;
  margin: 0 auto 5vw;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news {
  /*.page-header {
   h1{
   background: #353535;
   color: #fff;
   padding: 0.25rem 0.938rem;
   border-radius: 0.625rem 0.625rem 0 0;
   margin-bottom: 0;
   font-weight: 300;
   }
   }*/
}
/* line 13, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
/* line 14, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .new.size-50 {
  float: left;
  width: 33.3%;
}
/* line 18, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article {
  padding-right: 30px;
  padding-bottom: 30px;
}
/* line 22, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .article-image {
  width: 100%;
}
/* line 25, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .post-thumbnail {
  margin-bottom: 0;
  position: relative;
  display: block;
}
/* line 29, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .post-thumbnail::before {
  transition: all 0.5s ease-in-out 0s;
  content: '\f067';
  font-family: 'FontAwesome';
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 3;
  color: #fff;
  opacity: 0;
}
/* line 43, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .post-thumbnail:after {
  transition: all 0.25s ease-in-out 0s;
  content: "";
  position: absolute;
  background: rgba(32, 32, 33, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
/* line 55, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
/* line 56, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .post-thumbnail:hover::before {
  opacity: 1;
  bottom: 50%;
}
/* line 60, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .post-thumbnail:hover::after {
  opacity: 1;
}
/* line 67, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .entry-content {
  padding: 2.875rem 1.5rem 3.25rem 1.5rem;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/* line 72, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
/* line 73, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .entry-content .entry-header .entry-title {
  margin-top: 0;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 2.5rem;
  color: #202021;
}
/* line 81, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .entry-content .post-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 2rem;
}
/* line 88, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .entry-content .post-content p {
  color: #8a8a8a;
  margin: 0;
}
/* line 94, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .entry-meta div {
  display: inline-block;
}
/* line 96, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .entry-meta div i {
  font-size: 0.75rem;
  margin-right: 0.25rem;
}
/* line 100, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .entry-meta div a {
  color: #a49b9c;
  font-size: 0.875rem;
}
/* line 103, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .entry-meta div a:hover {
  color: ;
}
/* line 107, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
/* line 108, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .entry-meta div.meta-author i, .archive-news .news .article .entry-meta div.meta-categories i {
  color: #c2c2c2;
}
/* line 112, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .entry-meta div.meta-author {
  margin: 0 0.75rem;
  position: relative;
}
/* line 115, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .entry-meta div.meta-author:after {
  content: "";
  position: absolute;
  height: 0.75rem;
  width: 0.5px;
  right: -0.5rem;
  top: 55%;
  transform: translate(0, -50%);
  background: #a49b9c;
}
/* line 125, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive-news .news .article .entry-meta div.meta-author:before {
  content: "";
  position: absolute;
  height: 0.75rem;
  width: 0.5px;
  left: -0.5rem;
  top: 55%;
  transform: translate(0, -50%);
  background: #a49b9c;
}
/*
.archive.category{
	.page-header {
		h1{
			position: relative;
		    padding-left: 4rem;
			&::before{
				position: absolute;
				content: url(https://parapharma75.gr//wp-content/uploads/2021/05/icon-folder.svg); 
			    filter: invert(1);
			    width: 2.5rem;
			    left: 0.938rem;
			    top: 50%;
			    transform: translate(0, -38%);
			}
		}
	}
}*/
/* line 159, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
/* line 160, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
/* line 161, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive.tag .page-header h1 {
  position: relative;
  padding-left: 2.5rem;
  font-style: italic;
}
/* line 165, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.archive.tag .page-header h1::before {
  position: absolute;
  content: "#";
  left: 0.938rem;
  font-style: normal;
}
/* line 176, wp-content/themes/darwin_evo/custom/scss/_blog_archive.scss */
.pagination .page-numbers, .page-links .page-numbers, .pagination .prev, .page-links .prev, .pagination .next, .page-links .next {
  background: #fff;
  border-radius: 100%;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
/* line 2, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
/* line 3, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
/* line 4, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
.outline-news .post .entry-content .featured-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
/* line 10, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
/* line 11, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
.outline-news .post .entry-content .entry-meta .meta-date {
  margin-bottom: 1rem;
}
/* line 13, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
.outline-news .post .entry-content .entry-meta .meta-date .fa {
  color: #348a7b;
}
/* line 16, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
.outline-news .post .entry-content .entry-meta .meta-date span {
  color: #348a7b;
}
/* line 20, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
.outline-news .post .entry-content .entry-meta .meta-author, .outline-news .post .entry-content .entry-meta .meta-categories {
  display: none;
}
/* line 23, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
.outline-news .post .entry-content .entry-meta .meta-tags {
  display: inline-block;
}
/* line 25, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
.outline-news .post .entry-content .entry-meta .meta-tags .fa {
  display: none;
}
/* line 28, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
/* line 29, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
.outline-news .post .entry-content .entry-meta .meta-tags .tags a {
  display: block;
  float: left;
  padding: 5px 10px;
  background-color: #348a7b !important;
  color: #fff !important;
  margin: 0 5px 5px 0;
  font-size: 11px !important;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 50px;
  white-space: nowrap;
  transition: all 0.5s ease-in-out 0s;
  /*&:hover{
   background: linear-gradient(to right,#A2546A 50%,#ad667a 50%) no-repeat scroll right bottom/210% 100% #ad667a!important;
   }*/
}
/* line 55, wp-content/themes/darwin_evo/custom/scss/_blog_single.scss */
.outline-news #at4-share, .outline-news #at4-soc {
  top: 336px !important;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
/* line 2, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .ui-accordion-header {
  position: relative;
  font-size: 1.1rem;
  background-color: #f8f8f8;
  padding: 1rem;
  border-radius: 10px;
}
/* line 8, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .ui-accordion-header::after {
  content: "+";
  color: #08426f;
  font-weight: bold;
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
}
/* line 18, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .ui-accordion-header:hover {
  cursor: pointer;
}
/* line 21, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .ui-accordion-header:focus {
  outline: none;
}
/* line 25, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
/* line 26, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .ui-accordion-header-active::after {
  content: "-";
}
/* line 30, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
/* line 31, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .ui-accordion-content p {
  margin: 0;
  padding-left: 1rem;
}
/* line 36, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .wpcf7 {
  position: sticky;
  top: 1rem;
}
/* line 40, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .wpcf7-form {
  margin: 0.5rem auto;
  border: 1px solid #353535;
  border-radius: 10px;
  max-width: 100%;
  width: 465px;
  height: 527.8px;
  text-align: center;
  padding: 48px 48px 70px 35px;
  background-color: #353535;
}
/* line 51, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .wpcf7-form h3 {
  color: #fff;
  text-align: left;
  position: relative;
}
/* line 56, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .wpcf7-form h3:after {
  content: "";
  width: 4.5rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -0.75rem;
  left: 0;
}
/* line 66, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .wpcf7-form p {
  text-align: left;
}
/* line 69, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .wpcf7-form input[type="text"], .post-4608 .wpcf7-form input[type="email"], .post-4608 .wpcf7-form textarea, .post-4608 .wpcf7-form select {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  color: #fff !important;
  background-color: #353535;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: unset;
}
/* line 79, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .wpcf7-form input[type="text"]::placeholder, .post-4608 .wpcf7-form input[type="email"]::placeholder, .post-4608 .wpcf7-form textarea::placeholder, .post-4608 .wpcf7-form select::placeholder {
  font-size: 1rem;
  color: #fff !important;
}
/* line 88, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .wpcf7-form select {
  margin-bottom: 0;
  background-color: #1a1a1a;
  /*border-bottom: 0.0625rem solid #ddd;*/
  box-shadow: unset;
  color: gray;
}
/* line 95, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .wpcf7-form textarea {
  height: 10rem;
}
/* line 98, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .wpcf7-form input[type="submit"] {
  padding: 8px 77px 8px 30px !important;
  width: 190px;
  height: 60px;
  font-weight: 500 !important;
  font-family: "Manrope", Sans-serif !important;
  font-size: 15px !important;
  border-radius: 0;
  text-align: left;
  background-image: url('https://parapharma75.gr//wp-content/uploads/2021/06/Line-1.png');
  background-repeat: no-repeat;
  background-position-x: 140px;
  background-position-y: 50%;
  color: #000 !important;
  transition: all 0.5s ease-in-out 0s;
  background-color: #fac400;
  border-radius: 50px;
}
/* line 115, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .wpcf7-form input[type="submit"]:hover {
  text-align: right;
  background-position-x: 20px;
  padding: 8px 30px 8px 77px !important;
  transition: all 0.5s ease-in-out 0s;
}
/* line 125, wp-content/themes/darwin_evo/custom/scss/_page_faq.scss */
.post-4608 .wpcf7-form .submit-button {
  position: relative;
  text-align: left;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 {
  /*.entry-header{
   display: none;
   }*/
}
/* line 5, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
/* line 6, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .information-box {
  padding-bottom: 80px;
}
/* line 8, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .information-box:nth-child(2) {
  border-bottom: 1px solid #ccc;
}
/* line 12, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
/* line 13, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .col-1 .mainp {
  padding-right: 20px;
  margin-top: 0;
}
/* line 18, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .col-1 .title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #348a7b;
}
/* line 25, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
/* line 26, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .col-1 .info .address, .post-59 .entry-content .col-1 .info .phone, .post-59 .entry-content .col-1 .info .email {
  margin-bottom: 30px;
}
/* line 29, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .col-1 .info .size-20 {
  display: flex;
  align-items: center;
}
/* line 32, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .col-1 .info .size-20 img {
  width: 46px;
  height: 46px;
  filter: invert(40%) sepia(90%) saturate(1352%) hue-rotate(140deg) brightness(74%) contrast(91%);
}
/* line 39, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .col-1 .info .size-80 {
  margin-left: -33px;
}
/* line 41, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .col-1 .info .size-80 h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 47, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .col-1 .info .size-80 p {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0.5rem 0;
}
/* line 52, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .col-1 .info .size-80 a {
  color: #666 !important;
}
/* line 55, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
/* line 56, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .col-1 .info .size-80:hover h2 {
  color: #348a7b;
}
/* line 63, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
/* line 64, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .col-2 iframe {
  width: 100%;
  height: 100%;
}
/* line 69, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
/* line 70, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .wp-block-column:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 76, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .wpcf7 {
  margin-top: 80px;
}
/* line 78, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .wpcf7 form {
  padding-right: 210px;
}
/* line 80, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .wpcf7 form h2 {
  font-weight: 600;
}
/* line 83, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .wpcf7 form input[type="text"], .post-59 .entry-content .wpcf7 form input[type="email"], .post-59 .entry-content .wpcf7 form input[type="number"], .post-59 .entry-content .wpcf7 form textarea, .post-59 .entry-content .wpcf7 form select {
  width: 100%;
  font-size: 14px;
  border: 2px solid #e6e6e6;
  background-color: #fff;
  padding: 0.84rem 1rem;
  margin-bottom: 1.5rem;
  box-shadow: unset;
  border-radius: 4px;
}
/* line 92, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .wpcf7 form input[type="text"]:focus, .post-59 .entry-content .wpcf7 form input[type="email"]:focus, .post-59 .entry-content .wpcf7 form input[type="number"]:focus, .post-59 .entry-content .wpcf7 form textarea:focus, .post-59 .entry-content .wpcf7 form select:focus {
  border: 2px solid #348a7b;
}
/* line 100, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .entry-content .wpcf7 form input[type="submit"] {
  padding: 0.7822rem 2rem;
  border-radius: 50px;
}
/* line 107, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
/* line 108, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .contact-row-2 figure {
  margin: 0;
  padding: 3rem 0 0;
  height: 100%;
}
/* line 112, wp-content/themes/darwin_evo/custom/scss/_page_contact.scss */
.post-59 .contact-row-2 figure img {
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_page_about_us.scss */
/* line 2, wp-content/themes/darwin_evo/custom/scss/_page_about_us.scss */
.outline-about .columns {
  background-color: #f6f3f3;
  padding: 20px;
}
/* line 7, wp-content/themes/darwin_evo/custom/scss/_page_about_us.scss */
.outline-open-hours {
  max-width: 1024px;
  margin: auto;
  margin-top: 5rem;
  gap: 7em;
}
/* line 12, wp-content/themes/darwin_evo/custom/scss/_page_about_us.scss */
.outline-open-hours .table {
  border: 1px solid #069;
  padding: 20px 40px;
}
/* line 15, wp-content/themes/darwin_evo/custom/scss/_page_about_us.scss */
.outline-open-hours .table .info-column {
  border-bottom: 0.0625rem dashed #069;
  margin-bottom: 0;
  padding-bottom: 1.75rem;
}
/* line 19, wp-content/themes/darwin_evo/custom/scss/_page_about_us.scss */
.outline-open-hours .table .info-column figure {
  margin: 0;
}
/* line 21, wp-content/themes/darwin_evo/custom/scss/_page_about_us.scss */
.outline-open-hours .table .info-column figure img {
  max-width: 80px;
}
/* line 25, wp-content/themes/darwin_evo/custom/scss/_page_about_us.scss */
/* line 26, wp-content/themes/darwin_evo/custom/scss/_page_about_us.scss */
.outline-open-hours .table .info-column .wp-block-column:nth-child(2) p {
  margin: 0.5rem 0;
  color: #069;
}
/* line 30, wp-content/themes/darwin_evo/custom/scss/_page_about_us.scss */
.outline-open-hours .table .info-column .wp-block-column:nth-child(2) p:first-child {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 500;
}
/* line 38, wp-content/themes/darwin_evo/custom/scss/_page_about_us.scss */
/* line 39, wp-content/themes/darwin_evo/custom/scss/_page_about_us.scss */
.outline-open-hours .table .hours-column .g-grid {
  margin: 1.5rem 0;
}
/*YITH QUICK VIEW*/
/* line 2, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view {
  z-index: 20000000 !important;
}
/* line 4, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 5, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .product_title {
  font-size: 22px !important;
  font-weight: 600;
  color: #000;
  margin-top: 1.5rem;
}
/* line 11, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .onsale {
  display: none;
}
/* line 14, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .price {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.125rem;
}
/* line 20, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .price ins {
  color: #c63434 !important;
  order: -1;
  text-decoration: none;
  margin-right: 0.5rem;
  font-size: 1.45rem;
  line-height: 1.6rem;
}
/* line 28, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 29, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .price del bdi {
  color: #a4acaa;
}
/* line 33, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .price .saved-sale {
  background: #069;
  color: #fff;
  padding: 2px 6px;
  font-size: 0.875rem;
  line-height: 22px;
  margin: 0 0.5rem;
}
/* line 42, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .yith-wcbr-brands {
  order: 1;
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
}
/* line 48, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .yith-wcbr-brands a {
  color: grey;
  font-weight: 400;
}
/* line 53, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .yith-wcbr-brands-logo {
  order: 2;
}
/* line 56, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product form.cart {
  display: inline-block;
  margin: 0;
}
/* line 59, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product form.cart .button {
  float: unset !important;
  vertical-align: middle;
  height: 50px;
  border-radius: 30px;
  background-color: #7fd858 !important;
  margin: 0 0.5rem;
  position: relative;
  padding-left: 3.25rem;
  transition: all 0.35s ease-in-out 0s;
}
/* line 69, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product form.cart .button::before {
  position: absolute;
  content: "";
  background: url('https://parapharma75.gr//wp-content/uploads/2021/04/icon-cart.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 2rem;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
  margin: 0;
  filter: invert(1);
}
/* line 83, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product form.cart .button:hover {
  background-color: #65ac46 !important;
}
/* line 88, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .yith-wcqv-view-details {
  display: inline-block;
  background: #65ac46 !important;
  color: #fff !important;
  padding: 1rem 1.5rem !important;
  border-radius: 3rem !important;
  transition: all 0.25s ease-in-out 0s;
}
/* line 95, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .yith-wcqv-view-details:hover {
  background: #202021 !important;
  color: #fff;
}
/* line 100, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0;
}
/* line 103, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .yith-wcwl-add-to-wishlist .add_to_wishlist {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  white-space: nowrap;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 12px;
  font-size: 23px;
}
/* line 117, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .quantity {
  position: relative;
  float: unset !important;
}
/* line 120, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .quantity .qty {
  width: 3.631em;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #e6e6e6;
  width: 120px;
  flex-basis: 120px;
  font-size: 0.9375rem;
  border-radius: 30px;
  height: 50px;
}
/* line 133, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .quantity .quantity-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 140, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .quantity .quantity-nav .quantity-button {
  cursor: pointer;
  height: 100%;
  width: 40px;
  color: #000;
}
/* line 146, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .quantity .quantity-nav .quantity-up {
  position: absolute;
  right: 0;
}
/* line 150, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .quantity .quantity-nav .quantity-down {
  position: absolute;
  left: 0;
}
/* line 156, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .product_meta {
  margin-top: 2rem;
}
/* line 158, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .product_meta > span {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
}
/* line 163, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-quick-view .single-product .product_meta > span a, .yith-quick-view .single-product .product_meta > span span {
  color: grey;
  font-weight: 400;
}
/*YITH LOGIN & REGISTER*/
/* line 173, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp {
  /*.yith-welrp-overlay{
   top: 50%;
   transform: translate(0, -25%);
   }*/
}
/* line 174, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp .yith-welrp-form-field.wide span.yith-welrp-password-eye {
  top: 1rem;
}
/* line 177, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp label[for*="reg_password"] {
  width: 100%;
}
/* line 180, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp .checkbox-label {
  margin-top: 20px;
}
/* line 183, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp .yith-welrp-overlay, #yith-welrp .yith-welrp-popup-wrapper {
  z-index: 10000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 193, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp .yith-welrp-form-field input[type="text"], #yith-welrp .yith-welrp-form-field input[type="email"], #yith-welrp .yith-welrp-form-field input[type="password"] {
  margin-top: 1rem;
}
/* line 196, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp .yith-welrp-popup-header {
  border-bottom: unset !important;
  text-align: center;
}
/* line 200, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp .yith-welrp-email-suggestion-list {
  text-align: left;
}
/* line 203, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp .yith-welrp-popup-content {
  text-align: center;
  padding: 0;
}
/* line 206, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp .yith-welrp-popup-content h3 {
  font-size: 20px;
  margin: 10px 0 30px;
  background: #353535;
  color: #fff;
  padding: 0.25rem 0.938rem;
  margin-bottom: 0;
  font-weight: 300;
}
/* line 215, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp .yith-welrp-popup-content button {
  background: #069;
  background-color: #069;
}
/* line 219, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp .yith-welrp-popup-content .yith-welrp-continue-as-guest {
  padding: 0.938rem !important;
}
/* line 221, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp .yith-welrp-popup-content .yith-welrp-continue-as-guest a {
  background: #069;
  background-color: #069;
  border-radius: 0;
}
/* line 228, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp .yith-welrp-user-info, #yith-welrp .yith-welrp-popup-text, #yith-welrp .yith-welrp-form {
  padding: 0.938rem;
  margin: 0;
}
/* line 232, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-welrp .yith-welrp-submit-button, #yith-welrp .yith-welrp-continue-as-guest .button {
  text-transform: none;
  font-weight: 400;
}
/*YITH CART POPUP*/
/* line 239, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 240, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-wrapper {
  z-index: 20000000;
}
/* line 243, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-overlay {
  z-index: 10000000;
}
/* line 246, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .yith-wacp-related li.product.yith-wacp-related-product h3 {
  padding: 0 0.375rem !important;
}
/* line 249, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 250, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 251, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .yith-wacp-message h3 {
  font-size: 16px;
}
/* line 256, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 257, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .info-box h3.product-title {
  font-size: 24px;
}
/* line 261, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 262, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .info-box .yith-wacp-cart-info .cart-shipping, #yith-wacp-popup .yith-wacp-content .info-box .yith-wacp-cart-info .cart-totals {
  font-size: 16px;
  text-transform: uppercase;
}
/* line 269, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content h3.cart-list-title {
  padding: 0 0 20px;
  border-bottom: 1px solid #e0e0e0;
}
/* line 274, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .product-variation p {
  margin: 0 0.5rem;
}
/* line 278, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content table.cart-list td.item-info .item-name, #yith-wacp-popup .yith-wacp-content .yith-wacp-content table.cart-list td.item-info dl, #yith-wacp-popup .yith-wacp-content .yith-wacp-content h3.product-title {
  font-size: 1rem;
  font-weight: 500;
}
/* line 283, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 284, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content table.cart-list td.item-info dl.variation {
  font-size: 0.875rem;
  font-weight: 400;
}
/* line 287, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content table.cart-list td.item-info dl.variation p {
  margin: 0;
}
/* line 291, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content table.cart-list td.item-info dt {
  width: 22%;
}
/* line 294, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content table.cart-list td.item-info dd {
  width: 70%;
  margin-left: 0.5rem;
}
/* line 299, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content span.shipping-cost {
  margin-left: 1rem;
}
/* line 303, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 304, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .cart-info > div {
  text-align: right;
}
/* line 307, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .cart-info bdi {
  margin-left: 1rem;
}
/* line 312, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .popup-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
}
/* line 318, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .popup-actions .button {
  font-size: 0.75rem !important;
  border: 1px solid #202021 !important;
  color: #fff !important;
  background: #202021;
}
/* line 323, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .popup-actions .button:hover {
  background: #202021 !important;
  border-color: #202021 !important;
  color: #fff !important;
}
/* line 328, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .popup-actions .button.go-checkout {
  order: -1;
  background: #069;
  border-color: #069 !important;
  color: #fff !important;
}
/* line 334, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .popup-actions .button.go-checkout:hover {
  background: #202021 !important;
  border-color: #202021 !important;
}
/* line 342, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .yith-wacp-related-products {
  margin-bottom: 10px !important;
}
/* line 344, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .yith-wacp-related-products li.yith-wacp-related-product {
  padding: 10px !important;
}
/* line 346, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .yith-wacp-related-products li.yith-wacp-related-product img {
  max-height: 200px !important;
}
/* line 349, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .yith-wacp-related-products li.yith-wacp-related-product h2 {
  font-size: 14px;
}
/* line 352, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .yith-wacp-related-products li.yith-wacp-related-product .price {
  justify-content: center;
}
/* line 355, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
#yith-wacp-popup .yith-wacp-content .yith-wacp-related-products li.yith-wacp-related-product a.button:hover {
  background: #65ac46 !important;
}
/*YITH NEWSLETTER POPUP*/
/* line 364, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ypop-modal {
  z-index: 10000000;
}
/* line 366, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 367, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ypop-modal .ypop-form-newsletter-wrapper ul {
  border-radius: 3rem;
  overflow: hidden;
}
/* line 371, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ypop-modal .ypop-form-newsletter-wrapper .newsletter_form_name input, .ypop-modal .ypop-form-newsletter-wrapper .newsletter_form_email input {
  line-height: 33px;
  padding: 14px 20px;
  border: 0;
  box-shadow: none;
}
/* line 378, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 379, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ypop-modal .ypop-header h2 {
  margin-top: 1rem;
}
/* line 381, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ypop-modal .ypop-header h2 strong {
  background: #c63434;
  border-radius: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 1.125rem 0.5rem;
  margin: 0 0.5rem;
}
/* line 391, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ypop-modal .ypop-header p {
  margin-top: 0;
  position: relative;
  padding-right: 100px;
}
/* line 395, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ypop-modal .ypop-header p::after {
  content: "";
  position: absolute;
  background-image: url('https://parapharma75.gr//wp-content/uploads/2021/04/send.png');
  width: 100px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  opacity: 0.1;
}
/* line 409, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ypop-modal .ypop-checkzone label {
  color: #000;
}
/* line 412, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 413, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ypop-modal .ypop-submit button {
  line-height: unset;
}
/* line 419, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcqv-button {
  opacity: 1 !important;
  top: 4rem !important;
  left: 1rem;
  transform: scale(1) !important;
  width: 40px;
  height: 40px;
  background: #ccc !important;
  border-radius: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* line 431, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcqv-button img.yith-wcqv-icon {
  width: 26px !important;
}
/* line 434, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcqv-button:hover {
  background: #202021 !important;
}
/* line 436, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcqv-button:hover img.yith-wcqv-icon {
  filter: invert(1);
}
/* line 442, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcan-reset-filters {
  background: #a49b9c;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  transition: all 0.25s ease-in-out 0s;
}
/* line 448, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcan-reset-filters:hover {
  background: #08426f;
  color: #fff;
}
/*YITH SALES COUNTDOWN*/
/* line 455, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ywpc-countdown {
  border-radius: 0.625rem;
  padding: 1rem 0;
  background: transparent;
  border: 1px solid #eee;
  margin: 1rem 0;
}
/* line 461, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ywpc-countdown .ywpc-header {
  color: #08426f;
}
/* line 464, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ywpc-countdown > .ywpc-timer {
  margin: 0;
}
/* line 466, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 467, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ywpc-countdown > .ywpc-timer > div > .ywpc-amount {
  background: #08426f;
}
/* line 469, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ywpc-countdown > .ywpc-timer > div > .ywpc-amount span {
  color: #fff;
}
/* line 473, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ywpc-countdown > .ywpc-timer > div > .ywpc-label {
  margin-top: 4px;
}
/* line 480, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.ywpc-sale-bar {
  border-radius: 0.625rem;
  border-color: #eee;
}
/*YITH DEALS POPUP*/
/* line 486, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 487, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
/* line 488, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcdls-popup.yith-wcdls-popup.open .yith-wcdls-overlay {
  z-index: 10000000;
}
/* line 491, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcdls-popup.yith-wcdls-popup.open .yith-wcdls-wrapper {
  z-index: 20000000;
}
/* line 493, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcdls-popup.yith-wcdls-popup.open .yith-wcdls-wrapper .yith-wcdls-content.entry-content {
  padding: 0;
}
/* line 495, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcdls-popup.yith-wcdls-popup.open .yith-wcdls-wrapper .yith-wcdls-content.entry-content.yith-wcdls-content img {
  margin: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* line 501, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcdls-popup.yith-wcdls-popup.open .yith-wcdls-wrapper .yith-wcdls-content.entry-content h3 {
  color: #000;
}
/* line 507, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcdls-popup .yith-wcdls-main {
  position: relative;
  padding: 0rem;
}
/* line 511, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcdls-popup .yith-wcdls-main .yith-wcdls-decline {
  background: #c63434 !important;
  color: #fff !important;
  font-weight: 400 !important;
  transition: all 0.25s ease-in-out 0s;
}
/* line 516, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcdls-popup .yith-wcdls-main .yith-wcdls-decline:hover {
  background: #202021 !important;
}
/* line 523, wp-content/themes/darwin_evo/custom/scss/_yith_general_classes.scss */
.yith-wcbr-brand-thumbnail-carousel.centered-title.horizontal .yith-wcbr-thumbnail-list ul li.swiper-slide-visible a:after {
  display: none;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product {
  transition: all 0.35s ease-in-out 0s;
}
/* line 3, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
  /*padding-left: 48px;
   margin-top: 3vw !important;*/
  max-height: 300px;
  object-fit: contain;
}
/* line 9, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .onsale, .woocommerce ul.products li.product .yith-wcbm-badge {
  display: none;
}
/* line 12, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .saved-sale {
  /*display: none;*/
  background: #c63434;
  color: #fff;
  padding: 0;
  font-size: 0.875rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 1rem;
  border-radius: 100%;
}
/* line 27, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .cart-icon {
  background: #7fd858;
  border-radius: 100%;
  padding: 0.875rem;
  display: inline-flex;
  margin: 0.125rem 0.125rem 0.125rem 0;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
/* line 36, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .cart-icon .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  filter: invert(1);
}
/* line 43, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.25rem 0.875rem 70px;
  margin: 0.125rem !important;
  line-height: 1.5rem;
  background: transparent !important;
  color: #000 !important;
  text-transform: uppercase;
  border-radius: 3rem;
  transition: all 0.35s ease-in-out 0s;
}
/* line 55, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button .hover {
  padding: 0.875rem 1.25rem 0.875rem 60px;
  background: #7fd858 !important;
  color: #fff !important;
}
/* line 61, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .added_to_cart {
  display: none;
}
/* line 64, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .price {
  display: flex;
  font-size: 1.125rem;
}
/* line 68, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .price ins {
  color: #08426f;
  order: -1;
  text-decoration: none;
  margin-right: 0.5rem;
}
/* line 74, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
/* line 75, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .price del bdi {
  color: #a4acaa;
}
/* line 80, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.125rem;
  color: #000;
  font-weight: 600;
  padding-top: 0.125rem;
  word-break: break-word;
}
/* line 87, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .short_description {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* line 98, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .ywpc-countdown-loop, .woocommerce ul.products li.product .ywpc-sale-bar-loop {
  border: 1px solid #eee;
  border-radius: 0.625rem;
  padding: 0.5rem;
}
/* line 104, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product .yith-wcbr-brands {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
}
/* line 109, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product a[rel="tag"] {
  color: #505050;
  font-size: 0.875rem;
  font-weight: 500;
}
/* line 114, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product:hover {
  border-color: #08426f;
}
/* line 116, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products li.product:hover .attachment-woocommerce_thumbnail {
  border-color: #08426f;
}
/* line 122, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products.columns-3 li.product, .related ul.products li.product {
  border: 6px solid #eee;
  padding: 1rem;
  transition: all 0.35s ease-in-out 0s;
}
/* line 126, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products.columns-3 li.product .attachment-woocommerce_thumbnail, .related ul.products li.product .attachment-woocommerce_thumbnail {
  border-bottom: 6px solid #eee;
  transition: all 0.35s ease-in-out 0s;
}
/* line 130, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products.columns-3 li.product:hover, .related ul.products li.product:hover {
  border-color: #08426f;
}
/* line 132, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommerce ul.products.columns-3 li.product:hover .attachment-woocommerce_thumbnail, .related ul.products li.product:hover .attachment-woocommerce_thumbnail {
  border-color: #08426f;
}
/* line 138, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommmerce.yith-wacp-related ul.products li.product {
  text-align: center;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
}
/* line 141, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
/* line 142, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommmerce.yith-wacp-related ul.products li.product .product-price .price {
  justify-content: center;
  align-items: center;
}
/* line 147, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommmerce.yith-wacp-related ul.products li.product .button {
  background: #069 !important;
  color: #fff !important;
  padding: 0.5rem 1rem;
}
/* line 152, wp-content/themes/darwin_evo/custom/scss/_wc_product_archive.scss */
.woocommmerce.yith-wacp-related ul.products li.product:hover {
  box-shadow: 0 3px 13px rgba(52, 138, 123, 0.5);
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
/* line 3, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product #g-container-main {
  background: #f6f3f3;
}
/* line 5, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product #g-container-main .g-container {
  max-width: calc(89vw - 1.876rem);
}
/* line 9, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product #g-container-main .g-content {
  margin: 0;
  padding: 0;
}
/* line 14, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .product-container {
  max-width: calc(89vw - 1.876rem);
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  margin: 0rem 0.938rem;
}
/* line 21, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-product-gallery {
  display: inline-block;
  float: unset !important;
}
/* line 25, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary {
  display: inline-block;
  float: unset !important;
}
/* line 28, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
/* line 29, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-info .g-spacer {
  display: flex;
  flex-direction: column;
}
/* line 33, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-info .product_title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #000;
  margin-top: 1.5rem;
}
/* line 39, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-info .price {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.125rem;
}
/* line 45, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-info .price ins {
  color: #c63434;
  order: -1;
  text-decoration: none;
  margin-right: 0.5rem;
  font-size: 1.45rem;
  line-height: 1.6rem;
}
/* line 53, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
/* line 54, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-info .price del bdi {
  color: #a4acaa;
}
/* line 58, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-info .price .saved-sale {
  background: #069;
  color: #fff;
  padding: 2px 6px;
  font-size: 0.875rem;
  line-height: 22px;
  margin: 0 0.5rem;
}
/* line 67, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-info .stock {
  color: #202021;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
/* line 72, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-info .stock::before {
  content: "\f058";
  font-family: 'FontAwesome';
  margin-right: 4px;
}
/* line 78, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-info .yith-wcbr-brands {
  order: 1;
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
}
/* line 84, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-info .yith-wcbr-brands a {
  color: grey;
  font-weight: 400;
}
/* line 89, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-info .yith-wcbr-brands-logo {
  order: 2;
}
/* line 94, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions {
  border: 1px solid #eee;
  border-radius: 0.625rem;
  padding: 1rem;
}
/* line 98, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions form.cart {
  display: inline-block;
  margin: 0;
}
/* line 101, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions form.cart .button {
  vertical-align: middle;
  float: left;
  height: 50px;
  border-radius: 30px;
  background-color: #7fd858;
  margin: 0 0.5rem;
  position: relative;
  padding-left: 3.25rem;
  transition: all 0.35s ease-in-out 0s;
}
/* line 111, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions form.cart .button::before {
  position: absolute;
  content: "";
  background: url('https://parapharma75.gr//wp-content/uploads/2021/04/icon-cart.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 2rem;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
  margin: 0;
  filter: invert(1);
}
/* line 125, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions form.cart .button:hover {
  background-color: #65ac46;
}
/* line 130, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0;
}
/* line 133, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions .yith-wcwl-add-to-wishlist .add_to_wishlist, .single-product .summary .product-container-actions .yith-wcwl-add-to-wishlist .delete_item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  white-space: nowrap;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 12px;
  font-size: 23px;
}
/* line 146, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions .yith-wcwl-add-to-wishlist .separator, .single-product .summary .product-container-actions .yith-wcwl-add-to-wishlist .view-wishlist {
  display: none;
}
/* line 149, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions .yith-wcwl-add-to-wishlist a {
  color: #37b6ff;
}
/* line 153, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions .quantity {
  position: relative;
}
/* line 155, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions .quantity .qty {
  width: 3.631em;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #e6e6e6;
  width: 120px;
  flex-basis: 120px;
  font-size: 0.9375rem;
  border-radius: 30px;
  height: 50px;
}
/* line 168, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions .quantity .quantity-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 175, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions .quantity .quantity-nav .quantity-button {
  cursor: pointer;
  height: 100%;
  width: 40px;
  color: #000;
}
/* line 181, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions .quantity .quantity-nav .quantity-up {
  position: absolute;
  right: 0;
  font-size: 18px;
}
/* line 186, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product-container-actions .quantity .quantity-nav .quantity-down {
  position: absolute;
  left: 0;
  font-size: 26px;
}
/* line 194, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product_meta {
  margin-top: 2rem;
}
/* line 196, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product_meta > span {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
}
/* line 201, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .summary .product_meta > span a, .single-product .summary .product_meta > span span {
  color: grey;
  font-weight: 400;
}
/* line 208, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs {
  background: #fff;
  margin: 1.5rem 0.938rem;
  padding: 1rem 2rem;
  border-radius: 0.625rem;
}
/* line 213, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs ul.tabs, .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  max-width: calc(89vw - 1.876rem);
  margin: auto !important;
}
/* line 217, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs ul.tabs {
  padding: 0 !important;
}
/* line 219, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs ul.tabs::before, .single-product .woocommerce-tabs ul.tabs::after {
  display: none !important;
}
/* line 222, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs ul.tabs li {
  padding: 0 !important;
  margin: 0 !important;
  margin-right: 1rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  position: relative;
  background: transparent !important;
}
/* line 230, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs ul.tabs li a {
  font-size: 1.5rem;
}
/* line 233, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}
/* line 237, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs ul.tabs li::after {
  border: none !important;
  position: absolute;
  content: "";
  background: #000;
  width: 0 !important;
  height: 4px !important;
  bottom: -0.25rem;
  left: 0 !important;
  right: unset !important;
  transition: all 0.35s ease-in-out 0s;
}
/* line 249, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs ul.tabs li.active, .single-product .woocommerce-tabs ul.tabs li:hover {
  background: transparent !important;
}
/* line 251, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs ul.tabs li.active a, .single-product .woocommerce-tabs ul.tabs li:hover a {
  color: #08426f !important;
}
/* line 254, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs ul.tabs li.active::after, .single-product .woocommerce-tabs ul.tabs li:hover::after {
  width: 100% !important;
  background: #08426f !important;
}
/* line 261, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
/* line 262, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
/* line 265, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs .woocommerce-Tabs-panel table {
  margin-top: 1rem;
}
/* line 267, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs .woocommerce-Tabs-panel table th {
  background: #08426f;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 273, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .woocommerce-tabs .woocommerce-Tabs-panel table td {
  padding: 0 8px;
  font-style: normal;
}
/* line 281, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .related.products {
  max-width: calc(89vw - 1.876rem);
  background: #fff;
  margin: 1.5rem 0.938rem;
  padding: 1rem 2rem;
  border-radius: 0.625rem;
}
/* line 287, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .related.products h2 {
  font-size: 1.5rem;
  color: #000;
}
/* line 291, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .related.products ul.products li.product {
  margin-bottom: 0;
  border-color: transparent;
}
/* line 294, wp-content/themes/darwin_evo/custom/scss/_wc_product_single.scss */
.single-product .related.products ul.products li.product:hover {
  border-color: transparent;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
/* line 2, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
/* line 3, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
/* line 4, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce nav.woocommerce-pagination ul {
  border: 0px;
}
/* line 6, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce nav.woocommerce-pagination ul li {
  margin-right: 0.5rem;
  border-right: 0px;
}
/* line 10, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
  border-radius: 1rem;
  width: 2rem;
  line-height: 2rem;
  padding: 0;
}
/* line 15, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a.current {
  background: #08426f;
  color: #fff;
}
/* line 24, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce .woocommerce-products-header__title {
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-top: 0;
  color: #000;
}
/* line 32, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce .select2 {
  border: 0;
  font-size: 0.875rem;
  font-weight: 300;
}
/* line 39, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce .select2-results__option {
  font-size: 0.875rem;
  padding: 0.375rem;
}
/* line 45, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #08426f;
}
/* line 49, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce .select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #ccc;
}
/* line 54, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
}
/* line 58, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce .select2-dropdown {
  border-color: #ccc;
}
/* line 64, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  top: 7rem;
  left: 1rem;
}
/* line 67, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
/* line 70, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
/* line 71, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
/* line 72, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.yith-wcwl-add-button a i, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.yith-wcwl-add-button a i, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.yith-wcwl-add-button a i {
  font-size: 1rem;
  color: #fff;
}
/* line 75, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.yith-wcwl-add-button a i.fa-heart, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.yith-wcwl-add-button a i.fa-heart, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.yith-wcwl-add-button a i.fa-heart {
  color: #c1c1c1;
}
/* line 81, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  width: 40px;
  height: 40px;
  background: #069 !important;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out 0s;
}
/* line 91, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i {
  font-size: 1rem;
  color: #fff;
}
/* line 94, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i.fa-heart, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i.fa-heart, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i.fa-heart {
  color: ;
}
/* line 98, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  background: #202021 !important;
}
/* line 100, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover i, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover i, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover i {
  color: #fff;
}
/* line 101, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover i.fa-heart, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover i.fa-heart, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover i.fa-heart {
  color: #fff;
}
/* line 112, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce-info {
  border-top-color: #08426f;
}
/* line 114, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce-info::before {
  color: #08426f;
}
/* line 119, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
/* line 120, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce-order-received h2.entry-title {
  color: #fff !important;
}
/* line 123, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
/* line 124, wp-content/themes/darwin_evo/custom/scss/_wc_general_classes.scss */
.woocommerce-order-received .woocommerce-order p:not(.woocommerce-notice) {
  font-size: 24px;
  color: #7fd858;
  font-weight: 500;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
/* line 2, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .entry-title {
  background: #202021;
  color: #fff;
  padding: 0.25rem 0.938rem;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.5rem;
}
/* line 10, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-info {
  border-top-color: #348a7b;
  margin-top: 0.625rem;
  box-shadow: -1px 6px 7px -4px rgba(0, 0, 0, 0.25);
}
/* line 15, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-message {
  background: #f0f0f0;
  color: #000;
  margin-top: 2px;
  box-shadow: -1px 6px 7px -4px rgba(0, 0, 0, 0.25);
}
/* line 21, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account article.post-13 {
  max-width: 1024px;
  margin: auto;
}
/* line 25, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
/* line 26, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-form-row label[for*="mailchimp_woocommerce"] {
  display: none;
}
/* line 32, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
/* line 34, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content > p {
  background: #f0f0f0;
  color: #000;
  padding: 1em 2em 1em 3.5em;
  margin-top: 2px;
  box-shadow: -1px 6px 7px -4px rgba(0, 0, 0, 0.25);
}
/* line 41, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content > p mark {
  background: transparent;
  color: #c63434;
  font-weight: bold;
}
/* line 47, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
/* line 48, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th {
  background: #353535;
  color: #fff;
}
/* line 51, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th.ywpar_points_rewards-points {
  text-align: center;
}
/* line 55, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
/* line 56, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td.product-name {
  font-weight: 700;
}
/* line 58, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td.product-name a:hover {
  color: #c63434;
}
/* line 62, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td .wc-item-meta {
  margin-left: 0;
  margin-top: 0.5rem;
}
/* line 65, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td .wc-item-meta strong, .woocommerce-account .woocommerce-MyAccount-content table.shop_table td .wc-item-meta p {
  margin: 0;
  font-weight: 400;
}
/* line 72, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
/* line 73, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  background: #353535;
  color: #fff;
  font-size: 1.2rem;
  margin: 0;
  padding: 0.5rem;
  border-radius: 0.25rem 0.25rem 0 0;
}
/* line 81, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
  border-radius: 0 0 0.25rem 0.25rem;
}
/* line 85, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content form .form-row {
  padding: 0;
}
/* line 87, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content form .form-row label {
  line-height: 2;
  font-weight: 300;
  background: #f0f0f0;
  color: #000;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  margin: 0;
}
/* line 96, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content form .form-row.form-row-first, .woocommerce-account .woocommerce-MyAccount-content form .form-row.form-row-last {
  width: 49%;
}
/* line 99, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content form .form-row input.input-text {
  margin-bottom: 6px;
  border-color: #f0f0f0 !important;
  border-right: 1px solid;
  border-left: 1px solid;
}
/* line 107, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content input[type="color"], .woocommerce-account .woocommerce-MyAccount-content input[type="date"], .woocommerce-account .woocommerce-MyAccount-content input[type="datetime"], .woocommerce-account .woocommerce-MyAccount-content input[type="datetime-local"], .woocommerce-account .woocommerce-MyAccount-content input[type="email"], .woocommerce-account .woocommerce-MyAccount-content input[type="month"], .woocommerce-account .woocommerce-MyAccount-content input[type="number"], .woocommerce-account .woocommerce-MyAccount-content input[type="password"], .woocommerce-account .woocommerce-MyAccount-content input[type="search"], .woocommerce-account .woocommerce-MyAccount-content input[type="tel"], .woocommerce-account .woocommerce-MyAccount-content input[type="text"], .woocommerce-account .woocommerce-MyAccount-content input[type="time"], .woocommerce-account .woocommerce-MyAccount-content input[type="url"], .woocommerce-account .woocommerce-MyAccount-content input[type="week"], .woocommerce-account .woocommerce-MyAccount-content input:not([type]), .woocommerce-account .woocommerce-MyAccount-content textarea, .woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single, .woocommerce-account .woocommerce-MyAccount-content select, .woocommerce-account .woocommerce-MyAccount-content .select2 {
  border: 0;
  border-bottom: 1px solid #000 !important;
  border-radius: 0;
  box-shadow: none;
}
/* line 113, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin-top: 3rem;
  padding: 0.938rem 0;
}
/* line 117, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content legend {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 300;
  color: #000;
}
/* line 123, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content em {
  font-size: 0.875rem;
  line-height: 3rem;
  padding: 0.25rem 0.5rem;
}
/* line 128, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content button.button {
  background: #08426f;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  transition: all 0.25s ease-in-out 0s;
  text-transform: none;
  font-weight: 400;
}
/* line 136, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content button.button:hover {
  background: #202021;
}
/* line 141, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
/* line 142, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
  position: relative;
}
/* line 144, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
/* line 145, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title.title h3 {
  background: #f0f0f0;
  margin: 0;
  color: #000;
  padding: 0.25rem 0.5rem;
  width: 100%;
  font-weight: 300;
  font-size: 1.25rem;
  padding-right: 80px;
}
/* line 155, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title.title .edit {
  float: none;
  position: absolute;
  right: 0.625rem;
  color: #000;
  font-size: 0.75rem;
  top: 50%;
  transform: translate(0, -50%);
}
/* line 166, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
  border: 1px solid #eaeaea;
  padding: 0.625rem;
}
/* line 172, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-MyAccount-content table.additional_fields {
  margin-top: 1rem;
}
/* line 177, wp-content/themes/darwin_evo/custom/scss/_wc_account.scss */
.woocommerce-account .woocommerce-EditAccountForm {
  margin-top: 0.938rem;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
/* line 2, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .entry-title {
  text-align: center;
  color: #000;
}
/* line 6, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .entry-content {
  border: 1px solid #f6f3f3;
  padding: 2.938rem 1.938rem;
}
/* line 11, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist-title-container {
  display: none;
}
/* line 15, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist-empty {
  width: 100% !important;
}
/* line 19, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li, .woocommerce-wishlist .wishlist_table.mobile li {
  position: relative;
}
/* line 22, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .item-details, .woocommerce-wishlist .wishlist_table.mobile li .item-details, .woocommerce-wishlist .wishlist_table.modern_grid li .product-thumbnail, .woocommerce-wishlist .wishlist_table.mobile li .product-thumbnail {
  display: block;
  width: auto;
  max-width: 100%;
}
/* line 27, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .product-thumbnail > a img, .woocommerce-wishlist .wishlist_table.mobile li .product-thumbnail > a img {
  margin: auto;
  padding: 1rem;
}
/* line 31, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .item-details, .woocommerce-wishlist .wishlist_table.mobile li .item-details {
  position: unset;
}
/* line 33, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .item-details::before, .woocommerce-wishlist .wishlist_table.mobile li .item-details::before {
  display: none;
}
/* line 37, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .item-wrapper, .woocommerce-wishlist .wishlist_table.mobile li .item-wrapper {
  border: 6px solid #eee;
  padding: 1rem;
  transition: all 0.35s ease-in-out 0s;
  margin: 0 auto;
  width: 100%;
}
/* line 41, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .item-wrapper .attachment-woocommerce_thumbnail, .woocommerce-wishlist .wishlist_table.mobile li .item-wrapper .attachment-woocommerce_thumbnail {
  border-bottom: 6px solid #eee;
  transition: all 0.35s ease-in-out 0s;
}
/* line 45, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .item-wrapper:hover, .woocommerce-wishlist .wishlist_table.mobile li .item-wrapper:hover {
  border-color: #08426f;
}
/* line 47, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .item-wrapper:hover .attachment-woocommerce_thumbnail, .woocommerce-wishlist .wishlist_table.mobile li .item-wrapper:hover .attachment-woocommerce_thumbnail {
  border-color: #08426f;
}
/* line 54, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .item-details-wrapper, .woocommerce-wishlist .wishlist_table.mobile li .item-details-wrapper {
  position: unset;
  padding: 0;
}
/* line 57, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .item-details-wrapper .product-name, .woocommerce-wishlist .wishlist_table.mobile li .item-details-wrapper .product-name {
  color: #000;
  height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
/* line 68, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .product-checkbox, .woocommerce-wishlist .wishlist_table.mobile li .product-checkbox {
  top: -8px;
  left: -4px;
}
/* line 72, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
/* line 73, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .product-price .value, .woocommerce-wishlist .wishlist_table.mobile li .product-price .value {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
/* line 79, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .product-price ins, .woocommerce-wishlist .wishlist_table.mobile li .product-price ins {
  color: #08426f;
  order: -1;
  text-decoration: none;
  margin-right: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
/* line 87, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .product-price del, .woocommerce-wishlist .wishlist_table.mobile li .product-price del {
  order: 0;
  font-size: 1.125rem;
}
/* line 90, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .product-price del bdi, .woocommerce-wishlist .wishlist_table.mobile li .product-price del bdi {
  color: #a4acaa;
}
/* line 94, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .product-price .saved-sale, .woocommerce-wishlist .wishlist_table.mobile li .product-price .saved-sale {
  /*display: none;*/
  background: #069;
  color: #fff;
  padding: 2px 6px;
  font-size: 0.875rem;
  line-height: 22px;
  margin: 0 0 0 0.5rem;
}
/* line 104, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
/* line 105, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .product-quantity .value input, .woocommerce-wishlist .wishlist_table.mobile li .product-quantity .value input {
  max-width: 64px;
}
/* line 109, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .wishlist-in-stock, .woocommerce-wishlist .wishlist_table.mobile li .wishlist-in-stock {
  color: #202021;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
/* line 114, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .wishlist-in-stock::before, .woocommerce-wishlist .wishlist_table.mobile li .wishlist-in-stock::before {
  content: "\f058";
  font-family: 'FontAwesome';
  margin-right: 4px;
}
/* line 120, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .yith-wcqv-button, .woocommerce-wishlist .wishlist_table.mobile li .yith-wcqv-button {
  font-size: 0;
  content: url('https://parapharma75.gr//wp-content/uploads/2021/04/icon-visibility.svg');
  position: absolute;
  padding: 0.375rem;
  border-radius: 100% !important;
  top: 2.5rem !important;
  left: 1.25rem;
  background: #f0f0f0 !important;
}
/* line 129, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .yith-wcqv-button:hover, .woocommerce-wishlist .wishlist_table.mobile li .yith-wcqv-button:hover {
  background: #f0f0f0 !important;
  filter: invert(1);
}
/* line 134, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .product-add-to-cart, .woocommerce-wishlist .wishlist_table.mobile li .product-add-to-cart {
  margin-top: 1.5rem;
}
/* line 136, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li .product-add-to-cart a, .woocommerce-wishlist .wishlist_table.mobile li .product-add-to-cart a {
  background: #069;
  padding: 0.618em 1em;
  color: #fff;
  border-radius: 3rem;
  margin: 0 !important;
}
/* line 144, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li td.value, .woocommerce-wishlist .wishlist_table.mobile li td.value {
  text-align: left !important;
}
/* line 148, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li td.label, .woocommerce-wishlist .wishlist_table.mobile li td.label {
  display: none;
}
/* line 153, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .wishlist_table.modern_grid li {
  width: 25%;
}
/* line 157, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .yith_wcwl_wishlist_footer {
  float: right !important;
}
/* line 159, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
/* line 160, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions, .woocommerce-wishlist .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update #bulk_actions {
  padding: 3px;
}
/* line 163, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit], .woocommerce-wishlist .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update input[type=submit] {
  margin: 0;
  margin-left: 10px;
  background: #f7f7f7;
  color: #08426f;
  border: 1px solid;
  padding: 5px 1.5rem;
  border-radius: 3rem;
  transition: all 0.25s ease-in-out 0s;
}
/* line 172, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]:hover, .woocommerce-wishlist .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update input[type=submit]:hover {
  color: #fff;
  background: #08426f !important;
}
/* line 178, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action > * {
  background: #08426f;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  transition: all 0.25s ease-in-out 0s;
}
/* line 184, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action > *:hover {
  background: #202021;
  color: #fff;
}
/* line 189, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share {
  margin-top: 3rem;
}
/* line 191, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-after-share-section {
  margin-top: 1rem;
}
/* line 193, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-after-share-section .copy-target {
  width: 100%;
}
/* line 199, wp-content/themes/darwin_evo/custom/scss/_wc_wishlist.scss */
.woocommerce-wishlist .yith-wcwl-wishlist-search-form #wishlist_search {
  max-width: 100%;
  width: calc(100% - 70px);
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
/* line 2, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart h2 {
  text-align: center;
  color: #000;
}
/* line 6, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .woocommerce-shipping-destination {
  display: none;
}
/* line 9, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
/* line 10, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
/* line 11, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
/* line 12, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .woocommerce-cart-form table td.actions .coupon .input-text {
  width: 45%;
  height: 40px;
}
/* line 16, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .woocommerce-cart-form table td.actions .coupon .button {
  width: 50%;
  height: 40px;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  background: #08426f;
  color: #fff;
  border: 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
}
/* line 27, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .woocommerce-cart-form table td.actions .coupon .button:hover {
  background: #08426f;
}
/* line 32, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .woocommerce-cart-form table thead tr th {
  background: #202021;
  color: #fff;
}
/* line 36, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .woocommerce-cart-form table .product-thumbnail {
  text-align: center;
}
/* line 39, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
/* line 40, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .woocommerce-cart-form table .product-quantity .quantity {
  position: relative;
}
/* line 42, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .woocommerce-cart-form table .product-quantity .quantity .qty {
  width: 3.631em;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #e6e6e6;
  width: 120px;
  flex-basis: 120px;
  font-size: 0.9375rem;
  border-radius: 30px;
  height: 50px;
}
/* line 55, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .woocommerce-cart-form table .product-quantity .quantity .quantity-nav {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 120px;
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 63, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .woocommerce-cart-form table .product-quantity .quantity .quantity-nav .quantity-button {
  cursor: pointer;
  height: 100%;
  width: 40px;
  color: #000;
}
/* line 69, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .woocommerce-cart-form table .product-quantity .quantity .quantity-nav .quantity-up {
  position: absolute;
  right: 0;
}
/* line 73, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .woocommerce-cart-form table .product-quantity .quantity .quantity-nav .quantity-down {
  position: absolute;
  left: 0;
}
/* line 80, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .woocommerce-cart-form table img {
  width: 150px;
}
/* line 85, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
/* line 86, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .cart-collaterals table.shop_table {
  margin: 0;
}
/* line 89, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  padding-top: 0;
}
/* line 91, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a {
  padding: 0.75rem 0.938rem;
  border-radius: 0 0 0.625rem 0.625rem;
  background: #08426f;
  font-weight: 400;
}
/* line 96, wp-content/themes/darwin_evo/custom/scss/_wc_cart.scss */
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a:hover {
  background: #069;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 2, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .entry-title {
  text-align: center;
  color: #000;
}
/* line 6, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .entry-content {
  padding: 0.938rem 10%;
  margin: auto;
  border: 1px solid #f6f3f3;
}
/* line 11, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 12, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-form-login .password-input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
/* line 20, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 21, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .ts-product-image img {
  width: 100%;
}
/* line 25, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout h3 {
  position: relative;
  display: flex;
  padding: 0.25rem 0;
  font-size: 22px;
  font-weight: 700;
  color: #515151;
}
/* line 32, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout h3 .step-number {
  border-radius: 100%;
  border: 1px solid #474747;
  height: 30px;
  width: 30px;
  padding: 15px;
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  margin-right: 1rem;
}
/* line 47, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout h3#order_review_heading, .woocommerce-checkout h3#order_payment_heading, .woocommerce-checkout h3#order_shipping_heading {
  position: relative;
}
/* line 49, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout h3#order_review_heading::after, .woocommerce-checkout h3#order_payment_heading::after, .woocommerce-checkout h3#order_shipping_heading::after {
  position: absolute;
  background: rgba(0, 0, 0, 0.2) !important;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.375rem;
  content: "";
}
/* line 58, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 59, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout h3#order_review_heading.active::after, .woocommerce-checkout h3#order_payment_heading.active::after, .woocommerce-checkout h3#order_shipping_heading.active::after {
  background: unset;
  background-image: linear-gradient(105deg, #08426f, #08426f, #08426f) !important;
  background-size: 200% !important;
  background-position: 0 !important;
  transition: all 0.5s ease-in-out 0s;
}
/* line 66, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 67, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout h3#order_review_heading.active:hover::after, .woocommerce-checkout h3#order_payment_heading.active:hover::after, .woocommerce-checkout h3#order_shipping_heading.active:hover::after {
  background-position: -100% !important;
  background-image: linear-gradient(120deg, #08426f, #353535, #08426f) !important;
}
/* line 75, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout h3 #order_review_heading {
  margin-top: 1rem;
}
/* line 80, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 81, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .form-row .optional {
  display: none;
}
/* line 85, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 87, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout form.checkout .form-row {
  padding: 4px 10px;
  width: 50%;
  display: inline-block;
}
/* line 91, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout form.checkout .form-row textarea {
  height: 94px !important;
  border: 1px solid;
  padding: 12px;
}
/* line 96, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout form.checkout .form-row .input-checkbox {
  margin-top: 4px !important;
}
/* line 99, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout form.checkout .form-row .select2-container {
  width: 100% !important;
}
/* line 105, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout label {
  color: #353535 !important;
  float: left;
  margin: 0;
  font-size: 0.875rem;
  line-height: 2rem !important;
  font-weight: 700;
  margin-right: 1rem;
}
/* line 119, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .input-text {
  height: unset !important;
}
/* line 123, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .create-account {
  padding: 4px 8px !important;
}
/* line 125, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .create-account #createaccount {
  margin-right: 0.375rem;
}
/* line 130, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 131, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 132, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-billing-fields h3::after {
  position: absolute;
  background: rgba(0, 0, 0, 0.2) !important;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.375rem;
  content: "";
}
/* line 144, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-billing-fields .mailchimp-newsletter {
  margin-top: 2rem !important;
}
/* line 157, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 170, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 171, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 172, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-additional-fields h3::after {
  position: absolute;
  background: rgba(0, 0, 0, 0.2) !important;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.375rem;
  content: "";
}
/* line 183, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-additional-fields label {
  width: 46px;
  line-height: 18px !important;
  height: 32px;
  display: flex !important;
  align-items: center;
}
/* line 192, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-additional-fields .form-row, .woocommerce-checkout .woocommerce-additional-fields .checkbox {
  width: 100% !important;
}
/* line 195, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-additional-fields #additional_baros_field, .woocommerce-checkout .woocommerce-additional-fields #additional_ypsos_field, .woocommerce-checkout .woocommerce-additional-fields #additional_ilikia_field {
  float: left;
}
/* line 198, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 199, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-additional-fields #order_comments_field label {
  width: 100%;
  display: block;
}
/* line 203, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-additional-fields #order_comments_field .woocommerce-input-wrapper {
  display: block;
}
/* line 208, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-additional-fields, .woocommerce-checkout .woocommerce-billing-fields {
  margin-bottom: 1rem;
}
/* line 211, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 212, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-additional-fields:hover h3::after, .woocommerce-checkout .woocommerce-billing-fields:hover h3::after {
  background: unset;
  background-image: linear-gradient(105deg, #08426f, #08426f, #08426f) !important;
  background-size: 200% !important;
  background-position: 0 !important;
  transition: all 0.5s ease-in-out 0s;
}
/* line 222, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout #payment {
  background: #fff;
}
/* line 224, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout #payment .form-row {
  width: 100%;
}
/* line 227, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout #payment ul.payment_methods, .woocommerce-checkout #payment .form-row {
  padding: 1rem 0 !important;
}
/* line 230, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout #payment .payment_box {
  margin: 1rem 0 2rem !important;
}
/* line 233, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout #payment ul.payment_methods li img {
  max-width: 100px;
}
/* line 236, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout #payment #place_order {
  width: 100%;
  background-color: #08426f !important;
  border-color: #08426f !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 1rem !important;
}
/* line 243, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout #payment #place_order:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}
/* line 248, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout #payment .payment_box p:last-child {
  margin: 0;
}
/* line 253, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table {
  background: #fff;
  margin: 0 -1px 3rem 0;
  /*border-width: 0;*/
}
/* line 257, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table th {
  border: 1px solid #fff !important;
  background: #353535;
  color: #fff;
}
/* line 261, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table th.product-total {
  text-align: center;
}
/* line 265, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table td {
  border-width: 0;
}
/* line 267, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table td.product-total {
  text-align: center;
}
/* line 270, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table td.product-name {
  font-weight: 500;
  display: flex;
  align-items: center;
}
/* line 274, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table td.product-name dl.variation:last-child {
  margin-top: 0;
  font-size: 0.85rem;
}
/* line 279, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table td dl.variation {
  font-weight: 400;
  display: flow-root;
}
/* line 284, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 285, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table tbody td {
  border-width: 0;
}
/* line 289, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 290, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table tfoot th {
  border-width: 0;
}
/* line 294, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table tr.fee td {
  text-align: center;
}
/* line 297, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 298, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table tr.order-total td {
  background: #f5f5f5;
  font-size: 20px;
}
/* line 303, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 306, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table .cart-subtotal td, .woocommerce-checkout table.shop_table .order-total td, .woocommerce-checkout table.shop_table .cart-discount td {
  text-align: center;
}
/* line 311, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 312, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout table.shop_table .cart-discount th {
  background: #069;
}
/* line 319, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 320, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .payment_methods input[type="radio"] {
  float: none;
}
/* line 323, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .payment_methods label {
  float: none;
}
/* line 328, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 329, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
  padding: 0.25rem 8px;
}
/* line 331, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
  margin-top: 3px;
}
/* line 335, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-shipping-fields .shipping_address {
  margin-bottom: 4rem;
}
/* line 347, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout input[type="color"], .woocommerce-checkout input[type="date"], .woocommerce-checkout input[type="datetime"], .woocommerce-checkout input[type="datetime-local"], .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="month"], .woocommerce-checkout input[type="number"], .woocommerce-checkout input[type="password"], .woocommerce-checkout input[type="tel"], .woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="time"], .woocommerce-checkout input[type="url"], .woocommerce-checkout input[type="week"], .woocommerce-checkout input:not([type]), .woocommerce-checkout textarea, .woocommerce-checkout .select2-container--default .select2-selection--single, .woocommerce-checkout select, .woocommerce-checkout .select2 {
  border: 0;
  border-bottom: 1px solid #000 !important;
  border-radius: 0;
  box-shadow: none;
}
/* line 354, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout input[type="checkbox"] {
  width: 24px;
  height: 24px;
}
/* line 359, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout input[type="radio"] {
  margin: 9px 0.4375em 0 0 !important;
}
/* line 363, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-gift-wraper {
  display: none;
}
/* line 365, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-gift-wraper .woocommerce-info {
  margin: 3rem 0.938rem 4rem;
  border: 2px dashed;
  position: relative;
}
/* line 369, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-gift-wraper .woocommerce-info::after {
  content: url('https://yolofashion.gr/wp-content/uploads/2021/02/ribbon.svg');
  position: absolute;
  width: 3.5rem;
  /* opacity: 0.5; */
  top: -14px;
  left: -26px;
  transform: rotate(-20deg);
}
/* line 382, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.gtw-add-order-gift-wrapper-content {
  display: none;
}
/* line 384, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.gtw-add-order-gift-wrapper-content button.button {
  text-transform: uppercase;
  background: #000 !important;
  color: #fff !important;
  width: 100%;
  border-color: #000 !important;
  font-size: 1rem !important;
}
/* line 391, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.gtw-add-order-gift-wrapper-content button.button:hover {
  background: #08426f !important;
  border-color: #08426f !important;
}
/* line 398, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 399, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 400, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup .product-thumb img {
  width: 130px;
}
/* line 404, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 405, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup .yith-wacp-content h3.cart-list-title {
  padding: 0 0 20px;
  border-bottom: 1px solid #e0e0e0;
}
/* line 410, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup .yith-wacp-content table.cart-list td.item-info .item-name, #yith-wacp-popup .yith-wacp-content .yith-wacp-content table.cart-list td.item-info dl, #yith-wacp-popup .yith-wacp-content .yith-wacp-content h3.product-title {
  font-size: 1rem;
  font-weight: 500;
}
/* line 414, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup .yith-wacp-content table.cart-list td.item-thumb img {
  width: 70px;
}
/* line 418, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 419, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup .yith-wacp-content table.cart-list td.item-info dl.variation {
  font-size: 0.875rem;
  font-weight: 400;
}
/* line 422, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup .yith-wacp-content table.cart-list td.item-info dl.variation p {
  margin: 0;
}
/* line 426, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup .yith-wacp-content table.cart-list td.item-info dt {
  width: 22%;
}
/* line 429, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup .yith-wacp-content table.cart-list td.item-info dd {
  width: 70%;
  margin-left: 0.5rem;
}
/* line 434, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup .yith-wacp-content span.shipping-cost {
  margin-left: 1rem;
}
/* line 438, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 439, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup .yith-wacp-content .cart-info > div {
  text-align: right;
}
/* line 442, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup .yith-wacp-content .cart-info bdi {
  margin-left: 1rem;
}
/* line 447, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup .yith-wacp-content .popup-actions .button {
  font-size: 0.75rem !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}
/* line 451, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup .yith-wacp-content .popup-actions .button:hover {
  background: #08426f !important;
  border-color: #08426f !important;
  color: #fff !important;
}
/* line 458, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 459, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup ul.products.columns-3 li.product .product-title {
  line-height: 18px;
}
/* line 462, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup ul.products.columns-3 li.product .product-price {
  text-align: center;
}
/* line 464, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
#yith-wacp-popup ul.products.columns-3 li.product .product-price .price ins {
  margin: 0 0.75rem;
}
/* line 472, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 473, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-notices-wrapper, .woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-checkout .woocommerce-form-login-toggle, .woocommerce-cart .woocommerce-form-login-toggle, .woocommerce-checkout .woocommerce-form-login, .woocommerce-cart .woocommerce-form-login, .woocommerce-checkout .woocommerce-form-coupon-toggle, .woocommerce-cart .woocommerce-form-coupon-toggle, .woocommerce-checkout .woocommerce-form-coupon, .woocommerce-cart .woocommerce-form-coupon, .woocommerce-checkout #yith-par-message-cart, .woocommerce-cart #yith-par-message-cart, .woocommerce-checkout #yith-par-message-reward-cart, .woocommerce-cart #yith-par-message-reward-cart {
  margin: 2rem auto;
  text-align: center;
  border-color: #08426f;
}
/* line 477, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-checkout .woocommerce-notices-wrapper::before, .woocommerce-cart .woocommerce-notices-wrapper::before, .woocommerce-checkout .woocommerce-form-login-toggle::before, .woocommerce-cart .woocommerce-form-login-toggle::before, .woocommerce-checkout .woocommerce-form-login::before, .woocommerce-cart .woocommerce-form-login::before, .woocommerce-checkout .woocommerce-form-coupon-toggle::before, .woocommerce-cart .woocommerce-form-coupon-toggle::before, .woocommerce-checkout .woocommerce-form-coupon::before, .woocommerce-cart .woocommerce-form-coupon::before, .woocommerce-checkout #yith-par-message-cart::before, .woocommerce-cart #yith-par-message-cart::before, .woocommerce-checkout #yith-par-message-reward-cart::before, .woocommerce-cart #yith-par-message-reward-cart::before {
  color: #08426f;
}
/* line 483, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 484, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-form-login-toggle .woocommerce-info, .woocommerce-gift-wraper .woocommerce-info {
  font-size: 1.375rem;
  background-color: #fff;
  border-top: unset;
  text-align: center;
  margin: 0 0 1rem;
}
/* line 490, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-form-login-toggle .woocommerce-info a, .woocommerce-gift-wraper .woocommerce-info a {
  color: #08426f;
}
/* line 493, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-form-login-toggle .woocommerce-info::before, .woocommerce-gift-wraper .woocommerce-info::before {
  display: none;
}
/* line 500, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 501, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-info {
  text-align: center;
  background: #f0f0f0;
  color: #000;
  padding: 0.5rem;
  margin-top: 2px;
  box-shadow: -1px 6px 7px -4px rgba(0, 0, 0, 0.25);
}
/* line 508, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-form-coupon-toggle .woocommerce-info#yith-par-message-cart, .woocommerce-notices-wrapper .woocommerce-info#yith-par-message-cart {
  border: unset;
}
/* line 511, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-form-coupon-toggle .woocommerce-info::before, .woocommerce-notices-wrapper .woocommerce-info::before {
  display: none;
}
/* line 514, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce-notices-wrapper .woocommerce-info a {
  font-weight: 500;
}
/* line 522, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  margin: 2em auto;
}
/* line 526, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 527, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-order-received .entry-title {
  background: #069;
}
/* line 530, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 531, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-order-received .woocommerce-customer-details address {
  border-radius: 0;
}
/* line 537, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
/* line 538, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-order-received address {
  border-radius: 0 0 0.25rem 0.25rem;
}
/* line 540, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-order-received address p::before {
  display: none;
}
/* line 543, wp-content/themes/darwin_evo/custom/scss/_wc_checkout.scss */
.woocommerce-order-received address p {
  font-size: 16px !important;
  color: #666 !important;
  font-weight: 400 !important;
  margin: 0;
  padding: 0 !important;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
.yith-wcan-filters .yith-wcan-filter, .yith-wcan-active-filters {
  margin-bottom: 0;
  border-top: 0.875rem solid #eee;
  border-right: 0.875rem solid #eee;
  border-left: 0.875rem solid #eee;
  padding: 0.5rem 1rem;
}
/* line 7, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
.yith-wcan-filters .yith-wcan-filter h4, .yith-wcan-active-filters h4 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  cursor: pointer;
  text-transform: uppercase;
}
/* line 16, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
.yith-wcan-filters .yith-wcan-filter:last-child, .yith-wcan-active-filters:last-child {
  border-bottom: 0.875rem solid #eee;
}
/* line 20, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
.yith-wcan-filters .yith-wcan-filter .active-filter-label, .yith-wcan-active-filters .active-filter-label {
  margin: 0.5rem 0;
}
/* line 24, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
.yith-wcan-filters .yith-wcan-filter .filter-content, .yith-wcan-active-filters .filter-content {
  box-sizing: border-box;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 29, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider, .yith-wcan-active-filters .filter-content .price-slider {
  padding: 20px 10px;
}
/* line 33, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
.yith-wcan-filters .yith-wcan-filter .filter-content::-webkit-scrollbar, .yith-wcan-active-filters .filter-content::-webkit-scrollbar {
  width: 6px;
  height: 15px;
}
/* line 38, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
.yith-wcan-filters .yith-wcan-filter .filter-content::-webkit-scrollbar-track-piece, .yith-wcan-active-filters .filter-content::-webkit-scrollbar-track-piece {
  background-color: #eee;
}
/* line 42, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
.yith-wcan-filters .yith-wcan-filter .filter-content::-webkit-scrollbar-thumb:vertical, .yith-wcan-active-filters .filter-content::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #069;
}
/* line 46, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
.yith-wcan-filters .yith-wcan-filter.filter-orderby, .yith-wcan-active-filters.filter-orderby {
  display: none;
}
/* line 53, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts {
  background-color: #f6f3f3;
  margin-top: 155px;
  padding: 0;
}
/* line 57, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
/* line 58, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .widget_search .widgettitle {
  font-size: 1.3rem;
  font-weight: 400;
}
/* line 65, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .form {
  max-width: 100%;
  position: relative;
}
/* line 68, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .form input[type="search"] {
  border-radius: 0;
  border: 1px solid;
  padding: 0.5rem 0.938rem;
  height: 3.8rem;
  width: 100%;
  box-shadow: none;
  color: #969fa8;
  background-color: #fff;
  border-color: #fff;
}
/* line 80, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .form input[type="submit"] {
  box-shadow: none;
  border-radius: 0;
  content: "";
  padding-left: 0;
  background-image: url('https://parapharma75.gr//wp-content/uploads/2021/05/search.svg');
  background-size: 20px;
  background-position: 7px;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  text-indent: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
}
/* line 99, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .form .button {
  box-shadow: none;
}
/* line 104, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .widget_categories {
  margin-top: 1.5rem;
  background: #fff;
  padding: 0.938rem;
}
/* line 108, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .widget_categories .widgettitle {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 0;
}
/* line 113, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .widget_categories ul {
  list-style-type: none;
  margin: 0;
}
/* line 116, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
/* line 117, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .widget_categories ul li a {
  color: #000;
  font-size: 0.875rem;
}
/* line 122, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .widget_categories ul .cat-item-15, #sidebar-posts .widget_categories ul .cat-item-19, #sidebar-posts .widget_categories ul .cat-item-77, #sidebar-posts .widget_categories ul .cat-item-16 {
  display: none;
}
/* line 125, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
/* line 126, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .widget_categories ul .cat-item-20 .children, #sidebar-posts .widget_categories ul .cat-item-79 .children {
  margin-left: 0;
}
/* line 132, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .widget_tag_cloud {
  margin-top: 1.5rem;
  background: #fff;
  padding: 0.938rem;
}
/* line 136, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .widget_tag_cloud .widgettitle {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 0;
}
/* line 141, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
/* line 142, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-posts .widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #348a7b !important;
  color: #fff !important;
  margin: 0 5px 5px 0;
  font-size: 11px !important;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.5s ease-in-out 0s;
  /*&:hover{
   background: linear-gradient(to right,#A2546A 50%,#ad667a 50%) no-repeat scroll right bottom/210% 100% #ad667a!important;
   }*/
}
/* line 163, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#g-sidebar {
  padding: 0;
}
/* line 167, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
.shop-sidebar-title {
  cursor: pointer;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 1.5rem !important;
  font-weight: 400;
}
/* line 177, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
/* line 178, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-terms h2, .woocommerce-MyAccount-navigation h2 {
  background: #353535;
  color: #fff;
  padding: 0.25rem 0.938rem;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.5rem;
}
/* line 187, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-terms .widget_nav_menu, .woocommerce-MyAccount-navigation .widget_nav_menu, #sidebar-terms ul, .woocommerce-MyAccount-navigation ul {
  margin-left: unset;
  margin: 0;
}
/* line 190, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-terms .widget_nav_menu .menu-item, .woocommerce-MyAccount-navigation .widget_nav_menu .menu-item, #sidebar-terms ul .menu-item, .woocommerce-MyAccount-navigation ul .menu-item, #sidebar-terms .widget_nav_menu .woocommerce-MyAccount-navigation-link, .woocommerce-MyAccount-navigation .widget_nav_menu .woocommerce-MyAccount-navigation-link, #sidebar-terms ul .woocommerce-MyAccount-navigation-link, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  list-style-type: none;
}
/* line 192, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-terms .widget_nav_menu .menu-item a, .woocommerce-MyAccount-navigation .widget_nav_menu .menu-item a, #sidebar-terms ul .menu-item a, .woocommerce-MyAccount-navigation ul .menu-item a, #sidebar-terms .widget_nav_menu .woocommerce-MyAccount-navigation-link a, .woocommerce-MyAccount-navigation .widget_nav_menu .woocommerce-MyAccount-navigation-link a, #sidebar-terms ul .woocommerce-MyAccount-navigation-link a, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 8px;
  margin: 2px 0;
  border-left: 4px solid #202021;
  color: #202021;
  font-size: 15px;
}
/* line 200, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
/* line 201, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-terms .widget_nav_menu .menu-item:hover a, .woocommerce-MyAccount-navigation .widget_nav_menu .menu-item:hover a, #sidebar-terms ul .menu-item:hover a, .woocommerce-MyAccount-navigation ul .menu-item:hover a, #sidebar-terms .widget_nav_menu .woocommerce-MyAccount-navigation-link:hover a, .woocommerce-MyAccount-navigation .widget_nav_menu .woocommerce-MyAccount-navigation-link:hover a, #sidebar-terms ul .woocommerce-MyAccount-navigation-link:hover a, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:hover a {
  border-color: #08426f;
  color: #08426f;
}
/* line 206, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
/* line 207, wp-content/themes/darwin_evo/custom/scss/_sidebars.scss */
#sidebar-terms .widget_nav_menu .menu-item.current-menu-item a, .woocommerce-MyAccount-navigation .widget_nav_menu .menu-item.current-menu-item a, #sidebar-terms ul .menu-item.current-menu-item a, .woocommerce-MyAccount-navigation ul .menu-item.current-menu-item a, #sidebar-terms .widget_nav_menu .woocommerce-MyAccount-navigation-link.current-menu-item a, .woocommerce-MyAccount-navigation .widget_nav_menu .woocommerce-MyAccount-navigation-link.current-menu-item a, #sidebar-terms ul .woocommerce-MyAccount-navigation-link.current-menu-item a, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.current-menu-item a, #sidebar-terms .widget_nav_menu .menu-item.is-active a, .woocommerce-MyAccount-navigation .widget_nav_menu .menu-item.is-active a, #sidebar-terms ul .menu-item.is-active a, .woocommerce-MyAccount-navigation ul .menu-item.is-active a, #sidebar-terms .widget_nav_menu .woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation .widget_nav_menu .woocommerce-MyAccount-navigation-link.is-active a, #sidebar-terms ul .woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
  border-left: 4px solid #069;
  background: #069;
  color: #fff;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-drawer {
  background: #353535;
}
/* line 3, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-drawer #drawer-a {
  color: #fff;
  font-weight: 300;
}
/* line 6, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-drawer #drawer-a .g-content {
  margin: 0;
  padding: 0.625rem 0;
}
/* line 10, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-drawer #drawer-a a {
  color: #fff;
  font-weight: 500;
  position: relative;
}
/* line 14, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-drawer #drawer-a a:hover {
  color: #7fd858;
}
/* line 17, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-drawer #drawer-a a:nth-child(3) {
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}
/* line 20, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-drawer #drawer-a a:nth-child(3)::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 0.875rem;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
/* line 32, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-drawer #drawer-a img {
  width: 26px;
  filter: invert(1);
  margin-right: 0.875rem;
}
/* line 37, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 38, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-drawer #drawer-a .contact-left .pseudo-before {
  position: relative;
  padding: 0 1rem;
  margin: 0 0.5rem;
}
/* line 42, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-drawer #drawer-a .contact-left .pseudo-before::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 0.875rem;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
/* line 54, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-drawer #drawer-a .contact-right {
  justify-content: flex-end;
}
/* line 56, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-drawer #drawer-a .contact-right .menu-icon {
  margin-right: 0;
  margin-left: 0.875rem;
  width: 20px;
}
/* line 66, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top {
  z-index: 10000000;
  position: relative;
  top: 0;
  background: transparent;
  transition: background 0.35s ease-in-out 0s;
}
/* line 72, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 74, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top .g-container .g-grid:first-child {
  border-bottom: 1px solid #ccc;
}
/* line 76, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top .g-container .g-grid:first-child .g-content {
  margin: 0;
  padding: 0.938rem 0;
}
/* line 82, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 83, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top .g-container .g-grid:nth-child(2) .g-content {
  margin: 0;
  padding: 0;
}
/* line 87, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 88, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top .g-container .g-grid:nth-child(2) .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #000;
  font-weight: 900;
}
/* line 92, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top .g-container .g-grid:nth-child(2) .g-main-nav .g-toplevel > li:hover {
  background: #20547d;
  font-weight: 900;
}
/* line 95, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top .g-container .g-grid:nth-child(2) .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #fff;
}
/* line 102, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top .g-content {
  width: 100%;
}
/* line 106, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top.sticky {
  background: #202021;
}
/* line 110, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 111, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 112, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-a .search-products .woocommerce-product-search {
  position: relative;
}
/* line 114, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-a .search-products .woocommerce-product-search .search-field {
  width: 100%;
  border-color: #d1d1d1;
  padding-left: 1rem;
  padding-right: 120px;
  border-radius: 2rem;
  line-height: 2.5rem;
}
/* line 122, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-a .search-products .woocommerce-product-search button {
  position: absolute;
  right: 0;
  line-height: 54px;
  height: 54px;
  background: #069;
  color: #fff;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 2rem;
}
/* line 138, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b {
  justify-content: flex-end;
  text-align: right;
}
/* line 141, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .menu-icon-item {
  display: inline-block;
  padding: 0.375rem;
  margin: 0.125rem;
  cursor: pointer;
  position: relative;
}
/* line 147, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .menu-icon-item .menu-icon {
  width: 1.5rem;
  height: 1.5rem;
}
/* line 151, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .menu-icon-item.cart-icon {
  background: #7fd858;
  border-radius: 100%;
  padding: 0.875rem;
  margin-left: 2vw;
}
/* line 156, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .menu-icon-item.cart-icon .menu-icon {
  filter: invert(1);
}
/* line 161, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b #yith-wacp-mini-cart {
  position: relative !important;
  display: inline-block !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 0px !important;
  top: 0px !important;
  left: 0px !important;
}
/* line 170, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b #yith-wacp-mini-cart .yith-wacp-mini-cart-count {
  background: #000;
  z-index: 100;
  position: absolute;
  top: -0.625rem;
  left: unset;
  right: -0.875rem;
  min-width: 1.375rem;
  height: 1.375rem;
  font-size: 0.75rem;
  line-height: 23px;
  font-weight: bold;
}
/* line 183, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 184, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b #yith-wacp-mini-cart.empty .yith-wacp-mini-cart-count {
  display: none;
}
/* line 191, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .full-search {
  height: 100vh;
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  background-color: rgba(0, 0, 0, 0.94);
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
/* line 211, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .full-search .g-content {
  height: 100%;
}
/* line 214, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .full-search.visible {
  opacity: 1;
  visibility: visible;
}
/* line 219, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .full-search .woocommerce-product-search {
  border-bottom: 2px solid #fff;
  padding: 5px 10px 15px 10px;
  width: 100%;
  max-width: 540px;
}
/* line 225, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .full-search .search-field {
  border: 0px;
  background: none;
  width: calc(100% - 3rem);
  box-shadow: none;
  border-radius: 0px;
  color: #fff;
  font-size: 1.375rem;
}
/* line 233, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .full-search .search-field:placeholder {
  display: none;
  color: #fff;
  font-weight: 300;
}
/* line 239, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .full-search .search-button {
  background: transparent;
  color: #fff;
  border: 0px;
  margin: 0;
}
/* line 244, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .full-search .search-button img {
  filter: invert(1);
}
/* line 248, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .full-search .close-icon {
  display: none;
  position: fixed;
  right: 0;
  text-align: right;
  top: 0;
  width: auto;
  cursor: pointer;
  z-index: 10001;
  padding: 1rem;
}
/* line 258, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top #top-b .full-search .close-icon img {
  height: 2rem;
  filter: invert(1);
}
/* line 266, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top .g-main-nav ul.g-toplevel .g-dropdown {
  top: auto;
  background: #fff;
  width: 89vw;
  max-width: calc(89vw - 1.876rem);
  margin: auto;
}
/* line 272, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top .g-main-nav ul.g-toplevel .g-dropdown .g-dropdown-column {
  border-top: 1px outset;
  text-align: center;
}
/* line 277, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top .g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 1.125rem 1rem;
}
/* line 279, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-top .g-main-nav .g-sublevel > li > .g-menu-item-container .g-menu-item-title {
  font-weight: 500;
  font-size: 16px;
}
/* line 287, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation {
  z-index: 1000000;
}
/* line 289, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation .g-container {
  position: unset;
}
/* line 292, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation .g-main-nav .g-toplevel {
  justify-content: flex-start;
}
/* line 294, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-transform: uppercase;
  font-weight: 400;
}
/* line 299, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: unset;
  background: unset;
  border-radius: unset;
  margin: 0;
  padding: 0;
}
/* line 309, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a {
  /*ACTIVE AND SELECTED SUBMENU ITEM*/
}
/* line 312, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 313, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) .g-menu-item-container {
  position: relative;
}
/* line 315, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) .g-menu-item-container::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 1rem;
  height: 1rem;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  margin-right: -8px;
  z-index: 1;
  opacity: 0;
  /*-webkit-transition: opacity 0.1s ease-out;
   -moz-transition: opacity 0.1s ease-out;
   transition: opacity 0.1s ease-out;*/
}
/* line 334, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation #navigation-a .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #069;
}
/* line 336, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 337, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover .g-menu-item-container::after, #g-navigation #navigation-a .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active .g-menu-item-container::after {
  opacity: 1;
}
/* line 345, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 346, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav .g-menu-parent-indicator {
  display: none;
}
/* line 350, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 351, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li {
  position: unset;
}
/* line 353, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li > .g-menu-item-container {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}
/* line 357, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li > .g-menu-item-container::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: 20px;
  background: #000;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
/* line 370, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li > .g-dropdown {
  padding: 1rem 6vw;
}
/* line 374, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li:hover, #g-navigation #navigation-a .g-main-nav ul.g-toplevel > li > .g-selected {
  /*background: #000;*/
}
/* line 377, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li .g-dropdown {
  width: 100%;
  min-width: max-content;
  left: 0;
  transform: translate(0, 0);
  min-height: calc(100vh - 266px);
  max-height: calc(100vh - 266px);
  padding-right: calc(100% - 300px);
  background-size: contain;
}
/* line 388, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li .g-dropdown .g-dropdown-column {
  min-height: 100%;
  max-height: calc(100vh - 288px);
  min-width: 300px;
  background: #20547d;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 11px;
}
/* line 400, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li .g-dropdown .g-dropdown-column::-webkit-scrollbar {
  width: 6px;
  height: 15px;
  direction: rtl;
}
/* line 406, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li .g-dropdown .g-dropdown-column::-webkit-scrollbar-track-piece {
  background-color: #20547d;
}
/* line 410, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li .g-dropdown .g-dropdown-column::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #39678b;
}
/* line 414, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li .g-dropdown .g-dropdown-column .ps__rail-y {
  right: unset !important;
  left: 5.25% !important;
}
/* line 421, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #39678b;
}
/* line 423, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active .g-menu-item-container {
  color: #fff;
}
/* line 427, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 428, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li:first-child.active {
  background: transparent !important;
}
/* line 432, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 433, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 434, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 435, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 436, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-toplevel > li:nth-child(2) ul.g-sublevel ul.g-dropdown:nth-child(2) .g-dropdown-column {
  background: #fff !important;
  box-shadow: unset;
}
/* line 446, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 447, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel > li {
  position: unset;
}
/* line 449, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel > li > .g-menu-item-container {
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
/* line 455, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel ul.g-dropdown {
  height: 100%;
}
/* line 457, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel ul.g-dropdown:nth-child(2) {
  position: absolute;
  width: calc(88vw - 300px);
  left: calc(300px + 6vw);
  padding: 1rem 0;
  padding-right: 0;
  transform: unset;
  transition: unset;
}
/* line 465, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel ul.g-dropdown:nth-child(2) .g-dropdown-column {
  background: #fff !important;
  padding: 2rem;
  overflow: hidden;
}
/* line 469, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 470, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 471, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel ul.g-dropdown:nth-child(2) .g-dropdown-column .g-sublevel > li > .g-menu-item-container {
  color: #000 !important;
  font-weight: 400;
}
/* line 474, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel ul.g-dropdown:nth-child(2) .g-dropdown-column .g-sublevel > li > .g-menu-item-container .g-menu-item-content {
  position: relative;
}
/* line 476, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel ul.g-dropdown:nth-child(2) .g-dropdown-column .g-sublevel > li > .g-menu-item-container .g-menu-item-content::before {
  position: absolute;
  content: "";
  background: #000;
  width: 0;
  height: 0.5px;
  bottom: -0.325rem;
  left: 0;
  transition: all 0.35s ease-in-out 0s;
}
/* line 488, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel ul.g-dropdown:nth-child(2) .g-dropdown-column .g-sublevel > li:hover {
  background: transparent !important;
}
/* line 490, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 491, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel ul.g-dropdown:nth-child(2) .g-dropdown-column .g-sublevel > li:hover > .g-menu-item-container .g-menu-item-content::before {
  width: 100%;
}
/* line 497, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 498, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel ul.g-dropdown:nth-child(2) .g-dropdown-column .g-sublevel li.title-menu-item > .g-menu-item-container {
  font-size: 1.125rem;
  font-weight: 700 !important;
  color: #069 !important;
}
/* line 502, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel ul.g-dropdown:nth-child(2) .g-dropdown-column .g-sublevel li.title-menu-item > .g-menu-item-container .g-menu-item-content::before {
  display: none;
}
/* line 510, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel ul.g-dropdown:nth-child(2) ul.g-dropdown {
  background: #fff !important;
  left: 100%;
  padding: 0;
  transform: unset;
}
/* line 515, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-navigation #navigation-a .g-main-nav ul.g-sublevel ul.g-dropdown:nth-child(2) ul.g-dropdown .g-dropdown-column {
  background: #fff !important;
  box-shadow: unset;
}
/* line 527, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-breadcrumb {
  background: #f6f3f3;
}
/* line 529, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-breadcrumb .g-content {
  padding: 0 0.938rem;
  margin: 1.25rem 0;
}
/* line 535, wp-content/themes/darwin_evo/custom/scss/_top.scss */
/* line 536, wp-content/themes/darwin_evo/custom/scss/_top.scss */
#g-drawer .g-container, #g-top .g-container, #g-navigation .g-container, #g-breadcrumb .g-container {
  max-width: calc(89vw - 1.876rem);
}
/* line 541, wp-content/themes/darwin_evo/custom/scss/_top.scss */
.yith-wacp-mini-cart-icon {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  background-color: transparent;
}
/* line 547, wp-content/themes/darwin_evo/custom/scss/_top.scss */
.yith-wcwl-items-count {
  background: #000;
  position: absolute;
  top: -4px;
  right: -6px;
  color: #fff;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  -khtml-border-radius: 33px;
  -moz-border-radius: 33px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
}
/* line 564, wp-content/themes/darwin_evo/custom/scss/_top.scss */
.yith-wcwl-items-count i {
  color: #fff;
  font-style: normal;
}
/* line 568, wp-content/themes/darwin_evo/custom/scss/_top.scss */
.yith-wcwl-items-count.empty {
  display: none;
}
/* line 1, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom {
  background: #f6f3f3;
}
/* line 3, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom .g-container {
  width: 89vw;
}
/* line 6, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom .g-content {
  margin: 0;
  padding: 0;
}
/* line 10, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-a {
  padding: 4rem 0.938rem 3rem;
}
/* line 12, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-a h1 {
  margin: 0 0 0.5rem;
  color: #202021;
}
/* line 16, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-a p {
  max-width: 500px;
  margin: auto;
  color: grey;
  position: relative;
}
/* line 22, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-a .bottom-a-subtitle::after {
  content: "";
  position: absolute;
  background-image: url('https://parapharma75.gr//wp-content/uploads/2021/04/send.png');
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 100%;
  opacity: 0.1;
}
/* line 34, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-a .wpcf7 {
  max-width: 500px;
  margin: auto;
  position: relative;
  margin-top: 2rem;
}
/* line 39, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-a .wpcf7 input[type="email"] {
  width: 100%;
  border-color: #d1d1d1;
  padding-left: 1rem;
  padding-right: 84px;
  border-radius: 2rem;
  line-height: 2.5rem;
}
/* line 47, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-a .wpcf7 input[type="submit"] {
  position: absolute;
  right: 0;
  line-height: 54px;
  height: 54px;
  background: #39678b;
  color: #fff;
  text-transform: uppercase;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 2rem;
}
/* line 62, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
/* line 63, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-b .g-content {
  margin: 0px;
  padding: 0px;
}
/* line 67, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-b .ServicesBar {
  border-top: 2px solid #fff;
}
/* line 69, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-b .ServicesBar .g-spacer {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 74, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-b .ServicesBar img {
  float: left;
  margin: 1rem 1rem 1rem 0;
  height: 60px;
  width: 80px;
  object-fit: contain;
}
/* line 81, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-b .ServicesBar .info {
  margin: 1rem 0;
}
/* line 84, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-b .ServicesBar h3 {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
}
/* line 90, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom #bottom-b .ServicesBar h4 {
  font-size: 0.75rem;
  line-height: 0.8rem;
  font-weight: 400;
  margin: 10px 0 0;
}
/* line 99, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer {
  border: none;
  /*.g-container{
   width: 84vw;
   max-width: 100%;
   margin: auto;
   }*/
}
/* line 106, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-a {
  background: #202021;
  padding: 3vw 6.5vw;
}
/* line 109, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-a .footer-logo {
  margin-bottom: 3rem;
}
/* line 112, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-a .footer-icon {
  margin-right: 0.625rem;
  float: left;
}
/* line 115, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-a .footer-icon img {
  filter: invert(1);
}
/* line 119, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-a .footer-icon-text {
  padding-left: 2.5rem;
}
/* line 121, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-a .footer-icon-text p {
  margin: 0;
}
/* line 124, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-a .footer-icon-text a {
  color: #fff;
}
/* line 128, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-a .footer-icon-text .text-title {
  font-weight: 700;
  margin: 0 0 1rem;
}
/* line 132, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-a .footer-icon-text .text-subtitle {
  font-weight: 300;
  margin: 1rem 0;
}
/* line 140, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-b {
  padding: 3vw 5.5vw;
}
/* line 142, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
/* line 143, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-b .footer-social h2 {
  display: inline-block;
  color: #fff;
  font-size: 1.5vw;
  margin: 0 0 2.5vw;
}
/* line 148, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-b .footer-social h2 a {
  color: #fff;
}
/* line 152, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-b .footer-social h2:first-child {
  position: relative;
  padding-right: 7.5vw;
}
/* line 155, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-b .footer-social h2:first-child::after {
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 5vw;
  top: 50%;
  right: 0;
  transform: translate(0, -100%);
  transition: all 0.35s ease-in-out 0s;
}
/* line 167, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-b .footer-social .social {
  display: inline-block;
  margin: 0 5.5vw 0 1.5vw;
}
/* line 170, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-b .footer-social .social a {
  background: transparent;
  color: #fff !important;
  font-size: 32px;
  line-height: 4vw;
  margin: 0 0.875vw;
  border: 1px solid;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* line 184, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
/* line 185, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-b .footer-social .social a:hover .fa-instagram {
  color: #e6b2be;
}
/* line 188, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-b .footer-social .social a:hover .fa-facebook {
  color: #4294ff;
}
/* line 195, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
/* line 196, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-b .footer-menu ul.menu > li {
  display: inline-table;
  min-width: 33%;
  max-width: 100%;
}
/* line 200, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-b .footer-menu ul.menu > li > a {
  color: #fff;
  font-weight: 700;
}
/* line 205, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-b .footer-menu ul.menu > li ul.sub-menu {
  list-style: none;
  margin: 1rem 0 0;
}
/* line 208, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
/* line 209, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-footer #footer-b .footer-menu ul.menu > li ul.sub-menu li a {
  color: #fff;
  font-weight: 300;
}
/* line 221, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-copyright {
  color: #fff;
}
/* line 223, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-copyright #copyright-a {
  background: #202021;
  padding: 0 6.5vw 1vw;
}
/* line 227, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-copyright #copyright-b {
  background: #353535;
  padding: 0 5.5vw 1vw;
}
/* line 230, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-copyright #copyright-b .copyright-text {
  display: inline-block;
}
/* line 233, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-copyright #copyright-b .copyright-payment {
  display: inline-block;
  margin: 0 3vw;
}
/* line 236, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-copyright #copyright-b .copyright-payment img {
  display: inline-block;
  width: 2.5rem;
  margin: 0 1rem;
  max-height: 75px !important;
}
/* line 241, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-copyright #copyright-b .copyright-payment img:first-child {
  width: 5.5rem;
  margin-top: -6px;
}
/* line 245, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-copyright #copyright-b .copyright-payment img:last-child {
  max-width: 2.125rem;
}
/* line 251, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-copyright #g-top {
  background: #353535;
  padding-bottom: 1vw;
}
/* line 254, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
/* line 255, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-copyright #g-top .g-totop a {
  color: #fff;
  font-size: 2rem;
}
/* line 258, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-copyright #g-top .g-totop a .fa-angle-up {
  border: 2px solid;
  border-radius: 100%;
  line-height: 21px;
  padding: 4px 6px 8px 6px;
}
/* line 269, wp-content/themes/darwin_evo/custom/scss/_footer.scss */
#g-bottom, #g-footer, #g-copyright {
  z-index: 1000000;
  position: relative;
}
@media only all and (max-width: 48rem) {
  /* line 1, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /*YITH NEWSLETTER POPUP*/
  /*YITH LOGIN POPUP*/
  /*YITH DEALS POPUP*/
  /* line 2, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .g-offcanvas-toggle {
    top: 0.55rem;
    left: 0.125rem;
    z-index: 100000000;
  }
  /* line 7, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
    background: none;
    border: none;
  }
  /* line 11, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .g-nav-overlay, .g-menu-overlay {
    background: transparent;
  }
  /* line 15, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 16, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .ypop-modal .ypop-header p {
    padding-right: 0;
  }
  /* line 18, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .ypop-modal .ypop-header p::after {
    display: none;
  }
  /* line 22, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .ypop-modal .ypop-wrapper {
    padding: 18px 2px;
    width: calc(100% - 0.938rem) !important;
    top: 50% !important;
    left: 51% !important;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  /* line 30, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .ypop-modal .ypop-form-newsletter-wrapper ul {
    background-color: unset;
    border-radius: unset !important;
  }
  /* line 33, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .ypop-modal .ypop-form-newsletter-wrapper ul .newsletter_form_email input {
    border-radius: 3rem !important;
    text-align: center;
  }
  /* line 40, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-welrp .yith-welrp-overlay, #yith-welrp .yith-welrp-popup-wrapper {
    align-items: unset;
  }
  /* line 45, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 46, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 47, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .yith-wcdls-popup .deal-info .g-spacer {
    margin: 0;
  }
  /* line 50, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .yith-wcdls-popup .deal-info .btn-4 {
    width: 100%;
  }
  /* line 54, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 55, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .yith-wcdls-popup .yith-wcdls-main .yith-wcdls-decline {
    width: 100%;
    margin-top: 0.5rem;
  }
  /* line 62, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 63, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 64, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 65, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-drawer #drawer-a a:nth-child(3) {
    padding-left: 0.45rem;
    margin-left: 0.25rem;
  }
  /* line 68, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-drawer #drawer-a a:nth-child(3)::before {
    /*display: none;*/
  }
  /* line 73, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-drawer #drawer-a img {
    width: 20px;
    filter: invert(1);
    margin-right: 0.275rem;
    margin-top: -0.5rem;
  }
  /* line 79, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-drawer #drawer-a .contact-left {
    display: none;
    font-size: 0.875rem;
    text-align: center;
  }
  /* line 83, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-drawer #drawer-a .contact-left .pseudo-before {
    position: relative;
    padding: 0;
    margin: 0 0.5rem;
  }
  /* line 87, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-drawer #drawer-a .contact-left .pseudo-before::after {
    display: none;
  }
  /* line 92, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-drawer #drawer-a .contact-right {
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    margin-top: 3px;
  }
  /* line 100, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-top .g-container, #g-navigation .g-container, #g-breadcrumb .g-container {
    max-width: calc(96vw);
  }
  /* line 105, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 106, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-top #logo {
    text-align: center;
  }
  /* line 109, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-top .g-container .g-grid:nth-child(2) {
    text-align: center;
  }
  /* line 111, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 112, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 113, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-top .g-container .g-grid:nth-child(2) .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 0.938rem 0.375rem;
    font-size: 0.875rem;
  }
  /* line 117, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-top .g-container .g-grid:nth-child(2) .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
    width: 1rem;
  }
  /* line 121, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-top .g-container .g-grid:nth-child(2) .g-main-nav .g-sublevel > li > .g-menu-item-container {
    padding: 0.625rem 1rem;
  }
  /* line 126, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 127, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-top #top-a .g-content {
    padding-top: 0;
  }
  /* line 130, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 131, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-top #top-a .search-products .woocommerce-product-search .search-field {
    line-height: 1.5rem;
  }
  /* line 134, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-top #top-a .search-products .woocommerce-product-search button {
    line-height: 38px;
    height: 38px;
  }
  /* line 141, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-top #top-b {
    justify-content: center;
    text-align: center;
  }
  /* line 144, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-top #top-b .g-content {
    padding-top: 0;
  }
  /* line 147, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-top #top-b .menu-icon-item.cart-icon {
    padding: 0.475rem;
    margin-left: 1vw;
  }
  /* line 154, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 155, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-breadcrumb .g-content {
    margin: 0.938rem 0;
  }
  /* line 158, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-breadcrumb .breadcrumbs {
    line-height: 22px;
  }
  /* line 163, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 164, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-showcase #home-showcase .Slideshow .Slides .Slide {
    height: calc(100vh - 354px);
  }
  /* line 166, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-showcase #home-showcase .Slideshow .Slides .Slide .ImageOverlay {
    height: calc(100vh - 354px);
  }
  /* line 172, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 173, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 174, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-subshowcase #home-subshowcase .g-content {
    margin: 0;
  }
  /* line 177, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-subshowcase #home-subshowcase .BrandsHeader {
    text-align: center;
  }
  /* line 179, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-subshowcase #home-subshowcase .BrandsHeader h3 {
    line-height: 1.875rem;
  }
  /* line 182, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-subshowcase #home-subshowcase .BrandsHeader .More {
    justify-content: center;
    margin-bottom: 1rem;
  }
  /* line 190, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 191, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 192, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-utility #home-utility .FP_Recommended {
    border-width: 0.35rem;
  }
  /* line 194, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 195, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 196, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-utility #home-utility .FP_Recommended .ProductsHeader .ProductsTitle h1 {
    font-size: 2.5rem;
    line-height: 0.5rem;
  }
  /* line 200, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-utility #home-utility .FP_Recommended .ProductsHeader .ProductsTitle h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-top: 0.75rem;
  }
  /* line 205, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-utility #home-utility .FP_Recommended .ProductsHeader .ProductsTitle p {
    font-size: 1rem;
    max-width: unset;
    margin: 0 auto 1.5rem;
  }
  /* line 212, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 213, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-utility #home-utility .FP_Recommended .ProductsList .yith-wcan-filters-opener {
    display: none !important;
  }
  /* line 216, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-utility #home-utility .FP_Recommended .ProductsList ul.products li.product {
    width: 100%;
    margin-bottom: 0;
  }
  /* line 225, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 226, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 227, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .home-product-categories .ProductCategories .Category .CategoryImage img {
    max-height: 30vh !important;
  }
  /* line 230, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .home-product-categories .ProductCategories .Category .CategoryInfo {
    left: 1.5rem !important;
    right: unset !important;
  }
  /* line 233, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .home-product-categories .ProductCategories .Category .CategoryInfo h3 {
    font-size: 1.125rem;
  }
  /* line 240, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 241, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 242, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-mainbottom #home-mainbottom .FP_PopularProducts {
    text-align: center;
  }
  /* line 244, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-mainbottom #home-mainbottom .FP_PopularProducts .PopularProductsHeader .More {
    justify-content: center;
  }
  /* line 247, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-mainbottom #home-mainbottom .FP_PopularProducts .PopularProductsContainer {
    margin-top: 1.5rem;
  }
  /* line 251, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-mainbottom #home-mainbottom .FP_BestSellers {
    position: relative;
  }
  /* line 253, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-mainbottom #home-mainbottom .FP_BestSellers .ProductsList ul.products li.product {
    clear: none;
    margin-bottom: 0;
  }
  /* line 257, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 258, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-mainbottom #home-mainbottom .FP_BestSellers .ProductItemsNavigation .slick-arrow {
    font-size: 3rem;
  }
  /* line 260, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-mainbottom #home-mainbottom .FP_BestSellers .ProductItemsNavigation .slick-arrow.slick-prev {
    left: -1.25rem;
  }
  /* line 263, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-mainbottom #home-mainbottom .FP_BestSellers .ProductItemsNavigation .slick-arrow.slick-next {
    right: -1.25rem;
  }
  /* line 272, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 273, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 274, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 275, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 276, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 277, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-expansion #home-expansion .Posts .PostsHeader .PostsTitle h1 {
    font-size: 2.5rem;
    line-height: 0.5rem;
  }
  /* line 281, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-expansion #home-expansion .Posts .PostsHeader .PostsTitle h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-top: 0.75rem;
  }
  /* line 286, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-expansion #home-expansion .Posts .PostsHeader .PostsTitle p {
    font-size: 1rem;
    max-width: unset;
    margin: 0 auto 1.5rem;
  }
  /* line 293, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 294, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-expansion #home-expansion .Posts .PostItems .img-post .Post {
    padding-right: 0;
  }
  /* line 297, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-expansion #home-expansion .Posts .PostItems .entry-content {
    padding: 1.875rem 1.5rem 2.25rem 1.5rem;
  }
  /* line 299, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-expansion #home-expansion .Posts .PostItems .entry-content h2 {
    font-size: 1.325rem;
    line-height: 1.75rem;
  }
  /* line 305, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-expansion #home-expansion .Posts .bottom-button {
    margin-top: 2rem;
  }
  /* line 311, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 312, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .post-59 .entry-title {
    text-align: center;
  }
  /* line 315, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 316, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 318, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .post-59 .entry-content .size-33 .info {
    margin-bottom: 2rem;
  }
  /* line 320, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .post-59 .entry-content .size-33 .info .address, .post-59 .entry-content .size-33 .info .phone, .post-59 .entry-content .size-33 .info .email, .post-59 .entry-content .size-33 .info .working-hours {
    width: 49%;
    display: inline-flex;
  }
  /* line 323, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .post-59 .entry-content .size-33 .info .address .size-20, .post-59 .entry-content .size-33 .info .phone .size-20, .post-59 .entry-content .size-33 .info .email .size-20, .post-59 .entry-content .size-33 .info .working-hours .size-20 {
    justify-content: center;
  }
  /* line 326, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .post-59 .entry-content .size-33 .info .address .size-80, .post-59 .entry-content .size-33 .info .phone .size-80, .post-59 .entry-content .size-33 .info .email .size-80, .post-59 .entry-content .size-33 .info .working-hours .size-80 {
    margin-left: 0;
    text-align: center;
  }
  /* line 333, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 334, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .post-59 .entry-content .size-66 iframe {
    height: 400px;
  }
  /* line 338, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .post-59 .entry-content .wpcf7 form {
    padding-right: 0;
  }
  /* line 343, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .post-4608 .ui-accordion-header {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
  /* line 346, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 347, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 348, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-bottom #bottom-a h1 {
    padding-top: 2rem;
  }
  /* line 351, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-bottom #bottom-a .bottom-a-subtitle::after {
    max-width: 6rem;
    top: -8rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
  /* line 358, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 359, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 360, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-bottom #bottom-b .ServicesBar .size-25 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
  }
  /* line 370, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-bottom #bottom-b .ServicesBar img {
    margin: 0 8px 0 0;
    height: 46px;
    width: 54px;
  }
  /* line 375, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-bottom #bottom-b .ServicesBar .g-spacer {
    padding: 0;
    justify-content: flex-start;
  }
  /* line 379, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-bottom #bottom-b .ServicesBar .info {
    text-align: left;
  }
  /* line 381, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-bottom #bottom-b .ServicesBar .info h3 {
    font-size: 10px;
    line-height: 12px;
    margin: 0;
  }
  /* line 386, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-bottom #bottom-b .ServicesBar .info h4 {
    font-size: 10px;
    line-height: 12px;
    margin: 2px 0 0;
  }
  /* line 396, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 397, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer .vertical-top {
    justify-content: center;
  }
  /* line 400, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-a {
    padding: 7vw 6.5vw;
  }
  /* line 402, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-a .footer-logo {
    margin: 0 auto;
  }
  /* line 404, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-a .footer-logo img {
    width: 150px;
  }
  /* line 408, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-a .footer-icon {
    display: none;
    margin-right: 0;
    position: absolute;
  }
  /* line 413, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 415, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-a .footer-icon-text .text-title {
    margin: 0 0 0.25rem;
  }
  /* line 418, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-a .footer-icon-text .text-subtitle {
    margin: 0.25rem 0;
  }
  /* line 422, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-a .shop:nth-child(1) {
    margin-top: 2.5rem;
  }
  /* line 426, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 427, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-b .footer-social {
    margin-bottom: 2rem;
  }
  /* line 429, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-b .footer-social h2 {
    font-size: 1.5rem;
    margin: 1rem 0;
    display: block;
  }
  /* line 434, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-b .footer-social h2:first-child {
    padding-right: 0;
  }
  /* line 436, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-b .footer-social h2:first-child::after {
    display: none;
  }
  /* line 441, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-b .footer-social .social {
    display: block;
    margin: 0 5.5vw;
  }
  /* line 444, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-b .footer-social .social a {
    font-size: 1.5rem;
    line-height: 4rem;
    margin: 0 0.375rem;
    width: 3rem;
    height: 3rem;
  }
  /* line 453, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 454, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-b .footer-menu ul.menu {
    max-width: 54vw;
    margin: auto;
  }
  /* line 457, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-b .footer-menu ul.menu > li {
    min-width: 100%;
    position: relative;
    border-bottom: 1px solid #696969;
  }
  /* line 461, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-b .footer-menu ul.menu > li a {
    display: block;
    padding: 0.5rem;
    z-index: 2;
    position: relative;
  }
  /* line 467, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-b .footer-menu ul.menu > li::after {
    content: "\f067";
    font-family: "FontAwesome";
    line-height: 40px;
    font-size: 0.625rem;
    top: 0;
    position: absolute;
    right: 0;
  }
  /* line 476, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 477, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-b .footer-menu ul.menu > li.closed::after {
    content: '\f068';
  }
  /* line 481, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-b .footer-menu ul.menu > li:last-child {
    border-bottom: unset;
  }
  /* line 490, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-footer #footer-b .footer-menu ul.sub-menu {
    display: none;
    margin: 0.5rem 0 1rem !important;
  }
  /* line 498, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-copyright {
    background-color: #353535;
  }
  /* line 500, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-copyright .copyright-text {
    padding-bottom: 22px;
  }
  /* line 503, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-copyright #copyright-a {
    padding: 1rem 5.5vw;
    text-align: center;
    justify-content: center;
  }
  /* line 508, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-copyright #copyright-b {
    text-align: center;
    order: -1;
    border-top: 1px solid #696969;
    padding: 1rem 5.5vw;
  }
  /* line 513, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 514, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-copyright #copyright-b .copyright-payment img {
    margin: 0;
  }
  /* line 519, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-copyright #g-top {
    background: transparent;
    padding-bottom: 1vw;
    position: absolute;
    bottom: 0;
    top: unset;
    right: 0.5rem;
    left: unset;
    width: auto;
  }
  /* line 531, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 532, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 533, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 534, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .archive-news .PostsHeader .PostsTitle h1 {
    font-size: 2.5rem;
    line-height: 0.5rem;
    margin-top: 2rem;
  }
  /* line 539, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .archive-news .PostsHeader .PostsTitle h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-top: 0.75rem;
  }
  /* line 544, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .archive-news .PostsHeader .PostsTitle p {
    font-size: 1rem;
    max-width: unset;
    margin: 0 auto 1.5rem;
  }
  /* line 552, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 553, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .archive-news .news .new.size-50 {
    float: none;
    width: 100%;
  }
  /* line 557, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .archive-news .news .article {
    padding-right: 0;
    padding-bottom: 0;
  }
  /* line 560, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .archive-news .news .article .entry-content {
    padding: 1.875rem 1.5rem 2.25rem 1.5rem;
  }
  /* line 562, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .archive-news .news .article .entry-content .entry-header .entry-title {
    font-size: 1.325rem;
    line-height: 1.75rem;
  }
  /* line 571, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 572, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 573, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .outline-news .post .entry-header .entry-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #000;
    font-weight: 700;
  }
  /* line 582, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 583, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-sidebar #sidebar-posts {
    border-bottom: 4px solid #fff;
  }
  /* line 586, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 587, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-sidebar #shop-sidebar .shop-sidebar-title {
    display: none;
  }
  /* line 593, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 594, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #g-container-main .g-content {
    margin: 0;
  }
  /* line 599, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
  /* line 604, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 605, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 606, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 607, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr {
    margin: 0 0 2rem 0;
    background: #fafafa;
  }
  /* line 611, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-cart .woocommerce-cart-form table td.actions .coupon .input-text {
    font-size: 0.875rem;
  }
  /* line 614, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-cart .woocommerce-cart-form table .product-quantity .quantity {
    width: 120px;
    margin: 0 0 0 auto;
  }
  /* line 617, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-cart .woocommerce-cart-form table .product-quantity .quantity .qty {
    height: 36px;
    margin: 0 0 0 auto;
  }
  /* line 625, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 626, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-checkout .entry-content {
    padding: 0.938rem;
  }
  /* line 629, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-checkout .woocommerce-shipping-fields h3 {
    padding: 0 !important;
  }
  /* line 632, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-checkout .form-row-first, .woocommerce-page.woocommerce-checkout .form-row-last {
    float: none !important;
    width: 100% !important;
    text-align: center;
  }
  /* line 637, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-checkout form.checkout .form-row {
    padding: 4px 0;
    width: 100%;
  }
  /* line 641, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-checkout .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    /*margin-top: 2.5rem;*/
  }
  /* line 647, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-checkout table.shop_table {
    display: grid;
  }
  /* line 649, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-checkout table.shop_table thead th {
    width: 100%;
  }
  /* line 652, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-checkout table.shop_table td.product-name {
    font-size: 0.75rem;
  }
  /* line 654, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-checkout table.shop_table td.product-name .ts-product-image {
    min-width: 70px;
    width: 110px;
    object-fit: contain;
  }
  /* line 660, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 661, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-checkout table.shop_table .woocommerce-shipping-totals ul#shipping_method li input {
    margin: 5px 0.4375em 0 0;
  }
  /* line 664, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-checkout table.shop_table .woocommerce-shipping-totals ul#shipping_method li label {
    float: none;
    line-height: 0 !important;
  }
  /* line 670, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-checkout h3 {
    font-size: 20px;
  }
  /* line 674, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    width: 100% !important;
    margin: 0 0 2rem;
  }
  /* line 677, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-ordering .select2-container, .woocommerce-page .woocommerce-ordering .select2-container {
    width: 100% !important;
  }
  /* line 682, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 683, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 2rem;
  }
  /* line 686, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 687, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-account .woocommerce-message .woocommerce-Button {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  /* line 693, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 694, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    margin-bottom: 1rem;
  }
  /* line 700, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 701, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .entry-content {
    padding: 0.938rem;
  }
  /* line 704, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .wishlist_table.mobile li {
    position: relative;
    border: 6px solid #eee;
    padding: 1rem;
    transition: all 0.35s ease-in-out 0s;
  }
  /* line 709, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .wishlist_table.mobile li .item-wrapper {
    border: unset;
    padding: unset;
    transition: unset;
  }
  /* line 713, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .wishlist_table.mobile li .item-wrapper:hover {
    border: unset;
  }
  /* line 715, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 716, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .wishlist_table.mobile li .item-details-table .value {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }
  /* line 722, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .wishlist_table.mobile li .item-details-table ins {
    color: #08426f;
    order: -1;
    text-decoration: none;
    margin-right: 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
  }
  /* line 730, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .wishlist_table.mobile li .item-details-table del {
    order: 0;
    font-size: 1.125rem;
  }
  /* line 733, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .wishlist_table.mobile li .item-details-table del bdi {
    color: #a4acaa;
  }
  /* line 737, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .wishlist_table.mobile li .item-details-table .saved-sale {
    /*display: none;*/
    background: #069;
    color: #fff;
    padding: 2px 6px;
    font-size: 0.875rem;
    line-height: 22px;
    margin: 0 0 0 0.5rem;
  }
  /* line 747, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .wishlist_table.mobile li .additional-info-wrapper {
    padding-left: 0;
  }
  /* line 750, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .wishlist_table.mobile li .yith-wcqv-button {
    top: 46px !important;
    left: 14px;
  }
  /* line 754, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .wishlist_table.mobile li:hover {
    border-color: #08426f;
  }
  /* line 758, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .wishlist-title {
    margin-bottom: 0;
  }
  /* line 760, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .wishlist-title .show-title-form {
    display: none;
  }
  /* line 765, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 766, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions {
    width: calc(100% - 134px);
    min-width: unset;
    display: inline-block;
    font-size: 12px;
    padding: 6.5px 10px;
    display: inline-block;
    border-radius: 3rem;
  }
  /* line 775, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .woocommerce-page.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit] {
    display: inline-block;
  }
  /* line 782, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 783, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .outline-shop .woocommerce-products-header__title {
    font-size: 1.5rem;
    color: #000;
  }
  /* line 787, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .outline-shop #g-sidebar {
    height: 0;
  }
  /* line 790, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .outline-shop .yith-wcan-filters.filters-modal.open {
    z-index: 100000000;
  }
  /* line 793, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .outline-shop .yith-wcan-filters-opener {
    display: block;
    width: 100%;
    background: inherit !important;
    color: inherit !important;
    line-height: 1rem;
  }
  /* line 800, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .outline-shop .apply-filters {
    color: #fff;
  }
  /* line 804, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .outline-shop .yith-wcan-active-filters {
    margin-bottom: 1rem;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 0.5rem 1rem;
  }
  /* line 810, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .outline-shop .woocommerce-result-count, .outline-shop .woocommerce-page .woocommerce-result-count {
    float: none;
    padding-top: 2rem;
  }
  /* line 816, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 817, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .single-product .yith_magnifier_mousetrap {
    display: none;
  }
  /* line 820, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .single-product #g-container-main .g-container {
    max-width: 96vw;
  }
  /* line 823, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .single-product .product-container {
    max-width: 100%;
  }
  /* line 827, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 828, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .single-product .summary .g-spacer {
    margin: 0;
  }
  /* line 831, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .single-product .summary .product-container-actions form.cart {
    width: calc(100% - 48px);
  }
  /* line 833, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .single-product .summary .product-container-actions form.cart .quantity {
    display: inline-block;
    margin: 0;
    width: 80px;
  }
  /* line 837, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .single-product .summary .product-container-actions form.cart .quantity .qty {
    width: 100%;
    flex-basis: 100%;
  }
  /* line 841, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .single-product .summary .product-container-actions form.cart .quantity .quantity-nav .quantity-button {
    width: 30px;
  }
  /* line 845, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .single-product .summary .product-container-actions form.cart .button {
    float: left;
    display: inline-block;
    margin: 0;
    margin-left: 5px;
  }
  /* line 854, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .single-product .woocommerce-tabs {
    padding: 1rem 0.938rem;
  }
  /* line 857, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .single-product .related.products {
    max-width: 100%;
    padding: 1rem 0.938rem;
  }
  /* line 863, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 864, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 865, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .yith-quick-view .summary h1.product_title {
    font-size: 22px !important;
  }
  /* line 868, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .yith-quick-view .summary form.cart {
    display: flex;
    margin-bottom: 0 !important;
  }
  /* line 871, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .yith-quick-view .summary form.cart .quantity {
    margin: 0 !important;
    width: 40%;
  }
  /* line 874, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .yith-quick-view .summary form.cart .quantity input {
    width: 90px !important;
  }
  /* line 879, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .yith-quick-view .summary form.cart button[type="submit"] {
    margin: 0 !important;
    width: 60%;
  }
  /* line 884, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .yith-quick-view .summary .yith-wcqv-view-details {
    width: 100%;
    text-align: center;
  }
  /* line 891, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 892, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-content {
    padding: 0 20px;
  }
  /* line 895, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-message {
    padding: 8px 12px !important;
  }
  /* line 897, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-message h3 {
    font-size: 14px !important;
  }
  /* line 901, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 902, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-added-product .product-thumb {
    float: unset !important;
    margin: 0 0 10px;
  }
  /* line 905, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-added-product .product-thumb img {
    max-width: 100%;
    height: 100px;
    object-fit: cover;
  }
  /* line 911, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 912, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-added-product .info-box .yith-wacp-cart-info {
    padding: 20px 6px;
    background-color: #f5f5f5;
  }
  /* line 915, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-added-product .info-box .yith-wacp-cart-info [class*="cart"] {
    font-size: 12px;
  }
  /* line 921, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-popup-actions {
    grid-template-columns: repeat(1, 100%) !important;
    grid-gap: 5% !important;
  }
  /* line 924, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-popup-actions .button {
    font-size: 16px !important;
    border-radius: 5px !important;
  }
  /* line 929, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 930, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-related h4 {
    margin-top: 0 !important;
    padding-top: 25px;
  }
  /* line 934, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-related .yith-wacp-related-products {
    grid-template-columns: repeat(2, 50%) !important;
  }
  /* line 936, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 937, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-related .yith-wacp-related-products li.yith-wacp-related-product h2 {
    font-size: 12px;
  }
  /* line 940, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-related .yith-wacp-related-products li.yith-wacp-related-product span.price {
    font-size: 16px;
  }
  /* line 943, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  #yith-wacp-popup .yith-wacp-related .yith-wacp-related-products li.yith-wacp-related-product .button {
    font-size: 13px;
    padding: 5px 22px;
  }
}
@media (orientation: landscape) and (max-width: 46rem) {
  /* line 954, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 955, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  /* line 956, wp-content/themes/darwin_evo/custom/scss/_responsive-mobile.scss */
  .post-59 .entry-content .wp-block-columns {
    display: block;
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.0625rem) {
  /* line 2, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
    background: none;
    border: none;
  }
  /* line 6, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 7, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 8, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-drawer .textwidget .size-75 {
    display: none;
  }
  /* line 11, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-drawer .textwidget .size-25 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    justify-content: center !important;
  }
  /* line 24, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 25, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 26, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 27, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 28, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 29, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 30, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-top .g-main-nav .g-toplevel > .g-menu-item .g-dropdown .g-grid .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
  /* line 45, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-top #menu-2026-particle {
    text-align: center;
  }
  /* line 49, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 50, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 51, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  .ProductCategories .Stories .size-50 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
  /* line 63, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 64, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 65, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 66, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-mainbottom #home-mainbottom .FP_BestSellers .ProductsList ul.products li.product {
    clear: none;
    padding: 1rem;
    clear: none;
    margin: 0 0 2.992em !important;
  }
  /* line 75, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 76, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  .Posts .img-post {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 0 50%;
    width: 50%;
    max-width: 50%;
  }
  /* line 87, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  .Posts .without-img {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 100%;
    -moz-flex: 100%;
    -ms-flex: 100%;
    flex: 0 100%;
    width: 100%;
    max-width: 100%;
  }
  /* line 99, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  .Posts .img-post .Post {
    padding: 1.5rem 0.5rem;
  }
  /* line 102, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 103, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 104, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-container-main .g-grid .size-75 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
  /* line 114, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-container-main .g-grid .size-25 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
  /* line 125, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-container-main .yith-wcan-filters.filters-modal.open {
    z-index: 100000000;
  }
  /* line 128, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 129, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-container-main .platform-content .btn-3, #g-container-main .platform-content .btn {
    line-height: 20px;
    margin-bottom: 2rem;
  }
  /* line 135, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-container-main .platform-content .filter-icon {
    filter: brightness(0) invert(1);
  }
  /* line 138, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-container-main .platform-content .woocommerce-result-count {
    float: none;
  }
  /* line 141, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-container-main .platform-content .woocommerce-ordering {
    float: none;
  }
  /* line 143, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-container-main .platform-content .woocommerce-ordering .select2-container {
    width: 100% !important;
  }
  /* line 150, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #home-utility .FP_Recommended .ProductsList ul.products li.product {
    padding: 1rem;
    clear: none;
    margin: 0 0 2.992em;
  }
  /* line 155, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 156, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 157, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 158, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #home-subshowcase .textwidget .BrandsHeader .size-80 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 70%;
    -moz-flex: 0 70%;
    -ms-flex: 0 70%;
    flex: 0 70%;
    width: 70%;
  }
  /* line 168, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #home-subshowcase .textwidget .BrandsHeader .size-20 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 30%;
    -moz-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
    width: 30%;
  }
  /* line 181, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 182, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 183, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 184, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 185, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-maintop .Stories .Story .CategoryInfo h3 {
    font-size: 1.5rem;
  }
  /* line 192, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 193, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 194, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  .post-59 .entry-content .size-33, .post-59 .entry-content .size-66 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
  /* line 204, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 205, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  .post-59 .entry-content .size-66 iframe {
    height: 400px;
  }
  /* line 209, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 210, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 211, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  .post-59 .entry-content .size-33 .info .g-grid {
    width: 49%;
    display: inline-flex;
  }
  /* line 214, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  .post-59 .entry-content .size-33 .info .g-grid .size-80 {
    margin-left: 0;
  }
  /* line 221, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  .post-59 .entry-content .wpcf7 form {
    padding-right: 0;
  }
  /* line 224, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  .post-59 .entry-content .wp-block-columns {
    display: block;
  }
  /* line 227, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  .post-59 .entry-content .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
  /* line 233, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 234, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 235, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 236, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-bottom #bottom-b .textwidget .size-25 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
  }
  /* line 247, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 248, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-bottom #bottom-b .ServicesBar .g-spacer {
    justify-content: flex-start !important;
  }
  /* line 255, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 256, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-a {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
  /* line 265, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-a .footer-logo {
    text-align: center;
  }
  /* line 268, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-a .vertical-top {
    justify-content: center;
  }
  /* line 270, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-a .vertical-top .footer-icon {
    margin-right: 0;
    position: absolute;
  }
  /* line 273, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-a .vertical-top .footer-icon img {
    width: 40px;
  }
  /* line 277, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-a .vertical-top .footer-icon-text {
    margin-top: 3.5rem;
  }
  /* line 279, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-a .vertical-top .footer-icon-text p {
    text-align: center;
  }
  /* line 286, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
  /* line 295, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .align-right {
    text-align: center !important;
  }
  /* line 298, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .menu-gr-footer-container {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  /* line 303, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .footer-social {
    margin-bottom: 2rem;
  }
  /* line 305, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .footer-social a {
    font-size: 1.5rem !important;
    line-height: 4rem !important;
    margin: 0 0.375rem !important;
    width: 3rem !important;
    height: 3rem !important;
  }
  /* line 312, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 313, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .footer-social .textwidget h2:first-child {
    padding-right: 0;
    margin: 1rem 0;
    font-size: 1.5rem;
  }
  /* line 317, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .footer-social .textwidget h2:first-child:after {
    display: none;
  }
  /* line 321, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .footer-social .textwidget .g-social {
    display: block;
    margin: 0 5.5vw;
  }
  /* line 327, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 328, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .footer-menu ul.menu {
    min-width: 12rem;
    margin: auto;
  }
  /* line 331, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .footer-menu ul.menu > li {
    display: block !important;
    position: relative;
    border-bottom: 1px solid #696969;
  }
  /* line 335, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .footer-menu ul.menu > li a {
    display: block;
    padding: 0.5rem;
    z-index: 2;
    position: relative;
  }
  /* line 341, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .footer-menu ul.menu > li::after {
    content: "\f067";
    font-family: "FontAwesome";
    line-height: 40px;
    font-size: 0.625rem;
    top: 0;
    position: absolute;
    right: 0;
  }
  /* line 350, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 351, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .footer-menu ul.menu > li.closed::after {
    content: '\f068';
  }
  /* line 355, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .footer-menu ul.menu > li:last-child {
    border-bottom: unset;
  }
  /* line 359, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-footer #footer-b .footer-menu ul.menu ul.sub-menu {
    display: none;
    margin: 0.5rem 0 1rem !important;
  }
  /* line 367, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 368, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-copyright #copyright-b {
    padding: 0 1.5vw 1vw !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 73.99rem) {
  /* line 374, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-container-main .g-container {
    max-width: 88vw;
    width: 88vw;
  }
}
@media only all and (min-width: 991px) and (max-width: 1025px) {
  /* line 381, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 383, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 384, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 385, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-container-main .yith-wcan-filters .filters-container .yith-wcan-filter {
    display: none;
  }
  /* line 387, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-container-main .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content {
    display: none;
  }
  /* line 390, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 391, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-container-main .yith-wcan-filters .filters-container .yith-wcan-filter .filter-title:after {
    float: right;
    content: "\f067";
    font-family: "FontAwesome";
    line-height: 1.875rem;
    font-size: 0.625rem;
  }
  /* line 399, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 400, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  /* line 401, wp-content/themes/darwin_evo/custom/scss/_responsive-tablet.scss */
  #g-container-main .yith-wcan-filters .filters-container .yith-wcan-filter.closed .filter-title:after {
    content: "\f068";
    font-family: "FontAwesome";
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  /* line 2, wp-content/themes/darwin_evo/custom/scss/_responsive-desktop.scss */
  /* line 3, wp-content/themes/darwin_evo/custom/scss/_responsive-desktop.scss */
  /* line 4, wp-content/themes/darwin_evo/custom/scss/_responsive-desktop.scss */
  #yith-welrp .yith-welrp-popup-content .yith-welrp-popup-text {
    padding: 10px;
    font-size: 12px;
  }
  /* line 8, wp-content/themes/darwin_evo/custom/scss/_responsive-desktop.scss */
  /* line 9, wp-content/themes/darwin_evo/custom/scss/_responsive-desktop.scss */
  #yith-welrp .yith-welrp-popup-content .yith-welrp-form p {
    margin: 0 0 18px !important;
  }
}
/*# sourceMappingURL=custom_terms.css.map */